]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Restore deleted entry.
[gnu-emacs] / lisp / ChangeLog
1 2007-10-14 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/etags.el (select-tags-table): Disable undo in the
4 `*Tags Table List*' buffer.
5
6 2007-10-13 Eli Zaretskii <eliz@gnu.org>
7
8 * dired.el (dired-warn-writable): New face.
9 (dired-warn-writable-face): New variable.
10 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
11 of dired-warning-face, for group- and world-writable files.
12
13 2007-10-13 Glenn Morris <rgm@gnu.org>
14
15 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16 (octave-re-search-forward-kw, octave-re-search-backward-kw):
17 Add doc string, and an explicit COUNT argument.
18 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
19 `inc' to search functions.
20
21 2007-10-13 John W. Eaton <jwe@octave.org>
22
23 * progmodes/octave-mod.el (octave-looking-at-kw)
24 (octave-re-search-forward-kw, octave-re-search-backward-kw):
25 New functions.
26 (octave-in-defun-p, calculate-octave-indent)
27 (octave-blink-matching-block-open, octave-beginning-of-defun)
28 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
29 to search for regexps that contain case-sensitive keywords.
30 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
31 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
32
33 2007-10-13 Richard Stallman <rms@gnu.org>
34
35 * files.el (directory-abbrev-alist): Doc fix.
36
37 2007-10-13 Jari Aalto <jari.aalto@cante.net>
38
39 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
40
41 2007-10-12 Martin Rudalics <rudalics@gmx.at>
42
43 * frame.el (set-frame-configuration): Assign name parameter only
44 if it has been set explicitly before.
45
46 * window.el (handle-select-window): Revert part of 2007-10-06
47 change setting the input focus.
48
49 2007-10-12 Glenn Morris <rgm@gnu.org>
50
51 * cus-edit.el (custom-variable-menu, custom-face-menu)
52 (custom-group-menu): Check init-file-user rather than
53 user-init-file, in case cus-edit is loaded by site-run-file.
54
55 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
56
57 * follow.el (follow-stop-intercept-process-output):
58 Use `follow-call-process-filter' rather than `process-filter'.
59
60 2007-10-11 Tom Tromey <tromey@redhat.com>
61
62 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
63 frame is visible.
64
65 2007-10-10 Richard Stallman <rms@gnu.org>
66
67 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
68 in *Backtrace*.
69
70 * faces.el (face-font-selection-order): Doc fix.
71
72 * loadhist.el (unload-feature): Doc fix.
73
74 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
75
76 * ps-print.el: Fix the usage of :foreground and :background face
77 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
78 (ps-print-version): New version 6.7.6.
79 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
80 Fix code.
81 (ps-face-foreground-color-p, ps-face-background-color-p)
82 (ps-face-color-p): New inline funs.
83
84 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
85
86 * follow.el: Change all instances of "Follow Mode" to "Follow
87 mode" in docstrings and messages.
88
89 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
90
91 * faces.el (face-font-selection-order): Doc fix.
92
93 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
94 (follow-mode-off-hook): Mark as obsolete.
95
96 2007-10-08 Richard Stallman <rms@gnu.org>
97
98 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
99 (edebug-install-custom-print, edebug-reset-print-funcs)
100 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
101 Functions deleted.
102 (edebug-prin1, edebug-print, edebug-prin1-to-string)
103 (edebug-format, edebug-message): Define directly as aliases.
104
105 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
106
107 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
108
109 2007-10-07 Glenn Morris <rgm@gnu.org>
110
111 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
112 version numbers.
113
114 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
115
116 * net/tramp.el (tramp-completion-mode): Extend doc-string.
117 (tramp-completion-mode-p): Revert change from 2007-09-24.
118 Checking for `return' etc as last character is not sufficient, for
119 example in dired-mode when entering <g> (revert-buffer) or
120 <s> (dired-sort).
121
122 2007-10-06 Martin Rudalics <rudalics@gmx.at>
123
124 * window.el (mouse-autoselect-window-cancel): Don't cancel for
125 select-window or select-frame events.
126 (handle-select-window): When autoselecting window set input
127 focus. Restructure.
128
129 * frame.el (focus-follows-mouse): Moved to frame.c.
130 * cus-start.el (all): Add focus-follows-mouse.
131
132 2007-10-05 Chris Moore <dooglus@gmail.com>
133
134 * server.el (server-kill-new-buffers): Doc fix.
135
136 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
137
138 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
139 activate font-locking in the *buffer-selection* buffer.
140 (bs-show-sorted): Doc fix.
141
142 * bs.el (bs--get-marked-string, bs--get-modified-string)
143 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
144 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
145 (bs--format-aux): Doc fix.
146
147 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
148
149 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
150
151 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
152
153 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
154
155 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
156
157 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
158 (gud-gdb): New function for old M-x gdb (text command mode).
159 (gud-gdb-command-name, gdb): Move to...
160
161 * progmodes/gdb-ui.el: ...here and adapt doc string.
162 (gud-gdba-command-name, gdba): Delete.
163
164 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
165
166 * bs.el: Don't defvar `font-lock-verbose'.
167 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
168 (bs--get-file-name): Fix typos in docstrings.
169 (bs--show-header): Use `dolist' instead of `mapcar'.
170 (bs-mode): Set `show-trailing-whitespace' to nil.
171 (bs-buffer-sort-function, bs-mouse-select-other-frame)
172 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
173 Doc fixes.
174
175 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
176
177 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
178
179 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
180
181 * progmodes/gud.el (gdb): Make graphical mode the default and
182 switch to text command mode if appropriate, i.e., reverse previous
183 arrangement.
184 (gud-gdb-marker-filter): Adapt for above change.
185
186 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
187 gud-minor-mode and gud-marker-filter.
188 (gdb-fullname-regexp): New variable.
189 (gud-gdba-marker-filter): Use it to switch to text command
190 mode if appropriate.
191
192 2007-10-02 Richard Stallman <rms@gnu.org>
193
194 * frame.el (cursor-in-non-selected-windows): Doc fix.
195
196 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
197
198 * progmodes/gud.el (gud-display-line): Find source buffer even when
199 GUD buffer has its own frame.
200
201 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
202
203 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
204
205 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
206
207 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
208
209 2007-09-29 Martin Rudalics <rudalics@gmx.at>
210
211 * allout.el (allout-before-change-handler): Replace got-char by
212 goto-char.
213
214 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
217 Used to try and automatically enabled smerge-mode in the presence of
218 conflicts and to call `svn resolved' when the conflicts are gone.
219 (vc-svn-parse-status): Remember the svn-specific status.
220
221 * newcomment.el (comment-choose-indent): New function extracted
222 from comment-indent. Improve the alignment algorithm.
223 (comment-indent): Use it.
224
225 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
226
227 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
228 (eldoc-message-commands, eldoc-current-idle-delay):
229 Fix typos in docstrings.
230
231 * progmodes/python.el (python-eldoc-function): Doc fix.
232
233 2007-09-26 Eli Zaretskii <eliz@gnu.org>
234
235 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
236 menu-bar-apropos-menu. All users changed.
237 (menu-bar-help-menu): Change menu symbols to better match the text
238 displayed by the menu.
239
240 2007-09-25 Glenn Morris <rgm@gnu.org>
241
242 * view.el (view-search-no-match-lines): Add a doc string.
243 Rewrite to simplify and work better.
244
245 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
246
247 * net/tramp.el (tramp-completion-mode-p): Rename from
248 `tramp-completion-mode'. Revert logic, check `return', `newline'
249 and such alike. Packages like Icicles tend to use other completion
250 characters but `tab' and `space' only.
251 (top): Require cl.el, when `copy-tree' is not available otherwise.
252
253 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
254 `ad-get-arg'.
255
256 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
257
258 * net/tramp-vc.el (tramp-vc-user-login-name):
259 Use `vc-find-version' instead of `process-file' to check whether we
260 have a new enough vc that doesn't need the defadvice.
261
262 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
263
264 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
265 #, @, : and ^.
266
267 2007-09-23 Glenn Morris <rgm@gnu.org>
268
269 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
270
271 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
272
273 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
274
275 * log-view.el (log-view-mode-map): Likewise.
276
277 * diff-mode.el (diff-mode-shared-map): Likewise.
278
279 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
280
281 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
282 add inferior-octave-directory-tracker to the buffer-local value
283 of comint-input-filter-functions.
284
285 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
286
287 * files.el (file-name-sans-versions): Also allow `A-Z'.
288
289 * vc.el: Mention all supported VC backends.
290
291 2007-09-22 Richard Stallman <rms@gnu.org>
292
293 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
294 neighbouring buttons.
295
296 2007-09-22 Andreas Schwab <schwab@suse.de>
297
298 * files.el (file-name-sans-versions): Also allow `_'.
299
300 2007-09-22 Glenn Morris <rgm@gnu.org>
301
302 * eshell/esh-mode.el (eshell-output-filter-functions):
303 Add eshell-postoutput-scroll-to-bottom.
304
305 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
306
307 * files.el (file-name-sans-versions): Allow - and a-z in version names.
308
309 * log-view.el (log-view-mode-map, log-view-mode-menu):
310 Bind log-view-annotate-version.
311 (log-view-beginning-of-defun, log-view-end-of-defun)
312 (log-view-annotate-version): New functions.
313 (log-view-mode): Use log-view-beginning-of-defun and
314 log-view-end-of-defun.
315
316 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
319
320 2007-09-21 Kevin Ryde <user42@zip.com.au>
321
322 * international/mule.el (sgml-html-meta-auto-coding-function):
323 Bind `case-fold-search' to t.
324
325 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
328 neighbouring buttons.
329
330 * progmodes/compile.el (compilation-error-regexp-alist-alist):
331 Recognize gcc's use of "note" for informational messages.
332
333 2007-09-20 Glenn Morris <rgm@gnu.org>
334
335 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
336 motion functions, rather than hard-coding "\n\n".
337 (tex-validate-region): Check for eobp, to speed up.
338 (tex-next-unmatched-end): Doc fix.
339
340 2007-09-19 Glenn Morris <rgm@gnu.org>
341
342 * textmodes/tex-mode.el (tex-terminate-paragraph):
343 Use backward-paragraph.
344
345 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
348 (css-mode): Update correspondingly.
349
350 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
353
354 * vc-hooks.el (vc-menu-entry): New var.
355 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
356 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
357 (vc-menu-map): Declare and initialize in one step.
358
359 * menu-bar.el (vc-menu-map): Don't setup any more.
360 Instead, just create the proper spot in the menu.
361
362 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
363 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * vc.el: Document new VC operation `extra-menu'.
366
367 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
368
369 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
370
371 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
372 Signed-off-by, Acked-by and Merge.
373
374 2007-09-17 Glenn Morris <rgm@gnu.org>
375
376 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
377 filename from `--file-line-error', if it is available.
378
379 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
380
381 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
382 TeX `--file-line-error' format.
383
384 2007-09-17 Glenn Morris <rgm@gnu.org>
385
386 * textmodes/tex-mode.el (tex-region): Simplify previous change,
387 handling the case where the region is not in `tex-main-file'.
388 (tex-region-1): Delete.
389 (tex-region-header): New function, doing the header part of the
390 old tex-region-1.
391
392 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * ediff-init.el (ediff-verbose-p): This var is not a constant.
395
396 2007-09-16 Drew Adams <drew.adams@oracle.com>
397
398 * cus-edit (custom-face-edit-activate): Doc fix.
399
400 2007-09-16 Glenn Morris <rgm@gnu.org>
401
402 * textmodes/tex-mode.el (tex-region): Handle the case where the
403 region is not in `tex-main-file'. Move the old code that applies
404 to both cases...
405 (tex-region-1): ...to this new function.
406
407 2007-09-15 Martin Rudalics <rudalics@gmx.at>
408
409 * simple.el (blink-matching-open): Don't display message when no
410 paren is found within blink-matching-paren-distance characters.
411 Don't search prompt in blink-matching-paren-distance nil case.
412
413 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
416
417 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * vc-mtn.el: New file.
420
421 * vc-hooks.el (vc-handled-backends): Add Mtn.
422
423 2007-09-13 Eli Zaretskii <eliz@gnu.org>
424
425 * files.el (find-file, find-file-other-window)
426 (find-file-other-frame, find-file-existing, find-file-read-only)
427 (find-file-read-only-other-window)
428 (find-file-read-only-other-frame)
429 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
430
431 2007-09-13 Jari Aalto <jari.aalto@cante.net>
432
433 * man.el (Man-default-man-entry): At end of line, continue looking
434 to the next line for possible end of hyphenated command.
435
436 2007-09-13 Chris Moore <dooglus@gmail.com>
437
438 * shell.el (shell-resync-dirs): Don't move the cursor relative to
439 the command being edited.
440
441 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
442
443 * progmodes/gud.el (gdb-ready): New variable.
444 (gdb): Set it to nil. Set gud-running to nil here...
445 (gud-common-init): ...instead of here.
446
447 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
448 Use gdb-ready. Discard input until GDB is ready to accept it.
449
450 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
451
452 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
453 C-M-S- keys.
454
455 2007-09-12 Martin Rudalics <rudalics@gmx.at>
456
457 * dired.el (dired-warning): Inherit from font-lock-warning-face to
458 make it show up with eight colors.
459
460 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
463 diffs are concatenated with no intervening line.
464
465 2007-09-10 Dave Love <fx@gnu.org>
466
467 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
468 (python-font-lock-keywords): Update to the 2.5 version of the language.
469 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
470 (python-backspace): Only behave funny in code.
471 (python-compilation-regexp-alist): Add PDB stack trace regexp.
472 (inferior-python-mode): Add PDB prompt regexp.
473 (python-fill-paragraph): Refine the fenced-string regexp.
474 (python-find-imports): Handle imports spanning several lines.
475 (python-mode): Add `class' to hideshow support.
476
477 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
480 add-log-buffer-file-name-function rather than bind buffer-file-name,
481 so we dont end up calling change-log-mode in *cvs* when `fi' is the
482 ChangeLog file itself.
483
484 * outline.el (outline-flag-region): Use front-advance.
485
486 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
487
488 * progmodes/cperl-mode.el: Merge upstream 5.23.
489 (cperl-where-am-i): Remove function.
490 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
491 (cperl-sniff-for-indent): De-invert [string] and [comment].
492 When looking for label, skip s:m:y:tr.
493 (cperl-indent-line): Likewise.
494 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
495 (cperl-windowed-init): Wrong `ps-print' handling.
496 Both thanks to Chong Yidong.
497 (cperl-look-at-leading-count): Could fail with unfinished RExen.
498 (cperl-find-pods-heres): If the second part of s()[] is missing,
499 don't try to highlight delimiters...
500
501 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * progmodes/compile.el (compilation-get-file-structure): Complete last
504 change by also using spec-directory in the puthash.
505
506 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
507
508 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
509 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
510 (vc-bzr-status): Fix shadowing of variable 'status'.
511 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
512 Use `expand-file-name' instead of `concat'.
513 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
514 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
515
516 2007-09-05 Jason Rumney <jasonr@gnu.org>
517
518 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
519
520 2007-09-02 Richard Stallman <rms@gnu.org>
521
522 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
523 Add `safe-local-variable' property.
524 (lisp-body-indent): Likewise.
525
526 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
527
528 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
529 prev/next-node.
530
531 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
532 (x-gtk-map-stock): New function.
533
534 2007-09-02 Glenn Morris <rgm@gnu.org>
535
536 * comint.el (comint-mode): Don't set scroll-conservatively.
537
538 * eshell/em-unix.el (eshell/time): Stringify and flatten the
539 non-command arguments.
540
541 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
542
543 * emacs-lisp/bytecomp.el (byte-recompile-directory):
544 Fix bug: Don't expand top-level file name more than once.
545 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
546
547 2007-09-01 Richard Stallman <rms@gnu.org>
548
549 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
550 Add doc string.
551
552 2007-08-30 Richard Stallman <rms@gnu.org>
553
554 * speedbar.el (speedbar-frame-reposition-smartly)
555 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
556 (speedbar-check-vc): Don't use dframe-xemacsp.
557
558 2007-08-30 Martin Rudalics <rudalics@gmx.at>
559
560 * files.el (backup-buffer-copy): Try to overwrite old backup first.
561
562 2007-08-29 Martin Rudalics <rudalics@gmx.at>
563
564 * repeat.el (repeat): Use last-repeatable-command instead of
565 real-last-command. Run pre- and post-command hooks for
566 self-insertion. Update doc-string.
567
568 2007-08-28 Glenn Morris <rgm@gnu.org>
569
570 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
571
572 2007-08-27 Alexandre Julliard <julliard@winehq.org>
573
574 * vc-git.el (vc-git-state): Call git-add --refresh to update the
575 state of the file.
576 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
577 (vc-git-create-repo): Fix invalid command.
578
579 2007-08-27 Richard Stallman <rms@gnu.org>
580
581 * textmodes/flyspell.el (flyspell-mode):
582 Catch errors in flyspell-mode-on.
583
584 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
585
586 * progmodes/modula2.el (m2-definition, m2-module):
587 Don't use previous-line. Reported by T. V. Raman.
588
589 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
590
591 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
592 argument to tool-bar-mode call.
593
594 2007-08-27 Glenn Morris <rgm@gnu.org>
595
596 * diff-mode.el (diff-find-file-name): Only accept regular files,
597 to rule out /dev/null, directories, etc.
598
599 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
600
601 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
602 safe-local-variable setting.
603 * progmodes/perl-mode.el (perl-indent-level): Likewise.
604
605 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
608 of buffers in uniquify-managed.
609
610 * simple.el (invisible-p): Rename from text-invisible-p.
611 Update callers.
612
613 2007-08-25 Alan Mackenzie <acm@muc.de>
614
615 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
616 new language variable.
617
618 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
619 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
620 "extern" etc., rather than BOI. Fix addition of spurious
621 syntactic-symbol 'defun-block-intro, replacing it with
622 'innamespace, etc.
623
624 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
625
626 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
627 Don't behave differently when executed via M-x. Add doc string.
628
629 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
630
631 * files.el (backup-buffer-copy): Don't wrap delete in
632 condition-case, only try to delete if file exists.
633
634 2007-08-24 Glenn Morris <rgm@gnu.org>
635
636 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
637
638 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
641 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
642 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
643 (cperl-etags-goto-tag-location): Use new style backquotes.
644
645 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
646 (dynamic-completion-table): Use it it.
647
648 * net/browse-url.el: Remove spurious * in custom docstrings.
649 (browse-url-filename-alist): Use new-style backquote.
650
651 * emacs-lisp/backquote.el (backquote-unquote-symbol)
652 (backquote-splice-symbol): Clarify they're not new-style unquotes.
653
654 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
655 (\,@): Backslash the , and ,@ which are not new-style unquotes.
656
657 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
658
659 * net/socks.el (socks-username/password-auth-filter):
660 Remove unused vars `state' and `desired-len'.
661 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
662 (socks-wait-for-state-change): Use new-style backquotes.
663
664 * pcvs.el (cvs-mode-status): Fix long-standing typo.
665
666 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
667 backquotes after each `read' rather than once per buffer.
668
669 * dframe.el: Remove spurious * in custom docstrings.
670 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
671 (dframe-xemacs20p): Remove, inline at the sole use point.
672 (defface): Don't defvar the face, don't use old-style backquote.
673 (defcustom): Don't use old-style backquote.
674 (dframe-frame-parameter, dframe-mouse-event-p):
675 Make it obvious that it's always defined.
676 (dframe-popup-kludge): New function to replace
677 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
678 (dframe-frame-mode, dframe-set-timer-internal)
679 (dframe-mouse-set-point): Remove use of with-no-warnings from
680 XEmacs-specific code.
681 (dframe-set-timer-internal): Fix very old bug with
682 post-command-idle-hook.
683
684 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
685
686 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
687
688 * image-mode.el (image-minor-mode): Use image-mode-text-map.
689
690 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
691
692 * sort.el (sort-fold-case, sort-numeric-base): Mark as
693 safe-local-variable.
694
695 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
696
697 * net/browse-url.el (browse-url-emacs): New function.
698
699 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
702 warning if the file uses old style backquotes.
703
704 * emacs-lisp/bytecomp.el (byte-compile-log-file)
705 (byte-recompile-directory, byte-compile-file)
706 (byte-compile-from-buffer): Use with-current-buffer.
707
708 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
709 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
710 (line-move-1, line-move-finish, line-move-to-column)
711 (move-end-of-line, move-beginning-of-line): Use new name.
712
713 2007-08-22 Glenn Morris <rgm@gnu.org>
714
715 * files.el (backup-buffer-copy): Check backup directory is
716 writable, to avoid infloop deleting old backup.
717
718 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
719 movemail related variables.
720 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
721 will now be set before this is called.
722
723 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
726
727 * progmodes/ada-mode.el: Fix up comment style in header.
728 (ada-check-emacs-version): Remove.
729 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
730 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
731 to try and quieten the byte-compiler.
732 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
733
734 * vc.el (vc-annotate-warp-version): Don't use previous-line.
735
736 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
737
738 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
739 extracted from `eval-last-sexp-1'.
740 (eval-last-sexp-1): Call `preceding-sexp'.
741
742 2007-08-19 Glenn Morris <rgm@gnu.org>
743
744 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
745 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
746 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
747 shadow files messing up the compilation.
748
749 2007-08-18 Glenn Morris <rgm@gnu.org>
750
751 * progmodes/scheme.el (scheme-mode-variables):
752 Set font-lock-comment-start-skip.
753
754 2007-08-18 Martin Rudalics <rudalics@gmx.at>
755
756 * progmodes/ada-mode.el (ada-create-syntax-table):
757 Move set-syntax-table from here to ...
758 (ada-mode): ... here. Don't change global value of comment-multi-line.
759 Call new function ada-initialize-syntax-table-properties.
760 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
761 (ada-deactivate-properties, ada-initialize-properties):
762 Replace by new functions ...
763 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
764 (ada-initialize-syntax-table-properties): ... to set up syntax-table
765 properties uniformly, independently from whether font-lock-mode
766 is enabled or not. Handle read-only buffers and do not change
767 undo-list when setting syntax-table properties.
768 (ada-after-change-function): Use ada-set-syntax-table-properties.
769
770 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
771
772 * progmode/cperl-mode.el (cperl-look-at-leading-count)
773 (cperl-find-pods-heres): Fix an error when typing expressions like
774 `s{a}{b}'.
775
776 2007-08-17 Glenn Morris <rgm@gnu.org>
777
778 * progmodes/compile.el (compilation-get-file-structure): Make use
779 of the directory part when checking for an existing entry, to
780 handle files with same basename in different directories.
781
782 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
783
784 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
785 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
786 (ps-paragraph-spacing): Docstring fix.
787
788 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * smerge-mode.el (smerge-resolve): New arg `safe'.
791 (smerge-resolve-all, smerge-batch-resolve): New function.
792 (smerge-refine): Make sure `diff' returns the expected result.
793 (smerge-parsep-re): New const.
794 (smerge-mode): Use it to adjust paragraph-separate.
795
796 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
797 Correctly match / regexp matchers as first char on a line when
798 fontifying only that line.
799
800 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
801
802 2007-08-16 Glenn Morris <rgm@gnu.org>
803
804 * ps-print.el (ps-font-size): Doc fix.
805
806 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * vc-bzr.el: Don't fiddle with vc-handled-backend.
809 (vc-bzr-registered): Don't redundantly protect against
810 file-error. Actually use the format-specific code.
811 (vc-bzr-buffer-nonblank-p): Remove.
812 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
813
814 2007-08-15 Glenn Morris <rgm@gnu.org>
815
816 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
817 sloppier, for the sake of GNU Mailman.
818 (rmail-digest-rfc1153): Initialize `result' correctly.
819
820 2007-08-14 Glenn Morris <rgm@gnu.org>
821
822 * simple.el (bad-packages-alist): New constant.
823 (bad-package-check): New function. Together, these two add
824 elements to `after-load-alist' to check for problematic external
825 packages.
826 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
827
828 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
829
830 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
831 optional quotes around files in NEED-UPDATE . REMOVED case.
832
833 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
834 (ada-treat-cmd-string): Improve error message.
835 (ada-do-file-completion): Call `ada-require-project-file', so
836 project variables are set properly.
837 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
838 (ada-gnatfind-buffer-name): New constant.
839 (ada-find-any-references): Use new constant. Set buffer name
840 properly in compilation-start. Toggle read-only properly.
841 (ada-find-in-src-path): Fix spelling error in docstring.
842
843 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
844 by zero error.
845
846 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
847
848 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
849
850 2007-08-12 Richard Stallman <rms@gnu.org>
851
852 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
853 (cvs-execute-single-file): Use new name split-string-and-unquote.
854 (cvs-header-msg): Use new name combine-and-quote-strings.
855
856 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
857
858 * progmodes/gud.el (gud-common-init): Use new name
859 split-string-and-unquote.
860
861 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
862 in javac regexp.
863
864 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
865 combine-and-quote-strings and split-string-and-unquote.
866
867 * subr.el (combine-and-quote-strings): Rename from strings->string.
868 (split-string-and-unquote): Rename from string->strings.
869
870 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
873 to buffer-local settings.
874
875 * emacs-lisp/backquote.el (backquote-delay-process): New function.
876 (backquote-process): Add internal arg `level'. Use the two to
877 correctly handle nested backquotes.
878
879 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
880
881 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
882 (vc-bzr-state-words): Add "kind changed" state word.
883 (vc-bzr-status): New function. Return Bzr idea of file status,
884 which is different from VC's.
885 (vc-bzr-state): Use vc-bzr-status.
886 (vc-workfile-unchanged-p): Use vc-bzr-status.
887 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
888 (vc-dired-state): Process "kind changed" state word.
889
890 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
893
894 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
895 Move from vc-default-find-file-not-found-hook.
896
897 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
898
899 * url/url-auth.el (url-basic-auth): When prompting for username
900 and password, default to the username and password in the URL.
901
902 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * man.el: Remove spurious * in docstrings.
905 Merge defvars and toplevel setq-defaults.
906 (Man-highlight-references0): Limit=nil rather than point-max.
907 (Man-mode-map): Move initialization into the declaration.
908 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
909 (Man-view-header-file): Use expand-file-name rather than concat.
910 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
911
912 * man.el (Man-next-section): Make sure we do not move backward.
913
914 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
915
916 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
917 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
918 ps-print-color-p is neither nil nor black-white. Reported by Christian
919 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
920
921 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * files.el (auto-mode-alist): Use the purecopied text (duh!).
924
925 2007-08-08 Andreas Schwab <schwab@suse.de>
926
927 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
928 self-insert-command, not self-insert.
929
930 2007-08-08 Glenn Morris <rgm@gnu.org>
931
932 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
933
934 * Replace `iff' in doc-strings and comments.
935
936 * help-mode.el (help-make-xrefs): Search for symbol constituents,
937 rather than just `-'.
938
939 2007-08-08 Martin Rudalics <rudalics@gmx.at>
940
941 * dired.el (dired-pop-to-buffer):
942 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
943 * calendar/calendar.el (generate-calendar-window):
944 * progmodes/compile.el (compilation-set-window-height):
945 * textmodes/two-column.el (2C-two-columns, 2C-merge):
946 Use window-full-width-p instead of comparing frame-width and
947 window-width.
948
949 * progmodes/compile.el (compilation-find-buffer): Remove extra
950 argument in call to compilation-buffer-internal-p.
951
952 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
953
954 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
955 parameters IDENTIFICATION and CONNECTED.
956 (tramp-handle-insert-file-contents): VISIT must be handled after
957 insertion of the local copy. Reported by Peter Gordon
958 <peter@pg-consultants.com>.
959 (tramp-file-name-handler): No special handling for
960 `expand-file-name'. But for `file-name-as-directory'.
961 (tramp-find-shell, tramp-open-connection-telnet)
962 (tramp-open-connection-rsh, tramp-open-connection-su)
963 (tramp-open-connection-multi)
964 (tramp-open-connection-setup-interactive-shell): Guard against
965 $PROMPT_COMMAND shell var. Reported by Steve Youngs
966 <steve@sxemacs.org>.
967 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
968 the hint.
969
970 * net/trampver.el: Update release number.
971
972 2007-08-07 Tom Tromey <tromey@redhat.com>
973
974 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
975 Add safe-local-variable property.
976
977 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
978
979 * image-mode.el (image-toggle-display): Use image-refresh.
980
981 * longlines.el (longlines-decoded): New variable.
982 (longlines-mode): Avoid encoding or decoding the buffer twice.
983
984 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
985
986 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
987 unofficial version.
988 (vc-bzr-command): Remove redundant setting of process-connection-type.
989 (vc-bzr-admin-checkout-format-file): Add autoload.
990 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
991 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
992 (vc-bzr-registered): Compare dirstate format tag with known good
993 value, abort parsing if match fails. Warn user in docstring.
994 (vc-bzr-workfile-version): Case for different Bzr branch formats.
995 See bzrlib/branch.py in Bzr sources.
996 (vc-bzr-diff): First argument FILES may be a string rather than a list.
997 (vc-bzr-shell-command): Remove in favor of
998 vc-bzr-command-discarding-stderr.
999 (vc-bzr-command-discarding-stderr): New function.
1000
1001 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1002
1003 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1004 program, and return nil
1005 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1006 (vc-bzr-state): Look for path names relative to the repository
1007 root after status keyword.
1008 (vc-bzr-file-name-relative): New function.
1009 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1010 depend on it.
1011 (vc-bzr-admin-dirname, ...-checkout-format-file)
1012 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1013 files that we now parse directly for speed.
1014 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1015 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1016 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1017 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1018 Bzr warnings, so we must discard it.
1019 (vc-bzr-workfile-version): Speedup counting lines from
1020 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1021 if that file doesn't exist.
1022 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1023 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1024 (not ".bzr"!) to `vc-directory-exclusion-list'
1025 (vc-bzr-shell-command): New function.
1026
1027 2007-08-06 Tom Tromey <tromey@redhat.com>
1028
1029 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1030 (diff-fixup-modifs): Typo in docstring.
1031
1032 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1035 count-screen-lines.
1036 (tpu-edt-off): Disable relevant pieces of advice.
1037
1038 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1039 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1040 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1041 redefining the function.
1042 (tpu-set-scroll-margins): Activate the pieces of advice.
1043
1044 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1047 process-filter.
1048
1049 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1050
1051 * help.el (resize-temp-buffer-window): Use window-full-width-p
1052 instead of comparing frame-width and window-width.
1053
1054 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1055
1056 * term.el: Honor term-default-fg-color and term-default-bg-color
1057 settings when modifying term-current-face.
1058 (term-default-fg-color, term-default-bg-color): Initialize from
1059 default term-current-face.
1060 (term-mode, term-reset-terminal): Set term-current-face with
1061 term-default-fg-color and term-default-bg-color.
1062 (term-handle-colors-array): term-current-face has term-default-fg-color
1063 and term-default-bg-color after reset escape sequence.
1064 (term-handle-colors-array): Set term-current-color with
1065 term-default-fg/bg-color instead of ansi-term-color-vector when the
1066 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1067
1068 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1069
1070 * files.el (set-auto-mode): Handle also remote files wrt
1071 `auto-mode-alist'.
1072
1073 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1074 remote identification.
1075
1076 2007-08-04 Glenn Morris <rgm@gnu.org>
1077
1078 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1079 zero, not nil, when the library is first loaded. Check for a file
1080 that has been modified on disk.
1081
1082 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1083 Remove duplicate defvar preventing initialization.
1084 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1085
1086 2007-08-03 Miles Bader <miles@gnu.org>
1087
1088 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1089 backend names for new backends to `Git', `Hg', and `Bzr'.
1090 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1091 not `HG'.
1092 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1093 name, not `GIT'.
1094 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1095 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1096
1097 2007-08-03 Glenn Morris <rgm@gnu.org>
1098
1099 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1100
1101 2007-08-02 Richard Stallman <rms@gnu.org>
1102
1103 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1104 to update deleted flag.
1105
1106 * cus-edit.el (customize-apropos, customize-apropos-options)
1107 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1108
1109 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1110
1111 * startup.el (fancy-splash-head, startup-echo-area-message):
1112 Change message text.
1113
1114 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1115 All callers use line-move.
1116
1117 * progmodes/compile.el (compilation-find-buffer): Return current
1118 buffer immediately if suitable.
1119 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1120
1121 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1124 Make it more discriminating and more useful.
1125 (vc-bzr-root-dir): Use new name.
1126 (vc-bzr-registered): Use new name and look at the dirstate file to
1127 determine if it's registered or not without running `bzr'.
1128
1129 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1130
1131 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1132
1133 2007-07-31 Drew Adams <drew.adams@oracle.com>
1134
1135 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1136 Fix parent groups link.
1137
1138 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1139
1140 * faces.el (face-normalize-spec): New function.
1141 (frame-set-background-mode): Normalize face-spec before calling
1142 face-spec-match-p.
1143
1144 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * vc-bzr.el: New file (copied from the trunk).
1147
1148 * vc-hooks.el (vc-handled-backends): Add BZR.
1149 (vc-find-file-hook): Failsafe if the backend's `registered'
1150 function burps.
1151
1152 * server.el (server-window): Add switch-to-buffer-other-frame option.
1153
1154 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1155
1156 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1157 (vc-git-revision-completion-table): Enable.
1158
1159 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1160
1161 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1162
1163 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1164 (vc-hg-registered): Set the vc-state property.
1165
1166 * diff-mode.el (diff-mode-menu): New entries.
1167
1168 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1171 (diff-file-kill): Use it.
1172 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1173 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1174 Use it so they find the hunk even when we're in the file header.
1175
1176 * vc.el: Add new VC operation `revision-completion-table'.
1177 (vc-default-revision-completion-table): New function.
1178 (vc-version-diff, vc-version-other-window): Use it to provide
1179 completion of revision names if the backend provides it.
1180
1181 * vc-arch.el (vc-arch--version-completion-table)
1182 (vc-arch-revision-completion-table): New functions to provide
1183 completion of revision names.
1184
1185 * vc-cvs.el: Require CL.
1186 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1187 New functions to provide completion of revision names.
1188
1189 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1190
1191 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1192 (copyright-fix-years, copyright): Correctly handle the case where
1193 copyright-limit is nil.
1194
1195 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1196
1197 * progmodes/python.el (run-python): Fix path separator under w32.
1198
1199 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1200
1201 * vc-git.el: New File.
1202
1203 2007-07-28 Alan Mackenzie <acm@muc.de>
1204
1205 Fix problem with modes derived from CC Mode:
1206 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1207 macro to cc-langs.
1208 (c-init-language-vars-for): Remove call to above macro.
1209 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1210 been moved to here.
1211 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1212
1213 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1214
1215 * net/trampver.el: Fix the `coding' cookie.
1216
1217 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1218
1219 * add-log.el (change-log-redate): Remove (not needed anymore and
1220 doesn't appear to work).
1221
1222 2007-07-25 Glenn Morris <rgm@gnu.org>
1223
1224 * Relicense all FSF files to GPLv3 or later.
1225
1226 * COPYING: Switch to GPLv3.
1227
1228 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1231 Replace it with another one which disables undo before calling
1232 erase-buffer and then turns it back on if needed.
1233
1234 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1235
1236 * ps-print.el: Problem with foreground and background color when
1237 printing a buffer with and without faces. Reported by Christian
1238 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1239 (ps-print-version): New version 6.7.5.
1240 (ps-default-fg): Change default value to nil, so black color is used
1241 when a face does not specify a foreground color.
1242 (ps-default-bg): Change default value to nil, so white color is used
1243 for background color.
1244 (ps-begin-job): Fix code.
1245
1246 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1247
1248 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1249
1250 2007-07-24 Alan Mackenzie <acm@muc.de>
1251
1252 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1253 Initialise byte-compile-unresolved-functions before rather than
1254 after a compilation.
1255 (byte-compile-unresolved-functions): Amplify doc string.
1256
1257 2007-07-24 Glenn Morris <rgm@gnu.org>
1258
1259 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1260 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1261 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1262 (cal-tex-cursor-week, cal-tex-cursor-week2)
1263 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1264 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1265 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1266 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1267
1268 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1271
1272 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1275 underlying file is uptodate.
1276
1277 2007-07-23 Richard Stallman <rms@gnu.org>
1278
1279 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1280
1281 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1284 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1285 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1286 different possible cases for \'.
1287 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1288
1289 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1290 `file' from which to start the search and fix case where `file' is the
1291 current directory and the root as well.
1292
1293 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1294 name for buffer-file-name if it refers to a directory.
1295
1296 2007-07-22 Jason Rumney <jasonr@gnu.org>
1297
1298 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1299 for input to cmdproxy on all versions of Windows.
1300 Use dos line ends for input to plink.
1301
1302 * comint.el (comint-simple-send): Concat newline before sending.
1303 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1304
1305 2007-07-22 Juri Linkov <juri@jurta.org>
1306
1307 * isearch.el (isearch-edit-string): Save old point and
1308 isearch-other-end to old-point and old-other-end before reading
1309 the search string from minibuffer. After exiting minibuffer set
1310 point to old-other-end if point and the search direction is the
1311 same as before reading the search string.
1312 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1313 to isearch-other-end. Instead of isearch-search-and-update call
1314 three functions isearch-search, isearch-push-state and isearch-update.
1315
1316 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1317
1318 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1319 destroying an existing buffer.
1320
1321 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1322
1323 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1324
1325 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1326
1327 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1328
1329 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1330 file in a way that does not interfere with recentf.
1331
1332 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1333
1334 * image-dired.el (image-dired-sane-db-file): New func.
1335 (image-dired-write-tags, image-dired-remove-tag)
1336 (image-dired-list-tags, image-dired-write-comments)
1337 (image-dired-get-comment, image-dired-mark-tagged-files)
1338 (image-dired-create-gallery-lists): Call new func.
1339 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1340
1341 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1342
1343 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1344 (vc-hg-dir-state): Fix loop.
1345 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1346 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1347 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1348 (vc-hg-revert): Likewise.
1349 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1350
1351 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1352
1353 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1354 case of alignment under a constant symbol, find and consider
1355 the sexp actually at indentation to be the "last sexp".
1356
1357 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1358
1359 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1360 (install): Use them to copy all *.el files before *.elc.
1361 (clean): Don't delete *~.
1362
1363 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1366
1367 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1368
1369 * vc-hg.el (vc-hg-registered): Replace if with when.
1370 (vc-hg-state): Deal with nonexistent files.
1371
1372 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1375 (follow-delete-other-windows-and-split, follow-recenter)
1376 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1377 (follow-redisplay, follow-estimate-first-window-start)
1378 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1379 Fix typos in docstrings.
1380
1381 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1382
1383 * bookmark.el (bookmark-show-all-annotations):
1384 Make sure each inserted annotation ends with newline.
1385
1386 (bookmark-maybe-sort-alist): Don't modify
1387 bookmark-alist. Instead, if not sorting, simply return it.
1388 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1389 for its return value, not for its side effect.
1390
1391 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1392
1393 * vc.el: Add more info about the vc-registered function.
1394
1395 2007-07-16 David Kastrup <dak@gnu.org>
1396
1397 * emacs-lisp/advice.el (defadvice): Doc fix.
1398
1399 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1400
1401 * subr.el (when, unless): Doc fix.
1402
1403 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1404
1405 * vc-hg.el (vc-hg-state): Handle removed files.
1406 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1407 (vc-hg-checkout): Re-enable.
1408
1409 2007-07-15 Richard Stallman <rms@gnu.org>
1410
1411 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1412
1413 * tutorial.el (tutorial--find-changed-keys):
1414 Handle C-x specially like ESC.
1415
1416 2007-07-15 Roland McGrath <roland@frob.com>
1417
1418 * add-log.el (add-change-log-entry): Check add-log-full-name
1419 and add-log-mailing-address later, after change-log-mode-hook.
1420
1421 2007-07-15 Richard Stallman <rms@gnu.org>
1422
1423 * isearch.el (isearch-mode, isearch-done):
1424 Delete unintended code in previous change.
1425
1426 * ps-print.el (ps-default-bg): Change to White.
1427
1428 2007-07-15 Aaron Hawley <aaronh@garden.org>
1429
1430 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1431
1432 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1433
1434 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1435 when handling the terminating event.
1436
1437 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1438
1439 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1440
1441 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1442
1443 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1444 (install): Use them to copy all *.el files before *.elc.
1445
1446 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1447
1448 * replace.el (match): Use yellow1 instead of yellow.
1449
1450 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1451
1452 * pcvs-info.el (cvs-unknown): Likewise.
1453
1454 2007-07-12 Davis Herring <herring@lanl.gov>
1455
1456 * desktop.el (desktop-buffer-info, desktop-save):
1457 Use `desktop-dirname' instead of `dirname'.
1458
1459 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1460
1461 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1462
1463 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1464
1465 2007-07-10 Richard Stallman <rms@gnu.org>
1466
1467 * emacs-lisp/lisp-mode.el (eval-defun):
1468 Explain special handling of `defface'.
1469
1470 2007-07-09 Richard Stallman <rms@gnu.org>
1471
1472 * isearch.el (isearch-edit-string): Call to isearch-push-state
1473 after the search.
1474
1475 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1476
1477 * cus-start.el (file-coding-system-alist): Fix custom type.
1478
1479 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1480
1481 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1482 modified.
1483 (longlines-auto-wrap, longlines-window-change-function):
1484 Remove unnecessary calls to set-buffer-modified-p.
1485
1486 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * vc.el (vc-default-log-view-mode): New function.
1489 (vc-print-log): Add new `log-view-mode' VC operation.
1490
1491 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1492
1493 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1494 Rename and move to...
1495
1496 * subr.el (strings->string, string->strings): ...here.
1497
1498 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1499 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1500
1501 * progmodes/gud.el (gud-common-init): Call string->strings instead
1502 of split-string.
1503
1504 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1505
1506 * term/w32-win.el (menu-bar-open): New function.
1507 Bind <f10> to it.
1508
1509 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1510
1511 * log-view.el (log-view-mode-menu): New menu.
1512
1513 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1514
1515 * vc-hg.el: New file.
1516
1517 2007-07-06 Andreas Schwab <schwab@suse.de>
1518
1519 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1520 dynamic bindings around the evaluation of the expression.
1521 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1522
1523 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1524
1525 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1526 file names.
1527
1528 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1529
1530 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1531
1532 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1533 event is not a cons cell. Do not unread drag-mouse-1 events.
1534 Select right window in check whether space was stolen from
1535 window above.
1536
1537 2007-07-01 Richard Stallman <rms@gnu.org>
1538
1539 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1540
1541 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1542
1543 * generic-x.el (generic-define-mswindows-modes)
1544 (generic-define-unix-modes, apache-log-generic-mode)
1545 (bat-generic-mode-keymap, java-manifest-generic-mode)
1546 (show-tabs-generic-mode): Fix typos in docstrings.
1547
1548 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1549
1550 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1551 replace-regexp-in-string.
1552
1553 2007-06-28 Andreas Schwab <schwab@suse.de>
1554
1555 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1556 $(lisp)/subdirs.el.
1557
1558 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1561 the speedbar frame if nil; that deletes the current frame or
1562 causes an error if it is the only frame.
1563 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1564
1565 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1568 directory where the desktop file was found, as the docstring says.
1569 (desktop-kill): Use `read-directory-name'.
1570
1571 * desktop.el (desktop-load-locked-desktop): New option.
1572 (desktop-read): Use it.
1573 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1574 Use `when'.
1575
1576 2007-06-24 Davis Herring <herring@lanl.gov>
1577
1578 * desktop.el (desktop-save-mode-off): New function.
1579 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1580 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1581 (desktop-claim-lock, desktop-release-lock): New functions.
1582 (desktop-kill): Tell `desktop-save' that this is the last save.
1583 Release the lock afterwards.
1584 (desktop-buffer-info): New function.
1585 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1586 says to. Detect conflicts, and manage the lock.
1587 (desktop-read): Detect conflicts. Manage the lock.
1588
1589 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1590
1591 * ls-lisp.el (insert-directory): If an invalid regexp error is
1592 thrown, try using FILE as a literal file name, not a wildcard.
1593 Check for FILE as an existing file, not just a directory.
1594
1595 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1598 `header-line-format' when reentering ruler mode.
1599
1600 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1601
1602 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1603 FILE exists as a directory.
1604
1605 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1608 (vera-font-lock-match-item): Fix doc string.
1609 (vera-in-comment-p): Remove unused function.
1610 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1611 use `syntax-ppss'.
1612 (vera-forward-syntactic-ws): Fix argument order.
1613 (vera-prepare-search): Use `with-syntax-table'.
1614 (vera-indent-line): Fix doc string.
1615 (vera-electric-tab): Fix doc string.
1616 (vera-expand-abbrev): Define alias instead of using `fset'.
1617 (vera-comment-uncomment-region): Use `comment-start-skip'.
1618
1619 2007-06-20 Reto Zimmermann <reto@gnu.org>
1620
1621 * progmodes/vera-mode.el: New file.
1622
1623 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1624
1625 * ido.el (ido-find-file-in-dir): Don't signal an error for
1626 empty directories.
1627
1628 2007-06-18 Alan Mackenzie <acm@muc.de>
1629
1630 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1631 When removing lines, also remove the \n. Correction of patch of
1632 2007-04-21.
1633
1634 2007-06-17 Glenn Morris <rgm@gnu.org>
1635
1636 * lpr.el (lpr-page-header-switches): Move %s to separate element
1637 for correct quoting. Doc fix.
1638
1639 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1640
1641 * term/xterm.el (terminal-init-xterm): Escape parens in character
1642 constants.
1643
1644 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1645
1646 * scroll-lock.el (scroll-lock-mode): Doc fix.
1647
1648 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1651 half-activated, forcefully activate it completely.
1652
1653 2007-06-11 Richard Stallman <rms@gnu.org>
1654
1655 * cus-edit.el (custom-variable-type): Doc fix.
1656
1657 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1658
1659 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1660
1661 2007-06-09 Davis Herring <herring@lanl.gov>
1662
1663 * desktop.el (desktop-minor-mode-table): Doc fix.
1664
1665 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1668 (image-next-line, image-previous-line, image-scroll-up)
1669 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1670 New functions.
1671 (image-mode-map): Remap motion commands.
1672 (image-mode-text-map): New keymap for viewing images as text.
1673 (image-mode): Use image-mode-map.
1674 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1675
1676 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1677
1678 Sync with Tramp 2.0.56.
1679
1680 * net/tramp.el:
1681 * net/tramp-ftp.el:
1682 * net/tramp-smb.el:
1683 * net/tramp-util.el:
1684 * net/tramp-vc.el:
1685 Don't load cl.el, because that pollutes the namespace. Replace cl
1686 macros by their implementations where necessary. Requested by
1687 Richard Stallman <rms@gnu.org>.
1688
1689 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1690 doesn't exist.
1691 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1692 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1693 (tramp-file-name-p, tramp-file-name-multi-method)
1694 (tramp-file-name-method, tramp-file-name-user)
1695 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1696 replacing defstruct `tramp-file-name'.
1697 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1698 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1699 Apply `vector' instead of `make-tramp-file-name'.
1700 (tramp-handle-make-auto-save-file-name):
1701 Apply `tramp-temporary-file-directory' for compatibility reasons.
1702 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1703 because of XEmacs.
1704 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1705 started.
1706
1707 2007-06-07 David Kastrup <dak@gnu.org>
1708
1709 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1710 Change default to `top'.
1711
1712 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1713
1714 * dired.el (dired-mode-map): Remove spurious separator.
1715
1716 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1719
1720 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1721 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1722
1723 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1724
1725 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1726 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1727
1728 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1729
1730 * progmodes/ebrowse.el (ebrowse-member-table):
1731 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1732
1733 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1734
1735 * pgg.el (pgg-sign-region, pgg-sign):
1736 * ses.el (ses-call-printer):
1737 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1738 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1739
1740 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1741
1742 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1743 (tar-get-descriptor): Handle type 55, an extended pax header.
1744
1745 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * textmodes/css-mode.el: New file.
1748
1749 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * net/socks.el: New file, taken from w3 repository.
1752 (top): Update Copyright. Don't load cl.el.
1753 (all): Replace `case' by `cond', `string-to-int' by
1754 `string-to-number', and `process-kill-without-query' by
1755 `set-process-query-on-exit-flag'.
1756 (socks-char-int): Remove defalias and all occurrences.
1757
1758 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1759
1760 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1761 (sort-coding-systems, search-unencodable-char): Doc fixes.
1762 (coding-system-change-eol-conversion, set-default-coding-systems)
1763 (prefer-coding-system, find-multibyte-characters, princ-list)
1764 (leim-list-entry-regexp, set-input-method, locale-language-names)
1765 (input-method-exit-on-first-char, exit-language-environment-hook)
1766 (locale-charset-language-names): Fix typos in docstrings.
1767
1768 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1769
1770 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1771 `switch-to-buffer' has returned succesfully.
1772 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1773 window is dedicated (it could iconify the frame).
1774
1775 2007-06-05 Glenn Morris <rgm@gnu.org>
1776
1777 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1778
1779 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * files.el (auto-mode-alist): Add lower-priority match for names
1782 like ChangeLog.old.
1783
1784 2007-06-04 Andreas Schwab <schwab@suse.de>
1785
1786 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1787
1788 2007-06-04 Davis Herring <herring@lanl.gov>
1789
1790 * calendar/timeclock.el: Update version number.
1791 (timeclock-modeline-display): Mention timeclock-use-display-time
1792 in explanatory message.
1793 (timeclock-log): Suppress warnings when finding the log.
1794 Don't check for a nil project twice. Run hooks after killing the
1795 buffer (if applicable).
1796 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1797 was geometric). All uses changed.
1798 (timeclock-generate-report): Support prefix argument.
1799
1800 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1801
1802 * man.el (Man-next-section): Don't consider the last line of the
1803 page as being part of any section.
1804
1805 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1806
1807 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1808 modified flag of buffer. Use `inhibit-modification-hooks'.
1809
1810 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1811
1812 * mail/mail-extr.el (mail-extract-address-components):
1813 Recognize non-ASCII characters except for NBSP as words.
1814
1815 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1816
1817 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1818
1819 2007-06-04 Michael Olson <mwolson@gnu.org>
1820
1821 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1822 died and we are trying to send a signal to it.
1823
1824 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1825
1826 * emacs-lisp/easy-mmode.el (define-minor-mode)
1827 (easy-mmode-define-navigation): Fix typos in docstrings.
1828
1829 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1830 Fix typos in docstrings.
1831 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1832 (compilation-finish-function): Fix typo in obsolescence declaration.
1833
1834 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1835
1836 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1839 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1840
1841 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1842
1843 * longlines.el (longlines-mode): Make longlines-auto-wrap
1844 buffer-local. Add hooks unconditionally.
1845 (longlines-auto-wrap): Toggle wrapping.
1846 (longlines-after-change-function)
1847 (longlines-post-command-function): Check longlines-auto-wrap.
1848
1849 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1850
1851 * Version 22.1 released.
1852
1853 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1856 changes.
1857
1858 2007-05-31 Richard Stallman <rms@gnu.org>
1859
1860 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1861
1862 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1863
1864 * textmodes/table.el (table--point-entered-cell-function)
1865 (table--point-left-cell-function):
1866 Bind `inhibit-point-motion-hooks' to t.
1867
1868 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1869
1870 * emacs-lisp/rx.el (rx): Doc fix.
1871
1872 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1873
1874 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1875
1876 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1877
1878 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1879 as the end of the ChangeLog paragraph when it ends without a line
1880 termination.
1881
1882 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * textmodes/fill.el (canonically-space-region): Make the second arg
1885 a marker if it's not already the case.
1886
1887 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1888 (xterm-mouse-event): Use it.
1889
1890 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1891
1892 * vc-hooks.el (vc-find-root): Fix file attribute test.
1893
1894 2007-05-24 Richard Stallman <rms@gnu.org>
1895
1896 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1897 Don't let opoint be nil.
1898 (flyspell-emacs-popup): Explicit error if no dialogs.
1899
1900 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1901
1902 * tar-mode.el (tar-file-name-handler): New function.
1903 (tar-extract): Bind file-name-handler-alist to it to force
1904 find-buffer-file-type-coding-system behave as if the file being
1905 extracted existed. Use last-coding-system-used to force
1906 buffer-file-coding-system to what decode-coding-region actually
1907 used to decode the file.
1908
1909 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1910
1911 * progmodes/compile.el (compilation-handle-exit):
1912 `compilation-finish-function' may change the current buffer.
1913
1914 2007-05-22 Richard Stallman <rms@gnu.org>
1915
1916 * files.el (set-auto-mode): Doc fix.
1917
1918 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1919
1920 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1921
1922 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1923
1924 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1925 (rcirc-print): Handle `window-width'.
1926 (rcirc-buffer-maximum-lines): Doc fix.
1927
1928 2007-05-19 Kevin Ryde <user42@zip.com.au>
1929
1930 * info.el (Info-fontify-node): Match https also.
1931
1932 2007-05-18 Richard Stallman <rms@gnu.org>
1933
1934 * simple.el (push-mark): Doc fix.
1935
1936 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1937
1938 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1939 tpu-global-map.
1940 (tpu-original-global-map): Delete variable.
1941 (tpu-control-keys-map): New keymap variable.
1942 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1943 setting keymapping directly.
1944 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1945 tpu-global-map.
1946 (tpu-edt-on): Activate the tpu-global-map.
1947 (tpu-edt-off): Deactivate the tpu-global-map.
1948
1949 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1950
1951 * textmodes/ispell.el (ispell-get-word): Return markers
1952 for start and end positions.
1953 (ispell-word): Assume END is a marker.
1954
1955 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1956
1957 * ps-print.el: Use default color when foreground or background color
1958 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1959 (ps-print-version): New version 6.7.4.
1960 (ps-rgb-color): New argument. Use default color when color is
1961 unspecified.
1962 (ps-begin-job): Fix code.
1963
1964 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1965
1966 * textmodes/ispell.el (ispell-start-process): Defend against bad
1967 default-directory.
1968
1969 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1972
1973 2007-05-16 Richard Stallman <rms@gnu.org>
1974
1975 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1976
1977 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1980 Move the *ml, Postscript, and XmCD entries to the fallback part.
1981
1982 * files.el (magic-fallback-mode-alist):
1983 Rename from file-start-mode-alist.
1984
1985 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1986
1987 * progmodes/compile.el (compilation-handle-exit): Quote first
1988 argument of `run-hook-with-args'.
1989
1990 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * buff-menu.el (Buffer-menu-sort-column):
1993 * dabbrev.el (dabbrev-upcase-means-case-search):
1994 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1995 * info.el (Info-current-subfile):
1996 * ls-lisp.el (ls-lisp-verbosity):
1997 * msb.el (msb-menu-cond):
1998 * pcvs.el (cvs-dired-use-hook):
1999 * simple.el (set-mark-command-repeat-pop):
2000 * time.el (display-time-24hr-format, display-time-mail-file):
2001 Doc fixes.
2002
2003 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2004 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2005
2006 * view.el (view-inhibit-help-message): Fix typo in docstring.
2007 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2008
2009 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2010
2011 * mail/rmail.el (rmail-convert-to-babyl-format):
2012 Check content-transfer-encoding _last_, because we need its position
2013 in base64-header-field-end.
2014
2015 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2016
2017 * files.el (mode-require-final-newline, require-final-newline)
2018 (enable-local-variables, enable-local-eval): Doc fixes.
2019
2020 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2021
2022 * progmodes/python.el (python-font-lock-keywords)
2023 (python-open-block-statement-p, python-mode): Add support for the new
2024 "with" keyword.
2025
2026 2007-05-10 Richard Stallman <rms@gnu.org>
2027
2028 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2029 (iso-cvt-write-only): Likewise.
2030
2031 * emacs-lisp/easy-mmode.el (define-minor-mode):
2032 Fix generated doc string.
2033
2034 * startup.el (fancy-splash-text): Add URL of guided tour.
2035 Adjust horizontal and vertical whitespace.
2036
2037 * progmodes/compile.el (compilation-handle-exit):
2038 Use run-hook-with-args to run compilation-finish-functions.
2039
2040 * files.el (file-start-mode-alist): New variable.
2041 (magic-mode-regexp-match-limit): Doc fix.
2042 (set-auto-mode): Handle file-start-mode-alist.
2043 A little cleanup of structure.
2044
2045 2007-05-10 Davis Herring <herring@lanl.gov>
2046
2047 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2048 workday specifications.
2049 (timeclock-log): Don't kill the log buffer if it already existed.
2050
2051 2007-05-08 Richard Stallman <rms@gnu.org>
2052
2053 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2054 Don't include non-self-insert commands in the exception for `-'.
2055
2056 2007-05-08 David Reitter <david.reitter@gmail.com>
2057
2058 * progmodes/python.el (python-guess-indent): Check non-nullness
2059 before comparing indent against the 2..8 interval.
2060
2061 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2062
2063 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2064 available.
2065
2066 2007-05-06 Richard Stallman <rms@gnu.org>
2067
2068 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2069
2070 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2071
2072 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2073 disconnections.
2074
2075 2007-05-01 Romain Francoise <romain@orebokech.com>
2076
2077 * dired-x.el: Revert 2007-04-06 change.
2078
2079 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2080
2081 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2082 don't put stop on toolbar.
2083
2084 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2085
2086 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2087
2088 2007-04-29 Richard Stallman <rms@gnu.org>
2089
2090 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2091
2092 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2095 than 1.
2096
2097 2007-04-28 Richard Stallman <rms@gnu.org>
2098
2099 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2100
2101 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2104
2105 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2106
2107 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2108 instead of $(lisp)/mh-e.
2109
2110 * textmodes/fill.el (fill-paragraph): Doc fix.
2111
2112 2007-04-28 Glenn Morris <rgm@gnu.org>
2113
2114 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2115 (image-dired-cmd-create-temp-image-options): Replace option
2116 +profile "*" with -strip.
2117
2118 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2121 Use window-start and window-end.
2122
2123 2007-04-26 Glenn Morris <rgm@gnu.org>
2124
2125 * progmodes/python.el: Restore file pending consideration of legal
2126 status.
2127
2128 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2129
2130 * locate.el (locate-in-alternate-database): Doc fix.
2131
2132 2007-04-26 Glenn Morris <rgm@gnu.org>
2133
2134 * button.el (button): Use underline if supported, else fall back
2135 to color.
2136
2137 2007-04-25 Richard Stallman <rms@gnu.org>
2138
2139 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2140
2141 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2142
2143 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2144 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2145 pushing mark.
2146 (idlwave-current-routine): Don't push mark.
2147
2148 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2149
2150 * image-dired.el (image-dired-display-image): Derive image-type from
2151 filename rather than assuming jpeg, in case no resizing was needed.
2152
2153 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2154
2155 * custom.el (defface): Doc fix.
2156
2157 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * progmodes/python.el: Remove due to unclear legal issues.
2160
2161 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2162
2163 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2164 Don't re-query for each cleared BP.
2165 (idlwave-shell-clear-bp): Optionally skip BP query.
2166 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2167 of set-window-buffer, which incorrectly moves displayed region.
2168
2169 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2170
2171 * calc/calc.el (calc-bug-address): Update maintainer's address.
2172 * calc/*: Update maintainer's address.
2173
2174 2007-04-23 Richard Stallman <rms@gnu.org>
2175
2176 * simple.el (set-mark-command-repeat-pop): Doc fix.
2177 Put in `editing-basics' group.
2178
2179 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2180
2181 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2182 New functions.
2183 (Info-mode-line-node-keymap): Bind mouse commands to
2184 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2185
2186 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2187
2188 * locate.el (locate-local-prompt): New var.
2189 (locate-prompt-for-command): Doc fix.
2190 (locate-prompt-for-search-string): New function.
2191 (locate): New optional arg. Make locate-local-prompt
2192 buffer-local. Use locate-prompt-for-search-string.
2193 (locate-with-filter): New optional arg.
2194 Use locate-prompt-for-search-string.
2195 (locate-update): Bind locate-prompt-for-command.
2196
2197 2007-04-23 Glenn Morris <rgm@gnu.org>
2198
2199 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2200
2201 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2202
2203 * button.el (button): Inherit from link face on a tty.
2204
2205 2007-04-23 Glenn Morris <rgm@gnu.org>
2206
2207 * button.el (button): Use color for this face on a tty.
2208
2209 * files.el (magic-mode-alist): Allow for carriage-returns in
2210 html-mode and sgml-mode entries.
2211
2212 2007-04-22 Richard Stallman <rms@gnu.org>
2213
2214 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2215 Improve doc string of generated command.
2216
2217 * subr.el (read-number): Catch errors.
2218
2219 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2220
2221 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * image-dired.el: Rename from thumbnails.el. All instances of
2224 "thumbnails" replaced with "image-dired".
2225
2226 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2227 "image-dired".
2228
2229 2007-04-22 Kim F. Storm <storm@cua.dk>
2230
2231 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2232 Don't use kill-line.
2233
2234 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2235
2236 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2237 error message.
2238
2239 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2240
2241 * dired.el: Rename "tumme" to "thumbnails".
2242
2243 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2244 replaced with "thumbnails".
2245
2246 2007-04-22 Glenn Morris <rgm@gnu.org>
2247
2248 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2249 and give it the risky-local-variable property.
2250
2251 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2252 before defining it.
2253
2254 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2255
2256 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2257 Use delete-region instead of kill-line.
2258
2259 2007-04-21 Alan Mackenzie <acm@muc.de>
2260
2261 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2262 `kill-region' by `delete-region'.
2263
2264 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2267 instead of kill-region.
2268
2269 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2270 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2271 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2272 and kill-line.
2273
2274 * progmodes/vhdl-mode.el (vhdl-template-type)
2275 (vhdl-template-record, vhdl-template-nature)
2276 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2277 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2278 Use delete-region instead of kill-word and kill-line.
2279
2280 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2281
2282 * dired-x.el (dired-virtual-mode): Doc fix.
2283
2284 2007-04-21 Richard Stallman <rms@gnu.org>
2285
2286 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2287
2288 * subr.el (read-number): Doc fix.
2289
2290 * simple.el (pop-to-mark-command): Display message "mark popped"
2291 if point does not move.
2292 (set-mark-command): Doc fix.
2293
2294 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2295
2296 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2297 (locate-local-filter, locate-local-search): New vars.
2298 (locate): Make variables local.
2299 (locate-update): Bind locate-buffer-name. Call locate using
2300 locate-local-filter and locate-local-search.
2301
2302 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2303
2304 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2305 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2306 (hi-lock-mode): Update docstring.
2307
2308 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2311 fill-nobreak-predicate when the break is past fill-column.
2312
2313 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2314
2315 * locate.el (locate): Output from shell-command should go in the
2316 current buffer rather than *Shell Command Output*.
2317
2318 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * paren.el (show-paren-function): Fix last fix.
2321
2322 2007-04-19 Kevin Ryde <user42@zip.com.au>
2323
2324 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2325 (archive-lzh-summarize): Add optional start arg for where to start
2326 looking at the archive.
2327 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2328
2329 * international/mule.el (auto-coding-alist): no-conversion for .exe
2330 and .EXE.
2331
2332 2007-04-19 Alan Mackenzie <acm@muc.de>
2333
2334 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2335 function return type contains "struct", "union", etc.
2336 c-end-of-defun goes too far forward.
2337
2338 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * paren.el (show-paren-function): Reset window-start to avoid
2341 recentering.
2342
2343 2007-04-19 Glenn Morris <rgm@gnu.org>
2344
2345 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2346
2347 2007-04-18 Glenn Morris <rgm@gnu.org>
2348
2349 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2350 :set function.
2351 (diary-list-entries): Only switch to diary-mode from
2352 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2353 diary-mode set header-line-format, in case of any customization.
2354
2355 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2356
2357 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2358 is less than the length of parse-time-syntax.
2359
2360 2007-04-17 David Kastrup <dak@gnu.org>
2361
2362 * replace.el (query-replace-regexp-eval): Deprecate.
2363
2364 2007-04-17 Alan Mackenzie <acm@muc.de>
2365
2366 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2367 point too close to EOB, leave point at EOB rather than last `}'.
2368
2369 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2370
2371 * textmodes/bibtex.el (bibtex-include-OPTkey)
2372 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2373 Fix defcustom.
2374
2375 2007-04-17 Glenn Morris <rgm@gnu.org>
2376
2377 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2378 be encoded, fall back to current year.
2379
2380 2007-04-14 Kevin Ryde <user42@zip.com.au>
2381
2382 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2383 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2384 M "MSDOS".
2385
2386 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * progmodes/python.el (python-end-of-block): Avoid looping forever
2389 if python-next-statement fails.
2390
2391 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2392
2393 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2394
2395 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2396
2397 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2398 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2399
2400 2007-04-15 Jay Belanger <belanger@truman.edu>
2401
2402 * calc/calc.el (calc-version): New function.
2403 (calc-trail-mode): Shorten the title.
2404
2405 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2406
2407 * mail/footnote.el (footnote-style): Clarify docstring to state
2408 that customizing this only applies to future footnotes.
2409
2410 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2411
2412 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2413 (bibtex-make-field): Check that INIT is a string. Use functionp.
2414
2415 2007-04-14 Glenn Morris <rgm@gnu.org>
2416
2417 * complete.el (PC-goto-end): New buffer-local variable.
2418 (PC-do-completion-end): Make buffer-local.
2419 (partial-completion-mode) <choose-completion-string-functions>:
2420 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2421 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2422 doc string. Set PC-goto-end for choose-completion.
2423 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2424 PC-do-completion.
2425
2426 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2427 arg to bibtex-make-field.
2428 (bibtex-make-field): Add optional fourth arg NODELIM.
2429 Insert delimiters around INIT unless this arg is non-nil.
2430
2431 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2432
2433 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2434 global map isn't modified.
2435
2436 2007-04-14 Glenn Morris <rgm@gnu.org>
2437
2438 * calendar/appt.el (appt-disp-window): Do not split small windows.
2439 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2440
2441 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2444
2445 * files.el: Ditto.
2446
2447 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2448
2449 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2450
2451 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2452 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2453 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2454 (term-pager-help): Fix typos in docstrings.
2455
2456 * wid-edit.el (widget-documentation): Fix typo in docstring.
2457
2458 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2459 Fix typos in error messages.
2460
2461 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2462
2463 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2464 window marked as dedicated.
2465
2466 * mail/footnote.el (footnote-latin-string): New variable.
2467 (footnote-latin-regexp): Redefine as regexp alternative.
2468 (Footnote-latin): Use footnote-latin-string instead of
2469 footnote-latin-regexp.
2470
2471 2007-04-13 Glenn Morris <rgm@gnu.org>
2472
2473 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2474 inherited keymaps.
2475
2476 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * outline.el (outline-get-next-sibling): Clarify docstring.
2479 (outline-get-last-sibling): Handle case where we are at the first
2480 heading. Clarify docstring.
2481
2482 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2483
2484 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2485 length as stop button to lessen flicker.
2486 (jdb): Add gud-print.
2487 (gud-find-expr): Jdb prints the expression with the value, so
2488 don't insert it in the output.
2489
2490 2007-04-11 Jason Rumney <jasonr@gnu.org>
2491
2492 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2493 case hex. Do not try to decode non-hex letters.
2494
2495 2007-04-11 Markus Triska <markus.triska@gmx.at>
2496
2497 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2498 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2499 (byte-optimize-form-code-walker): Evaluate pure function calls if
2500 possible.
2501 (byte-optimize-all-constp): New function.
2502
2503 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2504 Improve numeric argument case.
2505 (byte-compile-backward-char, byte-compile-backward-word):
2506 New functions, performing rewriting previously done in byte-opt.el.
2507 Fix their "Fixme" item (restriction to numeric arguments).
2508
2509 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2512 with dolist.
2513 (after-init-hook): Don't quote lambda.
2514 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2515 (desktop-internal-v2s): Remove unused var `el'.
2516 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2517 desktop-restore-file-buffer.
2518 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2519 desktop-create-buffer.
2520
2521 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * woman.el (woman-decode-buffer): Postpone macro-set check...
2524 (woman-decode-region): ...to here.
2525
2526 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2527
2528 * startup.el (tty-handle-args): Use %S to log ARGS.
2529
2530 2007-04-10 Glenn Morris <rgm@gnu.org>
2531
2532 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2533 it is obsolete and has no effect.
2534
2535 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2536 byte-compiler.
2537
2538 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2539 obsolete function make-local-hook.
2540
2541 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2542 start to quieten byte-compiler.
2543
2544 2007-04-10 Markus Triska <markus.triska@gmx.at>
2545
2546 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2547 to bytecomp.el as byte-compile-char-before).
2548 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2549 New function (modified replacement for byte-optimize-char-before in
2550 byte-opt.el).
2551
2552 2007-04-09 Alan Mackenzie <acm@muc.de>
2553
2554 * startup.el (inhibit-splash-screen): Emphatically state that it
2555 can't be set in site-start.el.
2556
2557 2007-04-09 Masatake YAMATO <jet@gyve.org>
2558
2559 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2560 mimic the behavior of `capitalize-word'. Do not move point with a
2561 negative argument. Based on tiny change by Paul Curry.
2562
2563 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2564
2565 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2566 Don't move point if ARG is negative.
2567
2568 2007-04-09 Alan Mackenzie <acm@muc.de>
2569
2570 Changes to make `narrow-to-defun' and `mark-defun' work properly
2571 in CC Mode:
2572
2573 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2574 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2575 Bind beginning/end-of-defun-function to nil around calls to
2576 beginning/end-of-defun.
2577
2578 * progmodes/cc-langs.el (beginning-of-defun-function)
2579 (end-of-defun-function): New c-lang-setvar's.
2580
2581 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2582 (setq arg 1))" to enable non-interactive call.
2583
2584 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2585
2586 * simple.el (set-mark-command): Doc fix.
2587
2588 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2589
2590 * progmodes/gud.el (gdb): Restore existing session if user
2591 tries to start a second one in graphical mode.
2592
2593 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2594
2595 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2596
2597 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2598
2599 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2600 Add binding for C-M-SPC.
2601
2602 2007-04-08 Richard Stallman <rms@gnu.org>
2603
2604 * pcomplete.el (pcomplete-read-event): One single definition,
2605 and not a defsubst.
2606
2607 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2610 byte-compiler warning "value unused".
2611
2612 2007-04-08 Andreas Schwab <schwab@suse.de>
2613
2614 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2615
2616 2007-04-07 Glenn Morris <rgm@gnu.org>
2617
2618 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2619 Autoload these functions.
2620 (diary-date-forms): Add a custom :set form.
2621
2622 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2623 before first use.
2624 (diary-font-lock-keywords): New function with old code for
2625 initialization of variable of same name.
2626
2627 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2628
2629 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2630 clean-up: only insert space when on identifier, etc.
2631
2632 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2635
2636 * net/tls.el (open-tls-stream): Properly handle case where there
2637 is no associated buffer.
2638
2639 2007-04-07 Glenn Morris <rgm@gnu.org>
2640
2641 * ffap.el (ffap-file-at-point): Lower the priority of the
2642 ffap-ftp-sans-slash-regexp check.
2643
2644 2007-04-06 Alan Mackenzie <acm@muc.de>
2645
2646 Fix fontification of labels, and other things with ":".
2647
2648 * progmodes/cc-engine.el (c-forward-label): The function now
2649 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2650 the former t.
2651
2652 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2653 new return code from c-forward-label, fontifying tokens properly.
2654 Add some general comments throughout the file.
2655
2656 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2659 Revert 2006-01-27 change.
2660
2661 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2662
2663 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2664
2665 * desktop.el (desktop-create-buffer, desktop-save):
2666 Revert 2004-11-12 change for lack of copyright papers.
2667
2668 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2669 (dired-guess-default): Respect case.
2670
2671 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2672
2673 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2674 was originally checked in as byte-optimize-concat on 1997-11-02.
2675
2676 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2677 1995-05-19 doc changes.
2678
2679 2007-04-06 Kim F. Storm <storm@cua.dk>
2680
2681 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2682 (unload-feature): Update interactive spec accordingly.
2683
2684 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2685
2686 2007-04-06 John Paul Wallington <jpw@pobox.com>
2687
2688 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2689 capture. Restore the table in the same buffer.
2690
2691 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2692
2693 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2694
2695 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2696 Print entire form.
2697
2698 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2699
2700 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2701 for low-color displays.
2702
2703 2007-04-05 Glenn Morris <rgm@gnu.org>
2704
2705 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2706 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2707 Seed random number generator on loading.
2708
2709 * emacs-lisp/authors.el (top-level): Provide self.
2710
2711 * play/animate.el (top-level): Provide self.
2712
2713 2007-04-04 Alan Mackenzie <acm@muc.de>
2714
2715 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2716 to mention c-syntactic-indentation.
2717
2718 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2719
2720 * subr.el (with-case-table): New macro.
2721
2722 * international/mule.el (ascii-case-table): New var.
2723
2724 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2725 downcasing.
2726
2727 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2728
2729 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2730
2731 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2732 of the window if we're outside it e.g menu-bar.
2733
2734 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2735 window if we're outside it e.g menu-bar.
2736
2737 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2738
2739 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2740 decode base-64 encoded body if its content-type is something other
2741 than text/* or message/*.
2742
2743 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2744
2745 * simple.el (activate-mark-hook): Fix typo in docstring.
2746
2747 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * tmm.el (tmm-c-prompt): Initialize.
2750 (tmm-menubar): Deal with extended menu-items at top level.
2751 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2752 (tmm-prompt): Handle visibility of top level menu-items.
2753
2754 * progmodes/gud.el (gud-menu-map): Simplify.
2755 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2756 menubar.
2757
2758 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2761
2762 * comint.el (comint-send-input): Widen the buffer first.
2763
2764 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2765
2766 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2769 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2770
2771 * newcomment.el (comment-search-forward): Discard comment starters
2772 before point.
2773
2774 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2775
2776 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2777
2778 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2781 when downcasing.
2782
2783 * button.el (previous-button): Rewrite to account for adjacent buttons.
2784
2785 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2786
2787 * progmodes/idlwave.el (idlwave-auto-fill):
2788 Revert paragraph-separate change.
2789
2790 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2791 Simplify module calc.
2792 (idlwave-shell-set-bp-in-module): Compute module.
2793
2794 2007-03-31 Glenn Morris <rgm@gnu.org>
2795
2796 * emacs-lisp/timer.el (run-at-time): Doc fix.
2797
2798 * emacs-lisp/warnings.el (display-warning): If we create the
2799 buffer displaying the warning, disable undo there.
2800
2801 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * net/tramp.el (tramp-register-file-name-handler)
2804 (tramp-register-completion-file-name-handler): New defsubst,
2805 derived from `tramp-register-file-name-handlers'. The split is
2806 necessary because Tramp's file name handlers must be registered at
2807 different startup places.
2808
2809 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * progmodes/hideshow.el (turn-off-hideshow): New function.
2812 (hs-minor-mode): Use it instead of a lambda expression in
2813 change-major-mode-hook.
2814
2815 2007-03-31 David Kastrup <dak@gnu.org>
2816
2817 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2818 corresponding to MANPATH_MAP entries.
2819 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2820 (woman-parse-man.conf): Use more discriminating man.conf name.
2821 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2822 (woman-manpath): Doc fix and type fix.
2823 (woman-cached-data): Check for MANPATH_MAP entries.
2824 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2825
2826 2007-03-31 Stuart Herring <herring@lanl.gov>
2827
2828 * emacs-lisp/sregex.el (sregexq): Doc fix.
2829
2830 2007-03-31 Markus Triska <markus.triska@gmx.at>
2831
2832 * flymake.el (flymake-err-line-patterns): Doc fix.
2833
2834 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2835
2836 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2837 Move to the right.
2838
2839 2007-03-30 Alan Mackenzie <acm@muc.de>
2840
2841 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2842
2843 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2844
2845 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2846 Use it, passed in explicitly, instead of from the dynamic binding.
2847 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2848
2849 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * simple.el (blink-matching-open): When in minibuffer, don't
2852 search for a match inside the prompt.
2853
2854 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2855
2856 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2857 (tmm-prompt): Don't make the mouse user select the first menu
2858 item twice.
2859
2860 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2863 SIGUSR1 and SIGUSR2.
2864
2865 2007-03-29 Kim F. Storm <storm@cua.dk>
2866
2867 * ido.el (ido-read-internal): When reading file or dir, only override
2868 minibuffer-local-filename-completion-map, otherwise only override
2869 minibuffer-local-completion-map.
2870
2871 2007-03-29 Glenn Morris <rgm@gnu.org>
2872
2873 * complete.el (partial-completion-mode): Set PC-do-completion-end
2874 to nil after use.
2875 (PC-lisp-complete-symbol): Create and use a marker at `end',
2876 rather than using point-marker.
2877
2878 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * simple.el (next-error-highlight): Doc fix.
2881 (compose-mail): Revert 2007-03-19 change.
2882
2883 2007-03-28 Richard Stallman <rms@gnu.org>
2884
2885 * emacs-lisp/edebug.el (edebug-display): Don't go to
2886 edebug-outside-buffer if it is dead.
2887
2888 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * view.el (view-mode): Fix typos in docstring.
2891
2892 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2893
2894 * recentf.el (recentf-save-file): Add a custom :set function.
2895
2896 2007-03-28 Glenn Morris <rgm@gnu.org>
2897
2898 * complete.el (PC-do-completion-end): New variable.
2899 (partial-completion-mode) <choose-completion-string-functions>:
2900 Use PC-do-completion-end in the non-minibuffer case to replace the
2901 correct amount of text.
2902 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2903 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2904 to deal with improvements inserted after point.
2905
2906 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * button.el (make-text-button): Add explicit `button' property.
2909 (default-button): Don't put a `button' property on it.
2910
2911 * progmodes/python.el (python-mode): Skip comments when parsing.
2912
2913 * vc-arch.el (vc-with-current-file-buffer): New macro.
2914 (vc-arch-file-source-p): Use it to avoid infloop.
2915
2916 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2917
2918 * emacs-lisp/lisp.el (lisp-complete-symbol):
2919 Fix call to get-buffer-window to find windows in other frames.
2920
2921 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2924 Fix calls to get-buffer-window to find windows in other frames.
2925 Reported by David Hansen <david.hansen@gmx.net>.
2926
2927 2007-03-27 Kevin Ryde <user42@zip.com.au>
2928
2929 * info.el (Info-display-images-node): On a text-only terminal,
2930 show the "text" or "alt" parts of the image blobs.
2931
2932 2007-03-27 Glenn Morris <rgm@gnu.org>
2933
2934 * complete.el (PC-do-completion): Compute completion-base-size in
2935 the non-filename case, rather than setting to nil.
2936 (PC-lisp-complete-end): New variable.
2937 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2938 original end in a series of consecutive invocations.
2939
2940 * calendar/calendar.el (calendar-mode-hook): Declare it.
2941
2942 * calendar/diary-lib.el (diary-live-p): Do not check for
2943 diary-selective-display.
2944
2945 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * replace.el (occur-next-error): *Occur* might not be displayed in the
2948 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2949
2950 2007-03-26 Richard Stallman <rms@gnu.org>
2951
2952 * textmodes/flyspell.el (flyspell-large-region):
2953 Use ispell-call-process-region.
2954
2955 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2956
2957 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2958 Use prin1 instead of princ.
2959
2960 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2963 Merge in X resources before global face.
2964
2965 * progmodes/compile.el (compilation-start): Save compilation-directory
2966 rather than default-directory as local var.
2967 (compilation-directory): Mark as safe local var.
2968
2969 * files.el: Don't mark default-directory as a safe local var.
2970
2971 2007-03-25 Alan Mackenzie <acm@muc.de>
2972
2973 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2974 * progmodes/cc-engine.el: Fix typo.
2975
2976 2007-03-25 Juri Linkov <juri@jurta.org>
2977
2978 * compare-w.el (compare-windows): Rename customization group
2979 `compare-w' to `compare-windows'.
2980 (compare-windows-whitespace, compare-ignore-whitespace)
2981 (compare-ignore-case, compare-windows-sync)
2982 (compare-windows-sync-string-size, compare-windows-recenter)
2983 (compare-windows-highlight, compare-windows): Change group name in
2984 the `group' tag from `compare-w' to `compare-windows'.
2985 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2986
2987 2007-03-24 Markus Triska <markus.triska@gmx.at>
2988
2989 * expand.el: Change example to always enable abbrev-mode,
2990 and remove redundant `function'.
2991 (expand-abbrev-hook): Add autoload cookie.
2992
2993 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2994
2995 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2996 (testcover-mark-all, testcover-unmark-all): Add prompts to
2997 interactive specs.
2998
2999 2007-03-24 Jason Rumney <jasonr@gnu.org>
3000
3001 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3002 Use file size in bytes for auto-revert-tail-pos not characters.
3003
3004 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3005
3006 * vc-rcs.el (vc-rcs-annotate-command):
3007 Set text property :vc-annotate-prefix on the annotation text.
3008 (vc-rcs-annotate-time): Instead of searching for ": ",
3009 search for end of text propertized with :vc-annotate-prefix.
3010
3011 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3012
3013 * whitespace.el (top level): Remove calls putting
3014 permanent-local nil property since these are no-ops.
3015
3016 * man.el (Man-support-local-filenames): Assure that
3017 default-directory exists when doing call-process.
3018
3019 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3020
3021 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3022 Fix omission bug: Use m4-program-options to construct shell command.
3023
3024 2007-03-23 David Kastrup <dak@gnu.org>
3025
3026 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3027 Use `mapcar' rather than `mapcan' to silence compiler warning.
3028
3029 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3030
3031 * textmodes/reftex.el, textmodes/reftex-vars.el,
3032 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3033 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3034 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3035 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3036 * textmodes/reftex-auc.el: Add maintainer address.
3037
3038 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3039
3040 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3041 Make sure that `global-font-lock-mode' does not turn on font-lock
3042 in these buffers.
3043
3044 2007-03-21 Kim F. Storm <storm@cua.dk>
3045
3046 * xt-mouse.el (xt-mouse-epoch): New variable.
3047 (xterm-mouse-event): Use float-time.
3048
3049 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3050
3051 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3052 current-time.
3053
3054 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * complete.el (read-file-name-internal): Don't add the final > if the
3057 completion is not finished (re-application of this patch, which was
3058 accidentally undone by Eli).
3059
3060 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3063 clicks in describe-key and describe-key-briefly advice a little better.
3064
3065 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * server.el (server-process-filter): Cancel any pending isearch.
3068
3069 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3070
3071 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3072 (icalendar--get-unfolded-buffer): Define actual arguments rather
3073 than just using &rest. Check replace-in-string is fbound.
3074 (icalendar-import-buffer): Doc fix.
3075 (icalendar--convert-ical-to-diary): Set diary-file.
3076 Check diary-file before inserting final newline.
3077 (icalendar--add-diary-entry): Return diary-file.
3078
3079 2007-03-21 Glenn Morris <rgm@gnu.org>
3080
3081 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3082 (diary-display-hook): Add custom :set function.
3083
3084 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3085 Add custom :set function.
3086 (diary-header-line-format): Doc fix.
3087 (diary-set-maybe-redraw): New function.
3088 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3089 (diary-list-entries): Always run diary-mode.
3090
3091 2007-03-20 Kenichi Handa <handa@m17n.org>
3092
3093 * international/quail.el (quail-setup-completion-buf): Make the
3094 completion buffer read-only.
3095 (quail-completion): Adjusted for the above change. Leave the
3096 modified flag nil.
3097
3098 2007-03-20 David Kastrup <dak@gnu.org>
3099
3100 * files.el (magic-mode-alist): Require literal "%!PS" string for
3101 magic postscript file detection.
3102
3103 2007-03-20 Richard Stallman <rms@gnu.org>
3104
3105 * textmodes/ispell.el (ispell-call-process): New function.
3106 Defends against bad `default-directory.'
3107 (ispell-check-version, ispell-find-aspell-dictionaries)
3108 (ispell-get-aspell-config-value, lookup-words): Call it.
3109 (ispell-call-process-region): New function.
3110 (ispell-send-string): Call it.
3111
3112 2007-03-20 Andreas Schwab <schwab@suse.de>
3113
3114 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3115 (finder-data): Likewise.
3116 (autoloads): Likewise.
3117
3118 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3119
3120 * files.el (basic-save-buffer): Do not set visited filename when
3121 the corresponding directory does not exist or the specified
3122 filename is that of an existing directory.
3123
3124 2007-03-20 Glenn Morris <rgm@gnu.org>
3125
3126 * calendar/diary-lib.el (diary-live-p): New function.
3127 (number-of-diary-entries): Add a :set function to redisplay diary
3128 when necessary.
3129
3130 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3131
3132 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3133 from client program, mev, to compute mouse event.
3134
3135 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * faces.el (momentary): Face removed; unused due to reversion of
3138 2007-01-04 changes by Kevin Rodgers.
3139
3140 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3141 Suggested by Johan Bockg\e,Ae\e(Brd.
3142
3143 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3144
3145 * font-lock.el (lisp-font-lock-keywords-1):
3146 Highlight define-globalized-minor-mode as a keyword.
3147
3148 2007-03-19 Kim F. Storm <storm@cua.dk>
3149
3150 * calc/calc-forms.el (math-std-daylight-savings)
3151 (math-std-daylight-savings-old): Doc fix.
3152
3153 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * progmodes/python.el (python-default-template): Doc fix.
3156 (python-buffer): Fix typo in docstring.
3157
3158 * isearchb.el (isearchb-follow-char):
3159 * subr.el (def-edebug-spec): Fix typo in docstring.
3160
3161 2007-03-19 Richard Stallman <rms@gnu.org>
3162
3163 * files.el (default-directory): Mark safe.
3164 (basic-save-buffer-2): Put proper dir name in error message.
3165
3166 * simple.el (compose-mail): Run switch-function after
3167 setting up the mail buffer.
3168
3169 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3170
3171 2007-03-18 Jay Belanger <belanger@truman.edu>
3172
3173 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3174 (math-std-daylight-savings-new): Rename from
3175 `math-std-daylight-savings'.
3176 (math-std-daylight-savings-old): Rename from old value of
3177 `math-std-daylight-savings'.
3178 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3179 `math-std-daylight-savings-old' depending on the year.
3180
3181 2007-03-18 Detlev Zundel <dzu@gnu.org>
3182
3183 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3184 zero-width regexps as invalid but rather at least count them correctly.
3185
3186 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3187
3188 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3189 don't wait more if there is output available to process.
3190
3191 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3192
3193 * progmodes/compile.el (compilation-find-file): Revert change
3194 from 2006-07-18 to allow completion of directory names.
3195 Reported by John Carter <john.carter@tait.co.nz>.
3196
3197 2007-03-18 Kim F. Storm <storm@cua.dk>
3198
3199 * subr.el (when, unless): Doc fix.
3200
3201 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3202
3203 * net/tls.el (tls-program): Doc fix.
3204
3205 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3206
3207 * autorevert.el (auto-revert-tail-handler):
3208 Call after-revert-hook.
3209
3210 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3211
3212 * simple.el (switch-to-completions): No error if search for \n\n fails.
3213
3214 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * simple.el (line-move-1):
3217 Respect `inhibit-line-move-field-capture' property.
3218
3219 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * comint.el (comint-arguments): Mark backslash-escaped chars.
3222 (comint-delim-arg): Don't treat them as delimiters.
3223
3224 2007-03-12 Kim F. Storm <storm@cua.dk>
3225 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3226
3227 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3228
3229 * tempo.el (tempo-insert): Deal with 'r> if it appears
3230 specified with a prompt argument.
3231
3232 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3233
3234 * textmodes/org.el (org-set-font-lock-defaults):
3235 Handle narrow table columns correctly.
3236
3237 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3238
3239 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3240 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3241 Return to use of the -no-properties variants. There was
3242 consensus on emacs-devel that the speed of these variants was
3243 prefered since we are usually parsing files (from the internet
3244 or on disk) instead of XML created in Emacs.
3245
3246 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3247 Add customize option.
3248
3249 2007-03-12 Glenn Morris <rgm@gnu.org>
3250
3251 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3252 North American rule. Replace "daylight savings" with "daylight
3253 saving" in doc.
3254
3255 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3256 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3257 "daylight saving" in text.
3258
3259 * woman.el (woman-change-fonts): Tweak previous change by using
3260 woman-request-regexp rather than "^\\.".
3261
3262 * startup.el (command-line-1): Make insertion of
3263 initial-scratch-message not depend on scratch being selected.
3264
3265 2007-03-11 Juri Linkov <juri@jurta.org>
3266
3267 * replace.el (match): Use yellow background on light-bg terminals.
3268
3269 2007-03-11 Richard Stallman <rms@gnu.org>
3270
3271 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3272 Correctly compute line number.
3273
3274 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3275
3276 * type-break.el (type-break-get-previous-count):
3277 Repeat previous change here.
3278
3279 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3280
3281 * progmodes/grep.el (grep-find-ignored-directories):
3282 Add .git and .bzr to list.
3283
3284 2007-03-11 Andreas Schwab <schwab@suse.de>
3285
3286 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3287
3288 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3291
3292 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * faces.el (face-set-after-frame-default): Recalculate face
3295 customizations after applying X resources.
3296
3297 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3298
3299 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3300 (rcirc-keepalive-seconds): Remove variable.
3301 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3302 (rcirc-process, rcirc-user-disconnect): New variables.
3303 (rcirc-connect): Initalize new variables.
3304 (rcirc-keepalive): Don't send keepalive pings before connection
3305 is completed.
3306 (rcirc-sentinel): Do mark all channels with activity when
3307 connection is dropped. Run hook with process buffer local.
3308 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3309 (rcirc-buffer-process): Return value of rcirc-process if
3310 rcirc-server-buffer is nil.
3311 (rcirc-server-name): Return the reported server name.
3312 (rcirc-update-prompt): Simplify computation of the server name.
3313 (rcirc-format-response-string): Likewise.
3314 (rcirc-handler-001): Mark server as connected, record the reported
3315 server name, and schedule a timeout.
3316 (rcirc-track-nick): Add a spec for the tty class.
3317 (rcirc-user-non-nick): Remove function.
3318 (rcirc-nick-prefix-chars): Add variable.
3319 (rcirc-user-nick): Use above variable.
3320
3321 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3322
3323 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3324 Bind deactivate-mark to nil.
3325
3326 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3327
3328 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3329 that buffer contents get erased during completion.
3330
3331 2007-03-10 Glenn Morris <rgm@gnu.org>
3332
3333 * woman.el (woman-change-fonts): Add a hack to deal with
3334 font-escape followed by "." at start of a line.
3335 (woman2-IP): Add a hack to deal with consecutive requests.
3336 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3337
3338 2007-03-10 Alan Mackenzie <acm@muc.de>
3339
3340 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3341
3342 2007-03-09 Richard Stallman <rms@gnu.org>
3343
3344 * abbrev.el (abbrev): Add `provide'.
3345
3346 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3347
3348 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3349
3350 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3351
3352 * complete.el (PC-try-completion): New function.
3353 (PC-do-completion, read-file-name-internal): Use it instead of
3354 try-completion.
3355
3356 2007-03-08 Alan Mackenzie <acm@muc.de>
3357
3358 Remove stale tokens from `c-found-types' cache.
3359
3360 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3361 (c-unfind-coalesced-tokens, c-before-change): New functions.
3362 (c-maybe-stale-found-type): New variable.
3363
3364 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3365 (c-trim-found-types): New functions.
3366
3367 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3370 (debug-ignored-errors): Add entry from smerge-match-conflict.
3371
3372 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3373
3374 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3375 special help topics for keywords.
3376 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3377 etc. Assistant command.
3378
3379 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * replace.el (occur-engine): Move buffer-undo-list binding...
3382 (occur-1): ...to here.
3383
3384 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3385
3386 * simple.el (minibuffer-completing-symbol): New var.
3387 (eval-expression): Use it.
3388 (completion-setup-function): Don't bind completion-base-size when
3389 completing a symbol in the minibuffer.
3390
3391 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3392
3393 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3394 tries to start a second session in graphical mode.
3395
3396 2007-03-07 Miles Bader <miles@gnu.org>
3397
3398 * international/isearch-x.el
3399 (isearch-process-search-multibyte-characters):
3400 Strip text-properties from PROMPT to avoid an error from read-string.
3401
3402 2007-03-07 Kim F. Storm <storm@cua.dk>
3403
3404 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3405 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3406
3407 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3408
3409 * complete.el (PC-do-completion): Delete duplicates in the list of
3410 possible completions.
3411
3412 2007-03-07 Glenn Morris <rgm@gnu.org>
3413
3414 * ses.el (ses-mode): Doc fix.
3415
3416 2007-03-06 Kim F. Storm <storm@cua.dk>
3417
3418 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3419
3420 2007-03-06 Kenichi Handa <handa@m17n.org>
3421
3422 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3423
3424 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * simple.el (completion-setup-function): Improve last fix so it doesn't
3427 set it to a relative directory name either.
3428
3429 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3430
3431 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3432
3433 2007-03-05 Richard Stallman <rms@gnu.org>
3434
3435 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3436
3437 * files.el (find-file-noselect): No error if file no longer exists.
3438 Display a message and avoid other questions.
3439
3440 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3443 as not to use an invisible window and to create a window if none exist.
3444
3445 * progmodes/python.el (python-send-command): Restart proc if necessary.
3446 (python-proc): Simplify.
3447
3448 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3449
3450 * pcomplete.el (pcomplete-show-completions): Search all frames for
3451 completions buffer.
3452
3453 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3454
3455 * cus-edit.el (customize-save-variable): Clear customized-value
3456 property (saved values are now put in theme-value property).
3457 (customize-set-variable): Doc fix.
3458
3459 * complete.el (PC-do-completion): If completion-ignore-case is
3460 non-nil, replace field with completion string before exiting.
3461
3462 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3465 Append its extension to the resulting temporary file name.
3466 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3467
3468 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3469 (tramp-smb-handle-write-region): Apply it.
3470
3471 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3472
3473 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3474 Redo previous change.
3475
3476 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3477
3478 * diff-mode.el (diff-mode): Doc fix.
3479
3480 2007-03-05 Kenichi Handa <handa@m17n.org>
3481
3482 * international/characters.el: Set category `l' (latin)
3483 for more characters.
3484
3485 2007-03-04 Kim F. Storm <storm@cua.dk>
3486
3487 * emacs-lisp/authors.el (authors-aliases): Add alias.
3488
3489 2007-03-04 Glenn Morris <rgm@gnu.org>
3490
3491 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3492 all when switching major mode.
3493 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3494 (hs-block-start-mdata-select, hs-block-end-regexp)
3495 (hs-forward-sexp-func, hs-adjust-block-beginning):
3496 Do not make these variables permanent-local.
3497
3498 2007-03-04 Richard Stallman <rms@gnu.org>
3499
3500 * progmodes/cperl-mode.el (cperl-mode):
3501 Modify cperl-compilation-error-regexp-alist by appending.
3502
3503 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3504 (edebug-mode): Add the hook.
3505 (edebug-recursive-edit): Remove the hook on exiting.
3506
3507 * type-break.el (type-break-get-previous-time):
3508 Handle end-of-file errors specially
3509 so they don't get reported wrong in .emacs.
3510
3511 * startup.el (fancy-splash-text): Clarify text.
3512
3513 * simple.el (beginning-of-buffer, end-of-buffer):
3514 Avoid treating plain C-u like numeric arg.
3515
3516 * simple.el (completion-setup-function): Don't set
3517 default-directory to nil.
3518
3519 * shell.el (shell-dirstack-query): Doc fix.
3520
3521 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3522 Don't select the window -- pass it to primitives instead.
3523
3524 * faces.el (minibuffer-prompt): Use medium blue by default.
3525
3526 2007-03-04 David Kastrup <dak@gnu.org>
3527
3528 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3529 Preserve 16 as default value for "seconds" when customizing.
3530
3531 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3532
3533 * textmodes/org.el (org-self-insert-command)
3534 (orgtbl-self-insert-command, org-delete-char)
3535 (org-delete-backward-char): Set the `flyspell-delayed' property.
3536
3537 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * international/mule.el (find-auto-coding): Don't search for
3540 line-ending characters past the end of the tail.
3541
3542 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3543
3544 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3545 Jump to the line where new score has been uploaded.
3546
3547 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3548 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3549 Do nothing when the game is paused.
3550
3551 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3552
3553 * textmodes/org.el (org-set-tags): Prevent slipping of point
3554 during completion.
3555
3556 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3557
3558 * isearch.el (isearch-message-prefix):
3559 Use minibuffer-prompt-properties.
3560
3561 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3562
3563 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3564 (ps-setup): Print which Emacsen is running ps-print package.
3565
3566 2007-03-01 Stuart Herring <herring@lanl.gov>
3567
3568 * files.el (set-auto-mode-0): Use `indirect-function'.
3569 (hack-one-local-variable): Don't reapply current major mode.
3570
3571 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * progmodes/python.el (python-quote-syntax): Don't bother with
3574 syntax-ppss-context.
3575 (python-fill-paragraph): Make sure that fenced-string delimiters that
3576 stand on their own line stay there.
3577
3578 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3579
3580 * replace.el (perform-replace): Propertize message.
3581
3582 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3583
3584 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3585 invisible heading.
3586
3587 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * net/tramp.el (tramp-file-name-handler): Revert last change.
3590
3591 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3592
3593 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3594 Correct doc strings.
3595
3596 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3597
3598 * replace.el (perform-replace): Undo forward-char immediately if
3599 non-adjacent search fails.
3600
3601 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * version.el (emacs-major-version, emacs-minor-version):
3604 string-to-int -> string-to-number.
3605
3606 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3607
3608 * help.el (where-is): Fail gracefully when not passed a command.
3609
3610 2007-02-28 Stuart Herring <herring@lanl.gov>
3611
3612 * find-lisp.el (find-lisp-default-directory-predicate):
3613 Fix bug: Do symlink check on expanded filename.
3614
3615 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3616
3617 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3618 changes during replacement.
3619 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3620
3621 2007-02-28 Lars Hansen <larsh@soem.dk>
3622
3623 * desktop.el: Delete header line listing me as maintainer.
3624
3625 2007-02-28 Glenn Morris <rgm@gnu.org>
3626
3627 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3628 the menus case.
3629
3630 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3633 hooks to avoid confusion when combining after-change calls.
3634
3635 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3636
3637 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3638 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3639 (allout-distinctive-bullets-string): Add info about bullet conventions.
3640 (allout-mode): Add info about distinctive vs plain bullets.
3641
3642 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3643
3644 * textmodes/org.el (org-archive-subtree): Quote variable name.
3645 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3646
3647 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3648
3649 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3650 (gud-bashdb-command-name, bashdb): Remove.
3651 (gud, gud-menu-map): Remove references to bash/bashdb.
3652
3653 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3654
3655 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3656 keyword for Python 2.5.
3657
3658 2007-02-26 Romain Francoise <romain@orebokech.com>
3659
3660 * net/net-utils.el (whois-server-tld): Update server for .org.
3661 (whois-server-list): Add whois.publicinterestregistry.net.
3662 (whois-guess-server): Fix formatting in docstring.
3663
3664 2007-02-26 Kim F. Storm <storm@cua.dk>
3665
3666 * mouse.el (mouse-show-mark): Run hooks and perform command
3667 remapping for mouse-region-delete-keys.
3668
3669 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3670
3671 * font-core.el (font-lock-mode): Doc fix.
3672
3673 2007-02-25 Kim F. Storm <storm@cua.dk>
3674
3675 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3676 Add selected buffer to buffer-name-history.
3677 (ido-file-internal): Set this-command to fallback command.
3678 Add file names to file-name-history.
3679
3680 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3681 Apply minibuffer-prompt-properties.
3682
3683 2007-02-25 Andreas Schwab <schwab@suse.de>
3684
3685 * files.el (hack-one-local-variable-eval-safep): Correct handling
3686 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3687
3688 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3689
3690 * textmodes/org.el (org-table-overlay-coordinates)
3691 (org-table-toggle-coordinate-overlays): New functions.
3692 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3693 New variables.
3694 (org-startup-with-deadline-check): Remove option.
3695 (org-mode): Remove deadline check on startup.
3696 (org-table-limit-column-width): Remove option.
3697 (org-table-formula-numbers-only): Remove option.
3698 (org-link-style, org-link-format): Remove options.
3699 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3700 (org-export-ascii-show-new-buffer)
3701 (org-export-html-show-new-buffer): Remove options.
3702 (org-activate-links): Remove camel option.
3703 (org-file-link-context-use-camel-case): Remove option.
3704 (org-camel-regexp): Remove variable.
3705 (org-activate-camels): Remove function.
3706 (org-store-link): Remove Camel stuff.
3707 (org-make-org-heading-camel): Remove function.
3708 (org-open-at-point): Remove camel stuff.
3709 (org-link-search): Remove camel stuff.
3710 (org-camel-to-words): Function removed.
3711 (org-get-agenda-file-buffer): Make sure we prepare the base
3712 buffers, not any indirect buffers.
3713 (org-sort-entries): Sort top-level when not on a headline, and no
3714 active region.
3715 (org-in-regexp): New function.
3716 (org-search-not-self): Rename from `org-search-not-link'.
3717 (org-open-link-marker): New variable.
3718 (org-open-at-point): Set `org-open-link-marker'.
3719 (org-print-icalendar-entries): Fixe bug with excluding DONE
3720 entries from the exported list.
3721 (org-edit-formula-lisp-indent): New command.
3722 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3723 (orgtbl-to-latex, orgtbl-insert-radio-table)
3724 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3725 (orgtbl-radio-table-templates): New option.
3726 (org-store-link-props):
3727 (org-remember-templates): More possibilities to insert info
3728 into templates.
3729 (org-remember-apply-template): Make use of the extended
3730 template capabilities.
3731 (org-remember-redo-template): New command.
3732 (org-upgrade-old-links)
3733 (org-table-modify-formulas, org-table-replace-in-formulas)
3734 (org-table-find-dataline)
3735 (org-table-get-vertical-vector): Remove functions.
3736 (org-table-remove-rectangle-highlight)
3737 (org-time-stamp-format, org-toggle-log-option)
3738 (org-table-highlight-rectangle)
3739 (org-table-iterate, org-table-make-reference):
3740 (org-translate-time, org-tree-to-indirect-buffer)
3741 (org-table-field-info, org-table-fix-formulas)
3742 (org-table-force-dataline, org-table-get-descriptor-line)
3743 (org-table-get-range)
3744 (org-skip-comments, org-sort)
3745 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3746 (org-table-current-dline, org-table-current-field-formula)
3747 (org-table-edit-backward-field)
3748 (org-table-edit-formulas-post-command)
3749 (org-table-edit-line-down, org-table-edit-line-up)
3750 (org-agenda-archive)
3751 (org-agenda-clock-cancel)
3752 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3753 (org-agenda-open-link, org-agenda-show-new-time)
3754 (org-agenda-skip-subtree-when-regexp-matches)
3755 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3756 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3757 (org-do-sort, org-file-image-p, org-find-overlays)
3758 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3759 (org-highlight-until-next-command, org-isearch-end)
3760 (org-match-any-p, org-next-link, org-previous-link):
3761 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3762 (org-rewrite-old-row-references)
3763 (org-isearch-post-command)
3764 (org-table-edit-move, org-table-edit-next-field)
3765 (org-table-edit-scroll, org-table-edit-scroll-down)
3766 (org-set-frame-title, org-show-reference)
3767 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3768 (org-show-variable): Remove command.
3769 (org-add-log-maybe): New arguments STATE, FINDPOS
3770 (org-table-sort-lines): Rewrite from scratch.
3771 (org-link-search): New argument AVOID-POS.
3772 (org-print-icalendar-entries): Remove argument CATEGORY.
3773 (org-run-agenda-series): Remove argument WONDOW.
3774 (org-next-link, org-previous-link): New commands.
3775 (org-agenda-date-format): New option.
3776 (org-table-iterate): New command.
3777 (org-table-modify-formulas)
3778 (org-table-replace-in-formulas): Remove functions.
3779 (org-table-fix-formulas): New function.
3780 (org-table-insert-column, org-table-delete-column)
3781 (org-table-move-column): Use `org-table-fix-formulas'.
3782 (org-follow-gnus-link): Patch from Bastien/Leo.
3783 (org-table-current-field-formula): New function.
3784 (org-file-image-p): New function.
3785 (org-agenda-show-new-time): New function.
3786 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3787 (org-with-remote-undo): New macro.
3788 (org-agenda-undo): New command.
3789 (org-verify-change-for-undo): New function.
3790 (org-time-stamp-format): New function.
3791 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3792 by user.
3793 (org-match-any-p): New function.
3794 (org-make-tags-matcher): Handle regular expressions for tag and
3795 todo matches.
3796 (org-read-date): Accept "+N" as input for a date relative to the
3797 current date.
3798 (org-remove-subtree-entries-from-agenda): New function.
3799 (org-agenda-archive, org-agenda-kill):
3800 Use `org-remove-subtree-entries-from-agenda'.
3801 (org-do-sort, org-sort-entries): New functions.
3802 (org-sort): New command.
3803 (org-table-sort-lines): Use `org-do-sort'.
3804 (org-fix-decoded-time): New function.
3805 (org-table-number-regexp): Require 0x... to identify as number
3806 in tables.
3807 (org-startup-options): New keywords for note taking.
3808 (org-upgrade-old-links): Remove function.
3809 (org-get-repeat): New function.
3810 (org-show-context): Also show siblings on current level.
3811 (org-show-siblings): New function.
3812 (org-isearch-end, org-isearch-post-command): New functions.
3813 (org-show-siblings): New option.
3814 (org-show-context): Use `org-show-siblings'.
3815 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3816 to be bound, because user may just use elisp.
3817
3818 2007-02-24 Kim F. Storm <storm@cua.dk>
3819
3820 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3821 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3822
3823 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3824
3825 * startup.el (command-line): Also check if the abbrev file is readable.
3826
3827 2007-02-24 John Paul Wallington <jpw@pobox.com>
3828
3829 * net/tls.el (tls-certtool-program): Fix custom type.
3830
3831 * mail/feedmail.el (feedmail-message-id-generator)
3832 (feedmail-date-generator): Fix custom types.
3833
3834 * mail/rmail.el (rmail-message-filter): Fix custom type.
3835
3836 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3837
3838 * startup.el (command-line): If simple.el cannot be found, proceed
3839 with a warning message.
3840
3841 2007-02-24 Kenichi Handa <handa@m17n.org>
3842
3843 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3844 case that BEG is a string.
3845
3846 2007-02-24 Chris Moore <dooglus@gmail.com>
3847
3848 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3849 * pgg-pgp.el (pgg-pgp-encrypt-region):
3850 * pgg-gpg.el (pgg-gpg-encrypt-region):
3851 Check pgg-encrypt-for-me if no other recipients.
3852
3853 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3854
3855 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3856
3857 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3858 shell-quote-argument.
3859
3860 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3861
3862 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3863 from the comint buffer instead of the temporary one.
3864
3865 2007-02-23 David Reitter <david.reitter@gmail.com>
3866
3867 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3868 storing it in recentf-exclude.
3869
3870 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3873 in splash screen.
3874
3875 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3876
3877 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3878 commands, for restart.
3879 (idlwave-shell-current-module): Fix handling of module name by type.
3880 (idlwave-shell-break-in): Update type handling.
3881 (idlwave-shell-bp-get): Encode type in BP structure.
3882 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3883 (idlwave-shell-module-source-query): Query routine info based on type.
3884 Fix path parsing for non-compiled files.
3885 (idlwave-shell-module-source-filter): Don't signal error in filter
3886 if no source found.
3887 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3888 filter race.
3889
3890 2007-02-22 Kim F. Storm <storm@cua.dk>
3891
3892 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3893 (editable-field): Document need to put some text before the %v
3894 escape in :format string.
3895
3896 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3899 (vc-svn-use-edit): Remove unused config var.
3900 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3901
3902 * outline.el (hide-sublevels): Keep empty last line, if available.
3903
3904 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3905 rather than the corresponding unicode char, to make the code
3906 more readable.
3907
3908 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3911 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3912 (speedbar-item-info-tag-helper): Doc fixes.
3913
3914 2007-02-19 Kenichi Handa <handa@m17n.org>
3915
3916 * international/mule-cmds.el (locale-language-names):
3917 Map "eo" to "Esperanto".
3918
3919 * language/european.el ("Esperanto"): New language environment.
3920
3921 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3922
3923 * simple.el (kill-line): Doc fix.
3924
3925 2007-02-17 Kim F. Storm <storm@cua.dk>
3926
3927 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3928 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3929 (bindat--unpack-group, bindat--pack-group):
3930 Handle vectors with optional element type.
3931
3932 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3933
3934 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3935 if PASSPHRASE is given.
3936
3937 2007-02-17 Chris Moore <dooglus@gmail.com>
3938
3939 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3940 Recognize backups of bz2 compressed files.
3941
3942 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3943
3944 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3945 to nil to speed up lookup of the symbol in index nodes.
3946
3947 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3948
3949 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3950 Add indentation for the constants of Lisp.
3951
3952 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * ps-print.el: Use (defvar <foo>) where applicable.
3955 (ps-print-emacs-type): Remove.
3956 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3957 (ps-frame-parameter): Align its call-convention with frame-parameter.
3958 (ps-begin-job): Adjust calls to it appropriately.
3959 (ps-setup): Don't print ps-print-emacs-type.
3960 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3961 Define in such a way that it's obvious that it's defined.
3962 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3963 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3964 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3965
3966 2007-02-15 Alan Mackenzie <acm@muc.de>
3967
3968 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3969 an empty one-line C-style comment, post-position point properly.
3970
3971 2007-02-15 Chris Moore <dooglus@gmail.com>
3972
3973 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3974 (isearch-lazy-highlight-new-loop): Bind it.
3975 (isearch-lazy-highlight-search): Use it.
3976
3977 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3978
3979 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * font-lock.el (font-lock-extend-region-wholelines):
3982 Only return non-nil if the region has really been changed.
3983 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3984
3985 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3988 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3989 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3990
3991 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3992
3993 * faces.el (color-values): Revert changes to docstring from
3994 2007-01-31 and 2000-09-07.
3995
3996 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3997 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3998 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3999 (ispell-help): Fix typos in docstring and output message.
4000
4001 2007-02-14 Kim F. Storm <storm@cua.dk>
4002
4003 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4004 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4005 (grep): Fix lgrep reference.
4006
4007 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4008 (standard-display-underline): Use make-glyph-code.
4009
4010 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4011
4012 * international/latin1-disp.el (latin1-display-char):
4013 Use make-glyph-code.
4014
4015 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * ehelp.el (with-electric-help, electric-help-exit)
4018 (electric-help-retain): Doc fixes.
4019
4020 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4021 (byte-compile-file): Doc fixes.
4022
4023 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4024
4025 * term/mac-win.el: Change all uses of
4026 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4027 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4028 (mac-ae-get-url): Call select-frame-set-input-focus.
4029 (mac-dnd-handle-drag-n-drop-event): Don't call
4030 select-frame-set-input-focus.
4031
4032 2007-02-13 Kenichi Handa <handa@m17n.org>
4033
4034 * international/characters.el: Fix documentation of category `a'.
4035
4036 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4039
4040 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4041
4042 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4043 (tramp-get-remote-ln): Handle error case.
4044 Reported by Chris Moore <dooglus@gmail.com>.
4045
4046 2007-02-11 Kim F. Storm <storm@cua.dk>
4047
4048 * bindings.el (ctl-x-map): Remove register compatibility bindings
4049 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4050
4051 2007-02-11 Richard Stallman <rms@gnu.org>
4052
4053 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4054 in load history.
4055
4056 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4057 condition -- don't fail to stop at endpos.
4058
4059 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4060
4061 * textmodes/org.el (org-agenda-get-todos)
4062 (org-agenda-get-timestamps, org-agenda-get-closed)
4063 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4064 (org-agenda-get-blocks, org-format-agenda-item)
4065 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4066 from `category' to `org-category'.
4067
4068 2007-02-11 Kenichi Handa <handa@m17n.org>
4069
4070 * international/titdic-cnv.el (titdic-convert): Force files be written
4071 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4072 (miscdic-convert): Force files be written with Unix-like eol format.
4073
4074 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4077
4078 * calculator.el (calculator-prompt): Doc fix.
4079 (calculator-mode-map): Fix typo in menu entry.
4080
4081 2007-02-10 Jay Belanger <belanger@truman.edu>
4082
4083 * calculator.el (calculator): Do more extensive checking for when
4084 3 lines should be used for the calculator.
4085
4086 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4087
4088 * info-look.el (info-lookup-make-completions):
4089 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4090 index nodes.
4091
4092 * info.el (Info-fontify-maximum-menu-size): Document the effect
4093 of a nil value.
4094 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4095 non-nil before using it as size.
4096
4097 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4098
4099 * subr.el (insert-for-yank-1): Prevent read-only properties from
4100 interfering with text property operations.
4101
4102 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4103
4104 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4105 (image-type-auto-detected-p): Fail if another match is found in
4106 auto-mode-alist.
4107
4108 * files.el (magic-mode-alist): Call image-mode instead of
4109 image-mode-maybe for autodetected images.
4110
4111 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4112
4113 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4114 Fix typos in docstrings.
4115 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4116
4117 2007-02-09 Kim F. Storm <storm@cua.dk>
4118
4119 * emacs-lisp/float-sup.el: Remove obsolete comment.
4120
4121 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4124
4125 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4126
4127 * simple.el: Revert previous change, at request of RMS:
4128 (fundamental-mode-hook): Remove.
4129 (fundamental-mode): Run after-change-major-mode-hooks manually,
4130 and don't run the now-nonexistent fundamental-mode-hook.
4131
4132 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4133
4134 * simple.el (fundamental-mode-hook): Declare new hook.
4135 (fundamental-mode): Run the new dedicated hook, and don't run
4136 after-change-major-mode-hooks manually anymore.
4137
4138 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4141 added columns of chars. Remove support for the "no-meta-info" format.
4142 Prompted by Romain Francoise <romain@orebokech.com>.
4143
4144 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4145
4146 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4147 (gdb-mouse-until, gdb-mouse-jump): Use it.
4148
4149 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4150
4151 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4152 work when there is just an assembler buffer (no source buffer).
4153
4154 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4155
4156 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4157 just because the diff was produced using "-p" (--show-c-function).
4158
4159 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4160
4161 * faces.el (frame-set-background-mode): Use `color-values' and
4162 `display-color-p', not `x-color-values' and `x-display-color-p'.
4163 (face-valid-attribute-values): Use `defined-colors' instead of
4164 `x-defined-colors'.
4165
4166 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4167
4168 * ps-print.ps: The ps-print commands without face printing should not
4169 print background color. Reported by Leo <sdl.web@gmail.com>.
4170 (ps-print-version): New version 6.7.3.
4171 (ps-begin-job): New arg. Fix ps-default-background and
4172 ps-default-foreground initialization.
4173 (ps-face-attributes): Fix doc string.
4174 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4175
4176 * printing.el: Fix ps-print link.
4177
4178 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4179
4180 * faces.el (face-set-after-frame-default): Compile attributes to
4181 be set by frame parameters before merging in X resources.
4182
4183 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4184
4185 * simple.el (blink-matching-paren-dont-ignore-comments):
4186 (blink-matching-paren-on-screen): Doc fixes.
4187
4188 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4189
4190 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4191
4192 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4195 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4196 entries like `defun'. Return nil.
4197
4198 2007-02-05 Kim F. Storm <storm@cua.dk>
4199
4200 * ido.el: Doc fixes.
4201
4202 2007-02-04 David Kastrup <dak@gnu.org>
4203
4204 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4205 `mpuz-allow-double-multiplicator' is non-zero, and correct
4206 calculation of `min'.
4207
4208 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4209
4210 * wid-edit.el (widget-default-create): Insert new text at the
4211 :from marker _after_ the marker, not before it.
4212
4213 2007-02-04 Alan Mackenzie <acm@muc.de>
4214
4215 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4216 containing it is re-indented.
4217
4218 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * net/newsticker.el (newsticker--insert-image): Update docstring,
4221 and insert the image directly.
4222 (newsticker--buffer-redraw): Update docstring.
4223
4224 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4225 Rename from define-global-minor-mode.
4226
4227 * progmodes/cwarn.el (global-cwarn-mode):
4228 * emacs-lisp/autoload.el (make-autoload):
4229 * hi-lock.el (global-hi-lock-mode):
4230 * font-core.el (global-font-lock-mode): All callers changed.
4231
4232 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4233
4234 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4235 Don't copy @ignore lines into menu descriptions.
4236 (texinfo-multi-file-update): Goto the @node line before attempting
4237 to pluck the node name.
4238 (texinfo-multiple-files-update): Reverse the optional arguments'
4239 order, as per the doc string and the `interactive' form.
4240
4241 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * image-mode.el: Use autoload to avoid overriding disabled setting
4244 applied in .emacs.
4245
4246 2007-02-03 Alan Mackenzie <acm@muc.de>
4247
4248 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4249 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4250 adjacent paren groups).
4251
4252 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4253
4254 * progmodes/ebnf2ps.el: Doc fixes.
4255 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4256
4257 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4258
4259 * dired-x.el (dired-do-relsymlink): Add reference to
4260 dired-do-symlink. Add an autoload cookie.
4261
4262 * dired-aux.el (dired-do-symlink): Add reference to
4263 dired-do-relsymlink.
4264
4265 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4266
4267 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4268 <left-fringe mouse-3>: New bindings.
4269
4270 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4271
4272 * newsticker.el (newsticker-version): Changed to "1.10".
4273 (newsticker--set-customvar): Doc string.
4274 (newsticker-new-item-face): Doc string.
4275 (newsticker-mode): Initialize `invisibility-spec' with t.
4276 (newsticker-mode-map): Added
4277 `newsticker-mark-all-items-at-point-as-read'.
4278 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4279 (newsticker-w3m-show-inline-images): Do not call
4280 `w3m-remove-image'.
4281 (newsticker--buffer-after-w3m-insert-image): New advice for
4282 w3m-insert-image to cache images.
4283 (newsticker-next-item-same-feed): New.
4284 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4285 (newsticker-mark-all-items-of-feed-as-read): New.
4286 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4287 (newsticker-mark-item-at-point-as-read): Doc string.
4288 (newsticker-mark-item-at-point-as-read): Use new functions.
4289 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4290 `newsticker-mark-item-at-point-as-read'.
4291 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4292 (newsticker--sentinel): Yet another xml-parser workaround.
4293 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4294 days.
4295 (newsticker--buffer-do-insert-text): Fix.
4296 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4297 (newsticker--buffer-make-item-completely-visible):
4298 `switch-to-buffer' not necessary.
4299
4300 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4301
4302 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4303 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4304 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4305 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4306 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4307
4308 2007-02-02 Kenichi Handa <handa@m17n.org>
4309
4310 * international/quail.el (quail-show-key): Fix an error message.
4311
4312 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4313
4314 * faces.el (set-face-underline-p, modify-face): Rename arg
4315 UNDERLINE-P to UNDERLINE (it is not a flag).
4316
4317 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4318
4319 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4320 when adding gdb-speedbar-update to gdb-input-queue.
4321
4322 2007-02-01 Kenichi Handa <handa@m17n.org>
4323
4324 * international/quail.el (quail-show-key): Signal an error if the
4325 current input method is not using Quail.
4326
4327 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4328
4329 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4330 Trim leading whitespace in sysvar names.
4331
4332 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4335
4336 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4337
4338 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4339
4340 2007-01-31 Romain Francoise <romain@orebokech.com>
4341
4342 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4343 previous change to this file.
4344
4345 2007-01-31 Jason Rumney <jasonr@gnu.org>
4346
4347 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4348 image-mode.
4349
4350 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4351 interfering with attempt to set major mode from modified
4352 auto-mode-alist.
4353
4354 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4355
4356 * faces.el (color-values): Doc fix.
4357 (face-differs-from-default-p): Don't check :foreground twice.
4358
4359 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4360
4361 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4362
4363 2007-01-31 Kenichi Handa <handa@m17n.org>
4364
4365 * international/quail.el (quail-store-decode-map-key): Store a
4366 translated character too.
4367 (quail-char-equal-p): New function.
4368 (quail-find-key1): Check character equality by quail-char-equal-p.
4369 (quail-decode-map-generated): New variable.
4370 (quail-find-key): Check quail-decode-map-generated and re-generate
4371 a decode map if necessary.
4372
4373 2007-01-30 Richard Stallman <rms@gnu.org>
4374
4375 * tutorial.el (tutorial--detailed-help): Make the list of
4376 changed keys look nicer.
4377
4378 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4379
4380 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4381 (gdb-var-delete): Use it.
4382 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4383 `in_scope'.
4384
4385 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4386
4387 * files.el (get-free-disk-space): Return nil for remote directories.
4388
4389 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4390 instead of "dir".
4391
4392 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4393
4394 * type-break.el (type-break-catch-up-event): New function.
4395 (type-break-demo-hanoi, type-break-demo-life)
4396 (type-break-demo-boring): Use it.
4397
4398 * image-mode.el (image-mode): Don't automatically view as image.
4399 (image-toggle-display): Add `disabled' property.
4400
4401 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * isearchb.el (isearchb-iswitchb):
4404 * ps-print.el (ps-build-face-reference):
4405 * emacs-lisp/shadow.el (list-load-path-shadows):
4406 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4407 * international/mule.el (find-auto-coding):
4408 * mail/supercite.el (sc-attrib-selection-list):
4409 * progmodes/cc-defs.el (c-emacs-features):
4410 * progmodes/cc-vars.el (c-offsets-alist):
4411 * progmodes/flymake.el
4412 (flymake-init-create-temp-source-and-master-buffer-copy):
4413 Fix typos in docstrings (some suggested by Chris Moore).
4414
4415 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4416 (vhdl-get-library-unit, vhdl-corresponding-begin)
4417 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4418 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4419 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4420 (vhdl-font-lock-match-item): Fix typos in docstrings.
4421 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4422 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4423 (vhdl-speedbar-insert-project-hierarchy):
4424 Improve argument/docstring consistency.
4425
4426 2007-01-29 Kenichi Handa <handa@m17n.org>
4427
4428 * international/titdic-cnv.el (py-converter): Fix previous change.
4429
4430 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * jka-compr.el (jka-compr-partial-uncompress)
4433 (jka-compr-call-process): Rebind default-directory if it is
4434 invalid. Suggested by Chris Moore.
4435
4436 * comint.el (comint-insert-input): Handle situation where the
4437 selected buffer is not the clicked buffer.
4438
4439 2007-01-29 Kenichi Handa <handa@m17n.org>
4440
4441 * international/ja-dic-cnv.el (skkdic-convert):
4442 Add byte-compile-disable-print-circle:t at the head.
4443
4444 * international/titdic-cnv.el (tit-process-header):
4445 Add byte-compile-disable-print-circle:t at the head.
4446 (miscdic-convert): Likewise.
4447 (py-converter): Skip the header comments.
4448
4449 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4450 New variable.
4451 (byte-compile-output-file-form): Bing print-circle to nil if
4452 byte-compile-output-file-form is not nil.
4453 (byte-compile-output-docform): Likewise.
4454
4455 2007-01-28 Kim F. Storm <storm@cua.dk>
4456
4457 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4458 Declare earlier to avoid byte compiler warnings.
4459
4460 2007-01-28 Markus Triska <markus.triska@gmx.at>
4461
4462 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4463
4464 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4465
4466 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4467 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4468 when calling update-game-score program. Remove unnecessary
4469 save-excursion.
4470
4471 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4472
4473 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4474
4475 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4476 avoid compiler warning.
4477 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4478 might have values other than "true" or "false".
4479
4480 2007-01-28 Richard Stallman <rms@gnu.org>
4481
4482 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4483 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4484
4485 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4486
4487 * image.el (image-type-header-regexps): Make GIF regex more specific.
4488
4489 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4490 Don't check `backspace'.
4491 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4492 in Fundamental mode.
4493
4494 * startup.el (fancy-splash-text, normal-splash-screen):
4495 Mention C-g.
4496
4497 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4498 when inserting in buffer.
4499
4500 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4501 inside the if.
4502
4503 2007-01-27 Richard Stallman <rms@gnu.org>
4504
4505 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4506
4507 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4508
4509 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4510 enum/union/struct/class definition.
4511 Revert change to call `forward-sexp' multiple times.
4512
4513 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * files.el (hack-local-variables-confirm): Don't keep trying to
4516 read an event from an empty kbd macro.
4517
4518 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4519
4520 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4521
4522 2007-01-27 Ben North <ben@redfrontdoor.org>
4523
4524 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4525 the arg CHILDREN -> WHICH.
4526
4527 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4528
4529 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4530 default-directory to a sane value when calling start-process.
4531
4532 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4533
4534 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4535 (ls-lisp-format-time-list): Doc fix. Mention
4536 ls-lisp-use-localized-time-format.
4537 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4538 ls-lisp-use-localized-time-format is non-nil, even if a valid
4539 locale is defined.
4540
4541 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4542
4543 * jka-compr.el (jka-compr-shell): Doc fix.
4544
4545 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4546
4547 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4548
4549 * ps-print.ps: Fix background height.
4550 (ps-print-version): New version 6.7.2.
4551
4552 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4553
4554 * makefile.w32-in (finder-data, custom-deps): Depend on
4555 $(lisp)/loaddefs.el.
4556
4557 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4558
4559 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4560
4561 2007-01-24 Miles Bader <miles@gnu.org>
4562
4563 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4564 (byte-compile-output-docform): Bind `print-circle' to t.
4565
4566 2007-01-24 Kenichi Handa <handa@m17n.org>
4567
4568 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4569 file name of the original SKK dictionary file.
4570
4571 2007-01-24 Kim F. Storm <storm@cua.dk>
4572
4573 * ido.el (ido-initial-position): New variable.
4574 (ido-read-internal): Set it if default item is specified.
4575 (ido-minibuffer-setup): Position cursor accordingly if set.
4576 (ido-edit-input): C-e moves to end of input if not already there.
4577 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4578 Don't switch to buffer mode if repeating C-b at start of input.
4579 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4580 input; else it moves to start of input.
4581 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4582 not at end of input, delete rest of input, rather than normal op.
4583
4584 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4585
4586 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4587
4588 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4589 of message. Activate mark.
4590 (ediff-activate-mark): Set transient-mark-mode to t.
4591
4592 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4593
4594 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4595
4596 * help-fns.el (describe-variable): Don't suppress display of
4597 buffer local value when the value is "large".
4598
4599 2007-01-22 Kim F. Storm <storm@cua.dk>
4600
4601 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4602 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4603 (ido-tidy): Use ido-active.
4604
4605 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4606
4607 * hexl.el (hexl-mode-exit): Add missing quote.
4608
4609 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4610
4611 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4612 (mac-ae-keyboard-modifiers): New function.
4613 (mac-handle-toolbar-switch-mode): Use it.
4614 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4615 if keyboard modifiers on drop contain option key.
4616 (mac-dnd-drop-data): Add optional argument `action'.
4617 (special-event-map): Remove binding for M-drag-n-drop.
4618
4619 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4620
4621 * add-log.el (add-log-current-defun): Use CC Mode functions to
4622 find the beginning and end of a defun.
4623
4624 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4627 (gdb-var-create-handler): Handle value field in GDB output of
4628 -var-create.
4629 (gdb-max-frames): New variable.
4630 (gdb-stack-buffer, gdb-frames-select): Use it.
4631 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4632 if necessary.
4633 (gdb-get-frame-number): Simplify.
4634
4635 2007-01-21 Glenn Morris <rgm@gnu.org>
4636
4637 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4638 Update copyrights.
4639
4640 2007-01-21 Alan Mackenzie <acm@muc.de>
4641
4642 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4643 handling of K&R stuff.
4644
4645 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4646
4647 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4648
4649 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4650
4651 * ps-print.el: Handle frame parameters (background and/or foreground
4652 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4653 (ps-print-version): New version 6.7.1.
4654 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4655 (ps-frame-parameter): New fun.
4656 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4657 Fix doc and customization.
4658 (ps-begin-job): Get frame parameters (background and/or foreground
4659 colors).
4660 (ps-do-despool): Ensure ps-printer-name has a valid value.
4661
4662 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4663
4664 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4665 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4666 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4667 mean unlimited.
4668
4669 2007-01-20 Alan Mackenzie <acm@muc.de>
4670
4671 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4672 much more rigorous analysis of putative K&R regions.
4673
4674 2007-01-20 Alan Mackenzie <acm@muc.de>
4675
4676 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4677 New functions.
4678
4679 2007-01-20 Alan Mackenzie <acm@muc.de>
4680
4681 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4682 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4683 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4684 * progmodes/cc-vars.el: Add my name.
4685
4686 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * files.el (find-alternate-file): Revert query message to Emacs 21
4689 version.
4690
4691 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4692
4693 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4694 the doc string how to use personal abbrevs without electric
4695 keywords.
4696
4697 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4698
4699 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4700 Fixed cursor position when toggle abbreviated display.
4701
4702 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4703
4704 * t-mouse.el: Update copyright following assignment by
4705 Alessandro Rubini.
4706
4707 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4710 (type-break-demo-boring): Call read-event instead of read-char.
4711
4712 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4713
4714 * progmodes/compile.el: Add handling for makepplog.
4715
4716 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4717
4718 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4719 aspell dictionaries are initialized when called non-interactively.
4720
4721 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4722
4723 * progmodes/compile.el (compilation-loop): New arg limit.
4724 Handle case where the first error is at point-min.
4725 (compilation-next-error): New arg to compilation-loop call.
4726
4727 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4728
4729 * info.el (Info-default-dirs): Change default info dir to
4730 share/info.
4731
4732 * paths.el (Info-default-directory-list): Ditto.
4733
4734 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4735
4736 * hexl.el (hexl-before-revert-hook): New function.
4737 (hexl-mode): Use it.
4738 (hexl-after-revert-hook): Just call hexl-mode.
4739 (hexl-mode-exit): Remove before-revert-hook.
4740
4741 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4744
4745 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4746
4747 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4748 by "-" in francais7 otherchars entry.
4749 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4750 otherchars entry.
4751
4752 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4753
4754 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4755 path. Rewrite function in `cond' style for readability.
4756
4757 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4758 (The path shortening, that is, not the rearrarangement.)
4759
4760 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4761
4762 * term/mac-win.el (mac-ae-quit-application): New function.
4763 (mac-apple-event-map): Bind "quit application" Apple event to it.
4764
4765 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4768 than the program's output.
4769
4770 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4771
4772 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4773 (kmacro-start-macro-or-insert-counter)
4774 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4775 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4776
4777 * longlines.el (longlines-show-hard-newlines):
4778 * ruler-mode.el (ruler-mode-ruler):
4779 * emulation/keypad.el (keypad-setup):
4780 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4781 Fix typo in docstring.
4782
4783 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4784
4785 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4786 Remove redirect character ">".
4787
4788 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4789
4790 * replace.el (perform-replace): Remove leftover code.
4791
4792 2007-01-12 Richard Stallman <rms@gnu.org>
4793
4794 * replace.el (perform-replace): Don't clear NODENT when computing
4795 the replacement string.
4796
4797 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * net/tramp.el (tramp-handle-file-local-copy):
4800 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4801 <christopher.ian.moore@gmail.com>.
4802
4803 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * diff-mode.el (diff-sanity-check-context-hunk-half)
4806 (diff-sanity-check-hunk): New functions.
4807 (diff-find-source-location): Use'em to check the hunks are well-formed.
4808
4809 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4810 activate undo when undo is not active.
4811 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4812
4813 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4816 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4817 (ffap-url-at-point): Use char-classes rather than "a-z".
4818
4819 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * ediff-init.el (ediff-autostore-merges):
4822 * textmodes/fill.el (fill-region): Doc fix.
4823
4824 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * server.el (server-ensure-safe-dir): UIDs may be floats.
4827
4828 2007-01-10 Richard Stallman <rms@gnu.org>
4829
4830 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4831 around calls to directory-files.
4832
4833 * subr.el (momentary-string-display): Use save-excursion.
4834
4835 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4836 argument, but read it as `X' does.
4837
4838 2007-01-09 Juri Linkov <juri@jurta.org>
4839
4840 * info.el (Info-fontify-node): Don't hide node names of index entries.
4841
4842 * faces.el (momentary): Change :group to basic-faces where all
4843 basic faces belong to. Add :version.
4844
4845 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4846
4847 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4848 keybinding is found.
4849 (tutorial--find-changed-keys): Never treat null keybinding as a
4850 remapping.
4851
4852 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4853
4854 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4855
4856 2007-01-09 Kenichi Handa <handa@m17n.org>
4857
4858 * international/mule-cmds.el
4859 (select-safe-coding-system-interactively): Fix message.
4860
4861 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4862
4863 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4864 (tramp-process-actions): Add optional parameter TIMEOUT.
4865 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4866 (tramp-open-connection-su): Add timeout of 60".
4867
4868 2007-01-09 Richard Stallman <rms@gnu.org>
4869
4870 * progmodes/compile.el (compile): Doc fix.
4871
4872 2007-01-09 Markus Triska <markus.triska@gmx.at>
4873
4874 * tumme.el (tumme-display-thumb): Doc fix.
4875
4876 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * battery.el (battery-search-for-one-match-in-files):
4879 * bindings.el (mode-line-minor-mode-help):
4880 * x-dnd.el (x-dnd-types-alist):
4881 * calendar/icalendar.el (icalendar-import-buffer):
4882 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4883
4884 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4885
4886 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4887
4888 * replace.el (replace-regexp): Fix typo in docstring.
4889
4890 2007-01-07 Alan Mackenzie <acm@muc.de>
4891
4892 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4893 Amend doc-string and comments.
4894
4895 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4896
4897 * files.el (abbreviate-file-name): Doc fix.
4898
4899 2007-01-06 Markus Triska <triska@gmx.at>
4900
4901 * subr.el (split-string): Remove spurious ")" from doc string.
4902
4903 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4904
4905 * textmodes/table.el (table--warn-incompatibility):
4906 Use display-warning instead of momentary-string-display.
4907
4908 2007-01-05 Richard Stallman <rms@gnu.org>
4909
4910 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4911
4912 * simple.el (backward-kill-word): Doc fix.
4913
4914 2007-01-05 Romain Francoise <romain@orebokech.com>
4915
4916 * international/mule.el (sgml-html-meta-auto-coding-function):
4917 Ensure that the buffer contains a HTML document.
4918
4919 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4920
4921 * faces.el (momentary): Move here ...
4922 * subr.el (momentary): ... from here.
4923
4924 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4925
4926 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4927 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4928 large structures/arrays.
4929
4930 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * files.el (find-file-noselect-1, set-visited-file-name):
4933 Allow backup-enable-predicate to be nil.
4934
4935 2007-01-04 Andreas Schwab <schwab@suse.de>
4936
4937 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4938 last change.
4939
4940 2007-01-03 Richard Stallman <rms@gnu.org>
4941
4942 * woman.el (woman-decode-buffer): Clarify error message.
4943
4944 2007-01-03 Alan Mackenzie <acm@muc.de>
4945
4946 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4947
4948 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4949
4950 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4951
4952 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4955
4956 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4957
4958 * emulation/viper.el (viper-custom-file-name, viper-mode):
4959 Fix typos in docstrings.
4960
4961 * subr.el (momentary-string-display): After moving point, set POS
4962 variable to it to avoid later errors once the buffer is modified.
4963 Doc fix.
4964
4965 2007-01-02 Alan Mackenzie <acm@muc.de>
4966
4967 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4968 check that the "*/" is present before trying to manipulate it.
4969
4970 2007-01-02 Richard Stallman <rms@gnu.org>
4971
4972 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4973
4974 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4975 Fix format of value.
4976
4977 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4978 Change messages accordingly.
4979 (customize-customized): Now alias.
4980
4981 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4982
4983 * files.el (version-control): Doc fix.
4984
4985 2007-01-01 Alan Mackenzie <acm@muc.de>
4986
4987 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4988 Check the format of c-state-cache is valid for an optimisation before
4989 using it.
4990
4991 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4992 are at a statement within a macro". Other changes so that only
4993 the first continuation line in a macro gets the symbol
4994 `cpp-define-intro', the others getting `statement', or whatever.
4995
4996 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4997 a string, preserve whitespace. Add a backslash only when also in
4998 a macro.
4999
5000 * progmodes/cc-defs.el: Correct typos.
5001
5002 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5003 new line after an escaped EOL in a string.
5004
5005 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5006 label when it directly follows "else", "do", ....
5007
5008 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5009 angle brackets (as seen in "explicit specialisations" of C++
5010 templates).
5011
5012 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5013 in the doc-string.
5014
5015 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5016 when the comment ender looks like "=========*/" and is alone on
5017 its line.
5018
5019 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5020 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5021 for the old name.
5022
5023 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5024 c-\(beginning\|end\)-of-defun by default.
5025
5026 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5027 New line-up function, for the DEFUN macro in the Emacs C sources.
5028 Only used in "gnu" style.
5029
5030 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5031 the "gnu" style.
5032
5033 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5034 clean-up comment-close-slash also to work when there's a comment
5035 terminator on the line.
5036 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5037 these for large arg - only take account of top level {..}, except
5038 for initial and final adjustments. M-- C-M-[ae] now go to the
5039 right defuns when the starting point is between defuns. They use
5040 the four new functions:
5041 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5042 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5043 support c-\(beginning\|end\)-of-defun.
5044
5045 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5046 expressions more rigorously, to exclude bit-field specifiers from
5047 being classed as labels.
5048 (c-forward-label): When analyzing a ":" within a macro, be careful
5049 about using c-forward-syntactic-ws at the macro beginning.
5050 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5051 stmt boundary, check for "operator=", etc.
5052
5053 * progmodes/cc-mode.el (c-postprocess-file-styles):
5054 Bind inhibit-read-only to t, around the call to
5055 c-remove-any-local-eval-or-mode-variables, so that it works on a
5056 RO file.
5057
5058 * progmodes/cc-defs.el (c-version): Update the version number to
5059 "5.31.4".
5060
5061 2007-01-01 Richard Stallman <rms@gnu.org>
5062
5063 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5064 only if we restored isearch-window-configuration.
5065
5066 2006-12-31 Romain Francoise <romain@orebokech.com>
5067
5068 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5069
5070 2006-12-31 Kim F. Storm <storm@cua.dk>
5071
5072 * files.el (auto-mode-case-fold): New defcustom.
5073 (set-auto-mode): If non-nil, perform second case-sensitive pass
5074 through auto-mode-alist if first pass failed.
5075
5076 2006-12-30 Richard Stallman <rms@gnu.org>
5077
5078 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5079
5080 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5081
5082 * allout.el (allout-encrypt-string): Handle symmetric-key
5083 passphrase caching but leave keypair caching to pgg.
5084
5085 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5086
5087 Sync with Tramp 2.0.55.
5088
5089 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5090 `integerp'. `char-equal' could fail else in case of negative
5091 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5092 (top): Check for `font-lock-add-keywords' before calling; it
5093 doesn't exist under XEmacs.
5094 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5095 (tramp-completion-mode): Remove clause (not
5096 tramp-unified-filenames), because the function is called in other
5097 context too, where this check results in wrong results in the
5098 XEmacs case on Windows.
5099 (tramp-touch): UTC handling is not possible for XEmacs.
5100
5101 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5102
5103 * scroll-bar.el (previous-scroll-bar-mode): New variable
5104 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5105 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5106
5107 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5108
5109 2006-12-30 Richard Stallman <rms@gnu.org>
5110
5111 * files.el (make-backup-file-name-1): Precompute abs name
5112 but don't lose the relative name.
5113
5114 * international/mule-cmds.el (select-safe-coding-system-interactively):
5115 Fix message.
5116
5117 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5118
5119 * files.el (backup-buffer): Show entire backup file name in msg.
5120
5121 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5122
5123 * image.el (image-type-header-regexps, image-type-from-data)
5124 (image-type-from-buffer, image-type-from-file-header):
5125 Revert changes from 2006-12-26.
5126 (image-type-auto-detectable): New variable.
5127 (image-type-auto-detected-p): New function.
5128
5129 * files.el (magic-mode-alist): Detect image files with
5130 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5131
5132 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5133
5134 * dired.el (dired-sort-other): Move test for dired-mode...
5135 (dired-sort-set-modeline): ...to here.
5136
5137 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5138
5139 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5140 change. Suggested by Stefan Monnier.
5141
5142 2006-12-29 Kim F. Storm <storm@cua.dk>
5143
5144 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5145 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5146
5147 2006-12-27 Kim F. Storm <storm@cua.dk>
5148
5149 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5150 so it doesn't accidentally match an fsf.org mail address.
5151 (authors-renamed-files-alist): Add tcover-*.el.
5152
5153 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * vc-arch.el (vc-arch-find-version): New function.
5156
5157 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5158 composed of arbitrary characters (even /) in some systems.
5159
5160 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5161
5162 * international/mule-cmds.el (select-safe-coding-system-interactively):
5163 Improve the message in the *Warning* buffer.
5164
5165 2006-12-27 Kim F. Storm <storm@cua.dk>
5166
5167 * ido.el (ido-set-matches-1): Fix last change. If default item is
5168 current buffer, it is ok to be first.
5169
5170 2006-12-27 Kenichi Handa <handa@m17n.org>
5171
5172 * international/mule-cmds.el (select-safe-coding-system-interactively):
5173 Use face `link' for problematic chars.
5174
5175 2006-12-27 Kenichi Handa <handa@m17n.org>
5176
5177 * international/mule-cmds.el (select-safe-coding-system-interactively):
5178 Improve the message in *Warning* buffer.
5179
5180 2006-12-27 Kim F. Storm <storm@cua.dk>
5181
5182 * ido.el (ido-set-matches-1): Never put current buffer first if
5183 there are other matches.
5184
5185 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5186
5187 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5188 expressions.
5189 (gdb-var-delete): Handle duplicate names. Print message for non
5190 root expressions.
5191 (gdb-partial-output-name): Start buffer name with a space.
5192 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5193 buffer name.
5194
5195 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5196
5197 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5198 last footnote when `footnote-spaced-footnotes' is nil.
5199
5200 2006-12-26 Richard Stallman <rms@gnu.org>
5201
5202 * cus-edit.el (custom-browse-sort-alphabetically)
5203 (custom-buffer-sort-alphabetically)
5204 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5205
5206 * image.el (image-type-header-regexps): Change element format
5207 to include third item NOT-ALWAYS.
5208 (image-type-from-data): Handle new format.
5209 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5210 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5211
5212 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5213
5214 * add-log.el (add-log-current-defun): Call `forward-sexp'
5215 multiple times to pick a member function name defined as
5216 part of nested classes/namespaces.
5217
5218 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5219
5220 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5221 which keymap should be used to change menu. It does not affect any
5222 existent code.
5223
5224 2006-12-26 Richard Stallman <rms@gnu.org>
5225
5226 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5227 rather than for being in a minibuffer window.
5228
5229 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5230
5231 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5232 locale-coding-system.
5233 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5234 LF.
5235
5236 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5237
5238 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5239 (sql-mode-syntax-table): Disable double quoted strings.
5240 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5241
5242 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5243
5244 * startup.el (fancy-splash-last-input-event): New variable.
5245 (fancy-splash-special-event-action): New function.
5246 (fancy-splash-screens): Temporarily bind special events to it.
5247 Execute command for saved special event before exiting from
5248 recursive editing.
5249
5250 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5251 New functions.
5252 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5253 Use mac-unread-string.
5254
5255 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5256
5257 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5258 an optimized comment regexp if `comment-start-skip' uses a ^.
5259 * bs.el (bs--up): Remove interactive spec.
5260
5261 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5262
5263 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5264 Suggested by James Cloos.
5265
5266 2006-12-24 Kevin Ryde <user42@zip.com.au>
5267
5268 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5269 in March.
5270 (calendar-dst-ends): Default to first Sunday in November.
5271
5272 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5273
5274 * allout.el (allout-encrypt-string): Inhibit use of agent within
5275 body of let form where encryption happens. Acknowledge non-use of
5276 gpg-agent in docstring.
5277 (allout-toggle-subtree-encryption): Acknowledge non-use of
5278 gpg-agent in docstring.
5279
5280 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5281
5282 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5283
5284 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5285
5286 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5287 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5288
5289 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5290 in hooks.
5291 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5292 actually modify buffer; ignore errors if occur.
5293
5294 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5297 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5298 formatting.
5299
5300 2006-12-23 Richard Stallman <rms@gnu.org>
5301
5302 * simple.el (delete-horizontal-space): Doc fix.
5303
5304 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5305
5306 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5307 explicitly in a recursive Make, not implicitly through prerequisites,
5308 since the latter is wrong under parallel builds.
5309
5310 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5311
5312 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5313
5314 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5315
5316 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5317 message string.
5318
5319 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5320
5321 * outline.el (outline-next-visible-heading): Fix the case with a
5322 header at end-of-file with no final newline.
5323
5324 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5325
5326 * indent.el (tab-always-indent): Doc fix.
5327
5328 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5331 (Info-fontify-node): Do fontify indices.
5332
5333 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5334 to the Emacs Lisp reference manual.
5335 (tutorial--tab-map): Remove. All callers changed.
5336 (tutorial--find-changed-keys): New elt QUIET, used to...
5337 (tutorial--display-changes): ...ensure that warning messages are
5338 only issued once per changed key.
5339 (tutorial--remove-remarks): Delete unused code-path.
5340 (lang-strings): Remove extraneous formatting.
5341 (tutorial--save-tutorial): Prompt before saving tutorial state.
5342
5343 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5346 Replace '?\ ' by '?\s' throughout.
5347 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5348 `help' custom group.
5349 (tutorial--key-description): New function.
5350 (tutorial--display-changes): Remove redundant arg. Scan for all
5351 key sequences to avoid false matches. Cleanup.
5352 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5353 reduce homedir pollution.
5354 (help-with-tutorial): Call tutorial--display-changes with no arg.
5355
5356 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5357
5358 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5359
5360 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5361
5362 * net/tramp.el (tramp-default-method): We still need to check for
5363 `executable-find', because it is not bound under Emacs 20.
5364 (tramp-handle-file-name-completion)
5365 (tramp-completion-handle-file-name-completion): Handle optional
5366 parameter PREDICATE.
5367 (tramp-find-default-method): Add code for default values.
5368
5369 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5370
5371 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5372 make gud-go send "continue".
5373
5374 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5377 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5378
5379 2006-12-19 Kim F. Storm <storm@cua.dk>
5380
5381 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5382 instead of global-map.
5383
5384 * files.el (magic-mode-alist): Allow matching file type by
5385 calling a function at bob. Check for image types by calling
5386 image-type-from-buffer. Suggested by Juanma Barranquero.
5387 (set-auto-mode): Do it.
5388
5389 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5390
5391 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5392 Remove "ControlMaster" option from the other `scp*' methods.
5393 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5394
5395 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5396
5397 * textmodes/org.el (org-mode): Show context after isearch.
5398 (org-show-siblings): New function.
5399 (org-show-context): Use `org-show-siblings'.
5400
5401 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5404 Use syntax-ppss-toplevel-pos.
5405
5406 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5407
5408 * textmodes/org.el (org-current-line): Make sure that lines are
5409 counted from beginning of buffer.
5410 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5411 lines are counted from beginning of buffer.
5412
5413 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * info.el (Info-build-node-completions): Signal error if tag-table
5416 marker is not found.
5417
5418 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5419
5420 2006-12-17 Alan Mackenzie <acm@muc.de>
5421
5422 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5423 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5424 Based on code by Martin Rudalics.
5425
5426 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5427 open-paren-in-column-0-is-defun-start to nil any more.
5428
5429 2006-12-17 Richard Stallman <rms@gnu.org>
5430
5431 * simple.el (delete-horizontal-space): Use prefix arg.
5432
5433 * help-fns.el (describe-variable): Improve blank separator lines.
5434
5435 * files.el (magic-mode-alist): Mark as risky.
5436
5437 * files.el (make-backup-file-name-1):
5438 Expand backup-directory explicitly.
5439
5440 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5441
5442 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5443 check whether package password.el is loaded, or Pageant is running.
5444
5445 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5446
5447 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5448 (icalendar--rris): First try Emacs, then XEmacs.
5449 (icalendar--convert-ical-to-diary): Doc fix.
5450 Insert newline at end of target file.
5451
5452 2006-12-17 Kim F. Storm <storm@cua.dk>
5453
5454 * outline.el (outline-isearch-open-invisible-function): New defvar.
5455 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5456 overlay property instead of outline-isearch-open-invisible.
5457
5458 2006-12-16 Kim F. Storm <storm@cua.dk>
5459
5460 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5461 if ido-directory-too-big is set on entry.
5462 (ido-toggle-ignore, ido-completion-help): Print message while
5463 reading big directory.
5464
5465 2006-12-15 Richard Stallman <rms@gnu.org>
5466
5467 * shell.el (shell): Doc fix.
5468
5469 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5470
5471 * emulation/edt.el (edt-xserver):
5472 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5473 to fix a problem on Cygwin.
5474
5475 * emulation/edt.el
5476 * emulation/edt-mapper.el
5477 * emulation/edt-lk201.el
5478 * emulation/edt-pc.el
5479 * emulation/edt-vt100.el: Update maintainer's email address.
5480
5481 2006-12-15 Simon Marshall <simon@gnu.org>
5482
5483 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5484
5485 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5486
5487 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5488 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5489 instead of mac-atsu-font-table.
5490 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5491
5492 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5493
5494 * align.el (align-match-tex-pattern): Fix a rare bug which
5495 hanged Emacs.
5496
5497 2006-12-14 Richard Stallman <rms@gnu.org>
5498
5499 * startup.el (use-fancy-splash-screens-p): Use frame-height
5500 instead of window-height. Pass frame to image-size.
5501
5502 2006-12-13 Kenichi Handa <handa@m17n.org>
5503
5504 * international/mule-cmds.el (set-locale-environment):
5505 Set default-sendmail-coding-system too.
5506
5507 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5508
5509 * progmodes/idlw-help.el: Fix copyright notice.
5510
5511 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5514
5515 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5516
5517 * subr.el (unread-command-char): Reformat obsolescence info.
5518
5519 2006-12-11 Richard Stallman <rms@gnu.org>
5520
5521 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5522 about calls to cl-struct-setf-expander.
5523
5524 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5525
5526 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5527 (ediff-combination-pattern): Fix typo in docstring.
5528
5529 * textmodes/refer.el (refer-find-entry): Doc fix.
5530 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5531 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5532 Fix tipos in docstrings.
5533
5534 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5535
5536 2006-12-10 Kim F. Storm <storm@cua.dk>
5537
5538 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5539 instead of binding M-backspace.
5540
5541 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5542
5543 * replace.el (replace-match-data, replace-match-maybe-edit):
5544 * calc/calc-aent.el (calc-eval-error):
5545 * emulation/vi.el (vi-char-argument):
5546 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5547 (c-vsemi-status-unknown-p-fn): Doc fixes.
5548
5549 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5552 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5553
5554 2006-12-10 Masatake YAMATO <jet@gyve.org>
5555
5556 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5557
5558 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5561
5562 * man.el (Man-xref-button-action): New function. If the
5563 `Man-target-string' button property is a function, assume it
5564 accepts a position argument.
5565 (Man-abstract-xref-man-page): Use it.
5566 (Man-default-man-entry): New optional arg POS.
5567
5568 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5569 symlink arrows read-only and non-rear-sticky.
5570
5571 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5572
5573 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5574 (wdired-search-and-rename): Simplify code.
5575 (wdired-preprocess-files, wdired-preprocess-perms): Make
5576 read-only property of preceding character rear-nonsticky to
5577 avoid that it can be modified. Put old-name and old-link
5578 properties on character preceding name and replace
5579 put-text-property by add-text-properties.
5580 (wdired-get-filename, wdired-get-previous-link): Get old-name
5581 and old-link properties from character preceding name and
5582 simplify code.
5583 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5584 (wdired-perms-to-number): Make local-map property
5585 rear-nonsticky to avoid that text following permissions may be
5586 modified. Use add-text-properties instead of put-text-property
5587 when changing a permission bit.
5588 (wdired-change-to-dired-mode): Remove stickiness properties.
5589
5590 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5591
5592 * international/mule-cmds.el (register-input-method): Doc fix.
5593
5594 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5595
5596 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5597
5598 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5599
5600 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5601 Force buffer local defs evaluation on local variables loading.
5602 (flyspell-mode-on, flyspell-mode-off): Use it in
5603 `hack-local-variables-hook'.
5604
5605 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5606
5607 * emacs-lisp/find-func.el (find-variable): Doc fix.
5608
5609 * help-fns.el (variable-at-point): Doc fix.
5610
5611 * w32-fns.el (w32-append-code-lines): New function.
5612
5613 2006-12-09 Romain Francoise <romain@orebokech.com>
5614
5615 * comint.el (comint-insert-input): Delete obsolete comment.
5616
5617 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5620 current frame, in case we're connected to several displays.
5621
5622 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * frame.el (other-frame): Doc fix.
5625 (set-frame-parameter): Fix typo in docstring.
5626
5627 2006-12-07 Kim F. Storm <storm@cua.dk>
5628
5629 * info.el (Info-index): Strip leading colon from topic.
5630
5631 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5632
5633 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5634 to pointers.
5635
5636 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5637
5638 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5639 Trim out spurious class inheritance "None" entries.
5640
5641 2006-12-05 Kim F. Storm <storm@cua.dk>
5642
5643 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5644 (cua-paste-pop): Rework last change for
5645 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5646 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5647 text inserted by the last M-y command.
5648
5649 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5650
5651 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5652 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5653
5654 * shell.el (shell): Search the start file in ~/.emacs.d as
5655 `init_SHELLNAME.sh' instead.
5656
5657 2006-12-05 Glenn Morris <rgm@gnu.org>
5658
5659 * progmodes/cperl-mode.el (cperl-mode)
5660 * progmodes/f90.el (f90-mode-abbrev-table)
5661 * progmodes/fortran.el (fortran-mode-abbrev-table)
5662 * progmodes/octave-mod.el (octave-abbrev-table)
5663 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5664 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5665
5666 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5667 clear abbrev table, else saved abbrevs will not be restored.
5668
5669 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5672 the call to `make-obsolete-variable', not in the docstring.
5673
5674 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5675
5676 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5677
5678 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5679
5680 * progmodes/ebnf-abn.el:
5681 * progmodes/ebnf-bnf.el:
5682 * progmodes/ebnf-dtd.el:
5683 * progmodes/ebnf-ebx.el:
5684 * progmodes/ebnf-iso.el:
5685 * progmodes/ebnf-otz.el:
5686 * progmodes/ebnf-yac.el:
5687 * progmodes/ebnf2ps.el:
5688 * delim-col.el:
5689 * printing.el:
5690 * ps-bdf.el:
5691 * ps-mule.el:
5692 * ps-print.el: Remove 'Time-stamp' comment mark.
5693
5694 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5695 'easy-menu-add-item' when called in Emacs 21 or higher.
5696
5697 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5698
5699 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5700 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5701
5702 2006-12-04 Kim F. Storm <storm@cua.dk>
5703
5704 * bindings.el (global-map): Bind [signal t] to ignore, to have
5705 user signals ignored by default.
5706
5707 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5708
5709 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5710 Unicode data file pointed to by `describe-char-unicodedata-file'.
5711
5712 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5715 O(n^2) regexp-search by anchoring the search.
5716
5717 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5718
5719 * whitespace.el (whitespace-cleanup-internal): Use current
5720 argument for recursive call.
5721
5722 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * net/tramp.el (tramp-methods): Add "ControlPath" and
5725 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5726 Andreas Schwab <schwab@suse.de>.
5727 (tramp-do-copy-or-rename-file-out-of-band)
5728 (tramp-open-connection-rsh): Compute format spec for ?t.
5729 (tramp-process-actions): Trace command parameters.
5730
5731 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5732
5733 * simple.el (toggle-truncate-lines): Clarify doc string.
5734
5735 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5736 (gdb-speedbar-expand-node): Use it.
5737
5738 2006-12-04 Richard Stallman <rms@gnu.org>
5739
5740 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5741
5742 * dired.el (dired-revert): Turn off dired-after-readin-hook
5743 around call to dired-readin.
5744
5745 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5746 to echo area messages.
5747 <indicate-empty-lines, case-fold-search>:
5748 Add "globally" to Help string.
5749 <case-fold-search>: MESSAGE arg need not say "globally".
5750 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5751
5752 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5753
5754 * outline.el (outline-end-of-subtree): Don't leave an empty
5755 line hidden as we would a real next heading.
5756
5757 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5758
5759 * allout.el (allout-ascend): Add an optional argument to preserve
5760 original position of point when unsuccessful. Also, fix a
5761 docstring error.
5762 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5763 work again, using allout-ascend's new option.
5764 (allout-setup-mode-map): Extract from allout-mode to initialize
5765 allout-mode-map. Call it on file load, so the mode docstring
5766 substitutions work even if allout mode has not yet been invoked.
5767 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5768 customizations since the map was last processed. Also, refine the
5769 docstring so it's ship-shape for release.
5770 (allout-default-layout, allout-beginning-of-line-cycles)
5771 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5772 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5773 (allout-version, allout-layout, allout-infer-body-reindent)
5774 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5775 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5776 (allout-previous-heading, allout-goto-prefix-doublechecked)
5777 (allout-current-bullet-pos, allout-next-sibling-leap)
5778 (allout-pre-command-business, allout-encrypted-type-prefix)
5779 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5780 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5781 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5782 (allout-old-expose-topic, allout-listify-exposed)
5783 (allout-process-exposed, allout-latex-verb-quote)
5784 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5785 (allout-toggle-current-subtree-encryption)
5786 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5787 Remove extraneous open-paren and close paren string escapes.
5788
5789 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5790
5791 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5792 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5793 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5794 Fix typos in docstrings.
5795
5796 2006-12-03 Glenn Morris <rgm@gnu.org>
5797
5798 * progmodes/cc-align.el
5799 * progmodes/cc-awk.el
5800 * progmodes/cc-cmds.el
5801 * progmodes/cc-compat.el
5802 * progmodes/cc-defs.el
5803 * progmodes/cc-engine.el
5804 * progmodes/cc-langs.el
5805 * progmodes/cc-menus.el
5806 * progmodes/cc-mode.el
5807 * progmodes/cc-styles.el
5808 * progmodes/cc-vars.el
5809 * progmodes/vhdl-mode.el: Fix Copyright format.
5810
5811 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5814 initial down event.
5815
5816 2006-12-02 Kim F. Storm <storm@cua.dk>
5817
5818 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5819 (cua-repeat-replace-region): Make M-v more robust.
5820 (cua-paste-pop-rotate-temporarily): New defcustom.
5821 (cua-paste-pop): Use it.
5822 (cua-auto-mark-last-change): New defcustom.
5823 (cua-pop-to-last-change): New helper function.
5824 (cua-set-mark): Use them.
5825
5826 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5827
5828 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5829 mini-buffer message.
5830
5831 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5834
5835 2006-12-01 Ben North <ben@redfrontdoor.org>
5836
5837 * paren.el: Fix the highlight overlay extension when the user types a
5838 sequence of char very fast just before the open parenthesis.
5839
5840 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5841
5842 * ps-mule.el: Eliminate Emacs 20 compatibility.
5843
5844 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5845 (ps-print-version): New version 6.7.
5846 (ps-print-quote): Replace '?\ ' by '?\s'.
5847
5848 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5849
5850 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5851 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5852 (hexl-end-of-1k-page): Doc fixes.
5853 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5854 Fix typos in docstrings.
5855
5856 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5857
5858 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5859 locally, i.e. without using file name handlers.
5860 (ido-read-internal): Allow mono letter host names, avoiding the
5861 `c:' problem by testing if the file exists locally.
5862 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5863
5864 2006-11-30 Masatake YAMATO <jet@gyve.org>
5865
5866 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5867 to avoid bytecomp warnings.
5868 (hexl-mode-old-ruler-function): New variable.
5869 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5870 and `hl-line-range-function' after `require' hl-line.
5871 Then bind `hl-line-range-function' and `hl-line-face'.
5872 Don't require frame. Don't use `with-no-warnings'.
5873 (hexl-activate-ruler): Store the original value of
5874 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5875 (hexl-mode-exit): Restore the original value of
5876 `ruler-mode-ruler-function'.
5877
5878 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5879
5880 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5881 (hexl-mode-old-hl-line-face): New variable.
5882 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5883 line when exit from the hexl-mode.
5884
5885 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5888 Doc fixes.
5889
5890 * international/fontset.el (create-fontset-from-ascii-font)
5891 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5892 (fontset-name-p): Fix typo in docstring.
5893
5894 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5895
5896 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5897
5898 * ps-bdf.el: Fix maintainer email.
5899
5900 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5901 compatibility.
5902
5903 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5904 21 compatibility.
5905 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5906 Emacs 20 & 21.
5907
5908 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5909
5910 * progmodes/idlwave.el (idlwave-auto-fill):
5911 Remove paragraph-start let to prevent auto-fill giving up.
5912
5913 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5914
5915 * vt100-led.el (led-state): Fix typo in previous change.
5916
5917 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5918
5919 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5920 Fix interactive spec of the functions getting defined to make them
5921 work as documented.
5922
5923 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5926
5927 2006-11-28 Kim F. Storm <storm@cua.dk>
5928
5929 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5930 icomplete-mode is enabled.
5931
5932 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5933
5934 * textmodes/org.el (require): Require gnus-sum during compilation
5935 to avoid problem with a macro call.
5936
5937 2006-11-28 Glenn Morris <rgm@gnu.org>
5938
5939 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5940
5941 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5942 (fortran-window-create-momentarily): Do not need string-to-char.
5943
5944 2006-11-28 Richard Stallman <rms@gnu.org>
5945
5946 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5947 Replace incorrect use of assoc-default with a loop.
5948
5949 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5950
5951 * simple.el (next-error-find-buffer): Improve messages.
5952
5953 * files.el (revert-buffer): Special error message if file
5954 is now not readable.
5955
5956 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5957 constructed commands.
5958
5959 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5960 in INSIDE_EMACS.
5961
5962 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5965
5966 * server.el: Remove spurious * in docstrings.
5967 (server-process-filter): Exit from recursive editing before processing
5968 a new request.
5969
5970 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5971
5972 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5973 line so hidden blocks will be correctly identified.
5974
5975 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * ledit.el (ledit-save-defun, ledit-mode):
5978 * resume.el (resume-emacs-args-buffer):
5979 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5980 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5981 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5982 (command-send-input, command-kill-line):
5983 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5984
5985 * autoarg.el (autoarg-kp-mode): Doc fix.
5986
5987 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5988 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5989 (check-emacs-lock): Doc fix. Simplify.
5990
5991 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5992 (iimage-mode-buffer): Fix typos in docstring.
5993
5994 * misc.el (zap-up-to-char): Doc fix.
5995
5996 * time-stamp.el: Fix comment and obsolescence string for old
5997 functions. Use `dolist' instead of `while'.
5998
5999 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6000
6001 * disp-table.el (standard-display-8bit, standard-display-default):
6002 * ebuff-menu.el (electric-buffer-list):
6003 * ehelp.el (electric-help-command-loop):
6004 * font-core.el (font-lock-mode):
6005 * help-macro.el (make-help-screen):
6006 * help.el (describe-minor-mode-completion-table-for-indicator)
6007 (lookup-minor-mode-from-indicator):
6008 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6009 * info-look.el (info-lookup-guess-custom-symbol):
6010 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6011 * longlines.el (longlines-wrap-line):
6012 * macros.el (insert-kbd-macro):
6013 * menu-bar.el (menu-bar-update-buffers):
6014 * misc.el (copy-from-above-command):
6015 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6016 * newcomment.el (comment-indent):
6017 * novice.el (disabled-command-function):
6018 * sort.el (sort-fields-syntax-table):
6019 * subr.el (momentary-string-display):
6020 * tar-mode.el (tar-header-block-summarize)
6021 (tar-clear-modification-flags):
6022 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6023 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6024 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6025 (te-delete-char, te-down-vertically-or-scroll):
6026 * time-stamp.el (time-stamp-string-preprocess):
6027 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6028
6029 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6030
6031 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6032 in GUD mode.
6033
6034 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6035 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6036
6037 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6038
6039 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6040
6041 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6042
6043 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6044 (ada-compile-goto-error): Adapt to new argument profile of
6045 compilation-goto-locus in Emacs 22. Don't check if the various
6046 compile functions are defined; we already do "(require 'compile)".
6047
6048 2006-11-26 Kim F. Storm <storm@cua.dk>
6049
6050 * kmacro.el: Fix commentary.
6051
6052 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6053
6054 * progmodes/gud.el (gdb): Explain how to run in text command mode
6055 more clearly. Say in error message that multiple debugging
6056 requires restarting GDB.
6057
6058 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6059
6060 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6061
6062 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6063
6064 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6065 (flymake-popup-menu): Use it instead of posn-at-point.
6066
6067 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6068
6069 * progmodes/cc-vars.el (c-backslash-column):
6070 Mention c-backslash-max-column in documentation for c-backslash-column.
6071
6072 2006-11-24 Lars Hansen <larsh@soem.dk>
6073
6074 * net/tramp.el (tramp-default-method): Under Windows, change from
6075 plink to pscp.
6076 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6077 (tramp-actions-copy-out-of-band):
6078 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6079 (tramp-action-out-of-band): Move "Permission denied" handling to
6080 tramp-action-copy-failed.
6081 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6082 process buffer.
6083
6084 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6087 strings to a single string. Quote `errors-file-name'.
6088 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6089 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6090 Adjust calls. Use `shell-quote-argument'.
6091
6092 * international/mule.el (load-with-code-conversion)
6093 (with-category-table): Use with-current-buffer.
6094 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6095
6096 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6097
6098 * mail/smtpmail.el (smtpmail-send-it):
6099 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6100 MIME header for the message encoding.
6101 Bind coding-system-for-write around the call to mail-do-fcc.
6102 Use smtpmail-code-conv-from to encode queued mail messages.
6103
6104 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * tabify.el (tabify-regexp): Doc fix.
6107
6108 * net/rcirc.el (rcirc-buffer-maximum-lines):
6109 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6110
6111 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6112 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6113 Fix typos in output messages.
6114 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6115
6116 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6119 the horse's mouth.
6120 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6121
6122 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6123
6124 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6125 Remove condition-case.
6126
6127 2006-11-23 Glenn Morris <rgm@gnu.org>
6128
6129 * progmodes/f90.el (f90-comment-indent): Do not move point in
6130 default case.
6131
6132 2006-11-21 Romain Francoise <romain@orebokech.com>
6133
6134 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6135 from library name (reverts change of 2005-10-25).
6136
6137 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6138
6139 * tutorial.el (tutorial--default-keys): Add newline and
6140 delete-backward-char bindings.
6141 (tutorial--detailed-help): Save excursion when finding keys.
6142 Correct warning string for M-x FOO case.
6143 (tutorial--display-changes): Print special keys in tutorial style.
6144 Tweak search regexp for changed keys.
6145
6146 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6147
6148 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6149 redundant scheme.
6150
6151 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6152
6153 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6154 are new to the list at IANA. Also added irc, mms, mmsh.
6155
6156 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6157
6158 * progmodes/idlw-help.el (idlwave-html-help-location):
6159 Fail gracefully for missing help packages.
6160 (idlwave-help-assistant-open-link): Open full links.
6161 (idlwave-help-assistant-help-with-topic): Direct help link.
6162
6163 * progmodes/idlwave.el (idlwave-mode):
6164 Set add-log-current-defun-function.
6165 (idlwave-current-routine-fullname): Add, to support add-log.
6166 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6167 to reflect improvements to xml-parse-file.
6168 (idlwave-mode-menu-def): New binding for help-with-topic.
6169
6170 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6171 Handle extra newlines and spaces.
6172 (idlwave-shell-mode-map): Add help-with-topic.
6173
6174 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * tutorial.el (tutorial-warning-face): New face.
6177 (tutorial--detailed-help, tutorial--display-changes): Use it.
6178 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6179 Improve search pattern for occurrences of changed keys.
6180
6181 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6182
6183 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6184 (x-select-text): Set it.
6185 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6186 when checking for newness.
6187
6188 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6189
6190 * subr.el (posn-image):
6191 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6192
6193 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6194
6195 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6196
6197 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6198 Exceptions to the rule "add a space between an identifier and an
6199 opening parenthesis". Defaulted to the `#define' problem of cpp.
6200 (glasses-parenthesis-exception-p): New. Check if the region is an
6201 exception regarding to that.
6202 (glasses-make-readable): Use it.
6203 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6204 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6205
6206 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6207
6208 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6209
6210 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6211
6212 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6213
6214 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6215 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6216
6217 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6218
6219 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6220 conditions for function or variable bindings.
6221
6222 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6223
6224 * progmodes/compile.el (compilation-start): Ditto.
6225
6226 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6227
6228 * net/tramp.el (top): cl and custom are always required.
6229
6230 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6231
6232 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6233 cut-buffers with next-selection-coding-system if not nil.
6234
6235 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6236
6237 * textmodes/org.el (org-fix-decoded-time): New function.
6238 (org-display-custom-time): Use `org-fix-decoded-time'.
6239
6240 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * menu-bar.el (menu-bar-games-menu): Remove yow.
6243
6244 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6245
6246 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6247 (org-detach-overlay): Rename from `org-detatch-overlay'.
6248 (org-table-convert-region): Insert space after column separator.
6249 (org-agenda-kill): New command.
6250 (org-metaleft): Call `org-outdent-item' on bullets.
6251 (org-metaright): Call `org-indent-item' on bullets.
6252 (org-timestamp-change): Set `org-last-changed-timestamp'.
6253 (org-current-line): Make sure (bolp) returns correct result.
6254 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6255
6256 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6257
6258 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6259
6260 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6261
6262 * mouse.el (global-map): Change 2006-08-16 fix to call
6263 mouse-yank-at-click explicitly, since mouse events are not carried
6264 over into keyboard macros.
6265
6266 2006-11-16 Kim F. Storm <storm@cua.dk>
6267
6268 * ido.el (ido-file-internal): Use current buffer's file name as default
6269 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6270
6271 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6272
6273 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6274 (allout-inhibit-aberrance-doublecheck): Rename from
6275 allout-during-yank-processing. All callers changed.
6276 (allout-ascend): Provide for unusual case where some topic after
6277 the first in file is at lower depth than the first.
6278 (allout-shift-in): Ensure the offspring of the new containing
6279 topic are exposed.
6280 (allout-encrypt-string): Preserve the coding-system of the text,
6281 according to that of the containing buffer.
6282 (allout-toggle-subtree-encryption): When the text being encrypted
6283 requires a different coding system, offer to preserve the coding
6284 system using a file local var.
6285
6286 2006-11-15 Simon Marshall <simon@gnu.org>
6287
6288 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6289 to recognise "T t()" as a function declaration, rather than a
6290 variable instantiation, iff at the top-level or inside a class
6291 declaration. Suggested by Feng Li <fengli@gmail.com>.
6292
6293 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6294
6295 * progmodes/ada-xref.el (ada-parse-prj-file):
6296 Don't delete project buffer; user may want to edit it.
6297 (ada-xref-set-project-field, ada-xref-current-project-file)
6298 (ada-xref-current-project, ada-show-current-project)
6299 (ada-set-main-compile-application): New functions.
6300 (ada-xref-get-project-field, ada-require-project-file):
6301 Normalize use of ada-prj-default-project-file.
6302 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6303 Normalize use of ada-require-project-file.
6304 (ada-prj-find-prj-file): Improve doc string, comments.
6305
6306 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6307 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6308 (ada-create-menu): Add ada-set-main-compile-application,
6309 ada-show-current-main, ada-show-current-project.
6310
6311 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6314 (inferior-python-mode): Use it.
6315
6316 2006-11-14 Andreas Schwab <schwab@suse.de>
6317
6318 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6319
6320 2006-11-13 Kim F. Storm <storm@cua.dk>
6321
6322 * ido.el (ido-copy-current-word): C-o copies region if active.
6323
6324 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6325
6326 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6327
6328 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * ediff.el (ediff-revision):
6331 * files.el (set-visited-file-name):
6332 * mail/rmailout.el (rmail-output-body-to-file):
6333 Use `format', not `message', in `y-or-n-p' call.
6334
6335 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6336
6337 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6338 (org-metaright): Call `org-indent-item' on bullets.
6339 (org-timestamp-change): Set `org-last-changed-timestamp'.
6340 (org-current-line): Make sure (bolp) returns correct result.
6341 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6342
6343 2006-11-12 Richard Stallman <rms@gnu.org>
6344
6345 * language/european.el (turkish-case-conversion-enable)
6346 (turkish-case-conversion-disable): New functions.
6347 ("Turkish" lang env): Use them.
6348
6349 * international/characters.el (case table):
6350 Do nothing special for i and I.
6351
6352 * subr.el (remove-overlays): Fix last change.
6353
6354 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6355 for visiting the custom file.
6356
6357 2006-11-12 Markus Triska <triska@gmx.at>
6358
6359 * play/handwrite.el (handwrite): Also process lines not ending
6360 with newline. Replace some position-fiddling with different
6361 logic. Improve performance.
6362
6363 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6364
6365 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6366 replacing deleted variable `ada-check-switch'.
6367 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6368 (ada-xref-project-files): Improve doc string.
6369 (ada-find-executable): New function.
6370 (ada-initialize-runtime-library): Use `ada-find-executable'.
6371 (ada-xref-set-default-prj-values): In compile commands, don't need
6372 `ada-cd-command'; `compile' does that more portably.
6373 Use ada-prj-default-check-cmd.
6374 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6375 properties if not specified in project file.
6376 (ada-goto-declaration): Display useful message for new error
6377 'error-file-not-found.
6378 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6379 'error-file-not-found.
6380 (ada-get-all-references): Match latest ali syntax. Signal new
6381 error 'error-file-not-found.
6382 (ada-find-in-ali): Match latest ali syntax.
6383 (ada-make-filename-from-adaname): Handle different semantics of
6384 gnatkr in GNAT 3.15p vs later.
6385
6386 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6387 ada-procedure-start-regexp.
6388 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6389
6390 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6391 with defvar.
6392 (ada-language-version): Rename ada05 -> ada2005.
6393 (ada-align-region-separate): Add `eval-when-compile'.
6394 (ada-name-regexp): Remove unneeded escapes in regexp character
6395 alternative.
6396 (ada-compile-goto-error-file-linenr-re): New constant.
6397 (ada-matching-start-re): Handle additional cases `declare',
6398 `procedure', `function'.
6399 (ada-compile-goto-error): Handle "... at line nn".
6400 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6401 Delete support for old versions of `align'.
6402 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6403 (ada-check-defun-name): Simplify handling of `declare'.
6404 (ada-goto-matching-start): Handle nested `begin ... end'.
6405 Handle `declare', `protected', `procedure', `function'.
6406 (ada-create-menu): Presence of arm95 is not conditional on using
6407 GNAT compiler.
6408
6409 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6410
6411 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6412 nil in the *RE-Builder* buffer (it causes spurious error messages).
6413
6414 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6415 been set to t, respect it.
6416
6417 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6418
6419 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6420 Delete commented out code for old Emacs versions. Autoloading of
6421 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6422 (ada-mode-version): Bump version number.
6423 (ada-95-string-keywords, ada-2005-string-keywords)
6424 (ada-2005-keywords, ada-name-regexp): New constant.
6425 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6426 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6427 (ada-package-start-regexp): Support private packages, include package
6428 name (for ada-set-point-accordingly).
6429 (ada-next-procedure, ada-previous-procedure)
6430 (ada-which-function-are-we-in): Match changes to
6431 ada-procedure-start-regexp.
6432 (ada-make-body): Make non-interactive; not a user function.
6433 (ada-make-subprogram-body): Improve doc string.
6434
6435 2006-11-11 Romain Francoise <romain@orebokech.com>
6436
6437 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6438 `compilation-error-regexp-alist' buffer-local, since we changed
6439 `compilation-error-regexp-alist-alist' locally.
6440
6441 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6442
6443 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6444 to the value of `server-raise-frame'.
6445
6446 2006-11-11 Glenn Morris <rgm@gnu.org>
6447
6448 * ido.el (ido-enable-prefix)
6449 * ses.el (ses-call-printer-return)
6450 * net/tramp.el (tramp-unified-filenames)
6451 * progmodes/cc-align.el (c-lineup-string-cont)
6452 * progmodes/compile.el (compilation-directory-matcher)
6453 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6454 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6455 (vhdl-clock-rising-edge)
6456 * textmodes/org.el (org-export-with-timestamps)
6457 (org-export-remove-timestamps-from-toc)
6458 (org-export-with-tags): Improve previous doc fixes.
6459
6460 2006-11-11 Richard Stallman <rms@gnu.org>
6461
6462 * textmodes/flyspell.el (flyspell-mode-map):
6463 Bind C-c $ instead of M-RET.
6464
6465 2006-11-10 Simon Marshall <simon@gnu.org>
6466
6467 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6468 fontification for "case" and "default" keywords.
6469
6470 2006-11-10 Andreas Schwab <schwab@suse.de>
6471
6472 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6473 Avoid starting sentence with "nil".
6474
6475 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6476
6477 * server.el (server-raise-frame): New option.
6478 (server-switch-buffer): Use it.
6479
6480 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6481
6482 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6483 with a capital.
6484
6485 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6486
6487 * textmodes/org.el (org-show-hierarchy-above)
6488 (org-show-following-heading): Fix typo in default value.
6489 (org-scan-tags): Make the search case-sensitive.
6490 (org-tags-sparse-tree): Don't overrule
6491 `org-show-following-heading' and `org-show-hierarchy-above'.
6492 (org-reveal): New command.
6493 (org-show-context): Rename from `org-show-hierarchy-above'.
6494 (org-fast-tag-selection-single-key): New option.
6495 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6496 (org-tags-overlay): New variable.
6497 (org-agenda-todo-ignore-deadlines): New option.
6498 ("session"): Add circular data structure `org-mark-ring' to
6499 exceptions list in session.el.
6500 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6501 New options.
6502 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6503 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6504 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6505 (org-finalize-agenda): Activate bracket links in agenda.
6506 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6507 INACTIVE-OK.
6508 (org-show-hierarchy-above, org-show-following-heading):
6509 List values allowed for fine-tuned configuration.
6510 (org-show-hierarchy-above): New argument CONTEXT, use the
6511 fine-tuned settings in `org-show-hierarchy-above' and
6512 `org-show-following-heading'.
6513 (org-display-custom-time): New function.
6514 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6515 (org-display-custom-times, org-time-stamp-custom-formats):
6516 (org-maybe-intangible): New macro.
6517 (org-activate-bracket-links, org-hide-wide-columns):
6518 Use `org-maybe-intangible'.
6519 (org-open-file): Use `shell-quote-argument'.
6520 (org-display-internal-link-with-indirect-buffer): New option.
6521 (org-file-remote-p): Get regexp from list.
6522 (org-link-expand-abbrev): New function.
6523 (org-link-abbrev-alist): New option.
6524 (org-open-at-point, org-cleaned-string-for-export):
6525 Call `org-link-expand-abbrev'.
6526 (org-timeline, org-agenda-list, org-todo-list)
6527 (org-tags-view): Remove the KEEP-MODES argument.
6528 (org-finalize-agenda-hook): New hook.
6529 (org-get-alist-option): New function.
6530 (org-follow-timestamp-link): New function.
6531 (org-open-at-point): Call `org-follow-timestamp-link'.
6532 (org-log-note-marker, org-log-note-purpose)
6533 (org-log-note-window-configuration): New variables.
6534 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6535 (org-log-note-headings): New option.
6536 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6537 (org-store-link): Support for dired-mode.
6538 (org-open-file): Substitute environment variables into filename.
6539 (org-last): New defsubst.
6540 (org-agenda-re-align-tags): New function.
6541 (org-agenda-align-tags-to-column): New option.
6542 (org-agenda-timeline): Group removed.
6543 (org-prepare-agenda, org-prepare-agenda-buffers)
6544 (org-run-agenda-series, org-timeline, org-agenda-list)
6545 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6546 the text property inticating the agenda type.
6547 (org-agenda-post-command-hook): Get agenda type from text property
6548 at point.
6549 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6550 and obey `org-agenda-overriding-arguments'.
6551 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6552 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6553 (org-agenda-week-view, org-agenda-day-view):
6554 Use `org-agenda-overriding-arguments' to make updating work with
6555 multi-block agendas.
6556 (org-agenda-prefix-format): Allow different formats for the
6557 different agenda entry types.
6558 (org-timeline-prefix-format): Option removed, use
6559 `org-agenda-prefix-format' instead.
6560 (org-prepare-agenda): New function.
6561 (org-select-timeline-window): Option removed, use
6562 `org-select-agenda-window' instead.
6563 (org-respect-restriction): Variable removed.
6564 (org-cmp-tag): New function.
6565 (org-agenda-sorting-strategy, org-entries-lessp):
6566 Implement sorting by last tag.
6567 (org-complete): Better completion in in-buffer option lines.
6568 (org-in-item-p): New function.
6569 (org-org-menu): Add entries for checkboxes.
6570 (org-cycle): Extra brouping in outline-regexp, because it is used
6571 in a search with "^" prepended.
6572 (org-provide-checkbox-statistics): New option.
6573 (org-set-font-lock-defaults): Highlight checkbox statistics.
6574 (org-update-checkbox-count-maybe)
6575 (org-get-checkbox-statistics-face): New functions.
6576 (org-update-checkbox-count): New command.
6577 (org-insert-item, org-toggle-checkbox):
6578 Call `org-update-checkbox-count-maybe'.
6579 (org-export-as-html): XEmacs compatibility for coding system.
6580 (org-force-cycle-archived): New command.
6581 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6582 overrules cycling.
6583 (org-fix-position-after-promote): If the line contains only a todo
6584 keyword, add a final space.
6585 (org-promote-subtree, org-demote-subtree):
6586 Call `org-fix-position-after-promote'.
6587
6588 2006-11-10 Glenn Morris <rgm@gnu.org>
6589
6590 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6591 date in every year.
6592 (calendar-dst-check-each-year-flag): New customizable variable.
6593 (calendar-dst-find-data): New function, extracted from
6594 calendar-current-time-zone.
6595 (calendar-current-time-zone): Use calendar-dst-find-data.
6596 (calendar-dst-transition-cache): New variable.
6597 (calendar-dst-find-startend, calendar-dst-starts)
6598 (calendar-dst-ends): New functions.
6599 (calendar-daylight-savings-starts)
6600 (calendar-daylight-savings-ends): Change value to use
6601 calendar-dst-starts, calendar-dst-ends; respectively.
6602
6603 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6604
6605 * ido.el (ido-enable-prefix)
6606 * ses.el (ses-call-printer-return)
6607 * net/tramp.el (tramp-unified-filenames)
6608 * progmodes/cc-align.el (c-lineup-string-cont)
6609 * progmodes/compile.el (compilation-directory-matcher)
6610 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6611 * progmodes/gdb-ui.el (gdb-many-windows)
6612 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6613 (vhdl-clock-rising-edge)
6614 * textmodes/org.el (org-export-with-timestamps)
6615 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6616 (org-read-date): Doc fix (Nil -> nil).
6617
6618 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6619
6620 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6621 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6622
6623 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * bs.el (bs--window-for-buffer): Remove.
6626 (bs--show-with-configuration): Use `get-window-with-predicate'
6627 instead of `bs--window-for-buffer'.
6628
6629 2006-11-10 Kenichi Handa <handa@m17n.org>
6630
6631 * files.el (revert-buffer): Fix previous change.
6632
6633 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6634
6635 * bs.el (bs--redisplay): Fix typo in docstring.
6636 (bs--window-config-coming-from): Make frame-local.
6637 (bs--restore-window-config): New function.
6638 (bs-kill, bs-select, bs-select-other-window)
6639 (bs-select-other-frame): Use it.
6640 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6641 (bs--show-with-configuration): Save the window configuration as a
6642 frame local var, and only if *buffer-selection* is not already
6643 visible on this frame.
6644
6645 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * vc-svn.el (vc-svn-admin-directory): New var.
6648 (vc-svn-registered, vc-svn-responsible-p)
6649 (vc-svn-repository-hostname): Use it.
6650 Suggested by arit93@yahoo.com.
6651
6652 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6653
6654 * ldefs-boot.el: Regenerate.
6655
6656 2006-11-08 Alan Mackenzie <acm@muc.de>
6657
6658 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6659 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6660 for least nested open-paren.
6661
6662 2006-11-08 Romain Francoise <romain@orebokech.com>
6663
6664 * subr.el (remove-overlays): Fix typo in last change.
6665
6666 2006-11-08 Richard Stallman <rms@gnu.org>
6667
6668 * subr.el (remove-overlays): Call overlay-recenter.
6669
6670 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6671
6672 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6673 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6674 behaviour.
6675 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6676 directly.
6677
6678 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6681 (ido-max-dir-file-cache, ido-decorations)
6682 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6683 (ido-magic-backward-char, ido-enter-dired)
6684 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6685 (ido-list-directory, ido-first-match, ido-only-match)
6686 (ido-subdir, ido-indicator): Fix typos in docstrings.
6687 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6688 (ido-read-internal): Fix typo in error message.
6689
6690 2006-11-08 Kenichi Handa <handa@m17n.org>
6691
6692 * international/mule-cmds.el (set-default-coding-systems):
6693 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6694
6695 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6696
6697 * makefile.w32-in (setwins): Remove.
6698 (WINS_ALMOST): New macro.
6699 (WINS): Use it.
6700 (autoloads): Don't extract autoloads from files in obsolete/.
6701
6702 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6703
6704 * whitespace.el (whitespace-buffer): Call remove-overlays after
6705 overlay-recenter for performance. Suggested by Martin Rudalics.
6706
6707 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6708
6709 * net/tramp.el (tramp-default-method): scp is the default method.
6710
6711 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * server.el (server-start): Save also the Emacs pid in the server file.
6714
6715 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6716
6717 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6718 point when displaying a bibtex cross reference in the echo area.
6719
6720 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6721
6722 * international/mule.el (make-char): Fix typo in docstring.
6723 (load-with-code-conversion, charsetp): Doc fixes.
6724
6725 * international/ja-dic-cnv.el (skkdic-convert):
6726 * cus-edit.el (hook): Fix typo in docstring.
6727
6728 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6731 (custom-mode-link-map): New variable.
6732 (custom-group-link, custom-manual): Use follow-link.
6733
6734 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6735
6736 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6737 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6738
6739 2006-11-06 Richard Stallman <rms@gnu.org>
6740
6741 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6742 New function broken out of flyspell-correct-word.
6743 (flyspell-mode-map): Bind it to M-RET.
6744 (flyspell-correct-word): Call it.
6745
6746 * textmodes/fill.el (fill-minibuffer-function): New function.
6747 (fill-paragraph): Bind fill-paragraph-function to
6748 fill-minibuffer-function.
6749
6750 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6751 so that they aren't undefined.
6752
6753 * dired.el (dired-readin): Locally bind file-name-coding-system.
6754
6755 * bindings.el: Shorten and clarify usual mode line mouse help string.
6756
6757 * Makefile.in (autoloads): Don't include `obsolete'.
6758
6759 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6762 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6763 Printing menu if it's not initialized.
6764 (pr-menu-bind): Act on menu-bar-file-menu directly.
6765
6766 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * help.el (view-emacs-news): Fix typo in error message.
6769
6770 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6771
6772 * shadowfile.el (shadow-define-regexp-group)
6773 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6774 (shadow-read-files): Fix typo in message.
6775 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6776 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6777 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6778 (shadow-file-match): Fix typos in docstrings.
6779
6780 * terminal.el (terminal-emulator): Fix typo in message.
6781
6782 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6783
6784 * emacs-lisp/lselect.el (x-kill-primary-selection)
6785 (x-delete-primary-selection, x-copy-primary-selection):
6786 Fix typos in error messages.
6787
6788 * emulation/edt-mapper.el: Fix typo in interactive message.
6789
6790 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6791
6792 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6793 (ispell-help): Fix typos in docstrings.
6794 (ispell-help): Fix typo in output message.
6795
6796 * allout.el (allout-adjust-file-variable)
6797 (allout-passphrase-verifier-string)
6798 (allout-passphrase-hint-string)
6799 (allout-toggle-current-subtree-encryption):
6800 * apropos.el (apropos-synonyms):
6801 * cus-edit.el (hook):
6802 * emacs-lock.el (emacs-lock-from-exiting):
6803 * follow.el (follow-avoid-tail-recenter-p):
6804 * hexl.el (hexl-mode):
6805 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6806 * mouse.el (mouse-set-font):
6807 * resume.el (resume-emacs-args-file):
6808 * rfn-eshadow.el (file-name-shadow-tty-properties):
6809 * t-mouse.el (t-mouse-process, t-mouse-mode):
6810 * emacs-lisp/cust-print.el (custom-print-install)
6811 (custom-print-uninstall, custom-format):
6812 * emacs-lisp/shadow.el (list-load-path-shadows):
6813 * emulation/tpu-edt.el (tpu-help-text)
6814 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6815 (tpu-reset-control-keys):
6816 * emulation/vip.el (vip-emacs-local-map)
6817 (vip-change-mode-to-emacs):
6818 * emulation/viper.el (viper-mode, viper-set-hooks)
6819 (viper-major-mode-modifier-list):
6820 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6821 * emulation/viper-keym.el (viper-emacs-kbd-map)
6822 (viper-toggle-key):
6823 * mail/feedmail.el (feedmail-queue-reminder)
6824 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6825 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6826 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6827 (feedmail-sender-line, feedmail-force-binary-write)
6828 (feedmail-from-line, feedmail-deduce-envelope-from)
6829 (feedmail-x-mailer-line, feedmail-message-id-generator)
6830 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6831 (feedmail-enable-spray, feedmail-spray-this-address)
6832 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6833 (feedmail-queue-runner-confirm-global)
6834 (feedmail-ask-before-queue-prompt)
6835 (feedmail-ask-before-queue-reprompt)
6836 (feedmail-prompt-before-queue-standard-alist)
6837 (feedmail-prompt-before-queue-user-alist)
6838 (feedmail-prompt-before-queue-help-supplement)
6839 (feedmail-queue-use-send-time-for-message-id)
6840 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6841 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6842 (feedmail-mail-send-hook-queued)
6843 (feedmail-confirm-addresses-hook-example)
6844 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6845 (feedmail-queue-runner-mode-setter)
6846 (feedmail-queue-alternative-mail-header-separator)
6847 (feedmail-queue-runner-message-sender)
6848 (feedmail-buffer-eating-function, feedmail-binmail-template)
6849 (feedmail-run-the-queue-no-prompts)
6850 (feedmail-run-the-queue-global-prompt)
6851 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6852 (feedmail-envelope-deducer, feedmail-fiddle-date)
6853 (feedmail-default-message-id-generator)
6854 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6855 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6856 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6857 (vms-pmail-setup):
6858 * play/dunnet.el (dun-help):
6859 * play/handwrite.el (handwrite):
6860 * play/hanoi.el (hanoi-unix-64):
6861 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6862 * textmodes/enriched.el (fixed):
6863 * textmodes/org.el (org-file-apps)
6864 (org-emphasis-regexp-components, org-emphasis-alist):
6865 * textmodes/texinfmt.el (batch-texinfo-format):
6866 Fix typos in docstrings.
6867
6868 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * loadhist.el (read-feature): Don't complete features not loaded
6871 from a file (which make `unload-feature' to fail).
6872
6873 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6874
6875 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6876
6877 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6878
6879 * startup.el (command-line-1): Kill emacs if the last frame is
6880 deleted while evaluating the command-line arguments.
6881
6882 2006-11-05 Richard Stallman <rms@gnu.org>
6883
6884 * startup.el (init-file-had-error): Add doc string.
6885 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6886 Use fixed-width font for keyboard key descriptions.
6887
6888 * cus-edit.el (custom-save-all): Error if saving in .emacs
6889 and it had an error when loaded.
6890
6891 * dired-aux.el (dired-copy-file-recursive): Catch errors
6892 from recursive copies in the loop, around the recursive call.
6893
6894 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6895
6896 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6897 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6898 `/proc/acpi/thermal_zone/*'.
6899 (battery-search-for-one-match-in-files): New. Search a regexp in
6900 the content of some files.
6901
6902 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6903
6904 * window.el (mouse-autoselect-window-now): Remove variable.
6905 (mouse-autoselect-window-state): New variable.
6906 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6907 (mouse-autoselect-window-select, handle-select-window):
6908 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6909 Suspend delayed autoselection during menu or popup dialog.
6910
6911 * info-look.el (info-lookup-guess-custom-symbol): New function
6912 for retrieving symbol at point in custom buffers.
6913 (top level) <info-lookup-maybe-add-help>: Add backquote and
6914 comma to ignored characters in regexps of help specifications
6915 for emacs-lisp-mode and lisp-interaction-mode. This permits
6916 looking up symbols in `...' and after a comma. Add help
6917 specifications for custom-mode and help-mode.
6918
6919 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6920
6921 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6922 Don't encode body if RAW is non-nil, or if the old encoding is
6923 identical to the new encoding, or if the body contains only
6924 eight-bit-* characters.
6925
6926 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6927
6928 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6929 (faces-sample-overlay): Remove variable.
6930 (describe-face): Insert sample text in the face being described.
6931
6932 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6933
6934 * whitespace.el (whitespace-indent-regexp): Make this match any
6935 multiples of eight spaces near the beginning of a line.
6936 (whitespace-buffer): Use `remove-overlays' instead of
6937 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6938 speed up overlay handling.
6939 (whitespace-buffer-leading, whitespace-buffer-trailing):
6940 Make these functions highlight the text removed by
6941 `whitespace-buffer-leading-cleanup' and
6942 `whitespace-buffer-trailing-cleanup' respectively.
6943 (whitespace-buffer-search): Use `with-local-quit'.
6944 Move `format' out of loop to speed up scanning larger buffers.
6945 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6946 that function is never added to a hook.
6947 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6948 (whitespace-buffer-leading-cleanup)
6949 (whitespace-refresh-rescan-list): Fix docstrings.
6950
6951 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6952
6953 * allout.el (allout-during-yank-processing): Cue for inhibiting
6954 aberrance processing during yanks.
6955 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6956 the amount of yanked topics that can be aberrant.
6957 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6958 a function, and supplement with inihibition of doublechecking
6959 during yanks.
6960 (allout-beginning-of-line, allout-next-heading)
6961 (allout-previous-heading, allout-goto-prefix-doublechecked)
6962 (allout-back-to-current-heading, allout-next-visible-heading)
6963 (allout-next-sibling): Use new allout-do-doublecheck function.
6964 (allout-next-sibling): Ensure we made progress when returning
6965 other than nil.
6966 (allout-rebullet-heading): Preserve text property annotations
6967 indicating the text was hidden, if it was.
6968 (allout-kill-line): Remove any added was-hidden annotations.
6969 (allout-kill-topic): Remove any added was-hidden annotations.
6970 (allout-annotate-hidden): Inhibit adding was-hidden text
6971 properties to the undo list.
6972 (allout-deannotate-hidden): New function to remove was-hidden
6973 annotation.
6974 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6975 (allout-remove-exposure-annotation): Replace by
6976 allout-deannotate-hidden.
6977 (allout-yank-processing): Signal that yank processing is happening
6978 with allout-during-yank-processing. Also, wrap
6979 allout-unprotected's closer to the text changes, for easier
6980 debugging. We need to inhibit-field-text-motion explicitly, in
6981 lieu of the encompassing allout-unprotected.
6982 (outlineify-sticky): Adjust criteria for triggering new outline
6983 decorations to presence or absence of any topics, not just a topic
6984 at the beginning of the buffer.
6985
6986 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * bs.el (bs--show-all, bs--redisplay):
6989 * cus-edit.el (custom-unlispify-menu-entries)
6990 (custom-unlispify-tag-names, custom-prompt-variable):
6991 * expand.el (expand-pos):
6992 * speedbar.el (speedbar-generic-list-tag-p):
6993 * wid-edit.el (widget-image-enable):
6994 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6995 * emacs-lisp/find-func.el (find-function-noselect)
6996 (find-function, find-variable-noselect, find-variable)
6997 (find-definition-noselect, find-face-definition):
6998 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6999 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7000 * progmodes/ada-xref.el (ada-find-in-ali):
7001 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7002 * textmodes/org.el (org-copy-subtree):
7003 * textmodes/table.el (table--row-column-insertion-point-p):
7004 Use "non-nil" in docstrings.
7005
7006 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7007
7008 * sort.el (sort-columns): Set the field separator to tab; on
7009 NetBSD, sort complains if "\n" is used as field separator.
7010
7011 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7012
7013 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7014
7015 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * server.el (server-auth-key): Remove. Replace by a process-property.
7018 (server-start): Don't remove the file of the previous process, but
7019 instead clear out the place for the new file.
7020 (server-start): Set the :auth-key property.
7021 (server-process-filter): Use the :auth-key property.
7022
7023 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7024
7025 * textmodes/org.el (org-mode-map): No longer copy
7026 `outline-mode-map' explicitly - this is already done by
7027 `define-derived-mode'.
7028
7029 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * server.el (server-visit-files): Use `when'.
7032 (server-process-filter): When authentication fails, send error
7033 message to client. Wrap `process-send-region' in `ignore-errors'
7034 instead of `condition-case', and remove misleading comment.
7035
7036 2006-11-01 Juri Linkov <juri@jurta.org>
7037
7038 * simple.el (yank): Doc fix.
7039
7040 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * server.el: Try and fit within 80 columns.
7043 (server-start): Make the auth file unreadable by other users.
7044
7045 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7046
7047 * battery.el (battery-linux-proc-acpi): Prevent range error when
7048 `full-capacity' is 0.
7049
7050 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7051
7052 * faces.el (faces-sample-overlay): New defvar.
7053 (faces-sample-overlay): New function to show face sample text.
7054 (describe-face): Use it.
7055
7056 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7057
7058 * progmodes/ada-stmt.el: Change maintainer, apply
7059 whitespace-cleanup, checkdoc.
7060 (ada-func-or-proc-name): Add doc string.
7061
7062 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7063 whitespace-cleanup, checkdoc. Minor improvements to many doc
7064 strings and comments.
7065 (ada-prj-display-page): Change buffer name to more accurately
7066 reflect function.
7067
7068 * progmodes/ada-xref.el: Change maintainer, apply
7069 whitespace-cleanup, checkdoc. Minor improvements to many doc
7070 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7071 (ada-compile-current): Don't add newlines to commands.
7072
7073 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * server.el: Add support for TCP sockets.
7076 (server-use-tcp, server-host, server-auth-dir): New options.
7077 (server-auth-key): New variable.
7078 (server-ensure-safe-dir): Create nonexistent parent dirs.
7079 Ignore Unix-style file modes on Windows.
7080 (server-start): Crete a TCP or Unix socket according to the value
7081 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7082 `server-auth-dir' directory.
7083 (server-process-filter): Delete process if authentication
7084 fails (which never happens for Unix sockets).
7085
7086 2006-10-30 David Kastrup <dak@gnu.org>
7087
7088 * subr.el (add-to-list): Don't continue checking if a match has
7089 been found.
7090
7091 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * tutorial.el: Move defvars to avoid bytecomp warnings.
7094 (tutorial--find-changed-keys): Check if viper-current-state is
7095 bound before using it.
7096 (help-with-tutorial): Check if viper-tutorial is defined before
7097 using it.
7098
7099 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7100
7101 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7102
7103 * tutorial.el: New file.
7104 (help-with-tutorial): Move here from help-fns.el. Added help for
7105 rebound keys. Fixed resume of tutorial.
7106 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7107 (tutorial--find-changed-keys, tutorial--display-changes)
7108 (tutorial--saved-dir, tutorial--saved-file)
7109 (tutorial--save-tutorial): New functions to support the changes in
7110 help-with-tutorial.
7111
7112 2006-10-30 Kenichi Handa <handa@m17n.org>
7113
7114 * files.el (revert-buffer): If a unibyte buffer is being reverted
7115 with a coding system for multibyte, set buffer multibyte before
7116 calling insert-file-contents.
7117
7118 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * server.el (server-select-display): Use a dummy buffer to detect when
7121 the frame is later used.
7122 (server-select-display): New function.
7123 (server-process-filter): Use it to detect unused temp frames.
7124
7125 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7126
7127 * progmodes/ada-mode.el: Change maintainer, apply
7128 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7129 (ada-mode-version): New function.
7130 (ada-create-menu): Menu operations are available for all supported
7131 compilers.
7132
7133 2006-10-29 Lars Hansen <larsh@soem.dk>
7134
7135 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7136 Highlight as keyword.
7137 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7138 Don't call tramp-method-out-of-band-p for local files.
7139 (tramp-touch): Quote file name.
7140
7141 2006-10-28 Glenn Morris <rgm@gnu.org>
7142
7143 * calendar/calendar.el (cal-html-cursor-month)
7144 (cal-html-cursor-year): Add autoloads for this new package.
7145 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7146
7147 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7148
7149 * calendar/cal-html.el: New file.
7150
7151 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * emacs-lisp/authors.el (authors-aliases): Update.
7154
7155 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * version.el (emacs-version): Bump version number to 22.0.90.
7158
7159 2006-10-26 John W. Eaton <jwe@octave.org>
7160
7161 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7162 New defvar.
7163 (inferior-octave-resync-dirs): Check to see whether Octave has
7164 built-in variables and set inferior-octave-has-built-in-variables.
7165 Check inferior-octave-has-built-in-variables to decide whether to
7166 send commands that set built-in variables or call functions to
7167 change Octave's behavior.
7168 Send "disp (pwd ())" to Octave instead of just "pwd".
7169 (inferior-octave-startup): Send "more off" to Octave instead of
7170 "page_screen_output = 0".
7171
7172 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7173
7174 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7175 pattern normally.
7176
7177 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7178
7179 * bindings.el (mode-line-mode-menu): Remove bindings for global
7180 minor modes (line/column number) as they are on the menubar.
7181
7182 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7183
7184 * term/w32-win.el (x-handle-name-switch): Doc fix.
7185 (w32-standard-fontset-spec): Fix typo in docstring.
7186
7187 * midnight.el (midnight-buffer-display-time): Doc fix.
7188 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7189
7190 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7191
7192 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7193
7194 * viper-ex.el (ex-read): Quote file argument.
7195
7196 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7197
7198 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7199
7200 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7201
7202 * textmodes/flyspell.el (flyspell-check-region-doublons):
7203 Fix last fix.
7204
7205 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7206
7207 * bindings.el (mode-line-mode-menu): List global minor modes
7208 before local ones.
7209
7210 2006-10-23 Kim F. Storm <storm@cua.dk>
7211
7212 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7213 (sit-for): If last command was a prefix arg, add the read-ahead
7214 event to unread-command-events as (t . EVENT) so it will be added
7215 to this-command-keys by read-key-sequence.
7216
7217 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7218
7219 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7220 whitespace when checking doublons.
7221 (flyspell-check-region-doublons): Fix doublon regexp.
7222 (flyspell-highlight-incorrect-region): Highlight doublons using
7223 flyspell-duplicate face.
7224
7225 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7226
7227 2006-10-22 John Wiegley <johnw@newartisans.com>
7228
7229 * progmodes/python.el (python-use-skeletons): python-mode was
7230 auto-inserting templates (for those with abbrev-mode on), not only
7231 by default -- *but without a configuration variable to disable
7232 it*. This rendered python-mode completely useless for me, so I
7233 have added `python-use-skeletons', which is now off by default.
7234
7235 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7238 font-lock-multiline is auto-local (it's not).
7239 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7240 initialized before calling cperl-init-faces.
7241
7242 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7243
7244 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7245 gdb-stack-position a value when there is no fringe.
7246
7247 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7248 indicator if not visiting a file.
7249
7250 2006-10-20 David Kastrup <dak@gnu.org>
7251
7252 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7253 operation would still cause some window to collapse later.
7254
7255 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7258 side-effect due to mixing various backends's file properties.
7259
7260 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7261 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7262 Return `filename's status if applicable. Update callers.
7263
7264 2006-10-19 Kenichi Handa <handa@m17n.org>
7265
7266 * international/kkc.el (kkc-region): When a key sequence is not
7267 defined, append (this-single-command-raw-keys) to
7268 unread-input-method-events.
7269
7270 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7271
7272 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7273
7274 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7275
7276 * version.el (emacs-version): Use mac-carbon-version-string.
7277
7278 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7279
7280 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7281
7282 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7283 Kenichi Handa).
7284 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7285 the selection is not UTF-8.
7286
7287 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7288
7289 * progmodes/ada-mode.el (ada-83-string-keywords)
7290 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7291 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7292 (ada-looking-at-semi-private, ada-get-body-name):
7293 Fix typos in docstrings.
7294 (ada-create-case-exception, ada-create-case-exception-substring):
7295 Fix typos in error messages.
7296 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7297
7298 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7299
7300 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7301 to default-frame-alist if default-frame-alist already contains
7302 width/height.
7303
7304 2006-10-18 Richard Stallman <rms@gnu.org>
7305
7306 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7307 Non-interactive arg is the value, not the expression.
7308
7309 * simple.el (read-expression-map): Just set it, no defvar.
7310
7311 * subr.el (insert-for-yank-1): If last inserted char has
7312 properties, mark them as rear-nonsticky.
7313
7314 * recentf.el (recentf-mode): Doc fix.
7315
7316 * facemenu.el (facemenu-add-new-face): Defend against symbol
7317 that isn't a face name.
7318
7319 * dired-aux.el (dired-do-copy): Doc fix.
7320
7321 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7322
7323 * simple.el (line-move-1): Ignore fields when moving to the
7324 beginning of line to avoid getting point stuck.
7325
7326 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7327
7328 * textmodes/flyspell.el (flyspell-word-search-backward):
7329 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7330 text.
7331
7332 2006-10-16 Richard Stallman <rms@gnu.org>
7333
7334 * help-fns.el (describe-function-1): Special case optimization
7335 for self-insert-command.
7336
7337 2006-10-16 Kim F. Storm <storm@cua.dk>
7338
7339 * ido.el (ido-reread-directory): Work in `dir' mode too.
7340
7341 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7342
7343 * textmodes/table.el: Require 'regexp-opt.
7344
7345 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7346
7347 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7348 Use shell-quote-argument.
7349
7350 * shell.el (explicit-bash-args): Likewise.
7351
7352 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7353 Use grep -E rather than egrep.
7354
7355 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7356
7357 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7358
7359 2006-10-15 Kim F. Storm <storm@cua.dk>
7360
7361 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7362
7363 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7364
7365 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7366 to protect whitespace and metacharacters from the shell.
7367
7368 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7369
7370 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7371
7372 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7373
7374 * subr.el (start-process-shell-command): Doc fix.
7375
7376 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7377
7378 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7379 the regexp for Maxima symbols.
7380
7381 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7384 (vc-find-root): Don't walk higher up than ~.
7385
7386 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * international/utf-8.el (utf-translate-cjk-load-tables):
7389 Avoid clobbering last-coding-system-used during load.
7390
7391 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7392
7393 * textmodes/reftex-global.el (reftex-create-tags-file):
7394 Quote file arguments.
7395
7396 2006-10-12 Richard Stallman <rms@gnu.org>
7397
7398 * files.el (file-name-history): Add defvar.
7399 (save-some-buffers-action-alist): Improve description strings.
7400
7401 2006-10-12 Andreas Schwab <schwab@suse.de>
7402
7403 * files.el (auto-mode-alist): Match change log file name also with
7404 a dash before a numeric extension.
7405
7406 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7407
7408 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7409 After 5.0:
7410 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7411
7412 After 5.1: Major edit. Summary of most visible changes:
7413
7414 - Multiple <<HERE per line allowed.
7415 - Handles multiline subroutine declaration headers (with comments).
7416 (The exception is `cperl-etags' - but it is not used in the rest
7417 of the mode.)
7418 - Fontifies multiline my/our declarations (even with comments,
7419 and with legacy `font-lock').
7420 - Major speedup of syntaxification, both immediate and postponed
7421 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7422 huge real-life document I tested).
7423 - New bindings, edits to imenu.
7424 - "_" is made into word-char during fontification/syntaxification;
7425 some attempts to recognize non-word "_" during other operations too.
7426 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7427 - autoload some more perldoc-related stuff
7428 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7429 - Attempt to incorporate XEmacs edits which reached me.
7430
7431 Fine-grained changelog:
7432 (cperl-hook-after-change): New configuration variable.
7433 (cperl-vc-sccs-header): Likewise.
7434 (cperl-vc-sccs-header): Likewise.
7435 (cperl-vc-header-alist): Default via two preceding variables.
7436 (cperl-invalid-face): Remove double quoting under XEmacs
7437 (still needed under 21.2).
7438 (cperl-tips): Update URLs for resources.
7439 (cperl-problems): Likewise.
7440 (cperl-praise): Mention new features.
7441 New C-c key bindings: for `cperl-find-bad-style',
7442 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7443 `cperl-perdoc', and `cperl-perldoc-at-point'.
7444 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7445 moved, new submenu of Tools with Ispell entries and narrowing.
7446 (cperl-after-sub-regexp): New defsubst.
7447 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7448 Allows heads up to head4.
7449 Allow "package;".
7450 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7451 (paren-backwards-message): ??? Something for XEmacs???
7452 (cperl-mode): Never auto-switch abbrev-mode off.
7453 Try to allow '_' be non-word char.
7454 Do not use `font-lock-unfontify-region-function' on XEmacs.
7455 Reset syntax cache on mode start.
7456 Support multiline facification (even on legacy `font-lock').
7457 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7458 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7459 refuse to inform us whether the fontification is due to lazy
7460 calling or due to edit to a buffer, install our own hook
7461 (controlled by `cperl-hook-after-change').
7462 (cperl-electric-pod): =cut may have been recognized as start.
7463 (cperl-block-p): Move, updatedfor attributes.
7464 (cperl-calculate-indent): Try to allow '_' be non-word char
7465 Support subs with attributes.
7466 (cperl-where-am-i): Quiet (?) a warning.
7467 (cperl-cached-syntax-table): New function.
7468 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7469 (cperl-unwind-to-safe): Recognize `syntax-type' property
7470 changing in a middle of line.
7471 (cperl-find-sub-attrs): New function.
7472 (cperl-find-pods-heres): Allow many <<EOP per line.
7473 Allow subs with attributes.
7474 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7475 Recognize "extproc " (OS/2) case-folded and only at start.
7476 /x on s///x with empty replacement was not recognized.
7477 Better comments.
7478 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7479 Allow subs with attributes, labels.
7480 Do not confuse "else::foo" with "else".
7481 Minor optimizations...
7482 (cperl-after-expr-p): Try to allow '_' be non-word char.
7483 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7484 with `looking-at' inside `narrow' and bulk out if found.
7485 (cperl-imenu--create-perl-index): Updates for new
7486 `cperl-imenu--function-name-regexp-perl'.
7487 (cperl-outline-level): Likewise.
7488 (cperl-init-faces): Allow multiline subroutine headers
7489 and my/our declarations, and ones with comments.
7490 Allow subroutine attributes.
7491 (cperl-imenu-on-info): Better docstring.
7492 (cperl-etags): Rudimentary support for attributes.
7493 Support for packages and "package;".
7494 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7495 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7496 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7497 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7498 (cperl-perldoc): Add autoload.
7499 (cperl-perldoc-at-point): Likewise.
7500 (cperl-here-doc-spell): New function.
7501 (cperl-pod-spell): Likewise.
7502 (cperl-map-pods-heres): Likewise.
7503 (cperl-get-here-doc-region): Likewise.
7504 (cperl-font-lock-fontify-region-function): Likewise (backward
7505 compatibility for legacy `font-lock').
7506 (cperl-font-lock-unfontify-region-function): Fix style.
7507 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7508 calls with no-change. Governed by `cperl-hook-after-change'.
7509 (cperl-fontify-update): Recognize that syntaxification region
7510 can be larger than fontification one.
7511 XXXX we leave `cperl-postpone' property, so this is quadratic...
7512 (cperl-fontify-update-bad): Temporary placeholder until
7513 it is clear how to implement `cperl-fontify-update'.
7514 (cperl-time-fontification): New function.
7515 (attrib-group): New text attribute.
7516 (multiline): New value: `syntax-type' text attribute.
7517
7518 After 5.2:
7519 (cperl-emulate-lazy-lock): New function.
7520 (cperl-fontify-syntaxically): Would skip large regions.
7521 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7522 Some globals were declared, but uninitialized.
7523
7524 After 5.3, 5.4:
7525 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7526 Copyright message updated.
7527 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7528 facification down a bit.
7529 Misprint for my|our|local for old `font-lock'
7530 "our" was not fontified same as "my|local".
7531 Highlight variables after "my" etc even in
7532 a middle of an expression.
7533 Do not facify multiple variables after my etc
7534 unless parentheses are present.
7535
7536 After 5.5, 5.6
7537 (cperl-fontify-syntaxically): after-change hook could reset.
7538 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7539
7540 After 5.7:
7541 (cperl-init-faces): Allow highlighting of local ($/).
7542 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7543 (cperl-problems): Remove fixed problems.
7544 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7545 Recognize charclasses (unless delimiter is \).
7546 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7547 (cperl-regexp-scan): Update docs.
7548 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7549
7550 After 5.8:
7551 Major user visible changes:
7552 Recognition and fontification of character classes in RExen.
7553 Variable indentation of RExen according to groups.
7554
7555 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7556 Fontify REx charclasses in variable-name face.
7557 Fontify POSIX charclasses in "type" face.
7558 Fontify unmatched "]" in function-name face.
7559 Mark first-char of HERE-doc as `front-sticky'.
7560 Reset `front-sticky' property when needed.
7561 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7562 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7563 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7564 constructs. Support `narrow'ed buffers.
7565 (cperl-praise): Remove a reservation.
7566 (cperl-make-indent): New function.
7567 (cperl-indent-for-comment): Use `cperl-make-indent'.
7568 (cperl-indent-line): Likewise.
7569 (cperl-lineup): Likewise.
7570 (cperl-beautify-regexp-piece): Likewise.
7571 (cperl-contract-level): Likewise.
7572 (cperl-toggle-set-debug-unwind): New function.
7573 New menu entry for this.
7574 (fill-paragraph-function): Use when `boundp'.
7575 (cperl-calculate-indent): Take into account groups when indenting RExen.
7576 (cperl-to-comment-or-eol): Recognize # which end a string.
7577 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7578 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7579 (cperl-fontify-syntaxically): More clear debugging message.
7580 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7581 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7582 Merge cosmetic changes from XEmacs.
7583
7584 After 5.9:
7585 (cperl-1+): Move to before the first use.
7586 (cperl-1-): Likewise.
7587
7588 After 5.10:
7589
7590 This code may lock Emacs hard!!! Use at your own risk!
7591
7592 (cperl-font-locking): New internal variable.
7593 (cperl-beginning-of-property): New function.
7594 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7595 instead of `previous-single-property-change'.
7596 (cperl-unwind-to-safe): Likewise.
7597 (cperl-after-expr-p): Likewise.
7598 (cperl-get-here-doc-region): Likewise.
7599 (cperl-font-lock-fontify-region-function): Likewise.
7600 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7601 recursively.
7602 Bound `next-single-property-change' via `point-max'.
7603 (cperl-unwind-to-safe): Bound likewise
7604 (cperl-font-lock-fontify-region-function): Likewise.
7605 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7606 Initialization of `cperl-font-lock-multiline-start' could be
7607 missed if the "main" fontification did not run due to the
7608 keyword being already fontified.
7609 (cperl-pod-spell): Return t from do-one-chunk function.
7610 (cperl-map-pods-heres): Stop when the worker returns nil.
7611 Call `cperl-update-syntaxification'.
7612 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7613 (cperl-get-here-doc-delim): Remove unused function.
7614
7615 After 5.11:
7616
7617 The possible lockup of Emacs (introduced in 5.10) fixed.
7618
7619 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7620 (cperl-syntaxify-for-menu): New customization variable.
7621 (cperl-select-this-pod-or-here-doc): New function.
7622 (cperl-get-here-doc-region): Extra argument.
7623 Do not adjust pos by 1.
7624
7625 New menu entries
7626 (Perl/Tools): Selection of current POD or HERE-DOC section.
7627 (Debugging CPerl:) backtrace on fontification.
7628
7629 After 5.12:
7630 (cperl-cached-syntax-table): Use `car-safe'.
7631 (cperl-forward-re): Remove spurious argument SET-ST.
7632 Add documentation.
7633 (cperl-forward-group-in-re): New function.
7634 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7635 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7636
7637 After 5.13:
7638 (cperl-string-syntax-table): Make { and } not-grouping
7639 (Sometimes they ARE grouping in RExen, but matching them would only
7640 confuse in many situations when they are not)
7641 (beginning-of-buffer): Replace two occurrences with goto-char...
7642 (cperl-calculate-indent): `char-after' could be nil...
7643 (cperl-find-pods-heres): REx can start after "[" too.
7644 Hightlight (??{}) in RExen too.
7645 (cperl-maybe-white-and-comment-rex): New constant
7646 (cperl-white-and-comment-rex): Likewise.
7647 XXXX Not very efficient, but hard to make
7648 better while keeping 1 group.
7649
7650 After 5.13:
7651 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7652 Likewise for 1 << identifier.
7653
7654 After 5.14:
7655 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7656 Error-less condition-case could fail.
7657 (cperl-font-lock-fontify-region-function): Likewise.
7658 (cperl-init-faces): Likewise.
7659
7660 After 5.15:
7661 (cperl-find-pods-heres): Support property REx-part2.
7662 (cperl-calculate-indent): Likewise.
7663 Don't special-case REx with non-empty 1st line.
7664 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7665 Invert highlighting of charclasses:
7666 now the envelop is highlighted.
7667 Highlight many others 0-length builtins.
7668 (cperl-praise): Mention indenting and highlight in RExen.
7669
7670 After 5.15:
7671 (cperl-find-pods-heres): Highlight capturing parens in REx.
7672
7673 After 5.16:
7674 (cperl-find-pods-heres): Highlight '|' for alternation
7675 Initialize `font-lock-warning-face' if not present.
7676 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7677 `font-lock-function-name-face'.
7678 (cperl-look-at-leading-count): Likewise.
7679 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7680 `font-lock-keyword-face' (needed for
7681 batch processing), etc...
7682 Use `font-lock-builtin-face' for builtin in REx
7683 Now `font-lock-variable-name-face'
7684 is used for interpolated variables
7685 Use "talking aliases" for faces inside REx
7686 Highlight parts of REx (except in charclasses)
7687 according to the syntax and/or semantic
7688 Syntax-mark a {}-part of (?{}) as "comment"
7689 (it was the ()-part)
7690 Better logic to distinguish what is what in REx
7691 (cperl-tips-faces): Document REx highlighting
7692 (cperl-praise): Mention REx syntax highlight etc.
7693
7694 After 5.17:
7695 (cperl-find-sub-attrs): Would not always manage to print error message.
7696 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7697
7698 After 5.18:
7699 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7700 Very minor optimization.
7701 `my-cperl-REx-modifiers-face' got quoted.
7702 Recognize "print $foo <<END" as HERE-doc.
7703 Put `REx-interpolated' text attribute if needed.
7704 (cperl-invert-if-unless-modifiers): New function.
7705 (cperl-backward-to-start-of-expr): Likewise.
7706 (cperl-forward-to-end-of-expr): Likewise.
7707 (cperl-invert-if-unless): Works in "the opposite way" too.
7708 Cursor position on return is on the switch-word.
7709 Indents comments better.
7710 (REx-interpolated): New text attribute.
7711 (cperl-next-interpolated-REx): New function.
7712 (cperl-next-interpolated-REx-0): Likewise.
7713 (cperl-next-interpolated-REx-1): Likewise.
7714 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7715 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7716 (cperl-praise): Mention finded interpolated RExen.
7717
7718 After 5.19:
7719 (cperl-init-faces): Highlight %$foo, @$foo too.
7720 (cperl-short-docs): Better docs for system, exec.
7721 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7722 Would not find HERE-doc ended by EOF without NL.
7723 (cperl-short-docs): Correct not-doubled \-escapes.
7724 start block: Put some `defvar' for stuff gone from XEmacs.
7725
7726 After 5.20:
7727 initial comment: Extend copyright, fix email address.
7728 (cperl-indent-comment-at-column-0): New customization variable.
7729 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7730 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7731 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7732 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7733 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7734 highlight $ in $foo too (UNTESTED).
7735 (cperl-set-style): Docstring missed some available styles.
7736 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7737 Change "Current" to "Memorize Current".
7738 (cperl-indent-wrt-brace): New customization variable; the default is
7739 as for pre-5.2 version.
7740 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7741 (cperl-style-alist): Likewise.
7742 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7743 and `cperl-extra-newline-before-brace' etc
7744 being t
7745 (cperl-indent-exp): Plans B and C to find continuation blocks even
7746 if `cperl-extra-newline-before-brace' is t.
7747
7748 After 5.21:
7749 Improve some docstrings concerning indentation.
7750 (cperl-indent-rules-alist): New variable.
7751 (cperl-sniff-for-indent): New function name
7752 (separated from `cperl-calculate-indent').
7753 (cperl-calculate-indent): Separate the sniffer and the indenter;
7754 uses `cperl-sniff-for-indent' now.
7755 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7756 was inverted;
7757 Support `comment-column' = 0.
7758
7759 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7760
7761 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7762 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7763 * longlines.el (longlines-window-change-function): Likewise.
7764 * simple.el (undo-ask-before-discard): Likewise.
7765 * wid-edit.el (widget-field-prompt-internal)
7766 (widget-documentation-link-p): Likewise.
7767
7768 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7771 for a keyword.
7772
7773 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * newcomment.el (comment-valid-prefix-p): Make the check
7776 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7777 (comment-indent-new-line): Adjust call.
7778
7779 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7780
7781 * allout.el (allout-back-to-current-heading): Base on lower-level
7782 routines to get proper disqualification of aberrant topics.
7783
7784 2006-10-09 Richard Stallman <rms@gnu.org>
7785
7786 * textmodes/two-column.el (2C-two-columns): Doc fix.
7787
7788 2006-10-09 Kim F. Storm <storm@cua.dk>
7789
7790 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7791 about implicit use.
7792
7793 2006-10-08 Richard Stallman <rms@gnu.org>
7794
7795 * textmodes/two-column.el (2C-two-columns): Doc fix.
7796
7797 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * files.el: Mark `buffer-read-only' as safe-local-variable.
7800
7801 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7802
7803 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7804 Burp if GUD buffer has been killed.
7805
7806 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * completion.el (add-completions-from-c-buffer):
7809 Don't presume an error's second element is a string.
7810 Use looking-at rather than buffer-substring + member.
7811
7812 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7813
7814 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7815 `undecided', call find-coding-systems-region to find a proper
7816 non-trivial encoding.
7817 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7818 and "text/plain".
7819
7820 2006-10-07 Kevin Ryde <user42@zip.com.au>
7821
7822 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7823 url-link.
7824
7825 * strokes.el (defgroup strokes): Remove invalid url-link.
7826
7827 2006-10-07 Magnus Henoch <mange@freemail.hu>
7828
7829 * autoinsert.el (auto-insert-alist): Doc fix.
7830
7831 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7832
7833 * mouse-sel.el (mouse-insert-selection-internal):
7834 Use insert-for-yank, so that yank handlers are run.
7835
7836 2006-10-07 Kim F. Storm <storm@cua.dk>
7837
7838 * ido.el (ido-file-extension-aux): Fix comparison.
7839
7840 2006-10-06 Kim F. Storm <storm@cua.dk>
7841
7842 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7843
7844 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7845
7846 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7847 (ad-make-mapped-call): Use `let', not `let*'.
7848
7849 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7850
7851 * international/mule-cmds.el (coding-system-change-eol-conversion):
7852 Ensure the coding system is initialized before calling
7853 coding-system-eol-type.
7854
7855 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7856
7857 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7858 (org-activate-angle-links, org-activate-dates)
7859 (org-activate-target-links, org-activate-camels)
7860 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7861 textproperty keymaps from being active beyond the end of a line.
7862 (org-unfontify-region): Also remove `rear-nonsticky' property.
7863
7864 2006-10-04 Kenichi Handa <handa@m17n.org>
7865
7866 * international/code-pages.el (next): Table fixed.
7867
7868 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7871 that it's been made unnecessary by removing narrowing.
7872
7873 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7876 control flow a bit, simplify another bit, and add comments.
7877
7878 2006-10-03 David Kastrup <dak@gnu.org>
7879
7880 * help.el (describe-mode): For clicks on mode-line, use "@"
7881 interactive argument to get the major mode of the click instead of
7882 the current buffer.
7883
7884 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7885 in order to better redirect mouse-2 clicks. Also allow default
7886 bindings to apply.
7887
7888 2006-10-03 Kim F. Storm <storm@cua.dk>
7889
7890 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7891 (pushnew): Fix last change.
7892
7893 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7894
7895 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7896 Use the interactive spec of `eval-expression'.
7897
7898 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7899
7900 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7901
7902 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7903
7904 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7905 2006-09-28 commit.
7906
7907 2006-10-02 Kenichi Handa <handa@m17n.org>
7908
7909 * international/code-pages.el (iso-8859-6): Table fixed.
7910
7911 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7912
7913 * dired.el (dired-build-subdir-alist): Fix previous change.
7914
7915 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7916
7917 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7918
7919 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7922 "define-button-type".
7923
7924 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7925 they don't keep accumulating.
7926
7927 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7928
7929 * ffap.el (ffap-rfc-path): Change the address of the RFC
7930 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7931
7932 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7933
7934 * allout.el (allout-expose-topic): Rectify implementation of "+"
7935 spec, so that bodies are not exposed with headlines.
7936
7937 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7938
7939 * allout.el (allout-current-depth): Do aberrent check only at or
7940 below doublecheck depth.
7941 (allout-chart-subtree): Make it explicit that LEVELS being nil
7942 means unlimited depth. Drop undocumented support for LEVELS value
7943 t meaning unlimited depth. (This is consistent with
7944 allout-chart-to-reveal, but contrary to allout-show-children,
7945 which needs to use nil to default to depth of 1.)
7946 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7947 (allout-chart-to-reveal): Be explicit in docstring about meaning
7948 of nil LEVELS, and drop support for LEVELS value t.
7949 (allout-show-children): Translate the level spec used by this
7950 routine to that used by allout-chart-subtree and
7951 allout-chart-to-reveal.
7952 (allout-show-to-offshoot): Retry once when stuck, after opening
7953 subtree - improvements in discontinuity handling likely will
7954 enable progress.
7955
7956 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * wid-edit.el (widget-button-click-moves-point): New variable.
7959 (widget-button-click): If widget-button-click-moves-point is
7960 non-nil, set point after performing the button action.
7961
7962 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7963
7964 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7965
7966 * files.el (find-file-existing): Modify to not allow wildcards.
7967
7968 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7969
7970 * simple.el (undo-more): When undo information for the region is
7971 exhausted, say "No further undo information FOR REGION".
7972
7973 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7974
7975 * progmodes/sh-script.el (sh-prev-thing):
7976 Take `sh-leading-keywords' into account.
7977
7978 2006-09-29 Glenn Morris <rgm@gnu.org>
7979
7980 * custom.el (defcustom): Doc fix.
7981
7982 * calendar/calendar.el (european-calendar-style):
7983 Call european-calendar or american-calendar as needed when set.
7984 (diary-view-entries, list-calendar-holidays): Move autoloads
7985 before use.
7986
7987 2006-09-29 Juri Linkov <juri@jurta.org>
7988
7989 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7990 to nil if there is no previous property change.
7991
7992 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7993
7994 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7995 saving anything to be sure that `forward-sexp' behaves correctly.
7996
7997 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7998
7999 * simple.el (line-move-finish): Ignore field boundaries if the
8000 initial and final points have the same `field' property.
8001
8002 2006-09-29 Kim F. Storm <storm@cua.dk>
8003
8004 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8005 to t while calling ido-read-internal.
8006
8007 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8008
8009 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8010 (org-archive-subtree): Remove erraneous `]' from character list.
8011
8012 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8013
8014 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8015 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8016 markers for data-area and parameters-area.
8017
8018 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8021
8022 * font-lock.el (font-lock-after-change-function): Refontify next line
8023 as well if end is at BOL.
8024 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8025 only extend the region as much as needed.
8026
8027 2006-09-28 Richard Stallman <rms@gnu.org>
8028
8029 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8030
8031 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8032
8033 * international/mule.el (after-insert-file-set-coding):
8034 If VISIT, don't let set-buffer-multibyte make undo info.
8035
8036 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8037
8038 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8039 lines in base64-encoded authentication response.
8040
8041 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8042
8043 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8044 (ebnf-version): New version 4.3.
8045 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8046 (ebnf-prologue): Adjust PostScript programming.
8047 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8048 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8049
8050 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * jit-lock.el (jit-lock-force-redisplay): Rename from
8053 jit-lock-fontify-again, and undo the mistaken change I've just done.
8054
8055 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8056 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8057
8058 2006-09-26 Kenichi Handa <handa@m17n.org>
8059
8060 * startup.el (display-splash-screen): Allow a prefix argument.
8061
8062 2006-09-25 Jason Rumney <jasonr@gnu.org>
8063
8064 * subr.el (shell-quote-argument): Use DOS logic for Windows
8065 shells with DOS semantics.
8066
8067 2006-09-24 Richard Stallman <rms@gnu.org>
8068
8069 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8070 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8071 to delete the overlay. Put it on pre-command-hook.
8072
8073 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8074
8075 * startup.el (fancy-splash-screens, normal-splash-screen):
8076 Call the splash buffer *About GNU Emacs*.
8077
8078 * simple.el (next-error-highlight, next-error-highlight-no-select):
8079 Default to 0.5.
8080 (yank-excluded-properties): Add `fontified'.
8081
8082 * font-lock.el (font-lock-compile-keywords): Allow value of
8083 syntax-begin-function to enable paren-column-0 highlighting.
8084
8085 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8086
8087 * dired.el (dired-build-subdir-alist): When file ends in colon,
8088 don't exit the loop, just disregard that file.
8089
8090 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8091
8092 * simple.el (line-move-finish): Handle corner case for fields in
8093 continued lines.
8094 (line-move-1): Remove flawed test for that case.
8095
8096 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8097
8098 * icomplete.el (icomplete-simple-completing-p): Use the correct
8099 name for the new variable, `icomplete-with-completion-tables'.
8100 (file local variables): Remove superfluous setting.
8101
8102 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8103
8104 * calendar/appt.el (appt-check): Fix typo for appointments just
8105 after midnight.
8106
8107 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8108
8109 * help.el (describe-key-briefly, describe-key): Don't expect an
8110 extra up event if a down-event is generated by a popup menu.
8111
8112 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8113
8114 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8115 local dictionary when changing the global dictionary.
8116
8117 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8118
8119 * icomplete.el (icomplete-with-completion-tables): List of
8120 specialized completion tables with which icomplete should
8121 operate. Include the new `internal-complete-buffer', so icomplete
8122 works with interactive buffer-selection.
8123 (icomplete-simple-completing-p): Add acceptance of specialized
8124 completion tables listed in icomplete-with-completion-tables.
8125
8126 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8127
8128 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8129
8130 * startup.el (command-line): Use `custom-reevaluate-setting' for
8131 `focus-follows-mouse'.
8132
8133 2006-09-22 Richard Stallman <rms@gnu.org>
8134
8135 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8136 explain why Save is not available.
8137
8138 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8139
8140 * woman.el (woman0-so): Use `let*', not `let'.
8141 (woman-horizontal-line): Remove unbalanced parenthesis.
8142
8143 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * woman.el: Make sure all the end-of-region markers we use have
8146 a non-nil insertion-type.
8147 (woman0-so): Move things around so we can use copy-marker.
8148 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8149 Adjust marker type.
8150 (woman2-process-escapes): Check marker type.
8151 (woman-horizontal-line): Dispense with the use of a marker.
8152
8153 2006-09-22 Jay Belanger <belanger@truman.edu>
8154
8155 * calc/calc-lang.el: Add Greek letters to math-variable-table
8156 property of tex.
8157
8158 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8161
8162 2006-09-22 Masatake YAMATO <jet@gyve.org>
8163
8164 * add-log.el (add-log-current-defun): Use `forward-sexp'
8165 instead of `forward-word' to pick c++::symbol.
8166 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8167
8168 2006-09-22 Kenichi Handa <handa@m17n.org>
8169
8170 * bindings.el: Fix setting self-insert-command for multibyte
8171 characters in global-map.
8172
8173 2006-09-21 David Kastrup <dak@gnu.org>
8174
8175 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8176 doc string.
8177
8178 2006-09-21 Kenichi Handa <handa@m17n.org>
8179
8180 * language/european.el ("Latin-1"): Add windows-1252 to
8181 coding-priority.
8182 ("German"): Likewise.
8183
8184 2006-09-21 Kim F. Storm <storm@cua.dk>
8185
8186 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8187 Suggested by Miles Bader.
8188
8189 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8190 instead of add-to-list in the simple case.
8191
8192 2006-09-20 Kenichi Handa <handa@m17n.org>
8193
8194 * isearch.el (isearch-process-search-char): Cancel the previous change.
8195 (isearch-search-string): New function.
8196 (isearch-search): Use isearch-search-string.
8197 (isearch-lazy-highlight-search): Likewise.
8198
8199 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8200
8201 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8202 string to become an option.
8203
8204 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8207
8208 2006-09-20 Kim F. Storm <storm@cua.dk>
8209
8210 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8211 position t instead of trying both window-end and window-end - 1.
8212
8213 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8214
8215 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8216 hidden trees.
8217
8218 2006-09-20 David Kastrup <dak@gnu.org>
8219
8220 * mouse.el (mouse-posn-property): Improve doc string.
8221 (mouse-on-link-p): Change buffers for function calls on links.
8222
8223 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8224 buffer is read-only.
8225
8226 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8227
8228 * allout.el (allout-unprotected): Let inhibit-read-only only when
8229 buffer-read-only isn't set.
8230 (allout-annotate-hidden): Enable topic annotation during copies even
8231 when the buffer is read-only, eg for topic copies. Ensure that the loop
8232 advances, even when the span extends beyond the deletion region.
8233 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8234 rather than allout-exposure-changed-hook, as a stronger assertion.
8235 (allout-keybindings-list): Add bindings for
8236 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8237 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8238 Copy wrappers for allout-kill-line and allout-kill-topic.
8239 (allout-listify-exposed): Position correctly to accumulate lines.
8240
8241 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8242
8243 * simple.el (line-move-1): Escape field boundaries occurring
8244 exactly at point. Update goal column if constrained to a field.
8245 (line-move-finish): Escape field boundaries occurring exactly at point.
8246
8247 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8250 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8251
8252 2006-09-19 Kim F. Storm <storm@cua.dk>
8253
8254 * help.el (describe-key-briefly, describe-key): Simplify printing
8255 of descriptions by using format and %S. Fix "is undefined"
8256 messages to say "at that spot" for mouse events.
8257
8258 * simple.el (line-move-partial): Optimize. Try window-line-height
8259 before posn-at-point to get vpos of current line.
8260
8261 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8262
8263 * viper.el: Bump up version/date of update to reflect the substantial
8264 changes done in August 2006.
8265
8266 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8267 are defined.
8268
8269 * ediff-util.el (ediff-add-to-history): New function.
8270
8271 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8272
8273 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8274
8275 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8276 Delete duplicate make-local-variable form.
8277 (conf-space-keywords): Add autoload cookie.
8278 Fix typo (`keywords', not `keyword').
8279
8280 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8281
8282 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8283 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8284 to x-gtk-use-old-file-dialog.
8285
8286 2006-09-18 Richard Stallman <rms@gnu.org>
8287
8288 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8289 that might come in during mouse tracking.
8290
8291 2006-09-18 Kim F. Storm <storm@cua.dk>
8292
8293 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8294 new window-line-height function. Further optimize by not calling
8295 pos-visible-in-window-p for window-end when window-line-height
8296 returns useful information.
8297
8298 2006-09-16 Richard Stallman <rms@gnu.org>
8299
8300 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8301 (conf-space-mode): Don't handle prefix arg.
8302 Delete conf-space-keywords-override code.
8303 Use add-hook.
8304 (conf-space-keywords): New command.
8305 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8306 Delete conf-space-keywords-override code.
8307 (conf-space-keywords-alist): Doc fix.
8308 (conf-space-font-lock-keywords): Doc fix.
8309 (conf-space-keywords-override): Var deleted.
8310
8311 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * startup.el (fancy-splash-screens): Don't switch to the scratch
8314 buffer; it may not be the next buffer.
8315
8316 2006-09-16 Romain Francoise <romain@orebokech.com>
8317
8318 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8319 in both messages.
8320
8321 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8322
8323 * progmodes/python.el (python-preoutput-filter):
8324 Fix arg order to string-match.
8325
8326 2006-09-16 Richard Stallman <rms@gnu.org>
8327
8328 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8329 font-lock-compile-keywords.
8330
8331 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8332 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8333
8334 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8335
8336 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8337
8338 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8339 and the data doesn't look like UTF8, send STRING instead.
8340
8341 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8342
8343 * textmodes/flyspell.el (flyspell-check-region-doublons):
8344 New function to detect duplicated words.
8345 (flyspell-large-region): Use it.
8346
8347 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8350
8351 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8352
8353 * help.el (describe-prefix-bindings): Use let, not let*.
8354
8355 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8356
8357 * allout.el (allout-regexp, allout-line-boundary-regexp)
8358 (allout-bob-regexp): Correct grouping and boundaries to fix
8359 backwards traversal.
8360 (allout-depth-specific-regexp, allout-depth-one-regexp):
8361 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8362 worse time in allout-ascend.
8363 (allout-doublecheck-at-and-shallower): Identify depth threshold
8364 below which topics are checked for and disqualified by containment
8365 discontinuities.
8366 (allout-hotspot-key-handler): Correctly handle multiple-key
8367 strokes. Remove some unused variables.
8368 (allout-mode-leaders): Clarify that mode-specific comment-start
8369 will be used.
8370 (set-allout-regexp): Correctly regexp-quote allout regexps to
8371 properly accept alternative header-leads and primary bullets with
8372 regexp-specific characters (eg, C "/*", mathematica "(*").
8373 Include new regular expressions among those configured.
8374 (allout-infer-header-lead-and-primary-bullet):
8375 Rename allout-infer-header-lead.
8376 (allout-recent-depth): Manifest as a variable as well as a function.
8377 (allout-prefix-data): Simplify into an inline instead of a macro,
8378 assuming current match data rather than being explicitly passed
8379 it. Establish allout-recent-depth value as well as
8380 allout-recent-prefix-beginning and allout-recent-prefix-end.
8381 (allout-aberrant-container-p): True when an item's immediate
8382 offspring discontinuously contained. Useful for disqualifying
8383 unintended topic prefixes, likely at low depths.
8384 (allout-goto-prefix-doublechecked): Elaborate version of
8385 allout-goto-prefix which disqualifies aberrant pseudo-items.
8386 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8387 get disqualification of aberrant containers.
8388 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8389 containers.
8390 (allout-beginning-of-current-entry): Position at start of buffer
8391 when in container (depth 0) entry.
8392 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8393 (allout-current-bullet): Strip text properties.
8394 (allout-get-prefix-bullet): Use right match groups.
8395 (allout-beginning-of-line, allout-next-heading):
8396 Disqualify aberrant containers.
8397 (allout-previous-heading): Disqualify aberrant containers, and
8398 change to regular (rather than inline) function, to allow
8399 self-recursion.
8400 (allout-get-invisibility-overlay): Increment so progress is made
8401 when the first overlay is not the sought one.
8402 (allout-end-of-prefix): Disqualify aberrant containers.
8403 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8404 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8405 outline.el outlines) functional again. Change the primary bullet
8406 along with the header-lead - level 1 new-style bullets now work.
8407 Engage allout-before-change-handler in mainline Emacs, not just
8408 XEmacs, to do undo handling.
8409 (allout-before-change-handler): Expose undo changes occurring in
8410 hidden regions. Use allout-get-invisibility-overlay instead of
8411 reimplementing it inline.
8412 (allout-chart-subtree): Use start rather than end of prefix in
8413 charts. Use allout-recent-depth variable.
8414 (allout-chart-siblings): Disqualify aberrant topics.
8415 (allout-beginning-of-current-entry): Position correctly.
8416 (allout-ascend): Use new allout-depth-specific-regexp and
8417 allout-depth-one-regexp for linear instead of O(N^2) or worse
8418 behavior.
8419 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8420 reimplementing an algorithm.
8421 (allout-up-current-level): Depend on allout-ascend, rather than
8422 reimplementing an algorithm. Return to start-point if we fail.
8423 (allout-descend-to-depth): Use allout-recent-depth variable
8424 instead of function.
8425 (allout-next-sibling): On traversal of numerous intervening
8426 topics, resort to economical allout-next-sibling-leap.
8427 (allout-next-sibling-leap): Specialized version of
8428 allout-next-sibling that uses allout-ascend cleverly, to depend on
8429 a regexp search to leap large numbers of contained topics, rather
8430 than arbitrarily many one-by-one traversals.
8431 (allout-next-visible-heading): Disqualify aberrant topics.
8432 (allout-previous-visible-heading): Position consistently when
8433 interactive.
8434 (allout-forward-current-level): Base on allout-previous-sibling
8435 rather than (differently) reimplmenting the algorithm. Remove some
8436 unused variables.
8437 (allout-solicit-alternate-bullet): Present default choice stripped
8438 of text properties.
8439 (allout-rebullet-heading): Use bullet stripped of text properties.
8440 Register changes using allout-exposure-change-hook.
8441 Disregard aberrant topics.
8442 (allout-shift-in): With universal-argument, make topic a peer of
8443 it's former offspring. Simplify the code by separating out
8444 allout-shift-out functionality.
8445 (allout-shift-out): With universal-argument, make offspring peers
8446 of their former container, and its siblings. Implement the
8447 functionality here, rather than inappropriately muddling the
8448 implementation of allout-shift-in.
8449 (allout-rebullet-topic): Respect additional argument for new
8450 parent-child separation function.
8451 (allout-yank-processing): Use allout-ascend directly.
8452 (allout-show-entry): Disqualify aberrant topics.
8453 (allout-show-children): Handle discontinuous children gracefully,
8454 extending the depth being revealed to expose them and posting a
8455 message indicating the situation.
8456 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8457 Leave cursor in correct position.
8458 (allout-hide-current-subtree): Use allout-ascend directly.
8459 Disqualify aberrant topics.
8460 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8461 a way that the yanks can restore it, as used to happen.
8462 (allout-yank-processing): Restore exposure layout as recorded by
8463 allout-kill-*, as used to happen.
8464 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8465 for preseving and restoring exposure layout across kills.
8466 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8467 (allout-encrypt-string): Strip text properties.
8468 Rearranged order and outline-headings for some of the
8469 miscellaneous functions.
8470 (allout-resolve-xref): No need to quote the error name in the
8471 condition-case handler section.
8472 (allout-flatten): Classic recursive (and recursively intensive,
8473 without tail-recursion) list-flattener, needed by allout-shift-out
8474 when confronted with discontinuous children.
8475
8476 2006-09-16 Jason Rumney <jasonr@gnu.org>
8477
8478 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8479 on ms-windows.
8480 (dnd-open-unc-file): Remove.
8481 (dnd-open-local-file): Mention in doc string that it also handles
8482 remote files if the system natively supports unc file-names.
8483
8484 2006-09-15 Kim F. Storm <storm@cua.dk>
8485
8486 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8487 all necessary information about the event before erasing *Help*.
8488
8489 * simple.el (line-move-partial): Use window-line-visiblity to
8490 quickly check whether last line is partially visible, and only do
8491 the hard (and slow) part in that case.
8492
8493 2006-09-15 Jay Belanger <belanger@truman.edu>
8494
8495 * COPYING: Replace "Library Public License" by "Lesser Public
8496 License" throughout.
8497
8498 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8499
8500 * term/x-win.el (x-menu-bar-open): New function for F10.
8501
8502 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8503
8504 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8505 Disallow filenames containing " -" to avoid confusion with libtool
8506 compilation messages. Suggested by Stefan Monnier.
8507
8508 2006-09-15 David Kastrup <dak@gnu.org>
8509
8510 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8511 instead of buffer position for `mouse-on-link-p'.
8512
8513 * mouse.el (mouse-posn-property): New function looking up the
8514 properties at a click position in overlays and text properties in
8515 either buffer or strings.
8516 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8517 of both `follow-link' as well as `mouse-face' properties.
8518 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8519 buffer position.
8520
8521 * help.el (describe-key-briefly): When reading a down-event on
8522 mode lines or scroll bar, swallow the following up event, too.
8523 Use the new mouse sensitity of `key-binding' for lookup.
8524 (describe-key): The same here.
8525
8526 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8527
8528 * play/life.el (life-patterns): Add a few more interesting patterns.
8529 (life-setup): Force `show-trailing-whitespace' to nil.
8530
8531 2006-09-14 Richard Stallman <rms@gnu.org>
8532
8533 * startup.el (fancy-splash-text): Change text to improve alignment.
8534 (fancy-splash-screens): Don't set non-standard tab width.
8535 Bind cursor-type temporarily, and make it easy to patch to
8536 preserve the splash buffer.
8537 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8538 (fancy-splash-screens): Display echo-area message explicitly.
8539 Don't set fancy-splash-help-echo.
8540
8541 * simple.el (line-number-mode): Group mode-line instead of
8542 editing-basics.
8543 (column-number-mode, size-indication-mode): Likewise.
8544
8545 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8546
8547 * time.el (display-time): Group mode-line instead of modeline.
8548
8549 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8550
8551 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * startup.el (fancy-splash-text): Move editing instructions to
8554 fancy-splash-head.
8555 (fancy-splash-head): Issue editing instructions.
8556 (fancy-splash-screens): Fixup whitespace.
8557
8558 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * bindings.el (mode-line-buffer-identification-keymap):
8561 Remove duplicate line.
8562
8563 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8564
8565 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8566 ignore lists.
8567
8568 2006-09-14 Kim F. Storm <storm@cua.dk>
8569
8570 * jit-lock.el (jit-lock-fontify-again): New function.
8571 (jit-lock-fontify-now): Use it instead of lambda form.
8572
8573 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8574
8575 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8576 (flyspell-auto-correct-word): Make ispell-filter local to these
8577 functions. Check that ispell-filter has new stuff before calling
8578 ispell-parse-output.
8579
8580 2006-09-13 Kim F. Storm <storm@cua.dk>
8581
8582 * simple.el (line-move-partial): Optimize.
8583
8584 2006-09-13 Richard Stallman <rms@gnu.org>
8585
8586 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8587 Delete spurious backquote.
8588
8589 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8590
8591 * net/rcirc.el (rcirc-print): Fix last change.
8592
8593 2006-09-12 Jay Belanger <belanger@truman.edu>
8594
8595 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8596
8597 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8598
8599 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8600 rcirc-show-maximum-output.
8601 (rcirc-mode): Remove window-scroll-function hook.
8602 (rcirc-scroll-to-bottom): Remove function.
8603 (rcirc-print): Recenter so point stays at the bottom of the window
8604 if point was already there.
8605
8606 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8607
8608 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8609 not to "t".
8610 * progmodes/compile.el (compilation-start): Likewise.
8611 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8612 Don't use expand-file-name on invocation-directory, since this
8613 might mishandle special characters in invocation-directory.
8614
8615 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * pcvs-defs.el: Remove * in defcustom's docstrings.
8618
8619 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8620
8621 * progmodes/compile.el (compilation-directory-properties):
8622 Doc fix for help-echo.
8623
8624 2006-09-12 Lars Hansen <larsh@soem.dk>
8625
8626 * desktop.el (desktop-read): Add comment.
8627
8628 2006-09-12 Kim F. Storm <storm@cua.dk>
8629
8630 * simple.el (next-error-highlight, next-error-highlight-no-select):
8631 Fix spelling error.
8632
8633 * subr.el (sit-for): Rework to use input-pending-p and cond.
8634 Return nil input is pending on entry also for SECONDS <= 0.
8635 (while-no-input): Use input-pending-p instead of sit-for.
8636
8637 2006-09-11 Richard Stallman <rms@gnu.org>
8638
8639 * simple.el (next-error-highlight, next-error-highlight-no-select):
8640 Fix custom type and doc strings.
8641
8642 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8645 (diff-apply-hunk): Use it to ask for confirmation.
8646
8647 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8648
8649 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8650
8651 2006-09-11 David Kastrup <dak@gnu.org>
8652
8653 * help.el (string-key-binding, describe-key-briefly)
8654 (describe-key): Remove `string-key-binding' and its callers since
8655 `key-binding' already caters for the proper lookup now.
8656
8657 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8660 (cfengine-mode): Use it. Fix \ syntax to be like /.
8661
8662 * bindings.el (mode-line-buffer-identification-keymap):
8663 Move initialization into declaration.
8664
8665 2006-09-10 Kim F. Storm <storm@cua.dk>
8666
8667 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8668 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8669 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8670 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8671
8672 2006-09-10 Richard Stallman <rms@gnu.org>
8673
8674 * dired-aux.el: Handle errors in recursive copy usefully.
8675 (dired-create-files-failures): New variable.
8676 (dired-copy-file): Remove condition-case.
8677 (dired-copy-file-recursive): Check for errors on all file
8678 operations, and add them to dired-create-files-failures.
8679 Check file file-date-erorr here too.
8680 (dired-create-files): Check dired-create-files-failures
8681 and report those errors too.
8682
8683 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8684
8685 * subr.el (add-to-list): New argument COMPARE-FN.
8686
8687 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8688
8689 * filecache.el (file-cache-add-directory)
8690 (file-cache-add-directory-list, file-cache-add-file)
8691 (file-cache-add-directory-using-find)
8692 (file-cache-add-directory-using-locate)
8693 (file-cache-add-directory-recursively): Add autoloads.
8694
8695 2006-09-09 Richard Stallman <rms@gnu.org>
8696
8697 * textmodes/conf-mode.el (conf-space-mode):
8698 Use hack-local-variables-hook instead of calling hack-local-variables.
8699 (conf-space-keywords-override): New variable.
8700 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8701 (conf-space-mode): Always make conf-space-keywords and
8702 conf-space-keywords-override local.
8703 Call conf-space-mode-internal directly as well as via hook.
8704
8705 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8706
8707 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8708 quasi-keywords.
8709
8710 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8713 (python-send-string): Be slightly more careful about adding \n.
8714
8715 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8716 kill it right away anyway.
8717
8718 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8719
8720 * international/codepage.el (cp850-decode-table): Fix a few codes.
8721 (cp858-decode-table): New variable.
8722
8723 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8724
8725 * net/ldap.el (ldap-search-internal): Doc fix.
8726
8727 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8728
8729 * play/life.el (life-display-generation): Test for input manually if
8730 `sleeptime' is negative or null.
8731
8732 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8733 (print-region-1): Substitute `%s' with the page title.
8734
8735 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8736
8737 * locate.el (locate-current-search): New variable.
8738 (locate): Set buffer local value. Use current buffer if it is
8739 in Locate mode.
8740 (locate-mode): Disable undo here.
8741 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8742 (locate-update): Use locate-current-search and locate-current-filter.
8743
8744 2006-09-08 David Kastrup <dak@gnu.org>
8745
8746 * desktop.el (desktop-read): When loading a desktop, disable
8747 saving it while the load progresses, and switch off a pending lazy
8748 load by calling `desktop-lazy-abort'.
8749
8750 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8751
8752 * window.el (mouse-autoselect-window-timer)
8753 (mouse-autoselect-window-position)
8754 (mouse-autoselect-window-window)
8755 (mouse-autoselect-window-now): New vars.
8756 (mouse-autoselect-window-cancel)
8757 (mouse-autoselect-window-select)
8758 (mouse-autoselect-window-start): New functions.
8759 (handle-select-window): Call `mouse-autoselect-window-start' when
8760 delayed window autoselection is enabled.
8761
8762 * cus-start.el (mouse-autoselect-window): Handle delayed window
8763 autoselection.
8764
8765 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8766 commands after which it is allowed to print in the echo area.
8767
8768 2006-09-08 Richard Stallman <rms@gnu.org>
8769
8770 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8771
8772 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8773 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8774
8775 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8776 (cancel-timer-internal): Add doc string.
8777 (cancel-function-timers): Doc fix.
8778 (with-timeout-handler, timer-event-last*): Add doc strings.
8779
8780 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8781
8782 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8783
8784 * dired.el (dired-log-summary): Add doc string.
8785
8786 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8787 (custom-group-menu-create): Not here.
8788
8789 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8790
8791 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8792
8793 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8794
8795 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8796 (mac-apple-event-map): Define its handler.
8797
8798 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8799
8800 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8801
8802 2006-09-07 Magnus Henoch <mange@freemail.hu>
8803
8804 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8805 clause.
8806
8807 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8808
8809 * info.el (Info-index): Bind completion-ignore-case.
8810
8811 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8814 previous commit.
8815 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8816 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8817 burp in dedicated windows.
8818 (inferior-prolog-self-insert-command): New command.
8819 (inferior-prolog-mode-map): Use it.
8820
8821 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8822
8823 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8824
8825 * international/code-pages.el: Add cp858.
8826
8827 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8828
8829 * dnd.el: Fix bootstrapping.
8830
8831 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8832
8833 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8834 (dnd-open-remote-url): New function.
8835 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8836 not windows-nt.
8837
8838 2006-09-07 Jason Rumney <jasonr@gnu.org>
8839
8840 * dnd.el (dnd-open-remote-file-function): New variable.
8841 (dnd-open-unc-file): New function.
8842 (dnd-open-file): Call dnd-open-remote-file-function if set.
8843
8844 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8845
8846 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8847 pgg-passphrase-coding-system rather than locale-coding-system.
8848 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8849
8850 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * progmodes/prolog.el: Remove * in docstrings.
8853 (prolog-program-name): Add SWI prolog.
8854 (prolog-mode-menu): New menu.
8855 (prolog-mode): Set comment-add.
8856 (prolog-indent-line): Simplify. Use indent-line-to.
8857 (inferior-prolog-buffer): New var.
8858 (inferior-prolog-run, inferior-prolog-process): New funs.
8859 (run-prolog, switch-to-prolog): Rewrite, using them.
8860 (prolog-consult-region): Use inferior-prolog-buffer.
8861 (inferior-prolog-load-file): New function.
8862 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8863
8864 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8865 last word, if it's not the end of the paragraph.
8866
8867 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8868 file name.
8869
8870 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8871
8872 * frame.el (display-mm-dimensions-alist): New defcustom.
8873 (display-mm-height, display-mm-width): Use it.
8874
8875 2006-09-06 Simon Josefsson <jas@extundo.com>
8876
8877 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8878
8879 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8880
8881 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8882 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8883 string values.
8884
8885 2006-09-06 Kim F. Storm <storm@cua.dk>
8886
8887 * simple.el (line-move-partial): New function to do vscrolling for
8888 partially visible images / tall lines. Rewrite based on code
8889 previously in line-move. Simplify backwards vscrolling.
8890 (line-move): Use it. Simplify.
8891
8892 2006-09-05 Kim F. Storm <storm@cua.dk>
8893
8894 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8895
8896 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8897
8898 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8899 Process the `gcc-include' after the `gnu' rule.
8900
8901 2006-09-05 Kim F. Storm <storm@cua.dk>
8902
8903 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8904
8905 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8906
8907 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8908 compatibility.
8909
8910 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8911 inhibit-redisplay; encode passphrase with locale-coding-system.
8912
8913 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8914
8915 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8916
8917 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8918
8919 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8920 (gdb-var-list-children-regexp): Make type field optional.
8921
8922 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8923 e.g public, protected in C++.
8924
8925 2006-09-04 John Paul Wallington <jpw@pobox.com>
8926
8927 * simple.el (completion-show-help): New defcustom.
8928 (completion-setup-function): Heed it.
8929
8930 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8931
8932 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8933
8934 2006-09-04 Richard Stallman <rms@gnu.org>
8935
8936 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8937 (rsf-min-region-to-spam-list): Doc fix.
8938 (rsf-add-content-type-field): Doc fix.
8939
8940 * simple.el (kill-region): Explicitly test there is a region.
8941
8942 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8945 sendmail in several common directories.
8946
8947 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8948
8949 * paths.el (sendmail-program): Removed.
8950
8951 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8952
8953 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8954 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8955 http://article.gmane.org/gmane.emacs.gnus.general/50457
8956
8957 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8958
8959 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8960 mark after running the menu filter.
8961
8962 2006-09-03 Juri Linkov <juri@jurta.org>
8963
8964 * international/quail.el (quail-defrule-internal): Add a check
8965 if a key is a vector.
8966
8967 2006-09-02 Juri Linkov <juri@jurta.org>
8968
8969 * man.el (Man-topic-history): New variable.
8970 (man): Use it.
8971
8972 * woman.el (woman-topic-history): Change defvar to defvaralias
8973 for symbol `Man-topic-history'.
8974
8975 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8976 `comint-last-output-start' is a marker by using `markerp' and
8977 check if it has a position by using `marker-position', and use
8978 this position for `goto-char'.
8979
8980 * international/quail.el (quail-defrule-internal): Add missing
8981 `error' call for null key.
8982
8983 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8984
8985 * rcirc.el (rcirc-keywords): New variable.
8986 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8987 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8988 variables.
8989 (rcirc-responses-no-activity): New function.
8990 (rcirc-handler-generic): Check for responses in above.
8991 (rcirc-process-command): Add ?: character to arguments of raw
8992 server commands.
8993 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8994 `rcirc-dim-nicks'.
8995 (rcirc-gray-toggle): Remove unused variable.
8996 (rcirc-print): Remove some tracking logic, which is moved into
8997 markup functions.
8998 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8999 types.
9000 (rcirc-activity-string): Look for 'keyword in activity-types.
9001 (rcirc-window-configuration-change): Don't erase overlay-arrow
9002 unnecessarily.
9003 (rcirc-add-or-remove): New function.
9004 (rcirc-cmd-ignore): Use it.
9005 (rcirc-message-leader): Remove unused function.
9006 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9007 (rcirc-add-face): New function.
9008 (rcirc-facify): Use rcirc-add-face.
9009 (rcirc-url-regexp): Add parens.
9010 (rcirc-map-regexp): Remove function.
9011 (rcirc-mangle-regexp): Remove function.
9012 (rcirc-markup-text-functions): New variable.
9013 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9014 (rcirc-markup-body-text, rcirc-markup-attributes)
9015 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9016 (rcirc-markup-bright-nicks): New markup handler functions.
9017 (rcirc-nick-in-message-full-line): New face.
9018 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9019 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9020
9021 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9022
9023 * cus-start.el (hscroll-margin, hscroll-step)
9024 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9025 (x-use-underline-position-properties): Change version to "22.1"
9026 since they will appear there for the first time.
9027
9028 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9031
9032 2006-08-31 Richard Stallman <rms@gnu.org>
9033
9034 * cus-edit.el (custom-save-variables): Slight cleanup.
9035 (Custom-no-edit): Renamed from custom-no-edit.
9036 (Custom-newline): Renamed from custom-newline.
9037 (custom-mode-map): Use new names.
9038
9039 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9040 about customization, rather than M-x customize, in the doc string
9041 made for the defcustom.
9042
9043 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9044
9045 2006-08-31 Romain Francoise <romain@orebokech.com>
9046
9047 * dired-x.el (dired-guess-shell-alist-default): Update.
9048
9049 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9050
9051 * custom.el (custom-theme-set-variables): Autoload packages before
9052 sorting the variables.
9053
9054 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9055
9056 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9057 chars if XEmacs.
9058 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9059
9060 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9063 waiting for process.
9064
9065 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9066
9067 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9068 results in ASCII-only string, encode original one directly.
9069
9070 2006-08-29 Romain Francoise <romain@orebokech.com>
9071
9072 * startup.el (normal-splash-screen, fancy-splash-screens):
9073 Make buffer read-only and arrange to enter view mode if necessary.
9074
9075 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9076
9077 * hl-line.el (hl-line): New face.
9078 (hl-line-face): Use it.
9079
9080 * image-mode.el (image-mode): Fix last fix.
9081 Suggested by Kim F. Storm.
9082
9083 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9084
9085 Sync with Tramp 2.0.54.
9086
9087 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9088 of `=', because `tramp-get-remote-gid' might not always return an
9089 integer when expected.
9090 (tramp-register-file-name-handlers): `partial-completion-mode' is
9091 unknown to XEmacs.
9092 (tramp-time-diff): Don't use `floor', it might fail for large
9093 differences.
9094 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9095 `tramp-auto-save-directory' if unset in order to guarantee unique
9096 auto-save file names.
9097
9098 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9099
9100 * image-mode.el (image-mode): Display image as text on a terminal.
9101
9102 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * progmodes/python.el (python-send-command): Simplify.
9105 (run-python): Don't generate a new buffer unless `new' was specified.
9106 Make sure we send `import emacs' to the proper process.
9107
9108 * progmodes/python.el (python-send-command): Don't wait for the command
9109 to terminate. Don't fiddle with compilation-parsing-end.
9110
9111 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9112
9113 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9114 Insert commentary after first line summary.
9115
9116 * woman.el (woman-follow): New function, based on `man-follow'.
9117 (woman-mode-map): Use it.
9118
9119 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9120 since ibuffer-do-sort-by-recency does not define a sorter.
9121
9122 2006-08-28 Kim F. Storm <storm@cua.dk>
9123
9124 * find-dired.el (find-dired): Use shell-quote-argument to properly
9125 escape ( and ) args. Also use it on {} and ; args in default
9126 value of find-ls-option string.
9127 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9128
9129 2006-08-27 Michael Olson <mwolson@gnu.org>
9130
9131 * emacs-lisp/tq.el: Small grammar fix in comments.
9132 (tq-enqueue): Check for existence of queue rather than the
9133 head queue item's question, which was a no-op.
9134 (tq-filter, tq-process-buffer): Make sure the process buffer
9135 exists before making it the current buffer.
9136
9137 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9138
9139 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9140 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9141 (special-event-map): Apply 2006-08-16 change for x-win.el.
9142
9143 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * progmodes/python.el (python-send-receive): Wait in the
9146 process's buffer so as to check the right buffer-local variables.
9147
9148 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9151 (defgroup checkdoc): Move to beginning.
9152
9153 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9154 (python-preoutput-continuation): Remove.
9155 (python-preoutput-filter): Simplify correspondingly.
9156 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9157 Loop around to catch embedded _emacs_out output.
9158 (run-python): Send the import&print command on a single line.
9159 (python-send-command): Send command&print on a single line.
9160 (python-send-string): Only add double \n if needed.
9161 (python-send-receive): Loop until the result comes.
9162 (python-mode-running): Defvar it.
9163 (python-setup-brm): Remove unused var `menu'.
9164 Only bind py-mode-map and `features' around brm-init.
9165 (python-calculate-indentation): Remove unused var `point'.
9166 (python-beginning-of-defun): Remove unused var `def-line'.
9167
9168 2006-08-25 Richard Stallman <rms@gnu.org>
9169
9170 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9171
9172 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9173
9174 * viper.el (viper-set-hooks): Use frame bindings for
9175 viper-vi-state-cursor-color.
9176 (viper-non-hook-settings): Don't set default
9177 mode-line-buffer-identification.
9178
9179 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9180 (viper-set-cursor-color-according-to-state)
9181 (viper-get-saved-cursor-color-in-replace-mode)
9182 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9183 viper-emacs-state-cursor-color.
9184
9185 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9186 (viper-undo): Use point if undo-beg-posn is nil.
9187 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9188 (viper-after-change-undo-hook): Don't use
9189 viper-emacs-state-cursor-color by default.
9190 (viper-undo): More sensible positioning after undo.
9191
9192 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9193 (viper-emacs-state-cursor-color): Default to nil, since this feature
9194 doesn't work well yet.
9195
9196 * ediff-mult.el (ediff-intersect-directories)
9197 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9198 always expand filenames.
9199
9200 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * tumme.el: Remove * in defcustoms's docstrings.
9203
9204 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9205
9206 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9207 Accept internal time format for SECS arg.
9208 (timer-relative-time): Doc fix.
9209
9210 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9211 adapted from Martin Rudalics.
9212 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9213 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9214 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9215 using sit-for.
9216
9217 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9218
9219 * cus-start.el (all): Add `overline-margin' and
9220 `x-underline-at-descent-line'.
9221
9222 2006-08-24 Kim F. Storm <storm@cua.dk>
9223
9224 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9225 to mean "use find -exec"; nil now unambiguously means auto-detect.
9226 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9227 Use shell-quote-argument to build grep-find-command and
9228 grep-find-template.
9229 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9230 Reported by Tom Seddon.
9231
9232 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * startup.el (fancy-splash-head): Give instructions for dismissing
9235 the splash screen for default startup too.
9236 (display-startup-echo-area-message, fancy-splash-screens)
9237 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9238 all splash text at once and keep the splash buffer around.
9239 (command-line-1): Give display-startup-echo-area-message a t arg.
9240
9241 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9242
9243 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9244 gnus frame is selected.
9245
9246 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9247
9248 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9249
9250 2006-08-22 Kim F. Storm <storm@cua.dk>
9251
9252 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9253 Add suffix matching for subdirs.
9254
9255 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9256
9257 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9258 mouse-yank-at-point is non-nil.
9259
9260 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9261
9262 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9263 a bit wider and remove fringes to fit initial output on line.
9264
9265 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * frame.el (blink-cursor-end): Only ignore the error we care about.
9268 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9269
9270 2006-08-21 Richard Stallman <rms@gnu.org>
9271
9272 * whitespace.el (whitespace-cleanup): Doc fix.
9273
9274 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9275
9276 * net/rcirc.el (rcirc-show-maximum-output): New var.
9277 (rcirc-buffer-process): If no buffer argument is supplied, use
9278 current-buffer.
9279 (rcirc-complete-nick): Complete to the last completed nick first.
9280 (rcirc-mode): Preserve the value of `rcirc-urls' across
9281 connections. Setup scroll function.
9282 (rcirc-scroll-to-bottom): New function.
9283 (rcirc-print): Use nick syntax around regexp work.
9284 Notice dim-nicks speaking only if they say our nick.
9285 (rcirc-update-activity-string): Do not show the modeline indicator
9286 if there are no live rcirc processes.
9287 (rcirc-cmd-ignore): Ignore case.
9288 (rcirc-browse-url-at-point): Fix off-by-one error.
9289
9290 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * progmodes/python.el: Remove * in defcustom docstrings.
9293 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9294 (python-mode): Set tab-width and indent-tabs-mode.
9295
9296 2006-08-20 Dave Love <fx@gnu.org>
9297
9298 * progmodes/python.el: Update to Dave Love's latest version.
9299 (python-font-lock-keywords, python-mode): Don't use
9300 font-lock-syntax-table, but match symbol elements explicitly instead.
9301 (python-mode-map): Add help, and a few more key bindings.
9302 (python-skip-comments/blanks): Move out of comments as well.
9303 (python-continuation-line-p): Behave better with unbalanced parens.
9304 (python-blank-line-p): New fun.
9305 (python-open-block-statement-p): Don't use a heuristic.
9306 (python-outdent-p): Better handle blocks-in-the-same-line.
9307 (python-calculate-indentation): Misc improvements.
9308 (python-comment-indent): Remove.
9309 (python-block-pairs): New var.
9310 (python-first-word): New fun.
9311 (python-indentation-levels): Handle more common cases.
9312 (python-indent-line-1): Add `leave' argument.
9313 (python-indent-region): New fun.
9314 (python-skip-out): New fun.
9315 (python-beginning-of-statement, python-end-of-statement): Use it.
9316 (python-next-statement): Return correct count even at eob.
9317 (python-end-of-block): Fix paren-typo.
9318 (python-imenu-create-index): Add module variables.
9319 (run-python): Add `new' arg.
9320 Check we're at a prompt before returning.
9321 (python-send-command): Move to end of buffer.
9322 Wait for prompt to return.
9323 (python-set-proc): New fun.
9324 (python-imports): New var.
9325 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9326 (python-eldoc-function): Try to move out of arg list.
9327 (python-outline-level): Offset by 1.
9328 (python-find-imports): New fun.
9329 (python-symbol-completions): Use python-imports.
9330 (python-module-path, ffap-alist): Add support for ffap.
9331 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9332 (python-insert-*, python-default-template, python-expand-template):
9333 Add templates/skeletons.
9334 (python-setup-brm): Support for Bicycle Repair Man.
9335 (python-abbrev-syntax-table): New var.
9336 (python-abbrev-pc-hook, python-pea-hook): New funs.
9337
9338 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * frame.el (blink-cursor-start): Set timer first.
9341 (blink-cursor-end): Ignore timer cancelling errors.
9342 Suggested by Ken Manheimer.
9343
9344 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9347 Add autoload cookie.
9348
9349 2006-08-20 Richard Stallman <rms@gnu.org>
9350
9351 * simple.el (line-number-at-pos): Doc fix.
9352
9353 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9354 timer-activate-when-idle, so timer can run before Emacs becomes
9355 non-idle again.
9356
9357 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9358
9359 * whitespace.el (whitespace-cleanup-internal): New optional arg
9360 REGION-ONLY. If it's non-nil, modify the message to the user
9361 accordingly.
9362 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9363 a non-nil argument.
9364
9365 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9366
9367 * rect.el (spaces-string): Simplify and add doc string.
9368
9369 2006-08-17 Romain Francoise <romain@orebokech.com>
9370
9371 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9372
9373 2006-08-17 Richard Stallman <rms@gnu.org>
9374
9375 * compare-w.el (compare-windows): lambda's take an arg and pass
9376 it to compare-windows-skip-whitespace.
9377
9378 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9379
9380 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9381 the right buffer.
9382
9383 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9386 removed files.
9387
9388 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9389
9390 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9391 (gdb-locals-watch-map-1): Suppress keymap first.
9392 (gdb-edit-locals-map-1): New variable.
9393 (gdb-edit-locals-value): New function.
9394 (gdb-stack-list-locals-handler): Use them.
9395
9396 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9399 cursor would normally be drawn in the fringe.
9400
9401 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9402 Reported by Martin Rudalics <rudalics@gmx.at>.
9403
9404 2006-08-16 Richard Stallman <rms@gnu.org>
9405
9406 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9407 (special-event-map): Process drag-n-drop events this way.
9408
9409 * simple.el (move-beginning-of-line): Test whether fields
9410 would prevent motion back to line's first visible character.
9411 If so, stop where the fields would stop the motion.
9412
9413 * newcomment.el (comment-indent): Fully update INDENT
9414 before checking to see if it will change the text.
9415
9416 * cus-edit.el (custom-newline): New function.
9417 (custom-mode-map): Bind newline to custom-newline.
9418
9419 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9420 into ignore-whitespace.
9421 Check each buffer for its skip-function.
9422 Handle compare-windows-skip-whitespace special-case test
9423 by returning t from default skip function.
9424
9425 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9426
9427 * textmodes/org.el (org-clock-special-range)
9428 (org-clock-update-time-maybe): New functions.
9429 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9430 not only a-z.
9431 (org-agenda-get-blocks): Allow multiple blocks per headline.
9432 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9433 (org-export-html-title-format)
9434 (org-export-html-toplevel-hlevel): New options.
9435 (org-export-language-setup): Add support for Czech.
9436 (org-mode, org-insert-todo-heading, org-find-visible)
9437 (org-find-invisible, org-invisible-p, org-invisible-p2)
9438 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9439 (org-show-subtree, org-show-entry, org-make-options-regexp):
9440 Remove compatibility support for old outline-mode.
9441 (org-check-occur-regexp): Funtion removed.
9442 (org-on-heading-p, org-back-to-heading): Made defalias.
9443 (org-set-local): New defsubst.
9444 (org-set-regexps-and-options, org-mode)
9445 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9446 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9447 (org-remember-apply-template, org-table-edit-field)
9448 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9449 (org-set-autofill-regexps): Use `org-set-local'.
9450 (org-table-eval-formula): Fix bug with parsing of display flags.
9451
9452 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9453
9454 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9455 frame with fringe arrow. Suggested by Simon Marshall
9456 <simon.marshall@misys.com>.
9457 (gdb-stack-position): New variable.
9458 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9459 (gdb-frames-mode): Set gdb-stack-position to nil.
9460 Add to overlay-arrow-variable-list
9461 (gdb-reset): Delete gdb-stack-position from above list.
9462
9463 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9464
9465 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9466 read only.
9467
9468 2006-08-13 Romain Francoise <romain@orebokech.com>
9469
9470 * cus-theme.el (customize-create-theme)
9471 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9472
9473 * filesets.el (filesets-add-buffer): Ditto.
9474
9475 * pcvs.el (cvs-change-cvsroot): Ditto.
9476
9477 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9478
9479 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9480 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9481 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9482 expressions.
9483 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9484 Only search till end of line.
9485 Add face to function names in case of no filename.
9486 Add face to variable names of watchpoints.
9487
9488 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9489
9490 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9491 customization group.
9492
9493 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9494
9495 * allout.el (allout-prior-bindings, allout-added-bindings):
9496 Remove, after long deprecation.
9497 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9498 Add customization vars controlling allout-beginning-of-line and
9499 allout-end-of-line conveniences.
9500 (allout-header-prefix, allout-use-mode-specific-leader)
9501 (allout-use-mode-specific-leader, allout-mode-leaders):
9502 Revise docstrings.
9503 (allout-infer-header-lead): Change to be an alias for
9504 allout-infer-header-lead-and-primary-bullet.
9505 (allout-infer-header-lead-and-primary-bullet): New version of
9506 allout-infer-header-lead which assigns the primary bullet to the
9507 same as the header lead, when its being changed.
9508 (allout-infer-body-reindent): Apply regexp-quote instead of
9509 unconditionally prepending "\\", so that all literal
9510 allout-header-prefix and allout-primary-bullet strings are
9511 properly handled.
9512 (allout-add-resumptions): Add optional qualifier for extending or
9513 appending to existing values, rather than replacing them.
9514 (allout-view-change-hook): Clarify docstring.
9515 (allout-exposure-change-hook): Take explicit arguments, via
9516 run-hook-with-args.
9517 (allout-structure-added-hook)
9518 (allout-structure-deleted-hook)
9519 (allout-structure-shifted-hook): New hooks analogous to
9520 allout-exposure-change-hook for other kinds of structural outline
9521 edits.
9522 (allout-encryption-plaintext-sanitization-regexps): New encryption
9523 customization variable, by which cooperating modes can provde
9524 massage of the plaintext without actually being passed it.
9525 (allout-encryption-ciphertext-rejection-regexps)
9526 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9527 customization variables, by which cooperating modes can prohibit
9528 rare but possible ciphertext patterns from fouling their
9529 operation, with actually being passed the ciphertext.
9530 (allout-mode): Run activation and deactivation hooks after the
9531 minor-mode variable has been toggled, to clarify the mode
9532 disposition. The new encryption ciphertext rejection variable is
9533 used to ensure that the ciphertext does not contain text that
9534 would be recognized as outline structural elements by allout.
9535 Substite allout-beginning-of-line and allout-end-of-line for
9536 conventionall beginning-of-line and end-of-line bindings.
9537 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9538 activation!
9539 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9540 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9541 (allout-chart-subtree): Implement new mode, charting only the
9542 visible items in the subtree, when new 'visible' parameter is non-nil.
9543 (allout-end-of-subtree): Properly handle the last item in the buffer.
9544 (allout-pre-command-business, allout-command-counter):
9545 Increment an advertised counter so that cooperating enhancements can
9546 track revisions of items.
9547 (allout-open-topic): Run allout-structure-added-hook with suitable
9548 arguments.
9549 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9550 arguments.
9551 (allout-shift-out): Fix doubling for negative args and ensure call
9552 of allout-structure-shifted-hook by solely using allout-shift-in.
9553 (allout-kill-line, allout-kill-topic):
9554 Run allout-structure-deleted-hook with suitable arguments.
9555 (allout-yank-processing): Run allout-structure-added-hook with
9556 proper arguments.
9557 (allout-yank): Enclose activity in allout-unprotected.
9558 (allout-flag-region): Run allout-exposure-change-hook with
9559 suitable arguments, instead of making the callee infer the arguments.
9560 (allout-encrypt-string):
9561 Support allout-encryption-plaintext-sanitization-regexps,
9562 allout-encryption-ciphertext-rejection-regexps, and
9563 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9564 en/de cryption mode in symmetric encryption failure message.
9565 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9566 copy of the passphrase, and don't zero it or we'll corrupt the
9567 stashed copy.
9568 (allout-create-encryption-passphrase-verifier)
9569 (allout-verify-passphrase): Respect the new signature for
9570 allout-encrypt-string.
9571 (allout-get-configvar-values): Convenience for getting a
9572 configuration variable value and handling its absence gracefully.
9573
9574 2006-08-11 Romain Francoise <romain@orebokech.com>
9575
9576 * obsolete/zone-mode.el: Delete.
9577
9578 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9581
9582 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9583
9584 * emacs-lisp/bindat.el (bindat-ip-to-string):
9585 Use `format-network-address' if possible.
9586
9587 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9588
9589 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9590
9591 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9594 restore unread-command-events here.
9595 (edebug-display): Do it here, to detect sit-for interruptions.
9596
9597 2006-08-10 Romain Francoise <romain@orebokech.com>
9598
9599 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9600 (dns-mode-soa-auto-increment-serial): New user option.
9601 (dns-mode-soa-maybe-increment-serial): New function.
9602 (dns-mode): Add the latter to `write-contents-functions'.
9603
9604 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9605 Delete autoload cookies.
9606
9607 2006-08-10 John Wiegley <johnw@newartisans.com>
9608
9609 * eshell/em-glob.el (eshell-glob-chars-list)
9610 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9611
9612 2006-08-10 Richard Stallman <rms@gnu.org>
9613
9614 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9615 (facemenu-set-face): Doc fix.
9616 (facemenu-listed-faces): Doc fix.
9617
9618 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9619
9620 * avoid.el (mouse-avoidance-animating-pointer): New var.
9621 (mouse-avoidance-nudge-mouse): Use it.
9622 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9623 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9624 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9625 Don't activate if currently animating. All callers changed.
9626
9627 2006-08-09 John Wiegley <johnw@newartisans.com>
9628
9629 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9630 variable, which causes timeclock to report elapsed time worked,
9631 instead of just work remaining.
9632
9633 2006-08-09 Kenichi Handa <handa@m17n.org>
9634
9635 * international/latexenc.el (latexenc-find-file-coding-system):
9636 Fix for the case that the 2nd element of arg-list is a cons.
9637
9638 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * info.el (Info-fontify-node): Handle preceding `in' for note
9641 reference hiding rules.
9642
9643 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9646 mistake a closing " for an opening one.
9647
9648 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9649
9650 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9651
9652 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * complete.el (PC-do-completion): Filter out completions matching
9655 completion-ignored-extensions before checking whether there are
9656 multiple completions.
9657 Don't use `list' unnecessarily when building completion tables.
9658
9659 2006-08-06 Richard Stallman <rms@gnu.org>
9660
9661 * help.el (describe-mode): Make minor mode list more concise.
9662
9663 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * bindings.el: Give mode-line-format, mode-line-modes, and
9666 mode-line-position `standard-value' properties.
9667
9668 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9669
9670 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9671 "(file)node" instead of the file name.
9672
9673 2006-08-05 Richard Stallman <rms@gnu.org>
9674
9675 * faces.el (escape-glyph): Doc fix.
9676
9677 2006-08-04 Kenichi Handa <handa@m17n.org>
9678
9679 * international/mule-diag.el (describe-font): Improve docstring
9680 and error message. Use frame-parameter (not frame-parameters).
9681
9682 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9685 Correctly mark the end-of-docstring char.
9686
9687 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9688
9689 * simple.el (line-move-to-column): Constrain move-to-column to
9690 current field.
9691
9692 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * font-lock.el (font-lock-beg, font-lock-end)
9695 (font-lock-extend-region-functions): New vars.
9696 (font-lock-extend-region-multiline)
9697 (font-lock-extend-region-wholelines): New functions.
9698 (font-lock-default-fontify-region): Use them.
9699 (font-lock-extend-jit-lock-region-after-change): Only round up
9700 if font-lock-default-fontify-region will do it as well.
9701
9702 * font-lock.el (font-lock-extend-after-change-region-function):
9703 Rename from font-lock-extend-region-function.
9704 (font-lock-extend-region): Remove by inlining at call sites.
9705 (font-lock-after-change-function): Don't needlessly round up to a whole
9706 number of lines.
9707 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9708 the boundary conditions and the interactions between the various ways
9709 to extend the region.
9710
9711 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9714 modification status when forcing the second redisplay.
9715
9716 2006-08-03 Kim F. Storm <storm@cua.dk>
9717
9718 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9719
9720 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9723 doesn't look like a file name.
9724
9725 * complete.el (PC-expand-many-files): Avoid signalling an error when
9726 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9727
9728 2006-08-02 Andreas Schwab <schwab@suse.de>
9729
9730 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9731
9732 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9733
9734 * bindings.el (map): Make mode-line-buffer-identification-keymap
9735 before defining propertized-buffer-identification.
9736
9737 2006-08-01 Richard Stallman <rms@gnu.org>
9738
9739 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9740
9741 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9742
9743 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9744 default value.
9745 (gdb-find-source-frame): New function.
9746 (menu): Add to menu bar.
9747
9748 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * font-core.el (font-lock-extend-region-function)
9751 (font-lock-extend-region): Move to font-lock.el.
9752
9753 * font-lock.el (font-lock-extend-region-function)
9754 (font-lock-extend-region): Move from font-core.el. Simplify.
9755
9756 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9757 if needed.
9758 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9759 (jit-lock-after-change-extend-region-functions): New hook.
9760 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9761
9762 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9763 (font-lock-turn-on-thing-lock): Use it.
9764
9765 * longlines.el (longlines-show-region): Make it work on read-only
9766 buffers as well.
9767
9768 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9769
9770 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9771
9772 2006-07-31 Richard Stallman <rms@gnu.org>
9773
9774 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9775 (vhdl-speedbar-display-projects): Update old obsolete
9776 speedbar variable names.
9777
9778 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9779
9780 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9781 (gdb-stopped): Use it.
9782
9783 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9784
9785 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9788 for load-history elements.
9789
9790 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9791
9792 * files.el (convert-standard-filename): For Cygwin, replace
9793 characters not allowed in Windows file names.
9794 (make-auto-save-file-name): Add Cygwin to the list of systems
9795 where the auto-save file name needs to be run through
9796 convert-standard-filename.
9797
9798 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9799
9800 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9801
9802 2006-07-28 Richard Stallman <rms@gnu.org>
9803
9804 * bindings.el (mode-line-frame-identification)
9805 (propertized-buffer-identification): Centralize the code
9806 to initialize the variable.
9807
9808 * progmodes/grep.el (grep-default-command): Catch errors from
9809 wildcard-to-regexp.
9810
9811 2006-07-29 Kim F. Storm <storm@cua.dk>
9812
9813 * progmodes/grep.el (grep-tag-default): New function.
9814 (grep-default-command, grep-read-regexp): Use it.
9815 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9816 as default if nothing else applies.
9817
9818 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9819
9820 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9821 Throw error if buffer is not in Dired and Wdired mode, respectively.
9822
9823 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9824
9825 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9826 self-insert-command keys don't activate buttons.
9827 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9828
9829 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9830
9831 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9832 faces for enable character.
9833
9834 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9835
9836 * Makefile.in (recompile): Update comment to reflect change
9837 on 2004-04-21.
9838
9839 2006-07-27 Richard Stallman <rms@gnu.org>
9840
9841 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9842 (customize-package-emacs-version): Change msg when pkg has no entry.
9843 (custom-no-edit): On a button, do like widget-button-press.
9844
9845 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9846
9847 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9848 S-tab and C-S-tab.
9849
9850 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9851
9852 * progmodes/which-func.el (which-function): Fix documentation/
9853 comment typo.
9854
9855 2006-07-26 Richard Stallman <rms@gnu.org>
9856
9857 * textmodes/ispell.el (ispell-word): If we replace the word,
9858 move point to the end. Insert before deleting.
9859
9860 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9861
9862 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9863 a timer.
9864
9865 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9866
9867 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9868 when at first image.
9869 (tumme-forward-image): Add prefix argument. Add error when at last
9870 image.
9871
9872 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * tabify.el (tabify-regexp): Use more specific regexps.
9875 (tabify): Avoid modifying the buffer unnecessarily.
9876
9877 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9878
9879 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9880 (tumme-format-properties-string): Handle empty `buf'.
9881 (tumme-get-comment): Change variable names inside `let'.
9882 Add missing `let' variable that cause font-lock problems.
9883 (tumme-write-comments): Change variable names inside `let'.
9884 Add missing `let' variable that cause font-lock problems.
9885 (tumme-forward-image): Rename from `tumme-forward-char'.
9886 (tumme-backward-image): Rename from `tumme-backward-char'.
9887
9888 2006-07-25 Masatake YAMATO <jet@gyve.org>
9889
9890 * progmodes/ld-script.el (ld-script-keywords)
9891 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9892 and add comments.
9893
9894 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9895
9896 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9897 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9898 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9899 for status indicator.
9900
9901 2006-07-24 Richard Stallman <rms@gnu.org>
9902
9903 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9904
9905 * subr.el (dolist, dotimes): Use interned symbols for locals.
9906 (--dotimes-limit--, --dolist-tail--): New defvars.
9907 (looking-back): Doc fix.
9908
9909 * replace.el (replace-match-string-symbols): Handle dotted lists.
9910
9911 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9912
9913 * tumme.el (tumme-write-tags): Add.
9914 (tumme-write-comments): Add.
9915 (tumme-tag-files): Change to use `tumme-write-tags'.
9916 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9917 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9918 (tumme-save-information-from-widgets): Change to use
9919 `tumme-write-comments' and `tumme-write-tags'.
9920 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9921 (tumme-write-tag): Remove.
9922 (tumme-write-comment): Remove.
9923 (tumme-display-previous-thumbnail-original): Remove empty line.
9924 (tumme-widget-list): Add punctuation.
9925
9926 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9927
9928 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9929
9930 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9931
9932 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9933 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9934 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9935
9936 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9937
9938 * mouse.el (mouse-on-link-p): Doc fix.
9939
9940 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9941
9942 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9943 Handle "C-h f `".
9944
9945 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9946
9947 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9948 column.
9949
9950 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9951
9952 * textmodes/table.el: Add move-beginning-of-line and
9953 move-end-of-line to Point Motion Only Group.
9954
9955 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9956
9957 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9958
9959 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9960
9961 * startup.el (user-mail-address): Initialize from the `EMAIL'
9962 environment variable first. Document this.
9963 (command-line): Ditto.
9964
9965 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9966
9967 * help-mode.el (help-function-def, help-variable-def)
9968 (help-face-def): Print a message in the minibuffer.
9969
9970 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9971
9972 * term/xterm.el (terminal-init-xterm): Fix key bindings
9973 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9974
9975 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9976
9977 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9978 where `(nth 1 command)' is a cons cell. Doc fix.
9979
9980 * textmodes/po.el (po-find-charset): Doc fix.
9981
9982 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9983
9984 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9985 (allout-beginning-of-current-line, allout-end-of-current-line)
9986 (allout-next-visible-heading, allout-open-topic)
9987 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9988 (allout-flag-current-subtree, allout-show-to-offshoot)
9989 (allout-hide-current-entry, allout-show-current-branches)
9990 (allout-hide-region-body, allout-old-expose-topic)
9991 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9992 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9993 containing `beginning-of-line' and `end-of-line' with
9994 `inhibit-field-text-motion' t.
9995
9996 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9997
9998 * frame.el (focus-follows-mouse): Document that it doesn't have
9999 any effect on MS-Windows.
10000
10001 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10004
10005 2006-07-20 Jay Belanger <belanger@truman.edu>
10006
10007 * calc.el (calc-previous-alg-entry): Remove variable.
10008
10009 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10010 New variables.
10011 (calc-alg-entry): Use `calc-alg-entry-history'.
10012 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10013 Remove reference to `calc-previous-alg-entry'.
10014 (calcAlg-edit, calcAlg-enter): Remove reference to
10015 `calc-previous-alg-entry'.
10016 (calcAlg-previous): Use `previous-history-element' instead of
10017 `calc-previous-alg-entry'.
10018 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10019 Change keybinding for `calcAlg-plus-minus', add keybindings for
10020 `previous-history-element' and `next-history-element'.
10021
10022 * calc-rewr.el (calc-match): Remove reference to
10023 `calc-previous-alg-entry'.
10024
10025 * calc-sel.el (calc-selection-history): New variable.
10026 (calc-enter-selection, calc-sel-mult-both-sides)
10027 (calc-sel-add-both-sides): Use `calc-selection-history'.
10028
10029 * calc-map.el (calc-get-operator-history): New variable.
10030 (calc-get-operator): Use `calc-get-operator-history'.
10031
10032 * calcalg3.el (calc-curve-fit-history): New variable.
10033 (calc-curve-fit): Use `calc-curve-fit-history'.
10034
10035 2006-07-20 Kenichi Handa <handa@m17n.org>
10036
10037 * international/mule-cmds.el (select-safe-coding-system): Fix the
10038 way of deciding eol-type of the coding system.
10039
10040 2006-07-20 Alan Mackenzie <acm@muc.de>
10041
10042 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10043 (c-lang-setvar): New macro.
10044 (c-make-init-lang-vars-fun): Use the initialization forms in
10045 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10046 (comment-start, comment-end, comment-start-skip): Change these from
10047 c-lang-defvar's to c-lang-setvar's.
10048
10049 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10050 which calls make-local-variable on the elements of
10051 c-emacs-variable-inits.
10052 (c-init-language-vars-for): Call this new macro.
10053
10054 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10057 Try to rule out false positives due to time stamps.
10058 (compilation-mode-font-lock-keywords): Remove rules made redundant
10059 because of the above change. Add `segmentation fault' to the known and
10060 highlighted compilation termination messages.
10061
10062 2006-07-19 Kim F. Storm <storm@cua.dk>
10063
10064 * progmodes/grep.el (grep-find-ignored-directories):
10065 Add .svn and _darcs to list.
10066
10067 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10068
10069 * dired.el (dired-mode-map): Add key binding `C-te' for
10070 `tumme-dired-edit-comment-and-tags'.
10071
10072 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10073 image display buffer is displayed before call to
10074 `tumme-display-image.
10075 (tumme-dired-display-image): Make sure image display buffer is
10076 displayed before call to `tumme-display-image.
10077 (tumme-mouse-display-image): Make sure image display buffer is
10078 displayed before call to `tumme-display-image.
10079 (tumme-widget-list): Add.
10080 (tumme-dired-edit-comment-and-tags): Add.
10081 (tumme-save-information-from-widgets): Add.
10082
10083 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10086
10087 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10090 Revert inadvertently installed patch hunk.
10091
10092 * progmodes/compile.el (compilation-find-file): Handle the
10093 cases where the user selects a non-existent file.
10094
10095 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10098
10099 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10100
10101 * subr.el (sit-for): Just sleep-for if noninteractive.
10102
10103 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10106
10107 * custom.el (custom-autoload): Add `noset' argument.
10108 (custom-push-theme): Don't autoload the variable, let callers do it.
10109 (custom-theme-set-variables): Autoload the variable if necessary.
10110
10111 * cus-edit.el (custom-variable-state-set): If the variable was
10112 originally set outside custom, but to the same value as the default,
10113 consider it to be standard.
10114
10115 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10116 file *before* telling Emacs to add the autoloads, in case it fails.
10117
10118 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10119 Use `cond', push', and `dolist'.
10120
10121 2006-07-17 Richard Stallman <rms@gnu.org>
10122
10123 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10124 Add defvars to silence warnings.
10125
10126 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10129 Don't highlight "Compiling file" messages as error.
10130
10131 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10132 file already exists.
10133
10134 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10135
10136 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10137 entry, don't assign to free var; simply return the extracted filename.
10138 (ff-treat-as-special): Incorporate common preamble from callers.
10139 (ff-other-file-name, ff-find-the-other-file):
10140 Update call to ff-treat-as-special.
10141
10142 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10143
10144 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10145
10146 * tumme.el (tumme-get-comment): Fix bug.
10147
10148 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * files.el: Remove spurious * in docstrings.
10151
10152 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10153
10154 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10155 grammar.
10156 (allout-beginning-of-current-line): Beware beginning of buffer.
10157 Also, a comment is simplified.
10158 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10159 when appropriate. (This fix enables use for other than
10160 bullet-hotspot operation.)
10161 (allout-hide-current-subtree): While escalating to sibling-close,
10162 make sure to situate on a topic.
10163
10164 2006-07-14 Kim F. Storm <storm@cua.dk>
10165
10166 * emulation/cua-base.el (cua-delete-selection)
10167 (cua-toggle-set-mark): New defcustoms.
10168 (cua-rectangle-modifier-key): Add `alt' modifier.
10169 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10170 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10171 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10172
10173 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10174
10175 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10176
10177 * allout.el: Require 'cl during byte-compilation/interactive load,
10178 for the `assert' macro.
10179 (allout-mode-deactivate-hook): New hook, run when allout mode
10180 deactivates.
10181 (allout-developer): New allout customization subgroup.
10182 (allout-run-unit-tests-on-load): New allout-developer
10183 customization variable, when true allout unit tests are run towards
10184 end of file load/eval.
10185 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10186 auto-fill-mode.
10187 (allout-resumptions): Remove, to be replaced by...
10188 (allout-add-resumptions): Register variable settings to be
10189 reinstated by `allout-do-resumptions'. The settings are made
10190 buffer-local, but the locality/globality of the suspended setting
10191 is restored on resumption.
10192 (allout-do-resumptions): Reinstate all settings suspended using
10193 `allout-add-resumptions'.
10194 (allout-test-resumptions): Unit tests (and intermediate variables)
10195 for resumptions.
10196 (allout-tests-globally-unbound, allout-tests-globally-true)
10197 (allout-tests-locally-true): Intermediate variables for
10198 resumptions unit tests.
10199 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10200 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10201 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10202 instead of retired `allout-resumptions'. For hook functions, use
10203 `local' parameter so hook settings are created and removed as
10204 buffer-local settings. Revise (resumptions) setting
10205 auto-fill-function so it is set only if already active. (The
10206 related fill-function settings are all made in either case, so
10207 that activating auto-fill-mode activity will have the custom
10208 allout-mode behaviors (hanging indent on topics, if configured for it).
10209 Remove all allout-exposure-category overlays on mode deactivation.
10210 (allout-hotspot-key-handler): New function extracted from
10211 `allout-pre-command-business', so the functionality can be used
10212 for other purposes, eg as a binding in an overlay.
10213 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10214 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10215 customization variable.
10216 (allout-run-unit-tests): Run the (currently quite small)
10217 repertoire of unit tests. Called just before the provide iff user
10218 has customized `allout-run-unit-tests-on-load' non-nil.
10219
10220 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10221
10222 * emacs-lisp/authors.el (authors-aliases): Update.
10223
10224 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10225
10226 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10227 gdb-source-window. Add dedicated argument.
10228 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10229 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10230 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10231 (gdb-display-locals-buffer): Use it.
10232
10233 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10234 Set gdb-source-window.
10235
10236 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10239 minor modes, redundant with the custom-autoload line above.
10240
10241 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10242
10243 * longlines.el (longlines-post-command-function): Handle open-line too.
10244
10245 2006-07-12 Richard Stallman <rms@gnu.org>
10246
10247 * progmodes/grep.el (grep-last-buffer): Doc fix.
10248
10249 * info.el (Info-try-follow-nearest-node): Doc fix.
10250
10251 * emacs-lisp/edebug.el (edebug-instrument-function):
10252 Err if find-function-noselect gives no position.
10253
10254 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10255 If can't find definition, return nil for position.
10256 (find-function-do-it): Handle new return value
10257 of find-definition-noselect.
10258 (find-definition-noselect, find-variable-noselect): Doc fix.
10259 (find-function-noselect): Doc fix.
10260
10261 * help-mode.el (help-variable-def): Handle find-variable-noselect
10262 returning no position.
10263 (help-function-def): Likewise for find-function-search-for-symbol.
10264 (help-face-def): Likewise.
10265
10266 * help-fns.el (describe-variable): Handle find-variable-noselect
10267 returning no position.
10268
10269 * files.el (locate-file-completion): Avoid duplicates in result.
10270
10271 * cus-edit.el (custom-no-edit): New command.
10272 (custom-mode-map): Remap to custom-no-edit instead of
10273 using suppress-keymap.
10274
10275 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10276
10277 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10278 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10279 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10280
10281 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10282
10283 2006-07-11 Kim F. Storm <storm@cua.dk>
10284
10285 * ido.el (ido-copy-current-file-name): Use buffer-name if
10286 buffer-file-name is nil.
10287
10288 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10289
10290 * simple.el (undo-ask-before-discard): Set to nil.
10291
10292 * vc.el (vc-exec-after): Don't delete process manually.
10293 (vc-print-log): Run log-view-mode in process sentinel inside
10294 inhibit-read-only. Don't shrink window due to timing issues.
10295
10296 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10297 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10298
10299 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10302 Fix ambiguity introduced by last change.
10303 (compilation-find-file): Move save-excursion to where it may
10304 make sense. Fix a left over `find-file'.
10305
10306 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10307
10308 * textmodes/texinfmt.el (texinfo-format-separate-node):
10309 Insert a string before point, which fits documentation, not after.
10310 (texinfo-multitable-item): In a multitable row, insert any
10311 additional needed @tabs and spaces.
10312
10313 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10314
10315 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10316 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10317 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10318 instead of shell-command.
10319 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10320 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10321 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10322 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10323 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10324 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10325
10326 2006-07-11 Kim F. Storm <storm@cua.dk>
10327
10328 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10329 Remove special case for seconds < 0. Use (redisplay t) instead.
10330
10331 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10334 avoid compilation error.
10335
10336 * subr.el (sit-for): New function.
10337
10338 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10339
10340 2006-07-10 Richard Stallman <rms@gnu.org>
10341
10342 * ldefs-boot.el (edebug): Update page.
10343
10344 2006-07-10 Kim F. Storm <storm@cua.dk>
10345
10346 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10347 to FOR-RELEASE and TODO.
10348
10349 2006-07-10 Romain Francoise <romain@orebokech.com>
10350
10351 * emacs-lisp/authors.el (authors-aliases): Update.
10352
10353 2006-07-10 Alan Mackenzie <acm@muc.de>
10354
10355 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10356 * cc-mode.el: Changes to eradicate eval-after-load.
10357
10358 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10361 on non-char events.
10362
10363 2006-07-09 Romain Francoise <romain@orebokech.com>
10364
10365 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10366 Don't highlight start/end markers as compilation messages.
10367
10368 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10369 to t.
10370
10371 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10374
10375 2006-07-08 Richard Stallman <rms@gnu.org>
10376
10377 * term/x-win.el (x-handle-display): Add doc string.
10378
10379 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10380
10381 * subr.el (def-edebug-spec): Move here.
10382 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10383
10384 * imenu.el (imenu-choose-buffer-index): Doc fix.
10385
10386 2006-07-08 Romain Francoise <romain@orebokech.com>
10387
10388 * term/x-win.el (x-display-name): Fix typo.
10389
10390 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10391
10392 * hexl.el (hexl-find-file): Doc fix.
10393
10394 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10395
10396 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10397
10398 * term/x-win.el (x-display-name): Doc fix.
10399
10400 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10403 long prefixes.
10404 (fill-region-as-paragraph): Don't round up to a whole line.
10405 (fill-comment-paragraph): Don't include the code-before-the-comment
10406 when calling fill-region-as-paragraph.
10407
10408 * international/mule.el (make-char): Remove redundancy.
10409
10410 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10411 property may contain an anonymous function rather than a symbol.
10412
10413 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10414
10415 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10416 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10417
10418 * dirtrack.el (dirtrack-default-directory-function): Remove.
10419 (dirtrack-directory-function): Use file-name-as-directory.
10420 (dirtrack-windows-directory-function): Simplify.
10421 (dirtrack-forward-slash, dirtrack-backward-slash)
10422 (dirtrack-replace-slash): Remove.
10423 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10424 (dirtrack): Fix wrong parenthesizing; use match-string.
10425
10426 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10427 (inferior-octave-mode): Only change the buffer-local value of
10428 comint-dynamic-complete-functions.
10429 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10430 Move the initialization to the declaration.
10431 (inferior-octave-complete): Remove unused var `filter'.
10432
10433 * shell.el (shell-mode): Only change the buffer-local value of
10434 comint-dynamic-complete-functions.
10435
10436 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10437
10438 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10439 entry is skipped because it has been scheduled.
10440 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10441 changing `:org-archived' and `:org-comment' properties.
10442
10443 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * server.el (server-select-display): Don't make the temp frame
10446 minibuffer-only, in case it's not a temp frame.
10447 (server-process-filter): Don't delete the temp frame if it's the
10448 only one we have on that display.
10449
10450 * files.el (find-alternate-file): Doc fix.
10451
10452 2006-07-05 Richard Stallman <rms@gnu.org>
10453
10454 * files.el (abbreviate-file-name): Add save-match-data.
10455
10456 2006-07-03 Richard Stallman <rms@gnu.org>
10457
10458 * faces.el (read-face-name): Doc fix.
10459
10460 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10461
10462 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10463
10464 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10465
10466 * vc.el (vc-diff-internal): Fix prev change.
10467
10468 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10469
10470 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10471 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10472
10473 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10476 fails if the symbol contains chars like ( or '.
10477 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10478 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10479 `short'.
10480
10481 2006-07-04 Kenichi Handa <handa@m17n.org>
10482
10483 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10484 the current one, don't call set-language-environment, but call one
10485 of set-language-environment-XXX to make INFO effective now.
10486 (set-language-environment): Call set-language-environment-XXX
10487 functions instead of doing the various setups directly.
10488 (set-language-environment-coding-systems): Delete argument eol-type.
10489 (set-language-environment-input-method)
10490 (set-language-environment-nonascii-translation)
10491 (set-language-environment-charset)
10492 (set-language-environment-fontset)
10493 (set-language-environment-unibyte): New functions.
10494
10495 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10496
10497 * locate.el (locate-update-when-revert): New option.
10498 (locate-update-path): New option (suggested by Michael Albinus).
10499 (locate-prompt-for-command): Whitespace change.
10500 (locate-update): No longer offer to update the locate database by
10501 default. Implement the two new options.
10502
10503 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10504
10505 * tooltip.el: Move comment about track-mouse...
10506
10507 * progmodes/gud.el: ...to here.
10508
10509 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10510
10511 * facemenu.el (facemenu-listed-faces): New var.
10512 (facemenu-unlisted-faces): Variable deleted.
10513 (facemenu-add-new-face): Use facemenu-listed-faces.
10514
10515 * emulation/viper-init.el, calendar/calendar.el:
10516 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10517
10518 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10519
10520 * textmodes/org.el (org-mode): Remove no invalid settings for
10521 calc embedded mode.
10522 (org-mode-p): New defsubst.
10523 (org-save-all-org-buffers): New function.
10524 (org-first-headline-recenter): Enclose outline-regexp in group
10525 delimiters.
10526 (org-set-tags): Keep single space after stars.
10527
10528 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * window.el (set-window-text-height): Only set window-min-height to
10531 1 if that's the requested size.
10532
10533 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10534 (diff-unified->context, diff-context->unified)
10535 (diff-reverse-direction): Make sure the end marker stays at the end.
10536 (diff-mode): Add the keymap table at the end of docstring.
10537 Use lexical-let rather than constructing a closure manually.
10538
10539 * files.el (find-file-noselect-1): Remove unused var assignment.
10540 (hack-local-variables-confirm): Print lists of strings as lists of
10541 strings rather than lists of symbols.
10542 (abbreviate-file-name, hack-local-variables-prop-line):
10543 Use match-string.
10544 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10545 (recover-session-finish): Use line-end-position.
10546
10547 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10548
10549 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10550
10551 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10552
10553 * progmodes/make-mode.el (makefile-macroassign-regex):
10554 Accept preceding keyword.
10555 (makefile-gmake-statements): Reorganize, now that makepp has
10556 "override" and also handle forgotten "override define".
10557 (makefile-makepp-statements): Add new "global", "override export"
10558 and "override global".
10559
10560 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10561
10562 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10563 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10564 (ada-no-auto-case): Fix typos in docstrings.
10565
10566 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10567
10568 * info.el (Info-find-node-2): Search for makeinfo version more
10569 carefully.
10570
10571 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10572
10573 * textmodes/org.el (org-prepare-agenda-buffers):
10574 Use `invisible-OK' argument for `org-end-of-subtree'.
10575 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10576 (org-beginning-of-item): Fix bug in regular expression for white line.
10577 (org-export-as-html): Enforce space after bullet in plain list items.
10578 (org-set-autofill-regexps): Require space after plain list bullet
10579 for paragraph-start.
10580 (org-ts-regexp3): New constant.
10581 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10582 (org-timestamp-up-day, org-timestamp-down-day)
10583 (org-timestamp-change): Work with inactive timestamps.
10584 (org-ts-regexp1): Don't allow brackets in time stamps.
10585
10586 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10587
10588 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10589 for ignoring links.
10590
10591 * faces.el (read-face-name): Use it.
10592
10593 2006-06-28 Juri Linkov <juri@jurta.org>
10594
10595 * buff-menu.el (list-buffers-noselect): Compare Info file
10596 with the string "dir" to detect Info directory.
10597
10598 * complete.el (partial-completion-mode): In lambda for
10599 `choose-completion-string-functions' use full function signature
10600 with 4 args, and move point to the end of the minibuffer only if arg
10601 `mini-p' is non-nil.
10602
10603 2006-06-28 John Paul Wallington <jpw@pobox.com>
10604
10605 * ibuffer.el (ibuffer-mode): Doc fix.
10606
10607 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10608
10609 * textmodes/org.el (org-context): New contexts :item-bullet,
10610 :latex-fragment, :latex-preview.
10611 (org-overlays-at, org-overlay-start, org-overlay-end):
10612 New compatibility functions.
10613 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10614 exact regexp that will be used during export.
10615 (org-latex-regexps): New variable.
10616 (org-cdlatex-mode): Improve advice for `texmathp'.
10617 (turn-on-org-cdlatex): New function.
10618
10619 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10620
10621 * term/mac-win.el (mac-handle-font-selection): Change keys of
10622 mac-atsu-font-table from strings to numbers.
10623 (mac-ts-caret-position): Use also when cursor-type is nil.
10624 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10625 Relax condition for using overlay strings.
10626 Use mac-ts-caret-position face when cursor-type is nil.
10627
10628 2006-06-26 Kim F. Storm <storm@cua.dk>
10629
10630 * help.el (view-emacs-news): Declare `res' in the right let* form.
10631
10632 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10633
10634 * net/rcompile.el (remote-compile): Replace ange-ftp based
10635 implementation by Tramp functions.
10636 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10637
10638 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10639
10640 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10641
10642 * international/fontset.el (setup-default-fontset): Fix a typo in
10643 the "Oriya-Akruti" registry name.
10644
10645 2006-06-23 Lars Hansen <larsh@soem.dk>
10646
10647 * desktop.el (desktop-full-file-name): New function.
10648 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10649 (desktop-revert): Use it.
10650 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10651 (desktop-after-read-hook): Add option list-buffers.
10652 (desktop-locals-to-save): Add tab-width.
10653 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10654 Fix docstring.
10655
10656 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10657
10658 * textmodes/org.el (org-cdlatex-mode-map)
10659 (org-cdlatex-texmathp-advice-is-done): New variables.
10660 (org-cdlatex-mode): New minor mode.
10661 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10662 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10663 (org-export-with-archived-trees): New option.
10664 (org-open-file): Remove the call to `convert-standard-filename'.
10665 (org-archive-tag, org-agenda-skip-archived-trees)
10666 (org-cycle-open-archived-trees)
10667 (org-sparse-tree-open-archived-trees): New options.
10668 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10669 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10670 New functions.
10671 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10672 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10673 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10674 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10675 Call `org-prepare-agenda-buffers'.
10676 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10677 (org-file-apps, org-file-apps-defaults-gnu)
10678 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10679 Handle remote files by forcing them to be opened in Emacs.
10680
10681 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10682
10683 * vc.el (vc-diff-knows-L): New variable.
10684 (vc-diff-internal): Use it to handle "diff" programs that don't
10685 understand -L. This works automatically, no user action is necessary.
10686
10687 2006-06-23 Daniel Brockman <daniel@brockman.se>
10688
10689 * net/rcirc.el (rcirc-default-user-full-name): Default to
10690 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10691 longer exists).
10692 (rcirc-process-list): Check `buffer-live-p' before attempting to
10693 switch to a buffer.
10694
10695 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10696
10697 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10698 based on rcirc-coding-system-alist.
10699
10700 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10701
10702 * cus-edit.el (customize-apropos): A better error message.
10703 (top level) <debug-ignored-errors>: Extend and update the list of
10704 ignored error messages.
10705
10706 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10707
10708 * complete.el (PC-do-completion): Retain capitalization of user
10709 input, when possible, even if completion-ignore-case is set.
10710
10711 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10712
10713 * generic-x.el (bat-generic-mode): Support .cmd files.
10714
10715 * dos-w32.el (top level): Use find-file-not-found-functions
10716 instead of the obsolete find-file-not-found-hooks.
10717
10718 2006-06-22 Kim F. Storm <storm@cua.dk>
10719
10720 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10721 to recognize mode name containing submodes, such as Grep/lw.
10722
10723 2006-06-21 Kim F. Storm <storm@cua.dk>
10724
10725 * simple.el (line-move-1): Check for move-end-of-line instead of
10726 end-of-line when setting temporary-goal-column.
10727
10728 2006-06-21 Miles Bader <miles@gnu.org>
10729
10730 * play/cookie1.el (cookie): Work properly when there's only one entry.
10731
10732 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10733
10734 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10735 (gdb-frame-handler): Generalize frame regexp for templates.
10736
10737 2006-06-20 Glenn Morris <rgm@gnu.org>
10738
10739 * calendar/appt.el (appt-display-format): Default value must be
10740 one of the customize options.
10741
10742 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10743
10744 * term/xterm.el (terminal-init-xterm): Update key availability info.
10745 Bind C-return.
10746
10747 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10748
10749 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10750
10751 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10752 whether or not a local variables list is defined.
10753
10754 * msb.el (msb): Move `sit-for' hack here to handle both
10755 "mouse-down and drag" and "mouse-up and select" situations.
10756 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10757
10758 2006-06-20 Kenichi Handa <handa@m17n.org>
10759
10760 * international/characters.el (word-combining-categories):
10761 Add entries for 2-byte Han characters.
10762
10763 2006-06-19 Richard Stallman <rms@gnu.org>
10764
10765 * bindings.el (mode-line-format): Save some mode line space.
10766
10767 * files.el (find-file-noselect): Improve the question wording.
10768 (basic-save-buffer-2): Mask UMASK against 666.
10769
10770 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10771 (mouse-drag-vertical-line): Call it.
10772
10773 * cus-edit.el (customize-option, customize-option-other-window):
10774 Error if SYMBOL is nil.
10775
10776 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10777
10778 * textmodes/org.el: Require noutline, also on XEmacs.
10779 (org-end-of-subtree): Return point.
10780 (org-dblock-start-re, org-dblock-end-re): New constants.
10781 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10782 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10783 (org-update-all-dblocks, org-find-dblock): New functions.
10784 (org-collect-clock-time-entries): New function.
10785 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10786 (org-fixup-indentation): Modify to deal correctly with lines
10787 starting with TAB. Only one argument DIFF now.
10788 (org-demote, org-promote): Call `org-fixup-indentation' with just
10789 one argument, DIFF.
10790 (org-mode): Don't mark buffer as modified when aligning tables.
10791 (org-clock-sum): Don't mark buffer modified when adding time sum
10792 properties.
10793 (org-export-as-html): Add support for a link validation function.
10794 (org-archive-all-done): New function.
10795 (org-archive-subtree): New prefix argument. When set, archive all
10796 done subtrees in this buffer.
10797 (org-remove-clock-overlays)
10798 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10799 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10800 (org-put-clock-overlay): Don't swallow last headline character
10801 when displaying overlay.
10802 (org-store-link): Link to `image-mode' with just the file name.
10803
10804 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10805
10806 * viper-cmd.el (viper-special-read-and-insert-char):
10807 Use read-key-sequence.
10808 (viper-after-change-undo-hook): Misc enhancements.
10809 (viper-after-change-undo-hook): New hook.
10810 (viper-undo): Use viper-after-change-undo-hook.
10811 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10812 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10813 clicking on that widget/button.
10814
10815 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10816
10817 * ediff-diff (ediff-test-patch-utility): Catch errors.
10818 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10819 (ediff-set-actual-diff-options): New function.
10820 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10821 Use ediff-set-actual-diff-options.
10822 (ediff-extract-diffs): Catch errors.
10823 (ediff-whitespace): Add non-breakable space.
10824 (ediff-same-file-contents): Catch errors.
10825
10826 * ediff-mult.el (ediff-collect-custom-diffs):
10827 Save coding-system-for-read.
10828
10829 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10830 (ediff-vc-internal, ediff-vc-merge-internal):
10831 Use ediff-delete-version-file.
10832 (ediff-delete-version-file): New function.
10833
10834 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10835
10836 * ediff.el (ediff-directories, ediff-directory-revisions)
10837 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10838 (ediff-directories-internal, ediff-merge-directory-revisions)
10839 (ediff-merge-directory-revisions-with-ancestor)
10840 (ediff-directories3): Use read-directory-name.
10841
10842 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10843
10844 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10845 Remove superfluous part of regexp for brace matching which is handled
10846 by `scan-lists' call.
10847
10848 2006-06-16 Richard Stallman <rms@gnu.org>
10849
10850 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10851
10852 * files.el (basic-save-buffer-2): For a new precious file,
10853 use the default modes in the return value.
10854
10855 * facemenu.el (facemenu-color-alist): Doc fix.
10856
10857 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10858
10859 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10860
10861 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10862
10863 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10864 (mac-utxt-to-string): Use it.
10865 (mac-ts-update-active-input-area): Use mac-ae-number.
10866
10867 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10868
10869 * term.el (term-handle-scroll, term-delete-lines)
10870 (term-insert-lines): Fix off by one errors.
10871
10872 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10873
10874 * net/tramp.el (tramp-touch): Use UTC to express time.
10875
10876 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * mail/sendmail.el (mail-send): Search explicitly for
10879 mail-header-separator when checking for corrupted header lines.
10880
10881 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10882
10883 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10884 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10885 (gdb-init-1): Initialise them.
10886 (gdb-starting): Reset gdb-printing
10887 (gdb-starting): Save value of gud-overlay-arrow-position.
10888 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10889 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10890 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10891 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10892
10893 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10894
10895 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10896
10897 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10898
10899 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10900 (ldap-search-internal): Keep error messages, and a regexp fix.
10901
10902 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10903
10904 * files.el (hack-local-variables-confirm):
10905 Display string value using its printed representation.
10906
10907 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10908
10909 * server.el (server-edit): No-op if no server buffers exist.
10910
10911 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10912
10913 * textmodes/page-ext.el (pages-directory-for-addresses):
10914 Including `pages-directory-address-mode' in the function results
10915 in the message "Buffer in which pages were found is deleted".
10916
10917 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10918
10919 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10920 clocking functions.
10921
10922 (org-agenda-clock-in, org-check-running-clock)
10923 (org-clock-out-if-current, org-remove-clock-overlays)
10924 (org-put-clock-overlay): New functions.
10925 (org-clock-marker, org-clock-file-total-minutes)
10926 (org-clock-overlays): New variables.
10927 (org-clock-display, org-clock-sum, org-clock-cancel)
10928 (org-clock-out, org-clock-in): New commands.
10929 (org-export): New function.
10930 (org-emph-re): New constant.
10931 (org-set-emph-re, org-do-emphasis-faces): New functions.
10932 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10933 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10934 (org-export-html-convert-emphasize): Use the configurable emphasis.
10935 (org-cleaned-string-for-export): Make multiline emphasis visible
10936 to the exporter. New optional argument PARAMETERS.
10937 (org-export-as-html): Specify :emph-multiline parameter to
10938 `org-cleaned-string-for-export'.
10939
10940 2006-06-10 Richard Stallman <rms@gnu.org>
10941
10942 * help.el (help-for-help-internal): Clean up help text.
10943
10944 2006-06-10 Andreas Schwab <schwab@suse.de>
10945
10946 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10947 in doc string.
10948
10949 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10950
10951 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10952
10953 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10954 spaces after the comment start.
10955
10956 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10957
10958 * play/pong.el (pong-init-buffer):
10959 Fill buffer with spaces instead of ^A.
10960
10961 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10962 launched asynchronously, delete its process instead of being cool.
10963 (ispell-async-processp): Check for `delete-process' existence
10964 instead of `kill-process' one for consistency.
10965
10966 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10967
10968 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10969 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10970 in mode line at startup.
10971
10972 2006-06-08 Kim F. Storm <storm@cua.dk>
10973
10974 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10975 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10976 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10977 (ido-file-internal): Pass full file name to write-file.
10978 (ido-read-internal): Only pop stack elements automatically if they
10979 actually match an existing directory or file name.
10980
10981 2006-06-07 Kenichi Handa <handa@m17n.org>
10982
10983 * international/mule.el (find-auto-coding): Don't handle the short
10984 name `char-trans'.
10985
10986 * files.el (hack-local-variables-prop-line)
10987 (hack-local-variables): Cancel the previous change.
10988
10989 2006-06-06 Jesper Harder <harder@phys.au.dk>
10990
10991 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10992
10993 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10994
10995 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10996 diff-default-read-only is non-nil.
10997 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10998 (diff-refine-hunk): Set inhibit-read-only to t.
10999
11000 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11001 modifying the *Diff* buffer.
11002 (diff-process-filter): New filter function for diff process that
11003 sets inhibit-read-only to t when modifying the *Diff* buffer.
11004
11005 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11006
11007 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11008 insertion point and control the number of empty lines.
11009 (org-paste-subtree): Limit the number of empty lines at the end of
11010 the inserted tree.
11011 (org-agenda): Use buffer name of current file for narrowing.
11012 (org-export-as-xml): Command removed.
11013 (org-export-xml-type): Option removed.
11014 (org-mode-map): Call `org-export-as-xoxo' directly.
11015 (org-get-indentation): New optional argument LINE.
11016 (org-fix-indentation, org-remove-tabs): New functions.
11017 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11018 correct indentation for headlines that are converted it items.
11019 (org-skip-comments): Remove table lines that contain narrowing
11020 cookies but no other non-empty fields.
11021 (org-set-tags): Allow groups of mutually exclusive tags.
11022 (org-cmp-time): Sort 24:21 before items without time.
11023 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11024 (org-open-at-point): Require double colon also for numbers.
11025
11026 2006-06-06 Kim F. Storm <storm@cua.dk>
11027
11028 * ido.el (ido-default-file-method, ido-default-buffer-method):
11029 Make choice values consistent with corresponding command names.
11030 (ido-visit-buffer): Update accordingly. Default to selected-window.
11031
11032 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11033
11034 * progmodes/gud.el (gud-running): Fix doc string.
11035 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11036 (gud-tooltip-modes): Add python-mode.
11037 (gud-tooltip-print-command): Add pdb. Remove perldb.
11038
11039 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11040
11041 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11042 Quote $(EMACS).
11043
11044 2006-06-05 Richard Stallman <rms@gnu.org>
11045
11046 * faces.el (defined-colors): Doc fix.
11047
11048 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11049
11050 * vc.el (vc-process-filter): Inhibit undo info collection around
11051 call to insert.
11052 (vc-setup-buffer): Likewise for call to erase-buffer.
11053 (vc-do-command): Likewise for call to process-file.
11054
11055 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11056
11057 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11058 for gud-go.
11059 (gud-common-init): Other debuggers may trigger error.
11060
11061 2006-06-05 Kenichi Handa <handa@m17n.org>
11062
11063 * international/mule.el (find-auto-coding):
11064 Handle enable-character-translation in file header.
11065
11066 2006-06-04 Kim F. Storm <storm@cua.dk>
11067
11068 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11069 (authors-fixed-entries): Fix spelling.
11070 (authors-canonical-file-name): Don't report error for wildcards.
11071
11072 * help.el (view-emacs-news): Rewrite to support new NEWS,
11073 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11074 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11075 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11076
11077 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11078
11079 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11080 exec constructs like `foo bar`.
11081 (sh-quoted-subshell): New helper function to search for a possibly
11082 nested subshell (like `` or $()) within a "" quoted string.
11083 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11084 (sh-apply-quoted-subshell): Flag quote characters inside a
11085 subshell, which is itself already in a quoted region, as
11086 punctuation, since this is the closest to what they actually are.
11087 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11088 sh-apply-quoted-subshell.
11089 (sh-font-lock-syntactic-face-function): Apply the new face for
11090 text inside `` instead of the old font-lock-string-face.
11091
11092 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11093
11094 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11095 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11096 (mac-bytes-to-text-range, mac-ae-text-range-array)
11097 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11098 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11099 (mac-ts-unicode-for-key-event): New functions.
11100 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11101 (mac-handle-font-selection): Use mac-ae-number.
11102 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11103 New variables.
11104 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11105 (mac-ts-converted-text, mac-ts-selected-converted-text)
11106 (mac-ts-block-fill-text, mac-ts-outline-text)
11107 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11108 (mac-ts-hilite-style-faces): New constant.
11109 (mac-apple-event-map): Bind text input events.
11110 (mac-dispatch-apple-event): Use command-execute instead of
11111 call-interactively.
11112 (global-map): Don't bind mac-apple-event.
11113 (special-event-map): Bind mac-apple-event.
11114
11115 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11116
11117 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11118 file name.
11119 (emacs): Enclose the value of $(EMACS) in quotes.
11120
11121 2006-06-02 Juri Linkov <juri@jurta.org>
11122
11123 * international/mule.el (sgml-html-meta-auto-coding-function):
11124 Remove the condition `(search-forward "<html" size t)'.
11125 Replace `\"' with `[\"']?' in `re-search-forward'.
11126
11127 2006-06-02 Kenichi Handa <handa@m17n.org>
11128
11129 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11130 as well as `coding'.
11131 (hack-local-variables): Likewise.
11132
11133 * international/mule.el (enable-character-translation):
11134 Put permanent-local and safe-local-variable properties.
11135 (find-auto-coding): Handle char-trans: tag.
11136
11137 2006-06-02 Juri Linkov <juri@jurta.org>
11138
11139 * international/mule.el (sgml-html-meta-auto-coding-function):
11140 Limit the search by the end of the HTML header (if any).
11141
11142 2006-06-01 Richard Stallman <rms@gnu.org>
11143
11144 * subr.el (with-current-buffer): Doc fix.
11145
11146 2006-06-02 Masatake YAMATO <jet@gyve.org>
11147
11148 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11149 Almost rewrite. Underlines over all lines of gcov output are too
11150 uncomfortable to read. Suggested by Dan Nicolaescu.
11151
11152 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11153
11154 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11155
11156 * shell.el (shell-mode): Use shell-mode-map in docstring.
11157
11158 * comint.el (comint-send-input): Do not add help-echo and
11159 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11160
11161 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11162
11163 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11164
11165 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11166
11167 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11168 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11169 look up the stack and pop up GUD buffer if necessary.
11170 (gdb-frames-select): Remove redundant call to gud-display-frame.
11171 (gdb-info-threads-custom): Keep point at start of buffer.
11172 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11173
11174 2006-05-31 Juri Linkov <juri@jurta.org>
11175
11176 * replace.el (query-replace-read-from, query-replace-read-to):
11177 Bind `history-add-new-input' to nil. Call `add-to-history'.
11178
11179 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11180
11181 * textmodes/table.el: Convert all HTML tags to lower case for
11182 XHTML compatibility.
11183
11184 2006-05-31 Masatake YAMATO <jet@gyve.org>
11185
11186 * progmodes/compile.el:
11187 (compilation-error-regexp-alist-alist::gcov-called-line):
11188 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11189
11190 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11191
11192 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11193 Revert inadvertent changes made with last commit.
11194
11195 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11196
11197 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11198 New functions.
11199
11200 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11201
11202 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11203
11204 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11205 only matches in the right place.
11206 (org-upcoming-deadline): New face.
11207 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11208 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11209 and make it an option.
11210 (org-export-ascii-bullets): New option.
11211 (org-export-as-html): Many changes to emit valid XHTML.
11212 (org-par-open): New variable.
11213 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11214 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11215 (org-timeline): Pass `org-timeline-show-empty-dates' to
11216 `org-get-all-dates'. Interpret empty dates returned by
11217 `org-get-all-dates'.
11218 (org-get-all-dates): New argument EMPTY. Add dates without
11219 entries to the list, mark large ranges of empty dates.
11220 (org-point-in-group, org-context): New functions.
11221
11222 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11223
11224 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11225
11226 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11227 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11228 to C-mouse-3 (for 2 button mice).
11229 (gdb-send): Do the right thing for C-d.
11230
11231 * speedbar.el (speedbar-detach): Delete.
11232 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11233 it breaks things.
11234 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11235
11236 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11237
11238 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11239 Makeppfile.
11240
11241 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11242 Add makepp diagnostic.
11243
11244 2006-05-29 Richard Stallman <rms@gnu.org>
11245
11246 * window.el (fit-window-to-buffer): Doc fix.
11247
11248 * help.el (temp-buffer-max-height): Doc fix.
11249
11250 * subr.el (with-current-buffer): Doc fix.
11251
11252 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11253
11254 * term/x-win.el: Bind F10 to menu-bar-start if available.
11255
11256 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11257
11258 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11259 uses with a simple test.
11260 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11261 (term-send-raw-string, term-send-raw, term-mouse-paste)
11262 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11263 (term-handle-exit, term-read-input-ring)
11264 (term-previous-matching-input-string)
11265 (term-previous-matching-input-string-position)
11266 (term-previous-matching-input-from-input)
11267 (term-replace-by-expanded-history, term-send-input)
11268 (term-skip-prompt, term-bol, term-send-invisible)
11269 (term-kill-input, term-delchar-or-maybe-eof)
11270 (term-backward-matching-input, term-check-source)
11271 (term-proc-query, term-emulate-terminal)
11272 (term-handle-colors-array, term-process-pager, term-pager-line)
11273 (term-pager-bob, term-unwrap-line, term-word)
11274 (term-dynamic-complete-filename)
11275 (term-dynamic-complete-as-filename)
11276 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11277 unlesses.
11278
11279 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11282 during bootstrapping.
11283
11284 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11285 Basically undo the change of 2006-05-26: use extra arguments instead of
11286 dynamic scoping.
11287 (ewoc-locate): Remove unused var `footer'.
11288
11289 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11292
11293 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11294 (generate-file-autoloads): Obey it. Return whether autoloads were
11295 added at point or not.
11296 (update-file-autoloads): Use this new return value.
11297 Remove redundant test for the presence of an autoload cookie.
11298
11299 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11300 This one calls hack-local-variables.
11301 (generate-file-autoloads, update-file-autoloads): Use it.
11302
11303 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11304 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11305 (bibtex-sort-entry-class-alist): Don't set the global value.
11306 (bibtex-init-sort-entry-class-alist): New fun.
11307 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11308 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11309 of bibtex-init-sort-entry-class.
11310
11311 2006-05-28 Richard Stallman <rms@gnu.org>
11312
11313 * subr.el (load-history-regexp): If FILE is relative, insist
11314 entire last name component must match it.
11315 (load-history-filename-element, load-history-regexp): Doc fixes.
11316
11317 2006-05-29 Kim F. Storm <storm@cua.dk>
11318
11319 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11320 `pos' and `raw-data' for clarity, as eval forms may access these.
11321
11322 2006-05-28 Kim F. Storm <storm@cua.dk>
11323
11324 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11325
11326 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * progmodes/make-mode.el (makefile-browser-map)
11329 (makefile-mode-syntax-table): Move initialization inside declaration.
11330 (makefile-fill-paragraph): Use the default comment-filling code.
11331
11332 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11333
11334 * replace.el (query-replace-defaults): New variable.
11335 (query-replace-read-from): Use `query-replace-defaults' for
11336 default value, instead of history list.
11337 (query-replace-read-to): Update `query-replace-defaults'.
11338
11339 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11340
11341 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11342 with no X toolkit.
11343
11344 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11345
11346 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11347 (tumme-show-all-from-dir): Add autoload.
11348
11349 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11350
11351 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11352 (tumme-remove-tag): Fix bug.
11353
11354 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11355
11356 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11357 FOOTER args. Update unique caller.
11358 (ewoc-delete): Compute last node once before looping.
11359 (ewoc--node-branch): Merge into unique caller.
11360 (ewoc--node): Don't define constructor make-ewoc--node for this
11361 structure.
11362 (ewoc): Add member `hf-pp' to this structure.
11363 (ewoc--wrap): New func.
11364 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11365 header/footer pretty-printers. Save header/footer pretty-printer.
11366 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11367
11368 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11369
11370 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11371
11372 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11373 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11374 Tag'. Change "Compare directories..." to "Change Directories...".
11375 Move tumme commands to Operate, Regexp and Immediate menus.
11376 Change "Add Comment" to "Add Image Comment". Change "Add Image
11377 Tag" to "Add Image Tags".
11378
11379 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11380 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11381 `tumme-delete-tag'.
11382
11383 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11384
11385 * shell.el (shell-mode): Call shell-dirtrack-mode after
11386 list-buffers-directory is made a local variable, to avoid setting
11387 the default value.
11388
11389 2006-05-26 Kevin Ryde <user42@zip.com.au>
11390
11391 * info.el (Info-index-next): Use where-is-internal to report
11392 actual binding of Info-index-next, rather than hard-coded `,'.
11393
11394 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11395
11396 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11397 and "Find Command in Manual" to here.
11398
11399 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11400 Info-current-file as the file name.
11401
11402 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11403
11404 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11405 overrides will now be done a different way.
11406 (ses-set-parameter): Reapply this function for undo.
11407 (ses-set-header-row): Reconstruct header row during undo.
11408 (ses-widen): New function.
11409 (ses-goto-data, ses-reconstruct-all): Use new function.
11410 (ses-command-hook): Widen buffer during undo, before unupdating
11411 the cells.
11412 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11413 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11414 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11415 formula hasn't been executed yet.
11416
11417 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11418
11419 * comint.el (comint-kill-whole-line): Rename arg to count.
11420 Fix doc string.
11421
11422 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11423
11424 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11425 to copy-file.
11426
11427 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11428
11429 * simple.el (toggle-truncate-lines): Make arg optional for
11430 backward compatibility.
11431
11432 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11433
11434 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11435 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11436 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11437 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11438 (ewoc--adjust): Use ewoc--current-dll.
11439 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11440
11441 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11442
11443 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11444 compact error message.
11445 (org-tags-view): Refresh category table in each file.
11446 (org-table-justify-field-maybe): Remove superfluous arguments to
11447 `format'.
11448 (org-export-as-html): Insert "<p>" before postamble.
11449 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11450
11451 2006-05-26 Kenichi Handa <handa@m17n.org>
11452
11453 * textmodes/po.el (po-find-charset): Pay attention to the case
11454 FILENAME is a cons (NAME . BUFFER).
11455 (po-find-file-coding-system-guts): Likewise.
11456
11457 * arc-mode.el (archive-set-buffer-as-visiting-file):
11458 Call find-operation-coding-system with (FILENAME . BUFFER).
11459
11460 * tar-mode.el (tar-extract): Call find-operation-coding-system
11461 with (FILENAME . BUFFER).
11462
11463 * international/mule.el (decode-coding-inserted-region):
11464 Call find-operation-coding-system with (FILENAME . BUFFER).
11465
11466 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11467
11468 * image-mode.el (image-toggle-display): Use buffer contents to
11469 generate image for a remote file.
11470
11471 2006-05-25 Juri Linkov <juri@jurta.org>
11472
11473 * replace.el (query-replace-read-from, query-replace-read-to):
11474 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11475
11476 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11477
11478 * whitespace.el (whitespace-cleanup): Change to cleanup
11479 region if one is active.
11480 * whitespace.el (whitespace-cleanup-internal): New internal method.
11481
11482 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11483
11484 * dired.el (dired-mode-map): Add help-echo strings to tumme
11485 commands. Bind `tumme-dired-display-image' to C-t i.
11486
11487 * tumme.el (tumme-display-image): Change documentation string slightly.
11488 (tumme-dired-display-image): Add call to `display-buffer'.
11489
11490 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11491
11492 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11493 Signal error if RAW-DATA is a multibyte string.
11494
11495 2006-05-24 Richard Stallman <rms@gnu.org>
11496
11497 * subr.el (with-local-quit): When handling `quit' signal,
11498 make a chance for quit-flag to cause a quit.
11499
11500 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11501 (ad-disable-advice): Add autoloads.
11502
11503 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11504
11505 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11506
11507 * dired.el (dired-mode-map): Change menu items for tumme as per
11508 suggestions in emacs-devel.
11509
11510 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11511
11512 * dired.el (dired-mode-map): Fix breakage.
11513
11514 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11515
11516 * tumme.el (tumme-display-dired-image): Rename to...
11517 (tumme-dired-display-image): ...this.
11518 (tumme-track-movement): Change default value to t.
11519 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11520 used from `tumme-next-line-and-display' and similar commands.
11521
11522 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11523 Immediate menu. Add some tumme commands there.
11524
11525 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11526
11527 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11528
11529 2006-05-24 Chong Yidong <cyd@mit.edu>
11530
11531 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11532 menu entries that open submenus.
11533
11534 2006-05-24 Alan Mackenzie <acm@muc.de>
11535
11536 * startup.el (command-line): For names of preloaded files, don't
11537 append ".elc" (now done in Fload), and call file-truename on the
11538 lisp directory.
11539
11540 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11541 match ANY loaded file with the right name, not just those in
11542 load-path. Put a regexp matching the file name into
11543 after-load-alist, rather than the name itself.
11544
11545 * subr.el (load-history-regexp, load-history-filename-element)
11546 (do-after-load-evaluation): New functions.
11547
11548 * international/mule.el (load-with-code-conversion): Do the
11549 eval-after-load stuff by calling do-after-load-evaluation.
11550
11551 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11552
11553 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11554 has not been killed.
11555
11556 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11557
11558 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11559 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11560 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11561 Optionally set error message in reply.
11562
11563 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11564
11565 * textmodes/org.el (org-open-at-point): Use renamed variable
11566 `org-confirm-shell-link-function'.
11567 (org-confirm-shell-link-function): Rename from
11568 `org-confirm-shell-links'.
11569 (org-export-directory): New function.
11570 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11571 (org-export-icalendar): Use `org-export-directory'.
11572 (org-indent-item): Keep cursor position.
11573 (org-link-file-path-type): New option.
11574 (org-export-as-html): Fix bug with plain lists starting in
11575 column 0.
11576 (org-export-as-html): Remove deadline formatting, this happens
11577 now already in `org-html-handle-time-stamps'.
11578 (org-export-html-style): Deadline class removed.
11579 (org-insert-labeled-timestamps-at-point): New option.
11580 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11581 of `hide-sublevels 1', in case the first headline is not level 1.
11582 (org-overview, org-content): New fuction.
11583 (org-cycle-global-status, org-cycle-subtree-status): Make these
11584 variables buffer-local.
11585 (org-global-cycle): New command.
11586 (org-shifttab): Use `org-global-cycle'.
11587 (org-insert-heading, org-insert-item): Go to end of new
11588 headline/item after creating it.
11589 (org-export-visible): Rename from `org-export-copy-visible'.
11590 Now creates a temporary org-file and applies an exporting command
11591 to it.
11592 (org-table-eval-formula): Support for lisp forms.
11593 (org-agenda-todo-ignore-scheduled): New option.
11594 (org-agenda-get-todos): Use new option
11595 `org-agenda-todo-ignore-scheduled'.
11596 (org-export-html-inline-images): New value `maybe'.
11597 (org-export-as-html): Inlining of images dependent on link description.
11598 (org-archive-subtree): Check for end-of-buffer before trying
11599 `kill-line'.
11600 (org-agenda-follow-mode): New option.
11601 (org-export-with-tags, org-export-with-timestamps): New options.
11602 (org-html-handle-time-stamps): New function.
11603 (org-keyword-time-regexp): New variable.
11604 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11605 (org-agenda-todo-list-sublevels): New option.
11606 (org-html-level-start): When TITLE is nil, just close all levels.
11607 (org-parse-key-lines, org-parse-export-options): Remove functions,
11608 replaced by `org-infile-export-plist'.
11609 (org-combine-plists, org-infile-export-plist)
11610 (org-default-export-plist): New functions.
11611 (org-export-html-preamble, org-export-html-postamble)
11612 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11613 New variables.
11614 (org-export-publishing-directory): New option.
11615 (org-export-as-html, org-export-as-ascii): Use the new property
11616 lists for settings.
11617 (org-export-copy-visible, org-export-as-xoxo):
11618 Respect `org-export-publishing-directory'.
11619 (org-link-search, org-store-link, org-file-apps): Support for
11620 links to BibTeX database entries..
11621 (org-get-current-options, org-set-regexps-and-options):
11622 Implement logging as a startup option.
11623 (org-store-link): Make sure context string is never empty
11624 (org-insert-link): Use relative path when possible.
11625 (org-at-item-checklet-p): New function.
11626 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11627 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11628 (org-metaright, org-metaup, org-metadown, org-shiftup)
11629 (org-shiftdown, org-shiftright, org-shiftleft)
11630 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11631 Dispatch using `call-interactively'.
11632 (org-call-with-arg): New defsubst.
11633 (org-tag-alist, org-use-fast-tag-selection): New options.
11634 (org-complete): Use `org-tag-alist'.
11635 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11636 (org-next-item, org-previous-item): New commands.
11637 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11638 make command.
11639 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11640
11641 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11642
11643 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11644 (ewoc-filter): Use `ewoc-delete'.
11645
11646 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11647
11648 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11651 Signal more user-friendly error messages.
11652
11653 * complete.el (PC-do-completion): Undo the addition of implicit
11654 wildcards if they did not lead to finding any match.
11655 (read-file-name-internal): Don't add the final > if the completion is
11656 not finished.
11657
11658 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11659
11660 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11661 Quote safe-local-variable predicate.
11662
11663 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11664
11665 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11666
11667 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11668
11669 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11670
11671 * progmodes/make-mode.el (makefile-special-targets-list)
11672 (makefile-macro-table, makefile-target-table): Mark as risky.
11673 (makefile-query-one-target-method): Make this the alias for the
11674 following variable.
11675 (makefile-query-one-target-method-function): Make this the real name.
11676
11677 * textmodes/artist.el (artist-text-renderer): Make this the alias
11678 for the following variable.
11679 (artist-text-renderer-function): Make this the real name.
11680
11681 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11682 the alias for the following variable.
11683 (flyspell-generic-check-word-predicate): Make this the real name.
11684
11685 * textmodes/ispell.el (ispell-format-word): Make this the alias
11686 for the following variable.
11687 (ispell-format-word-function): Make this the real name.
11688 (ispell-message-text-end): Mark as risky.
11689
11690 * skeleton.el (skeleton-transformation, skeleton-filter)
11691 (skeleton-pair-filter): Make these the aliases for the following
11692 variables.
11693 (skeleton-transformation-function, skeleton-filter-function)
11694 (skeleton-pair-filter-function): Make these the real names.
11695
11696 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11697 and skeleton-pair-filter-function.
11698
11699 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11700 alias for the following variable.
11701 (sgml-transformation-function): Make this the real name.
11702 (sgml-tag-alist): Mark as risky.
11703
11704 2006-05-21 Richard Stallman <rms@gnu.org>
11705
11706 * simple.el (kill-region): Interactively, pass point, then mark.
11707
11708 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11709
11710 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11711
11712 2006-05-21 Romain Francoise <romain@orebokech.com>
11713
11714 * dired-x.el (dired-mode-map): Don't bind M-g.
11715
11716 2006-05-20 Richard Stallman <rms@gnu.org>
11717
11718 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11719 (dired-goto-file): Doc fix.
11720
11721 2006-05-21 Kim F. Storm <storm@cua.dk>
11722
11723 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11724 way to enable built-in cua-mode if user loads older CUA-mode package.
11725
11726 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11727 if default-filename is specified.
11728
11729 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11730
11731 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11732
11733 * info.el (info-apropos): Make sure current-file and current-node
11734 have non-nil values. Speed up by using add-to-list instead of
11735 manual consing.
11736
11737 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11738
11739 * progmodes/make-mode.el (makefile-mode): Doc fix.
11740
11741 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11742
11743 * dired-aux.el (dired-do-shell-command): Doc fix.
11744
11745 2006-05-20 Kevin Ryde <user42@zip.com.au>
11746
11747 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11748 ``(custom-manual :tag "Foo" "(foo)Node")''.
11749
11750 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11751
11752 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11753 value is an integer.
11754
11755 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11756
11757 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11758 "format".
11759 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11760
11761 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11762
11763 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11764 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11765
11766 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11767
11768 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11769 regexp for keywords.
11770
11771 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11772
11773 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11774 replace-regexp-in-string.
11775
11776 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11777 encode, and escape file name on conversion to URL.
11778
11779 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11780
11781 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11782 Don't unescape URL.
11783 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11784
11785 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11786 on conversion to URLs.
11787
11788 * net/browse-url.el (browse-url-file-url): Encode file name on
11789 conversion to URL.
11790
11791 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11792 conversion to URL.
11793
11794 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11795
11796 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11797
11798 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11799
11800 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11801 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11802
11803 2006-05-19 Glenn Morris <rgm@gnu.org>
11804
11805 * calendar/diary-lib.el (diary-bahai-date)
11806 (list-bahai-diary-entries, mark-bahai-diary-entries)
11807 (mark-bahai-calendar-date-pattern): Not interactive.
11808 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11809 (diary-entries-list): Change format of 4th element in each entry.
11810 (diary-list-entries): Use add-to-diary-list.
11811 (diary-goto-entry): Handle the case where the buffer visiting the
11812 diary has been killed.
11813 (fancy-diary-display): Add 'locator to button rather than 'marker.
11814 Only generate temp-face when there are marks to apply.
11815 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11816 (diary-fancy-date-pattern): New variable.
11817 (diary-time-regexp): Doc fix.
11818 (diary-anniversary, diary-time): New faces.
11819 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11820 diary-time-regexp. Add font-lock-multiline property where needed.
11821 Use new faces diary-anniversary and diary-time.
11822 (diary-fancy-font-lock-fontify-region-function): New function, to
11823 handle multiline font-lock pattern in fancy diary.
11824 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11825 (diary-font-lock-keywords): Tweak time regexp. Use new face
11826 diary-time.
11827
11828 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11829
11830 * international/code-pages.el (mik): Table corrected.
11831
11832 2006-05-18 Kim F. Storm <storm@cua.dk>
11833
11834 * progmodes/grep.el (grep-find): Don't check grep-find-command
11835 before running command (breaks non-interactive usage).
11836
11837 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11838
11839 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11840 (ewoc--insert-new-node): Don't insert trailing newline.
11841 Instead, adjust successor nodes's start markers.
11842 (ewoc--refresh-node): Delete all text from current node's start
11843 marker to the next one's; adjust successor nodes's start markers.
11844 (ewoc--create): Doc fixes.
11845 (ewoc--refresh): Don't insert newline.
11846 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11847 * pcvs.el (cvs-make-cvs-buffer):
11848 Specify extra newline for ewoc's header and footer.
11849 (cvs-update-header): Update initial header recognition.
11850 Append newline to final header and footer values.
11851 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11852
11853 2006-05-17 Richard Stallman <rms@gnu.org>
11854
11855 * files.el (file-name-extension): Doc fix.
11856
11857 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11860 we can explicitly enable/disable rather than toggle.
11861 (shell-mode): Use it.
11862 (shell-cd): Don't try to reproduce what `cd' does.
11863
11864 2006-05-17 Kim F. Storm <storm@cua.dk>
11865
11866 * ido.el (ido-read-internal): Use only nondirectory part of
11867 default item.
11868
11869 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11870
11871 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11872 (ewoc-nth): Doc fix.
11873
11874 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11875
11876 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11877
11878 * international/mule.el (auto-coding-alist): Add .lha to files
11879 read with no-conversion.
11880
11881 * files.el (auto-mode-alist): Add .lha files to archive file
11882 extensions.
11883
11884 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11885 Convert csize to integer when computing offsets within the
11886 compressed archive file.
11887
11888 2006-05-16 Kim F. Storm <storm@cua.dk>
11889
11890 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11891 with read-from-minibuffer.
11892
11893 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11894
11895 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11896 (byte-compile-warnings): Fix safe-local-variable property.
11897
11898 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11899
11900 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11901 (allout-stylish-prefixes, allout-numbered-bullet)
11902 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11903 predicates to qualify `safe-local-variable' property, when
11904 available, else use equivalent lambda.
11905 (allout-current-topic-collapsed-p): Do the right thing regarding
11906 trailing blank lines.
11907
11908 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * server.el (server-start): Only create a directory if needed.
11911 (server-edit, server-unload-hook): server-start => server-mode.
11912 (kill-emacs-hook): Cleanup upon exit.
11913
11914 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * hexl.el (hexlify-buffer): Encode process arguments manually.
11917
11918 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11919
11920 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11921 call to gdb-tooltip-print.
11922
11923 2006-05-15 Romain Francoise <romain@orebokech.com>
11924
11925 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11926 systems, default to "tar" since those systems probably have GNU tar.
11927
11928 2006-05-14 Lars Hansen <larsh@soem.dk>
11929
11930 * desktop.el (desktop-missing-file-warning): Fix docstring.
11931 (desktop-restore-file-buffer): Correct question asked on missing file.
11932
11933 2006-05-14 Kim F. Storm <storm@cua.dk>
11934
11935 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11936 Add CUA move property.
11937
11938 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11939
11940 * custom.el (custom-push-theme): Load the variable before checking
11941 its `standard-value'.
11942
11943 2006-05-13 Lars Hansen <larsh@soem.dk>
11944
11945 * desktop.el (desktop-save): Use with-temp-buffer.
11946
11947 2006-05-12 Glenn Morris <rgm@gnu.org>
11948
11949 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11950 * calendar/calendar.el (calendar-mode-map):
11951 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11952 * calendar/appt.el (appt-check, appt-make-list): Refer to
11953 diary-view-entries, diary-list-entries, diary-show-all-entries
11954 rather than obsolete aliases.
11955
11956 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11957
11958 * simple.el (line-move-finish): Avoid calling point motion hooks
11959 while processing intangibility.
11960
11961 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11962
11963 * term/xterm.el (terminal-init-xterm): Fix typo.
11964
11965 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11966
11967 * allout.el (allout-view-change-hook): Mark as being deprecated,
11968 to be replaced by `allout-exposure-change-hook'.
11969 (allout-exposure-change-hook): New, replacing
11970 `allout-view-change-hook'.
11971 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11972 in addition to `allout-view-change-hook'.
11973 (allout-show-bodies, allout-old-style-prefixes)
11974 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11975 lambda forms to prevent their showing up in variable help
11976 presentations as inscrutable byte-compiled code.
11977 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11978 Use string-or-null-p to qualify safe-local-variable values.
11979 (allout-reindent-bodies): Use memq to qualify matches against
11980 valid safe-local-variable values. Also, quote the lambda as above.
11981 (allout-use-mode-specific-leader): Add missing candidate-value
11982 symbols, use memq, and quote the lambda.
11983 (allout-overlay-interior-modification-handler): Remove unused
11984 variables `msg' and 'opened'.
11985 (allout-hidden-p): Constrain invisibility consideration to allout's
11986 invisibility spec, disregarding invisibility for other reasons.
11987
11988 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11989
11990 * files.el (version-control): Correct safe values.
11991
11992 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11993
11994 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11995
11996 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11997 (ewoc--insert-new-node): New func.
11998 Update callers of deleted funcs to use it, instead.
11999
12000 2006-05-11 Glenn Morris <rgm@gnu.org>
12001
12002 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12003 obsolete alias `show-all-diary-entries'.
12004 (make-diary-entry): Not interactive.
12005 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12006 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12007 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12008 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12009 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12010 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12011
12012 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12013
12014 * calendar/calendar.el (calendar-french-date-string)
12015 (calendar-mayan-date-string, calendar-chinese-date-string)
12016 (calendar-astro-date-string, calendar-iso-date-string)
12017 (calendar-islamic-date-string, calendar-bahai-date-string)
12018 (calendar-hebrew-date-string, calendar-coptic-date-string)
12019 (calendar-ethiopic-date-string, calendar-persian-date-string):
12020 These functions are not interactive.
12021
12022 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12023
12024 * files.el: Balance parentheses.
12025
12026 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12027
12028 * files.el, newcomment.el, outline.el, simple.el,
12029 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12030 * progmodes/cc-vars.el, progmodes/compile.el:
12031 Move `safe-local-variable' declarations to the respective files.
12032
12033 * help-fns.el (describe-variable): Don't print safe-var if it is
12034 byte-code. Improve wording as suggested by Luc Teirlinck.
12035
12036 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12037
12038 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12039 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12040 Use a token for pending-triggers to ensure gdb-var-update
12041 gets called once per user input again for pre-GDB 6.4.
12042 (gdb-var-delete): Match on more complex expressions.
12043 (gdb-var-list-children-handler, gdb-var-create-handler):
12044 Use a token for consistency.
12045
12046 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12047
12048 * textmodes/org.el (org-read-date, org-goto-calendar)
12049 (org-agenda-goto-calendar):
12050 Bind `view-calendar-holidays-initially' to nil.
12051
12052 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12053
12054 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12055 Update all callers to do it there, instead.
12056
12057 2006-05-10 Glenn Morris <rgm@gnu.org>
12058
12059 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12060 prefix arg case, to avoid view-diary-entries-initially error.
12061 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12062 (calendar-date-is-legal-p): Handle dates with no day part.
12063
12064 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12065
12066 * comint.el (comint-insert-input): Just make it when
12067 comint-use-prompt regexp is nil (default) and with the mouse.
12068 (comint-copy-old-input): Reinstate from 2004-06-23.
12069 (comint-mode-map): Bind C-c C-m to it.
12070
12071 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12072
12073 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12074 Remove spurious move to point-max (new comint behavior fixes).
12075
12076 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12077 compatibility function (Emacs 18/19).
12078 (idlwave-is-continuation-line): Always return point at start of
12079 previous non-blank continuation line.
12080 (keyword-parameters): Fix continued comment font-lock matcher.
12081 (idlwave-font-lock-fontify-region): Written, use as
12082 font-lock-fontify-region-function, to fix continued keyword
12083 fontification issues.
12084
12085 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12086
12087 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12088 (mac-service-selection, mac-service-open-file)
12089 (mac-service-open-selection, mac-service-mail-selection)
12090 (mac-service-mail-to, mac-service-insert-text): Rename from
12091 mac-services-*. All uses changed.
12092 (mac-apple-event-map): Rename event symbol `services' to `service'.
12093
12094 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12095
12096 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12097 (ewoc--node-enter-first, ewoc--node-enter-last)
12098 (ewoc--delete-node-internal): Merge funcs into unique callers.
12099
12100 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12101
12102 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12103 return value of read-from-minibuffer for empty input.
12104
12105 2006-05-09 Miles Bader <miles@gnu.org>
12106
12107 * comint.el (comint-insert-input): Remove redundant calls to setq
12108 and goto-char.
12109
12110 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12111
12112 * comint.el (comint-insert-input): Make it work when
12113 comint-use-prompt-regexp is t.
12114
12115 2006-05-10 Miles Bader <miles@gnu.org>
12116
12117 * subr.el (field-at-pos): New function.
12118
12119 * comint.el (comint-insert-input): Use it.
12120
12121 2006-05-09 Juri Linkov <juri@jurta.org>
12122
12123 * battery.el (battery-linux-proc-acpi): Also try
12124 `/proc/acpi/thermal_zone/THR2/temperature'.
12125
12126 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12127 for now unused lambda `string-or-null'.
12128
12129 * add-log.el (change-log-default-name): Put `string-or-null-p'
12130 instead of lambda on `safe-local-variable' property.
12131
12132 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12133 `region-end' instead of `mark' and `point'.
12134 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12135 Operate on region in Transient Mark mode when the mark is active.
12136 Use `region-beginning' and `region-end' instead of `mark' and
12137 `point'.
12138 (diff-hunk-text, diff-goto-source): Doc fix.
12139
12140 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12141 face `mode-line-buffer-id' for mode-line buffer face instead of
12142 hard-coded `(:weight bold)'.
12143
12144 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12145 buffer-undo-list to t (undo-ask is reproducible by visiting
12146 nested archives).
12147
12148 2006-05-09 Kim F. Storm <storm@cua.dk>
12149
12150 * progmodes/grep.el (rgrep): Set default directory of *grep*
12151 buffer if we start M-x rgrep in the *grep* buffer and choose
12152 a different base directory.
12153
12154 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12155
12156 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12157 completion also when ido is loaded.
12158
12159 2006-05-09 Masatake YAMATO <jet@gyve.org>
12160
12161 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12162 "warning" and "import".
12163 (cpp-font-lock-keywords): Added "warning".
12164
12165 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12166
12167 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12168
12169 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12172 pages at a time, if we signal the end, we should indeed reach that end.
12173
12174 2006-05-08 David Reitter <david.reitter@gmail.com>
12175
12176 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12177 output during execution of the body.
12178
12179 2006-05-08 Kim F. Storm <storm@cua.dk>
12180
12181 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12182
12183 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12184
12185 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12186 Use with-current-buffer.
12187
12188 2006-05-07 Kim F. Storm <storm@cua.dk>
12189
12190 * subr.el (add-to-history): Remove keep-dups arg.
12191
12192 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12193 to nil around call to add-to-history.
12194
12195 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12198 than after a buffer modification.
12199
12200 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12201
12202 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12203 call to...
12204 (gud-watch): ...here so speedbar is raised for already watched
12205 expressions.
12206 (gdb-speedbar-refresh): Delete function.
12207 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12208 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12209 earlier change).
12210 (gdb-var-evaluate-expression-handler)
12211 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12212
12213 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12214 Update localized contents for all buffers except ignored modes.
12215
12216 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12217
12218 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12219 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12220 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12221 (mac-handle-font-panel-closed, mac-handle-font-selection):
12222 New functions.
12223 (mac-font-panel-mode): New minor mode.
12224 (mac-apple-event-map): Add bindings for toolbar toggle button and
12225 font panel.
12226 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12227
12228 2006-05-07 John Paul Wallington <jpw@pobox.com>
12229
12230 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12231 Avoid `regexp-opt'; simplify regexp for readability.
12232
12233 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12234
12235 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12236 * files.el (buffer-stale-function):
12237 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12238 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12239 links to the main manual, not to emacs-xtra.
12240
12241 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12242
12243 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12244 MacJapanese if text is ASCII-only.
12245
12246 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12247
12248 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12249 unless so nil isn't returned.
12250 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12251
12252 2006-05-06 Kim F. Storm <storm@cua.dk>
12253
12254 * subr.el (add-to-history): New function.
12255
12256 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12257 (ediff-merge-files-with-ancestor):
12258 * env.el (setenv):
12259 * isearch.el (isearch-update-ring):
12260 * server.el (server-visit-files):
12261 * progmodes/grep.el (lgrep, rgrep):
12262 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12263 * progmodes/xscheme.el (xscheme-insert-expression):
12264 Use add-to-history.
12265
12266 * kmacro.el (kmacro-push-ring): Use add-to-history.
12267 (kmacro-ring-length): Remove unused defun.
12268 (kmacro-start-macro): Use kmacro-push-ring.
12269
12270 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12271
12272 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12273 directly instead of a lambda expression that calls it.
12274
12275 2006-05-06 Kim F. Storm <storm@cua.dk>
12276
12277 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12278 instead of compute-motion.
12279
12280 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12281
12282 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12283 change.
12284
12285 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12286
12287 * startup.el (command-line-1): Refer to "Pure Storage" on
12288 pure-space-overflow.
12289
12290 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12291
12292 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12293 provided faces once they all have been used up.
12294
12295 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12296
12297 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12298 reference to the Lisp manual to the warning about pure space
12299 overflow.
12300
12301 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12302
12303 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12304 argument to avoid the call to `ispell-internal-change-dictionary'
12305 when not needed.
12306 (ispell-change-dictionary): Use this argument and call
12307 `ispell-internal-change-dictionary' after the possible change
12308 to `ispell-local-dictionary'.
12309 (ispell-internal-change-dictionary): Check for a change in
12310 personal dictionary use too.
12311
12312 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12313
12314 * startup.el (command-line): On MS-Windows, probe "~", not
12315 "~USER", for warning about non-existent home directory.
12316
12317 * arc-mode.el (archive-l-e): New optional argument `float' means
12318 generate a float value.
12319 (archive-arc-summarize, archive-lzh-summarize)
12320 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12321 with 3rd argument non-nil when file's size is being computed.
12322 Format the file sizes with %8.0f instead of %8d.
12323
12324 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12325
12326 * cus-start.el (all): Add mac-dnd-known-types.
12327
12328 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12329 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12330 (mac-TIFF-to-string): New functions.
12331 (x-get-selection, x-selection-value)
12332 (mac-select-convert-to-string): Use them.
12333 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12334 (mac-dnd-types-alist): New customization variable.
12335 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12336 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12337 (mac-dnd-handle-drag-n-drop-event): New functions.
12338 (mac-drag-n-drop): Remove function.
12339 (global-map): Bind drag-n-drop and M-drag-n-drop to
12340 mac-dnd-handle-drag-n-drop-event.
12341
12342 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12343
12344 * progmodes/perl-mode.el (perl-beginning-of-function):
12345 Skip anonymous subs.
12346
12347 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12348
12349 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12350 regexp-opt at run time.
12351
12352 * term.el (term-handle-ansi-escape): Fix off by one error.
12353
12354 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12355
12356 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12357 (gdb-init-1, gdb-post-prompt): ...and references to it.
12358 (gdb-frame-handler): Strip directory name from filename if present.
12359
12360 * progmodes/gud.el (gdb-force-update): Delete defvar
12361 (gud-speedbar-buttons): ...and references to it. Use window-start
12362 to try to keep positon in watch expression.
12363
12364 2006-05-03 Richard Stallman <rms@gnu.org>
12365
12366 * simple.el (next-history-element, previous-history-element): Doc fix.
12367
12368 * isearch.el (isearch-update-ring): Doc fix.
12369
12370 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12371
12372 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12373 into consideration. Replace one arm ifs with whens.
12374
12375 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12376
12377 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12378 (menu): Fix typo.
12379
12380 2006-05-02 Miles Bader <miles@gnu.org>
12381
12382 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12383
12384 2006-05-02 Jay Belanger <belanger@truman.edu>
12385
12386 * calc/calc-embed.el (calc-override-minor-modes-map)
12387 (calc-override-minor-modes): New variables.
12388 (calc-do-embedded): Make sure that Calc keystrokes aren't
12389 overwritten by minor modes.
12390
12391 2006-05-02 Chong Yidong <cyd@mit.edu>
12392
12393 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12394
12395 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12396
12397 * startup.el (command-line-1): Refer to Lisp manual when
12398 pure-space-overflow occurs.
12399
12400 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12401 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12402 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12403 (version-control): Don't use `t' for safe-local-variable declarations.
12404
12405 2006-05-01 Richard Stallman <rms@gnu.org>
12406
12407 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12408 M-r, M-R, M-A, M-SPC or M-DEL.
12409 (diff-mode-map): diff-refine-hunk now on C-c C-w
12410 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12411
12412 * help-mode.el (help-mode): view-exit-action calls delete-window
12413 only when it is safe and possible.
12414
12415 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12416 in messages.
12417
12418 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12419
12420 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12421 in the default tool-bar-map.
12422
12423 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12424
12425 * net/tramp.el (tramp-completion-file-name-handler-alist)
12426 (tramp-run-real-handler, tramp-completion-run-real-handler)
12427 (tramp-completion-handle-file-name-all-completions)
12428 (tramp-completion-handle-file-name-completion): Autoload them.
12429 (tramp-completion-handle-file-exists-p)
12430 (tramp-completion-handle-file-name-directory)
12431 (tramp-completion-handle-file-name-nondirectory)
12432 (tramp-completion-handle-expand-file-name): Remove them.
12433 (tramp-handle-file-name-directory): Return the real directory name.
12434 Returning "/" only doesn't need to be necessary any longer.
12435 (tramp-file-name-handler): Make special attention when in hostname
12436 completion mode.
12437 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12438 (tramp-register-file-name-handlers):
12439 Register `tramp-completion-file-name-handler' only when
12440 `partial-completion-mode' is enabled.
12441 (tramp-completion-handle-file-name-all-completions):
12442 Delete directory part from results.
12443 (tramp-get-completion-methods, tramp-get-completion-user-host):
12444 Discard deleting "/", it doesn't work after the change of
12445 `tramp-handle-file-name-directory' above.
12446
12447 2006-05-01 Kim F. Storm <storm@cua.dk>
12448
12449 * progmodes/grep.el (grep-expand-template): Use save-match-data
12450 and symbol-value.
12451
12452 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12453
12454 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12455 Use select-frame-set-input-focus instead of raise-frame.
12456 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12457
12458 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12459
12460 * progmodes/gud.el (gud-def): Add %c case.
12461 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12462 (gud-format-command): Make match case sensitive. Match on %F.
12463
12464 2006-04-30 Glenn Morris <rgm@gnu.org>
12465
12466 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12467 (cal-tex-preamble): Use cal-tex-preamble-extra.
12468 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12469 than alias `list-diary-entries'.
12470
12471 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12472
12473 * help-fns.el (describe-variable): Add info about safe local variables.
12474
12475 2006-04-29 Richard Stallman <rms@gnu.org>
12476
12477 * bindings.el (mode-line-format): help-echo doc fixes.
12478
12479 * net/tramp.el (tramp-file-name-handler-alist): Delete
12480 expand-file-name and other operations that can cause spurious loading.
12481
12482 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * files.el (safe-local-variable-p): Remove support for the special
12485 value t.
12486
12487 * textmodes/paragraphs.el (sentence-end-without-space):
12488 Fix safety predicate.
12489 (sentence-end-double-space, sentence-end-without-period)
12490 (paragraph-ignore-fill-prefix):
12491 * textmodes/fill.el (colon-double-space):
12492 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12493
12494 * subr.el (booleanp): New fun.
12495
12496 * textmodes/reftex-vars.el (reftex-guess-label-type):
12497 Tighten the safety predicate.
12498
12499 2006-04-28 Kim F. Storm <storm@cua.dk>
12500
12501 * progmodes/grep.el (defgroup grep): Doc fix.
12502 (grep-auto-highlight): Remove.
12503 (grep-template): New defcustom.
12504 (grep-find-template): Rename from grep-tree-template.
12505 (grep-files-aliases): Rename from grep-tree-files-aliases.
12506 Remove "all" alias, add "l" alias.
12507 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12508 (grep-find-ignored-directories): New defcustom to replace
12509 grep-tree-ignore-CVS-directories, to facilitate ignoring
12510 subdirectories for multiple version control systems.
12511 (grep-mode-map): Add Recursive grep item to GREP menu.
12512 (grep-regexp-history, grep-files-history): New defvars.
12513 (grep-probe): New helper function.
12514 (grep-compute-defaults): Use it to simplify code.
12515 Adapt to name changes.
12516 Use `.' as base in grep-find-template rather than <D>.
12517 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12518 Call grep-compute-defaults unconditionally.
12519 (grep-expand-keywords): New defconst.
12520 (grep-expand-template): Rename from grep-expand-command-macros.
12521 Simplify via grep-expand-keywords. Look at case-fold-search instead
12522 of grep-tree-ignore-case to add -i option.
12523 Bind case-fold-search to nil while matching keywords.
12524 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12525 (grep-read-regexp, grep-read-files): New helper functions.
12526 (rgrep): Rename from grep-tree. Rework to use proper histories.
12527 Adapt to changes in defcustoms and functions above.
12528 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12529
12530 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12531
12532 * net/tramp.el (tramp-completion-file-name-handler):
12533 Disable Tramp's functionality while loading Tramp itself.
12534 (tramp-register-file-name-handlers): That's a defsubst now.
12535 Code from `tramp-repair-jka-compr' moved here. Apply it via
12536 `after-init-hook'.
12537 (tramp-repair-jka-compr): Remove.
12538
12539 2006-04-27 Jay Belanger <belanger@truman.edu>
12540
12541 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12542 read expression when `math-read-big-expr' doesn't work.
12543
12544 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12545
12546 * startup.el (command-line-1): Display warning when
12547 pure-space-overflow is non-nil.
12548
12549 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12550
12551 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12552 risky.
12553
12554 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12555
12556 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12557 Return the URL or nil if none can be generated.
12558
12559 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12560
12561 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12562 byte compiler warnings.
12563 (gud-basic-call, gud-find-expr): Let user select an expression
12564 for printing. Print expression as well as value in GUD buffer.
12565
12566 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12567
12568 * allout.el: Remove local autoload declaration for
12569 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12570 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12571 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12572 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12573 (allout-stylish-prefixes, allout-numbered-bullet)
12574 (allout-file-xref-bullet, allout-presentation-padding)
12575 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12576 safe-local-variable with suitable value spec, and add autoload
12577 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12578 (move-beginning-of-line, move-end-of-line): Repair so these compat
12579 functions now actually resituate the point, when appropriate.
12580
12581 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12584
12585 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12586 (add-log-iso8601-time-string): Fix call to format-time-string.
12587
12588 2006-04-26 Kim F. Storm <storm@cua.dk>
12589
12590 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12591
12592 2006-04-26 Masatake YAMATO <jet@gyve.org>
12593
12594 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12595 Add support for "//" style comments. Remove `b' flag
12596 from ?* in `asm-mode-syntax-table'.
12597
12598 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * follow.el: Use (featurep 'xemacs) everywhere.
12601 (follow-mode): Use define-minor-mode.
12602 (follow-mode-map): Move initialization into the declaration.
12603 Use command remapping.
12604 (follow-emacs-version-xemacs-p): Remove.
12605 (follow-submit-feedback): Remove.
12606
12607 * allout.el (allout-layout, allout-passphrase-verifier-string)
12608 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12609
12610 * textmodes/reftex-vars.el (reftex-vref-is-default)
12611 (reftex-fref-is-default, reftex-guess-label-type):
12612 Tighten up a bit the safety predicate.
12613
12614 * textmodes/paragraphs.el (sentence-end-double-space)
12615 (sentence-end-without-period, sentence-end-without-space)
12616 (page-delimiter, paragraph-ignore-fill-prefix):
12617 Tighten up a bit the safety predicate.
12618
12619 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12620
12621 * progmodes/python.el (python-continuation-line-p)
12622 (python-beginning-of-statement): syntax-ppss may return
12623 a negative depth.
12624 (python-mode): Don't forcefully enable font-lock.
12625
12626 * time-stamp.el (time-stamp-start, time-stamp-end)
12627 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12628
12629 * add-log.el: Remove spurious * in docstrings.
12630 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12631 (add-change-log-entry): Use it here, since it's not specific
12632 to iso8601.
12633 (add-log-iso8601-time-string): Don't use it here any more.
12634 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12635
12636 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12637
12638 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12639
12640 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12641 (rcirc-toggle-low-priority): Doc fix.
12642 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12643 ChanServ regexp.
12644 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12645 #emacs.
12646 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12647 (rcirc-decode-coding-system): Use utf-8 as the default.
12648 (rcirc-multiline-minor-mode): Set the fill-column.
12649 (rcirc-format-response-string): Display bright and dim nicks.
12650 (rcirc-browse-url): Update interactive spec to fill ARG.
12651 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12652 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12653
12654 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12655
12656 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12657 case for @Article, etc.
12658
12659 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12660
12661 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12662 Added with autoload cookie.
12663 (tramp-unload-file-name-handlers): Rename from
12664 `tramp-unload-file-name-handler-alist'.
12665
12666 2006-04-23 Romain Francoise <romain@orebokech.com>
12667
12668 * comint.el (comint-match-partial-filename): Doc fix.
12669
12670 2006-04-21 Glenn Morris <rgm@gnu.org>
12671
12672 * calendar/cal-menu.el (calendar-mode-map): Refer to
12673 `diary-view-entries' rather than alias `view-diary-entries'.
12674 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12675
12676 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12677
12678 * progmodes/antlr-mode.el (antlr-default):
12679 * cus-edit.el (custom-documentation):
12680 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12681 in defface.
12682
12683 2006-04-21 Kim F. Storm <storm@cua.dk>
12684
12685 * image.el (image-type): New defun split out of create-image.
12686 (create-image): Use it.
12687
12688 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12689
12690 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12691 (org-open-at-point): Remove the "...done" message to keep output
12692 in the echo area visible.
12693 (org-export-as-xoxo): Fix call to `indent-region'.
12694
12695 2006-04-21 Kevin Ryde <user42@zip.com.au>
12696
12697 * international/mule.el (keyboard-coding-system): defcustom
12698 info-link fixes: "Specify Coding" has been split, keyboard now in
12699 "Terminal Coding", and "Single-Byte Character Support" is now
12700 "Unibyte Mode".
12701
12702 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12703
12704 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12705 Use font-lock-warning-face for any errors e.g. no stack.
12706 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12707
12708 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12709
12710 * progmodes/sh-script.el (sh-shell): Mark as safe.
12711
12712 * newcomment.el (comment-start, comment-start-skip)
12713 (comment-end-skip, comment-end): Mark as safe.
12714
12715 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12716
12717 * textmodes/org.el (org-deadline-announce): Face removed.
12718 (org-level-faces, org-n-levels): Convert to constant.
12719 (org-compatible-face): New function.
12720 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12721 (org-level-5, org-level-6, org-level-7, org-level-8)
12722 (org-special-keyword, org-warning, org-headline-done, org-link)
12723 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12724 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12725 Face definition revised for better color tty support.
12726 (org-bold-re, org-italic-re, org-underline-re): New constants.
12727 (org-set-font-lock-defaults): Use the new constants.
12728 (org-agenda-highlight-todo): New function.
12729 (org-agenda-todo): Fix bug with point at end of line.
12730 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12731 Fontify TODO keywords.
12732 (org-insert-link): Preserve relative path in ../ links.
12733 (org-export-as-html): Convert links pointing to .org files into
12734 links that will work beteen the exported HTML files.
12735 (org-todo-list): Fix bug when arg=0.
12736 (org-insert-heading): More fine-tuning.
12737
12738 2006-04-19 Romain Francoise <romain@orebokech.com>
12739
12740 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12741 from `rmail-mime-charset-pattern'.
12742
12743 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12744
12745 * progmodes/python.el (python-mode): Fix typo.
12746
12747 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12748
12749 * comint.el (comint-previous-input): Don't clobber input line
12750 when moving off either end of the input history ring.
12751 (comint-delete-input): New function, used by
12752 `comint-previous-input' and others.
12753 (comint-previous-matching-input):
12754 Use `coming-delete-input'. Save the partial input if leaving the
12755 edit line. Goto point-max before deleting input to avoid
12756 partial input fragments hanging around.
12757 (comint-restore-input): New function, used by `comint-previous-input'.
12758
12759 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12760
12761 * imenu.el (imenu--index-alist): Balance parentheses.
12762
12763 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12764
12765 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12766
12767 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12768
12769 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12770 file is nil.
12771
12772 2006-04-18 Richard Stallman <rms@gnu.org>
12773
12774 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12775
12776 * imenu.el (imenu-create-index-function, imenu--index-alist)
12777 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12778 (imenu-default-create-index-function, imenu--generic-function):
12779 Doc fixes.
12780
12781 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12782
12783 * help-mode.el (help-mode): Set view-exit-action to delete window.
12784
12785 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12786 now works by passing nil as arg.
12787
12788 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12789
12790 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12791 (read-abbrev-file): Provide default when reading filename.
12792
12793 * files.el (enable-local-variables): Allow :all as value.
12794 (hack-local-variables): Implement that value.
12795 (safe-local-variable-values, safe-local-eval-forms)
12796 (enable-local-variables): Mark as risky.
12797 (find-file-visit-truename, kept-old-versions): Mark safe.
12798
12799 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12800 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12801 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12802
12803 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12806 Use forward-line so as to get to BOL even in the presence of fields.
12807 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12808 in return.
12809 (inferior-tcl): Tell tclsh to work in interactive mode.
12810
12811 * complete.el (partial-completion-mode):
12812 Use 'choose-completion-string-functions to make sure that
12813 choose-completion fills the minibuffer properly.
12814
12815 * complete.el (PC-old-read-file-name-internal): Remove.
12816 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12817 of read-file-name-internal.
12818 (partial-completion-mode): Enable/disable this advice.
12819
12820 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12821
12822 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12823 of 2006-04-17.
12824
12825 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12826
12827 * textmodes/org.el (org-insert-heading): Insert heading before
12828 current if at beginning of line.
12829 (org-todo, org-date): New faces.
12830 (org-table-align): Make sure tooltip window contains full text.
12831 (org-no-properties): New defsubst.
12832 (org-set-font-lock-defaults): Use new faces.
12833
12834 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12835
12836 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12837 for root variables.
12838
12839 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12840 (gdb-frame-address): Re-use to identify frame for watch expression.
12841 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12842 variables.
12843 (gdb-init-1, gdb-source, gdb-post-prompt)
12844 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12845 (gdb-frame-handler): Get gdb-frame-address.
12846
12847 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12848
12849 Sync with Tramp 2.0.53.
12850
12851 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12852 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12853 (tramp-completion-file-name-handler): Add autoload cookie for
12854 adding to `file-name-handler-alist'.
12855
12856 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12857 the prompt. If it returns earlier (when detecting an error
12858 message), the rest of the output will merge accidently with the
12859 output of the next command. Reported by M Jared Finder
12860 <jared@hpalace.com>.
12861
12862 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12863 for `process-file', in order to let it work for older Emacsen too.
12864
12865 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12866
12867 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12868 (tex-font-lock-keywords-3): Use it.
12869
12870 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * newcomment.el (comment-add): New function.
12873 (comment-region-default, comment-dwim): Use it.
12874
12875 2006-04-15 Michael Olson <mwolson@gnu.org>
12876
12877 * emacs-lisp/tq.el: Improve comments.
12878 (tq-queue-head-question): New accessor function.
12879 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12880 Update for modified queue structure.
12881 (tq-queue-add): Accept `question' argument.
12882 (tq-queue-pop): If a question is pending, send it.
12883 (tq-enqueue): Accept new optional argument `delay-question'.
12884 If this is non-nil, and at least one other question is pending a
12885 response, queue the question rather than sending it immediately.
12886
12887 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12888
12889 * calendar/appt.el (appt-add): Check whether an appointment is
12890 already present in appt-time-msg-list. Simplify code.
12891
12892 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * progmodes/cc-langs.el (c-mode-menu):
12895 Don't presume c-subword-mode is bound.
12896
12897 2006-04-13 Bill Wohler <wohler@newt.com>
12898
12899 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12900 (customize-package-emacs-version): Use cdr instead of cadr now
12901 that alists use dotted pairs.
12902
12903 * custom.el (defcustom): Fix docstring for :package-version.
12904
12905 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12906
12907 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12908 (tramp-handle-shell-command): Display output buffer only when
12909 `tramp-display-shell-command-buffer' is true.
12910 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12911
12912 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12913
12914 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12915 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12916
12917 2006-04-13 Romain Francoise <romain@orebokech.com>
12918
12919 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12920 leaving temporary .cvsignore buffers behind.
12921
12922 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12923
12924 * textmodes/org.el (org-set-regexps-and-options)
12925 (org-get-current-options): Better names for the startup folding
12926 options.
12927
12928 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12929
12930 * vc.el (vc-annotate): Arrange for point to end up at the same
12931 line number as in the original, but only when using a new buffer.
12932
12933 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12934
12935 * files.el (hack-one-local-variable-eval-safep):
12936 Recognize `edebug-form-spec' for `put', but only if it passes
12937 `edebug-basic-spec'. Generalize `put' handling.
12938
12939 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12940 vetting file-local form specs.
12941
12942 * allout.el (allout-layout): Autoload its `safe-local-variable'
12943 property.
12944
12945 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12946
12947 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12948 (org-agenda-mouse-1-follows-link)
12949 (org-mouse-1-follows-link): New options.
12950 (org-format-agenda-item): Fix bug if TAGS is nil.
12951 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12952
12953 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12954
12955 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12956 GDB 6.1+ gives full filename for "info sources" so use
12957 file-name-nondirectory.
12958
12959 2006-04-12 Romain Francoise <romain@orebokech.com>
12960
12961 * subr.el (read-passwd): Bind `message-log-max' to nil.
12962
12963 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12964
12965 * progmodes/perl-mode.el (perl-indent-new-calculate):
12966 Recompute parse-start after jumping backward by a whole sexp.
12967
12968 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12971 window configuration.
12972 (vc-annotate-display-select): Select the buffer so that current-buffer
12973 (and selected-window) is the output buffer at the end of vc-annotate.
12974
12975 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12976
12977 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12978 8-color terminals, to use all of the colors in a sensible order.
12979 256-color terminals work well with the standard map.
12980 (vc-annotate-lines): Only strip the first color character if it
12981 is "#", to allow for terminal-style named colors.
12982 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12983 the correct buffer is scrolled.
12984
12985 2006-04-11 Richard Stallman <rms@gnu.org>
12986
12987 * emacs-lisp/bytecomp.el (byte-compile-file):
12988 Bind enable-local-variables to :safe, and make normal-mode obey it.
12989
12990 * files.el (enable-local-variables): Allow value :safe.
12991 (normal-mode): Doc fix.
12992 (hack-local-variables): Implement enable-local-variables = :safe.
12993 (hack-local-variables-confirm): Don't prevent quitting.
12994
12995 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * loadhist.el (unload-feature): A bit of sanity check of
12998 load-history entries. Cancel timer-vars before unbinding them.
12999
13000 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13001 quote special chars, and make the trick work on the hex part of the
13002 buffer as well.
13003 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13004 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13005
13006 * startup.el (normal-splash-screen): Fix last change so we don't wait
13007 2 minutes if we don't show the splash screen.
13008
13009 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13010
13011 * textmodes/org.el (org-export-plain-list-max-depth)
13012 (org-table-spaces-around-separators)
13013 (org-radio-targets, org-activate-camels)
13014 (org-table-spaces-around-invisible-separators): Options removed.
13015 (org-time-stamp-rounding-minutes, org-remember-templates)
13016 (org-ellipsis, org-activate-links, org-descriptive-links):
13017 New options.
13018 (org-remember-apply-template, org-current-time)
13019 (org-finish-edit-table-field)
13020 (org-link-unescape, org-link-escape)
13021 (org-string-width, org-table-clean-line, org-html-do-expand)
13022 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13023 (org-read-agenda-file-list): New functions.
13024 (org-table-edit-field)
13025 (org-table-create-or-convert-from-region): New commands
13026 (org-table-toggle-vline-visibility): Command removed.
13027 (org-table-convert-region): Made a command.
13028 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13029 Replace with the normal org- functions.
13030 (org-self-insert-command): Don't trigger realign unnecessarily
13031 when blanking a field that is not full.
13032 (org-mode): `Set buffer-invisibility-spec' for links.
13033 (org-activate-links2): Hide link part and only show descriptive
13034 part of the link.
13035 (org-insert-link): Modify for new linking system.
13036 (org-store-link): Store description separately, for use by
13037 `org-insert-link'.
13038 (org-table-align): Use `org-string-width'.
13039 (defgroup): Completely new group structure for custom variables.
13040 (org-agenda-files): Option: Single file name allowed. Function:
13041 Optional argument unrestrited means ignore any restricitons.
13042 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13043 trying to modify the menu. Use generalized access to
13044 `org-agenda-files.'
13045 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13046 (org-agenda-file-to-front, org-remove-file, org-diary)
13047 (org-tags-view, org-export-icalendar-all-agenda-files)
13048 (org-export-icalendar-combine-agenda-files): Use generalized
13049 access to `org-agenda-files'.
13050 (org-remember-handler): Correctly preserve heading if present.
13051 (org-table-insert-row, org-table-insert-hline): Deal with
13052 invisible characters.
13053
13054 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13055
13056 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13057 (vc-annotate-color-map): New 18 element constant
13058 value/saturation, rotating hue colormap, from red->blue.
13059 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13060 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13061 (vc-annotate): To avoid killing the required local variables,
13062 set them before the end of `with-output-to-temp-buffer', and
13063 after first switching to annotate-mode.
13064 (vc-annotate-warp-version): Add buffer argument in goto-line to
13065 ensure annotation, not source, is scrolled.
13066
13067 2006-04-10 Bill Wohler <wohler@newt.com>
13068
13069 * custom.el (defcustom, custom-handle-keyword):
13070 Add :package-version keyword.
13071 (custom-add-package-version): New function. Sets value of new
13072 property 'custom-package-version from :package-version keyword.
13073 (defcustom): Create Common Keywords section in docstring.
13074 (defface, defgroup): Replace definitions of a select few keywords
13075 with a reference to the Common Keywords in defcustom.
13076 (defcustom, defface, defgroup): Replace reference to Customization
13077 chapter in manual with hyperlink.
13078
13079 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13080 (customize-changed-options): Add check for custom-package-version.
13081 (customize-package-emacs-version): New function to look up Emacs
13082 version corresponding to the given package version.
13083
13084 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13085 defun name, in similar fashion to find-variable-regexp.
13086
13087 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13088
13089 * international/mule-cmds.el (set-locale-environment): Fix last
13090 change for when the locale's preferences don't specify any encoding.
13091
13092 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13095 so the defined var/fun doesn't need to be quoted.
13096
13097 2006-04-10 Richard Stallman <rms@gnu.org>
13098
13099 * finder.el (finder-mode-map): Add n and p bindings.
13100
13101 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13102
13103 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13104 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13105 (gdb-setup-windows): Put something in source window if we can't find
13106 the source file.
13107 (gdb-frame-handler): Make it work again with just assembly.
13108 (gdb-data-list-register-values-handler): Make it work when there is
13109 no stack.
13110
13111 2006-04-09 Richard Stallman <rms@gnu.org>
13112
13113 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13114 specs while looking for charset.
13115
13116 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13117
13118 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13119 Make them faces.
13120 (lm-font-lock-keywords): Update appropriately.
13121
13122 2006-04-10 Kim F. Storm <storm@cua.dk>
13123
13124 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13125 it can also replace buffer-substring-no-properties.
13126
13127 * emulation/cua-base.el (cua-delete-region, cua-paste)
13128 (cua-repeat-replace-region): Use filter-buffer-substring.
13129
13130 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13131 (cua-cut-region-to-global-mark): Likewise.
13132
13133 * emulation/cua-rect.el (cua--extract-rectangle)
13134 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13135
13136 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13137
13138 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13139 entry-type. Add field delimiters to numerical fields if they are
13140 not present.
13141
13142 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13143
13144 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13145 string-const to return value.
13146 (bibtex-remove-delimiters): Use it.
13147
13148 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13151 cl-byte-compile-compiler-macro unless it exists.
13152
13153 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13154
13155 * files.el (hack-local-variables-confirm) <offer-save>:
13156 Clarify message text. Suggested by Ralf Angeli.
13157
13158 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13159
13160 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13161 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13162 instead of `buffer-substring' and `delete-region'. (Most of the
13163 code actually copied from `kill-region'.)
13164
13165 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13166
13167 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13168 (rcirc-default-port): Rename from rcirc-port.
13169 (rcirc-default-nick): Rename from rcirc-nick.
13170 (rcirc-default-user-name): Rename from rcirc-user-name.
13171 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13172 (rcirc-low-priority-flag): New variable.
13173 (rcirc-decode-coding-system): New defcustom.
13174 (rcirc-encode-coding-system): New defcustom.
13175 (rcirc-coding-system-alist): New defcustom.
13176 (rcirc-multiline-major-mode): New defcustom.
13177 (rcirc-nick): New internal variable.
13178 (rcirc-process): Remove variable.
13179 (rcirc-server-buffer): New variable.
13180 (rcirc): Update to use rcirc-default-* variables above.
13181 (rcirc-connect): Do not add window-configuration-hook-here.
13182 (rcirc-server): New internal variable.
13183 (rcirc-connect): Do not send keepalive pings if
13184 rcirc-keepalive-seconds is nil.
13185 (with-rcirc-server-buffer): New macro.
13186 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13187 (rcirc-server-name): Rename from rcirc-server.
13188 (rcirc-buffer-process): New function.
13189 (rcirc-buffer-nick): New function.
13190 (rcirc-buffer-target): Remove function.
13191 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13192 New commands.
13193 (rcirc-mode-map): Change binding of C-c C-l to
13194 rcirc-toggle-low-priority.
13195 (rcirc-mode): Initialize coding system based on
13196 rcirc-coding-system-alist. New change-major-mode-hook to part the
13197 channel on a mode change. Make kill-buffer-hook buffer-local.
13198 (rcirc-change-major-mode-hook): New function.
13199 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13200 (rcirc-last-post-time): New variable.
13201 (rcirc-process-message): Store the last time user posted a message
13202 to this target.
13203 (rcirc-multiline-minor-mode): New mode.
13204 (rcirc-multiline-minor-mode-map): New mode map.
13205 (rcirc-edit-multiline): Put multiline-edit buffer in
13206 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13207 (rcirc-print): Ignore any line starting with an ignored nick.
13208 (rcirc-print): Decode using rcirc-decode-coding-system.
13209 (rcirc-track-minor-mode): Update global-mode-string when disabling
13210 this mode.
13211 (minor-mode-alist): Add LowPri indicator.
13212 (rcirc-toggle-low-priority): New function.
13213 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13214 next lowpriority buffer with activity.
13215 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13216 last time the user posted a message in to the target.
13217 (rcirc-update-activity-string): New formatting for low priority
13218 buffers.
13219 (rcirc-split-activity): New function.
13220 (rcirc-handler-PART, rcirc-handler-KICK)
13221 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13222 (rcirc-nick-away-alist): New variable.
13223 (rcirc-handler-301): New handler. Away messages are printed once
13224 per change.
13225
13226 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13227
13228 * info.el (Info-follow-nearest-node): Doc fix.
13229
13230 * international/mule-cmds.el (set-locale-environment): Make sure
13231 the coding-system preferred by the locale's language has the same
13232 EOL conversion type as the original buffer-file-coding-system.
13233 (locale-language-names): Add a few MS Windows language codes.
13234
13235 2006-04-07 Richard Stallman <rms@gnu.org>
13236
13237 * simple.el (eval-expression): Doc fix.
13238
13239 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13240 (eval-defun): Doc fixes.
13241
13242 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13243
13244 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13245
13246 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13247
13248 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13249 GDB list command without argument for greater generality.
13250
13251 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13252
13253 * subr.el (string-or-null-p): New function.
13254
13255 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13256
13257 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13258
13259 * files.el: Update comment about safe-local-variable declarations.
13260
13261 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13262
13263 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13264 See idlwave.org.
13265
13266 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13267 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13268
13269 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13270 See idlwave.org.
13271
13272 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13273 version 6.0 (minimal changes). See idlwave.org.
13274
13275 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13276 6.0 (minimal changes). See idlwave.org.
13277
13278 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13279
13280 2006-04-06 Romain Francoise <romain@orebokech.com>
13281
13282 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13283 symmetric encryption features and a new asynchronous interface to
13284 GnuPG. This new version is version 1.4, plus whitespace changes.
13285
13286 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13287
13288 * files.el: Move some `safe-local-variable' declarations to the
13289 respective files.
13290
13291 * textmodes/ispell.el (ispell-check-comments)
13292 (ispell-local-dictionary): Mark as safe.
13293
13294 * abbrev.el (abbrev-mode): Mark as safe.
13295
13296 * add-log.el (change-log-default-name): Mark as safe.
13297
13298 * textmodes/reftex-vars.el (reftex-vref-is-default)
13299 (reftex-fref-is-default, reftex-level-indent)
13300 (reftex-guess-label-type): Mark as safe.
13301
13302 * textmodes/fill.el (colon-double-space): Mark as safe.
13303
13304 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13305 (sentence-end-double-space, sentence-end-without-period)
13306 (sentence-end-without-space, sentence-end, sentence-end-base)
13307 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13308
13309 2006-04-06 Kim F. Storm <storm@cua.dk>
13310
13311 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13312 the :set-after list.
13313 (ido-downcase-unc-hosts): New user option. Default on.
13314 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13315 when it is set, as regexps are now applied on the fly.
13316 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13317 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13318 on the fly, but only when ido-process-ignore-lists is set.
13319 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13320 Only downcase names if ido-downcase-unc-hosts is set.
13321
13322 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13323
13324 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13325
13326 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13327
13328 2006-04-05 Kim F. Storm <storm@cua.dk>
13329
13330 * ido.el (ido-mode): Set after ido-unc-hosts and
13331 ido-ignore-unc-host-regexps.
13332 (ido-save-history): Save ido-unc-hosts-cache.
13333 (ido-load-history): Load ido-unc-hosts-cache.
13334 (ido-reread-directory): Refresh unc hosts cache in // dir.
13335
13336 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13337 to nil while displaying slash screen.
13338
13339 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13340
13341 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13342 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13343
13344 2006-04-05 Kenichi Handa <handa@m17n.org>
13345
13346 * international/characters.el: Setup cases of Latin, Greek, and
13347 Cyrillic characters in CJK charsets.
13348
13349 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13350
13351 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13352 default-enable-multibyte-characters. This reverts the change from
13353 revision 6.17 which is no longer necessary because the passphrase
13354 is sent separately now. GnuPG messages are unreadable under
13355 multibyte locales with default-enable-multibyte-characters set to nil.
13356
13357 2006-04-04 Andreas Schwab <schwab@suse.de>
13358
13359 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13360 and `byte-compile-warnings' as `safe-local-variable'.
13361
13362 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13363
13364 * man.el (Man-mode-map): Restore the \r binding.
13365 (Man-abstract-xref-man-page): If Man-target-string is a function,
13366 call it.
13367 (Man-highlight-references): Use Man-default-man-entry to get the
13368 target. Deal with xrefs too.
13369 (Man-highlight-references0): Don't call the target function.
13370
13371 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13372 cannot deal with it.
13373
13374 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13375
13376 * pgg-gpg.el: Clean up process buffers every time gpg processes
13377 complete.
13378
13379 2006-04-04 Kenichi Handa <handa@m17n.org>
13380
13381 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13382 here.
13383 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13384 Temporarily bind inhibit-field-text-motion to t.
13385
13386 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13387
13388 * startup.el (normal-splash-screen): Only set mode-line-format in the
13389 splash buffer, so as not to interfere when debugging the code.
13390 Ignore errors when switching buffer.
13391
13392 2006-04-03 Romain Francoise <romain@orebokech.com>
13393
13394 * dired.el (dired-dnd-protocol-alist): Fix typo.
13395
13396 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13397
13398 * savehist.el (savehist): Add :version.
13399 (savehist-ignored-variables): New variable.
13400 (savehist-minibuffer-hook): Don't save variables listed in
13401 `savehist-ignored-variables'.
13402
13403 * dired.el (dired-dnd-protocol-alist): Mention that change does
13404 only apply to new buffers in doc string.
13405
13406 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13407
13408 * recentf.el (recentf-open-files-item): Include newline in button
13409 field, so opening a file will work, when the point is at the end
13410 of the file name. Allow, for example, to [i]search a file by
13411 extension and just push RET to open it.
13412
13413 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13414
13415 * pgg-gpg.el (pgg-gpg-process-filter)
13416 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13417
13418 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13419 lines, temporary fix.
13420
13421 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13422
13423 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13424
13425 2006-04-02 Richard Stallman <rms@gnu.org>
13426
13427 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13428
13429 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13430
13431 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13432 header-mouse-map.
13433
13434 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13435 (ibuffer-mode-header-map): New keymaps.
13436 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13437 and keybindings for column headers.
13438 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13439 property.
13440
13441 2006-04-02 Drew Adams <drew.adams@oracle.com>
13442
13443 * speedbar.el (speedbar-after-create-hook): Doc fix.
13444
13445 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13446
13447 * shell.el (shell-directory-tracker)
13448 (shell-dynamic-complete-command): Doc fixes.
13449
13450 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13451
13452 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13453 terminals.
13454
13455 2006-04-01 Kim F. Storm <storm@cua.dk>
13456
13457 * ido.el (ido-unc-hosts-cache): New defvar.
13458 (ido-unc-hosts): If value of defcustom is a function, call it to
13459 get list of UNC hosts. Add function-item choices to specify
13460 ido-unc-hosts-net-view or user function.
13461 (ido-ignore-unc-host-regexps): New defcustom.
13462 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13463 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13464 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13465
13466 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13469 wwidth.
13470
13471 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13472
13473 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13474 (ido-max-work-file-list, ido-switch-buffer)
13475 (ido-read-file-name-as-directory-commands):
13476 Fix typos in docstrings.
13477
13478 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13479
13480 * term/mac-win.el (mac-system-coding-system): Define and use after
13481 Mac-specific coding systems are ready.
13482
13483 2006-03-27 Romain Francoise <romain@orebokech.com>
13484
13485 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13486
13487 * ldefs-boot.el: Update.
13488
13489 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13490
13491 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13492 passphrases when it is not needed.
13493 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13494 passphrase stuff from gpg, should only be necessary when you use
13495 gpg with a smartcard.
13496
13497 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13498
13499 * comint.el (comint-dynamic-list-completions): Allow user to
13500 select *Completions* buffer.
13501
13502 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13503
13504 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13505
13506 2006-03-26 Andreas Schwab <schwab@suse.de>
13507
13508 * progmodes/gud.el (gdb): Only complain about multiple debugging
13509 when the gdb process is still running.
13510
13511 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13512
13513 * mail/rmail.el (tool-bar-map): Defvar it.
13514 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13515 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13516
13517 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13518
13519 * help.el (print-help-return-message): Suggest to use
13520 display-buffer instead of switch-to-buffer-other-window to restore
13521 the previous window without selecting it.
13522
13523 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13524
13525 * frame.el (select-frame-by-name): Call x-focus-frame also when
13526 window-system is mac.
13527
13528 * term/mac-win.el: Adjust Courier font specifications in
13529 x-fixed-font-alist.
13530 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13531 when directly encoding to UTF-16 in native byte order, no BOM.
13532
13533 2006-03-25 Kim F. Storm <storm@cua.dk>
13534
13535 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13536 (cua--init-keymaps): Use it instead of fixed C-return.
13537 (cua-mode): Set after it.
13538
13539 * emulation/cua-rect.el (cua--init-rectangles):
13540 Use cua-rectangle-mark-key instead of fixed C-return.
13541
13542 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13543
13544 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13545 "run" in .gdbinit.
13546 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13547
13548 2006-03-24 Romain Francoise <romain@orebokech.com>
13549
13550 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13551 `display-buffer-other-frame'.
13552
13553 2006-03-24 Kim F. Storm <storm@cua.dk>
13554
13555 * apropos.el (apropos-synonyms): Add selection => region.
13556
13557 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13558
13559 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13560 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13561 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13562 (gdb-data-list-register-values-regexp)
13563 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13564 Future proof against new fields being added to MI output.
13565 (gdb-send): Don't treat backslashes for program input as
13566 continuations.
13567 (gdb-assembler-handler): Don't use window-start for this handler.
13568 (gdb-frame-handler): Don't change to hollow arrow if overlay
13569 arrow doesn't move to new frame.
13570
13571 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13572
13573 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13574 prevent compiler warnings.
13575 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13576 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13577 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13578 buffer too.
13579
13580 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13581
13582 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13583 make-network-process, so we can use the same code in Gnus v5-10
13584 too and have this file fully synchronized with that release.
13585
13586 2006-03-23 Romain Francoise <romain@orebokech.com>
13587
13588 * ibuf-ext.el (ibuffer-read-filter-group-name):
13589 Use `ibuffer-generate-filter-groups' to make completion list match
13590 the filter groups that are really displayed in the Ibuffer buffer.
13591 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13592
13593 2006-03-23 Kenichi Handa <handa@m17n.org>
13594
13595 * international/mule-cmds.el (sort-coding-systems): Describe that
13596 the argument is modified in docstring.
13597
13598 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13599
13600 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13601 (pgg-gpg-update-agent): New function.
13602 (pgg-gpg-use-agent-p): New function.
13603 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13604 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13605 (pgg-gpg-sign-region): Use it.
13606
13607 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13608
13609 * cus-edit.el (custom-face-set): Call custom-push-theme before
13610 face-spec set so that `changed' theme is correctly saved.
13611 (custom-face-reset-standard): Reset to recalculated face rather
13612 than defface spec.
13613
13614 * custom.el (custom-push-theme): Only save `changed' theme if the
13615 current face does not match the defface specs.
13616
13617 2006-03-21 Simon Josefsson <jas@extundo.com>
13618
13619 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13620 <wilde@sha-bang.de>.
13621 (pgg-gpg-use-agent): New variable.
13622 (pgg-gpg-process-region): Use it.
13623 (pgg-gpg-encrypt-region): Likewise.
13624 (pgg-gpg-encrypt-symmetric-region): Likewise.
13625 (pgg-gpg-decrypt-region): Likewise.
13626 (pgg-gpg-sign-region): Likewise.
13627 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13628
13629 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13630
13631 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13632 bracket links.
13633
13634 2006-03-21 Kim F. Storm <storm@cua.dk>
13635
13636 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13637 fringe-indicator-alist instead of modifying global value.
13638 (gdb-frame-handler): Likewise.
13639
13640 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13641
13642 * diff-mode.el (diff-function): Make it inherit from diff-header
13643 instead of diff-context.
13644
13645 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13646 bitmap.
13647 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13648 change names in macro above for consistency.
13649 (gdb-frame-handler): Use hollow-right-triangle for all selected
13650 frames which except the innermost (where execution has stopped).
13651 (gdb-reset): Reset buffer-local values of overlay-arrow.
13652
13653 2006-03-20 Richard Stallman <rms@gnu.org>
13654
13655 * simple.el (set-mark-command): Doc fix.
13656
13657 * files.el (display-buffer-other-frame): New command.
13658 (ctl-x-4-map): Bind C-x 5 C-o to it.
13659
13660 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13663 rather than just defer-time, in case defer-time has been changed but
13664 the timer isn't running yet.
13665 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13666
13667 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13668
13669 * help-mode.el (help-follow-symbol): New function.
13670 Essentially identical to the old `help-follow', but do not let
13671 `push-button' do the work when on an xref.
13672 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13673
13674 2006-03-19 Richard Stallman <rms@gnu.org>
13675
13676 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13677 preceded by the word `program'.
13678 (help-follow-mouse, help-follow): Throw error if not on xref.
13679 Delete no longer used args.
13680
13681 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13682
13683 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13684 annotation ensure gud-overlay-arrow-position is redisplayed.
13685
13686 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13687
13688 * textmodes/bibtex.el (bibtex-include-OPTkey)
13689 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13690 (bibtex-autokey-name-case-convert)
13691 (bibtex-autokey-titleword-case-convert): Make these the aliases
13692 for the following two variables.
13693 (bibtex-autokey-name-case-convert-function)
13694 (bibtex-autokey-titleword-case-convert-function): Make these the
13695 real names.
13696 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13697 bibtex-font-lock-crossref sublists.
13698 (bibtex-mode): Revert 2005-12-30 change (which made
13699 completion-ignore-case buffer-local).
13700 (bibtex-url): Simplify.
13701
13702 2006-03-19 Kim F. Storm <storm@cua.dk>
13703
13704 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13705 cursor property value to 2 (to align with C level change).
13706
13707 2006-03-19 Bill Wohler <wohler@newt.com>
13708
13709 * image.el (image-load-path-for-library): Shorten first line in
13710 docstring.
13711
13712 2006-03-18 Richard Stallman <rms@gnu.org>
13713
13714 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13715
13716 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13717
13718 * isearch.el (isearch-other-meta-char): Handle user bindings for
13719 shifted control characters.
13720
13721 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13722
13723 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13724 part that matches email addresses, file names, etc.
13725
13726 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13727
13728 * term/w32-win.el (mouse-set-font):
13729 Mention w32-list-proportional-fonts in the doc string.
13730
13731 2006-03-18 Kim F. Storm <storm@cua.dk>
13732
13733 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13734 (ido-unc-hosts): New user option to explicitly define list of know
13735 UNC-style hosts for completion.
13736 (ido-cache-unc-host-shares-time): New user option.
13737 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13738 New helper functions for UNC file-name support.
13739 (ido-may-cache-directory): Check for UNC host. Simplify.
13740 (ido-wash-history): Clean out old UNC hosts.
13741 (ido-nonreadable-directory-p): UNC hosts are always readable.
13742 (ido-directory-too-big-p): UNC hosts are never too big.
13743 (ido-set-current-directory): Handle UNC root path.
13744 (ido-file-name-all-completions): Complete UNC host names from
13745 ido-unc-hosts list. Cache UNC host shares.
13746 (ido-make-file-list-1): Don't filter UNC root.
13747 (ido-exhibit): Check for // in root directory, and switch to UNC
13748 mode by setting ido-current-directory to //.
13749
13750 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13751
13752 * cus-edit.el (customize-changed-options): Mention explicit
13753 version number as default in prompt.
13754
13755 2006-03-17 Bill Wohler <wohler@newt.com>
13756
13757 * image.el (image-load-path-for-library): Minor docstring fix.
13758
13759 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13760
13761 * textmodes/org.el (org-read-date): Include subgroup 5 into
13762 replacement text.
13763 (org-popup-calendar-for-date-prompt): Fix customization type.
13764
13765 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13766
13767 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13768 (gdb-continuation): New variable.
13769 (gdb-send): Deal with continuation lines.
13770
13771 * progmodes/gud.el (gud-gdb-complete-command)
13772 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13773 expressions.
13774 (gud-tooltip-mode): Use buffer-local value.
13775
13776 2006-03-16 Kim F. Storm <storm@cua.dk>
13777
13778 * ido.el (ido-edit-input): Use selected match, if any.
13779
13780 2006-03-16 Bill Wohler <wohler@newt.com>
13781
13782 * image.el (image-load-path-for-library): Prefer user's images in
13783 image-load-path.
13784
13785 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13786
13787 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13788 when checking for attempt to drag leftmost or rightmost scrollbar.
13789
13790 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13791
13792 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13793 (gdb-force-mode-line-update): New function.
13794 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13795 (gdb-exited): Use them.
13796 (gdb-signal): New function.
13797 (gdb-annotation-rules): Provide a rule for it.
13798
13799 2006-03-16 Kenichi Handa <handa@m17n.org>
13800
13801 * international/mule.el (auto-coding-regexp-alist): Add entries
13802 for Unicode BOM.
13803
13804 * sort.el (sort-build-lists): Temporarily bind
13805 inhibit-field-text-motion to t.
13806
13807 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13808
13809 * locate.el (locate-command, locate-make-command-line)
13810 (locate-fcodes-file, locate-update-command)
13811 (locate-prompt-for-command, locate, locate-with-filter)
13812 (locate-get-file-positions): Doc fixes.
13813 (locate-buffer-name, locate-header-face): Remove leading `*' in
13814 defcustom.
13815 (locate-filter-output): Use `keep-lines' instead of its alias
13816 `delete-non-matching-lines'.
13817 (locate-get-filename, locate-get-dirname): Add introductory comment.
13818 (locate-find-directory-other-window): Give appropriate error
13819 message if used outside main listing.
13820
13821 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13824 the new extend-region feature.
13825 (font-lock-after-change-function): Update correspondingly.
13826 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13827 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13828
13829 2006-03-15 Bill Wohler <wohler@newt.com>
13830
13831 * image.el (image-load-path-for-library): Fix example by not
13832 recommending that one binds image-load-path. Just defvar it to
13833 placate compiler and only use it if previously defined.
13834
13835 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13836
13837 * textmodes/org.el (org-insert-centered): Use `string-width' to
13838 make underlining work for wide characters.
13839 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13840 TAB to `org-cycle', to make sure that no binding in
13841 `outline-mode-map' can supercede it.
13842
13843 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13844
13845 * allout.el: Increment version to 2.2.1 in file commentary.
13846
13847 (allout-version): Increment to 2.2.1.
13848
13849 (allout-default-layout): New customization variable, used when the
13850 file lacks a specific allout-layout. Uses allout-layout-type for
13851 recursively nested definition.
13852
13853 (allout-layout-type): Widget defining allout layouts, necessary for
13854 self-recursive definition.
13855
13856 (allout-mode): Incorporate allout-default-layout as fallback for
13857 allout-layout.
13858
13859 (allout-layout): Mark as 'safe-local-variable', and refer mention
13860 fallback to `allout-default-layout' in absence of a specified value.
13861 (allout-passphrase-verifier-string)
13862 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13863
13864 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13865
13866 (allout-get-encryption-passphrase-verifier): Use correct name of
13867 passphrase verifier in docstring.
13868
13869 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13870
13871 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13872 elements.
13873 (gdb-find-watch-expression): Make it work for arrays too.
13874 Follow change to gdb-var-list.
13875 (gud-watch): Allow the user to enter variable name with a prexix
13876 arg. Create keybindings.
13877 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13878 (gdb-var-list-children-handler, gdb-var-update-handler)
13879 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13880 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13881 Follow change to gdb-var-list.
13882 (gdb-starting): Don't show the overlay arrows when program is running.
13883
13884 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13885 gdb-var-list.
13886
13887 2006-03-14 Bill Wohler <wohler@newt.com>
13888
13889 * image.el (image-load-path-for-library): Pass value of path
13890 rather than symbol. Always return list of directories.
13891 Guarantee that image directory comes first.
13892
13893 2006-03-14 Alan Mackenzie <acm@muc.de>
13894
13895 * font-core.el (font-lock-extend-region\(-function\)?.):
13896 New function/variable.
13897
13898 * font-lock.el (font-lock-after-change-function):
13899 Call font-lock-extend-region. Obey font-lock-lines-before.
13900 (font-lock-default-fontify-region): Remove reference to
13901 font-lock-lines-before.
13902
13903 * jit-lock.el (jit-lock-after-change):
13904 Call font-lock-extend-region. Obey font-lock-lines-before.
13905
13906 2006-03-14 David Ponce <david@dponce.com>
13907
13908 * tree-widget.el (tree-widget-themes-load-path)
13909 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13910
13911 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13912
13913 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13914 (rcirc-print): Mark the start of text at the end of the prompt.
13915 (rcirc-track-minor-mode): Add autoload cookie.
13916 (rcirc-update-activity-string): Add space to front of mode-line
13917 indicator.
13918
13919 2006-03-13 Miles Bader <miles@gnu.org>
13920
13921 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13922 (rcirc-abbrev-nick): Remove function.
13923 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13924
13925 2006-03-13 David Ponce <david@dponce.com>
13926
13927 * tree-widget.el: Handle themes across all occurrences of the main
13928 themes sub-directory found in tree-widget-themes-load-path.
13929 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13930 (tree-widget--locate-sub-directory): Return all occurrences.
13931 (tree-widget-themes-path): New function.
13932 Replace tree-widget-themes-directory, and return a list of directories.
13933 (tree-widget-set-parent-theme)
13934 (tree-widget-lookup-image): Use it.
13935
13936 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13937
13938 * textmodes/org.el (org-link-search): Avoid self-matching of
13939 links, allow target text to be distributed over several lines.
13940 (org-search-not-link): New function.
13941 (org-set-regexps-and-options, org-get-current-options):
13942 New startup options.
13943 (org-export-as-html): Take odd-level setting from local variable.
13944 (org-fontify-emphasized-text): New option.
13945 (org-set-font-lock-defaults): Include emphasized text.
13946 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13947 (org-font-lock): Customize group renamed from `org-faces'.
13948
13949 2006-03-13 John Paul Wallington <jpw@pobox.com>
13950
13951 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13952 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13953
13954 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13955
13956 * cus-start.el (all): Delete :version keyword for members of the
13957 fringe group, since the entire group is new in 22.1.
13958
13959 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13960
13961 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13962 map if value is hexadecimal (an address).
13963 (gud-watch): Only search roots for existing watch expressions.
13964 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13965 prevent caching problems with speedbar-update-directory-contents.
13966
13967 2006-03-12 Juri Linkov <juri@jurta.org>
13968
13969 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13970 before comparing with `low' and `warn'.
13971
13972 * info.el (Info-dir-remove-duplicates): Move point to the
13973 beginning of the current line after deleting the entries from
13974 redundant heading. Use marker for `limit' and compare it with
13975 point before calling `re-search-forward'.
13976
13977 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13978
13979 * simple.el (yank): Fix typo in docstring.
13980
13981 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13982
13983 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13984 messages, where "D" is the 6th character.
13985
13986 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13987
13988 * simple.el (yank): Fix last change.
13989
13990 2006-03-11 David Ponce <david@dponce.com>
13991
13992 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13993 merging elements from the standard ispell-dictionary-alist.
13994 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13995 alist, and return the new alist.
13996
13997 2006-03-11 Richard Stallman <rms@gnu.org>
13998
13999 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14000
14001 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14002 the way it is implemented is too unclean.
14003
14004 * simple.el (kill-region, yank): Doc fix.
14005
14006 * battery.el (battery-echo-area-format): Doc fix.
14007 (battery-mode-line-format): Likewise.
14008 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14009 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14010
14011 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14012
14013 * progmodes/octave-mod.el (octave-indent-for-comment):
14014 Behave according to do string.
14015
14016 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14017
14018 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14019 Be visible only if major mode is Mail Mode.
14020
14021 * textmodes/flyspell.el (flyspell-external-point-words)
14022 (flyspell-process-localwords): Fix last changes.
14023
14024 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14025
14026 * calendar/holidays.el (list-holidays): Doc fix.
14027
14028 * international/mule.el (auto-coding-alist): Add .odt
14029 (OpenOffice's open document) files.
14030
14031 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14032 document) files. Mention in the doc string the need to sync with
14033 auto-coding-alist.
14034
14035 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14036
14037 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14038 enable-local-variables is set to always query, or there is no
14039 savable variable.
14040
14041 2006-03-10 Bill Wohler <wohler@newt.com>
14042
14043 * image.el (image-load-path-for-library): Merge at least three
14044 functions from Gnus and MH-E into this one function that can now
14045 be shared.
14046
14047 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14048
14049 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14050 gdb-remove-mouse-face and remove help-echo too.
14051 (gdb-enqueue-input): Correct conditional clause.
14052
14053 2006-03-10 Glenn Morris <rgm@gnu.org>
14054
14055 * calendar/calendar.el (calendar-holidays): Doc fix.
14056 * calendar/holidays.el (list-holidays): Doc fix.
14057
14058 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14059
14060 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14061 it gets called in gdb-prompt anyway.
14062 (gdb-use-separate-io-buffer): Only restore window arrangement for
14063 gdb-many-windows.
14064 (gdb-enqueue-input): Make it harder to send GDB input when program
14065 is running.
14066 (gdb-buffer-list): New variable.
14067 (gdb-remove-mouse-face): New function.
14068 (gdb-starting): Use it when GDB input won't get sent.
14069
14070 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14071
14072 * help.el (view-lossage): Remove trailing whitespace before
14073 inserting "\n".
14074
14075 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14076
14077 * files.el (hack-local-variables-confirm):
14078 Set coding-system-for-read to nil before writing to .emacs.
14079
14080 * arc-mode.el (archive-extract): Check if an existing buffer name
14081 comes from a different archive.
14082
14083 * help.el (describe-key-briefly): If KEY is a down event, read and
14084 discard the up event.
14085
14086 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14087
14088 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14089 be edited and use font-lock-warning-face for any changes.
14090
14091 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14092 (gdb-edit-value): Use it to report any errors.
14093
14094 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14095
14096 * help.el (describe-key): Remove leftover test code.
14097
14098 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14099
14100 * textmodes/org.el: Move defvars out of eval-when-compile.
14101 Use buffer-file-name variable.
14102 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14103 arg `file'.
14104 (org-level-faces): Remove startup dependency.
14105 (org-cycle, org-map-tree, org-scan-tags)
14106 (org-remember-handler): Don't call `outline-level' directly.
14107 (org-mhe-search-all-folders): New option.
14108 (org-mhe-get-message-folder-from-index)
14109 (org-mhe-get-message-folder): Fix indexing search.
14110 (org-format-agenda-item): Handle nil TAGS argument.
14111 (org-cleaned-string-for-export, org-activate-target-links)
14112 (org-make-target-link-regexp): Deal with empty radio target list.
14113 (org-tag): New face.
14114 (org-get-level-face): New function.
14115 (org-set-font-lock-defaults): Simplify setup for headlines.
14116 (org-complete): Pass common substring to `display-completion-list'.
14117
14118 2006-03-06 David Ponce <david@dponce.com>
14119
14120 * tree-widget.el: Update Commentary header.
14121 (tree-widget-theme-name): Ignore parent themes.
14122 (tree-widget-set-parent-theme): New function.
14123 (tree-widget-set-theme): Use it.
14124 (tree-widget-set-image-properties): Move definition. Does nothing
14125 if image properties have already been set.
14126 (tree-widget-image-properties): Move definition. Receive an image
14127 name. Set the :pointer property.
14128 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14129 Don't set the :pointer image property.
14130 (tree-widget-convert-widget): New function. Handle :dynargs
14131 compatibility here.
14132 (tree-widget): Use it to :convert-widget. Add the :expander-p
14133 predicate to control when the :expander function is entered.
14134 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14135 (tree-widget-value-create): Handle :expander-p. widget-apply
14136 :expander.
14137 (tree-widget-expander-p): New function. Default value of the
14138 :expander-p property.
14139
14140 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14141
14142 * help.el (describe-key): Properly handle the return value of
14143 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14144 remaps. Handle string and vector `follow-link' values.
14145
14146 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14147
14148 * complete.el (PC-expand-many-files): Try be more careful when parsing
14149 the shell's output.
14150
14151 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * outline.el (hide-sublevels): Provide better interactive default.
14154
14155 2006-03-06 Kenichi Handa <handa@m17n.org>
14156
14157 * international/fontset.el (create-fontset-from-fontset-spec):
14158 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14159
14160 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14161
14162 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14163 backslashes instead of one in regexp.
14164 (gud-tooltip-dereference): Add missing optional argument.
14165
14166 2006-03-04 John Paul Wallington <jpw@pobox.com>
14167
14168 * wdired.el (toplevel): Require `cl' at compile-time.
14169
14170 2006-03-04 Andreas Schwab <schwab@suse.de>
14171
14172 * server.el (server-process-filter): Handle errors during
14173 evaluation of the argument.
14174
14175 2006-03-03 John Paul Wallington <jpw@pobox.com>
14176
14177 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14178 escape parentheses at beginning of line.
14179 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14180 (t-mouse-mode): Remove period from end of error message.
14181
14182 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14183
14184 * textmodes/flyspell.el (flyspell-process-localwords):
14185 Be case-sensitive.
14186
14187 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14188
14189 * cus-edit.el (custom-quote): Remove function, since it has been
14190 moved to custom.el.
14191
14192 * font-lock.el (lisp-font-lock-keywords-2)
14193 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14194 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14195 they have no special meaning.
14196
14197 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14198 indirect buffer gets killed before indirect buffer. Use dolist.
14199
14200 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14201
14202 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14203 value instead of a literal constant (1) on more pauses.
14204
14205 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14206
14207 * textmodes/flyspell.el (flyspell-external-point-words):
14208 Be case-sensitive.
14209
14210 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14211
14212 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14213 with "www".
14214
14215 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14216
14217 * allout.el: Restablish intermediate missing comment header to
14218 preserve outline structure.
14219 (allout-beginning-of-current-entry): Skip invisible text.
14220 (allout-open-topic): Fix opening a topic at end-of-buffer.
14221 (allout-minor-mode): Move nearer to allout-mode function.
14222
14223 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14224
14225 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14226
14227 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14228
14229 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14230 is nil.
14231
14232 * progmodes/gud.el (gud-speedbar-menu-items):
14233 Use buffer-local-value and add missing :visible keyword.
14234
14235 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14236
14237 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14238
14239 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14240 must be `follow-link'.
14241
14242 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14243
14244 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14245 formatting: No nested anchors.
14246 (org-all-targets): Fix bug with XEmacs compatibility.
14247 (org-read-date): Add (require 'parse-time).
14248 (org-set-tags): Fix bug with extra inserted space.
14249 (org-export-html-style): Define a style class for targets.
14250 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14251 (org-hide-leading-stars): New option.
14252 (org-hide): New face.
14253 (org-set-font-lock-defaults): Allow to hide leading stars.
14254 (org-get-legal-level, org-tr-level): New functions.
14255 (org-odd-levels-only): New option.
14256 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14257 (org-demote, org-promote): Deal with double-star levels.
14258 (org-convert-to-odd-levels): New command.
14259
14260 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14261
14262 * speedbar.el (speedbar-update-localized-contents): Try to
14263 preserve window-start.
14264 (speedbar-update-directory-contents): Try to preserve window-start
14265 and window-point.
14266 (speedbar-update-special-contents): Don't move back to start of window.
14267
14268 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14269 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14270 speedbar-timer-fn.
14271 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14272 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14273 instead of gdb-speedbar-timer-fn.
14274
14275 2006-02-28 Jay Belanger <belanger@truman.edu>
14276
14277 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14278 (math-compose-expr): Use latex option when calling
14279 `math-compose-tex-matrix' for latex mode.
14280
14281 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14282
14283 * speedbar.el: Re-instate comments about developing for speedbar
14284 [this is what info and gdb-ui use even if better methods exist now].
14285
14286 * t-mouse.el: New file.
14287 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14288 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14289 (t-mouse-make-event-element): Use posn-at-x-y instead.
14290 (t-mouse-make-event): Deal with Fedora Core 3.
14291 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14292 (t-mouse-mouse-position-function): New function. Use it instead
14293 of advising mouse-position.
14294 (t-mouse-mode): New minor mode.
14295 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14296
14297 2006-02-27 Glenn Morris <rgm@gnu.org>
14298
14299 * calendar/calendar.el (calendar-holidays): Doc fix.
14300
14301 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14302
14303 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14304 Re-introduce the concept of a source window.
14305 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14306 consistency with get-buffer-create.
14307 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14308 (gdb-data-list-register-values-handler)
14309 (gdb-stack-list-locals-handler): Try to preserve window-start as
14310 well as window-point.
14311 (gdb-display-source-buffer): New function (old concept).
14312 (gdb-goto-breakpoint): Use it.
14313
14314 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14315 for gdb-ui/gdb-mi (old concept).
14316
14317 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14318
14319 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14320 binding.
14321
14322 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14323
14324 * textmodes/reftex-sel.el (reftex-select-label-map)
14325 (reftex-select-bib-map): Add `follow-mouse' binding.
14326
14327 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14328
14329 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14330 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14331 Give :set functions to provide automatic updating.
14332 Update docstring. Give compiler defvars early in the file
14333 and move the defcustoms to a later spot where all called functions
14334 are defined.
14335 (jka-compr-file-name-handler-entry): Doc fix.
14336 (jka-compr-compression-info-list--internal)
14337 (jka-compr-mode-alist-additions--internal)
14338 (jka-compr-load-suffixes--internal): New variables.
14339 (jka-compr-install): Set the three above variables.
14340 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14341 (jka-compr-update, jka-compr-set): New functions.
14342 (auto-compression-mode): Doc fix.
14343
14344 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14345 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14346 Use jka-compr-compression-info-list--internal,
14347 jka-compr-mode-alist-additions--internal and
14348 jka-compr-load-suffixes--internal.
14349
14350 * files.el (load-library):
14351 * loadhist.el (file-loadhist-lookup):
14352 * startup.el (command-line):
14353 * subr.el (locate-library):
14354 * emacs-lisp/autoload.el (update-directory-autoloads):
14355 * emacs-lisp/find-func.el (find-library-suffixes):
14356 Use `get-load-suffixes' instead of `load-suffixes'.
14357
14358 * subr.el (locate-library):
14359 * emacs-lisp/find-func.el (find-library-name):
14360 Use `load-file-rep-suffixes' instead of '("").
14361
14362 2006-02-26 Kim F. Storm <storm@cua.dk>
14363
14364 * ido.el (ido-save-history, ido-load-history): Simplify.
14365 Don't use find-file-noselect to avoid interference from other modes.
14366
14367 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14368
14369 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14370 to use the default shell if filename is not available.
14371 Reported by Giorgos Keramidas.
14372
14373 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14374
14375 * progmodes/etags.el (tags-completion-table): Do completion from
14376 all the tables in the current list, as documented in the manual.
14377
14378 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14379
14380 * CC Mode Update to 5.31.3.
14381
14382 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14383
14384 * progmodes/cc-mode.el (c-postprocess-file-styles):
14385 Bind inhibit-read-only to t, around the call to
14386 c-remove-any-local-eval-or-mode-variables, so that it works on a
14387 RO file.
14388
14389 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14390
14391 * progmodes/cc-awk.el: Correct a typo.
14392
14393 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14394
14395 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14396 c-hungry-delete-backwards, at the request of RMS. Leave the old
14397 name as an alias.
14398
14399 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14400
14401 * progmodes/cc-mode.el: Correct a typo.
14402
14403 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14404
14405 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14406
14407 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14408
14409 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14410 brace-else-brace (error due to mbeg, mend being undefined).
14411
14412 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14413
14414 * progmodes/cc-mode.el: File Local variables: Solve the problem
14415 where both `mode' and c-file-offsets are specified: `mode' will
14416 overwrite c-f-o's settings:
14417 (c-remove-any-local-eval-or-mode-variables): New function.
14418 (c-postprocess-file-styles): Call the above new function, within
14419 c-tentative-buffer-change, to splat `mode' and `eval' before the
14420 second hack-local-variables.
14421
14422 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14423
14424 * progmodes/cc-mode.el:
14425 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14426 (c-after-change): Protect the match data with save-match-data.
14427 It was getting corrupted by c-after-change-check-<>-operators.
14428
14429 * cc-defs.el: [Supersedes patch V1.38]:
14430 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14431 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14432
14433 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14434 with save-match-data. It was being corrupted when Font Lock was
14435 not enabled.
14436
14437 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14438
14439 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14440 Mode and Subword Mode.
14441
14442 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14443 real labels ("case 1:" or "foo:") from non-labels ("public:").
14444 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14445 coding; c-f-t-2 doesn't move over a token at EOB.
14446
14447 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14448
14449 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14450 (c-update-modeline): Concatenate the minor mode indicators
14451 directly onto mode-name, removing c-submode-indicators.
14452 Sometimes, c-s-i got separated from the mode name on the mode line.
14453
14454 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14455 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14456
14457 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14458
14459 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14460 error message when there's an evaluation error to show whether
14461 it's loaded from source or not.
14462 (c-filter-ops): Make it available at runtime too to work when
14463 `c-make-init-lang-vars-fun' needs to evaluate from source.
14464
14465 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14466
14467 * help.el (help): Revert last part of 2006-02-23 change (deletion
14468 of the `provide' call).
14469
14470 2006-02-23 Juri Linkov <juri@jurta.org>
14471
14472 * compare-w.el (compare-windows-highlight): Add new value
14473 `persistent' and change :type from `boolean' to `choice'.
14474 (compare-windows-overlays1, compare-windows-overlays2):
14475 New internal variables.
14476 (compare-windows-highlight): If compare-windows-highlight is
14477 `persistent', add current overlays to compare-windows-overlays[12]
14478 instead of adding compare-windows-dehighlight to pre-command-hook.
14479 (compare-windows-dehighlight): Delete all overlays from
14480 compare-windows-overlays[12].
14481
14482 * info.el (Info-search): Don't bind search-spaces-regexp to
14483 Info-search-whitespace-regexp in non-regexp isearch mode.
14484
14485 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14488
14489 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14490
14491 * textmodes/org.el (org-xemacs-p)
14492 (org-export-html-show-new-buffer, org-table-may-need-update)
14493 (org-insert-item, org-mhe-get-message-real-folder)
14494 (org-mhe-get-message-folder-from-index)
14495 (org-mhe-get-message-folder, org-mhe-get-message-num)
14496 (org-mhe-get-header, org-make-org-heading-search-string)
14497 (org-make-org-heading-camel, org-table-sort-lines)
14498 (org-format-org-table-html, org-format-table-table-html):
14499 Fix typos in docstrings.
14500
14501 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14502
14503 * textmodes/org.el (org-cleaned-string-for-export)
14504 (org-solidify-link-text): New function.
14505 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14506 XEmacs, just to silence the compiler.
14507 (org-export-as-ascii, org-export-as-html-and-open):
14508 Use `org-cleaned-string-for-export' and create internal links.
14509 (org-follow-mhe-link): Require mh-e, use folder.
14510
14511 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14512
14513 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14514
14515 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14516 gdb-debug-log-length.
14517 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14518 it a real ring but...
14519 (gud-gdba-marker-filter): ...make it work like mark-ring.
14520 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14521 (gdb-mouse-jump): New function. Add bindings.
14522
14523 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14524
14525 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14526 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14527 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14528 (gdb-debug-log-length): Customize it's length.
14529 (gud-watch, gdb-var-create-handler): Display function::var format
14530 but don't use to create variable object.
14531 (gdb-var-create-handler): Use message-box in place of message.
14532 (gdb-stopped): Call gdb-exited if signalled.
14533
14534 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14535
14536 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14537
14538 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14539
14540 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14541 if `reftex-try-all-extensions' is set.
14542
14543 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14544 fail silently when there is no valid argument at point.
14545 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14546 `fail-silently' argument. From a patch by David Reiter.
14547
14548 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14549 New commands.
14550 (org-mark-ring): New variable.
14551 (org-mark-ring-length): New option.
14552 (org-open-at-point, org-goto, org-open-file): Push old position
14553 onto the mark ring.
14554 (org-add-hook): New function.
14555 (org-export-table-remove-special-lines): New option.
14556 (org-skip-comments, org-format-org-table-html): Respect new
14557 option `org-export-table-remove-special-lines'.
14558 (org-open-file): Allow special command configuration for
14559 directory link.
14560 (org-file-apps): Fix bugs in customize type, added setting
14561 for directories.
14562 (org-activate-tags, org-format-agenda-item, org-complete)
14563 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14564 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14565 (org-link-search, org-make-org-heading-search-string)
14566 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14567 (org-radio-targets, org-file-link-context-use-camel-case)
14568 (org-activate-camels): New options.
14569 (org-update-radio-target-regexp, org-all-targets)
14570 (org-make-target-link-regexp, org-activate-target-links):
14571 New functions.
14572 (org-make-org-heading-search-string): New function.
14573 (org-store-link, org-insert-link): Use new option
14574 `org-file-link-context-use-camel-case'.
14575 (org-activate-camels): Use new option `org-activate-camels'.
14576 (org-link-regexp): Add mhe prefix.
14577 (org-open-at-point, org-store-link): Support for mhe links.
14578 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14579 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14580 (org-mhe-get-header, org-follow-mhe-link): New functions.
14581 (org-remove-angle-brackets, org-add-angle-brackets):
14582 New functions.
14583 (org-bracket-link-regexp): New constant.
14584 (org-read-date): Fix bug that was rejecting all typed dates.
14585 (org-link-search): Make hierarchy above visible after a match.
14586 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14587 (org-store-link): Fix bug with link creation when cursor is in
14588 an empty line.
14589 (org-open-at-point): Fix bug with matching a link.
14590 Fixed buggy argument sequence in call to `org-view-tags'.
14591 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14592 (org-prefix-has-tag): New variable.
14593 (org-format-agenda-item): Remove tags from headline
14594 if appropriate.
14595 (org-agenda-remove-tags-when-in-prefix): New option.
14596
14597 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14598
14599 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14600 Fix the regular expressions.
14601
14602 2006-02-21 Richard M. Stallman <rms@gnu.org>
14603
14604 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14605 if there's no other specific basis.
14606
14607 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14608 as variables at all.
14609 (unsafep-variable): Rename arg; doc fix.
14610
14611 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14612
14613 * calendar/appt.el (diary-selective-display): Add defvar.
14614
14615 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14616
14617 * isearch.el (search-whitespace-regexp): Fix custom type.
14618
14619 * help.el (describe-key-briefly): Compute interactive args
14620 in same was as before previous change.
14621
14622 * files.el (enable-local-variables): Doc fix.
14623
14624 2006-02-21 Kim F. Storm <storm@cua.dk>
14625
14626 * fringe.el: Cleanup as file is now pre-loaded.
14627 (fringe-bitmaps): Initialize unconditionally.
14628 (fringe-mode, set-fringe-style): Remove autoload cookies.
14629
14630 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14631
14632 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14633 `horizontal-bar'.
14634 (fringe-cursor-alist): Use `horizontal-bar'.
14635
14636 2006-02-20 Kim F. Storm <storm@cua.dk>
14637
14638 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14639 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14640
14641 * loadup.el: Load "fringe" on window systems.
14642
14643 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14644
14645 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14646 out of scope components.
14647
14648 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14649 default.
14650
14651 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14652
14653 * custom.el (customize-mark-to-save, customize-mark-as-set):
14654 Load the symbol first.
14655
14656 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14657
14658 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14659 strech spec so it doesn't display as "^J" on the header line
14660 when `Buffer-menu-use-header-line' is t.
14661
14662 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14663
14664 * speedbar.el (speedbar-make-button): Keep text properties
14665 of string arguments if desired.
14666
14667 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14668 expessions.
14669
14670 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14671 of speedbar.
14672
14673 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14674
14675 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14676 to value of `read-file-name-completion-ignore-case'.
14677
14678 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14679
14680 * custom.el (customize-mark-as-set): Push to `user' theme.
14681
14682 * cus-edit.el (custom-save-variables): Allow unthemed values.
14683 (customize-set-variable): Push setting to `user' theme.
14684
14685 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14686
14687 * progmodes/gud.el: Don't require font-lock as it's now
14688 automatically loaded.
14689 (gud-speedbar-buttons): Replace gdb-var-changed with
14690 gdb-force-update.
14691
14692 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14693 gdb-var-changed.
14694 (gdb-post-prompt): Use it.
14695 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14696 (gdb-var-update-handler, gdb-var-delete)
14697 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14698 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14699 gdb-force-update in gdb-post-prompt.
14700 (gdb-reset): Clear watch expressions from speedbar when quitting.
14701
14702 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14703
14704 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14705 (viper-change-state-to-vi, viper-change-state-to-emacs):
14706 Make aware of cursor coloring in the Emacs state.
14707 (viper-special-read-and-insert-char): Use read-char-exclusive.
14708 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14709
14710 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14711
14712 * viper-util.el (viper-save-cursor-color)
14713 (viper-get-saved-cursor-color-in-replace-mode)
14714 (viper-get-saved-cursor-color-in-insert-mode)
14715 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14716 state.
14717 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14718
14719 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14720 (ediff-ignore-case-option3, ediff-actual-diff-options)
14721 (ediff-actual-diff3-options): New variables to control case sensitivity.
14722 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14723 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14724 (ediff-toggle-ignore-case): New function.
14725 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14726
14727 * ediff-help.el (ediff-long-help-message-narrow2)
14728 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14729 (ediff-long-help-message-word-mode): Add ignore-case command.
14730 (ediff-help-for-quick-help): Add ignore-case command.
14731
14732 * ediff-merg.el: Move provide to the end.
14733
14734 * ediff-ptch.el: Move provide to the end.
14735
14736 * ediff-wind.el: Move provide to the end.
14737
14738 * ediff-mult.el: Move provide to the end.
14739 (ediff-set-meta-overlay): Enable follow-link.
14740
14741 * ediff.el: Move provide to the end.
14742 Break recursive load cycle in eval-when-compile.
14743 (ediff-patch-buffer): Better heuristics.
14744
14745 * ediff-util.el: Move provide to the end.
14746 Break recursive load cycle in eval-when-compile.
14747 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14748 defuns.
14749 (ediff-submit-report): Pass the values of ediff-diff3-program,
14750 ediff-diff3-options.
14751
14752 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14755 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14756 `' (for example, in the docstring of `windmove-default-keybindings').
14757
14758 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14759
14760 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14761 shadow face. Don't provide binding to edit variable when it is
14762 out of scope.
14763
14764 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14765 (gdb-var-update-handler): Detect out of scope variables with pre
14766 GDB 6.4 too.
14767 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14768 Reset status of variable objects to nil in update handlers.
14769 (gdb-var-update-handler-1): Detect when a variable object comes
14770 in scope. setcar on var changes gdb-var-list directly.
14771
14772 2006-02-17 Juri Linkov <juri@jurta.org>
14773
14774 * ffap.el (ffap) <defface>: Add explicit face declaration.
14775 (ffap-highlight): Use face `ffap' directly instead of checking
14776 for its existence.
14777
14778 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14779 `visible-ok' of `other-buffer' to find the right original buffer.
14780
14781 * info.el (Info-search): Skip `Local Variables' node.
14782
14783 2006-02-17 Juri Linkov <juri@jurta.org>
14784
14785 * info.el (Info-find-file): Check for symbols `apropos', `history',
14786 `toc' in the input filename, and return these symbols as is.
14787 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14788 `history', `toc' instead of strings.
14789 (Info-set-mode-line): For non-string Info-current-file use the
14790 symbol's name inside **.
14791 (Info-isearch-push-state): Add quote before Info-current-file and
14792 Info-current-node.
14793 (Info-isearch-pop-state): Use `equal' instead of `string='.
14794 (Info-extract-pointer, Info-following-node-name): Use
14795 `match-string-no-properties' instead of `match-string'.
14796 (Info-up): Check `old-file' for `stringp'.
14797 (Info-history): Use `equal' instead of `string-equal'.
14798 Check `file' for `stringp'.
14799 (Info-history): Use symbol `history' instead of string as first arg
14800 of `Info-find-node'.
14801 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14802 `toc' instead of string.
14803 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14804 instead of `buffer-substring', and `match-string-no-properties'
14805 instead of `match-string'.
14806 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14807 instead of strings.
14808 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14809 Use symbol `apropos' instead of string.
14810 (Info-copy-current-node-name): Check `Info-current-file' for
14811 `stringp' and construct a command with `Info-find-node' from it.
14812 (Info-fontify-node): Use `match-string-no-properties' instead of
14813 `match-string' and check file names for `stringp'.
14814 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14815 `history', `toc' instead of strings.
14816
14817 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14818
14819 * files.el: Rearrange functions and variables in the file local
14820 variables section.
14821
14822 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14823
14824 * files.el: Add truncate-lines, ispell-check-comments and
14825 ispell-local-dictionary as safe local variables.
14826
14827 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14828
14829 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14830 out of scope variables.
14831 (gud-speedbar-buttons): Use unless.
14832
14833 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14834 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14835 (gdb-show-changed-values): Also use for out of scope variables.
14836 (gdb-var-update-handler-1): Note if variable goes out of scope.
14837
14838 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14839
14840 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14841 default to global variable values for unsupplied args.
14842 (rcirc-get-buffer-create): Fix bug with setting the target.
14843 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14844 test for rcirc-always-use-server-buffer-flag here.
14845 (rcirc-response-formats): Add %N, which is a facified nick. %n
14846 uses the default face. Change the ACTION format string. If the
14847 "nick" is the server, don't print anything for that field.
14848 Comment fixes.
14849 (rcirc-target-buffer): Don't test
14850 rcirc-always-use-server-buffer-flag here.
14851 (rcirc-print): Squeeze extra spaces out of the text before message.
14852 (rcirc-put-nick-channel): Strip potential "@" char from nick
14853 before adding them to nick table.
14854 (rcirc-url-regexp): Improve to match address like "foo.com".
14855
14856 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14857
14858 * allout.el (allout-hidden-p): Move this defsubst before
14859 allout-overlay-interior-modification-handler, where it is first
14860 used.
14861
14862 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14863
14864 * allout.el: Use allout invisible-text overlays instead of
14865 selective display for concealed text. Also, lots of general
14866 cleanup, and improved compatibility code.
14867
14868 (allout-version): Incremented, corrected, revised, and refined
14869 module commentary.
14870
14871 (provide 'allout): Moved to the bottom, added a require of overlay.
14872
14873 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14874 `except-current'.
14875 (allout-write-file-hook-handler): Minimize delay.
14876 (count-trailing-whitespace-region): New function so
14877 auto-encryption of current topic can resituate cursor exactly.
14878 PGP/GPG encryption trims trailing whitespace from lines, which
14879 must be accounted for across encryption then decryption.
14880
14881 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14882 just plain "\C-c", to avoid intruding on user's keybinding space.
14883
14884 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14885 parameter, so user request to provide a new password is done.
14886
14887 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14888 Refined mechanism for auto-filling behavior while in allout mode.
14889
14890 (allout-mode): Explicitly specify the mode map in the docstring.
14891 Clarify provision for various write-file hook var names.
14892 Adjusted for invisible-text overlays instead of selective-display.
14893
14894 (allout-depth): Really return 0 if not within any topic. This
14895 rectifies `allout-beginning-of-level' and sequence numbering
14896 errors that occur when cutting and pasting numbered topics.
14897 Changed from a in-line subst to a regular function, as well.
14898
14899 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14900
14901 (allout-end-of-subtree, allout-end-of-subtree)
14902 (allout-end-of-entry, allout-end-of-current-heading)
14903 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14904 (allout-show-children, allout-show-to-offshoot)
14905 (allout-hide-current-entry, allout-show-current-entry): Rectified
14906 handling of trailing blank lines between items.
14907
14908 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14909 (allout-current-depth, allout-unprotected, allout-hidden-p)
14910 (allout-on-current-heading-p, allout-listify-exposed)
14911 (allout-chart-subtree, allout-goto-prefix)
14912 (allout-back-to-current-heading, allout-get-body-text)
14913 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14914 (allout-hide-region-body, allout-toggle-subtree-encryption)
14915 (allout-encrypt-string, allout-encrypted-key-info)
14916 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14917 (allout-file-vars-section-data): Adjusted for use with
14918 invisible-text overlays instead of selective-display.
14919
14920 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14921 Reworked for use with invisible text overlays.
14922
14923 (allout-current-topic-collapsed-p): New function.
14924
14925 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14926 to know when to close the containing topic.
14927
14928 (allout-pre-command-business, allout-post-command-business):
14929 Simplify undo-batching and dynamic isearch exposure.
14930
14931 (allout-set-overlay-category): New for invisible-text overlays.
14932 Sets properties of allout-overlay-category, used by
14933 allout-flag-region to set invisible-text overlay properties.
14934 (allout-get-invisibility-overlay): Get the first qualifying
14935 invisibility overlay, so we can find the extent of it.
14936 (allout-back-to-visible-text): Get to just before the beginnining
14937 of the current invisibility overlay, if any.
14938
14939 (allout-overlay-insert-in-front-handler)
14940 (allout-overlay-interior-modification-handler)
14941 (allout-before-change-handler, allout-isearch-end-handler): New
14942 functions to handle extraordinary actions affecting concealed
14943 text.
14944
14945 (allout-flag-region): Use overlays instead of selective-display
14946 for invisible text - by inheritence from the properties of
14947 allout-overlay-category in mainline Emacs, and applied
14948 property-by-property in XEmacs, some recent versions of which
14949 don't inherit the properties from the category. Provisions to
14950 respond to concealed-text edits simplified drastically.
14951
14952 (allout-isearch-rectification, allout-isearch-was-font-lock)
14953 (allout-isearch-expose, allout-enwrap-isearch)
14954 (allout-isearch-abort, allout-pre-was-isearching)
14955 (allout-isearch-prior-pos, allout-isearch-did-quit)
14956 (allout-isearch-dynamic-expose)
14957 (allout-hide-current-entry-completely): Functions deleted.
14958
14959 (allout-undo-aggregation): Explicit undo aggregation no longer
14960 necessary due to transition away from selective-display.
14961
14962 (set-allout-regexp, allout-up-current-level)
14963 (allout-next-visible-heading, allout-forward-current-level)
14964 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14965 (allout-kill-line, allout-yank-processing, allout-show-children)
14966 (allout-expose-topic, allout-old-expose-topic)
14967 (allout-listify-exposed, allout-insert-latex-header)
14968 (allout-toggle-subtree-encryption, allout-encrypt-string)
14969 (remove-from-invisibility-spec, allout-hide-current-subtree):
14970 Ditched unused variables.
14971
14972 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14973
14974 * textmodes/ispell.el (ispell-change-dictionary): Call
14975 ispell-buffer-local-dict instead of
14976 ispell-accept-buffer-local-defs.
14977 (ispell-local-dictionary-alist): Accept as valid any coding-system
14978 supported by Emacs.
14979 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14980 changed to iso-8859-3.
14981
14982 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14983
14984 * speedbar.el (speedbar-frame-width): Make an inline function
14985 instead of a macro. Use frame-width.
14986 (speedbar-try-completion, speedbar-update-contents)
14987 (speedbar-timer-fn): Use consp.
14988 (speedbar-update-localized-contents): Try to preserve point.
14989
14990 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14991 (menu): Re-order menu items.
14992 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14993 field.
14994 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14995 (gdb-post-prompt): Speed things by not forcing update.
14996
14997 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14998
14999 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15000 press and perform default action if we get a mouse movement event.
15001
15002 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15003
15004 * calendar/icalendar.el (icalendar--get-event-property)
15005 (icalendar--get-event-property-attributes): Fix typos in
15006 docstrings.
15007
15008 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15009 docstring.
15010
15011 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * bs.el (bs-mode): Use `buffer-disable-undo'.
15014 (bs--get-file-name): Simplify.
15015 (bs-show-in-buffer): Mark the buffer as not modified.
15016
15017 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15018
15019 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15020 widget-button-click.
15021
15022 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15023 (custom-mode): Update docstring.
15024
15025 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15026 binding.
15027
15028 * files.el (hack-local-variables-confirm): Allow scrolling if the
15029 file variable list is too long. Kill temp buffer after use.
15030
15031 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15032
15033 * progmodes/gud.el (gdb): Improve doc string.
15034 (gdb-script-font-lock-keywords): Expand allowed character set.
15035
15036 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15037 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15038 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15039 (gdb-separate-io-stop, gdb-separate-io-eof):
15040 Rename from gdb-inferior-* to gdb-separate-*.
15041 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15042
15043 2006-02-14 Jay Belanger <belanger@truman.edu>
15044
15045 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15046 expression is a symbol before checking that it is bound.
15047
15048 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15049 test to see if equation can be solved.
15050
15051 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15052
15053 * wid-edit.el (widget-button-click): Use :pressed-face property
15054 for overlay face, if it exists.
15055
15056 * cus-edit.el (custom-manual, custom-add-see-also)
15057 (custom-add-parent-links, custom-group-link): Add :pressed-face
15058 property to links.
15059
15060 * files.el (hack-local-variables): Remove ignored variables before
15061 checking if any variables need setting.
15062
15063 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15064
15065 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15066
15067 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15068
15069 * help.el (where-is): Fix message for remapped commands.
15070
15071 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15072 Fix typos in docstrings.
15073
15074 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15075
15076 * files.el (safe-local-variable-values): New option.
15077 (hack-local-variables-prop-line): Return a list of variable-value
15078 pairs if MODE-ONLY is non-nil.
15079 (hack-local-variables): Construct list of variable-value pairs,
15080 and apply or reject them in one go. Ask for confirmation if
15081 variables are not known safe.
15082 (hack-local-variables-confirm): Complete rewrite. Support
15083 `safe-local-variable-values'.
15084 (enable-local-variables): Update docstring to reflect new
15085 behavior.
15086 (ignored-local-variables): Ignore ignored-local-variables and
15087 safe-local-variable-values.
15088 (safe-local-variable-p): New function.
15089 (risky-local-variable-p): `safe-local-variable' property check
15090 moved to safe-local-variable-p.
15091 (hack-one-local-variable): Checks moved to hack-local-variables.
15092
15093 (byte-compile-dynamic, c-basic-offset, c-file-style)
15094 (c-indent-level, comment-column, fill-column, fill-prefix)
15095 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15096 (no-update-autoloads, outline-regexp, page-delimiter)
15097 (paragraph-start, paragraph-separate, sentence-end)
15098 (sentence-end-double-space tab-width, version-control):
15099 Add `safe-local-variable' property.
15100
15101 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15102
15103 * icomplete.el, play/landmark.el: Change nonexistent
15104 `outline-layout' file variable to `allout-layout'.
15105
15106 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15107
15108 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15109 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15110 to gud-comint-buffer.
15111 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15112 gdb-ui.el for gdb-mi.el.
15113 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15114 registers buffer to gdb-get-changed-registers.
15115 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15116 deletion of catchpoints (throw and catch).
15117 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15118 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15119 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15120 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15121 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15122
15123 2006-02-13 Jay Belanger <belanger@truman.edu>
15124
15125 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15126 expression is a symbol before checking that it is bound.
15127
15128 2006-02-13 Richard M. Stallman <rms@gnu.org>
15129
15130 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15131 for the minibuffer too, but not if resize-mini-windows will interfere.
15132
15133 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15134 inside `interactive' spec.
15135 (describe-key-briefly-internal, describe-key-internal):
15136 Functions merged back into their callers.
15137
15138 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15139
15140 * info.el (info-xref-visited): Inherit from info-xref too.
15141 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15142 when propertizing Info-current-file and Info-current-node.
15143
15144 2006-02-13 Juri Linkov <juri@jurta.org>
15145
15146 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15147 (tumme-thumb-name): Fix per-directory format.
15148
15149 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15150
15151 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15152
15153 2006-02-12 Miles Bader <miles@gnu.org>
15154
15155 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15156
15157 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15158
15159 * tumme.el: Remove history section. If someone needs the it, it
15160 can always be found in CVS.
15161
15162 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15163
15164 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15165 about the Thumbnail Managing Standard option.
15166
15167 2006-02-12 Richard M. Stallman <rms@gnu.org>
15168
15169 * subr.el (substitute-key-definition): Doc fix.
15170
15171 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15172
15173 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15174
15175 * info.el (Info-mode): Doc fix.
15176
15177 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15178
15179 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15180
15181 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15182 because on Solaris a POSIX compatible "id" is needed. Reported by
15183 Magnus Henoch <mange@freemail.hu>.
15184
15185 2006-02-12 Juri Linkov <juri@jurta.org>
15186
15187 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15188 (tumme) <defgroup>: Change :group to `multimedia'.
15189 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15190 Managing Standard.
15191 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15192 Fix dostring.
15193 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15194 and %y. Fix docstring.
15195 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15196 (tumme-cmd-create-standard-thumbnail-command): New user options.
15197 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15198 is `standard'. Fix docstring.
15199 (tumme-thumb-width, tumme-thumb-height): New user options.
15200 (tumme-external-viewer): Try to find various viewers.
15201 (tumme-get-thumbnail-image): Use `create-image' instead of
15202 constructing the `image' structure.
15203 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15204 `standard'.
15205 (tumme-thumb-name): Add file name generation for standard storage.
15206 Simplify code for other storages.
15207 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15208 Add modification time %m and thumbnail-nq8 %q.
15209 Use `tumme-cmd-create-standard-thumbnail-command' if
15210 tumme-thumbnail-storage is `standard'.
15211 (tumme-dired-insert-marked-thumbs): New autoload command.
15212 (tumme-dired-after-readin-hook): New function.
15213 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15214 `tumme-thumb-size'.
15215 (tumme-display-image): Replace size-x %x and size-y %y with
15216 width %w and height %h.
15217
15218 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15219 `tumme-dired-insert-marked-thumbs'.
15220
15221 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15222
15223 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15224 include path).
15225 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15226 matching tag.
15227
15228 2006-02-12 Miles Bader <miles@gnu.org>
15229
15230 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15231 New variables.
15232 (rcirc-abbrev-nick): New function.
15233 (rcirc-format-response-string): Rewrite to use the formats in
15234 `rcirc-response-formats' and expand escape sequences therein.
15235 A text-property `rcirc-text' is added over the actual response
15236 text to make easy to find inside the returned string.
15237 (rcirc-print): When filling, just look for the `rcirc-text'
15238 text-property to find the appropriate fill prefix, instead of
15239 using hardwired patterns.
15240
15241 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15242
15243 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15244 Managing Standard.
15245
15246 2006-02-11 Kim F. Storm <storm@cua.dk>
15247
15248 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15249 Don't use insert-buffer; do insert-buffer-substring directly.
15250 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15251
15252 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15253
15254 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15255 with inhibit-read-only. Suggested by Stefan Monnier.
15256 (revert-buffer): Let insert-file-contents discard
15257 buffer-undo-list. Simplify code.
15258 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15259
15260 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15261
15262 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15263
15264 * help.el (describe-key-briefly): Now a wrapper for
15265 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15266 to t. Populate yank-menu if empty.
15267 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15268 (describe-key): Now a wrapper for describe-key-internal. Bind
15269 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15270 (describe-key-internal): Renamed from describe-key.
15271
15272 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15273
15274 * progmodes/glasses.el (glasses-separator): Doc fix.
15275 (glasses-original-separator): New defcustom.
15276 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15277
15278 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15279
15280 * mwheel.el (mouse-wheel-up-event): Doc fix.
15281
15282 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15283
15284 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15285 (tumme-dir): New function. Copied from thumbs.el.
15286
15287 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15288
15289 * desktop.el (desktop-outvar): Fix typo.
15290 (desktop-save-buffer-p): Doc fix.
15291
15292 * subr.el (substitute-key-definition): Fix typo.
15293
15294 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15295
15296 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15297 when window-system is mac.
15298
15299 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15300
15301 2006-02-10 Kim F. Storm <storm@cua.dk>
15302
15303 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15304 indirect-function instead of using condition-case.
15305
15306 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15307
15308 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15309 less `colloquial'...
15310
15311 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15312
15313 * tumme.el: Add a couple of todo items.
15314
15315 2006-02-09 Lars Hansen <larsh@soem.dk>
15316
15317 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15318 (highlight-changes-mode): Don't change desktop-locals-to-save.
15319
15320 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15321
15322 * image-mode.el (image-toggle-display): Clear image cache if using
15323 filename.
15324
15325 2006-02-09 Masatake YAMATO <jet@gyve.org>
15326
15327 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15328 a `dired-man' target.
15329
15330 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15331 boundary of symbols.
15332
15333 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15334
15335 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15336
15337 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15338
15339 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15340 `mapcar'; return nil.
15341
15342 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15343
15344 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15345 some other event.
15346
15347 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15348
15349 * net/rcirc.el (rcirc-startup-channels-alist):
15350 Add irc.freenode.net and #emacs as defaults.
15351 (rcirc-ignore-all-activity-flag): Remove variable.
15352 (rcirc-authinfo): New variable.
15353 (rcirc-authinfo-filename): Remove variable.
15354 (rcirc-always-use-server-buffer-flag): New flag.
15355 (rcirc): M-x rcirc will automatically connect without prompting.
15356 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15357 connection in lisp.
15358 (rcirc-process-server-response-1): Remove everything but the nick
15359 portion of the sender so it doesn't need to be done everywhere
15360 else. Update related code.
15361 (global-map): Remove global keybindings.
15362 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15363 (rcirc-send-input): Split into several functions.
15364 (rcirc-process-input-line, rcirc-process-message)
15365 (rcirc-process-command): New functions.
15366 (rcirc-target-buffer): New function to determine where to route
15367 messages.
15368 (rcirc-user-nick): Save match data.
15369 (rcirc-toggle-ignore-buffer-activity)
15370 (rcirc-update-activity-string): Remove global ignore functionality,
15371 which can be done now by toggling rcirc-track-minor-mode.
15372 (rcirc-track-minor-mode-map): New keymap.
15373 (rcirc-track-minor-mode): New minor-mode.
15374 (ignore): Make the ignore output nicer. Always print it when
15375 adding or removing nicks.
15376 (rcirc-url-regexp): Improve.
15377 (rcirc-mangle-text): Remove properties before using text in the
15378 modeline.
15379 (rcirc-authenticate): Authentication data comes from
15380 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15381 (rcirc-server-prefix): Inherit from rcirc-server.
15382
15383 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15384
15385 * Makefile.in (compile): Append "|| true" to the end of the `find'
15386 command, like compile-always does.
15387
15388 2006-02-08 Sam Steingold <sds@gnu.org>
15389
15390 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15391 output from a dead connection.
15392
15393 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15394
15395 * dired.el (dired-mode-map): Add more bindings for tumme.
15396
15397 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15398
15399 * wdired.el (wdired-mode-map): Use remap.
15400 (wdired-get-filename): Massage.
15401 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15402 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15403 `keymap' property rather than `local-map'.
15404
15405 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15406
15407 * tumme.el (tumme-get-thumbnail-image): New utility function.
15408 Suggested by from Chong Yidong.
15409 (tumme-dired-with-window-configuration): Rename from
15410 `tumme-dired'. Add code to save window configuration.
15411 (tumme-restore-window-configuration): New command to restore the
15412 window configuration that `tumme-dired-with-window-configuration'
15413 saves before it changes the window configuration.
15414 (tumme-show-all-from-dir): New command to display thumbnails for
15415 all files in a directory entered by the user, like M-x thumbs.
15416 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15417 have been created.
15418 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15419 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15420 Remove obsolete test function.
15421
15422 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15423
15424 * vc.el (small-temporary-file-directory): Remove defvar; there's
15425 a defcustom for it in files.el.
15426
15427 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15428 Fix typo in message.
15429 (tumme-gallery-generate): Fix typo in `error' message.
15430 (tumme-display-window-height-correction)
15431 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15432 (tumme-line-up-interactive): Dox fixes.
15433 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15434 (tumme-restore-window-configuration, tumme-format-properties-string)
15435 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15436 Fix typos in docstrings.
15437
15438 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15439
15440 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15441
15442 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15443
15444 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15445 User should use hook if desired.
15446
15447 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15448 buffer if necessary.
15449 (gdb-delete-frame-or-window): New function.
15450 (gdb-breakpoints-mode-map): Bind "q" to it.
15451
15452 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15453
15454 * textmodes/nroff-mode.el: Clean up name space.
15455 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15456 (nroff-mode): Obey the global setting of nroff-electric-mode.
15457 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15458
15459 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15460
15461 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15462
15463 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15464
15465 2006-02-06 Lars Hansen <larsh@soem.dk>
15466
15467 * generic-x.el (etc-fstab-generic-mode): Add file system types
15468 cifs and usbdevfs. Allow special chars in file names.
15469
15470 2006-02-05 Jay Belanger <belanger@truman.edu>
15471
15472 Update copyright notices of the files in lisp/calc.
15473
15474 2006-02-05 Romain Francoise <romain@orebokech.com>
15475
15476 Update copyright notices of all files in the lisp/play directory.
15477
15478 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15479
15480 * ldefs-boot.el: Regenerate.
15481
15482 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15483
15484 2006-02-05 Kim F. Storm <storm@cua.dk>
15485
15486 * files.el (magic-mode-regexp-match-limit): New defvar.
15487 (set-auto-mode): Use it to limit magic-mode-alist matching.
15488
15489 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15490
15491 * info.el (Info-index, Info-mode): Improve the description of the
15492 `i' command.
15493
15494 * ldefs-boot.el: Regenerate.
15495
15496 2006-02-03 Werner Lemberg <wl@gnu.org>
15497
15498 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15499 greedy to find the closing bracket in \*[...] and similar
15500 expressions. This is a first rough fix -- many additional
15501 refinements are necessary to make nroff mode really usable with groff.
15502
15503 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15504
15505 * international/mule-cmds.el (set-locale-environment):
15506 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15507 libX11.
15508
15509 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15510
15511 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15512 archive are created in archive-tmpdir.
15513
15514 2006-02-02 John Paul Wallington <jpw@pobox.com>
15515
15516 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15517 (ibuffer-fontification-alist): Use it.
15518 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15519 to "* z" and the Ibuffer Mark menu.
15520
15521 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15522
15523 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15524
15525 * textmodes/table.el (*table--cell-describe-mode)
15526 (*table--cell-describe-bindings): Undo last change since
15527 print-help-return-message is not obsoleted by anything at all.
15528
15529 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15530
15531 * emulation/cua-base.el (cua-mode): Doc fix.
15532
15533 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15534
15535 * dframe.el (dframe-handle-make-frame-visible)
15536 (dframe-handle-iconify-frame, dframe-get-focus)
15537 (dframe-select-attached-frame, dframe-power-click)
15538 (dframe-frame-mode): Fix typos in docstrings.
15539
15540 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15541 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15542 Fix typos in docstrings.
15543
15544 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15545 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15546 (hi-lock-archaic-interface-message-used)
15547 (hi-lock-file-patterns-range): Fix typos in docstrings.
15548
15549 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15550 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15551
15552 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15553 Fix typo in docstring.
15554
15555 * net/newsticker.el (newsticker--decode-iso8601-date)
15556 (newsticker--set-customvar, newsticker--buffer-insert-item)
15557 (newsticker--do-run-auto-mark-filter)
15558 (newsticker--parse-generic-feed): Doc fixes.
15559 (newsticker--retrieval-timer-list, newsticker-url-list)
15560 (newsticker-hide-immortal-items-in-echo-area)
15561 (newsticker-hide-obsolete-items-in-echo-area)
15562 (newsticker-new-item-face, newsticker--enclosure)
15563 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15564 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15565 (newsticker--parse-generic-feed, newsticker--cache-contains)
15566 (newsticker--stat-num-items, newsticker-download-enclosures):
15567 Fix typos in docstrings.
15568
15569 * net/rcirc.el (rcirc-debug): Doc fix.
15570 (rcirc-fill-column, rcirc-receive-message-hooks)
15571 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15572 (rcirc-mode, rcirc-generate-new-buffer-name)
15573 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15574 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15575 Fix typos in docstrings.
15576 (rcirc-print): "?\ " -> "?\s".
15577 (rcirc-cmd-join): Improve argument/docstring consistency.
15578
15579 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15580
15581 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15582 before narrow-to-region.
15583
15584 2006-02-01 Richard M. Stallman <rms@gnu.org>
15585
15586 * simple.el (move-beginning-of-line): Scan properly for invis change.
15587
15588 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15589
15590 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15591
15592 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15593 change bit only when id-format is 'integer. Reported by Matt
15594 Hodges <M.P.Hodges@rl.ac.uk>.
15595
15596 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15597
15598 * hilit-chg.el (highlight-changes-initial-state)
15599 (highlight-changes-global-initial-state): Doc fixes.
15600 (highlight-changes-global-modes, global-highlight-changes):
15601 Fix typos in docstrings.
15602
15603 2006-02-01 Kim F. Storm <storm@cua.dk>
15604
15605 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15606 transient-mark-mode in doc string.
15607
15608 2006-01-31 Richard M. Stallman <rms@gnu.org>
15609
15610 * replace.el (multi-occur): Doc fix.
15611 (multi-occur-in-matching-buffers): Rename from
15612 multi-occur-by-filename-regexp. Prefix arg says match
15613 buffer names instead of file names.
15614
15615 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15616
15617 * bs.el: Allow non-default values of `bs-header-lines-length'.
15618 (bs--running-in-xemacs): Remove (not needed anymore).
15619 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15620 instead of `shrink-window', thus avoiding having to compute the
15621 height of the window.
15622 (bs--up): Wrap around even when there's no header.
15623 (bs--down): Use `forward-line' instead of `next-line'.
15624
15625 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15626
15627 * image-mode.el (image-toggle-display): Use file name if possible,
15628 instead of unnecessarily allocating a (possibly huge) lisp string.
15629
15630 2006-01-30 John Paul Wallington <jpw@pobox.com>
15631
15632 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15633 because the `assert' macro signals it at runtime.
15634
15635 * emacs-lisp/cl.el (toplevel): Remove definition of
15636 `cl-assertion-failed' condition.
15637
15638 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15639
15640 * thumbs.el (thumbs-marked-list): Make buffer-local and
15641 permanent-local.
15642 (thumbs-insert-thumb): Make help-echo non-sticky.
15643 (thumbs-file-alist): Use eolp as check for (non)-image.
15644
15645 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15646
15647 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15648 (ediff-before-session-group-setup-hooks)
15649 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15650 Fix typos in docstrings.
15651
15652 * window.el (bw-dir, bw-eqdir, balance-windows)
15653 (split-window-keep-point): Fix typos in docstrings.
15654
15655 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15656 (org-quote-string, org-calendar-to-agenda-key)
15657 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15658 (org-show-following-heading, org-tags-column)
15659 (org-use-tag-inheritance, org, org-allow-space-in-links)
15660 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15661 (org-enable-table-editor, org-calc-default-modes)
15662 (org-table-allow-automatic-line-recalculation)
15663 (org-export-html-style, org-export-with-fixed-width)
15664 (org-export-with-sub-superscripts, org-special-keyword)
15665 (org-formula, org-time-grid, org-table-may-need-update)
15666 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15667 (org-goto-quit, org-get-indentation, org-end-of-item)
15668 (org-move-item-down, org-move-item-up)
15669 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15670 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15671 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15672 (org-agenda-log-mode, org-agenda-toggle-diary)
15673 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15674 (org-agenda-file-to-end, org-agenda-no-heading-message)
15675 (org-agenda-get-closed, org-format-agenda-item)
15676 (org-cmp-priority, org-cmp-category, org-cmp-time)
15677 (org-agenda-change-all-lines, org-agenda-diary-entry)
15678 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15679 (org-link-search, org-camel-to-words, org-open-file)
15680 (org-remember-handler, org-table-convert-region)
15681 (org-table-move-row-down, org-table-move-row-up)
15682 (org-table-copy-region, org-table-wrap-region)
15683 (org-table-toggle-vline-visibility)
15684 (org-table-get-vertical-vector, org-table-modify-formulas)
15685 (org-table-get-specials, org-recalc-commands)
15686 (org-table-rotate-recalc-marks, org-table-eval-formula)
15687 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15688 (org-level-color-stars-only, org-insert-heading):
15689 Fix typos in docstrings.
15690 (last-arg): Add defvar.
15691
15692 * makefile.w32-in (WINS): Add erc.
15693 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15694
15695 2006-01-29 Bill Wohler <wohler@newt.com>
15696
15697 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15698 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15699 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15700 (mh-autoloads): Don't use comments on otherwise empty lines.
15701
15702 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15703
15704 * emulation/viper.el (viper-major-mode-modifier-list):
15705 Add insert-state and vi-state entries for erc-mode.
15706 (viper-go-away, viper-set-hooks): Add and remove
15707 viper-comint-mode-hook from erc-mode-hook as appropriate.
15708
15709 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15710
15711 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15712
15713 * bs.el (bs--format-aux): Implement `middle' alignment as
15714 described in the docstring for `bs-attributes-list'.
15715 (bs--get-name): Simplify. Don't pad the buffer name.
15716
15717 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15718
15719 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15720 English aspell dictionary is installed, use the first entry of
15721 ispell-dictionary-alist-1.
15722
15723 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15724
15725 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15726 Doc fix.
15727
15728 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15729
15730 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15731 for `process-file', in order to let it work for older Emacsen too.
15732
15733 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15734
15735 * international/latexenc.el: Add a suitable `coding:' tag.
15736 (latexenc-find-file-coding-system): Undo last change.
15737
15738 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15739
15740 * international/latexenc.el (latexenc-find-file-coding-system):
15741 Make sure latexenc-main-file is a regular file and is readable.
15742
15743 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15744
15745 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15746 Pass FILE to vc-user-login-name.
15747
15748 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15749
15750 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15751
15752 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15753 there are no more images to display.
15754 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15755 the next image.
15756
15757 2006-01-26 Richard M. Stallman <rms@gnu.org>
15758
15759 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15760
15761 * wid-edit.el (advertised-widget-backward): New alias.
15762 (widget-keymap): Use advertised-widget-backward for S-TAB.
15763
15764 * tumme.el: Correct the keywords.
15765 (tumme-dir-max-size): Use defvar.
15766 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15767
15768 * simple.el (move-beginning-of-line): Take account of fields.
15769 (clone-indirect-buffer-other-window): Take args like
15770 clone-indirect-buffer, and work like it.
15771
15772 * help-fns.el (describe-function): Don't pass `nil' as default.
15773
15774 * files.el (risky-local-variable-p): Follow var aliases.
15775
15776 * subr.el (lazy-completion-table): Doc fix.
15777
15778 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15779 global binding of `line'.
15780
15781 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15782
15783 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15784 Tramp.
15785
15786 * vc.el (vc-default-dired-state-info): Pass FILE to
15787 vc-user-login-name.
15788 (vc-default-update-changelog): Don't use vc-user-login-name, we
15789 don't need it here.
15790
15791 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15792 no longer necessary.
15793
15794 2006-01-25 Kenichi Handa <handa@m17n.org>
15795
15796 * international/mule.el (decode-char): Avoid the overhead of
15797 calling utf-lookup-subst-table-for-decode if
15798 utf-translate-cjk-mode is nil.
15799 (encode-char): Avoid the overhead of calling
15800 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15801 nil.
15802
15803 2006-01-22 Kenichi Handa <handa@m17n.org>
15804
15805 * international/mule.el (make-subsidiary-coding-system): Reset
15806 `coding-system-define-form' property of subsidiaries to nil.
15807 Avoid duplicated entry in coding-system-alist.
15808 (make-coding-system): Avoid duplicated entry in
15809 coding-system-alist.
15810 (define-coding-system-alias): Likewise.
15811
15812 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15813
15814 * completion.el: Minor fixes in introductory comment.
15815 (completion-def-wrapper): Fix alist.
15816
15817 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15818
15819 * thumbs.el (thumbs-new-image-size): New function.
15820 (thumbs-increment-image-size-element)
15821 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15822 (thumbs-decrement-image-size): Delete.
15823 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15824 temp files and use to resize.
15825 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15826 Use increment argument to enlarge/shrink. Preserve point.
15827 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15828 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15829 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15830 (thumbs-mark, thumbs-unmark): Preserve point.
15831 (thumbs-modify-image): Keep old temp files and use to modify.
15832 Cleanup old temp files at load time. Preserve point.
15833 (thumbs-view-image-mode-map): Use new command names.
15834
15835 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15836
15837 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15838
15839 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15840 the nastiest part of the cyclic dependency.
15841 (cal-menu-update): Use dotimes and calendar-increment-month.
15842
15843 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15844 (calendar-week-start-day): Add an :initializer.
15845 (calendar-mode-map): Use suppress-keymap, and command remapping.
15846 (describe-calendar-mode): Setup xref-stack info for the back button.
15847 (calendar-star-date): Insert before delete.
15848 (calendar-set-mode-line): Add file-modified info if applicable.
15849 (calendar-increment-month): New function.
15850
15851 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15852
15853 * font-lock.el (lisp-font-lock-keywords-2):
15854 Recognize "& keywords" only at word boundaries.
15855
15856 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15857
15858 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15859 and permanent-local.
15860 (thumbs-max-image-number): New variable.
15861 (thumbs-do-thumbs-insertion): Use them.
15862 (thumbs-per-line): Change default to 4.
15863 (thumbs-marked-list): Rename from thumbs-markedL.
15864 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15865 (thumbs-rename-images): Use -list instead of L for internal variables.
15866 (thumbs-call-convert): Use call-process instead of shell-command.
15867 (thumbs-insert-thumb): Add filename as help-echo to each image.
15868 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15869 Give dir to thumbs-show-thumbs-list.
15870 (thumbs-show-thumbs-list): Set default-directory to that of images.
15871 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15872 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15873 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15874 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15875
15876 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15877
15878 * ses.el (ses-read-cell): Provide a default value.
15879
15880 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15881
15882 * term/w32-win.el (image-library-alist): Add additional names for
15883 GIF library.
15884
15885 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15886
15887 * international/latexenc.el (latexenc-find-file-coding-system):
15888 Add file-regular-p check.
15889
15890 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * simple.el (clone-buffer): Don't show the new buffer in the same
15893 window.
15894
15895 2006-01-23 Juri Linkov <juri@jurta.org>
15896
15897 * faces.el (link, link-visited): New faces based on default values
15898 of `info-xref' and `info-xref-visited'.
15899
15900 * info.el (info-xref): Inherit from `link'.
15901 (info-xref-visited): Inherit from `link-visited'.
15902
15903 * cus-edit.el (custom-buffer-create-internal): Use widget type
15904 `custom-manual' instead of `info-link' and don't set properties
15905 `button-face' and `mouse-face' explicitly.
15906 (custom-browse-group-tag, custom-browse-variable-tag)
15907 (custom-browse-face-tag): Inherit from widget class
15908 `custom-group-link' instead of `push-button'.
15909 (custom-button-unraised): Inherit from `underline' face.
15910 (custom-link): Inherit from `link' face. Fix doc and group.
15911 (custom-add-parent-links, custom-group-value-create): Don't set
15912 properties `button-face' and `mouse-face' explicitly for
15913 `custom-group-link' widget.
15914 (custom-group-link): Add properties `button-face' and `mouse-face'
15915 to widget definition.
15916 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15917 editable-field's :keymap property.
15918 (custom-mode): Fix docstring: substitute keybindings for
15919 `widget-forward' and `widget-backward' from `widget-keymap',
15920 `widget-complete' from `custom-field-keymap', replace old
15921 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15922
15923 * desktop.el (desktop-load-file): Check for `fboundp' before
15924 calling `symbol-function'.
15925
15926 * simple.el (clone-buffer, clone-indirect-buffer)
15927 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15928 `read-string'. Fix prompts.
15929
15930 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15931
15932 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15933
15934 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15935
15936 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15937
15938 * startup.el (inhibit-splash-screen, initial-scratch-message):
15939 Doc fixes.
15940
15941 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15942
15943 Sync with Tramp 2.0.52.
15944
15945 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15946 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15947 `tramp-unload-tramp' for checklist.
15948
15949 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15950 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15951 (tramp-unload-file-name-handler-alist)
15952 (tramp-unload-tramp): New defuns.
15953 (tramp-advice-PC-expand-many-files): New defadvice.
15954 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15955 removed.
15956 (tramp-handle-expand-file-name): Remove double slash.
15957 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15958 It doesn't matter, because it will be converted later on.
15959 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15960 implementation was just heuristic.
15961 (tramp-post-connection): Set uid and gid properties.
15962 (tramp-convert-file-attributes): Set file's gid change bit.
15963 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15964 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15965 in case of su(do)? methods. The home directory of the local user
15966 will be taken else.
15967 (tramp-open-connection-telnet)
15968 (tramp-open-connection-rsh, tramp-open-connection-su)
15969 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15970 local shell prompt could hurt. Reported by Romain Francoise
15971 <romain@orebokech.com>.
15972 (tramp-let-maybe): Add `edebug-form-spec' property.
15973 (tramp-handle-expand-file-name): Bind `default-directory' locally
15974 to "/" in order to avoid problems with UNC shares or Cygwin
15975 mounts.
15976 (tramp-md5-function): Fix typo in error message.
15977
15978 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15979
15980 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15981 for byte-compiler pacification.
15982
15983 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15984
15985 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15986 ID-FORMAT `string'. This allows us to get rid of
15987 `vc-user-login-name UID'.
15988
15989 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15990
15991 2006-01-22 John Paul Wallington <jpw@pobox.com>
15992
15993 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15994
15995 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15996
15997 * emacs-lisp/find-func.el (find-definition-noselect)
15998 (find-variable-noselect): Search variables in C source code too.
15999 (find-function-C-source, find-function-noselect, find-function)
16000 (find-function-other-frame, find-variable-noselect, find-variable)
16001 (find-variable-other-frame, find-variable-at-point):
16002 Fix docstrings.
16003
16004 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16005
16006 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16007
16008 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16009
16010 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16011 Default to disabling the "Save affix" question.
16012
16013 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16014
16015 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16016 the first arg to run-python.
16017
16018 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16019
16020 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16021 is not loaded.
16022
16023 2006-01-20 Jay Belanger <belanger@truman.edu>
16024
16025 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16026 limit is 0.
16027
16028 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16029 the correct variable.
16030
16031 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16032
16033 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16034 link. Fixed buggy argument sequence in call to `org-view-tags'.
16035 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16036 (org-prefix-has-tag): New variable.
16037 (org-format-agenda-item): Remove tags from headline if
16038 appropriate.
16039 (org-agenda-remove-tags-when-in-prefix): New option.
16040 (org-get-tags-at): New function.
16041
16042 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16043
16044 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16045 (thumbs-find-image): Move image name and number from buffer name
16046 to mode name. Set thumbs-buffer. Preserve point so that large
16047 images remain visible.
16048 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16049 order.
16050 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16051 mode name.
16052 (thumbs-next-image, thumbs-previous-image): Make them work.
16053
16054 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16055
16056 * cus-edit.el (custom-buffer-create-internal): State in the text above
16057 the whole buffer buttons that they do not operate on hidden items.
16058 (custom-face-menu): Use `custom-face-save' instead of
16059 `custom-face-save-command'.
16060 (custom-face-save-command): Make it an alias for `custom-face-save'
16061 and declare it obsolete.
16062 (custom-face-save): Doc fix.
16063
16064 * dired.el (dired-no-confirm): Add quote.
16065 (dired-subdir-alist-pre-R): Add quote in
16066 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16067
16068 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16069
16070 * textmodes/table.el (table-mode-indicator): Typo in last change.
16071
16072 2006-01-19 Richard M. Stallman <rms@gnu.org>
16073
16074 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16075 Fixes bug reported in Nov 2005.
16076
16077 * isearch.el (isearch-forward): Doc fix.
16078
16079 * dired.el (dired-move-to-filename-regexp): Define as alias.
16080 (dired-no-confirm): Use defcustom.
16081 (dired-subdir-alist-pre-R): Put defvar at top level.
16082
16083 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16084
16085 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16086 Mark as risky.
16087
16088 * simple.el (set-mark-command): Doc fix.
16089 (clone-indirect-buffer-other-window):
16090 Read arg like clone-indirect-buffer.
16091 (move-beginning-of-line): Skip invisible newlines.
16092
16093 2006-01-19 Masatake YAMATO <jet@gyve.org>
16094
16095 * progmodes/cpp.el (cpp-edit-load): Make the order of
16096 listed conditions in a base C code buffer and its associate
16097 CPP Edit buffer the same.
16098
16099 2006-01-19 Kenichi Handa <handa@m17n.org>
16100
16101 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16102 (rmail-mime-feature): Likewise.
16103 (rmail-require-mime-maybe): Use display-warning to show a warning
16104 message.
16105
16106 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16107 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16108
16109 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16110
16111 * array.el: Move defvars out of eval-when-compile.
16112 (array-make-template): Replace undeclared global var with a local one.
16113 (array-mode): Inline initialization functions.
16114 (array-init-local-variables, array-init-max-row)
16115 (array-init-max-column, array-init-columns-per-line)
16116 (array-init-field-width, array-init-rows-numbered)
16117 (array-init-line-length, array-init-lines-per-row): Remove.
16118
16119 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16120 (doc-mode-map): Define explicitly.
16121 (doctor-txtype): Use mapc.
16122
16123 * textmodes/table.el: Move defvars out of eval-when-compile.
16124 Remove harmful code meant to avoid byte-compiler warnings.
16125 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16126 specification that checks table-fixed-width-mode directly.
16127 (table-recognize-region, table-recognize-cell):
16128 Use restore-buffer-modified-p.
16129 (table-fixed-width-mode): Remove code that refreshes
16130 table-fixed-mode-indicator.
16131 (*table--cell-describe-bindings, *table--cell-describe-mode):
16132 Avoid obsolete name print-help-return-message.
16133 (table--test-cell-list): Don't use replace-regexp from elisp.
16134 (table--point-entered-cell-function, table--point-left-cell-function):
16135 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16136
16137 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16138 that was after the end of file. Use buffer-file-name variable.
16139 (org-timestamp-change): Use with-current-buffer.
16140 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16141 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16142 `file'.
16143
16144 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16145 (fortran-break-line): Remove unused var `opoint'.
16146 (fortran-abbrev-start): Obey help-event-list.
16147
16148 2006-01-18 Jesper Harder <harder@phys.au.dk>
16149
16150 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16151
16152 2006-01-18 Masatake YAMATO <jet@gyve.org>
16153
16154 * progmodes/make-mode.el (makefile-imake-mode): New mode
16155 derived from makefile-mode.
16156 (makefile-imake-mode-syntax-table): New syntax table
16157 derived from makefile-mode-syntax-table.
16158 (makefile-mode): Write about makefile-imake-mode in doc string.
16159 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16160 (makefile-imake-font-lock-keywords): New font lock keywords.
16161
16162 * files.el (auto-mode-alist): Add Imakefile.
16163
16164 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16165
16166 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16167 loading the file rather than when turning on flyspell-mode.
16168
16169 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16170
16171 * cus-edit.el (customize-rogue): Minor doc fix.
16172
16173 2006-01-17 Juri Linkov <juri@jurta.org>
16174
16175 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16176 instead of the file at the mark as default if the file at the mark
16177 is the same as the file at point or if dired-dwim-target-directory
16178 is not the same as the current directory and the mark is not active.
16179
16180 * log-view.el (log-view-minor-wrap): Use the same logic to get
16181 revisions as `log-view-diff'.
16182
16183 * info.el (Info-revert-find-node): Check for Info-current-file
16184 before preserving new-history.
16185
16186 * man.el (Man-heading-regexp): Add `/'.
16187
16188 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16189 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16190
16191 2006-01-16 Juri Linkov <juri@jurta.org>
16192
16193 * faces.el (mode-line-faces): New defgroup.
16194 (mode-line-highlight): Move definition after new defgroup.
16195 (mode-line, mode-line-inactive, mode-line-highlight):
16196 Replace :group `modeline' with `mode-line-faces'.
16197 (mode-line-buffer-id): New face.
16198 (modeline-buffer-id): New face alias.
16199 (vertical-border): Remove :group `modeline'.
16200
16201 * bindings.el (propertized-buffer-identification): Use face
16202 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16203 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16204 (mode-line-buffer-identification-keymap): For mouse-1 replace
16205 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16206 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16207 mouse-3.
16208
16209 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16210 Buffer-menu-buffer. Doc fix.
16211 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16212 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16213 `Buffer-menu-buffer'.
16214
16215 * info.el (Info-mode-line-node-keymap): New defvar.
16216 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16217 Propertize Info-current-node with `mode-line-buffer-id' and
16218 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16219
16220 * time.el (display-time-mail-face): Replace :group `faces' with
16221 `mode-line-faces'.
16222
16223 2006-01-16 Kenichi Handa <handa@m17n.org>
16224
16225 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16226
16227 * language/european.el (cp1252): New alias for windows-1252.
16228
16229 * international/mule.el (autoload-coding-system): Prepare for EOL
16230 variants.
16231
16232 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16233
16234 * term.el (term-raw-map): Add mapping for insert.
16235 (term-send-insert): New.
16236 (term-mode): Make variables local here instead of doing it in
16237 `term-emulate-terminal'.
16238 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16239 Scroll reverse needs to take into account the scroll region.
16240 Saving and restoring the cursor should save the color attributes too.
16241 (term-reset-terminal): Reset the scroll region.
16242 (term-handle-ansi-escape): Cursor up and down should take into
16243 account the scroll region.
16244 (term-set-scroll-region): Rename from `term-scroll-region'.
16245 Move to 0,0 after setting the region.
16246 (term-handle-scroll): Handle scroll up.
16247 (term-down): Fix off by one error.
16248 (term-delete-lines): Do not delete outside the scroll region.
16249 (term-insert-lines): Take into account the scroll region.
16250
16251 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * textmodes/ispell.el (ispell-internal-change-dictionary)
16254 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16255 (start, end): Move declaration outside of eval-when-compile.
16256
16257 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16258 (flyspell-mode-on): Use it.
16259
16260 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16261 ispell-kill-ispell-hook.
16262
16263 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16264
16265 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16266 (Custom-reset-saved): Do not ask for confirmation in single option
16267 buffers.
16268
16269 2006-01-13 Richard M. Stallman <rms@gnu.org>
16270
16271 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16272
16273 2006-01-13 Romain Francoise <romain@orebokech.com>
16274
16275 * add-log.el (add-change-log-entry, change-log-merge):
16276 Conditionally use `hard-newline'.
16277
16278 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16279
16280 * wid-edit.el (widget-field-end): If the overlay is no longer
16281 associated with a buffer, behave as if the overlay didn't exist.
16282
16283 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16284 Make sure the links use the `custom-link' face.
16285
16286 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16287
16288 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16289 (ld-script-mode): Don't set indent-line-function since we don't
16290 have one.
16291
16292 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16293
16294 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16295 application.
16296 (org-file-apps-defaults-gnu): Use mailcap as the default for
16297 selecting an application on a UNIX system.
16298 (org-agenda-show-tags): New command.
16299 (org-table-insert-hline): Keep cursor in current table line.
16300 (org-table-convert): Offset effect of modifying
16301 `org-table-insert-hline'.
16302 (org-format-agenda-item): New optional argument TAG.
16303 (org-compile-prefix-format): Handle %T format for the tag.
16304 (org-expand-wide-chars): New function.
16305 (org-table-insert-row, org-table-insert-hline):
16306 Use `org-expand-wide-chars'.
16307 (org-open-file): Fix bug in program launch.
16308 (org-get-time-of-day): Fix bug with times before 1am.
16309 (org-agenda-menu): Add tags commands.
16310
16311 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16312
16313 * textmodes/ispell.el (ispell-init-process): Include the used
16314 dictionary in ispell process start message.
16315 (ispell-internal-change-dictionary): When flyspell-mode is active
16316 and dictionary is changed, make sure ispell process is restarted
16317 and flyspell word cache cleared out for the current buffer.
16318 (ispell-change-dictionary): Make sure flyspell word cache is
16319 cleared out in all buffers with active flyspell mode when
16320 dictionary is globally changed.
16321 Call ispell-internal-change-dictionary after dictionary change.
16322
16323 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16324
16325 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16326
16327 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16328 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16329 years. Fix small differences wrt Makefile.in.
16330 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16331 Makefile.in does.
16332
16333 2006-01-12 Bill Wohler <wohler@newt.com>
16334
16335 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16336 mh-search.el.
16337
16338 2006-01-12 Masatake YAMATO <jet@gyve.org>
16339
16340 * progmodes/ld-script.el: Update copyright year.
16341
16342 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16345 Don't add widget if setting undefined.
16346
16347 2006-01-12 John Paul Wallington <jpw@pobox.com>
16348
16349 * help-fns.el (describe-variable): Remove newlines from void
16350 variable output.
16351
16352 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16353
16354 * wdired.el (wdired-mode-map): Add help echo for
16355 wdired-abort-changes.
16356
16357 * man.el (Man-file-name-regexp): Adjust for a list of files.
16358
16359 2006-01-12 Masatake YAMATO <jet@gyve.org>
16360
16361 * progmodes/ld-script.el (auto-mode-alist): Support
16362 suffix conventions used in netbsd and eCos.
16363
16364 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16365
16366 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16367 (custom-variable-menu, custom-face-menu, custom-group-menu)
16368 (Custom-mode-menu): Change names of menu items. (As discussed on
16369 emacs-devel.)
16370 (custom-face-menu): Add "Undo Edits" item.
16371
16372 * startup.el (init-file-user): defcustom -> defvar.
16373
16374 * tooltip.el (tooltip-mode): Doc fix.
16375
16376 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * reveal.el (reveal-post-command): window-buffer signals an error on
16379 dead windows rather than returning nil.
16380 (reveal-open-new-overlays): An overlay might die while we open others.
16381
16382 2006-01-11 Bill Wohler <wohler@newt.com>
16383
16384 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16385 phrasing in docstring.
16386
16387 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16388 can give some systems gas. Add new file mh-buffers.el.
16389
16390 2006-01-06 Masatake YAMATO <jet@gyve.org>
16391
16392 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16393 C preprocessor forward ported from GNU Emacs 21.2.
16394
16395 * progmodes/asm-mode.el (asm-font-lock-keywords):
16396 Use `cpp-font-lock-keywords'.
16397
16398 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16399
16400 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16401 of $ for "\\.ld[s]?".
16402
16403 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16404
16405 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16406 (tcl-indent-line): Return `noindent' if inside a string.
16407
16408 * progmodes/flymake.el (flymake-split-string): Remove more than one
16409 empty string at beg/end of the result.
16410 (flymake-find-buildfile, flymake-find-possible-master-files):
16411 Use expand-file-name.
16412 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16413 since expand-file-name does it for us. Use directory-file-name.
16414 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16415 (flymake-ler-get-type, flymake-ler-get-text)
16416 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16417 (flymake-current-line-no): Remove spurious interactive spec.
16418 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16419 (flymake-check-include): Remove arg inc-path merged into inc-name.
16420 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16421 Arg regexp-list replaced by a simple regexp.
16422 (flymake-master-make-header-init, flymake-master-tex-init):
16423 Correspondingly replace regexp-list with a regexp. Fix regexp.
16424
16425 2006-01-10 Simon Josefsson <jas@extundo.com>
16426
16427 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16428 describing AUTH PLAIN fix.
16429
16430 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16431
16432 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16433 (report-emacs-bug): Don't record initial prompt text.
16434 Instead, add text properties to prompting text.
16435 (report-emacs-bug-hook): Delete prompting text.
16436
16437 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16438
16439 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16440 `dirs'. Adjust callers.
16441
16442 2006-01-09 John Paul Wallington <jpw@gnu.org>
16443
16444 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16445
16446 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16447
16448 * reveal.el (reveal-open-new-overlays): New extracted fun.
16449 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16450 using them. Simplify the code.
16451 (reveal-post-command): Use them. Fix up obsolete windows in
16452 reveal-open-spots.
16453
16454 * progmodes/flymake.el: Use `require' rather than autoload for
16455 XEmacs's overlays.
16456 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16457 Delete. Use file-relative-name instead.
16458 (flymake-get-syntax-check-program-args, flymake-perl-init):
16459 Simplify the resulting code.
16460
16461 * log-view.el (log-view-file-re, log-view-message-re): Add support
16462 for DaRCS output.
16463
16464 2006-01-09 Alex Schroeder <alex@gnu.org>
16465
16466 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16467 identifiers sometimes added in square brackets at the beginning of
16468 subject lines.
16469
16470 2006-01-07 Richard M. Stallman <rms@gnu.org>
16471
16472 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16473 (Custom-reset-current, Custom-reset-saved): Change question text.
16474 (Custom-reset-standard): Likewise.
16475 (custom-variable-reset-saved): Doc fix.
16476
16477 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16478
16479 * startup.el (init-file-user): Doc fix.
16480
16481 2006-01-07 Alex Schroeder <alex@gnu.org>
16482
16483 * mail/rmail.el (rmail-current-subject): New function.
16484 (rmail-current-subject-regexp): New function.
16485 (rmail-next-same-subject): Use it.
16486
16487 * mail/rmailsum.el (rmail-summary-by-topic):
16488 Use rmail-current-subject and rmail-current-subject-regexp.
16489 (rmail-summary-next-same-subject): Ditto.
16490
16491 * net/rcirc.el (rcirc-send-input): No longer check whether the
16492 process is open, since not all commands need an open process.
16493 (rcirc-send-string): Check whether the process is open before
16494 sending anything.
16495 (rcirc-ignore-list): New option.
16496 (rcirc-ignore-list-automatic): New variable.
16497 (rcirc-print): Take rcirc-ignore-list into account.
16498 (rcirc-cmd-ignore): New command.
16499 (rcirc-ignore-update-automatic): New function.
16500 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16501 list if ignored nicks.
16502 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16503
16504 2006-01-06 David Reitter <david.reitter@gmail.com>
16505
16506 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16507 reflect the address to which the report will be sent.
16508
16509 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16510
16511 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16512 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16513
16514 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16515
16516 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16517
16518 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16519 the doc string: "functoin" => "function".
16520 * ldefs-boot.el: Likewise.
16521
16522 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16523 message text: "Duplicat" => "Duplicate".
16524
16525 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16526
16527 * files.el (basic-save-buffer-2): If backing-up failed, reset
16528 buffer-backed-up to nil.
16529
16530 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16531
16532 * progmodes/gud.el (gdb-script-skip-to-head)
16533 (gdb-script-calculate-indentation): Indent for breakpoint command
16534 lists also.
16535
16536 2006-01-05 Bill Wohler <wohler@newt.com>
16537
16538 * Makefile.in (compile-always): Add mh-autoloads dependency.
16539 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16540 provides it.
16541 (updates): Remove mh-autoloads dependency, since it probably has
16542 already run recently (via recompile).
16543
16544 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16547 argument `force' to disable the flyspell-last-buffer optimization.
16548 (flyspell-mode-on): Use it.
16549
16550 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16551 flymake-simple-cleanup.
16552 (flymake-allowed-file-name-masks): Use this new default.
16553 All the functions are now called in the right buffer rather than
16554 passing the buffer as argument.
16555 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16556 (flymake-parse-err-lines): Remove redundant buffer arg.
16557 (flymake-get-program-dir): Comment out unused function.
16558 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16559 Remove redundant buffer argument.
16560 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16561 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16562
16563 2006-01-05 Richard M. Stallman <rms@gnu.org>
16564
16565 * info.el (Info-find-node): Don't record previous node if have none.
16566 (info): Go to directory only if history is empty.
16567
16568 * simple.el (mark): Doc fix.
16569
16570 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16571
16572 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16573 already of desired type.
16574 (mac-ae-list): Coerce parameter to "list" type.
16575 (mac-dispatch-apple-event): Replace cadr part of event with a
16576 dummy position so that event-start returns it.
16577
16578 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16579
16580 * textmodes/org.el (org-end-of-subtree): New function.
16581 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16582 Use `org-end-of-subtree'.
16583 (org-agenda, org-agenda-convert-date): Protect calls to
16584 `fit-window-to-buffer'.
16585 (org-tags-view): Force matching of sublevels when doing a
16586 todo-only search. Define the correct redo command, including the
16587 arguments.
16588 (org-agenda-redo): Display message.
16589 (org-check-for-org-mode): New function.
16590 (org-agenda-type): New variable.
16591 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16592 Set `org-agenda-type'.
16593 (org-agenda-check-type): New function.
16594 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16595 (org-agenda-week-view, org-agenda-day-view)
16596 (org-agenda-next-date-line, org-agenda-previous-date-line)
16597 (org-agenda-log-mode, org-agenda-toggle-diary)
16598 (org-agenda-toggle-time-grid, org-agenda-date-later)
16599 (org-agenda-date-prompt, org-agenda-diary-entry)
16600 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16601 (org-agenda-convert-date, org-agenda-menu):
16602 Use `org-agenda-check-type'.
16603 (org-make-overlay, org-delete-overlay)
16604 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16605 New compatibility functions.
16606 (org-calendar-select-mouse): New command.
16607
16608 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16609
16610 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16611 (Custom-reset-standard): Fix y-or-n-p messages.
16612 (custom-link): New face for links.
16613 (custom-buffer-create-internal, custom-manual): Use it.
16614 (custom-face-save): Push to theme-face before setting face spec.
16615
16616 * wid-edit.el (widget-default-mouse-face-get): New function.
16617 (widget-specify-button): Handle mouse-face like button-face.
16618
16619 * custom.el (load-theme): Clear old theme settings if reloading.
16620
16621 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16622
16623 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16624 "Erase Customization" button back to same position it occupies in
16625 the individual State menus.
16626
16627 2006-01-04 Kim F. Storm <storm@cua.dk>
16628
16629 * wid-edit.el (key-sequence): Rework widget to read key binding
16630 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16631 (widget-key-sequence-default-value): Default value for empty sequence.
16632 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16633 (widget-key-sequence-read-event): New command for C-q.
16634 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16635 (widget-key-sequence-value-to-external): New functions.
16636
16637 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16638
16639 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16640 Use expand-file-name.
16641 (flymake-delete-temp-directory): Use expand-file-name,
16642 file-name-directory, and directory-file-name.
16643 (flymake-strrchr): Delete.
16644 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16645 to the init-f function.
16646 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16647 (flymake-init-find-buildfile-dir)
16648 (flymake-init-create-temp-source-and-master-buffer-copy)
16649 (flymake-simple-make-init-impl, flymake-simple-make-init)
16650 (flymake-master-make-init, flymake-master-make-header-init)
16651 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16652 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16653 (flymake-xml-init): Remove corresponding redundant buffer argument.
16654 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16655 the default anyway. Clean up regexps.
16656
16657 * progmodes/flymake.el (flymake-temp-source-file-name)
16658 (flymake-master-file-name, flymake-temp-master-file-name)
16659 (flymake-base-dir): New buffer-local vars.
16660 (flymake-buffer-data, flymake-get-buffer-value)
16661 (flymake-set-buffer-value): Replace those hash-tables by the new
16662 buffer-local vars. Update callers.
16663
16664 * progmodes/flymake.el (flymake-check-start-time)
16665 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16666 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16667 Move definition, so we can remove redundant earlier declaration.
16668 (flymake-replace-regexp-in-string, flymake-split-string)
16669 (flymake-get-temp-dir): Use defalias.
16670 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16671 (flymake-xemacs-window-edges): Remove unused function.
16672 (flymake-get-point-pixel-pos): Move.
16673 (flymake-pid-to-names, flymake-reg-names)
16674 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16675 Replace by a simple list flymake-processes and by process-buffer.
16676 Update callers. Other than simplify the code, it uses buffers rather
16677 than buffer-names so it doesn't get confused by uniquify.
16678 (flymake-buffer-data): The global value should just be nil.
16679
16680 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16681 Optimize the body of a defalias like any other code.
16682
16683 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16684 Make sure we've setup font-lock's vars. It may influence which
16685 function we then call.
16686 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16687 here since it's too late anyway.
16688
16689 2006-01-03 Romain Francoise <romain@orebokech.com>
16690
16691 * startup.el (fancy-splash-tail, normal-splash-screen):
16692 Update copyright year.
16693
16694 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16695
16696 * mouse.el (mouse-drag-track): Rename, from
16697 `mouse-drag-region-1'. Includes optional argument required to
16698 enable post-drag event processing (e.g. delete region keys).
16699 Can be used without this argument to track a mouse region and operate
16700 on it as soon as the drag completes.
16701 (mouse-drag-region): Use `mouse-drag-track'.
16702
16703 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16704
16705 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16706 Move to `custom-buffer' group.
16707
16708 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16709 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16710 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16711 (custom-theme-face-menu): New variables.
16712 (custom-theme-add-variable, custom-theme-variable-action)
16713 (custom-variable-reset-theme, custom-theme-delete-variable)
16714 (custom-face-reset-theme, custom-theme-face-action)
16715 (custom-theme-delete-face, custom-theme-merge-theme)
16716 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16717
16718 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16719
16720 * custom.el: Move Custom Themes commentary to start of theme code.
16721 (custom-known-themes): Rename `standard' theme to `changed'.
16722 (custom-push-theme): Caller no longer specifies what theme to use
16723 when doing `reset'---the setting is simply removed from the theme.
16724 Delete MODE from `theme-value' and `theme-settings' properties.
16725 (custom-declare-theme): Ignore &rest args since we don't use them.
16726
16727 (custom-loaded-themes): Delete variable.
16728 (custom-theme-load-themes, custom-theme-loaded-p)
16729 (custom-theme-value): Delete functions.
16730
16731 (custom-declare-theme): Signal error on invalid theme names.
16732 (provide-theme): custom-loaded-themes was deleted.
16733 (load-theme): Load the file unconditionally.
16734 (enable-theme): Call `load-theme' if theme is undefined.
16735 (custom-enabled-themes): Only update value for successful loads.
16736 (disable-theme): Complete from enabled themes when interactive.
16737 (custom-variable-theme-value): Calculate theme value directly.
16738
16739 (custom-theme-reset-variables, custom-reset-variables): Mark as
16740 XEmacs compatibility functions. We don't actually use these.
16741
16742 * cus-edit.el (custom-variable-state-set):
16743 Use custom-variable-theme-value instead of custom-theme-value.
16744 (custom-face-state-set): Rename `standard' theme to `changed'.
16745 (custom-save-variables, custom-save-faces): Delete unneeded
16746 references to custom-reset-variables.
16747 (custom-save-resets): Delete function.
16748 (custom-save-variables, custom-save-faces): MODE argument deleted.
16749 (custom-save-variables, custom-save-faces): Ignore theme values.
16750
16751 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16752 compatibility function.
16753
16754 2006-01-01 Richard M. Stallman <rms@gnu.org>
16755
16756 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16757 (Custom-reset-current, Custom-reset-saved): Likewise.
16758 (Custom-reset-standard): Show message if aborted.
16759 (custom-mode): Doc fix, describing those commands.
16760
16761 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16762 put on event-kind property.
16763
16764 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16765
16766 * custom.el (provide-theme): Ban `user' theme name.
16767 (custom-enabling-themes): New variable.
16768 (enable-theme): Don't enable user if custom-enabling-themes is t.
16769 (custom-enabled-themes): Make it a defcustom.
16770 (custom-theme-recalc-face): No-op if face is undefined.
16771
16772 * cus-edit.el (custom-button-mouse): New variable.
16773 (custom-button-mouse): New face.
16774 (custom-raised-buttons, custom-mode): Use it.
16775
16776 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16777
16778 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16779
16780 * progmodes/gud.el (gud-display-line): Support hl-line in the
16781 source buffer.
16782
16783 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16784
16785 * mouse.el (mouse-drag-window-above): Verify that the found window
16786 overlaps with the given window in the horizontal dimension.
16787
16788 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16789
16790 * Makefile.in (cvs-update): New target.
16791
16792 * makefile.w32-in (cvs-update): Ditto.
16793
16794 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16795
16796 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16797 (custom-new-theme-mode-map): New variable.
16798
16799 2005-12-30 Richard M. Stallman <rms@gnu.org>
16800
16801 * custom.el (custom-load-themes): Function deleted.
16802
16803 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16804 (custom-save-variables): Don't delete or add custom-load-themes call.
16805
16806 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16807
16808 * cus-start.el: Add `visible-cursor'.
16809
16810 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16811 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16812 (flymake-process-filter): Switch to buffer before calling it instead.
16813 (flymake-post-syntax-check, flymake-highlight-err-lines)
16814 (flymake-delete-own-overlays, flymake-parse-err-lines)
16815 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16816 (flymake-count-lines, flymake-parse-residual):
16817 Remove constant buffer argument.
16818 (flymake-start-syntax-check-for-current-buffer): Remove.
16819 Update callers to use flymake-start-syntax-check instead.
16820 (flymake-display-err-menu-for-current-line):
16821 Remove unused var `mouse-pos'.
16822 (flymake-restore-formatting): Comment out unused function.
16823 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16824 argument, use current-buffer instead. Update callers.
16825
16826 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16827
16828 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16829 buffer-local because choose-completion-delete-max-match requires
16830 that we set completion-ignore-case (i.e., binding via let is not
16831 sufficient).
16832 (bibtex-complete): Always set completion-ignore-case and
16833 choose-completion-string-functions. The latter is needed because
16834 choose-completion-string-functions keeps its value if we quit the
16835 *Completions* buffer without requesting a completion.
16836
16837 2005-12-30 Andreas Schwab <schwab@suse.de>
16838
16839 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16840
16841 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16842
16843 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16844
16845 2005-12-30 Juri Linkov <juri@jurta.org>
16846
16847 * locate.el (locate-fcodes-file, locate-header-face)
16848 * progmodes/delphi.el (delphi-other-face)
16849 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16850
16851 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16852 group `paren-showing-faces'.
16853
16854 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16855 (goto-address): Fix docstring.
16856
16857 * net/webjump.el (webjump-sample-sites): Update URLs.
16858
16859 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16860
16861 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16862
16863 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16864
16865 * font-lock.el (font-lock-compile-keywords): Signal an error when
16866 font-lock-set-defaults hasn't been called.
16867
16868 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16869
16870 * subr.el (noreturn, 1value): Doc fixes.
16871
16872 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16873
16874 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16875 that assoc-string returns nil.
16876
16877 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16878
16879 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16880 (bibtex-entry-type-str, bibtex-empty-field-re)
16881 (bibtex-search-backward-string, bibtex-preamble-prefix)
16882 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16883 (bibtex-any-valid-entry-type): New variable.
16884 (bibtex-parse-field-name): Simplify.
16885 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16886 (bibtex-preamble-prefix): Include left delimiter.
16887 (bibtex-search-forward-field, bibtex-search-backward-field):
16888 Allow unbounded search past entry boundaries (required by bibtex-pop).
16889 (bibtex-text-in-field-bounds): Use push.
16890 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16891 (bibtex-parse-preamble, bibtex-valid-entry)
16892 (bibtex-beginning-first-field): New functions.
16893 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16894 (bibtex-map-entries): Fix docstring.
16895 (bibtex-flash-head): New arg prompt. Simplify.
16896 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16897 (bibtex-insert-kill): Simplify. Always insert text past the
16898 current field or entry.
16899 (bibtex-format-entry): Use bibtex-parse-field.
16900 (bibtex-pop): Use bibtex-beginning-of-entry and
16901 bibtex-end-of-entry to initiate the search. Insert empty field if
16902 we found ourselves.
16903 (bibtex-print-help-message): New args field and comma.
16904 Handle entry keys.
16905 (bibtex-make-field): Use bibtex-beginning-of-entry.
16906 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16907 invalid entry.
16908 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16909 Handle preambles. Simplify code for thorough test.
16910 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16911 New arg comma. Handle entry heads.
16912 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16913 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16914 New arg comma.
16915 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16916 (bibtex-fill-field): Simplify.
16917 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16918 bibtex-parse-field.
16919 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16920 (bibtex-complete): Use bibtex-parse-preamble.
16921
16922 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16923
16924 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16925 Display name of expression instead of convenience variable.
16926 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16927
16928 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16929 toggle-gud-tooltip-dereference.
16930 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16931 (gud-tooltip-tips): ...here when dereferencing.
16932
16933 2005-12-28 Bill Wohler <wohler@newt.com>
16934
16935 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16936
16937 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16940 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16941 (vc-annotate-display-autoscale): Adjust call.
16942 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16943 Fix interactive spec.
16944 (vc-annotate-time-span): Remove.
16945 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16946 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16947 (vc-annotate-display-select): Use new name.
16948
16949 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16950 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16951 Correct the construction of span entries. Simplify.
16952 (vc-annotate-display-select): Fix the nil case.
16953 (vc-annotate): Remove obsolete (and now broken) code.
16954 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16955 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16956
16957 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16958
16959 * subr.el (lazy-completion-table): Correct typo in docstring.
16960
16961 * startup.el (command-line): Use `custom-reevaluate-setting' for
16962 `send-mail-function'.
16963
16964 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16965
16966 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16967
16968 * mail/smtpmail.el (smtpmail-try-auth-methods):
16969 Send credentials together with "AUTH PLAIN" command.
16970
16971 2005-12-27 Richard M. Stallman <rms@gnu.org>
16972
16973 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16974 mouse-2, go back to previously selected window, so it's selected
16975 when mouse-2 command runs.
16976
16977 2005-12-27 Juri Linkov <juri@jurta.org>
16978
16979 * descr-text.el (describe-text-sexp): Use square brackets for
16980 button [Show] to distinguish it from the property value `show'.
16981 (describe-property-list): Use `insert-text-button' with
16982 `help-face' type instead of putting face in quotes, because button
16983 is not created automatically for a list of faces.
16984 (describe-text-properties-1): Put button-type value in quotes to
16985 distinguish from plain text "button".
16986 (describe-char): Display code point values in hex. Don't use
16987 `symbol-name' for `current-input-method' because it is a string.
16988 Use `insert-text-button' with `help-face' type instead of putting
16989 hardcoded face in quotes, because button is not created automatically.
16990
16991 2005-12-27 Richard M. Stallman <rms@gnu.org>
16992
16993 * progmodes/glasses.el (glasses-face): More specific custom type.
16994
16995 * files.el (set-visited-file-name): Doc fix.
16996
16997 * textmodes/flyspell.el (flyspell-external-point-words):
16998 Use local var buffer-scan-pos to advance scan for next misspelling.
16999 Advance it only after we find the misspelling.
17000
17001 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17002
17003 * textmodes/flyspell.el (flyspell-external-point-words):
17004 New criteria for finding the misspelling in the buffer.
17005
17006 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17007
17008 * help-mode.el (help-insert-string): Set help-xref-stack-item
17009 rather than call help-setup-xref.
17010
17011 * descr-text.el (describe-char): Revert previous changes for
17012 optional buffer argument.
17013
17014 2005-12-27 Juri Linkov <juri@jurta.org>
17015
17016 * help-mode.el (help-insert-string): New function. Save buffer
17017 contents in cases where it is impossible to recompute the old contents.
17018
17019 * descr-text.el (describe-char): Set help-xref-stack-item
17020 explicitly after buffer has been generated.
17021
17022 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17023
17024 * cus-start.el (all): Add x-gtk-show-hidden-files.
17025
17026 2005-12-26 Richard M. Stallman <rms@gnu.org>
17027
17028 * replace.el (perform-replace): Calculate match-again
17029 before skipping read-only matches.
17030
17031 * paren.el (paren-showing-faces): New group.
17032 (show-paren-match, show-paren-mismatch): Move to that group.
17033
17034 * button.el (button): Put into group `basic-faces'.
17035
17036 * progmodes/make-mode.el: Remove faces from group `faces'.
17037
17038 * apropos.el (apropos, apropos-value): Doc fix.
17039 (apropos-documentation): Doc fix.
17040
17041 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17042
17043 * subr.el (lazy-completion-table): Remove argument `args'.
17044
17045 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17046 Don't use the `args' argument of lazy-completion-table.
17047
17048 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17049
17050 * descr-text.el (describe-char): Add optional argument for buffer.
17051 Set buffer appropriately. Call help-setup-xref.
17052 Suggested by Stefan Monnier.
17053
17054 2005-12-26 Juri Linkov <juri@jurta.org>
17055
17056 * descr-text.el: Require `help-fns' at runtime. Don't require
17057 `button' for byte compilation.
17058 (describe-text-widget): Add `help-echo' for first button.
17059 Use `help-info' for second.
17060 (describe-property-list): Use `help-argument-name' instead of `italic'.
17061 (describe-text-category): Add prompt to interactive spec.
17062 Call `help-setup-xref'.
17063 (describe-char): Use `help-character-set'. Add `help-echo' for
17064 code point. Use `help-input-method'. Remove superfluous insert.
17065
17066 2005-12-25 Richard M. Stallman <rms@gnu.org>
17067
17068 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17069 at point, in case of narrowing.
17070
17071 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17072
17073 * locate.el (locate-header-face): Allow nil in type.
17074
17075 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17076
17077 2005-12-25 Romain Francoise <romain@orebokech.com>
17078
17079 * battery.el (battery-linux-proc-acpi): Also try
17080 `/proc/acpi/thermal_zone/THM0/temperature'.
17081
17082 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17083
17084 * custom.el (custom-push-theme): Fix docstring.
17085
17086 * cus-edit.el (custom-variable-set, custom-variable-save)
17087 (custom-variable-save): Custom-quote widget values.
17088 (customize-save-variable): Fix custom-push-theme call.
17089
17090 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17091
17092 * w32-fns.el (w32-batch-update-autoloads): New function.
17093
17094 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17095 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17096 from the command line.
17097
17098 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17099
17100 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17101 reset means to remove setting from theme entirely. Don't keep
17102 expanding theme-settings list; delete old entries if necessary.
17103
17104 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17105 customization" button one line up.
17106 (custom-themed): New face.
17107 (custom-magic-alist): New value, THEMED, for theme settings.
17108 (custom-variable-state-set, custom-face-state-set):
17109 Check theme-value instead of saved-value.
17110 (custom-variable-reset-standard, custom-face-reset-standard):
17111 Remove theme setting entirely. Recalculate new values.
17112 (custom-variable-set, custom-variable-set)
17113 (custom-variable-reset-saved, custom-variable-reset-backup)
17114 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17115 (custom-variable-save): Fix typos.
17116
17117 2005-12-23 Juri Linkov <juri@jurta.org>
17118
17119 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17120 Add autoload cookies.
17121 (edebug-outside-d-c-i-n-s-w): New variable.
17122 (edebug-display, edebug-outside-excursion): Use it to save the
17123 original value of default-cursor-in-non-selected-windows.
17124 Set default-cursor-in-non-selected-windows to t while Edebug
17125 is active.
17126 (edebug-mode, edebug-eval-mode): Doc fix.
17127
17128 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17129 with `buffer-substring-no-properties' to remove common substring
17130 highlighting.
17131
17132 * info.el (info-other-window, info): Rename function argument
17133 `file' to `file-or-node'.
17134 (Info-complete-menu-item): Use local variable `complete-nodes' to
17135 keep the global value of `Info-complete-nodes' unchanged for
17136 subsequent completions.
17137 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17138
17139 * simple.el (get-next-valid-buffer, last-buffer)
17140 (next-error-buffer-p, next-error-find-buffer)
17141 (minibuffer-history-sexp-flag): Doc fix.
17142
17143 * savehist.el (savehist-mode-hook): Add `:group'.
17144
17145 * log-view.el: Call autoload for vc-find-version.
17146 (log-view-current-file): Adjust subgroup numbers.
17147 (log-view-current-tag): Add `length'.
17148
17149 2005-12-23 Richard M. Stallman <rms@gnu.org>
17150
17151 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17152
17153 2005-12-23 Juri Linkov <juri@jurta.org>
17154
17155 * hi-lock.el (hi-lock-archaic-interface-message-used)
17156 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17157 (hi-lock-mode): Display "Hi" in the mode line only when
17158 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17159 (hi-lock-write-interactive-patterns):
17160 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17161 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17162 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17163 font-lock-add-keywords to t.
17164
17165 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17166
17167 * hi-lock.el (hi-lock-highlight-range): New variable.
17168 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17169 only if font-lock-fontified is non-nil. Remove overlays.
17170 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17171 font-lock-fontified is non-nil, otherwise use overlays (instead of
17172 text properties).
17173 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17174 New variables.
17175 (hi-lock-string-serialize): New function.
17176
17177 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17178
17179 * menu-bar.el (menu-find-file-existing): New function.
17180 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17181
17182 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17183
17184 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17185
17186 * vc.el: Remove unnecessary leading * in docstrings.
17187 (vc-annotate-mode-map): Move initialization into declaration.
17188 (vc-static-header-alist): Nitpick on the regexp.
17189 (vc-default-init-version): New fun.
17190 (vc-register): Use it.
17191 (vc-insert-headers): Use dolist.
17192 (vc-annotate-get-backend): Remove unused function.
17193 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17194 (vc-annotate-mode): Remove corresponding call.
17195 (vc-annotate-car-last-cons): Simplify.
17196 (vc-annotate-buffers): Remove var.
17197 (vc-annotate-backend): Make it buffer-local.
17198 (vc-annotate): Move the interaction to the interactive spec.
17199 Add a `buf' argument.
17200 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17201 killing&creating a vc-annotate buffer, which is very disruptive when
17202 the buffers are shown in dedicated frames.
17203
17204 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17205
17206 * descr-text.el: Add FSF as maintainer.
17207 (describe-text-mode, describe-text-mode-map)
17208 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17209 help-mode.
17210 (describe-text-widget, describe-text-sexp)
17211 (describe-property-list, describe-text-category)
17212 (describe-text-properties, describe-text-properties-1)
17213 (describe-char): Use help buttons instead of widgets.
17214 (describe-char-unicodedata-file): Make URL link in doc string.
17215
17216 2005-12-22 Richard M. Stallman <rms@gnu.org>
17217
17218 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17219 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17220 Don't include buttons that write a file when there's no file.
17221 (custom-variable-menu, custom-face-menu, custom-group-menu):
17222 Don't include commands that write a file when there's no file.
17223 (customize-browse): Reword the top-of-buffer help intro.
17224 (custom-buffer-create-internal): Fix previous change.
17225 (customize-changed-options-previous-release): Prev release is 21.1.
17226 (customize-changed-options): Doc fix.
17227 (customize-changed): New alias.
17228 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17229 Say "standard values".
17230 (Custom-reset-standard): Doc fix.
17231 (custom-face-reset-standard): Doc fix.
17232
17233 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17234
17235 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17236 even if font-lock-mode is non-nil since it may be t without having
17237 turned on font-lock-mode-internal.
17238 (font-lock-choose-keywords): Minor optimization.
17239 (font-lock-add-keywords, font-lock-remove-keywords)
17240 (font-lock-set-defaults): Don't call make-local-variable on a variable
17241 that we know to already be local.
17242
17243 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17244
17245 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17246 messages if in the minibuffer.
17247
17248 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17249
17250 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17251 (tex-mode-flyspell-verify, flyspell-get-word)
17252 (flyspell-external-point-words): Don't use point-min/max uselessly.
17253
17254 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17255 by Kevin Rodgers. Instead, just hide the completions buffer if we
17256 don't need to show it.
17257
17258 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17259
17260 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17261
17262 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17265 delete-windows-on with an inexistent buffer.
17266
17267 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17268
17269 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17270 Delete defcustom variable :tag names.
17271
17272 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17273
17274 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17275 (log-view-font-lock-keywords): Ajust subgroup numbers.
17276 (log-view-current-tag): Don't hard code the number of subgroups.
17277
17278 2005-12-20 Juri Linkov <juri@jurta.org>
17279
17280 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17281 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17282
17283 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17284 (menu-bar-non-minibuffer-window-p): Instead of checking
17285 display-multi-frame-p, use selected-frame when menu-updating-frame
17286 is nil.
17287
17288 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17289
17290 * align.el (align-rules-list): Use [ \t] instead of \s-
17291 for column separators in text mode.
17292
17293 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17294
17295 * help-mode.el (help-customize-variable, help-customize-face):
17296 Don't pop help-xref-stack as help-follow no longer pushes
17297 anything on to it.
17298
17299 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17300
17301 * textmodes/org.el (org-agenda-custom-commands): New option.
17302 (org-agenda): Offer custom commands on splash screen.
17303 (org-make-tags-matcher): Parser for Boolean logic added.
17304 (org-agenda-set-tags): New command.
17305 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17306 (org-set-tags): Efficiency improvements.
17307 (org-auto-align-tags): New option.
17308 (org-todo, org-demote, org-promote): Realign tags.
17309 (org-tags-completion-function): Use also "&" and "|" as separators.
17310 (org-org-menu): Agenda commands simplified.
17311
17312 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17313
17314 * cus-edit.el (customize-apropos, customize-apropos-options):
17315 Docstring changes.
17316
17317 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17318
17319 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17320
17321 * longlines.el (longlines-mode): Wrap while widened.
17322 (longlines-decode-region, longlines-encode-region): Compute max
17323 just once.
17324
17325 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17326
17327 * cus-edit.el (mac): New group.
17328
17329 * cus-start.el (all): Add user options in macterm.c. Add test for
17330 Mac-related built-ins. Fix test for GTK-related built-ins.
17331
17332 * term/mac-win.el (mac-handle-language-change)
17333 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17334 (mac-services-open-selection, mac-services-mail-selection)
17335 (mac-services-mail-to, mac-services-insert-text)
17336 (mac-dispatch-apple-event): Add docstrings.
17337 (x-get-selection, mac-select-convert-to-string): Select coding
17338 system from `utf-16be' and `utf-16le' using `byteorder'.
17339
17340 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17341
17342 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17343 a "list" (lambda ...) rather than a real completion list.
17344
17345 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17346 lexical-let when encountering ((lambda (...) ...) ...).
17347
17348 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17349
17350 * progmodes/sh-script.el (sh-mode):
17351 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17352 * textmodes/picture.el (picture-mode): Update docstrings.
17353
17354 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17355
17356 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17357 commands enclosed in $(ARGQUOTE)s should not be split between two
17358 lines, as that will break with GNU Make >3.80, when sh.exe is used
17359 and arg quoting is with '..'.
17360 (autoloads): Don't break the quoted --eval expression between
17361 several lines.
17362
17363 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17364
17365 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17366 Capture error from printing circular structures.
17367
17368 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17369
17370 * wid-edit.el (widget-checkbox-action): Clear undo info.
17371
17372 2005-12-16 Bill Wohler <wohler@newt.com>
17373
17374 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17375 bar, not menubar in comment.
17376
17377 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17378
17379 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17380 After-change-functions should not clobber the match data.
17381
17382 2005-12-16 Juri Linkov <juri@jurta.org>
17383
17384 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17385 instead of `buffer-substring'.
17386 (completion-common-substring): Doc fix.
17387 (completion-setup-function): Use minibuffer-completion-contents
17388 instead of minibuffer-contents. Don't set common-string-length
17389 initially. Remove special handling of partial-completion-mode.
17390 Move computation of completion-base-size into one cond.
17391 Call completion-base-size-function in mainbuf. In computation of
17392 completion-base-size for file name completion don't move point to
17393 the end of the minibuffer. Move computation of common-string-length
17394 into one cond. Start putting faces only when common-string-length>=0.
17395 Add condition to put completions-common-part when
17396 common-string-length>0.
17397
17398 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17399 place point at the first different character in the minibuffer
17400 even if this position is at the beginning of the minibuffer.
17401
17402 * info.el (Info-read-node-name-1): In completion-base-size-function's
17403 lambda return 1 if common-substring or minibuffer-completion-contents
17404 starts with (, and 0 otherwise.
17405
17406 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17407 Use `crm-current-element' for second arg of `display-completion-list'.
17408
17409 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17410
17411 * files.el (set-auto-mode): Look for an interpreter specified on
17412 the first line also if search for mode specification succeeded,
17413 but the mode is not known.
17414
17415 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17416
17417 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17418 (org-open-at-point): Implement tag searches as links.
17419 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17420 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17421 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17422 (org-agenda-dispatch): New commands.
17423 (org-use-tag-inheritance, org-tags-column): New options.
17424 (org-tab-follows-link, org-return-follows-link): New options.
17425 (org-tags): New customize group.
17426 (org-start-icalendar-file): Get local time zone.
17427 (org-tags-completion-function): New function.
17428 (org-set-font-lock-defaults): Make sure links will also be
17429 highlighted inside headlines.
17430
17431 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17432
17433 * term.el (term-emulate-terminal):
17434 Let term-handle-ansi-terminal-messages override what Bash says about
17435 its current directory.
17436
17437 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17438
17439 * bindings.el (last-buffer): Move to simple.el.
17440 * simple.el (last-buffer): Move here.
17441 (get-next-valid-buffer): New function.
17442 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17443 (prev-buffer): Ditto. Rename to `previous-buffer'.
17444
17445 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17446 * bindings.el (global-map): Ditto.
17447
17448 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17449
17450 * cus-edit.el: Introductory comment change.
17451 (custom-magic-alist): Change message string for the `rogue' state.
17452
17453 2005-12-15 Richard M. Stallman <rms@gnu.org>
17454
17455 * tooltip.el: Delete defcustom variable :tag names.
17456
17457 * complete.el (partial-completion-mode): Doc fix.
17458
17459 * textmodes/flyspell.el (flyspell-external-point-words):
17460 Use save-excursion to ensure we don't move backward in the
17461 search loop, not even one character.
17462 (flyspell-delete-all-overlays): Use remove-overlays directly.
17463
17464 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17465 (ispell-start-process): Set that variable.
17466 Clear ispell-buffer-local-name.
17467 (ispell-internal-change-dictionary):
17468 Set ispell-current-dictionary after killing process.
17469 (ispell-buffer-local-dict):
17470 Don't set spell-personal-dictionary after killing process.
17471 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17472 (ispell-tex-skip-alists, ispell-html-skip-alists)
17473 (ispell-skip-region-alist): Mark as risky.
17474
17475 * net/newsticker.el (newsticker--retrieval-timer-list)
17476 (newsticker--display-timer, newsticker-running-p)
17477 (newsticker-ticker-running-p): Definitions moved up.
17478
17479 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17480
17481 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17482
17483 2005-12-15 David Ponce <david@dponce.com>
17484
17485 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17486 (recentf-edit-list, recentf-open-files): Signal an error when
17487 there is no recent file.
17488
17489 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17490
17491 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17492 read-only except for texinfo-format-region evaluation.
17493
17494 2005-12-14 Richard M. Stallman <rms@gnu.org>
17495
17496 * vc.el (vc-default-previous-version, vc-default-next-version)
17497 (vc-do-command): Doc fixes.
17498
17499 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17500
17501 * textmodes/bibtex.el (bibtex-expand-strings)
17502 (bibtex-autokey-expand-string, bibtex-name-part)
17503 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17504 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17505 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17506 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17507 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17508 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17509 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17510 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17511 (bibtex-beginning-of-last-entry): Remove.
17512 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17513 message if comma is missing but buffer is read-only.
17514 (bibtex-parse-field-text): Handle whitespaces at the end of field
17515 text. Return 3-element list with beginning and end of field text
17516 and end of field.
17517 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17518 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17519 (bibtex-search-forward-field, bibtex-search-backward-field):
17520 Search always delimited by limits of entry. Use more efficient
17521 search algorithms.
17522 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17523 bibtex-end-of-name-in-field.
17524 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17525 extracting the content of a field.
17526 (bibtex-text-in-field): Use search limits.
17527 (bibtex-parse-string-prefix): Handle empty string keys based on
17528 bibtex-string-empty-key.
17529 (bibtex-parse-string): Fix docstring.
17530 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17531 (bibtex-preamble-prefix, bibtex-strings): New functions.
17532 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17533 BibTeX entries (consistent with other BibTeX functions).
17534 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17535 (bibtex-search-entry): Fix docstring. Simplify.
17536 (bibtex-flash-head, bibtex-complete-string-cleanup)
17537 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17538 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17539 (bibtex-parse-entry): New optional arg content.
17540 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17541 Use bibtex-text-in-field-bounds.
17542 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17543 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17544 bibtex-parse-string-postfix.
17545 (bibtex-find-text-internal): New function.
17546 (bibtex-remove-delimiters): Use it.
17547 (bibtex-find-text): Use it. New optional arg help.
17548 (bibtex-complete): Handle BibTeX string and preamble entries.
17549 (bibtex-Preamble): Fix order of closing delimiters.
17550
17551 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17552
17553 * vc.el (vc-default-revert): New fun.
17554
17555 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17556
17557 2005-12-14 Romain Francoise <romain@orebokech.com>
17558
17559 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17560 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17561 (font-lock-remove-keywords): Likewise.
17562
17563 2005-12-14 Juri Linkov <juri@jurta.org>
17564
17565 * log-view.el (log-view-diff): Doc fix.
17566
17567 * isearch.el (isearch-query-replace): Use (mark) instead of
17568 isearch-opoint if mark is active in transient-mark-mode.
17569
17570 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17571
17572 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17573
17574 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17575
17576 * progmodes/cpp.el (cpp-face): New widget.
17577 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17578
17579 2005-12-14 Juri Linkov <juri@jurta.org>
17580
17581 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17582 around `erase-buffer' and `insert'.
17583
17584 * descr-text.el (describe-text-properties): Replace buffer name
17585 "*Help-2*" with "*Help*<2>".
17586 (describe-char): Add functions print-help-return-message,
17587 toggle-read-only. Use help-setup-xref with nil to not store
17588 describe-char in help-xref-stack. Use help-make-xrefs to
17589 make [back] button.
17590
17591 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17592
17593 * wdired.el (wdired-old-point): New internal variable.
17594 (wdired-change-to-wdired-mode): Set it buffer-locally.
17595 (wdired-abort-changes): Restore point after aborting changes.
17596
17597 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17598
17599 * vc.el (vc-do-command): Add a new value t for okstatus.
17600
17601 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17602 frame in case of errors.
17603
17604 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17605
17606 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17607 so it comes after "On the Left" in the menu.
17608
17609 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17610
17611 * cus-edit.el (customize-apropos, customize-apropos-options)
17612 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17613
17614 2005-12-12 Bill Wohler <wohler@newt.com>
17615
17616 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17617 non-writable Subversion-controlled files by saving window
17618 configuration before calling vc-do-command. vc-do-command calls
17619 pop-to-buffer on error which is unexpected during registration.
17620
17621 2005-12-12 Jay Belanger <belanger@truman.edu>
17622
17623 * calc/README: Update the summary of changes.
17624
17625 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 * descr-text.el (describe-char): Rework last fix to solve the problem
17628 is the same way it's solved for everything else in that function
17629 (i.e. by extracting the info before setting up the *Help* buffer).
17630
17631 2005-12-12 Kim F. Storm <storm@cua.dk>
17632
17633 * subr.el (version-regexp-alist): Allow space as separator before
17634 non-numeric part, e.g. "1.0 alpha".
17635 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17636
17637 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17638
17639 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17640 Implement Logging and the keep-modes setting.
17641 (org-get-category): Make sure a string is returned.
17642 (org-log-done): New function.
17643 (org-log-done, org-closed-string): New options.
17644
17645 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17646
17647 * tooltip.el (tooltip-y-offset): Change default to 20.
17648
17649 2005-12-12 Richard M. Stallman <rms@gnu.org>
17650
17651 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17652
17653 * frame.el (display-hourglass): Doc fix.
17654
17655 * help.el (help-for-help-internal): Simplify entry for `a'.
17656
17657 * info.el (Info-on-current-buffer): Doc fix.
17658 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17659
17660 * startup.el (inhibit-splash-screen): Make this the real name.
17661 (inhibit-startup-message): Make this the alias.
17662 (command-line): Find only simple.el, and use its directory
17663 to fill in other preloaded files' names.
17664 (command-line): Deactivate the mark if deactivate-mark is set.
17665
17666 * international/mule.el (load-with-code-conversion):
17667 Bind deactivate-mark.
17668
17669 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17670
17671 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17672
17673 * cus-edit.el (customize-apropos): Avoid listing an option more
17674 than once under different aliases. No longer list user options
17675 that are not defined with defcustom (unless a prefix arg is given).
17676 Doc fix.
17677 (customize-apropos-options): Doc fix.
17678
17679 2005-12-11 Juri Linkov <juri@jurta.org>
17680
17681 * frame.el (set-background-color, set-foreground-color)
17682 (set-cursor-color, set-mouse-color, set-border-color):
17683 Add explicit prompts to read colors by `facemenu-read-color'.
17684 (show-trailing-whitespace, blink-cursor-delay)
17685 (blink-cursor-interval, display-hourglass, hourglass-delay):
17686 Remove tags.
17687 (display-hourglass, hourglass-delay): Doc fix.
17688 (cursor-in-non-selected-windows): Capitalize words in tag.
17689
17690 * faces.el (frame-background-mode): Replace `choice-item' keywords
17691 with `const' to not make [default] button. Change default value tag
17692 from `default' to `automatic'. Doc fix.
17693 (trailing-whitespace) <defface>: Change group `whitespace' to
17694 `whitespace-faces'.
17695
17696 2005-12-11 Richard M. Stallman <rms@gnu.org>
17697
17698 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17699
17700 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17701
17702 * term/mac-win.el: Create keymap for mac-apple-event-map.
17703
17704 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17705
17706 * tooltip.el (tooltip-mode): Move to start of file so that it
17707 appears at top of customize buffer.
17708
17709 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17710 Add the gud groupname.
17711 (gud-tooltip-mode): Add the tooltip groupname.
17712 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17713 avoid conflict with tooltip-use-echo-area.
17714
17715 2005-12-10 Romain Francoise <romain@orebokech.com>
17716
17717 * help.el (help-for-help-internal): Add `r' in doc string.
17718
17719 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17720
17721 * align.el (align-regexp, align-highlight-rule):
17722 Use region-beginning and region-end instead of point and mark, so that
17723 repetition (with `repeat-complex-command') recomputes the region
17724 bounds.
17725
17726 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17727
17728 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17729 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17730 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17731 (balance-windows): Rewrite using the above new functions.
17732
17733 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17734
17735 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17736 react if global-hi-lock-mode seems intended.
17737 (global-hi-lock-mode): Renamed from hi-lock-mode.
17738 (hi-lock-archaic-interface-message-used)
17739 (hi-lock-archaic-interface-deduce): New variables.
17740 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17741 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17742 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17743 Replace hi-lock-buffer-mode with hi-lock-mode.
17744
17745 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17746
17747 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17748 completion list, even after a partial completion has been
17749 inserted in the current buffer. If there are more than 1
17750 completion, redisplay the *Completions* buffer; if the
17751 completion is unique, delete the *Completions* window.
17752
17753 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17754
17755 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17756 strings and long subject lines that were broken into multiple
17757 lines at arbitrary places. Handle subjects that have "Re: " in
17758 the middle.
17759
17760 2005-12-10 John W. Eaton <jwe@octave.org>
17761
17762 * emacs/octave-mod.el (octave-electric-space): Don't indent
17763 comments or strings if octave-auto-indent is nil.
17764
17765 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17766
17767 * term/mac-win.el: Require url when compiling.
17768 Call mac-process-deferred-apple-events after loading init files.
17769 (mac-apple-event-map): New defvar. Define event handlers in it.
17770 (core-event, internet-event): New Apple event class symbols.
17771 (open-application, reopen-application, open-documents)
17772 (print-documents, open-contents, quit-application)
17773 (application-died, show-preferences, autosave-now, get-url):
17774 New Apple event ID symbols.
17775 (about): New HICommand ID symbol.
17776 (mac-event-spec, mac-event-ae): New macros.
17777 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17778 (mac-ae-selection-range, mac-ae-text-for-search)
17779 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17780 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17781 and Services menu events are now defined in mac-apple-event-map.
17782 (mac-drag-n-drop): Remove selection range handling.
17783
17784 2005-12-10 Kenichi Handa <handa@m17n.org>
17785
17786 * simple.el (zap-to-char):
17787 * isearch.el (isearch-process-search-char): Translate CHAR by
17788 translation-table-for-input.
17789
17790 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17791
17792 * foldout.el (foldout-exit-fold): Properly hide subtree.
17793
17794 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17795
17796 * files.el (save-buffer):
17797 * international/ucs-tables.el (ucs-set-table-for-input):
17798 * mail/mail-extr.el (mail-extract-address-components):
17799 * mail/sendmail.el (mail-mode): Reformat doc string.
17800
17801 2005-12-09 Juri Linkov <juri@jurta.org>
17802
17803 * isearch.el (isearch-highlight): Change main overlay priority
17804 from 1 to 1001. Simplify.
17805 (isearch-lazy-highlight-update): Change lazy overlay priority
17806 from 0 to 1000.
17807
17808 * replace.el (replace-highlight): Change overlay priority from
17809 1 to 1001.
17810
17811 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17812 Change overlay priority from 1 to 1001. Reuse existing overlay.
17813
17814 * compare-w.el (compare-windows-highlight): Change overlay
17815 priority from 1 to 1000.
17816
17817 * menu-bar.el (menu-bar-edit-menu): Add listp around
17818 pending-undo-list to disable menu item "undo" when pending
17819 undo list is empty.
17820
17821 * locate.el (locate): Disable undo in *Locate* buffer.
17822
17823 2005-12-09 Kim F. Storm <storm@cua.dk>
17824
17825 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17826
17827 2005-12-09 David Ponce <david@dponce.com>
17828
17829 * recentf.el: Improvement of the menu code.
17830 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17831 instead of menu hook.
17832 (recentf-show-menu, recentf-hide-menu): New functions.
17833 (recentf-menu-customization-changed, recentf-mode): Use them.
17834 (recentf-menu-action, recentf-max-menu-items)
17835 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17836 (recentf-arrange-by-rule-others)
17837 (recentf-arrange-by-rules-min-items)
17838 (recentf-arrange-by-rule-subfilter): Don't use
17839 `recentf-menu-customization-changed'.
17840 (recentf-arrange-rules): Likewise. Accept functions to compute
17841 sub-menu titles.
17842 (recentf-menu-filter): Likewise. Doc fix.
17843 (recentf-menu-value-shortcut): Doc fix.
17844 (recentf-dump-variable): Quote atom value.
17845 (recentf-make-menu-items): Update to use it as a menu filter.
17846 (recentf-match-rule): New function.
17847 (recentf-arrange-by-rule): Use it.
17848 (recentf-indirect-mode-rule): New function.
17849 (recentf-build-mode-rules): Use it.
17850 (recentf-dir-rule): New function.
17851 (recentf-arrange-by-dir): Use it.
17852 (recentf-filter-changer-current): Rename from
17853 `recentf-filter-changer-state'. All references updated.
17854 (recentf-filter-changer-alist): Update filter names.
17855 (recentf-filter-changer-select): New function.
17856 (recentf-filter-changer): Use it. Make a sub-menu from filters
17857 available in `recentf-filter-changer-alist'.
17858 (recentf-data-cache, recentf-clear-data)
17859 (recentf-update-menu): Remove. All references updated.
17860 (recentf-match-rule-p, recentf-build-dir-rules)
17861 (recentf-filter-changer-goto-next)
17862 (recentf-filter-changer-get-current)
17863 (recentf-filter-changer-get-next): Remove.
17864
17865 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17866
17867 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17868 buffer "Reset" button to "Reset to Current" for consistency with
17869 the State buttons.
17870
17871 2005-12-08 John Paul Wallington <jpw@pobox.com>
17872
17873 * ibuf-ext.el (define-ibuffer-filter filename):
17874 If `dired-directory' is a list then really use its car.
17875
17876 2005-12-08 Kim F. Storm <storm@cua.dk>
17877
17878 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17879 Fix indention of text on right side of replaced rectangle.
17880
17881 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17882
17883 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17884 No need to check gud-comint-buffer is bound.
17885 (gdb): Prevent multiple debugging when first session uses gdba.
17886
17887 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17888
17889 CC Mode update to 5.31.
17890
17891 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17892 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17893 We might do this function properly in the future).
17894
17895 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17896 New macros c-sentence-end and c-default-value-sentence end, to cope
17897 with Emacs 22's new function `sentence-end'.
17898
17899 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17900
17901 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17902 compat issue using `c-put-overlay' and `c-delete-overlay'.
17903
17904 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17905 New compat macros to handle overlays/extents.
17906
17907 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17908
17909 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17910 (for GNU Emacs 20.4).
17911
17912 * progmodes/cc-defs.el:
17913 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17914
17915 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17916 highlighting mechanism so it will work in XEmacs too.
17917
17918 * progmodes/cc-defs.el: Insert c-int-to-char.
17919
17920 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17921 call to the new macro c-int-to-char. This solves XEmacs's
17922 regarding characters as different from integers.
17923
17924 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17925
17926 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17927 New internal helper.
17928
17929 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17930 construct to make the indirect face lookup work in XEmacs.
17931
17932 (c-cpp-matchers): Append the negation char face to the existing
17933 fontification, so that the cpp face doesn't disappear.
17934 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17935 and strings.
17936
17937 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17938 to map to `font-lock-negation-char-face' in emacsen where it exists.
17939
17940 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17941
17942 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17943
17944 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17945 Rename "c-subword-move-mode" as "c-subword-mode".
17946
17947 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17948 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17949
17950 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17951
17952 * progmodes/cc-mode.el: Added autoload directive for
17953 `c-subword-move-mode' for use in older emacsen.
17954
17955 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17956
17957 * progmodes/cc-mode.el:
17958 (i): Insert a binding for C-c C-backspace into
17959 c-bind-special-erase-keys which works in TTYs.
17960 (ii): Make sure that when file styles are used, any explicitly
17961 given style variables take priority over those in the style.
17962 Do this by calling `hack-local-variables' a second time.
17963
17964 * progmodes/cc-vars.el: Add language specific customization
17965 widgets for AWK to c-doc-comment-style, c-require-final-newline
17966 and c-default-style. Add a defcustom for awk-mode-hook.
17967 Give c-syntactic-element and c-syntactic-context doc-strings by
17968 directly setting their `variable-documentation' propery.
17969 This allows Emacs 22.1 to read these with C-h v.
17970
17971 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17972
17973 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17974
17975 * progmodes/cc-fonts.el, cc-vars.el
17976 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17977 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17978 Masatake YAMATO.
17979
17980 (c-doc-comment-style): Made GtkDoc default in C mode.
17981
17982 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17983 and C-c C-<delete>.
17984
17985 (c-bind-special-erase-keys): New function for use on
17986 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17987
17988 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17989 <delete> key behavior in XEmacs according to `delete-forward-p'.
17990 C.f. `c-electric-delete'.
17991
17992 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17993
17994 * progmodes/cc-mode.el: Give c-hungry-backspace and
17995 c-hungry-delete-forward permanent key bindings.
17996
17997 * progmodes/cc-cmds.el (c-electric-semi&comma):
17998 Bind c-syntactic-context for calls to "criteria functions", for
17999 consistency with other calls to user functions.
18000
18001 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18002 `current-prefix-arg', since this might be the prefix arg to a
18003 command which calls c-indent-command as a function. Change the
18004 interactive spec from "p" to "P".
18005
18006 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18007 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18008 was difficult to understand.
18009
18010 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18011
18012 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18013 first char of an identifier.
18014
18015 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18016 +" syntax in C++.
18017
18018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18019
18020 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18021 auto-fill doesn't split a c-comment's last word from a hanging
18022 "*/" when a space is typed between them after fill-column.
18023
18024 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18025
18026 * progmodes/cc-styles.el (c-set-style)
18027 (c-setup-paragraph-variables): Abort the command if we're not in a
18028 CC Mode buffer.
18029
18030 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18031 with blank comment-prefix, and a blank line as the comment's
18032 second line.
18033
18034 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18035
18036 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18037 Incorporate the patterns added in the Emacs development branch
18038 for the new Emacs 22 face `font-lock-negation-char-face'.
18039
18040 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18041 of "red" since it stands out better in xterms and DOS terminals.
18042
18043 * progmodes/cc-engine.el (c-literal-faces):
18044 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18045
18046 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18047
18048 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18049 forcibly enable c-electric-flag.
18050
18051 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18052 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18053 after the comment-prefix of a C-style comment will close that comment.
18054
18055 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18056
18057 * progmodes/cc-fonts.el (c-basic-matchers-before)
18058 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18059 in Pike.
18060
18061 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18062 digraphs.
18063
18064 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18065 (c-cpp-message-directives, c-cpp-include-directives)
18066 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18067 (c-cpp-expr-directives): Introduce new language constants to
18068 control cpp syntax in a cleaner way.
18069
18070 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18071
18072 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18073
18074 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18075 (c-multiline-string-start-char): New language constants and
18076 variables to specify how newlines in string literals work.
18077
18078 (c-font-lock-invalid-string): Use them.
18079
18080 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18081 unbalanced close brace is entered. Optimization by avoiding going
18082 back over arbitrarily large blocks. Removed hints that this
18083 function only would be relevant/useful in AWK.
18084
18085 (c-electric-brace): Indent syntactically after the cleanups since
18086 lineup functions might do it differently then.
18087
18088 * progmodes/cc-engine.el, cc-langs.el
18089 (c-opt-op-identifier-prefix): New language constant and variable.
18090
18091 (c-just-after-func-arglist-p, c-after-special-operator-id)
18092 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18093
18094 * progmodes/cc-align.el, cc-engine.el
18095 (c-after-special-operator-id): New helper to handle C++ operator
18096 identifiers.
18097
18098 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18099 (c-guess-basic-syntax): Handle C++ operator identifiers in
18100 declarations.
18101
18102 * progmodes/cc-langs.el (c-assignment-operators): Add the
18103 trigraph version of ^= too.
18104
18105 * progmodes/cc-langs.el (c-assignment-operators): Add the
18106 trigraph version of |= in C++.
18107
18108 * progmodes/cc-fonts.el (c-font-lock-declarators):
18109 Handle `c-decl-hangon-kwds' after the identifier name.
18110
18111 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18112 whether an arglist is "nonempty", ignore a comment after the open
18113 paren if it isn't followed by a non-comment token on the same line.
18114
18115 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18116 Enable heuristics below the point to cope with classes inside special
18117 brace lists in Pike.
18118
18119 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18120
18121 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18122
18123 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18124
18125 * progmodes/cc-guess.el (cc-guess-install): New function to
18126 install an already guessed style in another buffer.
18127
18128 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18129 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18130 anyway if the change always is undone.
18131
18132 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18133
18134 Implement togglable electricity:
18135
18136 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18137 saying when it should be used.
18138
18139 * progmodes/cc-engine.el: Add the new buffer-local variable,
18140 c-electric-flag.
18141
18142 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18143 c-toggle-auto-newline.
18144
18145 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18146 c-toggle-auto-newline. Remove the binding for
18147 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18148 c-toggle-electric-state.
18149
18150 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18151
18152 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18153 c-\(forward\|backward\)-subword.
18154 (c-update-modeline): Add the new modeline flag `l' for
18155 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18156 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18157 Make the old name an alias of the new name.
18158 (c-toggle-electric-state): New function.
18159 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18160 Adapt these functions to do electric things only when
18161 c-electric-flag is non-nil.
18162 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18163 new functions from c-electric-brace.
18164 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18165 mode, so that the tentative extra newline doesn't change the
18166 syntax of the following brace.
18167 (c-electric-brace): Restructure by extracting the above functions.
18168 Tidy up the coding somewhat.
18169 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18170 restructure a bit.
18171
18172 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18173
18174 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18175 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18176
18177 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18178 (c-submode-indicators): Change name from `c-auto-hungry-string'
18179 since it's now used to track another submode.
18180
18181 (c-update-modeline): Convert to function and extended to check
18182 `c-subword-move-mode'.
18183
18184 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18185 Convert to compat aliases for `c-forward-subword' and
18186 `c-backward-subword'.
18187
18188 * progmodes/cc-subword.el: New functions and minor mode to handle
18189 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18190
18191 (c-forward-subword, c-backward-subword, c-mark-subword)
18192 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18193 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18194 Functions corresponding to the standard word handling functions.
18195
18196 (c-subword-move-mode): Minor mode that replaces all the standard
18197 word handling functions with their subword equivalences.
18198
18199 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18200
18201 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18202 entry for one-liner-defun.
18203
18204 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18205 name in its def-edebug-spec.
18206
18207 * progmodes/cc-cmds.el (c-electric-brace): Make the
18208 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18209 compacts space before a comment, if this will make things fit on
18210 one line.
18211
18212 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18213
18214 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18215
18216 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18217 clean-up one-liner-defun.
18218
18219 * progmodes/cc-styles.el: Add the new "awk" style.
18220
18221 * progmodes/cc-vars.el: Add description of one-liner-defun to
18222 c-cleanup-list's doc-string. New user options,
18223 c-max-one-liner-length. In c-default-style, set the default style
18224 for AWK to "awk".
18225
18226 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18227
18228 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18229 macros inside labels.
18230
18231 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18232 `c-at-statement-start-p' and `c-at-expression-start-p'.
18233
18234 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18235 error if the mark isn't set.
18236
18237 * progmodes/cc-engine.el (c-guess-continued-construct)
18238 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18239 accurately detect functions inside functions.
18240
18241 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18242 like `c-at-statement-start-p' that additionally recognizes commas
18243 and expression parentheses as delimiters.
18244
18245 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18246 to avoid heuristics that doesn't work for unclosed blocks.
18247 (c-at-statement-start-p): New function.
18248
18249 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18250 Objective-C directives, e.g. directives spanning lines should work
18251 reasonably well now.
18252
18253 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18254
18255 (c-forward-objc-directive): New function to move over any ObjC
18256 directive.
18257
18258 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18259 (c-basic-matchers-before): Use it.
18260
18261 (c-font-lock-objc-iip-decl): Remove.
18262
18263 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18264 in the template arglist recognition.
18265
18266 * progmodes/cc-styles.el (c-style-alist): Fix several
18267 inconsistencies in the Whitesmith style.
18268
18269 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18270 New lineup function to get lines after Whitesmith style blocks
18271 correctly indented.
18272
18273 (c-lineup-whitesmith-in-block): Back out the compensation for
18274 opening parens since it's done using `add' lists in the style
18275 definition instead. Don't use the anchor position since it varies
18276 too much between the syntactic symbols. :P
18277
18278 * progmodes/cc-vars.el (c-valid-offset): Update.
18279
18280 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18281 lists where the offsets are combined according to several
18282 different methods: `first', `min', `max', and `add'.
18283 Report offset evaluation errors with `c-benign-error' so that some kind
18284 of reindentation still is done.
18285
18286 * progmodes/cc-engine.el (c-guess-basic-syntax):
18287 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18288 `arglist-close'.
18289
18290 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18291 situations for `arglist-cont-nonempty' and `arglist-close'.
18292
18293 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18294
18295 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18296 cc-bytecomp-boundp' in a number of places.
18297
18298 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18299 macro related issue.
18300
18301 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18302
18303 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18304 list is now [asdf], a char class [:alpha:].
18305 Include code for char classes.
18306 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18307 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18308
18309 Remove (nearly all of) the cruft associated with AWK Mode's former
18310 concept of "virtual semicolons":
18311
18312 Adapt c-beginning-of-statement, c-end-of-statement (together with
18313 subfunctions) to use the new notion of "virtual semicolon" in
18314 place of the old awkward special handling for AWK. There remains
18315 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18316 * progmodes/cc-cmds.el:
18317 (c-ascertain-adjacent-literal): In the backwards direction, now
18318 recognises AWK regexp delimiters as string delimiters.
18319 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18320 check more rigorously for "end of macro".
18321 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18322 virtual semicolons;
18323 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18324 out the code for forward movement into ...
18325 (c-end-of-statement): Now contains the code for forward movement,
18326 adapted for virtual semicolons.
18327
18328 * progmodes/cc-engine.el:
18329 (c-ws*-string-limit-regexp): New regexp.
18330 (c-forward-single-comment, c-backward-single-comment): Comment out
18331 the (now redundant) "special" AWK stuff.
18332
18333 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18334 c-string-par-start, c-string-par-separate to be more like Text
18335 Mode than Fundamental Mode.
18336
18337 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18338
18339 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18340 to the fontified region so that fontification doesn't occur
18341 outside it (could happen e.g. when fontifying a line with an
18342 unfinished declaration).
18343
18344 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18345
18346 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18347 start of the file. ^L now separate sections of the file.
18348 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18349 (c-awk-one-line-possibly-open-string-re)
18350 (c-awk-regexp-one-line-possibly-open-char-class-re)
18351 (c-awk-one-line-possibly-open-regexp-re)
18352 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18353 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18354
18355 Amend the concept of "virtual semicolons" (in the indentation
18356 engine) for languages like AWK, such that they are now
18357 conceptually attached to end of the last token of a statement, not
18358 the end of the line. (In AWK Mode, however, the pertinent text
18359 property is still physically set on the EOL.) Remove the specific
18360 tests for awk-mode, thus facilitating the introduction of other
18361 language modes where EOLs can end statements.
18362 (Note: The funtionality in cc-cmds.el, specifically
18363 c-beginning/end-of-statement has yet to be amended.)
18364
18365 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18366 New macros.
18367
18368 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18369 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18370 c-vsemi-status-unknown-p-fn (in a new page).
18371
18372 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18373 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18374 numerous awkward forms like
18375 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18376 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18377 variable before-ws-ip, the place just after char-before-ip appears.
18378
18379 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18380 a comment.
18381
18382 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18383
18384 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18385 `c-tentative-buffer-changes'.
18386
18387 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18388 convert to macro to choose between Emacs and XEmacs at compile time.
18389
18390 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18391
18392 (c-tentative-buffer-changes): New macro to handle temporary buffer
18393 changes in a convenient way.
18394
18395 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18396 for `c-tentative-buffer-changes'.
18397
18398 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18399 the checks for paren sexps between the point and the keyword, to
18400 avoid some false alarms.
18401
18402 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18403 Fixed a situation where an error could be thrown for unbalanced
18404 parens. Changed to make use of c-keyword-member' to avoid some
18405 repeated regexp matches.
18406
18407 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18408 These language variable are no longer necessary.
18409
18410 (c-block-stmt-kwds): New language constant used by
18411 c-looking-at-inexpr-block'.
18412
18413 (c-guess-basic-syntax): Remove an optional check that looked at
18414 the existence of the now removed language variables.
18415
18416 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18417 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18418 object instantiation expressions as declarations in some contexts.
18419 This bug only affected languages where the declarator can't be
18420 enclosed in parentheses.
18421
18422 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18423 insert newlines before and after substatement braces.
18424
18425 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18426 function declaration headers and the handling of C++ style member
18427 init lists.
18428
18429 (c-just-after-func-arglist-p): Rewritten to use
18430 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18431
18432 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18433
18434 (c-guess-basic-syntax): Adapt case 5B for the new
18435 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18436 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18437 covers all cases now).
18438
18439 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18440
18441 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18442
18443 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18444 c-string-par-start/separate c-sentence-end-with-esc-eol,
18445 initialised in c-setup-paragraph-variables, used in string
18446 scanning subroutines of c-beginning-of-statement.
18447
18448 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18449 which precedes the newly inserted `{'.
18450
18451 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18452
18453 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18454 function for declaration level blocks. It should now cope with
18455 templates better and also be a lot more comprehensible.
18456
18457 (c-looking-at-decl-block): The new function.
18458
18459 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18460 for compatibility.
18461
18462 (c-add-class-syntax, c-guess-continued-construct)
18463 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18464
18465 (c-decl-block-key): Change to tell apart ambiguous and
18466 unambiguous keywords. Pike specials are now handled directly in
18467 the code instead.
18468
18469 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18470 New language constants and variables to make the backward skip in
18471 `c-looking-at-decl-block' as tight as possible.
18472
18473 (c-nonsymbol-token-char-list): New language constant.
18474
18475 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18476 find balanced template arglists backwards.
18477
18478 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18479 making char classes for `c-syntactic-skip-backward'.
18480
18481 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18482 16D - can't be a class-close at that point.
18483
18484 * progmodes/cc-engine.el (c-guess-basic-syntax)
18485 (c-add-class-syntax): Don't narrow out the enclosing declaration
18486 level. This makes everything a lot easier, and it was actually
18487 only four small places that needed it to work. Some places that
18488 previously did `widen' are removed now, which has the effect that
18489 `c-guess-basic-syntax' never will look at things outside the
18490 current narrowment now. The anchor position for `topmost-intro'
18491 is affected by this, but it was so bogus it was basically useless
18492 before, and now it's equally bogus but in a slightly different way.
18493
18494 (c-narrow-out-enclosing-class): Gone.
18495
18496 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18497 the narrowed region.
18498
18499 (c-least-enclosing-brace): Remove silly optional argument.
18500
18501 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18502 the point could be left directly after an open paren when finding
18503 the beginning of the first decl in the block.
18504
18505 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18506 Specify which submatch to use.
18507
18508 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18509
18510 (c-decl-start-re): No longer any need for special treatment of
18511 ObjC due to the above.
18512
18513 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18514 presumably follows C in that regard.
18515
18516 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18517 New language constants to specify operator tokens inside
18518 identifiers in a more high level way.
18519
18520 (c-opt-identifier-prefix-key): New internal language constant.
18521
18522 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18523 (c-identifier-start, c-identifier-key): Now completely calculated
18524 from other constants.
18525
18526 (c-identifier-last-sym-match): Decommission since it's no longer used.
18527
18528 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18529
18530 * progmodes/cc-engine.el (c-forward-name): Remove the
18531 optimization when c-identifier-key is equal to c-symbol-key since
18532 it doesn't work in byte compiled files. Don't record empty
18533 regions as identifiers.
18534
18535 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18536 simplify access to `c-operators' and its likes.
18537
18538 (c-operator-list, c-all-op-syntax-tokens)
18539 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18540 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18541 (c-primary-expr-regexp, c-cast-parens): Use it.
18542
18543 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18544 an explicit language in functions.
18545
18546 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18547 variant of adornment.
18548
18549 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18550 variable.
18551
18552 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18553 the Pike value.
18554
18555 * progmodes/cc-engine.el (c-on-identifier)
18556 (c-simple-skip-symbol-backward): Small fix for handling "-"
18557 correctly in `skip-chars-backward'. Affected the operator lfun
18558 syntax in Pike.
18559
18560 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18561 diagnostic message about precompiled language vars not being used.
18562
18563 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18564 "__attribute__" is followed by a parenthesis.
18565
18566 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18567 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18568 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18569
18570 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18571 Internal cleanups to properly detect the declared identifiers in
18572 various declarations.
18573
18574 (c-decl-start-kwds): New language constant to recognize
18575 declarations that can start anywhere. Used for class declarations
18576 in Pike.
18577
18578 (c-specifier-key, c-not-decl-init-keywords)
18579 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18580 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18581
18582 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18583 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18584 handling of the compiler specific extension keywords into a new
18585 language constant `c-decl-hangon-kwds' that defines keyword
18586 clauses to be ignored in declarations.
18587
18588 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18589 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18590 Necessary to stop at the declared identifier in e.g. IDL valuetype
18591 declarations.
18592
18593 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18594 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18595 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18596 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18597 class and enum declarations as such and not as part of the type.
18598
18599 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18600 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18601
18602 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18603 declarations when there's some syntax error later on.
18604
18605 (c-complex-decl-matchers): Did away with a reference to
18606 `c-specifier-key'.
18607
18608 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18609 value - this variable is always dynamically bound.
18610
18611 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18612 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18613 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18614 functions that might do hidden buffer changes: All such internal
18615 functions are now marked instead of those that don't.
18616
18617 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18618 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18619 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18620 (c-literal-type): Allow these functions to make hidden buffer changes,
18621 so that they are free to use text property caching later on.
18622
18623 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18624 (c-electric-brace, c-electric-slash, c-electric-star)
18625 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18626 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18627 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18628 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18629 with the changed semantics of the functions above.
18630
18631 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18632 when macros occur in obscure places. Optimized the sexp movement
18633 a bit.
18634
18635 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18636
18637 Enhancements for c-beginning-of-statement to work in AWK Mode:
18638
18639 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18640 (completed statement) with `}' (statement completed by closing
18641 brace or semicolon) and `$' (statement completed by EOL).
18642
18643 (c-awk-virtual-semicolon-ends-prev-line-p)
18644 (c-awk-virtual-semicolon-ends-line-p)
18645 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18646 (c-awk-at-statement-end-p): New functions.
18647
18648 * progmodes/cc-cmds.el: Simplify the structure of functions
18649 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18650 two functions and c-beginning-of-statement to handle AWK Mode.
18651
18652 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18653 c-backward-single-comment for AWK mode. Attempt to clarify their
18654 doc-strings.
18655
18656 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18657
18658 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18659
18660 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18661 label handling. Labels are now recognized in a uniform and more
18662 robust way, regardless of context. Text properties are put on all
18663 labels to recognize the following declarations better.
18664 Multiword labels are handled both in indentation and fontification for
18665 the benefit of language extensions like Qt. For consistency, keywords
18666 in labels are now fontified with the label face instead.
18667 That also applies to "case" and "default".
18668
18669 (c-beginning-of-statement-1): Fix some bugs in the label
18670 handling. Disregard `c-nonlabel-token-key' in labels that begin
18671 with `c-label-kwds'.
18672
18673 (c-find-decl-spots): Support that the callback adds more
18674 `c-decl-end' spots to find.
18675
18676 (c-forward-decl-or-cast-1): Don't treat a list of plain
18677 identifiers followed by a colon as a declaration.
18678
18679 (c-forward-label): New function to recognize labels.
18680
18681 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18682 `c-forward-label'. Moved the label recognition cases (14 and 15)
18683 earlier since they aren't so context sensitive now. Handle labels
18684 on the top level gracefully. Moved access label recognition to
18685 the generic label case (CASE 15) - removed CASE 5E.
18686
18687 (c-font-lock-declarations): Add recognition of labels in the
18688 same round since we need to handle labels in parallell with other
18689 declarations to recognize both accurately. It should also improve
18690 speed.
18691
18692 (c-simple-decl-matchers, c-basic-matchers-after):
18693 Move `c-font-lock-labels' so that it only is used on decoration level 2
18694 since `c-font-lock-declarations' handles it otherwise.
18695
18696 (c-complex-decl-matchers): Remove the simplistic recognition of
18697 access labels.
18698
18699 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18700 with labels earlier.
18701
18702 (c-decl-start-re): New language variable to make
18703 `c-font-lock-declarations' stop for the special protection labels
18704 in Objective-C that start with `@'.
18705
18706 (c-label-key): Remove since it's no longer used.
18707
18708 (c-recognize-colon-labels, c-label-prefix-re): New language
18709 constants to support recognition of generic colon-terminated labels.
18710
18711 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18712 are colon terminated labels.
18713
18714 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18715 first argument starts with a special brace list.
18716
18717 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18718 (c-font-lock-declarations): Break out the declaration and cast
18719 recognition from `c-font-lock-declarations' to a new function, so
18720 that it can be used in the indentation engine.
18721
18722 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18723 up to the start of the literal. Fixed bug with the point on the
18724 wrong side of the search limit that could happen when the start
18725 position is inside a literal.
18726
18727 * progmodes/cc-engine.el (c-parse-state)
18728 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18729 so that it's kept a little bit back to increase the hit rate.
18730
18731 (c-parse-state): Change the macro handling and fixed some
18732 glitches. Macro context is checked more often than necessary now,
18733 but otoh less garbage conses are generated.
18734
18735 * progmodes/cc-engine.el (c-parse-state)
18736 (c-invalidate-state-cache): Cache the last position where
18737 `c-state-cache' applies. This can speed up refontification quite
18738 a bit in blocks where there are many non-brace parens before the point.
18739
18740 (c-state-cache-end): New variable for this.
18741
18742 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18743 cache variable.
18744
18745 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18746 get close initial continue positions when the start position is
18747 inside a literal or macro. Do not call the callback for spots
18748 before the start position (which can happen e.g. for `c-decl-end'
18749 spots inside comments). Optimize better in special cases when the
18750 region is a single line inside a literal or macro (typically when
18751 the current line is refontified).
18752
18753 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18754 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18755 entries from the paren state.
18756
18757 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18758 special case for "else if" clauses.
18759
18760 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18761 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18762
18763 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18764 New language variable to recognize the gcc extension with statement
18765 blocks inside expressions.
18766
18767 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18768 it somewhat more comprehensible. The argument AT-BLOCK-START is
18769 no longer used and hence removed.
18770
18771 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18772 to `c-add-stmt-syntax'.
18773
18774 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18775 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18776 This fixes bogus label recognition.
18777
18778 * progmodes/cc-engine.el (c-add-type, c-check-type)
18779 (c-forward-name, c-forward-type): Improve storage of template
18780 types in `c-found-types' so that they can be recognized better.
18781
18782 (c-syntactic-content): Add option to skip past nested parens.
18783
18784 * progmodes/cc-engine.el (c-forward-name):
18785 Set `c-last-identifier-range' all the time. It's less work that way.
18786 Handle that there might not be an identifier to store in
18787 `c-last-identifier-range'.
18788
18789 (c-forward-type): Handle that `c-last-identifier-range' might be
18790 nil from `c-forward-name'.
18791
18792 * progmodes/cc-defs.el (c-safe-scan-lists)
18793 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18794
18795 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18796 to work even if the form fails.
18797
18798 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18799 down in a large file in one go.
18800
18801 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18802
18803 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18804 function which is like `c-lineup-math' but returns nil instead of
18805 `c-basic-offset' when it doesn't match.
18806
18807 (c-lineup-math): Change to use `c-lineup-assignments'.
18808
18809 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18810
18811 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18812 c-beginning-of-statement. New subfunctions
18813 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18814
18815 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18816
18817 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18818 hardcoded char classes whereever possible. Changed a couple of
18819 places to use skip by syntax instead of skip by char class.
18820
18821 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18822 Fix a bug in the regexp that caused extreme backtracking.
18823
18824 * progmodes/cc-langs.el (c-block-comment-starter)
18825 (c-block-comment-ender): New language constants to specify in a
18826 single place how block comments look.
18827
18828 (c-comment-start-regexp, c-block-comment-start-regexp)
18829 (comment-start, comment-end, comment-start-skip)
18830 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18831 (c-syntactic-ws, c-nonempty-syntactic-ws)
18832 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18833 `c-line-comment-starter', `c-block-comment-starter' and
18834 `c-block-comment-ender'.
18835
18836 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18837 New language constants to break up things a bit.
18838
18839 (c-simple-ws): New language constant for simple whitespace.
18840
18841 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18842
18843 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18844 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18845 newlines. Allow and ignore nil elements in the list.
18846
18847 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18848
18849 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18850 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18851
18852 * progmodes/cc-cmds.el: Tidy up the comments in
18853 c-beginning-of-statement and subfunctions.
18854
18855 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18856 more flexible c-put-char-property and c-clear-char-properties.
18857 Add the author's email address.
18858
18859 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18860
18861 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18862 closing "*/" of a block comment.
18863
18864 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18865 subfunctions) so that it works at BOB and EOB.
18866
18867 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18868 c-beginning-of-statement, including new variable
18869 c-block-comment-start-regexp.
18870
18871 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18872
18873 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18874 symbols from `*-font-lock-extra-types' so that there's no need to
18875 use `regexp-opt' on those lists.
18876
18877 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18878 `c-type-modifier-kwds' is empty.
18879
18880 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18881 there are several strings on the same line.
18882
18883 * progmodes/cc-engine.el (c-literal-limits): Remove the
18884 compatibility function for older emacsen. `c-literal-limits-fast'
18885 has now taken the place of this function.
18886
18887 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18888 with older emacsen: We now require `pps-extended-state'.
18889
18890 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18891
18892 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18893 which obviates the need to hack sentence-end. This now handles
18894 escaped newlines in strings correctly. Correct minor bugs in
18895 c-move-over-sentence and in c-beginning-of-statement.
18896
18897 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18898 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18899 that movement over macros and code are rigorously separated from
18900 eachother. Correct a few incidental bugs.
18901
18902 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18903 Improve its doc-string. Improve the handling of certain specific cases.
18904
18905 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18906
18907 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18908 (c-guess-basic-syntax): Change the way class-level labels are
18909 recognized; they can now contain essentially any symbols.
18910
18911 (c-opt-extra-label-key): New language variable to cope with the
18912 special protection label syntax in Objective-C.
18913
18914 (c-opt-access-key): Remove; this is now handled better by
18915 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18916
18917 (c-complex-decl-matchers): Update to handle that
18918 `c-opt-access-key' no longer exists.
18919
18920 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18921 improved label recognition in `c-beginning-of-statement-1'.
18922
18923 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18924 Recognize bitfields better.
18925
18926 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18927 Remove some cruft and fixed a bug that could cause it to go to a
18928 position further down.
18929
18930 * progmodes/cc-langs.el, cc-engine.el
18931 (c-beginning-of-statement-1): Improve detection of labels in
18932 declaration contexts.
18933
18934 (c-beginning-of-decl-1): Use it.
18935
18936 (c-nonlabel-token-key): New language constant and variable needed
18937 by `c-beginning-of-statement-1'.
18938
18939 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18940 manifested itself due to the correction in `c-forward-sexp'.
18941
18942 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18943 Make these behave as documented when used at the buffer limits.
18944
18945 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18946 (c-type-decl-end-used): Made this a language variable.
18947
18948 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18949 correctly when `combine-after-change-calls' is used together with
18950 temporary narrowings.
18951
18952 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18953 Report labels correctly when the start point is immediately after the
18954 colon.
18955
18956 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18957 Remove since it isn't used anymore.
18958
18959 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18960 bracket arglists such as template parens in C++.
18961
18962 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18963 in the last check-in. Some optimization.
18964
18965 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18966 where it could stop at the same level in a preceding sexp when
18967 PAREN-LEVEL is set.
18968
18969 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18970 text property lookup only when it's needed.
18971
18972 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18973 Change the policy for paren marked angle brackets to be more
18974 persistent; once marked they remain marked even when they're found
18975 to be unbalanced in the searched region. This should keep the
18976 paren syntax around even when individual lines are refontified in
18977 multiline template arglists.
18978
18979 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18980 to control markup so that incorrect angle bracket arglists aren't
18981 marked in contexts where the correct value for
18982 `c-disallow-comma-in-<>-arglists' isn't known.
18983
18984 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18985 argument has become `c-parse-and-markup-<>-arglists'.
18986
18987 (c-remove-<>-arglist-properties): Remove - no longer used.
18988
18989 (c-after-change-check-<>-operators): New function used on
18990 `after-change-functions' to avoid that "<" and ">" characters that
18991 are part of longer operators have paren syntax.
18992
18993 (c-<>-multichar-token-regexp): New language variable used by
18994 `c-after-change-check-<>-operators'.
18995
18996 (c-after-change): Call `c-after-change-check-<>-operators'.
18997
18998 (c-font-lock-<>-arglists): Use the context properties set by
18999 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19000 correctly to avoid doing invalid markup.
19001
19002 (c-font-lock-declarations): Remove code that undoes the invalid
19003 markup done by `c-font-lock-<>-arglists'.
19004
19005 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19006 after `c-font-lock-declarations'.
19007
19008 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19009 Add paren-level feature.
19010
19011 (c-guess-basic-syntax): Improve the anchor position for
19012 `template-args-cont' in nested template arglists. There's still
19013 much to be desired in this area, though.
19014
19015 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19016
19017 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19018 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19019
19020 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19021
19022 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19023 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19024
19025 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19026 it doesn't work no longer are supported.
19027
19028 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19029 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19030 requires support for the syntax-table' text property, which rules
19031 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19032 cruft associated with those versions.
19033
19034 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19035 for the `syntax-table' text property, which rules out Emacs 19 and
19036 XEmacs < 21.4. Removed various compatibility cruft associated
19037 with those versions.
19038
19039 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19040 support for the `syntax-table' text property.
19041
19042 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19043 variable and use an extra quoted face name instead. All the
19044 emacsen flavors handle that correctly.
19045
19046 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19047 (c-font-lock-declarators, c-font-lock-declarations)
19048 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19049 property to mark the items in in declarator lists to handle
19050 refontification inside multiline declarations better.
19051
19052 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19053 construct like "a * b = c;" as a declaration.
19054
19055 2005-12-08 Kim F. Storm <storm@cua.dk>
19056
19057 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19058 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19059 select either meta, hyper, or super modifier for rectangle commands.
19060 (cua--rectangle-modifier-key): New defvar.
19061 (cua--M/H-key): Use it. Remove special case for `space'.
19062 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19063 on X, to meta otherwise. Always bind C-return to toggle
19064 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19065
19066 * emulation/cua-rect.el (cua-help-for-rectangle):
19067 Use cua--rectangle-modifier-key. Handle super modifier too.
19068 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19069 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19070
19071 * ido.el: Move Acknowledgements and History after Commentary.
19072 Minor changes to Commentary.
19073
19074 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19075 keymap if cua--prefix-override-timer is `shift'.
19076 (cua--shift-control-prefix): New function; emulate "type prefix
19077 key twice" functionality to handle shifted prefix key override.
19078 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19079 New commands.
19080 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19081
19082 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19083
19084 * textmodes/org.el (org-insert-heading): Try to do items before
19085 headings.
19086 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19087 (org-insert-item): New function.
19088 (org-renumber-ordered-list): Don't skip to higher level lists.
19089
19090 2005-12-08 Juri Linkov <juri@jurta.org>
19091
19092 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19093
19094 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19095
19096 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19097
19098 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19099 the constructed function name fun-1.
19100
19101 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19102 because such links don't lead to parent documentation.
19103
19104 2005-12-08 Kenichi Handa <handa@m17n.org>
19105
19106 * descr-text.el (describe-char): Use *Help-2* buffer if the
19107 current buffer is *Help*. Call describe-text-properties while
19108 setting the original buffer.
19109
19110 2005-12-07 Bill Wohler <wohler@newt.com>
19111
19112 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19113 and causes problems with non-MH users (such as Gnus users).
19114
19115 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19116
19117 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19118 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19119 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19120 command "info sources". Move calls to GDB command "list".
19121 (gdb-find-file-hook): Just use gdb-source-file-list.
19122 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19123 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19124 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19125 (gdb-data-list-register-values-handler): Use correct trigger name.
19126
19127 2005-12-07 Kim F. Storm <storm@cua.dk>
19128
19129 * ido.el (ido-completion-map): Rename from ido-mode-map.
19130 (ido-common-completion-map, ido-file-completion-map)
19131 (ido-file-dir-completion-map, ido-buffer-completion-map):
19132 Rename from ido-mode-....-map.
19133 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19134 (ido-setup-completion-map): Rename from ido-define-mode-map.
19135 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19136 to ido-completion-map.
19137
19138 2005-12-07 Kenichi Handa <handa@m17n.org>
19139
19140 * international/mule-cmds.el
19141 (set-display-table-and-terminal-coding-system): If the coding
19142 system specified in `unibyte-display' property is different from
19143 the arg coding-system, don't setup standard-display-table.
19144
19145 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19146
19147 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19148 that comments end at \n, regardless of selective-display.
19149
19150 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19151
19152 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19153 (gdb-version): New variables.
19154 (gdb-source-file-list, gdb-register-names)
19155 (gdb-changed-registers): New variables for use with GDB 6.4+.
19156 (gdb-ann3): Replace with...
19157 (gdb-init-1, gdb-init-2): ...two new functions.
19158 (gdba, gdb-prompt): Call gdb-init-1.
19159 (gdb-get-version): New function. Call gdb-init-2 from here.
19160 (gud-watch): Make it work with mouse events too.
19161 (gdb-post-prompt): Don't add to queue until GDB version is known.
19162 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19163 (gdb-locals-mode): Use gdb-version.
19164 (gdb-memory-format-map, gdb-memory-unit-map)
19165 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19166 (gdb-locals-font-lock-keywords-1)
19167 (gdb-locals-font-lock-keywords-2): New variables.
19168 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19169 (gdb-set-gud-minor-mode-existing-buffers-1)
19170 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19171 (gdb-var-update-1, gdb-var-update-handler-1)
19172 (gdb-data-list-register-values-handler)
19173 (gdb-data-list-register-values-custom)
19174 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19175 (gdb-stack-list-locals-handler, gdb-get-register-names):
19176 New functions for use with GDB 6.4+.
19177 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19178 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19179 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19180 (gdb-stack-list-locals-regexp)
19181 (gdb-data-list-register-names-regexp): New regexps for use with
19182 GDB 6.4+.
19183
19184 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19185
19186 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19187
19188 2005-12-06 Nozomu Ando <nand@mac.com>
19189
19190 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19191 prompts work for AUTH PLAIN. Also reported by Steve Allan
19192 <seallan@verizon.net>.
19193
19194 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19195
19196 * frame.el (set-frame-parameter): Add doc string.
19197
19198 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19199
19200 * textmodes/org.el (org-occur-highlights): New variable.
19201 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19202 (org-highlight-sparse-tree-matches): New option.
19203 (org-do-occur): New function.
19204 (org-get-heading): Make it work also at beginning of line.
19205 (org-category-table): New variable.
19206 (org-get-category-table, org-get-category)
19207 (org-camel-to-words, org-link-search): New functions.
19208 (org-select-this-todo-keyword): New variable.
19209 (org-todo-list): New command.
19210 (org-shiftright, org-shiftleft): New commands.
19211 (org-agenda-todo): Add prefix argument.
19212 (org-show-hierarchy-above): New option.
19213 (org-show-todo-tree): Numerical prefix creates tree for specific
19214 TODO keyword.
19215 (org-outline-level): New function, to assign a level to plain
19216 lists items.
19217 (org-cycle-include-plain-lists): New option.
19218 (org-mode): Use `org-outline-level' as value of `outline-level'.
19219 (org-cycle): Temporarily switch `outline-regexp' if
19220 `org-cycle-include-plain-lists' is non-nil.
19221 (org-start-icalendar-file): Fix format bug.
19222 (org-agenda-get-day-entries): Create category table.
19223 (org-agenda-get-todos, org-agenda-get-timestamps)
19224 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19225 (org-agenda-get-blocks): Use `org-get-category'.
19226 (org-context-in-file-links): Rename from
19227 `org-line-numbers-in-file-links'.
19228
19229 2005-12-06 Romain Francoise <romain@orebokech.com>
19230
19231 * window.el (balance-windows): Delete extraneous third arg in call
19232 to `enlarge-window'.
19233
19234 2005-12-06 Kenichi Handa <handa@m17n.org>
19235
19236 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19237
19238 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19239
19240 * progmodes/gdb-ui.el (gdb-var-create-handler)
19241 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19242 (gdb-var-list-children-handler, gdb-var-update-handler):
19243 Current buffer is already gdb-partial-output-buffer, don't
19244 make it current again.
19245
19246 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19247
19248 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19249 (list-buffers-noselect): Use it.
19250
19251 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19252
19253 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19254 (mail-yank-ignored-headers): Use regexp-opt.
19255 (mail-mode-map): Move initialization into declaration.
19256 (mail-sent-via): Remove unused shadowed var `to-line'.
19257 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19258 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19259 (mail-do-fcc): Use dolist and push.
19260 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19261 (mail-yank-ignored-headers): Don't autoload.
19262
19263 2005-12-05 Kenichi Handa <handa@m17n.org>
19264
19265 * international/mule-cmds.el (set-language-info-internal): New fun.
19266 (set-language-info): Call set-language-info-internal to update
19267 language-info-alist. If LANG-ENV is the current one, call
19268 set-language-environment to make INFO effective now.
19269 (set-language-info-alist): Likewise.
19270 (locale-language-names): With locale "en", use English
19271 lang. env. but set the default codings to iso-8859-1.
19272
19273 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19274
19275 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19276 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19277 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19278 for plain strings.
19279 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19280 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19281 Create registers buffer if necessary. Echo new state in minibuffer.
19282 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19283
19284 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19285
19286 * info.el (Info-fontify-node): Match external links using
19287 non-directory part of filename.
19288
19289 2005-12-04 Juri Linkov <juri@jurta.org>
19290
19291 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19292 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19293 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19294 because there is no customization option for it.
19295
19296 * font-lock.el (lisp-font-lock-keywords-1):
19297 Add define-global-minor-mode.
19298
19299 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19300
19301 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19302 properties on the constructed variable names.
19303
19304 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19305 Put `definition-name' properties on the constructed function names
19306 next-sym and prev-sym.
19307
19308 * emacs-lisp/find-func.el (find-function-regexp):
19309 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19310 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19311 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19312 and easy-menu-define.
19313
19314 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19315 easy-mmode-define-global-mode and define-global-minor-mode.
19316 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19317
19318 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19319 instead of easy-mmode-define-global-mode.
19320
19321 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19322 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19323
19324 * cus-edit.el (customize-group, customize-group-other-window):
19325 Filter out autoloaded options from the group completion list by
19326 using heuristics that autoloaded groups don't have `custom-autoload'
19327 property on their symbols (they have only `custom-loads').
19328
19329 * simple.el (completion-setup-function): Put completions-common-part
19330 face on complete completion string too (i.e. completion string
19331 without completions-first-difference face).
19332
19333 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19334
19335 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19336
19337 * view.el (view-mode): Doc fix.
19338
19339 * disp-table.el (standard-display-european): Add to the warning
19340 message a reference to the doc string.
19341
19342 * play/yow.el (apropos-zippy): Call print-help-return-message,
19343 similar to other Help and Apropos commands.
19344
19345 * help.el (print-help-return-message): If pop-up-frames is
19346 non-nil, set up help-return-method to delete the help window and,
19347 possibly, its frame as well, and don't display message about
19348 scrolling the help window. Doc fix.
19349 (help-return-method): Doc fix.
19350
19351 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19352
19353 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19354 whereby names of length one or names starting with a
19355 symbol-constituent character would not be returned.
19356
19357 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19358
19359 * subr.el (atomic-change-group): Add edebug and indentation spec.
19360
19361 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19362
19363 * completion.el (save-completions-file-name): Fix typo in last change.
19364
19365 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19366
19367 * info.el: Move back/forward history to the beginning of the tool bar.
19368
19369 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19370
19371 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19372 Add fset of allout-real-isearch-abort during compile to fix
19373 byte-compilation warnings.
19374 (allout-mode-p): Move definition of this macro above all uses, or
19375 byte compilation in barren Emacs (eg, during Emacs build) will
19376 lack the definition.
19377 (allout-mode): Move this variable above any uses, or byte
19378 compilation will fail.
19379 (allout-resolve-xref): Remove use of personal file-reference function.
19380 (allout-toggle-current-subtree-encryption): Do the current (ie,
19381 visible containing) topic, rather than nearest around point. Doc fix.
19382 (allout-toggle-subtree-encryption): New function, workhorse that
19383 works on nearest topic containing point.
19384 (allout-encrypt-string): Signal requirement for newer version of pgg.
19385 (allout-resumptions): Doc fix.
19386
19387 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19388
19389 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19390
19391 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19392
19393 * textmodes/flyspell.el (flyspell-external-point-words):
19394 Consider a misspelling as found in the string search if: (a) misspelling
19395 and found string lengths match, or (b) misspelling is found as
19396 element in a boundary-chars separated longer string, or (c)
19397 ispell-program-name is really ispell and misspelling is found as
19398 part of a TeX string. After successful match move beginning of
19399 search region to end of match. Warn about not found misspellings
19400 once the process is done.
19401 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19402
19403 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19404
19405 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19406 tool bar (removed inadvertently).
19407
19408 2005-12-02 Juri Linkov <juri@jurta.org>
19409
19410 * log-view.el (log-view-diff): Clarify doc string.
19411
19412 2005-12-01 Bill Wohler <wohler@newt.com>
19413
19414 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19415 triggers lm-verify errors.
19416
19417 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19418
19419 * simple.el (transient-mark-mode, line-number-mode)
19420 (column-number-mode, size-indication-mode): Remove `:require nil'.
19421
19422 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19423
19424 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19425 in the margin also.
19426 (gdb-breakpoints-mode-map): Use D instead of d for
19427 gdb-delete-breakpoint.
19428 (gdb-get-frame-number): Require a number to match on.
19429 (gdb-threads-mode-map): Add follow-link binding.
19430
19431 2005-11-30 Jason Rumney <jasonr@gnu.org>
19432
19433 * isearch.el (isearch-mode-map): Avoid exiting search on
19434 language-change event.
19435
19436 2005-11-30 Romain Francoise <romain@orebokech.com>
19437
19438 * speedbar.el (speedbar-default-position): New defcustom.
19439 (speedbar-frame-reposition-smartly): Use it.
19440
19441 * dframe.el (dframe-reposition-frame-emacs): Fix position
19442 computation for `left' location.
19443 Update copyright year.
19444
19445 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19446
19447 * help.el (help-map): Move initialization into declaration.
19448
19449 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19450
19451 * help-fns.el (help-argument-name): Don't autoload.
19452 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19453 to be re-loaded when customizing the `help' group.
19454
19455 2005-11-30 John Paul Wallington <jpw@gnu.org>
19456
19457 * help-fns.el (describe-function-1): Fill arglist output.
19458
19459 2005-11-30 Kim F. Storm <storm@cua.dk>
19460
19461 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19462 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19463 after revert-buffer (or anything else which kills all local variables).
19464
19465 * apropos.el (apropos-parse-pattern): Doc fix.
19466 Set apropos-regexp directly, rather than expecting callers to do so.
19467 (apropos-command, apropos, apropos-value, apropos-documentation):
19468 Simplify calls to apropos-parse-pattern.
19469
19470 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19471
19472 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19473 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19474 (hi-lock-write-interactive-patterns): Use comment-region.
19475
19476 * longlines.el (longlines-mode): Add mail-setup-hook.
19477
19478 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19479
19480 * simple.el (sendmail-user-agent-compose, next-line):
19481 Conditionally use hard-newline.
19482
19483 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19484
19485 * international/latexenc.el (latex-inputenc-coding-alist):
19486 Reword doc string.
19487
19488 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19489
19490 * help.el (describe-key-briefly, describe-key): Recognize default
19491 bindings.
19492
19493 2005-11-29 Romain Francoise <romain@orebokech.com>
19494
19495 * view.el (view-inhibit-help-message): New defcustom.
19496 (view-mode-enter): Use it.
19497
19498 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19499
19500 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19501 Preserve user position.
19502
19503 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19504
19505 * font-lock.el: Throw error if facemenu is not loaded to prevent
19506 accidental change of loading order in loadup.el. (Suggested by RMS.)
19507
19508 * loadup.el: Add comment explaining why facemenu must be loaded
19509 before font-lock.
19510
19511 2005-11-28 Jay Belanger <belanger@truman.edu>
19512
19513 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19514 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19515
19516 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19517
19518 * calc/calc-embed.el (calc-do-embedded): Update help message.
19519
19520 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19521
19522 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19523
19524 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19525
19526 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19527 called-interactively-p.
19528 (elp-profilable-p): Rename from elp-not-profilable-p.
19529 Invert result and take into account macros and autoloaded functions.
19530 (elp-instrument-function): Update call.
19531 (elp-instrument-package): Update call. Add completion.
19532 (elp-pack-number): Use match-string.
19533 (elp-results-jump-to-definition-by-mouse): Merge into
19534 elp-results-jump-to-definition and then remove.
19535 (elp-output-insert-symname): Make help echo text single-line.
19536
19537 * replace.el (query-replace-map): Move initialization into declaration.
19538 (occur-engine): Use with-current-buffer.
19539 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19540 (occur-mode-mouse-goto): Replace with an alias.
19541
19542 2005-11-28 Juri Linkov <juri@jurta.org>
19543
19544 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19545
19546 * term/w32-win.el: Bind [S-tab] to [backtab].
19547
19548 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19549 `Info-find-file' to t.
19550
19551 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19552 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19553 and same-window-regexps.
19554 (occur-next-error): Don't move point for arg 0.
19555
19556 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19557
19558 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19559
19560 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19561
19562 * log-edit.el (log-edit-changelog-use-first): New var.
19563 (log-edit-changelog-ours-p): Use it.
19564 (log-edit-insert-changelog): Set it with new arg `use-first'.
19565 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19566 (log-edit-hook): Add them to the list of suggested options.
19567
19568 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19569 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19570 redundant work.
19571 (flyspell-mode-on): Use add-hook for after-change-functions.
19572 (flyspell-mode-off): Use remove-hook for after-change-functions.
19573 (flyspell-changes): Make it buffer-local.
19574 (flyspell-after-change-function): Make it non-interactive. Use push.
19575 (flyspell-post-command-hook): Check input-pending-p while processing
19576 the potentially long list of buffer changes.
19577
19578 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19579
19580 * buff-menu.el (list-buffers-noselect): Display the selected
19581 frame's buffer list, not the global one.
19582
19583 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19584
19585 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19586 that (list last-input-event) works as in interactive spec.
19587
19588 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19589
19590 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19591 `facemenu-keymap' needs to be defined when font-lock is loaded.
19592 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19593
19594 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19595
19596 * completion.el: Remove useless leading * in defcustom docstrings.
19597 (save-completions-file-name): Use ~/.emacs.d if available.
19598 (completion-standard-syntax-table): Rename from
19599 cmpl-standard-syntax-table and fold initialization into declaration,
19600 thus removing cmpl-make-standard-completion-syntax-table.
19601 (completion-lisp-syntax-table, completion-c-syntax-table)
19602 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19603 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19604 (symbol-under-point, symbol-before-point)
19605 (symbol-under-or-before-point, symbol-before-point-for-complete)
19606 (add-completions-from-c-buffer): Use with-syntax-table.
19607 (make-completion): Don't return a list of completion entries.
19608 Update callers.
19609 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19610 (completion-initialize): Rename from initialize-completions.
19611 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19612 (kill-emacs-save-completions): Collect stats here.
19613 (save-completions-to-file, load-completions-from-file):
19614 Use with-current-buffer.
19615 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19616 into a function. Move all calls to toplevel.
19617 (completion-lisp-mode-hook): New fun.
19618 (completion-c-mode-hook, completion-setup-fortran-mode):
19619 Set the syntax-table here. Use local-set-key.
19620 (completion-saved-bindings): New var.
19621 (dynamic-completion-mode): Make it into a proper minor mode.
19622 (load-completions-from-file): Remove unused var `num-uses'.
19623
19624 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19625 constructor if it is explicitly overridden.
19626
19627 * complete.el (PC-completion-as-file-name-predicate):
19628 Use minibuffer-completing-file-name.
19629 (partial-completion-mode): Use find-file-not-found-functions.
19630 (PC-lisp-complete-symbol): Use with-syntax-table.
19631 (PC-look-for-include-file): Remove dead setq.
19632 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19633 (PC-complete): Use with-current-buffer.
19634
19635 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19636 escape single quotes.
19637
19638 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19639
19640 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19641 of `if' whose condition always returned nil. Doc fix.
19642
19643 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19644 window's buffer the current buffer around the call to
19645 `list-buffers-noselect'. This is necessary to mark that buffer
19646 with a `.' in the Buffer Menu when called from Lisp, for instance
19647 by Auto Revert Mode.
19648
19649 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19650
19651 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19652 attaching to it.
19653 (gdb-pre-prompt): Make sure gdb-error is reset.
19654
19655 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19656 with a child process, detect it.
19657 (gud-speedbar-buttons): Match regexp more carefully.
19658
19659 2005-11-27 Richard M. Stallman <rms@gnu.org>
19660
19661 * mouse.el (mouse-drag-move-window-bottom):
19662 Use adjust-window-trailing-edge.
19663
19664 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19665
19666 * simple.el (blink-matching-open): Ignore
19667 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19668 (blink-matching-paren-on-screen): Update docstring.
19669
19670 * paren.el (show-paren-mode): No longer change
19671 `blink-matching-paren-on-screen'.
19672
19673 2005-11-27 John Paul Wallington <jpw@pobox.com>
19674
19675 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19676 (gdb-threads-select, gdb-edit-register-value):
19677 Use `posn-set-point' instead of `mouse-set-point' because the
19678 latter is not fbound when configured without X.
19679
19680 2005-11-27 Kim F. Storm <storm@cua.dk>
19681
19682 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19683 existing face when partially highlighting a TAB in a rectangle.
19684
19685 2005-11-26 Kim F. Storm <storm@cua.dk>
19686
19687 * ido.el (ido-mode-map): Doc fix.
19688 (ido-mode-common-map, ido-mode-file-map)
19689 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19690 (ido-define-mode-map): Rewrite. Select one of the new maps as
19691 parent for ido-mode-map instead of building from scratch.
19692 (ido-init-mode-maps): New defun to initialize new maps.
19693 (ido-mode): Call it.
19694 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19695 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19696
19697 2005-11-26 John Paul Wallington <jpw@pobox.com>
19698
19699 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19700 `mouse-set-point' because the latter is not fbound when configured
19701 without X.
19702
19703 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19704
19705 * files.el (file-relative-name): Doc fix.
19706
19707 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19708
19709 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19710 non-empty string for secondary prompt PS2.
19711
19712 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19713
19714 * progmodes/compile.el (compilation-setup): Fix last change.
19715
19716 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19717
19718 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19719 (gdb-mouse-toggle-breakpoint-margin)
19720 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19721 Add gdb-server-prefix to keep out of command history.
19722 (gdb-edit-register-value): New function.
19723 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19724 (gdb-info-registers-custom): Use above map.
19725
19726 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19727
19728 * custom.el (enable-theme): Signal error if argument is not a
19729 theme. Don't recalculate a face if it's not loaded yet.
19730
19731 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19732 the `user' theme is in effect.
19733
19734 * info.el (Info-on-current-buffer): Record actual filename in
19735 Info-current-file, instead of t, or a fake filename if a non-file
19736 buffer. Make autoload.
19737 (Info-find-node, Info-revert-find-node): No need to check for
19738 Info-current-file nil.
19739 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19740 Info-current-file is now never `t'.
19741 (Info-fontify-node): Many simplifications due to Info-current-file
19742 always being valid. Use Info-find-file to find node filename.
19743
19744 2005-11-25 David Kastrup <dak@gnu.org>
19745
19746 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19747 new character, then delete" in order to preserve markers.
19748
19749 2005-11-25 David Ponce <david@dponce.com>
19750
19751 * recentf.el (recentf-arrange-by-rule): Handle a special
19752 `auto-mode-alist'-like "strip suffix" rule.
19753 (recentf-build-mode-rules): Handle second level auto-mode entries.
19754
19755 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19756
19757 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19758 window modes.
19759
19760 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19761 jde-javadoc-checker-report-mode.
19762
19763 * ediff-wind (ediff-make-wide-display): Slight simplification.
19764
19765 * ediff.el (ediff-date): Change the date of last update.
19766
19767 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19768
19769 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19770 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19771 (hi-lock-mode): New global minor mode.
19772 (turn-on-hi-lock-if-enabled): New function.
19773 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19774 Change arguments to regexp and face instead of a font-lock pattern.
19775 Directly set face property, instead of refontifying.
19776 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19777 (hi-lock-find-patterns): Use line-number-at-pos.
19778
19779 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19780 arguments for hi-lock-set-pattern.
19781 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19782 Call font-lock-fontify-buffer.
19783 (hi-lock-find-file-hook, hi-lock-current-line)
19784 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19785
19786 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19787 turned off.
19788
19789 * progmodes/compile.el (compilation-setup): Don't fiddle with
19790 font-lock-defaults.
19791
19792 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19793
19794 * progmodes/gdb-ui.el (gdb-var-create-handler)
19795 (gdb-var-list-children-handler): Find values for all variable
19796 objects. gud-speedbar-buttons decides whether to display them.
19797
19798 2005-11-24 Romain Francoise <romain@orebokech.com>
19799
19800 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19801 buffer name with a space.
19802
19803 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19804
19805 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19806 `org-export-local-list-max-depth'. Change default value to 3.
19807 (org-auto-renumber-ordered-lists)
19808 (org-plain-list-ordered-item-terminator): New options.
19809 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19810 (org-get-indentation, org-get-string-indentation)
19811 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19812 New functions.
19813 (org-move-item-down, org-move-item-up): New commands.
19814 (org-export-as-html): New classes for CSS support. Bug fix in
19815 regular expression detecting fixed-width regions. Respect
19816 `org-local-list-ordered-item-terminator'.
19817 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19818 also a list item.
19819 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19820 New item moving functions.
19821
19822 2005-11-24 Juri Linkov <juri@jurta.org>
19823
19824 * isearch.el (isearch-repeat): With empty search ring set
19825 `isearch-error' to the error string instead of signaling error
19826 with the function `error'.
19827
19828 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19829
19830 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19831
19832 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19833
19834 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19835 and variable.
19836 (gdb-var-create-handler, gdb-var-list-children-handler):
19837 Don't match on "char **...".
19838 (gdb-var-update-handler): Find values for all variable objects.
19839 (gdb-info-frames-custom): Identify frames by leading "#".
19840
19841 * progmodes/gud.el (gud-speedbar-menu-items): Add
19842 gdb-speedbar-auto-raise as radio button.
19843 (gud-speedbar-buttons): Raise speedbar if requested.
19844 Don't match on "char **...".
19845 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19846 Make it editable.
19847
19848 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19849
19850 * info.el (Info-fontify-node): Handle the case where
19851 Info-current-file is t.
19852
19853 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19854
19855 * simple.el (blink-matching-open): Fix off-by-one in last change.
19856
19857 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19858
19859 * term/mac-win.el: Don't change default directory.
19860
19861 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19862
19863 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19864 buffers correctly. (It used to throw an error in such buffers.)
19865 Make it ask for confirmation in group buffers and other Custom
19866 buffers containing more than one customization item.
19867
19868 2005-11-22 John Paul Wallington <jpw@gnu.org>
19869
19870 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19871 property on mail and url overlays.
19872 (goto-address-at-point): Use `posn-set-point' instead of
19873 `mouse-set-point' because the latter is not fbound when configured
19874 without X.
19875
19876 2005-11-22 Lars Hansen <larsh@soem.dk>
19877
19878 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19879 (ls-lisp-classify, ls-lisp-format): Delete call to
19880 ls-lisp-parse-symlink.
19881 (ls-lisp-handle-switches): Handle symlinks to directories as
19882 directories when ls-lisp-dirs-first in non-nil.
19883
19884 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19885
19886 * startup.el (command-line): Make sure that loaddefs.el is handled
19887 correctly in load-history.
19888
19889 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19890
19891 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19892 (gdb-struct-string, gdb-array-string): New constants.
19893 (gdb-info-locals-handler): Use them.
19894 (gdb-reset): Reset gdb-var-list to nil.
19895
19896 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19897
19898 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19899 in patterns.
19900
19901 2005-11-21 Juri Linkov <juri@jurta.org>
19902
19903 * custom.el (defcustom): Update link types in docstring.
19904
19905 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19906
19907 * custom.el (defgroup): Add doc-string-elt info.
19908
19909 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19910
19911 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * newcomment.el (comment-enter-backward): Fix last fix.
19914
19915 * simple.el (blink-matching-open):
19916 * paren.el (show-paren-function): Allow new paren-class info.
19917
19918 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19919
19920 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19921 handled automagically.
19922
19923 2005-11-20 Andreas Schwab <schwab@suse.de>
19924
19925 * descr-text.el (describe-char): When copying overlays put them
19926 over the full char description instead of just the first character
19927 of it.
19928
19929 2005-11-20 Juri Linkov <juri@jurta.org>
19930
19931 * simple.el (what-cursor-position):
19932 * descr-text.el (describe-char): Use Lisp-readable syntax
19933 for octal and hex. Reorder decimal, octal and hex values.
19934 Remove excess whitespace in the output. Use `=' in `column='
19935 like in `point=' and `Hscroll='.
19936
19937 * international/mule-cmds.el (encoded-string-description):
19938 Use Lisp-readable syntax for hex.
19939
19940 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19941
19942 * newcomment.el (comment-enter-backward): Handle the case where the
19943 comment is closed by EOB.
19944
19945 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19946
19947 * longlines.el (longlines-before-revert-hook)
19948 (longlines-after-revert-hook): New functions.
19949 (longlines-mode): Turn off longlines temporarily when reverting.
19950 Add a message-setup-hook.
19951 (longlines-decode-buffer): New function.
19952 (longlines-wrap-line): Preserve marker positions.
19953
19954 2005-11-19 Andreas Schwab <schwab@suse.de>
19955
19956 * emacs-lisp/shadow.el: Handle compressed files.
19957
19958 2005-11-19 Romain Francoise <romain@orebokech.com>
19959
19960 * net/browse-url.el (browse-url-default-browser): Signal an error
19961 if no usable browser can be found, rather than try to load w3.
19962
19963 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19964
19965 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19966 replacing existing properties.
19967 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19968 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19969 tty specs.
19970 (rcirc-server-prefix, rcirc-server): New faces.
19971 (rcirc-url-regexp): Generate with rx macro.
19972 (rcirc-last-server-message-time): New variable.
19973 (rcirc-filter): Record time of last message.
19974 (rcirc-keepalive): Kill processes that did not send a message
19975 since the last ping.
19976 (rcirc-mode): Give rcirc-topic a local binding here.
19977
19978 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19979
19980 * subr.el (read-passwd): Fontify the prompt as we do with other
19981 prompts.
19982
19983 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19984
19985 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19986 binding buffer-read-only to nil.
19987
19988 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19989
19990 * complete.el (partial-completion-mode):
19991 Mention completion-auto-help in the doc string.
19992
19993 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19994 more Lisp-ish way.
19995
19996 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19997
19998 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19999 digits, not 8, to avoid misalignment for files larger than 100MB.
20000
20001 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20002
20003 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20004 Mention "keyboard shortcuts" in the help text.
20005
20006 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20007
20008 * startup.el (fancy-splash-default-action): Discard only
20009 mouse-down and succeeding mouse-up events in the splash screen
20010 window so that drag-n-drop event can be processed.
20011
20012 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20013
20014 * longlines.el (longlines-mode): Add hacks for mail-mode and
20015 message-mode.
20016
20017 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20018
20019 * textmodes/org.el (org-table-sort-lines): New command.
20020 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20021 (org-add-file): Command removed, use `org-agenda-file-to-front'
20022 instead.
20023 (org-export-icalendar): Use `org-icalendar-combined-name'.
20024 (org-cycle-agenda-files, org-agenda-file-to-end)
20025 (org-agenda-file-to-front): New commands.
20026 (org-table-tab-jumps-over-hlines, org-export-html-style):
20027 New options.
20028 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20029 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20030 New functions.
20031 (org-fill-paragraph): Call `org-table-align' in tables.
20032 (org-mode): Call `org-set-autofill-regexps'.
20033 (org-export-as-html): Support for local handformatted lists.
20034 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20035 (org-export-local-list-max-depth): New option.
20036 (org-html-expand): Use `org-html-protect'.
20037
20038 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20039
20040 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20041 to "p".
20042 (gdb): Move definition of gud-pp to...
20043
20044 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20045 speedbar.
20046 (gdb-find-watch-expression): New function.
20047
20048 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20049
20050 * faces.el (face-attribute, set-face-attribute): Mention existence
20051 of `:ignore-defface' setting in docstring.
20052
20053 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * simple.el (completion-setup-function): Fix last change.
20056
20057 2005-11-17 John Paul Wallington <jpw@pobox.com>
20058
20059 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20060 Use `posn-set-point' instead of `mouse-set-point' because the
20061 latter is not fbound when configured without X.
20062
20063 * comint.el (comint-insert-input): Likewise.
20064
20065 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20066
20067 * simple.el (hard-newline): New variable.
20068 (sendmail-user-agent-compose, next-line): Use it.
20069
20070 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20071 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20072 (mail-mail-reply-to, mail-mail-followup-to)
20073 (mail-position-on-field, mail-signature, mail-yank-original)
20074 (mail-attach-file): Likewise.
20075
20076 * mail/mailheader.el (mail-header-format)
20077 (mail-header-format-function): Likewise.
20078
20079 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20080
20081 2005-11-17 Juri Linkov <juri@jurta.org>
20082
20083 * font-lock.el (font-lock-faces): Rename this defgroup from
20084 `font-lock-highlighting-faces'.
20085 (font-lock-comment-face, font-lock-comment-delimiter-face)
20086 (font-lock-string-face, font-lock-doc-face)
20087 (font-lock-keyword-face, font-lock-builtin-face)
20088 (font-lock-function-name-face, font-lock-variable-name-face)
20089 (font-lock-type-face, font-lock-constant-face)
20090 (font-lock-warning-face, font-lock-negation-char-face)
20091 (font-lock-preprocessor-face)
20092 (font-lock-regexp-grouping-backslash)
20093 (font-lock-regexp-grouping-construct): Rename :group from
20094 `font-lock-highlighting-faces' to `font-lock-faces'.
20095
20096 * cus-edit.el (lisp, c, tex):
20097 * progmodes/ada-mode.el (ada):
20098 * progmodes/asm-mode.el (asm):
20099 * progmodes/cperl-mode.el (cperl-faces):
20100 * progmodes/cpp.el (cpp):
20101 * progmodes/dcl-mode.el (dcl):
20102 * progmodes/f90.el (f90):
20103 * progmodes/fortran.el (fortran):
20104 * progmodes/icon.el (icon):
20105 * progmodes/idlwave.el (idlwave-misc):
20106 * progmodes/m4-mode.el (m4):
20107 * progmodes/make-mode.el (makefile):
20108 * progmodes/meta-mode.el (meta-font):
20109 * progmodes/modula2.el (modula2):
20110 * progmodes/octave-mod.el (octave):
20111 * progmodes/pascal.el (pascal):
20112 * progmodes/perl-mode.el (perl):
20113 * progmodes/prolog.el (prolog):
20114 * progmodes/ps-mode.el (PostScript-edit):
20115 * progmodes/scheme.el (scheme):
20116 * progmodes/sh-script.el (sh-script):
20117 * progmodes/simula.el (simula):
20118 * progmodes/tcl.el (tcl):
20119 * textmodes/nroff-mode.el (nroff):
20120 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20121 * textmodes/sgml-mode.el (sgml):
20122 * textmodes/texinfo.el (texinfo):
20123 Add :link (custom-group-link font-lock-faces) to defgroup.
20124
20125 * hi-lock.el (hi-lock): Rename this defgroup from
20126 `hi-lock-interactive-text-highlighting'. Change parent group from
20127 `faces' to `font-lock'. Add link to the manual.
20128 (hi-lock-mode, hi-lock-file-patterns-range)
20129 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20130 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20131 (hi-lock-faces): Add :group `faces'.
20132
20133 * cus-edit.el (custom-variable-prompt): Clarify the code.
20134
20135 * faces.el (face-read-string): Set the default value arg of
20136 completing-read.
20137
20138 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20139
20140 * rfn-eshadow.el (file-name-shadow-properties)
20141 (file-name-shadow-tty-properties, file-name-shadow-mode):
20142 Remove autoloads, because the file is now preloaded.
20143
20144 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20145
20146 * printing.el (easy-menu-intern): Don't define.
20147 (pr-get-symbol): Use easy-menu-intern only if defined.
20148
20149 * simple.el (blink-matching-open): Simplify a bit.
20150 (completion-setup-function): Fix the case of partial-completion-mode
20151 when the minibuffer's contents start with "-".
20152 Obey completion-base-size-function even when
20153 minibuffer-completing-file-name is non-nil.
20154
20155 2005-11-16 Richard M. Stallman <rms@gnu.org>
20156
20157 * net/eudcb-ph.el (eudc-ph-open-session):
20158 Use set-process-query-on-exit-flag.
20159
20160 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20161
20162 * international/ucs-tables.el (ucs-set-table-for-input):
20163 Use make-local-variable, not make-variable-buffer-local.
20164
20165 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20166 Improve warning message text.
20167
20168 * savehist.el (savehist-save-hook): Add :group.
20169
20170 * menu-bar.el (menu-bar-help-menu):
20171 Rename Find Extra Packages to External Packages.
20172
20173 * cus-edit.el (Custom-reset-standard): Verify that
20174 :custom-standard-value prop exists before calling it.
20175
20176 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20177
20178 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20179
20180 * wid-edit.el (color): Enclose %t in %{...%}.
20181
20182 * cus-edit.el (face): Enclose %t in %{...%}.
20183
20184 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20185
20186 * savehist.el (savehist-mode-hook): Re-add the var.
20187 (savehist-mode): Use it.
20188
20189 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * textmodes/flyspell.el: Fix commenting convention.
20192 Remove unnecessary leading * in custom docstrings.
20193 (flyspell-emacs): Remove unused var.
20194 (flyspell-delete-region-overlays): Use remove-overlays.
20195 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20196 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20197 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20198 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20199 (make-flyspell-overlay): Don't locally reuse a global name.
20200 (flyspell-highlight-incorrect-region)
20201 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20202 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20203 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20204 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20205 Wrap calls to accept-process-output inside with-local-quit since it's
20206 often called from a post-command-hook.
20207 (flyspell-correct-word, flyspell-auto-correct-word):
20208 Use ispell-send-string.
20209 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20210
20211 * calendar/diary-lib.el (diary-list-entries): Also hide the
20212 terminating newline.
20213
20214 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20215
20216 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20217 window-system, to allow fonts on tty.
20218
20219 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20220
20221 * progmodes/gud.el (gud-speedbar-item-info): New function.
20222 (gud-install-speedbar-variables): Use it to display data type
20223 of watch expression as a tooltip in speedbar.
20224
20225 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20226
20227 * font-core.el (global-font-lock-mode): Add :version keyword,
20228 because default was changed.
20229
20230 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20231
20232 * startup.el (command-line): Use `custom-reevaluate-setting' for
20233 `file-name-shadow-mode'.
20234
20235 * loadup.el: Preload rfn-eshadow.
20236
20237 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20238 Add :version keyword.
20239 (file-name-shadow-properties, file-name-shadow-tty-properties)
20240 (file-name-shadow): Add :version keyword.
20241
20242 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20243 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20244 in the custom-group property of the symbol frames and the fringe
20245 group got no link to its parent group frames.
20246 Doc fix.
20247
20248 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * progmodes/gud.el (gud-stop-subjob): New function.
20251 (gud-menu-map, gud-tool-bar-map): Use it.
20252
20253 2005-11-16 Kim F. Storm <storm@cua.dk>
20254
20255 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20256 than kill it.
20257 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20258 to a more useful/logical place.
20259
20260 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20261
20262 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20263 go buttons complementary.
20264
20265 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20266
20267 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20268 (rfn-eshadow-sifn-equal): New function.
20269 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20270
20271 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20272
20273 * viper-utils.el (viper-non-word-characters-reformed-vi):
20274 Quote `-' in string.
20275
20276 * viper.el (viper-emacs-state-mode-list): Ensure that
20277 rcirc-mode buffers come up in Emacs state.
20278
20279 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20280 operation.
20281
20282 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20283
20284 * term.el (term-termcap-format): Fix typos.
20285 (term-down): Fix the negative argument case.
20286
20287 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20288
20289 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20290 2005-08-15.
20291 (gdb-ann3): New command gud-go.
20292 (menu): Accomodate gdb-mi.el.
20293 (gdb-assembler-custom): Make buffer of selected window current
20294 so that set-window-point works.
20295
20296 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20297 buttons and include new ones.
20298
20299 2005-11-16 Kim F. Storm <storm@cua.dk>
20300
20301 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20302 (gud-menu-map): Use it.
20303
20304 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20305
20306 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20307 that works correctly for Custom and that does not override a user
20308 who disables it.
20309
20310 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20311 (help-xref-interned, help-follow): Make hyperlinks for variables
20312 that are unbound, but have a non-nil variable-documentation property.
20313
20314 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20315 mode hook. (It conflicted with defcustoms for some mode hooks.)
20316 Use the `variable-documentation' property to give the mode hook a
20317 docstring and expand that docstring.
20318
20319 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20320
20321 * savehist.el (savehist-mode): Don't bother with
20322 `custom-set-minor-mode'.
20323 (savehist-coding-system): Check XEmacs version.
20324 (history-length): Declare also at run time.
20325 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20326 Don't set the customize state.
20327 (savehist-minibuffer-hook): Special case for when
20328 minibuffer-history-variable is equal to t.
20329
20330 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20331
20332 * files.el (write-file): Refresh VC status.
20333
20334 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20335 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20336 than fundamental-mode to see if the mode was set.
20337
20338 2005-11-14 Romain Francoise <romain@orebokech.com>
20339
20340 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20341 dummy function in `eval-when-compile' to avoid compiler warning.
20342 Require `man' at compile time.
20343
20344 2005-11-14 Jay Belanger <belanger@truman.edu>
20345
20346 * calc-alg.el (calcFunc-write-out-power): Rename it to
20347 calcFunc-powerexpand.
20348 (math-write-out-power): Rename it to math-powerexpand; have it
20349 handle negative exponents.
20350 (calc-writeoutpower): Rename it to calc-powerexpand.
20351
20352 * calc-ext.el: Change calcFunc-writeoutpower and
20353 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20354 autoloads.
20355 Add calcFunc-ldiv to autoloads.
20356
20357 * calc-arith.el (calcFunc-ldiv): New function.
20358
20359 * calc.el (calc-left-divide): New function.
20360
20361 2005-11-14 Juri Linkov <juri@jurta.org>
20362
20363 * cus-edit.el (custom-variable-prompt): Set the default value arg
20364 of completing-read.
20365
20366 * cus-dep.el (custom-make-dependencies): Reverse the list of
20367 found dependencies.
20368
20369 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20370
20371 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20372 Highlighting" entry, it is on by default now.
20373 (menu-bar-options-save): Do not save global-font-lock-mode.
20374
20375 2005-11-13 Richard M. Stallman <rms@gnu.org>
20376
20377 * textmodes/flyspell.el (flyspell-large-region):
20378 Call flyspell-accept-buffer-local-defs.
20379
20380 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20381
20382 * textmodes/flyspell.el (flyspell-notify-misspell):
20383 Fix misspelling of "Misspelling".
20384 (flyspell-process-localwords): New function.
20385 (flyspell-large-region): Call flyspell-process-localwords and
20386 flyspell-delete-region-overlays.
20387 (flyspell-delete-region-overlays): New function.
20388 (flyspell-delete-all-overlays): Call that.
20389
20390 2005-11-13 Richard M. Stallman <rms@gnu.org>
20391
20392 * help.el (help-for-help-internal): Improve doc of C-h a.
20393 (describe-key): Improve prompt; doc fix.
20394
20395 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20396
20397 * vc-svn.el (vc-svn-registered): Catch all errors.
20398
20399 * cus-dep.el (custom-make-dependencies): Typo.
20400
20401 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20402
20403 * net/tramp-util.el (top): Fix compilation warning.
20404
20405 2005-11-13 Kim F. Storm <storm@cua.dk>
20406
20407 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20408
20409 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20410
20411 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20412 (gud-speedbar-buttons): Match on "const char *" too.
20413
20414 * progmodes/gdb-ui.el (gdb-var-create-handler)
20415 (gdb-var-list-children-handler): Match on "const char *" too.
20416 (gdb-var-evaluate-expression-handler): Match on empty string.
20417 (gdb-var-update-handler): Only call
20418 gdb-var-evaluate-expression-handler when required.
20419
20420 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20421
20422 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20423 selected window. This still doesn't work for speedbar.
20424 (gud-speedbar-buttons): Handle string expressions properly.
20425
20426 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20427 (gdb-var-create-handler): Handle string expressions properly.
20428 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20429 Handle string expressions properly. Move "type" field into regexp.
20430
20431 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20432
20433 * bookmark.el (bookmark-maybe-message): New function to reduce
20434 code duplication: invokes `message' iff baud-rate is high enough.
20435 (bookmark-write-file): Use above instead of an inline conditional.
20436 (bookmark-load): Same.
20437
20438 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20439
20440 * bookmark.el (bookmark-write-file): Don't visit the destination
20441 file, just write the data to it using write-region. This is
20442 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20443 change to avoid visiting the file in the first place.
20444
20445 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20446
20447 * hi-lock.el (hi-lock-mode): Set the default value of
20448 font-lock-defaults.
20449
20450 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20451
20452 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20453 arg to `file-attributes'.
20454 (find-lisp-format): The UID and GID can now be strings.
20455
20456 2005-11-12 Kim F. Storm <storm@cua.dk>
20457
20458 * help.el (help-map): Bind C-h d to apropos-documentation.
20459
20460 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20461 when point is at end-of-buffer.
20462
20463 * apropos.el (apropos-match-face): Doc fix.
20464 (apropos-sort-by-scores): Add new choice `verbose'.
20465 (apropos-documentation-sort-by-scores): New defcustom.
20466 (apropos-pattern): Now contains the pattern entered by the user.
20467 (apropos-pattern-quoted): New defvar.
20468 (apropos-regexp): New defvar, containing the regexp corresponding
20469 to apropos-pattern.
20470 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20471 (apropos-read-pattern): New defun. Use it to read pattern arg in
20472 interactive calls; returns list of words for a word list, and
20473 string for a regexp.
20474 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20475 parses a list of words or regexp as returned by apropos-read-pattern.
20476 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20477 (apropos-score-doc): Return a very high score if the string
20478 entered by the user matches literally.
20479 (apropos-variable): Doc fix. Use apropos-read-pattern.
20480 (apropos-command): Doc fix. Use apropos-read-pattern and
20481 apropos-parse-pattern. Call apropos-print with nosubst=t.
20482 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20483 apropos-parse-pattern.
20484 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20485 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20486 apropos-documentation-sort-by-scores. Call apropos-print with
20487 nosubst=t.
20488 (apropos-documentation-internal): Pass doc string through
20489 substitute-key-definition before adding text properties.
20490 Highlight substring matching literal user input if possible.
20491 (apropos-documentation-check-doc-file): Remove locals beg and end.
20492 Fix calculation of score (as added twice). Pass doc string through
20493 substitute-key-definition before adding text properties.
20494 (apropos-documentation-check-elc-file): Pass doc string through
20495 substitute-key-definition before adding text properties.
20496 Highlight substring matching literal user input if possible.
20497 (apropos-print): Add new arg NOSUBST; if set, command and variable
20498 doc strings have already been passed through substitute-key-definition.
20499 Add code to handle apropos-accumulator items without score element
20500 for backwards compatibility (e.g. with woman package).
20501 Only show scores if apropos-sort-by-scores is `verbose'.
20502
20503 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20504
20505 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20506 Add jka-compr-load-suffixes to load-suffixes.
20507
20508 * jka-compr.el: Require jka-cmpr-hook.
20509 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20510 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20511 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20512 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20513 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20514 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20515 (jka-compr-uninstall): Remove entries from
20516 jka-compr-added-to-file-coding-system-alist after they are used.
20517 (jka-compr-error): Remove unused var `curbuf'.
20518 (jka-compr-file-local-copy): Remove unused var `notfound'.
20519
20520 2005-11-10 Romain Francoise <romain@orebokech.com>
20521
20522 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20523
20524 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20525
20526 * progmodes/gud.el (gud-menu-map): Move parentheses.
20527 (gdb): New command gud-pv.
20528
20529 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20530
20531 * tar-mode.el: Remove spurious or unnecessary leading stars
20532 in docstrings.
20533 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20534 (tar-parse-octal-integer-safe): Use mapc.
20535 (tar-header-block-summarize): Remove unused var `ck'.
20536 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20537 cleared before. Obey default-enable-multibyte-characters.
20538 Use mapconcat. Simplify setting of tar-header-offset.
20539 (tar-mode-map): Move initialization inside delcaration.
20540 (tar-flag-deleted): Use `abs'.
20541 (tar-expunge-internal): Remove unused var `line'.
20542 (tar-expunge-internal): Don't hardcode point-min==1.
20543 (tar-expunge): Widen while doing set-buffer-multibyte.
20544 (tar-rename-entry): Use file-name-coding-system.
20545 (tar-alter-one-field): Don't hardcode point-min==1.
20546 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20547 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20548
20549 2005-11-10 Masatake YAMATO <jet@gyve.org>
20550
20551 * add-log.el (add-log-current-defun): Handle class::method
20552 notation of c++. Fix incorrect comment.
20553
20554 2005-11-10 Alan Mackenzie <acm@muc.de>
20555
20556 * help-fns.el (describe-variable): Make C-h v work when a variable
20557 has variable documentation yet is unbound.
20558
20559 2005-11-10 Masatake YAMATO <jet@gyve.org>
20560
20561 * man.el (Man-highlight-references): Set an empty
20562 string to `Man-arguments' if it is nil.
20563 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20564
20565 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20566
20567 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20568 commenting conventions.
20569
20570 * cus-dep.el (custom-make-dependencies): Simplify.
20571 Better follow the commenting conventions.
20572
20573 2005-11-09 Richard M. Stallman <rms@gnu.org>
20574
20575 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20576 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20577 All uses changed.
20578 (apropos-rewrite-regexp): Doc fix.
20579 (apropos-variable, apropos-command, apropos, apropos-value):
20580 Change prompt; carry through the argument renaming.
20581
20582 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20583
20584 * find-lisp.el: Require dired.
20585 (find-lisp-find-dired-internal): Do not call
20586 `abbreviate-file-name' on DIR.
20587
20588 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20589
20590 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20591
20592 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20593
20594 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20595 when using the speedbar.
20596 (gdb): New command gud-pp.
20597 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20598
20599 2005-11-09 Juri Linkov <juri@jurta.org>
20600
20601 * replace.el (occur-excluded-properties): New defcustom.
20602 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20603
20604 2005-11-08 Jay Belanger <belanger@truman.edu>
20605
20606 * calc/calc-units.el (math-convert-units): Replace any composite
20607 unit by its definition.
20608
20609 2005-11-08 Lars Hansen <larsh@soem.dk>
20610
20611 * emacs-lisp/autoload.el (update-directory-autoloads):
20612 Add obsolete function alias.
20613
20614 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20615
20616 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20617 comment-indent-function.
20618 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20619
20620 * reveal.el (reveal-post-command): Rework the handling of
20621 reveal-open-spots, so as to be more reliable. There were several
20622 tricky corner cases where an open spot might be lost, or where
20623 a closed spot might end up on the list of open spots.
20624 Only reveal text that's ellipsised.
20625
20626 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20627
20628 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20629
20630 2005-11-07 John Paul Wallington <jpw@gnu.org>
20631
20632 * ibuffer.el (ibuffer): Search iconified frames too when
20633 getting Ibuffer buffer's window.
20634
20635 2005-11-06 Richard M. Stallman <rms@gnu.org>
20636
20637 * progmodes/compile.el (compilation-internal-error-properties):
20638 save-excursion around the computation of MARKER.
20639
20640 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20641
20642 * textmodes/flyspell.el (flyspell-external-point-words):
20643 flyspell-get-word returns a list, not just a string.
20644
20645 2005-11-06 John Paul Wallington <jpw@pobox.com>
20646
20647 * ibuffer.el (ibuffer): Search all visible frames when getting
20648 Ibuffer buffer's window.
20649
20650 2005-11-07 Masatake YAMATO <jet@gyve.org>
20651
20652 * man.el (Man-reference-regexp): Accept spaces between
20653 `Man-name-regexp' and `Man-section-regexp'.
20654 (Man-apropos-regexp): New variable.
20655 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20656 if available.
20657 (Man-highlight-references, Man-highlight-references0):
20658 Handle the case when `Man-arguments' includes "-k".
20659 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20660 `TARGET'. `TARGET' can be a number, function or nil.
20661
20662 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20663
20664 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20665 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20666 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20667 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20668 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20669 (gdb-send-item): Use buffer-local-value and simplify.
20670
20671 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20672
20673 * startup.el (command-line): Use `custom-reevaluate-setting' for
20674 `global-font-lock-mode'.
20675
20676 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20677 by default, except in batch mode or when the -D option is given.
20678
20679 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20680 specified keyword args on to `define-minor-mode'. Update docstring.
20681
20682 2005-11-05 Romain Francoise <romain@orebokech.com>
20683
20684 * replace.el (occur-engine): Add marker at end of line, too.
20685
20686 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20687
20688 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20689 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20690 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20691 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20692 argument to all these routines, so the passphrase can be managed
20693 externally and passed in to the system.
20694 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20695 pgg-add-passphrase-to-cache function.
20696
20697 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20698 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20699 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20700 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20701 argument to all these routines, so the passphrase can be managed
20702 externally and passed in to the system.
20703 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20704 function.
20705
20706 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20707
20708 * font-lock.el: Don't deal with font-lock-face-attributes here,
20709 move the code ...
20710
20711 * startup.el (command-line): ... here. Use face-spec-set instead
20712 of custom-declare-face.
20713
20714 * faces.el (face-spec-set): Reset the face if spec is not nil.
20715
20716 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20717
20718 * newcomment.el (comment-region-internal): Box more tightly in the
20719 common case where there's no TAB in the boxed text.
20720
20721 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20722
20723 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20724 up-node.
20725
20726 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20727
20728 * newsticker.el: Commentary updated. Code formatting changed.
20729 (newsticker-version): Change to "1.9".
20730 (newsticker, newsticker-feed): Doc fix.
20731 (newsticker-url-list): Doc fix. Add option "Weekly".
20732 (newsticker-retrieval-interval): Add option "Weekly".
20733 (newsticker-headline-processing): Doc fix.
20734 (newsticker-auto-mark-filter): Remove.
20735 (newsticker-auto-mark-filter-list): New.
20736 (newsticker-layout, newsticker-sort-method): Doc fix.
20737 (newsticker-hide-old-items-in-newsticker-buffer)
20738 (newsticker-heading-format, newsticker-item-format)
20739 (newsticker-desc-format): Doc fix.
20740 (newsticker-show-all-rss-elements): Remove.
20741 (newsticker-show-all-news-elements): New.
20742 (newsticker-faces, newsticker-ticker): Doc fix.
20743 (remove-from-invisibility-spec): Code formatting.
20744 (newsticker--process-ids): New.
20745 (newsticker-mode): Doc fix.
20746 (newsticker-mode): Change mode-line-format.
20747 (newsticker-start): Remove debug output.
20748 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20749 (newsticker-w3m-show-inline-images): Code formatting.
20750 (newsticker-next-item): Call `force-mode-line-update'.
20751 (newsticker-previous-item): Call `force-mode-line-update'.
20752 (newsticker-next-feed): Call `force-mode-line-update'.
20753 (newsticker-previous-feed): Call `force-mode-line-update'.
20754 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20755 (newsticker-show-old-items): Do not show descs.
20756 (newsticker-hide-entry): Hide too much.
20757 (newsticker-hide-entry, newsticker-show-entry)
20758 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20759 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20760 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20761 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20762 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20763 (newsticker-get-news): Call `force-mode-line-update'.
20764 Collect process ids.
20765 (newsticker--sentinel): Change coding system handling.
20766 Move image retrieval to new functions newsticker--get-logo-url-*.
20767 Move feed parsing to new functions newsticker--parse-*.
20768 Update list of process ids.
20769 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20770 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20771 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20772 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20773 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20774 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20775 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20776 (newsticker--decode-coding-string): Remove.
20777 (newsticker--decode-numeric-entities): Check input. Format code.
20778 (newsticker--remove-whitespace): Check input.
20779 (newsticker--do-forget-preformatted): Doc fix.
20780 (newsticker--decode-rfc822-date): Allow for missing time.
20781 (newsticker--update-process-ids): New.
20782 (newsticker--image-sentinel): Change comment.
20783 (newsticker--image-read): Change error message.
20784 (newsticker--imenu-goto): Doc fix. Show headline title.
20785 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20786 (newsticker--buffer-do-insert-text): Clean whitespace in
20787 html-rendered headline title. Code formatting.
20788 Call `newsticker--buffer-print-extra-elements'.
20789 (newsticker--buffer-print-extra-element): Remove.
20790 (newsticker--buffer-print-extra-elements): New.
20791 (newsticker--buffer-do-print-extra-element): New.
20792 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20793 large sizes.
20794 (newsticker--run-auto-mark-filter)
20795 (newsticker--do-run-auto-mark-filter):
20796 Use `newsticker-auto-mark-filter-list'.
20797
20798 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20799
20800 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20801 (rcirc-print): Force redisplay before running hooks. Do long
20802 buffer truncation after making new text read-only. Deal with nil
20803 text when decoding strings. If TARGET is nil, use either the
20804 currently selected buffer, if it is an rcirc buffer and of the
20805 same process or the process buffer.
20806 (rcirc-mode): Remove header-line. Recompute short buffer names.
20807 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20808 (rcirc-short-buffer-name): Add variable.
20809 (rcirc-kill-buffer-hook): Recompute short buffer names.
20810 Remove nick from private channel.
20811 (rcirc-send-input): Send command text to current-buffer.
20812 Don't clear overlay arrow here.
20813 (rcirc-short-buffer-name): Return a short buffer name.
20814 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20815 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20816 buffer-name abbreviations.
20817 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20818 Do not touch nick-table when killing a parted channel.
20819 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20820 Clear arrow from current buffer if it is now hidden.
20821 (rcirc-current-buffer): Add variable.
20822 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20823 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20824 Remove -face from names.
20825 (rcirc-update-activity-string): Print "DND" when globally ignoring
20826 activity.
20827 (rcirc-ignore-buffer-activity-flag): Rename from
20828 rcirc-ignore-channel-activity.
20829 (rcirc-ignore-all-activity-flag): Doc fix.
20830 (rcirc-channels): Remove variable.
20831 (rcirc-kill-buffer-hook):
20832 (rcirc-get-buffer-create): Add nick to private channel.
20833 (rcirc-multiline-edit-submit): Remove tabs.
20834 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20835 folded.
20836 (rcirc-remove-nick-channel): Bug fix.
20837 (rcirc-toggle-ignore-buffer-activity): Rename from
20838 rcirc-toggle-ignore-channel-activity.
20839 (rcirc-record-activity): Add buffers to the front of the list.
20840 (rcirc-update-activity): Remove killed buffers from list.
20841 (rcirc-process-server-response-1): Remove last argument if it is
20842 null before calling handler.
20843 (rcirc): Add "rcirc" defcustom prefix.
20844 (rcirc-prompt): Simplify default prompt.
20845 Use custom-initialize-default.
20846 (rcirc-private-chats): Remove variable.
20847 (rcirc-prompt): Change initialization.
20848 (rcirc-version): Remove function.
20849 (rcirc-id-string): Add constant.
20850 (rcirc-last-buffer): Remove variable.
20851 (rcirc-buffer-alist): Add variable.
20852 (rcirc-connect): Update variable setup.
20853 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20854 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20855 default.
20856 (rcirc-handler-generic): Trigger activity.
20857 (rcirc-send-message): Create the buffor of the target.
20858 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20859 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20860 (rcirc-multiline-edit-cancel): Remove function.
20861 (rcirc-set-last-buffer): Remove function.
20862 (rcirc-get-any-buffer): Add function.
20863 (rcirc-join-channels): Don't print /join text.
20864 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20865 messages.
20866 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20867 (rcirc-handler-NOTICE): Recognize CTCP responses.
20868 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20869 constructing TOPIC string for buffers we are not JOINed.
20870 (rcirc-handler-CTCP-response): Add handler.
20871 (rcirc-multiline-edit-submit): Restore the window-configuration
20872 before adjusting point.
20873 (rcirc): Add customization group.
20874 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20875 (rcirc-user-full-name, rcirc-startup-channels-alist)
20876 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20877 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20878 (rcirc-input-ring-size, rcirc-read-only-flag)
20879 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20880 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20881 Change defvar to defcustom.
20882 (rcirc-update-prompt): Add optional ALL arg, which will update
20883 prompts in all rcirc buffers. Regexp quote replacement text.
20884 (rcirc-fill-column): Accept frame-width as a value.
20885 (rcirc-set-changed): Add function.
20886 (rcirc-next-active-buffer): Write more meaningful messages.
20887 (rcirc-faces): Add customization group.
20888 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20889 (rcirc-nick-in-message-face, rcirc-prompt-face)
20890 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20891 (with-rcirc-process-buffer): Move before first usage.
20892 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20893 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20894 (rcirc-debug): Rename from `rcirc-log'.
20895 (rcirc-format-response-string): Do not print `-' chars for a
20896 NOTICE with no sender. Simplify output of server responses.
20897
20898 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20899
20900 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20901 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20902 Make urls mouse and RET clickable.
20903
20904 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20905
20906 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20907
20908 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20909
20910 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20911 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20912 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20913 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20914 argument to all these routines, so the passphrase can be managed
20915 externally and passed in to the system.
20916 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20917 pgg-add-passphrase-to-cache function.
20918
20919 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20920 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20921 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20922 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20923 argument to all these routines, so the passphrase can be managed
20924 externally and passed in to the system.
20925 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20926 function.
20927
20928 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20929
20930 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20931 from goto-address-url-regexp.
20932
20933 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20934
20935 * textmodes/org.el (org-read-date, org-goto-calendar)
20936 (org-recenter-calendar, org-agenda-goto-calendar):
20937 Temporarily clear `calendar-move-hook'.
20938
20939 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20940
20941 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20942 merging.
20943
20944 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20945 have merge clashes.
20946
20947 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20948
20949 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20950 Undo previous change.
20951
20952 * startup.el (command-line): Use `custom-reevaluate-setting' for
20953 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20954 tty-register-default-colors on Mac.
20955
20956 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20957
20958 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20959 (gdb-buffer-type): Make it automatically buffer local...
20960 (gdb-get-create-buffer): ...and set it accordingly.
20961 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20962 actually work.
20963
20964 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20965
20966 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20967 not red.
20968
20969 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20970
20971 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20972 case GUD buffer is not visible.
20973 (gdb-goto-breakpoint): Try to force display in source buffer.
20974 (gdb-frame-gdb-buffer): Copy other similar functions.
20975 (gdb-restore-windows): Don't display source if not asked for.
20976 (gdb-assembler-buffer-name): Don't capitalise.
20977
20978 2005-11-03 Richard M. Stallman <rms@gnu.org>
20979
20980 * wid-edit.el (key-sequence): New widget type.
20981
20982 * simple.el (set-mark-command-repeat-pop): New variable.
20983 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20984 if set-mark-command-repeat-pop is true.
20985
20986 * info.el (Info-fontify-node): Don't display extra "see" if there
20987 already is one here.
20988
20989 * mouse.el: Fix special handling of DEL after dragging a region:
20990 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20991 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20992
20993 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20994
20995 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20996 not to assume it pertains to an affix.
20997
20998 * textmodes/flyspell.el (flyspell-post-command-hook):
20999 Bind deactivate-mark to prevent deactivation.
21000
21001 2005-11-03 Lars Hansen <larsh@soem.dk>
21002
21003 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21004 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21005 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21006
21007 2005-11-03 Romain Francoise <romain@orebokech.com>
21008
21009 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21010 Update copyright years.
21011
21012 2005-11-03 Sam Steingold <sds@gnu.org>
21013
21014 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21015 Use system-type instead of window-system because window-system is not
21016 correctly defined during loadup.
21017
21018 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21019
21020 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21021 (xml-parse-tag): Join strings separated by a comment properly.
21022
21023 2005-11-02 Andreas Schwab <schwab@suse.de>
21024
21025 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21026
21027 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21030 (byte-optimize-pure-func): Quote the eval'd value.
21031
21032 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21033 Rename from perl-font-lock-syntactic-face-function.
21034 Change the calling convention so it can be used as a font-lock MATCHER.
21035 Do the parse-partial-sexp loop outselves.
21036 (perl-font-lock-syntactic-keywords): Use it.
21037 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21038
21039 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21040
21041 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21042 disassembly buffer too.
21043 (gdb-exited): Remove overlay arrows when execution has finished.
21044 (gdb-info-frames-custom, gdb-info-threads-custom)
21045 (gdb-info-registers-custom): Don't add inappropriate text
21046 properties if inferior is not active.
21047
21048 2005-11-02 Glenn Morris <rgm@gnu.org>
21049
21050 * progmodes/fortran.el (fortran-blink-match):
21051 Use `blink-matching-delay'.
21052
21053 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21054
21055 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21056
21057 2005-11-02 Lars Hansen <larsh@soem.dk>
21058
21059 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21060 "Permission denied".
21061
21062 2005-11-01 Richard M. Stallman <rms@gnu.org>
21063
21064 * textmodes/flyspell.el (flyspell-external-point-words):
21065 Pass nil to flyspell-get-word.
21066
21067 2005-11-02 Kim F. Storm <storm@cua.dk>
21068
21069 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21070 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21071
21072 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21075 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21076 (calendar-mouse-print-dates): Add optional `event' argument.
21077 Update interactive-spec.
21078 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21079 Use `calendar-event-to-date' instead of `event'.
21080
21081 2005-11-02 Masatake YAMATO <jet@gyve.org>
21082
21083 * progmodes/ld-script.el (ld-script-builtins):
21084 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21085 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21086 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21087
21088 2005-11-01 Romain Francoise <romain@orebokech.com>
21089
21090 * vc-sccs.el: Update copyright year.
21091 * ezimage.el: Likewise.
21092
21093 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21094
21095 * info.el (Info-fontify-node): Use `string-width' for fontifying
21096 underlined titles.
21097
21098 2005-11-01 Juri Linkov <juri@jurta.org>
21099
21100 * info.el (Info-fontify-node): Downcase node header keywords Node,
21101 Prev, Next, Up before comparison.
21102 (Info-history): Insert absolute directory name, and put invisible
21103 property on it.
21104
21105 2005-11-01 Juri Linkov <juri@jurta.org>
21106
21107 * info.el (Info-file-supports-index-cookies): New variable.
21108 (Info-find-node-2): Check makeinfo version for index cookie support.
21109 (Info-index-nodes): Search for nodes with index cookies only when
21110 Info-file-supports-index-cookies is t. Otherwise, search nodes
21111 with "Index" in the node name.
21112 (Info-index-node): Search index cookie in the current node only when
21113 Info-file-supports-index-cookies is t. Otherwise, check the word
21114 "Index" in the node name.
21115 (Info-find-emacs-command-nodes): Remove code that searches nodes
21116 with "Index" node name in the top menu.
21117
21118 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * progmodes/scheme.el (scheme-mode-variables): Use the default
21121 comment-indent-function.
21122
21123 * faces.el (face-attribute): Handle the case where a face inherits from
21124 a non-existent face.
21125
21126 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21127 for octal and hexa output, and merge the char into the paren.
21128 (kill-new): Use push.
21129 (copy-to-buffer): Use with-current-buffer.
21130 (completion-setup-function): Move code in loop to remove redundancy.
21131 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21132 those inherited from minibuffer-local-completion-map.
21133
21134 * savehist.el (savehist-mode) <defcustom>:
21135 Use custom-set-minor-mode if available.
21136 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21137 and emit a message if applicable.
21138
21139 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21140
21141 * savehist.el: Sync up to version 19.
21142 (savehist-mode): New minor mode.
21143 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21144 (savehist-length): Remove (use history-length instead).
21145 (savehist-file-modes): Rename from savehist-modes.
21146 (savehist-save-hook, savehist-loaded): New vars.
21147 (savehist-load): Use savehist-mode. Try to smooth up transition from
21148 old format to new format.
21149 (savehist-install): Allow savehist-autosave-interval to be nil.
21150 (savehist-save): Run the new hook. Be more careful to only trim the
21151 history variables.
21152 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21153 (savehist-printable): Print into a buffer rather than char-by-char.
21154
21155 2005-11-01 John Wiegley <johnw@newartisans.com>
21156
21157 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21158 toggle-ignore keybinding (C-a). The author said it had been
21159 disabled much earlier due to a possible incompatibility, but after
21160 many months of usage I have encountered no problems (and it is a
21161 rather useful option, especially for switching to " *temp*").
21162
21163 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21164 support for OS/X's AddressBook, by calling out to the open source
21165 program "contacts" (installable through Fink).
21166
21167 * net/eudc.el (eudc-expand-inline): If the
21168 `eudc-multiple-match-handling-method' is set to `all', delete the
21169 query string before inserting the query result.
21170
21171 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21172 flag, to prevent Eshell from using the system ls when
21173 `eshell-ls-insert-directory' is in used.
21174 (eshell-ls-insert-directory): Disable font-lock in directory
21175 buffer so that Eshell's own fontification is seen. This broke
21176 recently due to changes in font-lock, so this goes back to version
21177 21 behavior.
21178
21179 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21180
21181 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21182 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21183 (gdb-many-windows): Doc fix.
21184
21185 2005-10-31 Romain Francoise <romain@orebokech.com>
21186
21187 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21188
21189 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21190
21191 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21192 that global-font-lock-mode can be enabled by default.
21193
21194 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21195 (font-lock-add-keywords, font-lock-remove-keywords)
21196 (font-lock-fontify-buffer): Remove autoload cookies.
21197
21198 * jit-lock.el (jit-lock-register): Likewise.
21199
21200 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21201
21202 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21203
21204 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21205 intact if there is no gud-comint-buffer.
21206
21207 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21208
21209 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21210 old prompt comint-prompt-read-only is t and GDB commands are
21211 issued from tool bar etc.
21212
21213 2005-10-31 Masatake YAMATO <jet@gyve.org>
21214
21215 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21216
21217 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21218
21219 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21220 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21221
21222 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21223
21224 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21225 starting at beginning of line. Fontification is messed up when
21226 `open-paren-in-column-0-is-defun-start' set to t.
21227 Reported by John Paul Wallington <jpw@pobox.com>.
21228
21229 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21230
21231 * comint.el (comint-send-input): Call `comint-update-fence' when
21232 `comint-process-echoes' and `comint-prompt-read-only' are both
21233 non-nil, to avoid leftover read-only newline.
21234
21235 2005-10-30 Richard M. Stallman <rms@gnu.org>
21236
21237 * textmodes/flyspell.el (flyspell-external-point-words):
21238 Detect when WORD can't be checked properly because
21239 flyspell-get-word finds just part of it, and move on.
21240
21241 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21242 boundarychar for Polish.
21243 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21244 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21245
21246 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21247
21248 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21249 (gdb-registers-font-lock-keywords): Delete.
21250 (gdb-registers-mode): Don't fontify.
21251 (gdb-info-registers-custom): Use text properties instead as, in
21252 future, changed register values will use font-lock-warning-face.
21253 (gdb-local-font-lock-keywords): Rename to...
21254 (gdb-locals-font-lock-keywords): ...for consistency.
21255
21256 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21257
21258 * vc.el (vc-switch-backend): Better error message if the buffer is
21259 not visiting a file under version control.
21260
21261 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21262
21263 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21264
21265 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21266 ~/.emacs.d/.emacs.
21267
21268 2005-10-29 Richard M. Stallman <rms@gnu.org>
21269
21270 * replace.el (occur-mode-mouse-goto): Always go to other window.
21271 (occur-mode-goto-occurrence): Always switch in same window.
21272
21273 * simple.el (undo): Display message at end, not at start.
21274
21275 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21276 New arg REUSE-CELL.
21277 (cancel-timer-internal): New function.
21278 (timer-event-handler): Use cancel-timer-internal,
21279 and pass the cell it returns to timer-activate...
21280
21281 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21282 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21283 (jit-lock-after-change): Test memory-full.
21284
21285 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21286
21287 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21288 part of the decoded armor to find the key-identifier.
21289 (pgg-gpg-lookup-key-owner): New function to return the
21290 human-readable identifier of a key owner.
21291 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21292 key itself.
21293 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21294 the key value) if we have a key and can match it against a secret
21295 key. Also, added a note pointing out fact that the prompt only
21296 indicates the first matching key.
21297
21298 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21299 pgg-decrypt-region.
21300 (pgg-pending-timers): A new hash for tracking the passphrase cache
21301 timers, so that new ones supercede old ones.
21302 (pgg-add-passphrase-to-cache): Rename from
21303 `pgg-add-passphrase-cache' to reduce confusion (all callers
21304 changed). Modified to cancel old timers when new ones are added.
21305 (pgg-remove-passphrase-from-cache): Rename from
21306 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21307 changed). Modified to cancel old timers when their keys are
21308 removed from the cache.
21309 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21310 XEmacs, an indirection to delete-itimer.
21311 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21312 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21313 users can only check cache without risk of prompting. Correct bug in
21314 notruncate behavior.
21315 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21316 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21317 Add informative docstrings.
21318 (pgg-decrypt): Convey provided passphrase in subordinate call to
21319 pgg-decrypt-region.
21320
21321 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21322 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21323 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21324 `passphrase' argument, so the passphrase can be managed externally
21325 and then passed in to the system.
21326
21327 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21328 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21329 so the passphrase cache can be used reliably with identifiers
21330 besides a pgp packet's key id.
21331
21332 * pgg-gpg.el (pgg-pgp-encrypt-region)
21333 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21334 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21335 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21336 argument to all these routines, so the passphrase can be managed
21337 externally and passed in to the system.
21338
21339 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21340 `notruncate' argument, so the passphrase cache can be used
21341 reliably with identifiers besides a pgp packet's key id.
21342
21343 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21344
21345 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21346 symmetric encryption.
21347 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21348 encrypted session key.
21349 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21350 message ask for the passphrase in a proper way.
21351
21352 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21353 New user commands for symmetric encryption.
21354
21355 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21356
21357 * textmodes/conf-mode.el (conf-assignment-sign)
21358 (conf-assignment-regexp): Fix docstrings.
21359 (conf-mode-initialize): New function.
21360 (conf-mode): Remove optional args. Use delay-mode-hooks to
21361 recognize recursive calls.
21362 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21363 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21364 (conf-xdefaults-mode): Use define-derived-mode and
21365 conf-mode-initialize.
21366
21367 2005-10-29 Romain Francoise <romain@orebokech.com>
21368
21369 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21370
21371 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21372
21373 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21374 part of the decoded armor to find the key-identifier.
21375 (pgg-gpg-lookup-key-owner): New function to return the
21376 human-readable identifier of a key owner.
21377 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21378 key itself.
21379 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21380 the key value) if we have a key and can match it against a secret
21381 key. Also, added a note pointing out fact that the prompt only
21382 indicates the first matching key.
21383
21384 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21385 pgg-decrypt-region.
21386 (pgg-pending-timers): A new hash for tracking the passphrase cache
21387 timers, so that new ones supercede old ones.
21388 (pgg-add-passphrase-to-cache): Rename from
21389 `pgg-add-passphrase-cache' to reduce confusion (all callers
21390 changed). Modified to cancel old timers when new ones are added.
21391 (pgg-remove-passphrase-from-cache): Rename from
21392 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21393 changed). Modified to cancel old timers when their keys are
21394 removed from the cache.
21395 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21396 XEmacs, an indirection to delete-itimer.
21397 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21398 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21399 users can only check cache without risk of prompting. Correct bug in
21400 notruncate behavior.
21401 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21402 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21403 Add informative docstrings.
21404 (pgg-decrypt): Convey provided passphrase in subordinate call to
21405 pgg-decrypt-region.
21406
21407 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21408
21409 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21410 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21411 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21412 `passphrase' argument, so the passphrase can be managed externally
21413 and then passed in to the system.
21414
21415 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21416 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21417 so the passphrase cache can be used reliably with identifiers
21418 besides a pgp packet's key id.
21419
21420 * pgg-gpg.el (pgg-pgp-encrypt-region)
21421 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21422 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21423 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21424 argument to all these routines, so the passphrase can be managed
21425 externally and passed in to the system.
21426
21427 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21428 `notruncate' argument, so the passphrase cache can be used
21429 reliably with identifiers besides a pgp packet's key id.
21430
21431 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21432
21433 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21434 symmetric encryption.
21435 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21436 encrypted session key.
21437 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21438 message ask for the passphrase in a proper way.
21439
21440 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21441 New user commands for symmetric encryption.
21442
21443 2005-10-28 Bill Wohler <wohler@newt.com>
21444
21445 * help-mode.el (help-url): New button type. Calls browse-url.
21446 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21447 Similar to Info nodes: URL `url'.
21448 (help-make-xrefs): Create help-url buttons for
21449 help-xref-url-regexp matches.
21450
21451 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21452
21453 * tool-bar.el (tool-bar-add-item-from-menu)
21454 (tool-bar-local-item-from-menu): Fix doc strings.
21455
21456 2005-10-28 Romain Francoise <romain@orebokech.com>
21457
21458 * ldefs-boot.el: Update.
21459
21460 * subr.el (locate-library): Move from help-fns.el.
21461 * help-fns.el (locate-library): Move to subr.el.
21462
21463 2005-10-28 Richard M. Stallman <rms@gnu.org>
21464
21465 * net/tramp.el (tramp-completion-mode): defvar moved up.
21466
21467 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21468
21469 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21470
21471 * files.el (find-file-noselect): Use %d to format large file size.
21472
21473 * bindings.el (mode-line-format): Add %e.
21474
21475 * loadup.el ("facemenu"): Load unconditionally.
21476 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21477 ("x-dnd"): Load, when appropriate.
21478
21479 * startup.el (command-line): Call before-init-hook earlier.
21480 Warn about some bad characters in -u user name.
21481
21482 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21483 (flyspell-external-point-words): Error if misspelled word is not found.
21484 Set flyspell-large-region-beg at end of word.
21485
21486 2005-10-28 Andreas Schwab <schwab@suse.de>
21487
21488 * view.el (View-revert-buffer-scroll-page-forward):
21489 Use view-page-size-default.
21490
21491 2005-10-28 Juri Linkov <juri@jurta.org>
21492
21493 * international/quail.el (quail-get-current-str): Translate last
21494 raw character for deterministic input methods.
21495
21496 2005-10-27 Jay Belanger <belanger@truman.edu>
21497
21498 * calc/calc-ext.el: Add functions to autoloads.
21499 (math-identity-matrix-p, math-ident-row-p): New functions.
21500
21501 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21502 multiplication by an identity matrix; don't turn multiplication by
21503 an inverse matrix into division.
21504 (math-div-symbol-fancy): Replace division by matrices with
21505 multiplication by inverse.
21506
21507 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21508
21509 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21510 (calc-writeoutpower): New functions.
21511
21512 2005-10-27 Romain Francoise <romain@orebokech.com>
21513
21514 * replace.el (occur-engine): Include colon in mouse-face highlight.
21515
21516 * dired-x.el: Change Maintainer field.
21517
21518 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21519
21520 * longlines.el (longlines-mode): Bind after-change-functions to
21521 nil during initial decoding and final encoding.
21522
21523 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21524
21525 * term.el (term-emulate-terminal, term-handle-colors-array)
21526 (term-handle-ansi-escape): Specify the terminfo capabilities
21527 implemented.
21528
21529 2005-10-26 Richard M. Stallman <rms@gnu.org>
21530
21531 * info.el (Info-fontify-node): Fix detection of sentence-break
21532 before *Note.
21533
21534 2005-10-26 Romain Francoise <romain@orebokech.com>
21535
21536 * smerge-mode.el: Add `tools' to file keywords.
21537
21538 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21539
21540 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21541 when the fringe is not available.
21542
21543 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21544 (def-gdb-auto-update-trigger): Simplify construction.
21545 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21546 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21547 defined explicitly.
21548 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21549 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21550 defined explicitly.
21551 (gdb-info-locals-custom): Remove as it's a no-op.
21552
21553 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21554
21555 * longlines.el (longlines-mode): Remove narrowing before
21556 performing the initial decoding or final encoding.
21557
21558 2005-10-25 Romain Francoise <romain@orebokech.com>
21559
21560 * emacs-lisp/find-func.el (find-library-name): Also strip
21561 extension if library name ends in .el, to take advantage of
21562 `find-library-suffixes'.
21563
21564 2005-10-25 Richard M. Stallman <rms@gnu.org>
21565
21566 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21567
21568 2005-10-25 Juri Linkov <juri@jurta.org>
21569
21570 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21571 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21572
21573 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21576 (blackbox-redefine-key): Add argument `map'.
21577
21578 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21579 regions when moving the jit-lock-context-unfontify-pos boundary.
21580
21581 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21582
21583 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21584
21585 2005-10-25 Masatake YAMATO <jet@gyve.org>
21586
21587 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21588
21589 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21590
21591 * play/blackbox.el (blackbox-redefine-key): New function.
21592 (blackbox-mode-map): Use it to remap existing bindings for cursor
21593 motion instead of binding literal keys.
21594
21595 2005-10-25 Glenn Morris <rgm@gnu.org>
21596
21597 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21598 diary does not end in a newline. Do not assume a blank line at
21599 the start of the diary file.
21600
21601 2005-10-25 Kenichi Handa <handa@m17n.org>
21602
21603 * international/quail.el (quail-translate-key): If the input
21604 method is deterministic and failed to handle the last key, restart
21605 the key handling loop from an appropriate key.
21606
21607 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21608
21609 * vc.el (vc-dired-mode): Extend comment for binding of
21610 `directory-listing-before-filename-regexp'.
21611
21612 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21613
21614 * textmodes/texinfo.el (texinfo-mode):
21615 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21616 not to unnecessarily expose emacs-mule's internal char codes.
21617
21618 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21619
21620 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21621 Display hand pointer and help-echo on disabled icon too.
21622 (gdb-mouse-until): New function.
21623 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21624
21625 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21626
21627 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21628 with 2005-10-23 change to doctor.el.
21629
21630 * finder.el (finder-mode-map): Add follow-link binding.
21631
21632 2005-10-25 Kim F. Storm <storm@cua.dk>
21633
21634 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21635 to gdb-mouse-toggle-breakpoint-fringe.
21636 (gdb-mouse-toggle-breakpoint-margin): Rename from
21637 gdb-mouse-toggle-breakpoint. Fix doc.
21638 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21639 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21640 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21641 string properties also for fringe breakpoint bitmaps.
21642
21643 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21644
21645 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21646
21647 2005-10-25 Masatake YAMATO <jet@gyve.org>
21648
21649 * simple.el (completion-common-substring):
21650 Use `completion-common-substring' prior to `completion-base-size'.
21651
21652 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21653
21654 * savehist.el: Require CL while compiling.
21655 (savehist-history-variables): Remove.
21656 (savehist-save-minibuffer-history, savehist-additional-variables)
21657 (savehist-minibuffer-history-variables): New vars.
21658 (savehist-save): Use them.
21659 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21660 (savehist-install): New fun, extracted from savehist-load.
21661 (savehist-load): Use them.
21662
21663 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21666 a dummy doc-string-elt property.
21667 (defalias, defvaralias, define-category): Add a docstring property.
21668
21669 * image.el (defimage):
21670 * widget.el (define-widget):
21671 * custom.el (defface, defcustom): Add `doc-string' declaration.
21672
21673 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21674 (defadvice): Add `doc-string' declaration.
21675
21676 * emacs-lisp/byte-run.el (macro-declaration-function):
21677 Handle `doc-string' declarations.
21678 (define-obsolete-function-alias, define-obsolete-variable-alias):
21679 Add `doc-string' declaration.
21680
21681 2005-10-24 Kenichi Handa <handa@m17n.org>
21682
21683 * international/utf-7.el (utf-7): Add autoload cookie.
21684
21685 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21686
21687 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21688
21689 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21690 list of directories passed to batch-update-autoloads. Add "." to
21691 the list of the echoed directories.
21692
21693 * pgg-def.el:
21694 * pgg-gpg.el:
21695 * pgg-parse.el:
21696 * pgg-pgp.el:
21697 * pgg-pgp5.el:
21698 * pgg.el: Moved here from the gnus subdirectory.
21699
21700 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21701
21702 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21703 in case comint-prompt-read-only is set to t.
21704
21705 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21706 in case comint-prompt-read-only is set to t.
21707
21708 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21709
21710 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21711 Now a string.
21712 (icalendar-import-format): Handle CLASS, STATUS, URL.
21713 Rename `subject' to `summary'.
21714 (icalendar-import-format-summary): Rename from
21715 `icalendar-import-format-subject'.
21716 (icalendar-import-format-url, icalendar-import-format-status)
21717 (icalendar-import-format-class): New variables.
21718 (icalendar--rris): Take variable argument list.
21719 (icalendar--datestring-to-isodate): Remove unnecessary
21720 calendar-style check when converting dates with explicit month names.
21721 (icalendar-export-region): Change return type of conversion
21722 subroutines. Bury current buffer unless error occurred.
21723 (icalendar--convert-to-ical)
21724 (icalendar--parse-summary-and-rest): New functions.
21725 (icalendar--convert-ordinary-to-ical)
21726 (icalendar--convert-weekly-to-ical)
21727 (icalendar--convert-yearly-to-ical)
21728 (icalendar--convert-block-to-ical)
21729 (icalendar--convert-cyclic-to-ical)
21730 (icalendar--convert-anniversary-to-ical): Change return type.
21731 Strip trailing blanks from subject.
21732 (icalendar--convert-sexp-to-ical): Change return type.
21733 Strip trailing blanks from subject. Handle simple sexp
21734 entries as generated by icalendar.el.
21735 (icalendar--convert-float-to-ical)
21736 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21737 (icalendar-import-file): Doc fix.
21738 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21739 Correct call to icalendar--rris.
21740 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21741 `summary'.
21742 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21743
21744 2005-10-24 Romain Francoise <romain@orebokech.com>
21745
21746 * server.el (server-sentinel): Set query-on-exit flag to nil on
21747 new client processes (it isn't inherited from the server process).
21748
21749 * replace.el (occur-engine): Rearrange text properties.
21750
21751 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21752
21753 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21754 case-fold-search is nil.
21755 (debug-help-follow): Use help-xref-interned directly.
21756
21757 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21758
21759 * thumbs.el (thumbs-image-type): Add .pbm.
21760
21761 2005-10-23 Richard M. Stallman <rms@gnu.org>
21762
21763 * faces.el (inhibit-face-set-after-frame-default): New variable.
21764 (set-face-attribute): Bind it.
21765 (face-set-after-frame-default): Test it.
21766
21767 * help-fns.el (describe-simplify-lib-file-name): New function.
21768 (describe-function-1, describe-variable): Use it.
21769
21770 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21771
21772 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21773 Eliminate nil as possible value.
21774 (tooltip-hide-delay): Reduce internal-border-width.
21775
21776 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21777 (menu-bar-file-menu) <new-file>: Likewise.
21778
21779 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21780
21781 * international/mule.el (load-with-code-conversion):
21782 Pass full file name to `eval-buffer' unless preloading.
21783
21784 * textmodes/flyspell.el (flyspell-large-region):
21785 Call ispell-check-version.
21786
21787 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21788 Fix the make-variable-buffer-local call that was supposed
21789 to be for this variable.
21790 (ispell-aspell-supports-utf8): Doc fix.
21791 (ispell-find-aspell-dictionaries): Preserve elements of
21792 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21793 (ispell-aspell-find-dictionary): Return nil on error.
21794
21795 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21796 (doctor-symptoms): Likewise.
21797
21798 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21799
21800 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21801
21802 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21803 (custom-raised-buttons): Add :set spec.
21804 (custom-button-unraised, custom-button-pressed-unraised):
21805 New faces, so that custom-raised-buttons actually does something.
21806 (custom-mode): Use custom-button and custom-button-pressed.
21807
21808 * wid-edit.el (widget-specify-button): Don't ignore
21809 widget-mouse-face on graphic terminals.
21810 (widget-move-and-invoke): Cleanup.
21811
21812 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21813
21814 * whitespace.el (whitespace-cleanup): Doc fix.
21815
21816 2005-10-23 Romain Francoise <romain@orebokech.com>
21817
21818 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21819 `eval-after-load' to avoid evaluating their result.
21820
21821 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21822
21823 * files.el (directory-listing-before-filename-regexp):
21824 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21825
21826 * dired.el (dired-move-to-filename-regexp): Remove.
21827 All occurrences replaced by `directory-listing-before-filename-regexp'.
21828
21829 * dired-x.el, locate.el, vc.el:
21830 Replace `dired-move-to-filename-regexp' by
21831 `directory-listing-before-filename-regexp'. In vc.el it is
21832 overwritten locally; maybe this can be handled in files.el too.
21833
21834 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21835 replaced by `directory-listing-before-filename-regexp'.
21836
21837 2005-10-23 Andreas Schwab <schwab@suse.de>
21838
21839 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21840 and eval-next-after-load.
21841
21842 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21843
21844 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21845 exist, create it.
21846
21847 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21848
21849 * allout.el: Remove autoloads for mailcrypt and crypt++.
21850 Require pgg, pgg-gpg during compilation.
21851 (allout-version): Increment version number to 2.1, and use a literal
21852 rather than RCS Id.
21853 (allout-default-encryption-scheme): Remove.
21854 (allout-passphrase-verifier-handling)
21855 (allout-passphrase-verifier-string)
21856 (allout-file-passphrase-verifier-string)
21857 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21858 (allout-passphrase-hint-handling): Rename and simplify.
21859 (allout-init): Use `find-file-hook' if available, otherwise
21860 `find-file-hooks'.
21861 (allout-mode): Use `write-file-functions' if available, otherwise
21862 `local-write-file-hooks' and, instead of making auto-save-hook
21863 buffer local, make the write-file-hook activity contingent to
21864 allout-mode.
21865 (allout-mode): Use key-binding substitution in the docstring.
21866 (allout-kill-line): Spell-out kill ring data structure mutation
21867 instead of using byte-compiler-complaint-provoking `pop'.
21868 (allout-insert-listified): Use `insert' rather than `insert-string'
21869 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21870 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21871 (allout-encrypt-string): Totally revamped vis new underlying
21872 encryption facilities.
21873 (allout-mc-activate-passwd): Remove.
21874 (allout-obtain-passphrase): New, more or less replaces
21875 allout-mc-activate-passwd.
21876 (allout-encrypted-key-info): More or less replaces
21877 allout-encrypted-text-type.
21878 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21879 (my-mark-marker): Use `(featurep 'xemacs)'.
21880
21881 2005-10-23 Lars Hansen <larsh@soem.dk>
21882
21883 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21884 (byte-compile-file-form-defmumble, byte-compile-defun)
21885 (byte-compile-defmacro): Use it.
21886 (byte-compile-form): Don't call byte-compile-set-symbol-position
21887 when a byte-compile handler is called.
21888
21889 2005-10-22 Romain Francoise <romain@orebokech.com>
21890
21891 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21892
21893 * subr.el (eval-after-load): Convert library name to an absolute
21894 file name using locate-library, since load-history no longer has
21895 library names in it.
21896
21897 2005-10-22 Richard M. Stallman <rms@gnu.org>
21898
21899 * files.el (make-temp-file): Move from subr.el.
21900 * subr.el (make-temp-file): Move to files.el.
21901
21902 * window.el (get-buffer-window-list): Move from subr.el.
21903 * subr.el (get-buffer-window-list): Move to window.el.
21904
21905 * image.el (image-load-path): Use eval-at-startup to initialize.
21906
21907 * subr.el (eval-at-startup): New macro.
21908
21909 * subr.el: Much rearrangement of functions and division
21910 into pages. No code changes.
21911
21912 2005-10-22 Kenichi Handa <handa@m17n.org>
21913
21914 * tar-mode.el (tar-extract): Be sure to call
21915 find-operation-coding-system if set-auto-coding doesn't find a
21916 coding system.
21917
21918 2005-10-22 Kim F. Storm <storm@cua.dk>
21919
21920 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21921 Change users.
21922 (image-type-file-name-regexps): New defconst.
21923 (image-type-from-data): Simplify loop.
21924 (image-type-from-buffer): New defun.
21925 (image-type-from-file-header): Use it instead of image-type-from-data.
21926 Use image-search-load-path instead of only looking in data-directory.
21927 (image-type-from-file-name): New defun.
21928 (image-search-load-path): Change `pathname' to `filename'.
21929 Make PATH arg optional, default to image-load-path.
21930
21931 2005-10-21 Richard M. Stallman <rms@gnu.org>
21932
21933 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21934
21935 * textmodes/paragraphs.el (sentence-end-base): New variable.
21936 (sentence-end): Use sentence-end-base.
21937
21938 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21939
21940 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21941 property independently from the font-lock-multiline variable.
21942
21943 2005-10-21 Richard M. Stallman <rms@gnu.org>
21944
21945 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21946
21947 * startup.el (command-line): Convert library names
21948 in `load-history' to absolute file names.
21949
21950 * subr.el (symbol-file): Doc fix.
21951
21952 * loadhist.el (file-loadhist-lookup): Call locate-library
21953 instead of find-library-name. Don't try converting
21954 abs file names to library names, since load-history no longer
21955 has library names in it.
21956 (file-dependents, file-provides, file-requires): Doc fixes.
21957
21958 2005-10-21 Juri Linkov <juri@jurta.org>
21959
21960 * progmodes/etags.el (tags-table-mode): New function.
21961 (tags-verify-table): Replace initialize-new-tags-table with
21962 tags-table-mode.
21963
21964 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21965 default value.
21966 (desktop-modes-not-to-save): Add tags-table-mode to the
21967 default value.
21968
21969 * info.el (Info-index-next): Add total number of index
21970 alternatives to the message.
21971
21972 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21973 backward only space (instead of space and period) before looking
21974 at sentence end.
21975
21976 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21977 Add the old variable value as 4th default-value arg of read-string.
21978
21979 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21980
21981 * cus-face.el (custom-declare-face): Make face from X resources
21982 also on Mac.
21983
21984 * disp-table.el (standard-display-g1, standard-display-graphic):
21985 Refuse to use string glyphs also on Mac.
21986 (standard-display-european): Don't set terminal coding system also
21987 on Mac.
21988
21989 * frame.el (display-screens): Use x-display-screens also on Mac.
21990
21991 2005-10-21 Romain Francoise <romain@orebokech.com>
21992
21993 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21994
21995 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21996
21997 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21998 and $? into sexps.
21999
22000 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22001 warning face on open-paren-in-column-0.
22002
22003 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22004 boundary case. Fix typo.
22005 Suggested by Martin Rudalics <rudalics@gmx.at>.
22006
22007 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22008
22009 * textmodes/org.el (org-combined-agenda-icalendar-file)
22010 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22011 (org-export-icalendar-this-file)
22012 (org-export-icalendar-all-agenda-files)
22013 (org-export-icalendar-combine-agenda-files): New commands.
22014 (org-export-icalendar, org-print-icalendar-entries)
22015 (org-start-icalendar-file, org-finish-icalendar-file)
22016 (org-ical-ts-to-string): New functions.
22017 (org-read-date, org-goto-calendar)
22018 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22019 call to `calendar'.
22020 (orgtbl-setup): Remove the :keys arguments from the menu description.
22021 (org-after-save-iCalendar-file-hook): New variable.
22022
22023 2005-10-21 Kenichi Handa <handa@m17n.org>
22024
22025 * language/vietnamese.el (tcvn-5712): Make it an alias of
22026 vietnamese-tcvn coding-system.
22027
22028 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22029
22030 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22031 group id is given.
22032
22033 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22034
22035 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22036 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22037 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22038 whose line is either continued or ends with a comment.
22039
22040 2005-10-20 Romain Francoise <romain@orebokech.com>
22041
22042 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22043
22044 * replace.el (occur-engine): Add follow-link property.
22045
22046 * font-core.el (font-lock-mode): Doc fix.
22047
22048 2005-10-20 Richard M. Stallman <rms@gnu.org>
22049
22050 * net/rcirc.el: New file.
22051
22052 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22053
22054 * term.el (term-term-name): Initialize to "eterm-color".
22055
22056 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22057
22058 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22059 for encryption functionality.
22060 Move allout customization subgroup from `editing' to `outlines' group.
22061 Fix commentary keywords to legitimate ones.
22062 Update author info (using my current email address, obscurified).
22063 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22064 (allout-encrypted-topic-p, allout-encrypted-text-type)
22065 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22066 (allout-situate-encryption-key-verifier)
22067 (allout-get-encryption-key-verifier, allout-verify-key)
22068 (allout-next-topic-pending-encryption)
22069 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22070 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22071 (outline-key-verifier-handling, outline-key-hint-handling)
22072 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22073 (allout-file-key-verifier-string, allout-encryption-scheme)
22074 (allout-key-verifier-string, allout-key-hint-string)
22075 (allout-after-save-decrypt): New variables.
22076 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22077 (allout-after-saves-handler): New hook functions.
22078 (allout-post-command-business): Do allout-after-save-decrypt.
22079 (allout-enable-file-variable-adjustment): Custom var to enable
22080 mechanism for adding and adjusting settings of Emacs file variables.
22081 (allout-adjust-file-variable, allout-file-vars-section-data):
22082 New functions, implement the mechanism.
22083 (outlineify-sticky): Use the file vars mechanism.
22084 (allout-inhibit-protection, allout-during-write-cue)
22085 (allout-override-protect, allout-before-change-protect): Remove.
22086 (allout-flag-region, allout-open-topic): Adjust read-only text.
22087 (allout-open-line-not-read-only): Add to facilitate read-only
22088 text based protection.
22089 (allout-kill-line): Revise to adjust read-only text, clue the
22090 user about the inhibition.
22091 (allout-unprotected): Use unwind-protect.
22092 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22093 topic deeper than the offspring depth of the previous topic -
22094 avoiding confusing "containment discontinuities".
22095 (allout-reindent-bodies): Fix retention of body relative hanging
22096 indent during promotion of collapsed bodies.
22097 (allout-open-topic): Make it easy to open new topic with same
22098 bullet as current topic - topic creation functions provided with
22099 any universal argument provokes now prompt for bullet, defaulting
22100 to the bullet of the previous topic.
22101 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22102 Plain bullet alternates `.' period and `,' comma only. All other
22103 bullets are relegated to special status (but customizable).
22104 (allout-end-of-entry): Rename from allout-end-of-current-entry
22105 since it actually operates w.r.t. most immediately containing
22106 entry, visible or not.
22107 (allout-hide-current-entry, allout-show-current-entry): Use the
22108 revised version.
22109 (allout-old-expose-topic): Solidify deprecation.
22110 (allout-end-of-subtree): Add so we can span concealed as well
22111 as visible topics.
22112 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22113 (allout-end-of-current-heading): Tweak to just respect the first line.
22114 (allout-get-body-text): Add.
22115 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22116 when invoked interactively.
22117 (allout-up-current-level): Use `interactive-p'.
22118 (allout-mode, allout-init): Miscellaneous docstring and
22119 operational refinements, as well as hookups of new encryption stuff.
22120 (allout-beginning-of-current-entry): Now works as advertised.
22121 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22122 (allout-isearch-rectification): Refine condition for isearching.
22123 (allout-isearch-abort, allout-enwrap-isearch)
22124 (allout-flag-region, my-region-active-p): Relocate some macros.
22125 (allout-title): Fallback title is (buffer-name), not
22126 non-existing (current-buffer-name).
22127 (subst-char-in-string): Define if absent (for some XEmacs versions).
22128
22129 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22130
22131 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22132 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22133 (mail-citation-prefix-regexp, mail-signature-file)
22134 (mail-default-headers, mail-bury-selects-summary)
22135 (mail-send-nonascii): Add autoload cookies.
22136
22137 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22138
22139 * frame.el (blink-cursor-mode): Add `mac' to the list of
22140 window-system's that support blinking cursor.
22141
22142 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22143
22144 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22145
22146 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22147
22148 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22149 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22150 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22151
22152 2005-10-20 Kim F. Storm <storm@cua.dk>
22153
22154 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22155 (ido-set-current-directory): Don't add / after final @.
22156 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22157 Explicitly handle ange-ftp completion oddities.
22158 (ido-make-file-list): Don't rotate list at tramp root to avoid
22159 triggering tramp file handler for expand-file-name via get-file-buffer.
22160
22161 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22162
22163 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22164
22165 2005-10-19 Jay Belanger <belanger@truman.edu>
22166
22167 * calc/calc-units.el (math-standard-units): Add units, adjust
22168 symbols and update values.
22169 (math-unit-prefixes): Add more prefixes.
22170
22171 2005-10-19 Romain Francoise <romain@orebokech.com>
22172
22173 * bookmark.el (bookmark-menu-heading): New face.
22174 (bookmark-bmenu-list): Use it.
22175 Don't fiddle with `baud-rate' at top-level.
22176
22177 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22178
22179 * image.el (create-image, find-image): Mention max-image-size in
22180 docstring.
22181
22182 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22183
22184 * savehist.el (savehist-load): Revert to checking XEmacs.
22185
22186 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22187 Various docstring and line-width fixups.
22188 (conf-mode): Use cond.
22189 Set font-lock-defaults. Don't set comment-use-syntax.
22190
22191 2005-10-18 David Ponce <david@dponce.com>
22192
22193 * tree-widget.el (tree-widget-button-click): New function.
22194 (tree-widget-button-keymap): Use it.
22195
22196 2005-10-18 Romain Francoise <romain@orebokech.com>
22197
22198 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22199 (bookmark-bmenu-hide-filenames): Add follow-link property.
22200 Improve help-echo text.
22201
22202 * ffap.el (find-file-at-point): Doc fix.
22203
22204 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22205
22206 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22207
22208 2005-10-18 Masatake YAMATO <jet@gyve.org>
22209
22210 Install to the CVS repository what I forgot to install in my
22211 2005-10-16 changes.
22212
22213 * progmodes/python.el (python-complete-symbol): Pass the common
22214 prefix substring of completion to `display-completion-list'.
22215
22216 * textmodes/org.el (org-complete): Ditto.
22217
22218 2005-10-18 Masatake YAMATO <jet@gyve.org>
22219
22220 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22221
22222 * woman.el (WoMan-xref-man-page): New button type derived
22223 from `Man-abstract-xref-man-page'.
22224 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22225
22226 * man.el (Man-abstract-xref-man-page): New button type.
22227 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22228 (Man-highlight-references): Add new optional argument `xref-man-type'.
22229
22230 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22231
22232 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22233
22234 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22235
22236 * cus-edit.el (Custom-move-and-invoke): Delete.
22237 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22238
22239 * wid-edit.el (widget-move-and-invoke): New function, from
22240 Custom-move-and-invoke.
22241
22242 2005-10-17 Bill Wohler <wohler@newt.com>
22243
22244 Move all remaining images from lisp/toolbar to etc/images, move
22245 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22246 the low resolution images in their own directory (low-color).
22247
22248 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22249 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22250 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22251 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22252 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22253 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22254 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22255
22256 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22257 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22258 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22259 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22260 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22261 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22262 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22263 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22264 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22265 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22266 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22267 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22268 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22269 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22270 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22271
22272 To conform with convention, replace the underscore (_) in the
22273 following image names with dash (-) or (/) as appropriate.
22274
22275 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22276 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22277 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22278 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22279 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22280 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22281 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22282 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22283 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22284 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22285 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22286 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22287 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22288 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22289 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22290
22291 * info.el (info-tool-bar-map): Replace underscores in image names
22292 with dashes.
22293
22294 * makefile.w32-in (WINS): Remove toolbar.
22295
22296 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22297
22298 * tool-bar.el: Move to lisp from toolbar. Now that
22299 toolbar is empty, it should be deleted when folks run "cvs up -P".
22300
22301 2005-10-18 Jay Belanger <belanger@truman.edu>
22302
22303 * calc/calc-store.el (calc-store-into): Get the proper variable name
22304 to display in message.
22305
22306 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22307
22308 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22309 expressions display in speedbar for all buffers when debugging.
22310 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22311
22312 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22313 (speedbar-insert-button, speedbar-make-button):
22314 Use add-text-properties.
22315 (speedbar-update-localized-contents)
22316 (speedbar-update-directory-contents)
22317 (speedbar-update-special-contents): Use dolist.
22318 (speedbar-buffer-easymenu-definition): Add a menu separator.
22319
22320 2005-10-17 Jason Rumney <jasonr@gnu.org>
22321
22322 * makefile.w32-in: Use $(lisp) consistently.
22323 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22324 for shell specific generation of mh-autoloads.
22325
22326 2005-10-17 Richard M. Stallman <rms@gnu.org>
22327
22328 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22329
22330 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22331
22332 * jit-lock.el (jit-lock-fontify-now):
22333 Move jit-lock-context-unfontify-pos to avoid wasted work.
22334
22335 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22336
22337 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22338 `tramp-completion-mode' for checking if we are in completion mode.
22339 (tramp-completion-handle-file-name-all-completions): Reorder code
22340 in order to complete for file names only in case there are no
22341 method/user/host completions. This is necessary for cooperation
22342 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22343
22344 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22345
22346 * longlines.el (longlines-search-forward)
22347 (longlines-search-backward): Match any number of spaces.
22348
22349 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22350
22351 * diff-mode.el (diff-mode): Doc fix.
22352
22353 2005-10-16 David Reitter <david.reitter@gmail.com>
22354
22355 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22356 as default on darwin and windows systems.
22357
22358 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22359
22360 * arc-mode.el (archive-zip-extract): Doc fix.
22361
22362 2005-10-16 Romain Francoise <romain@orebokech.com>
22363
22364 * mouse.el (mouse-1-click-follows-link): Doc fix.
22365
22366 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22367
22368 * savehist.el: Don't require CL at runtime.
22369 (savehist-xemacs): Remove.
22370 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22371 (savehist-no-conversion): Use (featurep 'xemacs).
22372 (savehist-load): Check existence of start-itimer rather than XEmacs.
22373 Use an idle timer.
22374 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22375 `delete-if-not'.
22376
22377 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22378
22379 * savehist.el: Newer version.
22380 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22381 (savehist-last-checksum, savehist-no-conversion): New vars.
22382 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22383 New functions.
22384 (savehist-load, savehist-save): Use them.
22385 (savehist-delimit): Remove.
22386
22387 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22388
22389 * progmodes/compile.el (compilation-goto-locus): Display the
22390 compilation buffer first and the source buffer second, in case they're
22391 in overlapping frames. Don't raise the compilation frame if it was the
22392 selected window upon entry. Pass the `other-window' arg to
22393 pop-to-buffer.
22394
22395 * info.el (Info-fontify-node): Use dolist.
22396 Change add-text-properties to put-text-property.
22397
22398 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22399
22400 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22401 bound of search.
22402
22403 2005-10-16 Masatake YAMATO <jet@gyve.org>
22404
22405 * dabbrev.el (dabbrev-completion): Pass the common
22406 prefix substring of completion to `display-completion-list'.
22407
22408 * filecache.el (file-cache-minibuffer-complete)
22409 (file-cache-complete): Ditto.
22410
22411 * tempo.el (tempo-display-completions): Ditto.
22412
22413 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22414
22415 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22416
22417 * eshell/em-hist.el (eshell-list-history): Ditto.
22418
22419 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22420
22421 * mail/mailalias.el (mail-complete): Ditto.
22422
22423 * progmodes/etags.el (complete-tag): Ditto.
22424
22425 * progmodes/make-mode.el (makefile-complete): Ditto.
22426
22427 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22428
22429 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22430
22431 * progmodes/pascal.el (pascal-complete-word)
22432 (pascal-show-completions): Ditto.
22433
22434 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22435
22436 * simple.el (completion-common-substring): New variable.
22437 (completion-setup-function): Use `completion-common-substring'
22438 to put faces.
22439
22440 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22441
22442 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22443 (x-get-selection, mac-select-convert-to-string): Convert from/to
22444 UTF-16 clipboard data as in native byte order, no BOM.
22445
22446 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22447
22448 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22449 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22450 (gud-sentinel): Use speedbar-frame to check for speedbar.
22451
22452 2005-10-15 Richard M. Stallman <rms@gnu.org>
22453
22454 * savehist.el: New file.
22455
22456 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22457
22458 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22459 Fix bug in \bf fontification.
22460
22461 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22462
22463 * pcvs.el (cvs-edit-log-files): New var.
22464 (cvs-mode-edit-log): New arg `file'.
22465 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22466 Instead force the use of the original file and nothing else.
22467 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22468 the cvs-minor-wrap-function is set.
22469 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22470
22471 2005-10-14 Bill Wohler <wohler@newt.com>
22472
22473 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22474 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22475 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22476 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22477 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22478 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22479 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22480 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22481 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22482 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22483 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22484 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22485 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22486 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22487 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22488
22489 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22490 appropriately (for example, gud-break to gud/break).
22491
22492 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22493
22494 * longlines.el (longlinges-search-function)
22495 (longlines-search-forward, longlines-search-backward): New functions.
22496 (longlines-mode): Set isearch-search-fun-function to
22497 longlinges-search-function.
22498
22499 * mouse.el (mouse-drag-region-1): Handle the case where a
22500 double-click event is bound to an arbitrary function.
22501
22502 2005-10-14 David Ponce <david@dponce.com>
22503
22504 * recentf.el (recentf-track-opened-file)
22505 (recentf-track-closed-file, recentf-update-menu)
22506 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22507 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22508 mouse-1-click-follows-link.
22509
22510 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22511
22512 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22513 Gnome file-manager.png. Suggested by
22514 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22515
22516 * toolbar/README: Add diropen.xpm.
22517
22518 2005-10-13 Bill Wohler <wohler@newt.com>
22519
22520 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22521 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22522
22523 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22524
22525 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22526 Don't waste the byte-compiler's time on constant data.
22527
22528 2005-10-13 Kenichi Handa <handa@m17n.org>
22529
22530 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22531 byte with `escape-glyph' face.
22532
22533 * international/fontset.el (ccl-encode-unicode-font):
22534 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22535 Handle the case that ucs-mule-to-mule-unicode translates a character to
22536 ASCII (usually for IPA characters).
22537
22538 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22541 Don't hide the underline of titles if font-lock-mode is disabled.
22542
22543 2005-10-12 Bill Wohler <wohler@newt.com>
22544
22545 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22546 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22547 files in MH-E-SRC have been updated.
22548 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22549
22550 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22551
22552 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22553 (mixal-mode-syntax-table): Add \n as end-comment.
22554 (mixal-operation-codes-alist): Immediately initialize to full value.
22555 (mixal-add-operation-code): Remove.
22556 (mixal-describe-operation-code): Make the arg non-optional.
22557 Use the interactive spec instead.
22558 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22559 (mixal-font-lock-keywords): Don't highlight comments here any more.
22560 (mixal-font-lock-syntactic-keywords): New var.
22561 (mixal-mode): Use it. Fix comment-start-skip.
22562
22563 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22564
22565 * startup.el (command-line-x-option-alist): -nb => -nbi.
22566
22567 2005-10-12 Kim F. Storm <storm@cua.dk>
22568
22569 * startup.el (fancy-splash-default-action): Discard mouse click in
22570 the splash screen window, as it has no sensible meaning in the
22571 next window to be selected. Fixes error reported by Jan D.
22572
22573 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22574
22575 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22576
22577 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22578
22579 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22580 Try to fix up minor layout issues like indentation, line break, etc...
22581 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22582 because it doesn't work.
22583 (mixal-operation-codes): Add some more codes.
22584 (mixal-font-lock-keywords): Process comments here.
22585 (mixal-mode): mixasm no longer needs -g option.
22586
22587 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22588
22589 * progmodes/sh-script.el (sh-tmp-file):
22590 Use mktemp -t. Finish support for es and rc shells.
22591
22592 2005-10-11 Jay Belanger <belanger@truman.edu>
22593
22594 * calc/calcalg2.el (calc-integral): With an argument, compute the
22595 definite integral.
22596
22597 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22598
22599 * mouse.el (mouse-drag-region-1): Don't try to catch a
22600 double-click when doing follow-link (it's overridden anyway).
22601
22602 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22603
22604 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22605 (autoload-print-form-outbuf): Add docstring.
22606
22607 2005-10-11 Juri Linkov <juri@jurta.org>
22608
22609 * info.el (Info-mode-menu): Delete menu item "Edit".
22610 (Info-mode): Delete description of Info-edit from docstring,
22611 and rearrange descriptions of Info commands in the order
22612 they are documented in the Info manual.
22613
22614 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22615
22616 * calendar/appt.el (appt-check): Use diary-selective-display var.
22617
22618 2005-10-10 Richard M. Stallman <rms@gnu.org>
22619
22620 * net/newsticker.el (newsticker-start, newsticker-show-news):
22621 Add autoload cookies.
22622
22623 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22624
22625 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22626
22627 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22628
22629 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22630
22631 2005-10-10 Jay Belanger <belanger@truman.edu>
22632
22633 * calc/calc-arith.el (math-check-known-scalarp)
22634 (math-check-known-matrixp): Check the values of arguments that are
22635 variables.
22636 (math-check-known-square-matrixp): New function.
22637 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22638 (math-super-types): Add sqmatrix type.
22639
22640 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22641 mode name `square' to `sqmatrix'.
22642
22643 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22644 mode name `square' to `sqmatrix'.
22645
22646 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22647
22648 * progmodes/etags.el (select-tags-table-mode): Don't use
22649 selective-display.
22650 (tags-select-tags-table): Pass `button' to the action function.
22651 (select-tags-table): Place the side-info on button properties rather
22652 than in hidden text. Abbreviate file names.
22653 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22654 (select-tags-table-select): Add `button' argument.
22655 Get side-info from the button property rather than from hidden text.
22656
22657 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22658
22659 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22660 (gud-speedbar-buttons): Preserve point if possible.
22661 (gud-sentinel): Restore previous speedbar display type.
22662
22663 * progmodes/gdb-ui.el (gdba): Improve diagram.
22664 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22665 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22666 Call get-buffer-window once.
22667
22668 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22669
22670 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22671 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22672 (pascal-indent-command): Remove unused var `ind'.
22673 (pascal-indent-case): Remove unused var `oldpos'.
22674 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22675 since it's now used as a proper minor mode map.
22676 (pascal-outline): Rename to pascal-outline-mode.
22677 (pascal-outline-mode): Use define-minor-mode.
22678 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22679 selective-display.
22680
22681 2005-10-10 Andreas Schwab <schwab@suse.de>
22682
22683 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22684 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22685
22686 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22687 outside source directory.
22688
22689 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22690
22691 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22692 C-x' as a prefix.
22693 (orgtbl-mode-map): Full keymap instead of sparse, because all
22694 `self-insert-command' keys are redefined in this map.
22695 (org-export-as-html): Specify charset for HTML file, by taking it
22696 from the coding system.
22697
22698 2005-10-10 Kenichi Handa <handa@m17n.org>
22699
22700 * textmodes/flyspell.el (flyspell-check-word-p):
22701 If unread-command-events is non-empty, don't call sit-for.
22702
22703 2005-10-09 Richard M. Stallman <rms@gnu.org>
22704
22705 * font-lock.el (font-lock-syntactic-keywords)
22706 (font-lock-keywords): Doc fixes.
22707
22708 * textmodes/flyspell.el (flyspell-external-point-words):
22709 Simplify logic, and don't try to check for consecutive appearances
22710 of one incorrect word.
22711
22712 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22713
22714 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22715 separator.
22716
22717 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22718 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22719 (gud-expansion-speedbar-buttons): New function.
22720 (gud-speedbar-buttons): Check for gud-comint-buffer.
22721
22722 2005-10-09 Bill Wohler <wohler@newt.com>
22723
22724 * Makefile.in (updates): Add mh-loaddefs dependency.
22725
22726 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22727
22728 * speedbar.el (speedbar-file-key-map): Fix typo.
22729
22730 2005-10-09 Daniel Brockman <daniel@brockman.se>
22731
22732 * cus-start.el (line-spacing): Add custom spec.
22733
22734 2005-10-09 Romain Francoise <romain@orebokech.com>
22735
22736 * textmodes/ispell.el (ispell-check-version): Fix last change.
22737
22738 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22739
22740 * term/x-win.el: Remove -i, --icon-type from comment.
22741
22742 * startup.el (command-line-x-option-alist): Remove options -i,
22743 -itype, --icon-type, added -nb, --no-bitmap-icon.
22744
22745 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22746
22747 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22748 instead of :active.
22749
22750 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22751
22752 * textmodes/ispell.el (ispell-check-version):
22753 Ignore hyphen, and all that follows, in aspell's version text.
22754
22755 2005-10-08 Jay Belanger <belanger@truman.edu>
22756
22757 * calc/calc-arith.el (math-known-square-matrixp): New function.
22758 (math-pow-fancy): Check for matrices before distributing exponent
22759 across products.
22760
22761 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22762 fullscreen keypad. Suggested by Luc Teirlinck.
22763 (calc-keypad-show-input): Add space for formatting.
22764
22765 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22766 Add square matrix option.
22767
22768 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22769 of checking calc-matrix-mode when deciding how to expand.
22770
22771 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22772
22773 2005-10-08 Lars Hansen <larsh@soem.dk>
22774
22775 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22776 Add error handling.
22777 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22778
22779 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22780
22781 Sync with Tramp 2.0.51.
22782
22783 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22784 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22785 Insert special handling for `last-coding-system-used', again
22786 it still seems to be necessary (unlike stated before).
22787 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22788 (tramp-password-prompt-regexp): There might be other words before
22789 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22790 (tramp-chunksize): Improve docstring.
22791 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22792 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22793 Christian Joergensen <bugs@razor.dk>.
22794
22795 2005-10-07 Glenn Morris <rgm@gnu.org>
22796
22797 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22798 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22799 precision'.
22800
22801 2005-10-07 Romain Francoise <romain@orebokech.com>
22802
22803 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22804 (ibuffer-do-shell-command-pipe-replace)
22805 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22806 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22807 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22808 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22809 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22810 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22811 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22812 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22813 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22814 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22815 Autoload file sans suffix.
22816
22817 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22818
22819 2005-10-07 David Ponce <david@dponce.com>
22820
22821 * recentf.el (recentf-menu-open-all-flag): New option.
22822 (recentf-digit-shortcut-command-name): New function.
22823 (recentf--shortcuts-keymap): New variable.
22824 (recentf-menu-shortcuts): New variable.
22825 (recentf-make-menu-items): Initialize it. Replace the "More..."
22826 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22827 (recentf-menu-value-shortcut): New function.
22828 (recentf-make-menu-item): Use it. No more in-lined.
22829 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22830 (recentf-open-most-recent-file): Rename from
22831 `recentf-open-file-with-key'. Don't depend on key binding.
22832 (recentf-mode-map): New variable.
22833 (recentf-mode): Use it.
22834
22835 2005-10-06 Bill Wohler <wohler@newt.com>
22836
22837 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22838
22839 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22840 (MH-E-SRC): New. Used by mh-autoloads.
22841 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22842 files in MH-E-SRC have been updated.
22843 (compile, recompile, bootstrap): Depend on mh-autoloads.
22844
22845 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22846
22847 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22848 gud-break and gud-remove icons when the fringe is not available.
22849
22850 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22851 Typo.
22852
22853 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22854
22855 * play/zone.el (zone): Wrap body with save-window-excursion.
22856
22857 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22858
22859 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22860 Use the new `list-only' arg to diary-list-entries.
22861
22862 * calendar/diary-lib.el: Use overlays rather than selective-display.
22863 (diary-selective-display): New var.
22864 (diary-header-line-format): Use it.
22865 (diary-list-entries): Add argument `list-only'.
22866 Put the buffer in diary-mode. Don't add \^M at beg and end.
22867 Replace \^M by invisible overlays.
22868 (diary-unhide-everything): Replace \^M by invisible overlays.
22869 (print-diary-entries): Look for overlays rather than \^M.
22870 Add a space to the temp buffer name.
22871 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22872 Put the buffer in diary-mode.
22873 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22874 (diary-anniversary): Make the year arg optional.
22875 (diary-time-regexp): New const.
22876 (diary-font-lock-keywords): Use it to accept a few more time formats.
22877
22878 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22879
22880 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22881
22882 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22883 Fix bug introduced 2005-07-03: Use (car (last ...))
22884 to faithfully reproduce replaced artist-last.
22885 (artist-set-arrow-points-for-poly): Likewise.
22886 Suggested by Johan Bockg\e,Ae\e(Brd.
22887
22888 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22889
22890 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22891 * wid-edit.el (widget):
22892 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22893 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22894
22895 2005-10-06 Kenichi Handa <handa@m17n.org>
22896
22897 * international/mule-cmds.el (set-language-environment):
22898 Fix setting up of case-table for unibyte mode.
22899
22900 * simple.el (what-cursor-position): If the character is displayed
22901 by some `display' text property, show that. Don't use
22902 single-key-description for eight-bit characters in multibyte mode.
22903
22904 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22905
22906 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22907 (gdb-ann3): Set it.
22908 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22909 (gdb-info-frames-custom): Use inverse-video for first five
22910 characters of selected frame only.
22911 (gdb-get-frame-number): Select frame even when point is on frame
22912 number.
22913
22914 2005-10-06 Masatake YAMATO <jet@gyve.org>
22915
22916 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22917 Put `font-lock-function-name-face'.
22918 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22919 and `font-lock-variable-name-face'
22920 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22921 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22922 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22923 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22924 (gdb-local-font-lock-keywords): New font lock keywords definition.
22925 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22926 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22927 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22928
22929 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22930
22931 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22932 (ediff-merge-region-is-non-clash-to-skip): Previously called
22933 ediff-merge-region-is-non-clash.
22934
22935 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22936 Use insert-buffer-substring.
22937
22938 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22939 selecting files to patch. Also bug fixes.
22940
22941 * ediff-util.el (ediff-setup): Bug fix.
22942 (ediff-next-difference): Never skip clashes that differ in white
22943 space only.
22944
22945 * ediff-wind.el (ediff-setup-control-frame)
22946 (ediff-destroy-control-frame): Check the menubar feature.
22947
22948 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22949 (viper-refresh-mode-line): Use make-local-variable to localize
22950 some vars instead of make-variable-buffer-local. Suggested by
22951 Stefan Monnier.
22952
22953 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22954 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22955 Use make-local-variable instead of make-variable-buffer-local.
22956 Suggested by Stefan Monnier.
22957
22958 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22959 (viper-comint-mode-hook): Use make-local-variable on
22960 require-final-newline.
22961 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22962
22963 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22964
22965 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22966 also the second char of a comment-start sequence.
22967 (scheme-sexp-comment-syntax-table): New var.
22968 (lambda, define): Set their scheme-doc-string-elt property.
22969 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22970 Use lisp-font-lock-syntactic-face-function now that it properly
22971 handles |...| symbols.
22972 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22973 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22974
22975 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22976 bit from # to |.
22977 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22978
22979 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22980 (lisp-doc-string-elt-property): New var.
22981 (lisp-font-lock-syntactic-face-function): Use it.
22982 Rewrite to recognize docstrings even for forms not at toplevel.
22983
22984 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22985 annotation on the | part of #| rather than on the # part.
22986 (scheme-font-lock-syntactic-face-function): New function, to
22987 distinguish strings from |...| symbols.
22988 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22989 syntax-table so that #|...|# is properly highlighted.
22990
22991 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22992 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22993
22994 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22995
22996 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22997 and C-e.
22998
22999 * emacs-lisp/eldoc.el: Move comments into docstrings.
23000 (eldoc-message-commands): Initialize in its declaration.
23001 Add move-beginning-of-line and move-end-of-line.
23002 (eldoc-add-command, eldoc-add-command-completions)
23003 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23004
23005 * outline.el (outline-mark-subtree): Activate the mark.
23006
23007 * calendar/appt.el (appt-time-regexp): New var.
23008 (appt-add, appt-make-list): Use it.
23009 (appt-convert-time): Clean up.
23010
23011 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23012 Don't set any syntax-table property here.
23013 (tex-font-lock-verb): New function. Do it here.
23014 (tex-font-lock-syntactic-keywords): Use it.
23015
23016 2005-10-04 Richard M. Stallman <rms@gnu.org>
23017
23018 * wid-edit.el (widget-file-complete): Get the widget start point
23019 the right way. Default directory to `/' if file has none.
23020
23021 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23022
23023 * textmodes/flyspell.el (flyspell-mode-on):
23024 Call ispell-maybe-find-aspell-dictionaries.
23025
23026 * textmodes/ispell.el (ispell-word, ispell-region):
23027 Call ispell-maybe-find-aspell-dictionaries.
23028 (ispell-accept-buffer-local-defs):
23029 Don't call ispell-maybe-find-aspell-dictionaries.
23030
23031 2005-10-04 Richard M. Stallman <rms@gnu.org>
23032
23033 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23034
23035 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23036
23037 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23038 instead of `fboundp' in order to allow for anonymous functions.
23039
23040 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23041
23042 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23043 case the user clicks on the link while another window is selected.
23044 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23045
23046 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23047 functionality.
23048 (dframe-help-echo): Save point in case mouse tracking is off.
23049
23050 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23051
23052 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23053
23054 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23055
23056 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23057 not change the global value of those vars.
23058
23059 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23060 make-local-variable which we do not need any more.
23061
23062 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23063
23064 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23065 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23066 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23067 (speedbar-path-line): Define obsolete aliases.
23068 (speedbar-line-directory): Doc fix.
23069
23070 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23071 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23072 instead of speedbar-line-path.
23073
23074 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23075
23076 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23077 to nil if dropping on a window. Handle dropping on a minibuffer window
23078 like dropping on a non-window part of Emacs.
23079
23080 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23081
23082 * net/ange-ftp.el: Use with-current-buffer.
23083 (ange-ftp-insert-directory): Do not follow symlinks any more.
23084
23085 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23086 Remove interactive spec.
23087
23088 2005-10-03 Kim F. Storm <storm@cua.dk>
23089
23090 * ido.el (ido-mode): Use custom-initialize-set.
23091
23092 2005-10-02 Richard M. Stallman <rms@gnu.org>
23093
23094 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23095 Use insert-buffer-substring.
23096
23097 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23098 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23099
23100 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23101
23102 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23103 in last change.
23104 (ange-ftp-insert-directory): Fix up the search for the case where
23105 `file' is absolute.
23106
23107 2005-10-02 Romain Francoise <romain@orebokech.com>
23108
23109 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23110
23111 2005-10-02 Andreas Schwab <schwab@suse.de>
23112
23113 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23114 directory component in the session info.
23115
23116 2005-10-01 Richard M. Stallman <rms@gnu.org>
23117
23118 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23119
23120 * simple.el (next-error-internal): New function.
23121
23122 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23123 (compilation-start): Pass new arg to compilation-buffer-name.
23124 (compile-goto-error): Use next-error-internal.
23125
23126 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23127
23128 * speedbar.el: Remove RCS tag.
23129 (speedbar-check-read-only): Handle non-existent files.
23130
23131 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23132
23133 * info.el (Info-speedbar-hierarchy-buttons)
23134 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23135
23136 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23137
23138 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23139 Do not match newline.
23140 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23141 (bibtex-summary): Remove unnecessary save-excursion.
23142 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23143
23144 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23145
23146 * term/mac-win.el: Add charset info for "iso10646-1".
23147 Modify default fontset to use ATSUI-compatible fonts for some charsets
23148 if available.
23149
23150 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23151
23152 * speedbar.el: Re-apply arch tag.
23153 (speedbar-version): Rename to version 1.0. Suggested by Eric
23154 M. Ludlam.
23155 Reapply two changes from Emacs CVS' version of speedbar lost
23156 during the merge:
23157 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23158 (speedbar-frame-parameters): Improve customize type.
23159
23160 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23161
23162 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23163 (ange-ftp-file-directory-p): Fix the symlink case.
23164 (ange-ftp-insert-directory): When listing a single file, get a list of
23165 the parent buffer and extract the relevant line. Inspired from a patch
23166 by Katsumi Yamaoka <yamaoka@jpl.org>.
23167 (ange-ftp-file-name-sans-versions): Simplify.
23168
23169 2005-09-30 Bill Wohler <wohler@newt.com>
23170
23171 Move MH-E image files from toolbar and mail directories into
23172 etc/images.
23173
23174 * mail/reply2.*: Move to etc/images/mail/reply*.
23175
23176 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23177 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23178 etc/images.
23179
23180 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23181 * toolbar/reply*: Move to etc/images/mail.
23182
23183 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23184
23185 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23186
23187 * speedbar.el: New version 1.0pre3.
23188
23189 Frame management code (including timer, and mouse click specifics)
23190 moved to dframe.el:
23191 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23192 (speedbar-timer): Removed. Use dframe-timer.
23193 (speedbar-close-frame): Removed. Use dframe-close-frame.
23194 (speedbar-activity-change-focus-flag): Removed. Use
23195 dframe-activity-change-focus-flag.
23196 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23197 dframe-update-speed.
23198
23199 (speedbar-current-frame): New macro. Use this instead of the
23200 variable speedbar-frame.
23201
23202 (speedbar-use-images, speedbar-expand-image-button-alist)
23203 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23204
23205 (speedbar-find-image-on-load-path): Removed. Replaced by
23206 defezimage in ezimage.el.
23207 (speedbar-expand-image-button-alist): Removed. Replaced by
23208 ezimage-expand-image-button-alist in ezimage.el.
23209
23210 (speedbar-ignored-directory-regexp)
23211 (speedbar-add-ignored-directory-regexp)
23212 (speedbar-ignored-directory-expressions)
23213 (speedbar-line-directory, speedbar-buffers-line-directory)
23214 (speedbar-directory-line, speedbar-buffers-line-directory):
23215 Renamed, replacing `path' with `directory'.
23216
23217 (speedbar-create-directory, speedbar-expand-line-descendants)
23218 (speedbar-toggle-line-expansion)
23219 (speedbar-contract-line-descendants): New commands.
23220
23221 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23222 (speedbar-use-tool-tips-flag): New options.
23223
23224 (speedbar-check-read-only, speedbar-require-version)
23225 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23226 (speedbar-handle-delete-frame, speedbar-try-completion)
23227 (speedbar-update-localized-contents): New functions.
23228
23229 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23230 (speedbar-object-read-only-indicator): New variables.
23231
23232 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23233 New hooks.
23234
23235 (speedbar-separator-face): New face.
23236
23237 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23238 (speedbar-ignored-modes): Add fundamental-mode.
23239 (speedbar-directory-unshown-regexp): Add . directories.
23240
23241 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23242 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23243 `]' for full expand/close.
23244 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23245
23246 (speedbar-check-vc): Support hidden files.
23247 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23248 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23249 state is nil, it is not checked out.
23250
23251 (speedbar-line-text, speedbar-line-token): Support expand buttons
23252 with no text.
23253 (speedbar-refresh): Universal argument acts as power-click.
23254 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23255 that buffer to get variable values.
23256
23257 And many other bugfixes.
23258
23259 * dframe.el, ezimage.el, sb-image.el: New files.
23260
23261 * sb-*.xpm: Remove files. New image files installed into
23262 etc/images/ezimage.
23263
23264 2005-09-30 Kenichi Handa <handa@m17n.org>
23265
23266 * ps-mule.el (ps-mule-show-warning): If a character is in
23267 ps-print-translation-table, don't treat it as non-printable.
23268
23269 2005-09-30 David Ponce <david@dponce.com>
23270
23271 * tree-widget.el (tree-widget-themes-load-path): New variable.
23272 (tree-widget-themes-directory): Doc fix.
23273 (tree-widget-image-formats) [Emacs]: Doc fix.
23274 (tree-widget--locate-sub-directory): New function.
23275 (tree-widget-themes-directory): Use it.
23276
23277 * recentf.el (recentf-filename-handlers): Rename from
23278 `recentf-filename-handler'. Allow a list of functions.
23279 (recentf-menu-items-for-commands): Fix :help strings.
23280 (recentf-apply-filename-handlers): New function.
23281 (recentf-expand-file-name): Use it.
23282 (recentf-cleanup): Remove duplicates too.
23283
23284 2005-09-29 Juri Linkov <juri@jurta.org>
23285
23286 * faces.el: Rearrange face definitions to be in the same order as
23287 their face descriptions in "(emacs)Standard Faces".
23288
23289 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23290
23291 * tooltip.el (tooltip): Add group `basic-faces'.
23292
23293 * buff-menu.el (Buffer-menu-buffer): Remove group
23294 `font-lock-highlighting-faces'.
23295
23296 * progmodes/compile.el (compilation-error, compilation-warning)
23297 (compilation-info, compilation-line-number, compilation-column-number):
23298 Change group from `font-lock-highlighting-faces' to `compilation'.
23299
23300 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23301 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23302 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23303 (vhdl-font-lock-reserved-words-face)
23304 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23305 `font-lock-highlighting-faces'.
23306
23307 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23308
23309 2005-09-28 Kim F. Storm <storm@cua.dk>
23310
23311 * emulation/cua-base.el: Set CUA move property on additional commands:
23312 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23313 forward-sexp, backward-sexp, forward-list, backward-list.
23314
23315 2005-09-28 Romain Francoise <romain@orebokech.com>
23316
23317 * comint.el (comint-show-output): Really set point at the
23318 beginning of the output when not using `comint-use-prompt-regexp'.
23319
23320 2005-09-27 Jay Belanger <belanger@truman.edu>
23321
23322 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23323 in TeX mode.
23324
23325 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23326
23327 * textmodes/org.el (org-table-sum): Fix format string.
23328
23329 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23330 Quote face names.
23331
23332 2005-09-26 Romain Francoise <romain@orebokech.com>
23333
23334 * isearch.el (isearch-forward-regexp): Close doc string.
23335
23336 2005-09-25 Richard M. Stallman <rms@gnu.org>
23337
23338 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23339
23340 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23341
23342 * progmodes/compile.el (compilation-error-properties):
23343 When getting the file from the previous error message,
23344 correctly decode the new data format.
23345
23346 * progmodes/cc-cmds.el (c-electric-paren):
23347 Call old-blink-paren only for close-paren.
23348
23349 2005-09-24 Andreas Schwab <schwab@suse.de>
23350
23351 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23352 condition.
23353
23354 2005-09-25 Romain Francoise <romain@orebokech.com>
23355
23356 * dired-aux.el (dired-copy-file-recursive):
23357 * dired.el (dired-delete-file):
23358 * ediff-mult.el (ediff-dir-diff-copy-file):
23359 * ediff-util.el (ediff-test-save-region):
23360 * forms.el (forms-mode):
23361 * ido.el (ido-file-internal, ido-delete-file-at-head):
23362 * log-edit.el (log-edit-done):
23363 * ses.el (ses-yank-resize):
23364 * play/gomoku.el (gomoku-human-plays, gomoku)
23365 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23366 (gomoku-offer-a-draw):
23367 * play/landmark.el (lm-human-resigns, lm):
23368 * net/eudcb-ldap.el (eudc-ldap-check-base):
23369 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23370 * progmodes/ebrowse.el (ebrowse-find-pattern):
23371 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23372 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23373 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23374
23375 * vc.el (vc-delete-file):
23376 * play/gomoku.el (gomoku-terminate-game, gomoku)
23377 (gomoku-prompt-for-move, gomoku-human-takes-back):
23378 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23379 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23380
23381 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23382
23383 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23384 color rxvt terminals by using the code xterm.el used to use before
23385 2005-04-09 in order to match the colors used by rxvt.
23386
23387 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23388
23389 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23390 colors rxvt-unicode terminals by using the same code as xterm.el.
23391
23392 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23393
23394 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23395 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23396 new symbol used for the tex-verbatim face.
23397
23398 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23399
23400 * woman.el (woman-file-name):
23401 * wid-edit.el (widget-file-prompt-value)
23402 (widget-coding-system-prompt-value):
23403 * w32-fns.el (set-w32-system-coding-system):
23404 * vc.el (vc-version-diff, vc-annotate):
23405 * textmodes/reftex-auc.el (reftex-arg-cite)
23406 (reftex-arg-index-tag):
23407 * textmodes/refer.el (refer-get-bib-files):
23408 * textmodes/artist.el (artist-figlet-choose-font):
23409 * terminal.el (terminal-emulator):
23410 * replace.el (occur-read-primary-args):
23411 * rect.el (string-rectangle, string-insert-rectangle):
23412 * ps-print.el (ps-print-preprint):
23413 * progmodes/pascal.el (pascal-goto-defun):
23414 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23415 * progmodes/compile.el (compilation-find-file):
23416 * printing.el (pr-interactive-n-up):
23417 * play/animate.el (animate-birthday-present):
23418 * net/rcompile.el (remote-compile):
23419 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23420 * mail/rmailsum.el (rmail-summary-search-backward)
23421 (rmail-summary-search):
23422 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23423 (rmail-output-read-file-name):
23424 * mail/rmail.el (rmail-search, rmail-search-backwards):
23425 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23426 * locate.el (locate):
23427 * international/quail.el (quail-show-keyboard-layout):
23428 * international/mule.el (set-buffer-file-coding-system)
23429 (revert-buffer-with-coding-system, set-file-name-coding-system)
23430 (set-terminal-coding-system, set-keyboard-coding-system)
23431 (set-next-selection-coding-system):
23432 * international/mule-diag.el (describe-coding-system)
23433 (describe-font, describe-fontset):
23434 * international/mule-cmds.el (universal-coding-system-argument)
23435 (search-unencodable-char, describe-input-method)
23436 (set-language-environment, describe-language-environment):
23437 * international/codepage.el (codepage-setup):
23438 * international/code-pages.el (codepage-setup):
23439 * info.el (Info-search, Info-follow-reference)
23440 (Info-search-backward):
23441 * emacs-lisp/advice.el (ad-read-advised-function)
23442 (ad-read-advice-class, ad-clear-cache, ad-activate)
23443 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23444 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23445 (ad-read-regexp):
23446 * ediff-util.el (ediff-toggle-regexp-match):
23447 * ediff-ptch.el (ediff-prompt-for-patch-file):
23448 * dired-aux.el (dired-diff):
23449 * diff.el (diff):
23450 * cus-edit.el (custom-variable-prompt):
23451 * calendar/timeclock.el (timeclock-ask-for-project):
23452 * calc/calcalg3.el (calc-get-fit-variables):
23453 * calc/calc-store.el (calc-edit-variable)
23454 (calc-permanent-variable):
23455 * vc-mcvs.el (vc-mcvs-register):
23456 * shadowfile.el (shadow-define-literal-group):
23457 * woman.el (woman-file-name):
23458 * vc.el (vc-version-diff, vc-merge):
23459 * textmodes/reftex-index.el (reftex-index-complete-tag):
23460 * format.el (format-decode-buffer, format-decode-region):
23461 * emulation/viper-cmd.el (viper-read-string-with-history):
23462 * emacs-lisp/debug.el (cancel-debug-on-entry):
23463 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23464 * ediff.el (ediff-merge-revisions)
23465 (ediff-merge-revisions-with-ancestor, ediff-revision):
23466 * completion.el (interactive-completion-string-reader):
23467 * calc/calc-prog.el (calc-user-define-formula):
23468 Follow convention for reading with the minibuffer.
23469
23470 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23471
23472 * progmodes/python.el (python-describe-symbol): Add globals() and
23473 locals() to the arguments of emacs.ehelp.
23474
23475 2005-09-24 Magnus Henoch <mange@freemail.hu>
23476
23477 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23478 New function, code extracted from ispell-valid-dictionary-list.
23479 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23480 Call it.
23481
23482 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23483
23484 * subr.el (version-regexp-alist): Extend valid syntax for version
23485 strings: allow any of the characters -,_,+ to separate the
23486 alpha/beta/rc part from the version part. Doc fix.
23487 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23488
23489 2005-09-23 David Reitter <david.reitter@gmail.com>
23490
23491 * mail/mailclient.el: New file.
23492
23493 2005-09-23 Richard M. Stallman <rms@gnu.org>
23494
23495 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23496 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23497 Doc fixes.
23498
23499 * progmodes/cc-mode.el (c-font-lock-init):
23500 Specify font-lock-lines-before.
23501
23502 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23503
23504 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23505 whole conflict.
23506
23507 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23508
23509 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23510 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23511 of `remap' feature when available. Additional key bindings for
23512 better tty support.
23513 (org-mode-restart, org-force-self-insert): New commands.
23514 (org-time-stamp-inactive): New command.
23515 (org-remap): New function.
23516 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23517 (org-enable-fixed-width-editor): Move to `org-structure'
23518 customization group.
23519 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23520 blank field after field motion commands.
23521
23522 2005-09-23 Kenichi Handa <handa@m17n.org>
23523
23524 * international/mule-cmds.el (set-language-environment):
23525 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23526 have to call utf-translate-cjk-load-tables.
23527
23528 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23529
23530 * mouse.el (mouse-move-drag-overlay): Fix last change.
23531
23532 2005-09-22 David Ponce <david@dponce.com>
23533
23534 * tree-widget.el (tree-widget-value-create): Fix previous change.
23535
23536 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23537
23538 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23539
23540 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23541
23542 * mouse.el (mouse-move-drag-overlay): New function.
23543 (mouse-drag-region-1): Use it.
23544 Try to simplify a bit the state handling. Handle clicks on links
23545 inside intangible areas.
23546 (mouse-save-then-kill): Minor simplification.
23547 (mouse-secondary-overlay): Make it always non-nil instead of
23548 recreating it each time.
23549 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23550 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23551 Simplify accordingly.
23552
23553 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23554
23555 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23556
23557 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23558
23559 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23560 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23561 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23562 to patch.
23563
23564 * ediff-util.el: Use insert-buffer-substring.
23565
23566 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23567
23568 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23569 field boundaries in the minibuffer.
23570 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23571 (viper-minibuffer-post-command-hook): New hook.
23572 (viper-line): Don't move cursor at bolp.
23573
23574 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23575
23576 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23577 avoid compiler warnings.
23578
23579 * emulation/viper-macs.el (ex-map): Better messages.
23580
23581 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23582
23583 * emulation/viper.el: Replace make-variable-buffer-local with
23584 viper-make-variable-buffer-local everywhere, to avoid warnings.
23585
23586 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23587
23588 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23589 Delete unused var `old-selected-window'.
23590 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23591 (mouse-drag-secondary): Delete unused var `start-frame'.
23592
23593 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23594
23595 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23596
23597 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23598
23599 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23600 Re-indent within 80 columns. Use inhibit-read-only.
23601
23602 2005-09-19 Romain Francoise <romain@orebokech.com>
23603
23604 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23605
23606 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23607
23608 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23609 unconditionally, since the after-change-function already did it.
23610
23611 2005-09-19 Miles Bader <miles@gnu.org>
23612
23613 * net/newsticker.el: Get rid of CVS keyword.
23614
23615 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23616
23617 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23618 The prompt is formatted later.
23619
23620 2005-09-19 David Ponce <david@dponce.com>
23621
23622 * tree-widget.el (tree-widget-value-create): Save the converted
23623 tree :node widget.
23624
23625 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23626
23627 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23628 variable `message'.
23629
23630 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23631
23632 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23633 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23634 <slawomir.nowaczyk.847@student.lu.se>.
23635
23636 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23637
23638 * image.el (image-load-path): Use symbol `data-directory' instead
23639 of its value, for backward compatibility with packages that bind
23640 it during `find-image'. Suggested by Katsumi Yamaoka.
23641 (image-search-load-path): Handle symbols whose values are strings.
23642
23643 2005-09-18 Romain Francoise <romain@orebokech.com>
23644
23645 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23646 with-current-buffer form in save-excursion.
23647
23648 2005-09-18 Deepak Goel <deego@gnufans.org>
23649
23650 * apropos.el (apropos-command): Fix `message' call: first arg
23651 should be a format spec. In this and all other cases that appear
23652 below and elsewhere in the source code, I made a change only when
23653 two conditions were satisfied: [1] I can think of a possibility
23654 that the arguments would cause an error, for example, the code in
23655 question relies on external variables such as filenames. [2] I
23656 was sure that the arg to `message' could not have been nil in the code.
23657
23658 * textmodes/tildify.el (tildify-region): Ditto.
23659
23660 * textmodes/reftex-index.el (reftex-index-change-entry)
23661 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23662 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23663 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23664 (org-priority, org-table-sum):
23665 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23666 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23667 (flyspell-word, flyspell-display-next-corrections):
23668 * textmodes/bibtex.el (bibtex-print-help-message):
23669 * textmodes/artist.el (artist-key-set-point-poly):
23670 * term/mac-win.el (mac-services-insert-text):
23671 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23672 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23673 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23674 (vhdl-compose-configuration):
23675 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23676 (sh-set-indent, sh-learn-line-indent):
23677 * progmodes/ps-mode.el (ps-mode-target-column):
23678 * progmodes/idlwave.el (idlwave-make-tags)
23679 (idlwave-scan-library-catalogs):
23680 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23681 * progmodes/gud.el (gud-jdb-analyze-source):
23682 * progmodes/flymake.el (flymake-log):
23683 * progmodes/ebnf2ps.el (ebnf-generate-region):
23684 * progmodes/cmacexp.el (c-macro-expansion):
23685 * progmodes/ada-xref.el (ada-treat-cmd-string):
23686 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23687 (ada-justified-indent-current, ada-batch-reformat):
23688 * play/zone.el (zone):
23689 * play/landmark.el (lm-move):
23690 * play/decipher.el (decipher-show-alphabet):
23691 * net/newsticker.el (newsticker--display-jump)
23692 (newsticker--display-scroll):
23693 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23694 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23695 * mail/feedmail.el (feedmail-dump-message-to-queue):
23696 * eshell/esh-proc.el (eshell-remove-process-entry):
23697 * emulation/ws-mode.el (ws-last-error):
23698 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23699 (viper-record-kbd-macro):
23700 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23701 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23702 * emacs-lisp/find-func.el (find-function-noselect):
23703 * calendar/timeclock.el (timeclock-status-string)
23704 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23705 (timeclock-when-to-leave-string):
23706 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23707 * calc/calc-units.el (calc-enter-units-table):
23708 * calc/calc-mode.el (calc-mode-record-mode):
23709 * woman.el (woman-mini-help):
23710 * wdired.el (wdired-change-to-wdired-mode):
23711 * vc.el (vc-retrieve-snapshot):
23712 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23713 * startup.el (display-startup-echo-area-message):
23714 * simple.el (set-goal-column):
23715 * ses.el (ses-command-hook, ses-recalculate-cell):
23716 * server.el (server-process-filter):
23717 * printing.el (pr-interface-txt-print, pr-interface-printify)
23718 (pr-interface-ps):
23719 * pcvs.el (cvs-help):
23720 * log-edit.el (log-edit, log-edit-mode-help):
23721 * iswitchb.el (iswitchb-possible-new-buffer):
23722 * isearch.el (isearch-edit-string):
23723 * image-mode.el (image-mode, image-minor-mode):
23724 * ibuf-macs.el (define-ibuffer-filter):
23725 * hi-lock.el (hi-lock-find-patterns):
23726 * files.el (toggle-read-only):
23727 * ediff-util.el (ediff-copy-diff)
23728 (ediff-write-merge-buffer-and-maybe-kill):
23729 * echistory.el (Electric-history-undefined):
23730 * dnd.el (dnd-insert-text):
23731 * dired-aux.el (dired-query):
23732 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23733 * bookmark.el (bookmark-bmenu-locate):
23734 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23735 Fix `message' calls to ensure first arg is a format string.
23736 The change was made only when these two conditions were satisfied:
23737 [1] when there is a possibility that the arguments would cause an error
23738 for example, if the code in question relies on external variables
23739 such as filenames, and
23740 [2] if the arg to `message' could not have been nil in the code.
23741
23742 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23743 Not having a %s would be weird, though not technically wrong.
23744
23745 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23746
23747 * term/mac-win.el (mac-add-charset-info): Doc fix.
23748
23749 2005-09-17 Romain Francoise <romain@orebokech.com>
23750
23751 * shell.el (shell-resync-dirs): Handle echoing processes more
23752 reliably. Don't insert resync command if `comint-process-echoes'
23753 is non-nil.
23754
23755 2005-09-17 Magnus Henoch <mange@freemail.hu>
23756
23757 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23758 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23759 aspell versions >= 0.60.
23760 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23761 only if ispell-aspell-supports-utf8 is non-nil.
23762
23763 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23764
23765 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23766 buffer-local value to lisp-indent-function.
23767
23768 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23769
23770 * progmodes/glasses.el (glasses-make-readable): If
23771 glasses-separator differs from underscore, put appropriate
23772 overlays over underscore characters.
23773 (glasses-convert-to-unreadable): If glasses-separator differs from
23774 underscore, try to convert glasses-separator characters to
23775 underscores.
23776
23777 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23778
23779 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23780 Use with-syntax-table and dolist.
23781
23782 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23783
23784 * textmodes/reftex-auc.el:
23785 * textmodes/reftex-cite.el:
23786 * textmodes/reftex-dcr.el:
23787 * textmodes/reftex-global.el:
23788 * textmodes/reftex-parse.el:
23789 * textmodes/reftex-ref.el:
23790 * textmodes/reftex-sel.el:
23791 * textmodes/reftex-toc.el:
23792 * textmodes/reftex-vars.el:
23793 * textmodes/reftex.el: Small changes to remove compiler warnings.
23794
23795 * textmodes/reftex-index.el: Likewise.
23796 (reftex-query-index-phrase): More efficient use of markers.
23797
23798 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23799
23800 * image.el (image-load-path): New variable.
23801 (image-search-load-path): New function.
23802 (find-image): Search for images in `image-load-path'.
23803
23804 2005-09-15 Richard M. Stallman <rms@gnu.org>
23805
23806 * follow.el: Change Maintainer field.
23807
23808 2005-09-15 David Ponce <david@dponce.com>
23809
23810 * recentf.el (recentf-save-file-modes): New option.
23811 (recentf-save-list): Use it.
23812
23813 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23814
23815 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23816 (mode-line-mule-info, mode-line-modified): Move bindings from
23817 mouse-3 to mouse-1.
23818
23819 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23820
23821 * simple.el (sendmail-user-agent-compose): Revert last change.
23822
23823 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23824
23825 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23826 Use with-current-buffer.
23827 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23828 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23829 (ange-ftp-insert-directory): Remove unused var `short'.
23830 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23831
23832 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23833 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23834
23835 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23836 (check-calendar-holidays, diary-list-entries): Autoload.
23837 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23838 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23839
23840 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23841 which mistakenly removed a call to display-buffer.
23842
23843 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23844
23845 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23846
23847 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23848
23849 * progmodes/hideshow.el
23850 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23851 (hs-allow-nesting): New user var.
23852 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23853 (hs-hide-block-at-point): When nesting allowed,
23854 if there is already an overlay in place, delete it.
23855 (hs-safety-is-job-n): Delete func; remove call sites.
23856 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23857 (hs-overlay-at): New func.
23858 (hs-already-hidden-p, hs-show-block): Use it.
23859 (hs-hide-all): Don't pre-clean if nesting allowed.
23860 (hs-show-all): Temporarily disallow
23861 nesting around call to `hs-discard-overlays'.
23862
23863 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23864
23865 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23866 Delete unused local var.
23867
23868 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23869
23870 * help-fns.el (describe-categories): "?\ " -> "?\s".
23871 (help-do-arg-highlight): Recognize also ARG-n, as in
23872 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23873
23874 * international/codepage.el (dos-unsupported-char-glyph):
23875 * net/newsticker.el (tool-bar-map, w3-mode-map)
23876 (w3m-minor-mode-map):
23877 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23878 (ent-alist):
23879 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23880
23881 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23882
23883 * custom.el (custom-push-theme): Handle the case where a symbol is
23884 bound but face properties have not yet been assigned.
23885
23886 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23887 Fix behavior if noerase is `t' and there is no mail buffer.
23888
23889 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23890 if `continue' is nil, rather than signal an error.
23891
23892 2005-09-12 Richard M. Stallman <rms@gnu.org>
23893
23894 * font-lock.el (font-lock-keywords): Add autoload.
23895
23896 * help-fns.el (describe-variable): Rearrange to put source link
23897 in a predictable place.
23898
23899 * net/newsticker.el: New file.
23900
23901 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23902
23903 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23904 (calendar-basic-setup): Use the new nil arg.
23905 (number-of-diary-entries): Move to diary-lib.el.
23906
23907 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23908 (diary-list-entries): Use with-syntax-table and dolist.
23909 Rename from list-diary-entries.
23910 Use number-of-diary-entries if `number' is nil.
23911 (diary, diary-view-entries): Use this new name and new nil arg value.
23912 (number-of-diary-entries): Move from calendar.el.
23913 (diary-unhide-everything): New function.
23914 (include-other-diary-files, fancy-diary-display)
23915 (diary-show-all-entries, make-diary-entry): Use it.
23916 (diary-mail-entries): Use buffer-string.
23917 (mark-diary-entries): Fix long standing paren typo.
23918 (diary-sexp-entry): Use count-lines.
23919 (make-diary-entry): Avoid `previous-line'.
23920 (diary-mode-map): New var.
23921 (diary-mode): Redraw cal after saving. Setup header-line.
23922 (fancy-diary-display-mode): Use local-set-key.
23923
23924 * startup.el (command-line): Try calling various terminal-init-foo-bar
23925 functions by stripping hyphenated suffixes from $TERM.
23926
23927 * files.el (normal-mode): Check boundness of font-lock-keywords.
23928
23929 2005-09-12 Richard M. Stallman <rms@gnu.org>
23930
23931 * progmodes/compile.el: Don't decide a file's directory
23932 until the user actually tries to go there.
23933 (compilation-next-error-function):
23934 Pass compilation-find-file the directory from the file-struct.
23935 (compilation-internal-error-properties): Separate local FILE-STRUCT
23936 from FILE. Doc the args better. Rename arg FMT to FMTS.
23937 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23938 Expand it, and if nil, use default-directory.
23939 (compilation-get-file-structure): Don't mix specified directory
23940 with default directory. Put specified directory into
23941 file-struct. Don't make the file name absolute.
23942
23943 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23944 (compile-command): Add autoload.
23945 (compilation-disable-input): Add autoload.
23946
23947 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23948
23949 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23950 strings of the variables it can override.
23951 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23952 %Q and %q, for fully-qualified domain name and unqualified host name.
23953
23954 2005-09-11 Kim F. Storm <storm@cua.dk>
23955
23956 * emacs-lisp/authors.el (authors-aliases): Update list.
23957 (authors-fixed-entries): Update mldrag.el entry.
23958
23959 2005-09-10 Alan Mackenzie <acm@muc.de>
23960
23961 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23962 from the region narrowed to.
23963
23964 2005-09-10 Magnus Henoch <mange@freemail.hu>
23965
23966 * textmodes/ispell.el (ispell-check-version): Signal an error if
23967 aspell version is less than 0.60.
23968
23969 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23970
23971 * progmodes/octave-inf.el (inferior-octave-startup):
23972 Resync current dir at the end.
23973
23974 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23975
23976 * woman.el (woman-topic-at-point-default):
23977 Rename to woman-use-topic-at-point-default.
23978 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23979 (woman-file-name): Reflect renames above. Automatically use the
23980 word at point as topic if woman-use-topic-at-point is non-nil.
23981 Otherwise offer it as default but don't insert it in the
23982 minibuffer. Also use `test-completion' instead of `assoc' as
23983 suggested by Stefan Monnier.
23984
23985 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23986
23987 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23988 the attempt to do it over Tramp. This is not yet supported.
23989
23990 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23991
23992 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23993 (menu-bar-non-minibuffer-window-p): New functions.
23994 ("Split Window", "Save As..."): Use them.
23995 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23996 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23997 Use menu-bar-menu-frame-live-and-visible-p.
23998 ("Save Buffer", "Insert File", "Open Directory...")
23999 ("Open File...", "Visit New File..."):
24000 Use menu-bar-non-minibuffer-window-p.
24001 (kill-this-buffer-enabled-p, dired <menu-enable>):
24002 Use menu-bar-non-minibuffer-window-p.
24003
24004 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24005
24006 * cus-start.el (all): Don't complain about fringe-related
24007 built-ins if fringes are not supported. Ditto about
24008 selection-related built-ins. Fix the test for GTK-related built-ins.
24009
24010 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24011 ("Postscript Print Buffer", "Print Region", "Save As...")
24012 ("Save", "Insert File...", "Open Directory...")
24013 ("Open File...", "Visit New File..."")
24014 ("Truncate Long Lines in this Buffer"): Don't look at
24015 menu-updating-frame if this display does not support multiple frames.
24016
24017 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24018
24019 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24020
24021 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24022
24023 * woman.el: Format- and whitespace-related changes.
24024
24025 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24026
24027 * woman.el: Fix my email address.
24028
24029 2005-09-08 Richard M. Stallman <rms@gnu.org>
24030
24031 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24032 (sh-mode): Locally set skeleton-pair-default-alist.
24033
24034 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24035
24036 * progmodes/flymake.el: Require `compile' unconditionally.
24037
24038 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24039
24040 * woman.el (woman-file-name): Provide a default, not initial input.
24041
24042 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24043
24044 * font-lock.el (font-lock-support-mode): Doc fix.
24045
24046 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24047
24048 2005-09-08 Richard M. Stallman <rms@gnu.org>
24049
24050 * simple.el (blink-matching-open): Get rid of text props from
24051 the string shown in echo area. Don't permanently set point.
24052 Some rearrangements.
24053
24054 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24055
24056 * recentf.el (recentf-filename-handler): Add custom choice
24057 `abbreviate-file-name'.
24058
24059 * msb.el (msb--very-many-menus): Fix typo.
24060
24061 * disp-table.el (standard-display-european): Don't set
24062 enable-multibyte-characters to nil.
24063
24064 2005-09-08 David Ponce <david@dponce.com>
24065
24066 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24067 (recentf-expand-file-name): Doc fix.
24068 (recentf-dialog-mode-map): Define digit shortcuts.
24069 (recentf--files-with-key): New variable.
24070 (recentf-show-digit-shortcut-filter): New function.
24071 (recentf-open-files-items): New function.
24072 (recentf-open-files): Use it.
24073 (recentf-open-file-with-key): New command.
24074
24075 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24076
24077 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24078 Suggested by Kim F. Storm.
24079 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24080 (Buffer-menu-make-sort-button): Use global keymap.
24081
24082 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24083
24084 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24085 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24086 necessary any longer with the remapped command.
24087 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24088 formatting time only.
24089
24090 * net/tramp.el (tramp-action-password)
24091 (tramp-multi-action-password): Compile the password prompt from
24092 `method', `user' and `host'. Sometimes it isn't obvious which
24093 password to enter, for example with remote files offered by
24094 recentf.el, or with multiple steps. Suggested by Robert Marshall
24095 <robert@chezmarshall.freeserve.co.uk>.
24096
24097 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24098
24099 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24100 Fix regexp for when "s///" is at the beginning of line.
24101
24102 2005-09-07 Jay Belanger <belanger@truman.edu>
24103
24104 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24105 when in matrix mode.
24106
24107 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24108
24109 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24110 non-anonymous functions.
24111
24112 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24113
24114 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24115 when using a header line. Otherwise, use mouse-1-click-follows-link.
24116
24117 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24118 can't be moved; don't signal an error.
24119
24120 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24121
24122 * cus-theme.el (custom-theme-write-faces): Save the current face
24123 spec, not the defface spec.
24124
24125 * custom.el (custom-known-themes): Clarify meaning of "standard".
24126 (custom-push-theme): Save old values in the standard theme.
24127 (disable-theme): Correct typo.
24128 (custom-face-theme-value): Deleted unused function.
24129 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24130
24131 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24132
24133 * progmodes/compile.el (compilation-goto-locus): Take into account
24134 iconified frames when determining whether the buffer is
24135 already visible.
24136 Don't reset window height if the window already existed.
24137
24138 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24139
24140 * custom.el (load-theme): Rename from require-theme.
24141 Add interactive spec.
24142 (enable-theme): Rename from custom-enable-theme.
24143 Add interactive spec.
24144 (disable-theme): Rename from custom-disable-theme.
24145 Add interactive spec.
24146 (custom-make-theme-feature): Doc fix.
24147 (custom-theme-directory): Doc fix.
24148 (provide-theme): Call enable-theme.
24149
24150 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24151
24152 * obsolete/lazy-lock.el (lazy-lock-mode):
24153 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24154 font-lock-mode if it's off. Print a warning instead.
24155
24156 * progmodes/compile.el (compilation-start): Ignore errors if the
24157 process died before we get to send-eof.
24158
24159 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24160 Undo last change. Enclosing the result in quotes broke things on Unix
24161 since tex-send-command passes it through shell-quote-argument.
24162 (tex-send-command): Pass `file' through convert-standard-filename
24163 when possible.
24164 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24165 info in a transcript.
24166
24167 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24168
24169 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24170 fix compilation warning. Reorder the key definitions to group
24171 together keys emitted by the current version of xterm.
24172
24173 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24174 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24175 Reorder predicates to correct min-color usage.
24176
24177 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24178
24179 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24180 Kill local variables when longlines-mode is turned off.
24181
24182 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24185
24186 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24187
24188 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24189
24190 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24191 (font-lock-lines-before): Change default to being inactive.
24192 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24193 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24194
24195 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24196
24197 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24198 Deactivate temporarily advice if active (not needed for Emacs 22,
24199 but for backwards compatibility).
24200 (tramp-exists-file-name-handler): Rewrite. First implementation
24201 was too simple.
24202 (tramp-advice-make-auto-save-file-name):
24203 Call `tramp-handle-make-auto-save-file-name' (again, just for
24204 backwards compatibility).
24205
24206 2005-08-31 Reto Zimmermann <reto@gnu.org>
24207
24208 * progmodes/vhdl-mode.el
24209 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24210 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24211 (vhdl-set-default-project): New function (easier setting of default).
24212 (vhdl-port-copy): Handle extended identifiers for generics.
24213 (vhdl-compiler-alist): Better description for error message regexp.
24214 (vhdl-make): Query for target, use previous as default.
24215 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24216 (vhdl-font-lock-keywords-2): Fix fontification for record
24217 el. assign.
24218 (vhdl-speedbar-make-subpack-line): Add package body link.
24219 (vhdl-generate-makefile-1): Not include itself as dependency.
24220 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24221 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24222 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24223 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24224 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24225 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24226 (vhdl-import-project): Add string argument for `error'.
24227 (vhdl-compose-configuration)
24228 (vhdl-compose-configuration-architecture): Add configuration
24229 declaration generation.
24230 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24231 (vhdl-trailer-re): Add "record" keyword (better indentation).
24232 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24233 "[^ \t-\"]+".
24234 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24235 (vhdl-testbench-entity-file-name)
24236 (vhdl-testbench-architecture-file-name): Allow separate
24237 customization of testbench file names.
24238 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24239 (vhdl-get-visible-signals): Allow newline within alias declaration.
24240 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24241 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24242 (member-ignore-case): Alias for missing function in XEmacs.
24243 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24244 (vhdl-update-sensitivity-list): Ignore case on read signals.
24245 (vhdl-replace-string): Adjust case only for file names.
24246 (vhdl-update-sensitivity-list): Fix search for read signals.
24247 (vhdl-update-sensitivity-list): Exclude formal parameters.
24248 (vhdl-get-visible-signals): Include aliases of signals.
24249 (vhdl-get-visible-signals): Fix signal name searching.
24250 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24251 (vhdl-fixup-whitespace-region): Fix for character
24252 literals (e.g. `:').
24253
24254 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24255
24256 * ansi-color.el (comint-last-output-start):
24257 * bs.el (font-lock-verbose):
24258 * diff-mode.el (add-log-buffer-file-name-function):
24259 * dired-x.el (vm-folder-directory):
24260 * faces.el (help-xref-stack-item):
24261 * files.el (font-lock-keywords):
24262 * find-lisp.el (dired-buffers, dired-subdir-alist):
24263 * ido.el (cua-inhibit-cua-keys):
24264 * log-view.el (cvs-minor-wrap-function):
24265 * outline.el (font-lock-warning-face):
24266 * simple.el (compilation-current-error):
24267 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24268 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24269 * tooltip.el (comint-prompt-regexp):
24270 * w32-fns.el (explicit-shell-file-name):
24271 * term/mac-win.el (mac-charset-info-alist)
24272 (mac-services-selection, mac-system-script-code):
24273 * term/tty-colors.el (msdos-color-values):
24274 * term/w32-win.el (xlfd-regexp-registry-subnum):
24275 * term/x-win.el (x-keysym-table, x-selection-timeout)
24276 (x-session-id, x-session-previous-id):
24277 * textmodes/ispell.el (mail-yank-prefix):
24278 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24279 * textmodes/org.el (calc-embedded-close-formula)
24280 (calc-embedded-open-formula)
24281 (font-lock-unfontify-region-function):
24282 * textmodes/reftex-global.el (isearch-next-buffer-function)
24283 (TeX-master):
24284 * textmodes/reftex.el (font-lock-keywords):
24285 * textmodes/tex-mode.el (font-lock-comment-face)
24286 (font-lock-doc-face):
24287 * textmodes/texinfo.el (outline-heading-alist):
24288 Add defvars.
24289
24290 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24291 (artist-spray-chars, artist-mode-init, artist-replace-string)
24292 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24293 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24294 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24295
24296 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24297 (conf-align-assignments): "?\ " -> "?\s".
24298
24299 * textmodes/reftex-index.el (TeX-master): Add defvar.
24300 (reftex-index-phrases-marker): Move up defvar.
24301
24302 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24303 (reftex-toc-include-labels-indicator)
24304 (reftex-toc-include-index-indicator)
24305 (reftex-toc-max-level-indicator): Move up declarations.
24306
24307 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24308 of args to `tramp-run-real-handler', even if it's empty in this case.
24309
24310 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24311
24312 * dired.el (dired-move-to-filename-regexp): Add date format for
24313 Mac OS X 10.3 in East Asian locales.
24314
24315 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24316
24317 * files.el (make-auto-save-file-name): Add file name handler call
24318 if applicable.
24319
24320 * net/tramp.el (tramp-file-name-handler-alist)
24321 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24322 (tramp-handle-make-auto-save-file-name): Rename from
24323 `tramp-make-auto-save-file-name'.
24324 (tramp-exists-file-name-handler): New defun.
24325 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24326 `make-auto-save-file-name' is not a magic file name operation.
24327
24328 2005-08-30 Richard M. Stallman <rms@gnu.org>
24329
24330 * files.el (risky-local-variable-p):
24331 Match `-predicates' and `-commands.
24332
24333 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24334 (custom-save-all): Visit the file if necessary;
24335 kill the buffer if we created it.
24336 (custom-save-delete): Don't visit file or kill buffer here.
24337
24338 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24339
24340 * textmodes/org.el (org-special-keyword): New face.
24341 (org-table-copy-down, org-table-eval-formula)
24342 (org-table-recalculate, org-init-section-numbers):
24343 Use `string-to-number' instead of `string-to-int'.
24344 (org-get-location): Use `insert-buffer-substring' instead of
24345 `insert-buffer'.
24346 (org-modify-diary-entry-string): New function.
24347 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24348 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24349 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24350 active region.
24351 (org-export-as-html): Handle QUOTE keyword.
24352 (org-quote-string): New option.
24353 (org-bookmark-jump-unhide): New function, used for
24354 `bookmark-after-jump-hook'.
24355 (org-diary-default-entry): Apply only when not called through
24356 `org-agenda'.
24357
24358 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24359
24360 * net/eudc.el (mode-popup-menu):
24361 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24362 * progmodes/ada-mode.el (compile-auto-highlight)
24363 (skeleton-further-elements):
24364 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24365 * progmodes/cmacexp.el (msdos-shells):
24366 * progmodes/compile.el (font-lock-extra-managed-props)
24367 (font-lock-keywords, font-lock-maximum-size)
24368 (font-lock-support-mode):
24369 * progmodes/grep.el (font-lock-lines-before):
24370 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24371 * progmodes/mixal-mode.el (compile-command):
24372 * progmodes/perl-mode.el (font-lock-comment-face)
24373 (font-lock-doc-face, font-lock-string-face):
24374 * progmodes/prolog.el (comint-prompt-regexp):
24375 * progmodes/sh-script.el (font-lock-comment-face)
24376 (font-lock-set-defaults, font-lock-string-face):
24377 * progmodes/sql.el (font-lock-keyword-face)
24378 (font-lock-set-defaults, font-lock-string-face):
24379 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24380 (itimer-version, lazy-lock-defer-contextually)
24381 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24382 Add defvars.
24383
24384 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24385 (cperl-electric-keyword, cperl-electric-pod)
24386 (cperl-electric-backspace, cperl-forward-re)
24387 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24388 (vc-rcs-header, vc-sccs-header): Add defvars.
24389
24390 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24391 (font-lock-syntactic-keywords, gud-find-expr-function):
24392 Add defvars.
24393
24394 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24395 (gdb-frame-parameters): Declare before use.
24396
24397 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24398 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24399 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24400 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24401
24402 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24403 (idlwave-help-with-source): Use `insert-buffer-substring', not
24404 `insert-buffer'.
24405
24406 2005-08-29 Juri Linkov <juri@jurta.org>
24407
24408 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24409 Put outline-back-to-heading function call inside save-excursion.
24410
24411 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24412
24413 * man.el (Man-init-defvars, Man-translate-references)
24414 (Man-support-local-filenames, Man-highlight-references):
24415 * progmodes/sql.el (sql-interactive-mode):
24416 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24417
24418 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24419 (compilation-mode-font-lock-keywords): Add defvars.
24420 (checkdoc-interactive-loop): "?\ " -> "?\s".
24421
24422 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24423 (font-lock-doc-face, font-lock-string-face)
24424 (font-lock-keywords-case-fold-search): Add defvars.
24425 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24426
24427 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24428 Don't pass X and Y (they are ignored anyway).
24429 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24430 (mouse-delete-window): Make arguments optional.
24431
24432 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24433 (caesar-translate-table, minor-modes, news-buffer-save)
24434 (news-group-name, news-minor-modes): Add defvars.
24435
24436 * emacs-lisp/lselect.el (mouse-highlight-priority)
24437 (x-lost-selection-functions, zmacs-regions):
24438 * emacs-lisp/pp.el (font-lock-verbose):
24439 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24440 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24441 (ses-mode-map):
24442 * emacs-lisp/tcover-unsafep.el (safe-functions):
24443 * international/mule-cmds.el (mac-system-coding-system)
24444 (mac-system-locale):
24445 * language/ethio-util.el (rmail-current-message)
24446 (rmail-message-vector):
24447 * language/thai-util.el (thai-auto-composition-mode):
24448 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24449 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24450 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24451 (vm-primary-inbox, vm-spool-files):
24452 * mail/rmail.el (deleted-head, font-lock-fontified)
24453 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24454 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24455 (total-messages):
24456 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24457 (rmail-summary-mode-map):
24458 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24459 (rmail-last-label, rmail-last-multi-labels)
24460 (rmail-summary-vector, rmail-total-messages):
24461 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24462 * mail/rmailsum.el (msgnum):
24463 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24464 (rmail-current-message):
24465 * obsolete/fast-lock.el (font-lock-face-list):
24466 * obsolete/rnewspost.el (mail-reply-buffer):
24467 * obsolete/scribe.el (compile-command):
24468 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24469
24470 2005-08-28 John Paul Wallington <jpw@gnu.org>
24471
24472 * ibuf-ext.el (ibuffer-auto-update-changed):
24473 Use `frame-or-buffer-changed-p' to check whether we need to update.
24474 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24475 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24476 as a `frame-or-buffer-changed-p' state vector instead.
24477
24478 2005-08-27 Romain Francoise <romain@orebokech.com>
24479
24480 * textmodes/makeinfo.el (makeinfo-compile):
24481 Use `compilation-start'. Set `next-error-function' according to
24482 `disable-errors'.
24483 (makeinfo-next-error): New function.
24484 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24485 (makeinfo-buffer): Likewise.
24486
24487 * progmodes/compile.el (compilation-start): Add autoload cookie.
24488
24489 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24490 * textmodes/sgml-mode.el: Likewise.
24491 * progmodes/python.el: Likewise.
24492
24493 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24494
24495 * simple.el (blink-matching-paren-distance): Document the meaning
24496 of nil value, and allow to customize to nil.
24497
24498 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24499 command.com, not command.exe.
24500
24501 2005-08-26 John Wiegley <johnw@newartisans.com>
24502
24503 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24504 code around a bit so that an extraneous nil argument is not added
24505 to a command when no args are given.
24506
24507 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24508 double-quoted argument resolves to nil, return it as an empty
24509 string rather than as nil. This made it impossible to pass "" to
24510 a shell script as a null string argument.
24511
24512 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24513
24514 * outline.el (outline-invent-heading): New fun.
24515 (outline-promote, outline-demote): Use it.
24516 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24517 (outline-end-of-subtree): Remove unused var `opoint'.
24518
24519 2005-08-26 David Reitter <david.reitter@gmail.com>
24520
24521 * menu-bar.el (truncate-lines, write-file, print-buffer)
24522 (ps-print-buffer-faces, ps-print-buffer, split-window):
24523 Disable menu items when the frame they refer to is invisible, or when
24524 they refer to a buffer and the minibuffer is selected.
24525
24526 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24527
24528 * progmodes/flymake.el (flymake-highlight-err-lines):
24529 Use save-excursion around flymake-highlight-line to preserve point.
24530
24531 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24532
24533 * progmodes/octave-mod.el: Change Author and Maintainer address.
24534 (octave-maintainer-address): Change Kurt's email address.
24535 * progmodes/octave-inf.el: Change Author and Maintainer address.
24536 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24537
24538 2005-08-26 Kim F. Storm <storm@cua.dk>
24539
24540 * subr.el (version-list-<, version-list-<=, version-list-=):
24541 Rename from integer-list-*.
24542 (version-list-not-zero): Likewise. Fix while loop.
24543 (version=): Use version-list-= instead of string-equal.
24544
24545 2005-08-26 Richard M. Stallman <rms@gnu.org>
24546
24547 * outline.el (outline-promote): Try shortening the heading.
24548 As last resort, read the heading to use.
24549 (outline-demote): As last resort, read the heading to use.
24550
24551 2005-08-26 Romain Francoise <romain@orebokech.com>
24552
24553 * progmodes/compile.el (compilation-start): Doc fix.
24554
24555 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24556 (antlr-font-lock-additional-keywords): Fix reference to
24557 `antlr-font-lock-literal-regexp' erroneously changed during the
24558 mass face rename.
24559 (antlr-run-tool): Use `compilation-start'.
24560
24561 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24562 instead of the obsolete `compile-internal'.
24563
24564 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24565
24566 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24567 (number, original-date):
24568 * calendar/cal-china.el (date):
24569 * calendar/cal-coptic.el (date):
24570 * calendar/cal-french.el (date):
24571 * calendar/cal-hebrew.el (date, entry, number, original-date):
24572 * calendar/cal-islam.el (date, number, original-date):
24573 * calendar/cal-iso.el (date):
24574 * calendar/cal-julian.el (date):
24575 * calendar/cal-mayan.el (date):
24576 * calendar/cal-menu.el (date, event):
24577 * calendar/cal-persia.el (date):
24578 * calendar/lunar.el (date):
24579 * calendar/solar.el (date): Add defvars.
24580
24581 * emerge.el:
24582 * ibuffer.el:
24583 * info-xref.el:
24584 * obsolete/bg-mouse.el:
24585 * obsolete/sun-curs.el:
24586 * obsolete/swedish.el: Move the `defvar's to the top level.
24587
24588 * smerge-mode.el (smerge-refined-change): Add :group.
24589
24590 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24591
24592 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24593 (smerge-keep-n): Remove props.
24594 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24595 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24596 now that it's done in smerge-keep-n.
24597 (smerge-refined-change): New face.
24598 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24599 (smerge-refine): New funs.
24600 (smerge-basic-map): Bind smerge-refine.
24601
24602 2005-08-25 Juri Linkov <juri@jurta.org>
24603
24604 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24605 compilation-process-setup-function and compilation-disable-input
24606 in grep-mode instead of let-bindings in grep.
24607
24608 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24609 Delete "Automatic File De/compression" (auto-compression-mode).
24610
24611 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24612
24613 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24614 Silence warning about non-existent variable.
24615
24616 2005-08-25 Richard M. Stallman <rms@gnu.org>
24617
24618 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24619 Rename "Describe Key" to "Describe Key or Mouse Operation".
24620
24621 * mail/mailalias.el (build-mail-aliases): Delete comments
24622 from the contents before processing them.
24623
24624 * isearch.el (isearch-edit-string): Erase the Search prompt
24625 if user enters an empty string and there is no default.
24626
24627 * comint.el (comint-file-name-prefix): Add autoload.
24628
24629 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24630
24631 * subr.el (play-sound): Rearrange to avoid warning.
24632
24633 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24634
24635 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24636 New hook.
24637 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24638
24639 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24640
24641 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24642
24643 * custom.el (custom-theme-set-variables): Sort minor modes last.
24644
24645 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24646
24647 * subr.el (version-separator, version-regexp-alist): New vars used by
24648 version comparison funs.
24649 (integer-list-<, integer-list-=, integer-list-<=)
24650 (integer-list-not-zero): New funs for integer list comparison.
24651 (version-to-list, version=, version<, version<=): New funs for version
24652 comparison.
24653
24654 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24655
24656 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24657 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24658 time to silence the byte-compiler.
24659
24660 * ibuffer.el (ibuffer-compile-make-eliding-form)
24661 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24662 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24663 so it's silly to get warnings for it).
24664 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24665 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24666 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24667 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24668 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24669 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24670 Defvar at compile time.
24671 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24672 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24673 Declare them before use.
24674
24675 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24676 (info-xref-good, info-xref-bad): Defvar at compile time.
24677
24678 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24679 Use `let*' instead of `let'.
24680
24681 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24682 (*mouse-y*, menu, char): Defvar at compile time.
24683 (sc::menu): Declare it before use.
24684 (sc::pack-one-line): Use `let', not `let*'.
24685
24686 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24687 (mail-send-hook): Defvar at compile time.
24688
24689 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24690 Defvar at compile time.
24691
24692 * term/sun-mouse.el (current-global-mousemap)
24693 (current-local-mousemap): Declare them before use.
24694
24695 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24696
24697 * bookmark.el (bookmark-after-jump-hook): New hook.
24698 (bookmark-jump): Run `bookmark-after-jump-hook'.
24699
24700 2005-08-23 Juri Linkov <juri@jurta.org>
24701
24702 * faces.el (minibuffer-prompt): Doc fix.
24703
24704 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24705
24706 * progmodes/xscheme.el: Trivial changes to silence warnings.
24707 (xscheme-previous-mode, xscheme-previous-process-state):
24708 Add defvars.
24709 (xscheme-last-input-end, xscheme-process-command-line)
24710 (xscheme-process-name, xscheme-buffer-name)
24711 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24712 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24713 (xscheme-control-g-synchronization-p)
24714 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24715 (default-xscheme-runlight, xscheme-runlight)
24716 (xscheme-runlight-string, xscheme-process-filter-state)
24717 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24718 Move to beginning of file.
24719 (scheme-interaction-mode-commands-alist)
24720 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24721 Declare them before use. Note: the initialization code for the
24722 variables has not been moved because it uses functions that reference
24723 the variables.
24724 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24725 (xscheme-prompt-for-expression-map): Declare them before use.
24726 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24727
24728 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24729
24730 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24731
24732 2005-08-22 Juri Linkov <juri@jurta.org>
24733
24734 * faces.el (set-face-underline): Delete this duplicate function
24735 and make an obsolete alias to set-face-underline-p.
24736 (set-face-underline-p): Use docstring of set-face-underline.
24737 (describe-face): Create hyperlink to parent face.
24738
24739 * info.el (Info-insert-dir): Use save-excursion around
24740 insert-buffer-substring.
24741 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24742 (Info-escape-percent): Delete function.
24743 (Info-fontify-node): Replace Info-escape-percent by
24744 replace-regexp-in-string with REP arg set to lambda that
24745 duplicates `%' and preserves text properties.
24746
24747 * progmodes/compile.el (compilation-disable-input): Doc fix.
24748 (define-compilation-mode): Doc fix and refill.
24749 (kill-compilation): Use `mode-name' in the error message.
24750 (compilation-find-file): Use `compilation-error' in the
24751 read-file-name's prompt.
24752
24753 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24754
24755 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24756 (smerge-auto-leave): Make undo re-enable the mode.
24757 (debug-ignored-errors): Add the user-error of impossible resolution.
24758 (smerge-resolve): Move things around a bit, in preparation for later.
24759 (smerge-diff): Don't fail if the buffer has no associated file.
24760 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24761 (smerge-conflict-overlay): New function.
24762 (smerge-match-conflict): Don't add text properties here.
24763 (smerge-find-conflict): Instead, add an overlay here.
24764 Also check for the case where we're inside a conflict already, so as to
24765 obviate the need for font-lock-multiline, which is unbearably slow with
24766 large conflicts and ciomplex font-lock patterns.
24767 (smerge-remove-props): Remove overlay rather than text-properties.
24768 (smerge-mode): Don't set font-lock-multiline.
24769 Remove overlays when turned off.
24770
24771 2005-08-21 Kim F. Storm <storm@cua.dk>
24772
24773 * ido.el (ido-ignore-item-p): Use save-match-data.
24774 Bind case-fold-search to ido-case-fold locally.
24775
24776 2005-08-20 Richard M. Stallman <rms@gnu.org>
24777
24778 * files.el (normal-mode): If font lock is on, turn it off and on.
24779
24780 * subr.el (replace-regexp-in-string): Doc fix.
24781
24782 * startup.el (command-line-1): Don't suppress startup screen
24783 due to existing processes.
24784
24785 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24786
24787 * progmodes/compile.el (compilation-disable-input): Default to nil.
24788
24789 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24790
24791 * progmodes/compile.el (compilation-disable-input): New defcustom.
24792 (compilation-start): If compilation-disable-input is non-nil, send
24793 EOF to the compilation process.
24794
24795 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24796
24797 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24798 Run the argument of tex-shell-cd-command through
24799 convert-standard-filename, to get the correct style of slashes on
24800 Windows, and enclose the result in quotes, in case the file name
24801 includes whitespace or other special characters.
24802
24803 2005-08-19 Andreas Schwab <schwab@suse.de>
24804
24805 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24806 process.
24807
24808 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24809
24810 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24811
24812 2005-08-18 Kim F. Storm <storm@cua.dk>
24813
24814 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24815
24816 2005-08-18 Richard M. Stallman <rms@gnu.org>
24817
24818 * scroll-lock.el: New file.
24819
24820 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24821
24822 * dired.el (dired-move-to-end-of-filename):
24823 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24824
24825 2005-08-18 Kim F. Storm <storm@cua.dk>
24826
24827 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24828 rather than toggle mode when custom value is nil.
24829 (ido-everywhere): Fix defun doc string.
24830
24831 2005-08-17 Richard M. Stallman <rms@gnu.org>
24832
24833 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24834 as tag instead of "Inviolable".
24835
24836 2005-08-17 Kim F. Storm <storm@cua.dk>
24837
24838 * windmove.el (windmove-coordinates-of-position): Remove.
24839 (windmove-coordinates-of-window-position): Remove.
24840 (windmove-reference-loc): Use posn-at-point instead.
24841
24842 * subr.el (insert-for-yank-1): Doc fix.
24843
24844 * ido.el (ido-enter-matching-directory): Rename from
24845 ido-enter-single-matching-directory. Change `slash' choice to
24846 `only'. Add `first' choice.
24847 (ido-exhibit): Adapt to above changes.
24848
24849 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24850
24851 * Makefile.in: Expand comment about building loaddefs.el.
24852
24853 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24854
24855 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24856 Comment use of defadvice.
24857
24858 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24859
24860 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24861
24862 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24863 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24864 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24865 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24866 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24867 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24868 for backward compatibility for faces that did not appear in the
24869 previous Emacs release.
24870
24871 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24872
24873 2005-08-15 Kim F. Storm <storm@cua.dk>
24874
24875 * emulation/cua-base.el (cua-delete-region): Return t if
24876 deleted region was non-empty.
24877 (cua-replace-region): Inhibit overwrite-mode for
24878 self-insert-command if replaced region was non-empty.
24879 (cua--explicit-region-start, cua--status-string): Make them
24880 buffer-local at top-level...
24881 (cua-mode): ...rather than when mode is enabled.
24882
24883 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24884
24885 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24886 Set t for Emacs 21, 22, and so on.
24887
24888 2005-08-15 David Ponce <david@dponce.com>
24889
24890 * tree-widget.el: Update Commentary header.
24891 (tree-widget-theme): Doc fix.
24892 (tree-widget-space-width): New option.
24893 (tree-widget-image-properties): Look up in the default theme too.
24894 (tree-widget--cursors): Only for images with arrow pointer shape.
24895 (tree-widget-lookup-image): Pointer shape is hand by default.
24896 (tree-widget-icon): Rename generic icon widget from
24897 `tree-widget-control'.
24898 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24899 derive from `tree-widget-icon'.
24900 (tree-widget-handle): Improve default look and feel of the text
24901 representation.
24902 (tree-widget): Rename :*-control properties to :*-icon properties.
24903 Add :action and :help-echo properties.
24904 (tree-widget-after-toggle-functions): Move.
24905 (tree-widget-close-node, tree-widget-open-node): Remove.
24906 (tree-widget-before-create-icon-functions): New hook.
24907 (tree-widget-value-create): Update to allow customization of icons
24908 and nodes at run-time via that new hook.
24909 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24910 (tree-widget-icon-action, tree-widget-icon-help-echo)
24911 (tree-widget-action, tree-widget-help-echo): New functions.
24912
24913 2005-08-15 Kim F. Storm <storm@cua.dk>
24914
24915 * ido.el (ido-buffer-internal): Use with-no-warnings.
24916 (ido-make-merged-file-list): Use while-no-input.
24917
24918 2005-08-15 Richard M. Stallman <rms@gnu.org>
24919
24920 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24921 (flyspell-large-region): Fix doc and custom type.
24922
24923 2005-08-14 Richard M. Stallman <rms@gnu.org>
24924
24925 * files.el (interpreter-mode-alist): Doc fix.
24926
24927 * mail/rmail.el (rmail-nonignored-headers): New variable.
24928 (rmail-clear-headers): Use it.
24929 (rmail-reply): Better handling of mail-followup-to header.
24930
24931 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24932 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24933 don't try to refer to executable-font-lock-keywords.
24934 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24935 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24936 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24937 (sh-mode): Set comment-start-skip, local-abbrev-table,
24938 imenu-case-fold-search.
24939 (sh-set-shell): Don't set them here.
24940 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24941 Don't cache the results in the original alist; don't ever modify
24942 that alist.
24943
24944 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24945
24946 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24947 empty.
24948
24949 2005-08-15 Andreas Schwab <schwab@suse.de>
24950
24951 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24952
24953 * dired.el, info.el, mail/rmail.el: Revert last change.
24954
24955 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24956
24957 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24958 modification in `eval-after-load' form.
24959 * info.el: Likewise.
24960 * mail/rmail.el: Likewise.
24961
24962 2005-08-14 Juri Linkov <juri@jurta.org>
24963
24964 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24965 Remove highlighting of "Compilation started". Highlight only
24966 the word "finished" in "Compilation finished". Add highlighting
24967 of "interrupt", "killed", "terminated" and the exit code.
24968 (compilation-start): Add newline after header. Use exactly the
24969 same time stamp format as the finishing message.
24970 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24971
24972 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24973 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24974 Add highlighting of "interrupt", "killed", "terminated".
24975
24976 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24977 enabled and the current command is self-insert-command, call it
24978 explicitly with overwrite-mode bound to nil, to not allow it
24979 to delete the character after the selected region.
24980
24981 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24982
24983 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24984 move-end-of-line, end-of-line, and beginning-of-line to the list
24985 of commands after which the echo area is updated.
24986
24987 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24988
24989 * cus-edit.el (custom-save-all, custom-save-delete):
24990 Bind recentf-exclude to exclude custom-file.
24991
24992 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24993
24994 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24995 to go to the bottom of the mail message. Added to
24996 `rmail-summary-mode-map' with key "/".
24997 (rmail-summary-show-message): New (internal) function for use by
24998 both `rmail-summary-beginning/end-of-message'.
24999 (rmail-summary-beginning-of-message): Change to use
25000 rmail-summary-show-message.
25001
25002 * mail/rmail.el (rmail-end-of-message): New command to go to the
25003 end of the current message. Added to `rmail-mode-map' with key "/".
25004 (rmail-beginning-of-message): Fix to work as documented.
25005 (rmail-mode): Change documentation.
25006
25007 * progmodes/compile.el (compilation-start): Add the line
25008 "Compilation started" with compilation start time.
25009 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25010
25011 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25012
25013 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25014 of menu items.
25015
25016 2005-08-11 Richard M. Stallman <rms@gnu.org>
25017
25018 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25019
25020 * battery.el (battery-status-function): Don't use ignore-errors.
25021
25022 2005-08-11 Lute Kamstra <lute@gnu.org>
25023
25024 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25025 define-obsolete-variable-alias.
25026
25027 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25028
25029 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25030 (ange-ftp-send-cmd): Revert last change, and expand
25031 the comment explaining the problem.
25032
25033 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25034
25035 * ldefs-boot.el: Update.
25036
25037 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25038 item to "Time, Load and Mail". Change help echo text.
25039
25040 * time.el (display-time-use-mail-icon, display-time-format)
25041 (display-time-string-forms): Shorten first line of docstrings.
25042
25043 2005-08-10 Lars Hansen <larsh@soem.dk>
25044
25045 * desktop.el (desktop-buffer-mode-handlers):
25046 Make non-customizable. Add autoload cookie. Change initial value to
25047 nil; add elements in respective modules instead. Fix doc string.
25048 (desktop-load-file): New function.
25049 (desktop-minor-mode-handlers): New autoloaded variable.
25050 (desktop-create-buffer): Call minor mode handlers.
25051 Use desktop-load-file to load major and minor mode modules prior to
25052 checking for a handler.
25053 (desktop-save): Don't add nil to desktop-minor-modes for minor
25054 modes with nil function in desktop-minor-mode-table. Don't delete
25055 desktop file before rewriting it.
25056 (desktop-locals-to-save): Add autoload cookie. Don't make
25057 automatically buffer-local. Add variables column-number-mode,
25058 size-indication-mode, indent-tabs-mode,
25059 indicate-buffer-boundaries, indicate-empty-lines and
25060 show-trailing-whitespace.
25061 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25062 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25063 (desktop-clear-preserve-buffers-regexp): Delete.
25064 (desktop-clear-preserve-buffers): Update initial value and docstring.
25065 (desktop-save-buffer): Fix doc string.
25066
25067 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25068 (hilit-chg-desktop-restore): New function.
25069 (highlight-changes-mode): Add highlight-changes-mode to
25070 desktop-locals-to-save.
25071
25072 * dired.el: Add handler to desktop-buffer-mode-handlers.
25073 (dired-restore-desktop-buffer): Remove autoload cookie.
25074 (dired-mode): Add autoload cookie.
25075
25076 * info.el: Add handler to desktop-buffer-mode-handlers.
25077 (Info-restore-desktop-buffer): Remove autoload cookie.
25078 (Info-mode): Add autoload cookie.
25079
25080 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25081 (mh-restore-desktop-buffer): Remove autoload cookie.
25082 (mh-folder-mode): Add autoload cookie.
25083
25084 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25085 (rmail-restore-desktop-buffer): Remove autoload cookie.
25086
25087 2005-08-11 Masatake YAMATO <jet@gyve.org>
25088
25089 * hexl.el (hexl-address-region):
25090 (hexl-ascii-region, hexl-font-lock-keywords):
25091 (hexl-highlight-line-range): Use the term "region"
25092 instead of "area" for consistency with the other symbols
25093 defined in hexl.el.
25094
25095 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25096
25097 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25098 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25099 out by Juri Linkov). Add `display-battery-mode'.
25100
25101 2005-08-09 Juri Linkov <juri@jurta.org>
25102
25103 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25104 Remove `-text' from face variable names.
25105 (compilation-error-file-name, compilation-warning-file-name)
25106 (compilation-info-file-name): Delete faces.
25107 (compilation-line-number, compilation-column-number):
25108 Remove face underlining.
25109 (compilation-message-face): Set to `underline' value by default.
25110 (compilation-error-face, compilation-warning-face)
25111 (compilation-info-face): Remove `-file-name' from face names.
25112 (compilation-error-text-face, compilation-warning-text-face)
25113 (compilation-info-text-face): Delete face variables.
25114 (compilation-text-face): Delete function.
25115
25116 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25117 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25118 (grep-error-face): Set to `compilation-error' instead of
25119 `compilation-error-face' (which is redefined to `grep-hit-face' in
25120 grep buffers).
25121 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25122 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25123
25124 * dired-aux.el (dired-do-query-replace-regexp):
25125 Use `query-replace-read-args'.
25126
25127 * replace.el (query-replace-read-from, query-replace-read-to)
25128 (query-replace-read-args): Rename arg `string' to `prompt'.
25129
25130 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25131
25132 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25133
25134 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25135 uploading files.
25136 (ange-ftp-canonize-filename): Handle file names beginning with ~
25137 correctly.
25138
25139 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25140
25141 * textmodes/fill.el (canonically-space-region)
25142 (fill-context-prefix, fill-french-nobreak-p)
25143 (fill-delete-newlines, fill-comment-paragraph)
25144 (justify-current-line): "?\ " -> "?\s".
25145
25146 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25147
25148 * textmodes/fill.el (fill-nonuniform-paragraphs):
25149 Improve argument/docstring consistency.
25150
25151 2005-08-09 Richard M. Stallman <rms@gnu.org>
25152
25153 * textmodes/ispell.el (ispell-word): More fboundp checks.
25154
25155 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25156 (find-file-noselect-1): Call it here, only if RAWFILE.
25157 (normal-mode): Always set some major mode.
25158 (save-some-buffers-action-alist): Change some explanation strings.
25159 (file-name-non-special): In the `quote' method, use unwind-protect.
25160
25161 2005-08-09 Magnus Henoch <mange@freemail.hu>
25162
25163 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25164 (ispell-have-aspell-dictionaries): New variable.
25165 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25166 (ispell-get-aspell-config-value): New function.
25167 (ispell-aspell-find-dictionary): New function.
25168 (ispell-aspell-add-aliases): New function.
25169 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25170 appropriate. Don't look for ispell dictionaries if we use aspell.
25171 (ispell-menu-map): Don't build a submenu of dictionaries.
25172
25173 2005-08-09 Richard M. Stallman <rms@gnu.org>
25174
25175 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25176 (sql-read-passwd): Use read-passwd.
25177
25178 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25179 (idlwave-toolbar-is-possible): Add defvars.
25180
25181 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25182 Avoid warnings.
25183
25184 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25185 (idlwave-system-class-info, idlwave-executive-commands-alist):
25186 Use defvar.
25187
25188 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25189
25190 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25191 Avoid warnings.
25192
25193 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25194 and content-type: headers.
25195
25196 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25197
25198 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25199 and rename some of them to be more self-explanatory.
25200
25201 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25202
25203 * startup.el (command-line-1): Implement -scriptload.
25204
25205 * replace.el (occur-engine): Initial *Occur* output not undoable.
25206
25207 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25208 and improve help strings.
25209
25210 * isearch.el (isearch-repeat): When changing direction,
25211 mark search successful.
25212
25213 * ediff-init.el: Use (featurep 'xemacs).
25214
25215 * comint.el (send-invisible): Identify buffer, if not selected.
25216
25217 * align.el: Delete autoload for c-guess-basic-syntax.
25218
25219 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25220
25221 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25222 Improve argument/docstring consistency. Doc fixes.
25223 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25224 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25225 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25226 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25227 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25228 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25229 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25230 Defvar at compile time.
25231
25232 2005-08-09 Juri Linkov <juri@jurta.org>
25233
25234 * info.el: Replace `info' with upper-case `Info' where appropriate.
25235 (info-title-1, info-title-2, info-title-3, info-title-4)
25236 (info-menu-header): Move up face definitions.
25237 (info-menu-star): Rename from `info-menu-5'.
25238 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25239 (Info-fontify-visited-nodes): Fix docstring.
25240 (Info-hide-note-references): Fix docstring.
25241 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25242 menu items in the same way as on cross-references.
25243 (info-apropos): Fix sorting order and formatting to be like in the
25244 stand-alone Info browser. Display error messages for 1 sec.
25245 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25246 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25247 from the menu bar.
25248 (Info-insert-dir): Restore point after calling
25249 `insert-buffer-substring'.
25250
25251 2005-08-08 Richard M. Stallman <rms@gnu.org>
25252
25253 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25254 (recompute-lucid-menubar): Add defvars.
25255
25256 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25257
25258 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25259
25260 * net/net-utils.el (run-dig): Rename from `dig'.
25261
25262 * play/gametree.el (gametree-mode): Use make-local-variable,
25263 not make-variable-buffer-local.
25264
25265 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25266
25267 * ansi-color.el (ansi-color-make-extent)
25268 (ansi-color-set-extent-face): Use fboundp, not functionp.
25269
25270 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25271 not make-variable-buffer-local.
25272
25273 * bookmark.el (Info-current-file): Add defvar.
25274 (bookmark-jump-noselect): Use with-no-warnings.
25275
25276 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25277
25278 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25279
25280 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25281
25282 * find-file.el (ada-procedure-start-regexp)
25283 (ada-package-start-regexp): Add defvars.
25284
25285 * info.el (Info-insert-dir): Use insert-buffer-substring.
25286
25287 * xml.el (xml-att-def-re): Add defvar.
25288
25289 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25290 calling convention.
25291
25292 * subr.el (while-no-input): Return t if there is input.
25293
25294 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25295
25296 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25297
25298 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25299
25300 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25301 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25302
25303 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25304
25305 * cmuscheme.el (scheme-start-file): Replace reference to
25306 `user-emacs-directory' by "~/.emacs.d/".
25307
25308 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25309
25310 * info.el (Info-dir-remove-duplicates): Avoid case folding
25311 in loop; instead, keep downcased strings for comparison.
25312 Suggested by Helmut Eller.
25313
25314 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25315
25316 Sync with Tramp 2.0.50.
25317
25318 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25319 XEmacs case; not necessary anymore.
25320 (tramp-user-regexp): Allow "@" as part of user name.
25321 (tramp-handle-set-visited-file-modtime)
25322 (tramp-handle-insert-file-contents)
25323 (tramp-handle-write-region): No special handling for
25324 `last-coding-system-used, because this is done in
25325 `tramp-accept-process-output' now.
25326 (tramp-accept-process-output): New defun.
25327 (tramp-process-one-action, tramp-process-one-multi-action)
25328 (tramp-wait-for-regexp, tramp-wait-for-output)
25329 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25330 Howells <dhowells@redhat.com>.
25331 (clear-visited-file-modtime): Defadvice removed. The check for
25332 unset buffer's modtime does not need to be based on
25333 `tramp-buffer-file-attributes'. Suggested by RMS.
25334 (tramp-message): Insert "\n" if not being at beginning of line.
25335 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25336 sequence with same logic.
25337 (tramp-completion-handle-expand-file-name): Discard call of
25338 `tramp-drop-volume-letter'. It is not necessary, and there have
25339 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25340 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25341 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25342 should always be visible.
25343 (tramp-handle-insert-directory, tramp-setup-complete)
25344 (tramp-set-process-query-on-exit-flag)
25345 (tramp-append-tramp-buffers): Pacify byte-compiler.
25346 (tramp-bug): Delete non-existing variables from list.
25347 Apply `tramp-load-report-modules' as pre-hook.
25348 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25349 `shell-prompt-pattern' because of non-7bit characters.
25350 Reported by Sebastian Luque <sluque@mun.ca>.
25351 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25352 (tramp-match-string-list): Remove function.
25353 (tramp-wait-for-regexp): Remove call of that function.
25354 Suggested by Kim F. Storm <storm@cua.dk>.
25355 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25356 instead of octal character code ?\600. The latter resulted in a
25357 syntax error with XEmacs.
25358
25359 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25360 XEmacs case; not necessary anymore.
25361 (tramp-smb-handle-write-region): No special handling for
25362 `last-coding-system-used, because this is done in
25363 `tramp-accept-process-output' now.
25364 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25365
25366 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25367
25368 * wid-edit.el (widget-choice-value-create):
25369 Unconditionally respect user choice. Set :explicit-choice back to nil
25370 when no longer needed.
25371 (widget-choice-action): Unconditionally respect user choice.
25372 Eliminate :explicit-choice-value.
25373
25374 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25375
25376 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25377 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25378 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25379 running new function `toggle-indicate-empty-lines'.
25380 Rename "Customize" item to "Customize fringe".
25381 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25382 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25383 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25384 Delete "Empty lines only" item.
25385 (menu-bar-showhide-fringe-ind-customize): New function.
25386 (menu-bar-showhide-fringe-ind-mixed)
25387 (menu-bar-showhide-fringe-ind-box)
25388 (menu-bar-showhide-fringe-ind-right)
25389 (menu-bar-showhide-fringe-ind-left)
25390 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25391 instead of `fringe-indicators'.
25392
25393 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25394
25395 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25396 Change the date of last update.
25397
25398 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25399
25400 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25401 (viper-exec-yank, viper-put-back): Don't display modification msg
25402 if in the minibuffer.
25403
25404 * viper-init.el (viper-replace-overlay-cursor-color)
25405 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25406 Make variables frame local.
25407
25408 * viper-util.el (viper-append-filter-alist): Use append instead of
25409 nconc.
25410
25411 * viper.el (viper-vi-state-mode-list)
25412 (viper-emacs-state-mode-list): Move help-mode and
25413 completion-list-mode from the first list to the second.
25414 (viper-mode): Docstring.
25415 (viper-go-away, viper-non-hook-settings): Don't localize
25416 minor-mode-alist in newer Emacsen. Add advice to
25417 set-cursor-color. Don't bind "\C-c\\".
25418
25419 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25420
25421 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25422 (scheme-macro-expand-command): New user options.
25423 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25424 (scheme-form-at-point, scheme-start-file)
25425 (scheme-interactively-start-process): New functions.
25426 (scheme-get-process): New function, extracted from `scheme-proc'.
25427 (run-scheme): Call `scheme-start-file' to get start file, and pass
25428 it to `make-comint'.
25429 (switch-to-scheme, scheme-proc):
25430 Call `scheme-interactively-start-process' if no Scheme buffer/process
25431 is available.
25432
25433 2005-08-06 Juri Linkov <juri@jurta.org>
25434
25435 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25436 Use `compilation-text-face', `compilation-info-text-face' and
25437 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25438 (compilation-error): New face.
25439 (compilation-error-file-name): Inherit from
25440 `compilation-error' instead of `font-lock-warning-face'.
25441 (compilation-warning-file-name): Inherit from
25442 `compilation-warning' instead of `font-lock-warning-face'.
25443 (compilation-info, compilation-error-file-name)
25444 (compilation-warning-file-name, compilation-info-file-name)
25445 (compilation-line-number, compilation-column-number): Doc fix.
25446 (compilation-error-text-face, compilation-warning-text-face)
25447 (compilation-info-text-face): New face variables.
25448 (compilation-line-face, compilation-column-face)
25449 (compilation-enter-directory-face)
25450 (compilation-leave-directory-face): Doc fix.
25451 (compilation-text-face): New function.
25452
25453 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25454 instead of 1 to display binary file names as info file links.
25455 (grep-error-face): Use `compilation-error-face' instead of
25456 `font-lock-keyword-face'.
25457 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25458 and `compilation-warning-text-face' instead of
25459 `font-lock-keyword-face'. Use `compilation-error-text-face'
25460 instead of `grep-error-face'.
25461
25462 2005-08-05 Kenichi Handa <handa@m17n.org>
25463
25464 * international/code-pages.el: Add autoload cookies for all coding
25465 systems.
25466
25467 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25468
25469 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25470
25471 2005-08-04 Juri Linkov <juri@jurta.org>
25472
25473 * progmodes/compile.el (compilation-mode-map):
25474 * progmodes/grep.el (grep-mode-map):
25475 Bind TAB to `compilation-next-error' and [backtab] to
25476 `compilation-previous-error'.
25477
25478 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25479 matching line numbers, column numbers and their ranges with regexp
25480 matching only line numbers.
25481 (grep-context-face): New face variable.
25482 (grep-mode-font-lock-keywords): Use it.
25483
25484 * faces.el (read-face-name): Delete duplicate faces.
25485
25486 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25487
25488 * thumbs.el (thumbs-find-image): Don't make variables
25489 automatically buffer local.
25490 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25491 (thumbs-image-num): Make automatically buffer local.
25492 (thumbs-show-thumbs-list): Use `make-local-variable', not
25493 `make-variable-buffer-local'.
25494 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25495
25496 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25497 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25498 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25499 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25500 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25501 (feelings-about, foullst, found, hello, history, howareyoulst)
25502 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25503 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25504 (neglst, obj, object, owner, please, problems, qlist)
25505 (random-adjective, relation, remlst, repetitive-shortness)
25506 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25507 (shortlst, something, sportslst, stallmanlst, states, subj)
25508 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25509 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25510 Defvar at compile time.
25511
25512 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25513 not `make-variable-buffer-local'.
25514
25515 2005-08-02 Kim F. Storm <storm@cua.dk>
25516
25517 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25518 rectangle overlay in selected window.
25519
25520 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25521
25522 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25523 instead of display group. Make `indicate-buffer-boundaries'
25524 customizable through Custom.
25525
25526 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25527
25528 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25529 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25530 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25531 (gdb-put-string): Fix typos in docstrings.
25532
25533 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25534
25535 Update copyright notices of files in progmodes directory for
25536 release of Emacs 22.1.
25537
25538 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25539
25540 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25541 Don't barf if the GUD buffer has been killed.
25542
25543 2005-08-01 Kim F. Storm <storm@cua.dk>
25544
25545 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25546
25547 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25548
25549 * simple.el (next-error-follow-minor-mode):
25550 make-variable-buffer-local -> make-local-variable.
25551
25552 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25553
25554 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25555 (byte-compile-form-make-variable-buffer-local): New functions to warn
25556 about misuses of make-variable-buffer-local where make-local-variable
25557 was meant.
25558
25559 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25560
25561 * bs.el (bs-attributes-list): Doc fix.
25562 (bs): Update url-link.
25563
25564 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25565 (desktop-load-default): Simplify.
25566
25567 * ibuffer.el (ibuffer-columnize-and-insert-list)
25568 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25569 (ibuffer-unmark-all, ibuffer-toggle-marks)
25570 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25571 (ibuffer-compile-make-format-form, ibuffer-format-column)
25572 (ibuffer-current-buffers-with-marks)
25573 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25574 (ibuffer): Doc fix.
25575 (ibuffer-mode): Fix typo in docstring.
25576 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25577 with `define-obsolete-variable-alias'.
25578 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25579
25580 2005-07-29 Kenichi Handa <handa@m17n.org>
25581
25582 * international/mule-cmds.el (select-message-coding-system):
25583 Be sure to use LF for end-of-line. If no coding system is decided,
25584 return iso-8859-1-unix.
25585
25586 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25587
25588 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25589 (ange-ftp-pending-error-line): New vars.
25590 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25591 to handle the non-fatal no-route-to-host messages.
25592 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25593
25594 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25595
25596 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25597 (isearch-quote-char, isearch-printing-char)
25598 (isearch-text-char-description): "?\ " -> "?\s".
25599 (isearch-lazy-highlight-cleanup)
25600 (isearch-lazy-highlight-initial-delay)
25601 (isearch-lazy-highlight-interval)
25602 (isearch-lazy-highlight-max-at-a-time)
25603 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25604 Declare with define-obsolete-*-alias macros.
25605 (isearch-forward): Fix typo in docstring.
25606 (search-invisible, search-ring-yank-pointer)
25607 (regexp-search-ring-yank-pointer): Doc fixes.
25608
25609 * recentf.el (recentf-menu-append-commands-p): Declare with
25610 `define-obsolete-variable-alias'.
25611 (recentf-max-saved-items, recentf-menu-filter)
25612 (recentf-arrange-by-rule-subfilter): Doc fixes.
25613 (recentf-menu-append-commands-flag)
25614 (recentf-initialize-file-name-history, recentf-expand-file-name)
25615 (recentf-clear-data): Fix typos in docstrings.
25616
25617 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25618
25619 * progmodes/gdb-ui.el: Smarten comments.
25620 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25621
25622 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25623
25624 * term/apollo.el (terminal-init-apollo): New function containing
25625 all former top level forms in the file.
25626 * term/bobcat.el (terminal-init-bobcat):
25627 * term/cygwin.el (terminal-init-cygwin):
25628 * term/iris-ansi.el (terminal-init-iris-ansi):
25629 * term/linux.el (terminal-init-linux):
25630 * term/news.el (terminal-init-news):
25631 * term/rxvt.el (terminal-init-rxvt):
25632 * term/sun.el (terminal-init-sun):
25633 * term/tvi970.el (terminal-init-tvi970):
25634 * term/vt100.el (terminal-init-vt100):
25635 * term/vt102.el (terminal-init-vt102):
25636 * term/vt125.el (terminal-init-vt125):
25637 * term/vt200.el (terminal-init-vt200):
25638 * term/vt201.el (terminal-init-vt201):
25639 * term/vt220.el (terminal-init-vt220):
25640 * term/vt240.el (terminal-init-vt240):
25641 * term/vt300.el (terminal-init-vt300):
25642 * term/vt320.el (terminal-init-vt320):
25643 * term/vt400.el (terminal-init-vt400):
25644 * term/vt420.el (terminal-init-vt420):
25645 * term/wyse50.el (terminal-init-wyse50):
25646 * term/xterm.el (terminal-init-xterm): Likewise.
25647
25648 * term/README: Describe the terminal-init-* functionality.
25649
25650 * startup.el (command-line): After loading the terminal initialization
25651 file call the corresponding terminal initialization function.
25652
25653 2005-07-27 Kenichi Handa <handa@m17n.org>
25654
25655 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25656 negative.
25657
25658 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25659 (ps-mule-composition-prologue): Fix for the case that
25660 RelativeCompose is false.
25661
25662 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25663
25664 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25665
25666 * descr-text.el (describe-char): Handle the case where the list of
25667 chars is displayed in a separate frame.
25668 Be a bit more discriminating when looking for the char.
25669
25670 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25671
25672 * bookmark.el (bookmark-automatically-show-annotations)
25673 (bookmark-read-annotation-text-func): Doc fixes.
25674 (bookmark-save): Improve argument/docstring consistency.
25675 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25676 (bookmark-alist-from-buffer)
25677 (bookmark-upgrade-file-format-from-0)
25678 (bookmark-grok-file-format-version)
25679 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25680 (bookmark-read-annotation-mode)
25681 (bookmark-insert-current-bookmark, bookmark-jump)
25682 (bookmark-exit-hook): Fix typos in docstrings.
25683 (bookmark-exit-hooks): Define as obsolete alias.
25684 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25685 not `bookmark-exit-hooks'. Fix docstring.
25686 (bookmark-bmenu-select): "?\ " -> "?\s".
25687
25688 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25689
25690 * startup.el (command-line): Fix typo.
25691
25692 2005-07-24 Richard M. Stallman <rms@gnu.org>
25693
25694 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25695 not emacs-quick-startup.
25696
25697 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25698
25699 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25700 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25701 instead of `reb-with-current-window'.
25702 (reb-prev-match): Likewise. Also, don't move left if the search
25703 was unsuccessful.
25704 (reb-initialize-buffer): New function.
25705 (re-builder, reb-change-syntax): Use it.
25706
25707 * man.el (Man-goto-page): Make second argument NOERROR optional.
25708
25709 2005-07-23 Richard M. Stallman <rms@gnu.org>
25710
25711 * man.el (Man-bgproc-sentinel): Check here for failure to find
25712 any man page in the output, and report the error here.
25713 (Man-arguments): Make it permanent local.
25714 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25715 (Man-mode): Pass t for NOERROR.
25716
25717 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25718 (grep-mode-font-lock-keywords):
25719 Don't use compilation-...-face for messages that are not file names.
25720
25721 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25722 Don't use compilation-...-face for messages that are not file names.
25723
25724 2005-07-22 Juri Linkov <juri@jurta.org>
25725
25726 * startup.el (normal-splash-screen): Update menu name.
25727
25728 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25729
25730 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25731
25732 * term/xterm.el: Load term/rxvt if the terminal is actually an
25733 rxvt terminal.
25734 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25735
25736 * term/rxvt.el (function-key-map): Use substitute-key-definition
25737 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25738
25739 * term/cygwin.el: New file.
25740
25741 2005-07-22 Kim F. Storm <storm@cua.dk>
25742
25743 * image-file.el (insert-image-file, image-file-yank-handler):
25744 Fix last change to maintain a (unique) yank-handler on yanked images.
25745
25746 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25747
25748 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25749 of the file size (as in "177B" for 177 bytes). This happens with
25750 "ls -lh" on FreeBSD.
25751
25752 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25753
25754 * hilit-chg.el (highlight-changes-global-initial-state)
25755 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25756 (hilit-chg-fixup, highlight-changes-mode):
25757 Fix typos in docstrings.
25758 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25759 Doc fixes.
25760
25761 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25762
25763 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25764 mode function using `eval-after-load'.
25765
25766 2005-07-21 Kim F. Storm <storm@cua.dk>
25767
25768 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25769 included when reporting an Emacs crash, and tell about the DEBUG file.
25770
25771 * image-file.el (insert-image-file): Add yank-handler.
25772 (image-file-yank-handler): Yank handler to make unique copies of
25773 images when they are yanked into a buffer next to each other.
25774
25775 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25776
25777 * comint.el (comint-use-prompt-regexp, comint-send-input)
25778 (comint-source-default, comint-extract-string)
25779 (comint-get-source, comint-word, comint-completion)
25780 (comint-source, comint-prompt-read-only, comint-update-fence):
25781 Fix typos in docstrings.
25782 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25783 Declare with define-obsolete-*-alias macros.
25784 (comint-previous-matching-input-from-input)
25785 (comint-next-matching-input-from-input)
25786 (comint-previous-matching-input, comint-next-matching-input)
25787 (comint-forward-matching-input):
25788 Improve argument/docstring consistency.
25789
25790 * desktop.el (desktop-clear-preserve-buffers-regexp):
25791 Also preserve the *server* buffer.
25792
25793 * simple.el (clone-indirect-buffer): Doc fix.
25794 (fixup-whitespace, just-one-space)
25795 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25796 (next-error, next-error-highlight)
25797 (next-error-highlight-no-select, next-error-last-buffer)
25798 (next-error-buffer-p, next-error-find-buffer, next-error)
25799 (previous-error, next-error-no-select, previous-error-no-select)
25800 (open-line, split-line, minibuffer-prompt-width, kill-new)
25801 (binary-overwrite-mode): Fix typos in docstrings.
25802 (set-fill-column): Fix typo in message.
25803
25804 * skeleton.el (skeleton-proxy-new): Doc fix.
25805
25806 * strokes.el (strokes-load-hook): Doc fix.
25807 (strokes-grid-resolution, strokes-get-grid-position)
25808 (strokes-renormalize-to-grid, strokes-read-stroke)
25809 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25810 (strokes-global-map): Fix typos in docstrings.
25811 (strokes-help): Doc fix. Fix help message and pass it through
25812 `substitute-command-keys'.
25813
25814 * tempo.el (tempo-insert-prompt, tempo-interactive)
25815 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25816 (tempo-insert-string-functions, tempo-local-tags)
25817 (tempo-define-template, tempo-insert-template)
25818 (tempo-insert-prompt-compat, tempo-is-user-element)
25819 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25820 Fix typos in docstrings.
25821
25822 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25823 (vcursor-key-bindings, vcursor-use-vcursor-map)
25824 (vcursor-find-window, vcursor-scroll-down)
25825 (vcursor-disable, vcursor-beginning-of-buffer)
25826 (vcursor-end-of-buffer): Fix typos in docstrings.
25827 (vcursor-relative-move, vcursor-get-char-count):
25828 Improve argument/docstring consistency.
25829
25830 * version.el: "?\ " -> "?\s".
25831
25832 * wid-edit.el (widget-default-create, widget-after-change)
25833 (widget-default-format-handler, widget-checklist-add-item)
25834 (widget-radio-add-item, widget-choose, widget-specify-secret)
25835 (widget-field-value-create, widget-field-value-get)
25836 (widget-editable-list-format-handler)
25837 (widget-editable-list-entry-create, widget-group-value-create)
25838 (widget-documentation-link-add)
25839 (widget-documentation-string-value-create): "?\ " -> "?\s".
25840 (widget-convert-text): Doc fix.
25841 (widget-narrow-to-field, widget-field-find)
25842 (widget-url-link-action, widget-emacs-library-link-action)
25843 (widget-color-notify): Fix typos in docstrings.
25844
25845 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25846 (x-select-text, set-w32-system-coding-system)
25847 (w32-add-charset-info): Fix typos in docstrings.
25848
25849 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25850 (cua-enable-cua-keys, cua-use-hyper-key)
25851 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25852 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25853
25854 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25855
25856 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25857 `defalias' instead of faking it.
25858
25859 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25860 (eshell-ls-missing, eshell-ls-dired-initial-args)
25861 (eshell-ls-use-in-dired): Fix typos in docstrings.
25862
25863 2005-07-20 Kim F. Storm <storm@cua.dk>
25864
25865 * emulation/cua-base.el (cua-mode): Improve doc string.
25866
25867 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25868
25869 * abbrev.el (expand-region-abbrevs): Doc fix.
25870 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25871 Improve argument/docstring consistency.
25872
25873 * arc-mode.el (archive-get-descr, archive-alternate-display):
25874 Doc fixes.
25875 (archive-l-e): Improve argument/docstring consistency.
25876 (archive-tmpdir, archive-unixdate, archive-unixtime)
25877 (archive-chmod-entry): Fix typos in docstrings.
25878 (archive-unflag, archive-unflag-backwards)
25879 (archive-unmark-all-files): "?\ " -> "?\s".
25880
25881 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25882 (Buffer-menu-not-modified, Buffer-menu-execute)
25883 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25884 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25885
25886 * composite.el (compose-string, encode-composition-rule)
25887 (compose-last-chars): Fix typos in docstrings.
25888
25889 * desktop.el (desktop-enable, desktop-basefilename):
25890 Declare with `define-obsolete-variable-alias'.
25891 (desktop-internal-v2s): Don't quote keywords.
25892 (desktop-clear): "?\ " -> "?\s".
25893
25894 * dired.el (dired-align-file, dired-flag-backup-files)
25895 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25896 (dired-listing-switches, dired-ls-F-marks-symlinks)
25897 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25898 (dired-directory, dired-faces, dired, dired-revert)
25899 (dired-mode, dired-summary, dired-view-file)
25900 (dired-copy-filename-as-kill, dired-delete-file)
25901 (dired-no-confirm, dired-unmark-all-marks)
25902 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25903 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25904 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25905 Fix typos in message strings.
25906
25907 * dired-x.el (virtual-dired): Declare with `defalias'.
25908 (dired-mark-unmarked-files, dired-local-variables-file)
25909 (dired-omit-here-always): Doc fix.
25910 (dired-omit-mode, dired-find-subdir)
25911 (dired-enable-local-variables, dired-clean-up-buffers-too)
25912 (dired-extra-startup, dired-mark-extension, dired-jump)
25913 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25914 (dired-smart-shell-command, dired-guess-shell-alist-user)
25915 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25916 (dired-x-bind-find-file, dired-x-submit-report):
25917 Fix typos in docstrings.
25918 (dired-mark-unmarked-files): "?\ " -> "?\s".
25919
25920 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25921
25922 * faces.el (describe-face): "?\ " -> "?\s".
25923 (read-all-face-attributes, read-face-font, modify-face)
25924 (face-attr-construct, italic): Fix typos in docstrings.
25925 (frame-update-face-colors): Declare with
25926 `define-obsolete-function-alias'.
25927
25928 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25929 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25930 (magic-mode-alist, buffer-file-numbers-unique)
25931 (write-file-functions, get-free-disk-space):
25932 Fix typos in docstrings.
25933 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25934 (write-contents-hooks, write-file-hooks):
25935 Declare with `define-obsolete-variable-alias'.
25936
25937 * forms-d2.el (arch-rj): Fix typo in docstrings.
25938 (arch-tocol): Likewise. "?\ " -> "?\s".
25939
25940 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25941 Fix typo in docstring.
25942 (set-screen-width, set-screen-height): Delete redundant info in
25943 doctrings.
25944 (new-frame, screen-height, screen-width): Declare with
25945 `define-obsolete-function-alias'.
25946 (delete-frame-hook, blink-cursor): Declare with
25947 `define-obsolete-variable-alias'.
25948
25949 * paths.el (prune-directory-list): Fix typos in docstring.
25950
25951 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25952 (cvs-prefix-get): Fix typos in docstrings.
25953
25954 * ps-print.el (ps-extend-face-list, ps-extend-face)
25955 (ps-print-background-image): Fix typos in docstrings.
25956 (ps-default-fg, ps-default-bg): Doc fixes.
25957
25958 * s-region.el (s-region-bind): Doc fix.
25959 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25960
25961 * textmodes/org.el (org-table-formula-substitute-names)
25962 (org-table-get-vertical-vector): Doc fixes.
25963 (org-table-recalculate): Remove unused argument to `message'.
25964
25965 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25966
25967 * textmodes/org.el (org-table-column-names)
25968 (org-table-column-name-regexp)
25969 (org-table-named-field-locations): New variables.
25970 (org-archive-subtree): Protect `this-command' when calling
25971 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25972 the kill buffer.
25973 (org-complete): Remove fixed-formula completion.
25974 (org-edit-formulas-map): New variable.
25975 (org-table-edit-formulas): New command.
25976 (org-finish-edit-formulas, org-abort-edit-formulas)
25977 (org-show-variable, org-table-get-vertical-vector): New functions.
25978 (org-table-maybe-eval-formula): Handle `:=' fields.
25979 (org-table-get-stored-formulas, org-table-store-formulas)
25980 (org-table-get-formula, org-table-modify-formulas)
25981 (org-table-replace-in-formulas): Handle named field formulas.
25982 (org-table-get-specials): Store locations of named fields.
25983
25984 2005-07-19 Juri Linkov <juri@jurta.org>
25985
25986 * progmodes/grep.el (grep-regexp-alist)
25987 (grep-mode-font-lock-keywords, grep-process-setup):
25988 Use default GNU grep match color "01;31m" instead of "01;41m".
25989 (grep-regexp-alist, grep-mode-font-lock-keywords):
25990 Use `\\[[0-9]*m' instead of `\\[00m'.
25991 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25992 sgr_start where its handling is more important. Use the real
25993 length of sgr_start instead of constant 8.
25994 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25995 specially. Delete all remaining escape sequences.
25996 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25997 (grep-regexp-alist): Make hyperlink only for binary file name
25998 instead of the whole line.
25999 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26000 (grep-mode): Add autoload.
26001
26002 * emacs-lisp/find-func.el (find-function-regexp):
26003 Add `define-compilation-mode'.
26004
26005 2005-07-19 Juri Linkov <juri@jurta.org>
26006
26007 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26008 (compare-windows-sync-string-size, compare-windows-recenter)
26009 (compare-windows-highlight, compare-windows): Add version 22.1.
26010 (compare-windows) <defface>: Inherit from lazy-highlight instead
26011 of duplicating its default value.
26012
26013 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26014 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26015
26016 * descr-text.el (describe-char): Create link buttons for `charset'
26017 and `code point'. Add the current input method name with a link
26018 button to `to input' field. Print face names of display table
26019 characters in `The display table entry is displayed by' section
26020 instead of printing face-id in the `display' field.
26021 Guess hardcoded faces and create a link button for them.
26022 Skip empty fields when calculating max-width.
26023 Treat `widget-create' specially while inserting strings from the
26024 collected field list.
26025 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26026
26027 * diff-mode.el (diff-file-header): Change foreground color from
26028 yellow to green on light backgrounds.
26029 (diff-context): Inherit from `shadow' only for color/grayscale
26030 with more than 88 colors.
26031 (diff-indicator-removed, diff-indicator-added)
26032 (diff-indicator-changed): New faces.
26033 (diff-font-lock-keywords): Use new faces. Regroup rules.
26034 Add "^---$" for `normal' diff format. Fontify `#' lines with
26035 font-lock-comment-delimiter-face and font-lock-comment-face.
26036 Add `#' to ^[^...] in the rule for `diff-context-face'.
26037
26038 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26039 a button-like box. Inherit from `highlight' on low colors.
26040 (shadow): Use shades of gray only for color/grayscale with
26041 more than 88 colors. Use green for light backgrounds with
26042 8 colors, and yellow for dark backgrounds with 8 colors.
26043
26044 * font-lock.el (font-lock-regexp-grouping-backslash):
26045 Don't inherit from escape-glyph (use bold for all cases).
26046
26047 * info.el (info-xref-visited): Use light foreground color `violet'
26048 for dark backgrounds instead of dark color `magenta3'.
26049 (info-title-1): Use `yellow' color for dark backgrounds.
26050
26051 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26052 too-light magenta2.
26053
26054 * replace.el (match): Use slightly more light RoyalBlue3 instead
26055 of dark RoyalBlue4.
26056
26057 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26058
26059 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26060
26061 * novice.el (disabled-command-hook): Declare it with
26062 `define-obsolete-variable-alias'.
26063
26064 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26065 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26066 (desktop-load-default): Add release to obsolescence info.
26067 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26068 (desktop-append-buffer-args, desktop-read):
26069 Fix typos in docstrings.
26070 (desktop-kill): Fix typo in message.
26071 (desktop-save): Doc fix.
26072
26073 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26074
26075 * viper-cmd.el (viper-escape-to-state): Bug fix.
26076 (viper-envelop-ESC-key): Change the definition of fast
26077 keysequence so it'll work with keyboard macros.
26078
26079 * ediff.el (ediff-patch-buffer): Change the docstring.
26080
26081 2005-07-19 Kenichi Handa <handa@m17n.org>
26082
26083 * international/mule-cmds.el (select-safe-coding-system): Try to
26084 use an auto-coding (if any) before anything else. If the found
26085 auto-coding is invalid, show a warning message.
26086
26087 * international/mule.el (find-auto-coding): New function created
26088 by modifying the body of set-auto-coding.
26089 (set-auto-coding): Use find-auto-coding to find a coding.
26090
26091 2005-07-18 Richard M. Stallman <rms@gnu.org>
26092
26093 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26094 not isearch-mode-end-hook-error.
26095 (allout-before-change-protect): Fix error message.
26096
26097 2005-07-18 Juri Linkov <juri@jurta.org>
26098
26099 * allout.el (allout-mode):
26100 * calculator.el (calculator-copy):
26101 * custom.el (custom-known-themes):
26102 * dired.el (dired-desktop-buffer-misc-data)
26103 (dired-restore-desktop-buffer):
26104 * dired-x.el (dired-omit-marker-char):
26105 * files.el (basic-save-buffer):
26106 * font-core.el (font-lock-mode):
26107 * calendar/calendar.el (calendar-goto-hebrew-date)
26108 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26109 (calendar-goto-persian-date):
26110 * language/ethio-util.el (ethio-sera-to-fidel-region):
26111 * textmodes/picture.el (picture-mode):
26112 Delete duplicate duplicate words.
26113
26114 2005-07-18 Juri Linkov <juri@jurta.org>
26115
26116 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26117 chars * ? } |.
26118 (isearch-fallback): Don't call `isearch-process-search-char'.
26119 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26120 (isearch-process-search-char): Call `isearch-fallback' for regexp
26121 chars * ? } |.
26122 (isearch-return-char): Make obsolete with `make-obsolete' instead
26123 of simply documenting it as obsolete in the docstring.
26124 (isearch-fallback): Refill docstring.
26125
26126 * international/isearch-x.el
26127 (isearch-process-search-multibyte-characters): Remove unneeded
26128 `concat'. Add intermediate values to `junk-hist' instead of
26129 `minibuffer-history'. Test the length of `str'.
26130
26131 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26132
26133 * allout.el (allout-resolve-xref): Fix typos in error strings.
26134 (allout-before-change-protect): Remove unneeded `concat'.
26135
26136 * array.el (array-mode, array-reconfigure-rows)
26137 (untabify-backward): Fix typos in docstrings.
26138 (array-reconfigure-rows): Use `insert-buffer-substring', not
26139 `insert-buffer'.
26140
26141 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26142 * progmodes/ada-mode.el (ada-make-body):
26143 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26144
26145 * dired.el (dired-log):
26146 * tar-mode.el (tar-subfile-save-buffer):
26147 * play/zone.el (zone-pgm-stress-destress):
26148 Use `insert-buffer-substring', not `insert-buffer'.
26149
26150 2005-07-17 Simon Josefsson <jas@extundo.com>
26151
26152 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26153
26154 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26155
26156 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26157 Add plain auth method.
26158 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26159
26160 2005-07-17 Kim F. Storm <storm@cua.dk>
26161
26162 * ido.el (dired-other-window): Add ido property.
26163
26164 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26165
26166 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26167 Fix typo in docstring.
26168 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26169 `insert-file-literally'.
26170
26171 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26172 info and delete redundant message. Doc fix.
26173 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26174 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26175
26176 2005-07-16 Richard M. Stallman <rms@gnu.org>
26177
26178 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26179 (byte-compile-and): Use byte-compile-and-recursion.
26180 (byte-compile-or-recursion): New function.
26181 (byte-compile-or): Use that.
26182 (byte-compile-if): Guard the else-clause too.
26183 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26184
26185 * isearch.el (isearch-mode-end-hook-quit): New variable.
26186 (isearch-done): Bind it.
26187 (isearch-mode-end-hook): Doc fix.
26188
26189 * allout.el (allout-isearch-did-quit): Variable deleted.
26190 (allout-real-isearch-abort): Function name no longer used.
26191 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26192 (allout-isearch-rectification): isearch-mode always exists.
26193 Don't set allout-isearch-did-quit.
26194 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26195 allout-isearch-did-quit.
26196 (allout-enwrap-isearch): Just add the hook.
26197 (allout-isearch-abort): Function deleted.
26198 (allout-pre-command-business): Avoid warning.
26199
26200 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26201 Correctly avoid warnings.
26202 (pascal-outline): Likewise.
26203
26204 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26205
26206 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26207
26208 * play/tetris.el (tetris-mode): Avoid warning.
26209
26210 * play/snake.el (snake-mode): Avoid warning.
26211
26212 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26213 (gamegrid-set-display-table): Avoid warning.
26214 (gamegrid-set-timer): Likewise.
26215 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26216 (gamegrid-add-score-with-update-game-score-1): Take FILE
26217 as argument.
26218 (gamegrid-add-score-with-update-game-score): Pass that argument.
26219 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26220
26221 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26222
26223 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26224 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26225
26226 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26227 and insert-file.
26228
26229 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26230 (sc-ask): Avoid warnings.
26231
26232 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26233 (eshell-hist-initialize): Use that var the natural way.
26234
26235 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26236
26237 * emacs-lisp/re-builder.el (reb-cook-regexp):
26238 Avoid warning calling lre-compile-string.
26239 (reb-color-display-p): Avoid warning.
26240
26241 * calculator.el (calculator-last-input): Guard uses
26242 of event-key and key-press-event-p.
26243 (event-key, key-press-event-p): Delete definitions.
26244
26245 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26246 (find-gc-source-directory, find-gc-subrs-callers)
26247 (find-gc-noreturn-list, find-gc-source-files)
26248 (find-gc-subrs-called): Vars renamed and defvar'd.
26249
26250 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26251 (checkdoc-overlay-put, checkdoc-delete-overlay)
26252 (checkdoc-overlay-start, checkdoc-overlay-end)
26253 (checkdoc-mode-line-update, checkdoc-char=):
26254 Define such that compiler knows they are defined.
26255 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26256 (checkdoc-read-event): Delete. Use read-event directly.
26257
26258 * whitespace.el (whitespace-make-overlay)
26259 (whitespace-overlay-put, whitespace-delete-overlay)
26260 (whitespace-overlay-start, whitespace-overlay-end):
26261 Define such that compiler knows they are defined.
26262 (whitespace): Move conditional inside.
26263
26264 * tempo.el (tempo-insert-template): Suppress warning.
26265
26266 * ediff-diff.el (longlines-mode): Add defvar.
26267
26268 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26269
26270 * server.el: Bind "C-x #" in a way that works even if C-x is
26271 redefined to a command key, not a prefix key.
26272
26273 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26274
26275 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26276 cl-make-type-test till execution time.
26277
26278 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26279
26280 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26281 arg ARG and use it.
26282
26283 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26284
26285 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26286
26287 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26288
26289 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26290 a defcustom with two :set or :type keywords.
26291
26292 2005-07-15 Richard M. Stallman <rms@gnu.org>
26293
26294 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26295 Don't give ^M comment-end syntax.
26296
26297 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26298
26299 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26300 Don't consider gdbmi (gdb-mi.el has its own update functions).
26301 (gdb-var-delete): Make it work for gdbmi as well.
26302 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26303
26304 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26305 (gud-speedbar-menu-items): Correct logic for enabling items.
26306
26307 2005-07-15 Kim F. Storm <storm@cua.dk>
26308
26309 * ido.el: Fix commentary.
26310 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26311 Use with-no-warnings around ffap-guesser.
26312 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26313 Let bind minibuffer-completing-file-name to t.
26314
26315 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26316
26317 * startup.el (site-run-file, keyboard-type): Doc fixes.
26318 (command-line): Check for "--basic-display" argument; also for
26319 "--quick", not "--bare-bones" (which was renamed).
26320 (fancy-splash-text): Add missing item "Getting New Versions".
26321 (normal-splash-screen): Fix typos and improve consistency with
26322 `fancy-splash-text'. Update copyright year.
26323
26324 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26325 valid binding for `help-char'.
26326
26327 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26328
26329 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26330
26331 * term.el (term-mode): Disable cua-mode for term buffers.
26332
26333 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26334
26335 * add-log.el (add-log-mailing-address, change-log-merge):
26336 Doc fixes.
26337 (change-log-get-method-definition): Fix typo in docstring.
26338
26339 2005-07-14 Kim F. Storm <storm@cua.dk>
26340
26341 * emulation/cua-base.el:
26342 (cua--pre-command-handler-1, cua--pre-command-handler)
26343 (cua--post-command-handler-1, cua--post-command-handler):
26344 Split in two. Check (buffer local) value of cua-mode.
26345 (cua-selection-mode): New command.
26346
26347 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26348
26349 * custom.el (custom-initialize-safe-set)
26350 (custom-initialize-safe-default): Doc fixes.
26351
26352 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26353 and simplify :init-value again.
26354
26355 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26356 and simplify :init-value again. Delete autoload.
26357
26358 * startup.el (command-line): Use `custom-reevaluate-setting' again
26359 for tooltip-mode.
26360
26361 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26362 a defcustom with two :initialize keywords.
26363
26364 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26365
26366 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26367 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26368 (allout-post-command-business, allout-flag-region)
26369 (isearch-reenable-font-lock, allout-yank)
26370 (allout-insert-latex-header, allout-insert-latex-trailer)
26371 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26372 (allout-latex-verb-quote): Fix typos in docstrings.
26373 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26374 (allout-unprotected, allout-prefix-data):
26375 Improve argument/docstring consistency.
26376 (allout-chart-subtree): Fix argument spec.
26377 (allout-open-topic): Rename `use_sib_bullet' argument to
26378 `use-sib-bullet'. Doc fix.
26379
26380 * whitespace.el (whitespace-check-buffer-leading)
26381 (whitespace-check-buffer-trailing)
26382 (whitespace-check-buffer-indent)
26383 (whitespace-check-buffer-spacetab)
26384 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26385 (whitespace-check-leading-whitespace)
26386 (whitespace-check-trailing-whitespace)
26387 (whitespace-check-spacetab-whitespace)
26388 (whitespace-check-indent-whitespace)
26389 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26390 (whitespace-modes): Fix typos in docstrings.
26391 (defgroup, defcustom): Doc fixes.
26392
26393 * winner.el (winner-mode, winner-boring-buffers)
26394 (winner-pending-undo-ring): Doc fixes.
26395 (winner-ring): Remove unneeded `progn'.
26396 (winner-equal): `defsubst' it.
26397 (winner-redo): Fix message.
26398
26399 2005-07-13 Kim F. Storm <storm@cua.dk>
26400
26401 * simple.el (line-move-1): Always use vertical-motion to
26402 do the last (or only) line move to ensure some movement.
26403 Undo 2005-06-23 change--don't check for overlays.
26404
26405 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26406
26407 * term/mac-win.el (ccl-encode-mac-roman-font)
26408 (ccl-encode-mac-centraleurroman-font)
26409 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26410 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26411 Change charset-id boundary of dimension to ?\xef.
26412 (mac-char-fontspec-list): New constant.
26413 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26414 argument. Nil uses itself as family in font-spec. Previous
26415 behavior for nil is now provided by non-nil non-string argument.
26416 All callers changed. Add font-specs for Mac fonts to
26417 "fontset-default" unless iso8859-1 fonts are installed.
26418
26419 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26420
26421 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26422 a continuation line if the \ is preceded by SPC or TAB.
26423 (sh-get-indent-info): Simplify.
26424 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26425 Use with-current-buffer.
26426
26427 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26428 when the matched text is empty.
26429
26430 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26431
26432 * startup.el (command-line): Revert to previous handling of
26433 tooltip-mode. Explain in comment why the complexity is needed.
26434
26435 * tooltip.el (tooltip-mode): Revert to previous implementation of
26436 its defcustom.
26437
26438 * frame.el (blink-cursor-mode): Revert to previous implementation
26439 of its defcustom. Update comment.
26440
26441 2005-07-12 Lars Hansen <larsh@soem.dk>
26442
26443 * desktop.el: Update e-mail address.
26444
26445 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26446
26447 * term/mac-win.el (mac-services-mail-selection)
26448 (mac-services-mail-to): New functions.
26449 (mac-application-menu-map): Bind them.
26450
26451 2005-07-12 wulei <milton@wulei.net> (tiny change)
26452
26453 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26454
26455 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26456
26457 * custom.el (custom-reevaluate-setting): Doc fix.
26458
26459 2005-07-11 Jay Belanger <belanger@truman.edu>
26460
26461 * calc/calc.el (calc-embedded-announce-formula-alist)
26462 (calc-embedded-open-close-plain-alist)
26463 (calc-embedded-open-close-mode-alist): Add checks for additional
26464 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26465
26466 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26467
26468 * custom.el (custom-enable-theme): Don't add theme to
26469 `custom-enabled-themes' with `push' because there is no
26470 setf-method for `delq'.
26471
26472 2005-07-11 Richard M. Stallman <rms@gnu.org>
26473
26474 * custom.el (custom-declare-variable): Doc fix.
26475
26476 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26477 from the alists.
26478
26479 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26480 Do nothing if edebug-active.
26481
26482 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26483 (edebug-display): Do it here instead.
26484
26485 2005-07-10 Richard M. Stallman <rms@gnu.org>
26486
26487 * cus-face.el (custom-theme-set-faces): Make it work.
26488 (custom-reset-faces): Doc fix.
26489 (custom-theme-reset-internal-face, custom-theme-face-value):
26490 Functions deleted.
26491
26492 * custom.el (custom-push-theme): Maintain list of the settings
26493 of a given theme in its theme-settings property.
26494 Maintain position of old settings in the theme-value
26495 or theme-face property.
26496 (custom-enabled-themes): New variable.
26497 (custom-theme-enabled-p): New function.
26498 (provide-theme): Update custom-enabled-themes.
26499 Disable and reenable the `user' theme.
26500 (require-theme): Doc fix.
26501 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26502 (custom-theme-value, custom-theme-variable-value): Likewise.
26503 (custom-theme-reset-internal): Likewise.
26504 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26505 (custom-enable-theme, custom-disable-theme): New functions.
26506 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26507 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26508 (custom-theme-reset-variables): Simplify.
26509 (deftheme, custom-declare-theme, custom-make-theme-feature):
26510 Definitions moved.
26511
26512 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26513
26514 * longlines.el (longlines-show-region)
26515 (longlines-unshow-hard-newlines): Recognize hard newlines by
26516 non-nil hard property, instead of t.
26517
26518 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26519
26520 * viper-cmd.el (viper--key-maps): New variable.
26521 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26522 emulation-mode-map-alists.
26523 (viper-envelop-ESC-key): Use viper-subseq.
26524 (viper-search-forward/backward/next): Disable debug-on-error.
26525
26526 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26527 (viper-ESC-key): New defcustoms.
26528
26529 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26530
26531 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26532 (viper-subseq): Copy of subseq from cl.el.
26533
26534 * viper.el (viper-go-away, viper-set-hooks): Use
26535 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26536
26537 * viper-mous.el (viper-current-frame-saved): Use defvar.
26538
26539 * viper-init.el: Get rid of -face in face names.
26540
26541 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26542 Make it work with longlines mode.
26543
26544 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26545
26546 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26547
26548 * ediff-init.el: Get rid of -face in face names.
26549
26550 2005-07-10 Richard M. Stallman <rms@gnu.org>
26551
26552 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26553 and with-timeout-unsuspend.
26554
26555 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26556 and with-timeout-unsuspend.
26557
26558 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26559 (with-timeout): Bind that variable to record timers.
26560 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26561
26562 * emacs-lisp/debug.el (debug-help-follow): New function.
26563 (debugger-mode-map): Use that instead of help-follow.
26564 (debugger-setup-buffer): Use eval-buffer-list
26565 to handle eval-buffer frames.
26566
26567 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26568
26569 * timezone.el (timezone-parse-date): Change first regexp
26570 so it will not mistakenly match dates with no time zone.
26571
26572 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26573
26574 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26575
26576 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26577
26578 * custom.el (custom-initialize-safe-set)
26579 (custom-initialize-safe-default): New functions.
26580
26581 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26582 and simplify :init-value.
26583
26584 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26585 and simplify :init-value. Delete obsolete comment.
26586
26587 * startup.el (command-line): Use `custom-reevaluate-setting' to
26588 handle `tooltip-mode'. Delete obsolete comment.
26589
26590 * files.el (set-visited-file-name): Avoid calling
26591 `file-name-nondirectory' with a nil argument.
26592
26593 2005-07-09 Richard M. Stallman <rms@gnu.org>
26594
26595 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26596 was called with nil for the buffer, handle the read position right.
26597 Handle read position for eval-region, too.
26598
26599 2005-07-09 Juri Linkov <juri@jurta.org>
26600
26601 * fringe.el (fringe-mode): Add period in docstring.
26602 (fringe-query-style): Build prompt depending on `all-frames' arg.
26603
26604 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26605 to not create links to unrelated functions in the Help buffer.
26606
26607 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26608 Doc fix.
26609
26610 * simple.el (next-error-hook): New variable.
26611 (next-error): Use it. Doc fix.
26612
26613 * textmodes/ispell.el (ispell-command-loop): Add current
26614 dictionary name and program name to mode-line-format.
26615 (ispell-region, ispell-process-line): Add current dictionary name
26616 and program name to messages.
26617
26618 2005-07-08 Jay Belanger <belanger@truman.edu>
26619
26620 * calc/calc.el (calc-embedded-announce-formula-alist)
26621 (calc-embedded-open-close-formula-alist)
26622 (calc-embedded-open-close-word-alist)
26623 (calc-embedded-open-close-plain-alist)
26624 (calc-embedded-open-close-new-formula-alist)
26625 (calc-embedded-open-close-mode-alist)
26626 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26627 (calc-embedded-mode-hook): New variables.
26628
26629 * calc/calc-embed.el (calc-embedded-firsttime)
26630 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26631 New variables.
26632 (calc-do-embedded): Use calc-embedded-firsttime,
26633 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26634 determine whether or not to run hooks.
26635 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26636 calc-embedded-firsttime-formula appropriately.
26637 Set calc-embedded delimiter variables according to mode.
26638
26639 2005-07-08 Richard M. Stallman <rms@gnu.org>
26640
26641 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26642 Check for "emacs", etc., as entire symbol, not just as word.
26643 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26644
26645 * files.el (set-visited-file-name): Report the error
26646 for "empty filename" earlier.
26647 (kill-some-buffers): Ignore buffers already dead.
26648
26649 * fringe.el (fringe-mode): Doc fix.
26650
26651 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26652 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26653 Use unwind-protect to ensure byte-compile-unresolved-functions
26654 is updated.
26655
26656 * whitespace.el (whitespace-buffer-leading-cleanup):
26657 Simplify w/ skip-chars-forward.
26658 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26659
26660 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26661 Unconditionally try to leave point at the same old place.
26662
26663 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26664
26665 * comint.el (comint-postoutput-scroll-to-bottom)
26666 (comint-show-maximum-output): Take scroll-margin into consideration.
26667
26668 2005-07-08 Kim F. Storm <storm@cua.dk>
26669
26670 * ido.el (ido-use-filename-at-point): New choice `guess'.
26671 (ido-file-internal): Try ffap-guesser if selected.
26672
26673 * ido.el (ido-before-fallback-functions): New hook.
26674 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26675 (ido-read-file-name): Run it.
26676
26677 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26678
26679 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26680 strings rather than a list of symbols to the completion function.
26681
26682 2005-07-07 Jay Belanger <belanger@truman.edu>
26683
26684 * calc/calc-units.el (math-apply-units): Change the places in
26685 which units are simplified.
26686
26687 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26688
26689 * cus-edit.el (customize-option, customize-option-other-window):
26690 Make them handle aliases.
26691
26692 * custom.el (custom-variable-p): Make it recursively follow
26693 aliases. Mention that in the docstring.
26694
26695 2005-07-07 Richard M. Stallman <rms@gnu.org>
26696
26697 * cus-start.el (exec-path): Use `directory' instead of `file'.
26698 Fix tag for nil.
26699
26700 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26701
26702 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26703 when called non-interactively. Doc fix.
26704
26705 2005-07-07 Lute Kamstra <lute@gnu.org>
26706
26707 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26708 new address as well.
26709
26710 2005-07-07 Kenichi Handa <handa@m17n.org>
26711
26712 * international/mule.el (make-coding-system):
26713 Describe `ascii-incompatible' property in the docstring.
26714 (set-file-name-coding-system): Signal an error if coding-system is
26715 ascii-incompatible.
26716 (set-keyboard-coding-system): Likewise.
26717
26718 * international/mule-cmds.el (set-default-coding-systems):
26719 Don't set default-file-name-coding-system and
26720 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26721
26722 * international/utf-16.el: Declare that all UTF-16-based coding
26723 systems are ASCII-incompatible.
26724
26725 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26726
26727 * progmodes/gud.el: Require font-lock for displaying errors.
26728 Used by gdb-ui.el.
26729
26730 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26731
26732 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26733 values for the pattern lists which are `read'able but not
26734 `append'able (like symbols).
26735
26736 2005-07-06 Richard M. Stallman <rms@gnu.org>
26737
26738 * progmodes/flymake.el (flymake-float-time): Instead of
26739 with-no-warnings, test for XEmacs.
26740 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26741 to avoid warning.
26742
26743 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26744
26745 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26746
26747 2005-07-05 Lute Kamstra <lute@gnu.org>
26748
26749 * battery.el: Add support for Darwin (with much debugging help
26750 from Samuel Lauber <sam124@operamail.com>).
26751 (battery-status-function, battery-echo-area-format)
26752 (battery-mode-line-format): Add support for pmset on Darwin.
26753 (battery-load-low, battery-load-critical): New user options.
26754 (battery-pmset): New function.
26755
26756 2005-07-05 Lute Kamstra <lute@gnu.org>
26757
26758 Update FSF's address in GPL notices.
26759
26760 * textmodes/page-ext.el: Update FSF's address.
26761
26762 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26763
26764 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26765 filling from using prefix when filling a single-line docstring.
26766
26767 * progmodes/flymake.el: Remove useless eval-when-compile.
26768
26769 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26770
26771 2005-07-04 Richard M. Stallman <rms@gnu.org>
26772
26773 * textmodes/org.el (org-file-apps-defaults-gnu):
26774 Rename from org-file-apps-defaults-linux.
26775 (org-default-apps): Don't test system-type for `linux'.
26776 (org-file-apps): Doc fix.
26777
26778 2005-07-04 David Ponce <david@dponce.com>
26779
26780 * tree-widget.el: Improve header Commentary section.
26781 (tree-widget) [defgroup]
26782 (tree-widget-image-enable, tree-widget-themes-directory)
26783 (tree-widget-theme, tree-widget-image-properties-emacs)
26784 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26785 (tree-widget-image-formats, tree-widget-control)
26786 (tree-widget-empty-control, tree-widget-leaf-control
26787 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26788 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26789 (tree-widget-keep, tree-widget-after-toggle-functions)
26790 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26791 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26792 :help-echo message.
26793 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26794 (tree-widget-image-properties): Doc fix. Clearer implementation.
26795 (tree-widget--cursors): New constant.
26796 (tree-widget-lookup-image): New function split from
26797 `tree-widget-find-image'. Clearer implementation.
26798 (tree-widget-find-image): Use it.
26799 (tree-widget-button-keymap): Use `set-keymap-parent'.
26800 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26801 Define the sub-widgets here.
26802 (tree-widget-node): Check that :node is not a tree-widget.
26803 (tree-widget-get-super, tree-widget-open-control)
26804 (tree-widget-close-control, tree-widget-empty-control)
26805 (tree-widget-leaf-control, tree-widget-guide)
26806 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26807 (tree-widget-no-handle, tree-widget-value-delete)
26808 (tree-widget-map): Remove.
26809 (tree-widget-children-value-save): Doc fix. Simplified.
26810 (tree-widget-value-create): Update according to previous changes.
26811
26812 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26813
26814 * textmodes/org.el: Leading space replaced by TABS.
26815 (org-recalc-marks, org-table-rotate-recalc-marks)
26816 (org-table-get-specials): Treat "^" and "_" marks.
26817 (org-table-justify-field-maybe): Optional argument NEW.
26818 (org-table-eval-formula): Parsing of the format simplified.
26819 New modes C,I. Honor the %= parameter in the current table.
26820 Avoid unnecessary re-align by using the NEW argument to
26821 `org-table-justify-field-maybe'.
26822 (org-calc-default-modes): Default for date-format mimicks org-mode.
26823 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26824
26825 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26826
26827 * cus-face.el (custom-theme-set-faces): Make it handle face
26828 aliases whose alias declarations are pre- or autoloaded.
26829
26830 2005-07-04 Juri Linkov <juri@jurta.org>
26831
26832 * faces.el (read-face-name): Put the code for getting a face name
26833 from the buffer before adding the faces from the `face' property.
26834 Use `completing-read-multiple' instead of `completing-read'.
26835 Require `crm'. Add default value and post-process the returned
26836 list of faces.
26837
26838 * emacs-lisp/crm.el (crm-find-current-element)
26839 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26840
26841 * emacs-lisp/lisp-mode.el (eval-defun-1):
26842 * emacs-lisp/edebug.el (edebug-eval-defun):
26843 Remove unnecessary quotes.
26844
26845 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26846
26847 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26848 (prolog-indent-level): Fix typo in docstring.
26849
26850 * info.el (Info-history, Info-history-forward)
26851 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26852
26853 * add-log.el (add-change-log-entry):
26854 * comint.el (comint-dynamic-list-input-ring)
26855 (comint-dynamic-list-completions):
26856 * dabbrev.el (dabbrev-expand):
26857 * delim-col.el (delimit-columns-rectangle-line):
26858 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26859 (diff-unified->context):
26860 * ediff-init.el (ediff-abbrev-jobname):
26861 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26862 (ediff-replace-session-activity-marker-in-meta-buffer):
26863 * info.el (Info-summary):
26864 * lpr.el (printify-region):
26865 * printing.el (pr-create-interface):
26866 * ps-print.el (ps-print-quote):
26867 * ses.el (ses-column-widths, ses-print-cell)
26868 (ses-adjust-print-width, ses-center):
26869 * shell.el (shell-file-name-quote-list):
26870 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26871 (strokes-fill-current-buffer-with-whitespace)
26872 (strokes-xpm-for-stroke, strokes-list-strokes)
26873 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26874 * term.el (term-dynamic-list-input-ring)
26875 (term-dynamic-list-completions):
26876 * calc/calc.el (math-format-stack-value):
26877 * emacs-lisp/edebug.el (edebug-display-freq-count):
26878 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26879 (delphi-new-comment-line):
26880 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26881 * progmodes/executable.el (executable-set-magic):
26882 * progmodes/python.el (inferior-python-mode):
26883 * progmodes/scheme.el (scheme-mode-syntax-table):
26884 * progmodes/sh-script.el (sh-maybe-here-document):
26885 * progmodes/sql.el (sql-copy-column):
26886 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26887 * textmodes/bibtex.el (bibtex-mode):
26888 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26889 (sgml-auto-attributes):
26890 * textmodes/table.el (table-insert, table-shorten-cell)
26891 (table--generate-source-scan-lines, table-delete-row)
26892 (*table--cell-delete-char, table--spacify-frame)
26893 (table--horizontally-shift-above-and-below)
26894 (table--cell-insert-char, table--cell-blank-str)
26895 (table--fill-region-strictly):
26896 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26897 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26898
26899 * add-log.el (change-log):
26900 * apropos.el (apropos):
26901 * comint.el (comint-completion, comint-source):
26902 * dabbrev.el (dabbrev):
26903 * delim-col.el (columns):
26904 * diff-mode.el (diff-mode):
26905 * ediff.el (ediff):
26906 * ediff-diff.el (ediff-diff):
26907 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26908 * ediff-mult.el (ediff-mult):
26909 * ediff-ptch.el (ediff-ptch):
26910 * ediff-wind.el (ediff-window):
26911 * facemenu.el (facemenu):
26912 * indent.el (indent):
26913 * info.el (info):
26914 * jka-cmpr-hook.el (compression, jka-compr):
26915 * lpr.el (lpr):
26916 * outline.el (outlines):
26917 * pcmpl-cvs.el (pcmpl-cvs):
26918 * pcmpl-rpm.el (pcmpl-rpm):
26919 * printing.el (printing):
26920 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26921 (ps-print-vertical, ps-print-headers, ps-print-font)
26922 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26923 (ps-print-background, ps-print-printer, ps-print-page)
26924 (ps-print-miscellany):
26925 * ses.el (ses):
26926 * shell.el (shell, shell-directories, shell-faces):
26927 * startup.el (initialization):
26928 * strokes.el (strokes):
26929 * term.el (term):
26930 * uniquify.el (uniquify):
26931 * w32-vars.el (w32):
26932 * calc/calc.el (calc):
26933 * emacs-lisp/bytecomp.el (bytecomp):
26934 * emacs-lisp/cl-indent.el (lisp-indent):
26935 * emacs-lisp/edebug.el (edebug):
26936 * emacs-lisp/elp.el (elp):
26937 * emacs-lisp/testcover.el (testcover):
26938 * emacs-lisp/trace.el (trace):
26939 * emulation/viper-ex.el (viper-ex):
26940 * emulation/viper-mous.el (viper-mouse):
26941 * mail/mailalias.el (mailalias):
26942 * mail/supercite.el (supercite, supercite-frames)
26943 (supercite-attr, supercite-cite, supercite-hooks):
26944 * net/rcompile.el (remote-compile):
26945 * net/rlogin.el (rlogin):
26946 * obsolete/ooutline.el (outlines):
26947 * progmodes/delphi.el (delphi):
26948 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26949 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26950 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26951 (ebnf-optimization):
26952 * progmodes/etags.el (etags):
26953 * progmodes/executable.el (executable):
26954 * progmodes/idlwave.el (idlwave):
26955 * progmodes/pascal.el (pascal):
26956 * progmodes/prolog.el (prolog):
26957 * progmodes/python.el (python):
26958 * progmodes/scheme.el (scheme):
26959 * progmodes/sh-script.el (sh, sh-script):
26960 * progmodes/sql.el (SQL):
26961 * progmodes/tcl.el (tcl):
26962 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26963 * textmodes/enriched.el (enriched):
26964 * textmodes/makeinfo.el (makeinfo):
26965 * textmodes/sgml-mode.el (sgml):
26966 * textmodes/table.el (table-hooks):
26967 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26968 * textmodes/texinfo.el (texinfo):
26969 * textmodes/two-column.el (two-column):
26970 Finish `defgroup' description with period.
26971
26972 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26973 * eshell/esh-var.el (eshell-var):
26974 * progmodes/vhdl-mode.el (vhdl-testbench):
26975 * textmodes/org.el (org): Fix typos in docstrings.
26976
26977 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26978 consistency.
26979
26980 * progmodes/flymake.el (flymake-find-file): Remove.
26981 (flymake-float-time): Use `with-no-warnings'.
26982 (flymake-check-start-time, flymake-check-was-interrupted)
26983 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26984 (flymake-new-err-info): `defvar' at compile time.
26985
26986 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26987
26988 * replace.el (occur-hook): Doc fix.
26989 (occur-1): Don't call `occur-hook' if there are no matches.
26990
26991 2005-07-03 Richard M. Stallman <rms@gnu.org>
26992
26993 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26994 global-map, save the same map.
26995 (global-map): Don't alter it at top level.
26996 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26997 Then alter it here instead.
26998 (tpu-edt-off): Set global-map to the saved one.
26999
27000 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27001 All references simplified.
27002 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27003 (zmacs-regions): Add defvar.
27004 (repeat-complex-command-map): Everything about that deleted.
27005
27006 * textmodes/artist.el (artist-key-is-drawing)
27007 (artist-key-endpoint1, artist-key-poly-point-list)
27008 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27009 (artist-key-compl-table, artist-rb-save-data)
27010 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27011 Don't put them in eval-when-compile.
27012 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27013
27014 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27015 Use with-no-warnings.
27016
27017 * net/browse-url.el (dos-windows-version): Add defvar.
27018
27019 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27020
27021 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27022 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27023 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27024 Add defvar.
27025 (rmail-summary-beginning-of-message): Use with-no-warnings.
27026 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27027
27028 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27029 Use with-no-warnings.
27030
27031 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27032 (c-mark-function): Add point-moving-unit property.
27033 (vi-goto-line): Use with-no-warnings.
27034
27035 * emulation/edt.el (edt-last-copied-word): Add defvar.
27036 (zmacs-region-stays): Likewise.
27037 (edt-mark-section-wisely): Use c-mark-function for C.
27038 Use makr-defun for Fortran.
27039 (time-string): defvar deleted.
27040 (edt-display-the-time): Don't set time-string.
27041
27042 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27043
27044 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27045 Don't warn when name is not constant
27046 or for defining the group `emacs'.
27047
27048 * tooltip.el (gud-tooltip-mode): Add defvar.
27049
27050 * startup.el (default-frame-background-mode): Add defvar.
27051
27052 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27053
27054 * info.el (tool-bar-map): Add defvar.
27055
27056 * dired.el (dnd-protocol-alist): Add defvar.
27057
27058 * dired-aux.el (dired-query): Display question with answer, when
27059 the user answers.
27060
27061 * custom.el (custom-add-option): Doc fix.
27062
27063 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27064
27065 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27066
27067 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27068 bogus name from the last change.
27069
27070 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27071
27072 * custom.el (custom-declare-variable): Fix typos in comment.
27073 (custom-known-themes): Doc fix.
27074 (custom-theme-directory): New defcustom.
27075 (require-theme): Make it check `custom-theme-directory'.
27076
27077 * cus-theme.el (custom-new-theme-mode): New function.
27078 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27079 (custom-theme-description): Add compiler defvars.
27080 (customize-create-theme): Add doc to the "*New Custom Theme*"
27081 buffer. Use `custom-new-theme-mode'.
27082 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27083 and save it to the `custom-theme-directory'. Make this the
27084 default directory of the buffer.
27085
27086 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27087
27088 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27089 Fix unbalanced parentheses.
27090
27091 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27092
27093 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27094 into flymake-mode and delegate to flymake-mode.
27095
27096 * find-file.el (ff-which-function-are-we-in): Clean up.
27097
27098 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27099
27100 * replace.el (occur-rename-buffer): Fix docstring.
27101
27102 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27103 (edt-last-copied-word, edt-learn-macro-count)
27104 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27105 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27106 (time-string, zmacs-region-stays):
27107 * emulation/edt-mapper.el (edt-save-function-key-map)
27108 (EDT-key-name): `defvar' to silence the byte-compiler.
27109
27110 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27111
27112 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27113 font-lock-regexp-backslash. Doc fix.
27114 (font-lock-regexp-backslash-grouping-construct): Rename from
27115 font-lock-regexp-backslash-construct. Doc fix.
27116 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27117 grouping constructs.
27118
27119 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27120
27121 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27122 updating all the prerequisites.
27123
27124 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27125
27126 * textmodes/org.el (org-agenda-start-on-weekday)
27127 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27128 (org-agenda-use-time-grid, org-archive-location)
27129 (org-allow-space-in-links, org-usenet-links-prefer-google)
27130 (org-enable-table-editor, org-export-default-language)
27131 (org-export-html-show-new-buffer, org-fill-paragraph)
27132 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27133 (org-goto-quit, org-occur, org-eval-in-calendar)
27134 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27135 (org-agenda-diary-entry, org-remember-help)
27136 (org-table-convert-region, org-at-table-p)
27137 (org-table-move-row-down, org-table-move-row-up)
27138 (org-table-copy-region, org-table-toggle-vline-visibility)
27139 (org-table-get-stored-formulas, org-table-get-specials)
27140 (org-recalc-commands, org-table-eval-formula)
27141 (org-table-formula-substitute-names, orgtbl-make-binding)
27142 (org-format-org-table-html, org-format-table-table-html)
27143 (org-format-table-table-html-using-table-generate-source)
27144 (org-customize): Fix typos in docstrings.
27145 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27146 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27147 (org-back-to-heading): Doc fixes.
27148 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27149 (org-agenda-change-all-lines, org-get-header):
27150 Improve argument/docstring consistency.
27151 (orgtbl-error): Fix error message.
27152
27153 * progmodes/flymake.el (flymake-find-possible-master-files)
27154 (flymake-master-file-compare, flymake-get-line-err-count)
27155 (flymake-highlight-line, flymake-gui-warnings-enabled):
27156 Fix typos in docstrings.
27157 (flymake-parse-line, flymake-get-project-include-dirs-function)
27158 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27159 Doc fixes.
27160 (flymake-get-project-include-dirs-function)
27161 (flymake-make-err-menu-data):
27162 Improve argument/docstring consistency.
27163
27164 2005-07-01 Lute Kamstra <lute@gnu.org>
27165
27166 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27167 Catch errors with ignore-errors. Use temporary buffer.
27168 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27169
27170 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27171 background color faces.
27172 (facemenu-set-foreground, facemenu-set-background):
27173 Use facemenu-set-face-from-menu.
27174 (facemenu-set-face-from-menu): Treat face names that start with
27175 "fg:" or "bg:" as special.
27176 (facemenu-add-new-color): Don't create faces. Simplify.
27177
27178 2005-06-30 Richard M. Stallman <rms@gnu.org>
27179
27180 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27181 (crm-find-current-element): Likewise.
27182
27183 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27184
27185 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27186
27187 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27188
27189 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27190 (archive-mouse-extract): Make it an obsolete alias.
27191 (archive-mode-map): Don't use archive-mouse-extract any more.
27192 (archive-mode, archive-extract): write-contents-hooks ->
27193 write-contents-functions.
27194 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27195 first arg.
27196 (archive-rename-entry): Update the call.
27197 (archive-zip-summarize): Remove unused var `method'.
27198 (archive-lzh-summarize): Remove unused var `creator'.
27199
27200 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27201 dedicated frame upon exit.
27202
27203 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27204 (archive-zip-extract, archive-zip-expunge)
27205 (archive-zip-update, archive-zip-update-case): Use executable-find.
27206 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27207 Use restore-buffer-modified-p.
27208 (archive-extract, archive-add-new-member, archive-write-file-member):
27209 Use with-current-buffer.
27210 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27211
27212 2005-06-30 Andreas Schwab <schwab@suse.de>
27213
27214 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27215
27216 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27217
27218 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27219
27220 2005-06-30 Juri Linkov <juri@jurta.org>
27221
27222 * faces.el (vertical-border): Inherit from mode-line-inactive
27223 only on tty.
27224
27225 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27226
27227 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27228 example, -NLINES in the `occur' docstring).
27229
27230 * replace.el (occur-1): When no matches are found, do not set the
27231 `buffer-read-only' and modified flags for the occur buffer,
27232 because it is deleted.
27233
27234 * emulation/cua-base.el (cua-check-pending-input)
27235 (cua-repeat-replace-region, cua-mode, cua-debug)
27236 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27237 Fix typos in docstrings.
27238
27239 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27240 (cua-cut-region-to-global-mark)
27241 (cua--cut-rectangle-to-global-mark):
27242 Remove period from end of messages.
27243
27244 * emulation/cua-rect.el (cua-do-rectangle-padding):
27245 Remove period from end of messages.
27246 (cua--rectangle-seq-format): Fix typo in docstring.
27247 (cua-sequence-rectangle, cua-fill-char-rectangle):
27248 Improve argument/docstring consistency.
27249
27250 2005-06-29 Juri Linkov <juri@jurta.org>
27251
27252 * faces.el (default-frame-background-mode): New internal variable.
27253 (frame-set-background-mode): Use it.
27254
27255 * startup.el (normal-top-level): Set default-frame-background-mode
27256 instead of frame-background-mode. Before setting it, test for its
27257 nil value. Remove tests for frame-background-mode and frame
27258 parameter `reverse'. Add test for "unspecified-fg".
27259
27260 * term/xterm.el (xterm-rxvt-set-background-mode):
27261 * term/rxvt.el (rxvt-set-background-mode):
27262 Set default-frame-background-mode instead of frame-background-mode.
27263
27264 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27265
27266 * simple.el (set-variable): Warn about obsolete user variables.
27267
27268 * imenu.el (imenu--completion-buffer):
27269 * mouse.el (mouse-buffer-menu-alist):
27270 * msb.el (msb-invisible-buffer-p):
27271 * calendar/diary-lib.el (diary-header-line-format):
27272 * emacs-lisp/pp.el (pp-buffer):
27273 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27274 * textmodes/picture.el (picture-replace-match):
27275 Change space constants followed by a sexp to "?\s ".
27276
27277 * play/decipher.el (decipher-loop-with-breaks):
27278 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27279 constants "protected" from end of line by a comment to "?\s".
27280
27281 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27282
27283 * font-lock.el (save-buffer-state): Use `declare'.
27284
27285 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27286 reset the syntax-table to cperl-mode-syntax-table.
27287 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27288 "foo_print_bar" is not matched as a reserved keyword.
27289
27290 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27291
27292 * textmodes/org.el (orgtbl-setup): New function, for delayed
27293 setup for the orgtbl commands.
27294 (org-calc-default-modes): New option.
27295 (orgtbl-make-binding): Use `defun' to get better help display.
27296 (org-diary): Call `org-compile-prefix-format'.
27297 (org-table-formula-substitute-names): New function.
27298 (org-agenda-day-view, org-agenda-week-view): New commands.
27299 (org-agenda-toggle-week-view): Command removed.
27300 (org-tbl-menu): Split off from org-org-menu.
27301 (org-mode): Move removal of outline-mode menus to here.
27302 (org-table-formula-debug): New option.
27303 (org-table-insert-row): Keep first field if just "#" or "*".
27304 (org-mode): Paragraph regexps fixed.
27305 (org-table-recalculate-regexp): New constant.
27306 (org-table-justify-field-maybe): Avoid replace if not necessary.
27307 (org-copy-special, org-cut-special): Use `call-interactively'.
27308 (org-table-copy-region): Take region from `interactive' call.
27309 (org-trim): Return string even if no match.
27310 (org-formula): New face.
27311 (org-set-font-lock-defaults): No longer highlight "FIXME".
27312 But highlight formula-related fields in table.
27313 (org-table-p): Use regexp, not fontification.
27314 (org-table-align): Handle white space at end of line.
27315 (org-table-formula-evaluate-inline): New option.
27316 (org-mode): Auto-wrapping in comment lines turned off.
27317 (org-table-copy-down): Evaluate only in copied field, not in
27318 destination.
27319 (org-table-current-formula): Variable removed.
27320 (org-table-store-formulas, org-table-get-stored-formulas)
27321 (org-table-modify-formulas, org-table-replace-in-formulas)
27322 (org-table-maybe-eval-formula): New functions.
27323 (org-table-get-formula): Modify to use stored formulas.
27324 (org-table-insert-column, org-table-delete-column)
27325 (org-table-move-column): Call `org-table-modify-formulas'.
27326 (org-complete): Add completion for keyword formulas.
27327 (orgtbl-mode): Pull orgtbl-mode-map to start of
27328 minor-mode-map-alist.
27329
27330 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27331
27332 * progmodes/python.el (python-check): Require `compile' before
27333 modifying its variables.
27334
27335 * newcomment.el (comment-indent-default): Don't get fooled by an early
27336 end of buffer.
27337
27338 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27339
27340 * ps-print.el (ps-print-version): Fix version number.
27341
27342 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27343
27344 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27345
27346 2005-06-28 Richard M. Stallman <rms@gnu.org>
27347
27348 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27349 (flyspell-local-mouse-map): Declaration deleted.
27350 (flyspell-mouse-map): Bind only mouse-2.
27351 (flyspell-mode-map): Don't test flyspell-use-local-map.
27352 (flyspell-overlay-keymap-property-name): Var deleted.
27353 (flyspell-mode-on): Don't make local bindings for
27354 flyspell-mouse-map and flyspell-mode-map.
27355 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27356
27357 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27358
27359 * progmodes/compile.el (compilation-next-error-function):
27360 Don't switch buffers; operate on the current buffer.
27361
27362 * progmodes/compile.el (compilation-error-file-name)
27363 (compilation-warning-file-name, compilation-info-file-name)
27364 (compilation-line-number, compilation-column-number): New faces.
27365 (compilation-error-face, compilation-warning-face)
27366 (compilation-info-face, compilation-line-face)
27367 (compilation-column-face): Use them.
27368
27369 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27370
27371 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27372
27373 * bindings.el (global-map): Bind insertchar and its variants.
27374
27375 2005-06-27 Richard M. Stallman <rms@gnu.org>
27376
27377 * textmodes/artist.el (artist-text-overwrite)
27378 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27379
27380 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27381
27382 * ps-print.el: It was not working the page selection for printing.
27383 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27384 (ps-print-version): New version 6.6.7.
27385 (ps-end-sheet): New fun.
27386 (ps-header-sheet, ps-end-job): Call it.
27387
27388 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27389
27390 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27391
27392 2005-06-27 Lute Kamstra <lute@gnu.org>
27393
27394 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27395 background color faces.
27396 (facemenu-get-face): Delete function.
27397 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27398 (facemenu-add-new-color): Make second argument mandatory.
27399 Create the appropriate face and return it. Simplify.
27400 (facemenu-set-foreground, facemenu-set-background): Don't check if
27401 color is defined. Use return value of facemenu-add-new-color.
27402
27403 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27404
27405 * progmodes/gud.el (gud-filter): Add missing argument to
27406 with-selected-window.
27407
27408 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27409
27410 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27411 a :require to the defcustom.
27412
27413 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27414 defcustoms corresponding to minor modes.
27415
27416 2005-06-26 David Ponce <david@dponce.com>
27417
27418 * recentf.el: Require tree-widget instead of wid-edit.
27419 (recentf-filename-handler): Fix widget :type.
27420 (recentf-cancel-dialog, recentf-open-more-files)
27421 (recentf-open-files-action): Doc fix.
27422 (recentf-dialog-goto-first): New function.
27423 (recentf-dialog-mode-map): Set parent keymap first.
27424 (recentf-dialog-mode): Define with define-derived-mode.
27425 Don't display continuation lines in dialogs.
27426 (recentf-edit-list): Rename from recentf-edit-selected-items.
27427 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27428 Simplify.
27429 (recentf-edit-list-validate): New function.
27430 (recentf-edit-list): Update accordingly.
27431 (recentf-open-files-item-shift): Remove.
27432 (recentf-open-files-item): Convert menu elements into tree and
27433 link widgets. Don't create the widgets.
27434 (recentf-open-files): Update accordingly.
27435 (recentf-save-list): Untabify.
27436
27437 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27438
27439 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27440 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27441 partially contained in the active region. Do not take active
27442 region into account when called from Lisp, unless INTERACTIVE arg
27443 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27444 avoid trouble with fields. Make marker point nowhere when no
27445 longer used. Always return nil. Doc fix.
27446 (flush-lines): Add INTERACTIVE arg. Do not take active region
27447 into account when called from Lisp, unless INTERACTIVE arg is
27448 non-nil. Use `forward-line' instead of `beginning-of-line' to
27449 avoid trouble with fields. Make marker point nowhere when no
27450 longer used. Always return nil. Doc fix.
27451 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27452 interchangeable. Do not take active region into account when
27453 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27454 message in echo area when called from Lisp, unless INTERACTIVE arg
27455 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27456 Return the number of matches. Doc fix.
27457 (occur): Doc fix.
27458 (perform-replace): Make comment follow double space convention for
27459 the sake of `outline-minor-mode'.
27460
27461 * faces.el (facep): Doc fix.
27462
27463 2005-06-25 Richard M. Stallman <rms@gnu.org>
27464
27465 * facemenu.el (facemenu-enable-faces-p): New function.
27466 (facemenu-background-menu, facemenu-foreground-menu)
27467 (facemenu-face-menu): Add menu-enable property.
27468
27469 * jka-compr.el (jka-compr-insert-file-contents):
27470 Special handling if cannot find the uncompression program.
27471
27472 * cus-face.el (custom-face-attributes): Add autoload.
27473
27474 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27475 Bind comment-indent-function locally.
27476
27477 * window.el (save-selected-window): Use save-current-buffer.
27478
27479 * subr.el (with-selected-window): Use save-current-buffer.
27480
27481 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27482 and with-current-buffer.
27483
27484 2005-06-24 Richard M. Stallman <rms@gnu.org>
27485
27486 * simple.el (line-move-1): Fix previous change.
27487
27488 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27489
27490 * replace.el (occur-1): Set `buffer-read-only' and the
27491 buffer-modified flag before running `occur-hook' to protect
27492 against unintentional buffer switches that can lead to data loss.
27493
27494 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27495
27496 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27497 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27498 initial error.
27499
27500 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27501 after fresh input.
27502 (gdb-var-create-handler): Put name of expression in quotes.
27503
27504 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27505
27506 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27507 elements of RING in order, and without bogus nil elements.
27508
27509 2005-06-23 Richard M. Stallman <rms@gnu.org>
27510
27511 * simple.el (set-variable): Args renamed; doc fix.
27512 (line-move-1): When there are overlays around, use vertical-motion.
27513
27514 * faces.el (escape-glyph): Use brown against light background.
27515 (nobreak-space): Rename from no-break-space.
27516 Fix previous change.
27517
27518 * dired-aux.el (dired-do-copy): Fix arg prompt.
27519
27520 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27521
27522 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27523
27524 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27525 rather than "Distributor".
27526
27527 2005-06-23 Lute Kamstra <lute@gnu.org>
27528
27529 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27530 (debug-on-entry): Use it. New interactive declaration that uses
27531 function-called-at-point.
27532
27533 2005-06-23 Kim F. Storm <storm@cua.dk>
27534
27535 * subr.el (save-match-data): Add comment about using evaporate arg
27536 to set-match-data.
27537
27538 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27539
27540 * cus-edit.el (customize-face)
27541 (customize-face-other-window): Handle face aliases.
27542
27543 * faces.el (face-documentation, set-face-attribute)
27544 (face-spec-set): Handle face aliases.
27545
27546 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27547
27548 * help-mode.el (help-make-xrefs): If a symbol representing a face
27549 name is not followed by the word "face", it could still be a
27550 function or variable name, so don't bypass other checks.
27551
27552 2005-06-22 Juri Linkov <juri@jurta.org>
27553
27554 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27555 Replace aliased functions with calls where second arg `inherit' is t.
27556
27557 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27558
27559 * progmodes/gdb-ui.el (gdb-error): New variable.
27560 (gdb-error): New function.
27561 (gdb-annotation-rules): Act on error-begin and error annotations.
27562 (gdb-concat-output): Use font-lock-warning-face for errors.
27563
27564 2005-06-22 Miles Bader <miles@gnu.org>
27565
27566 * bindings.el (propertized-buffer-identification): Use renamed
27567 `Buffer-menu-buffer' face.
27568
27569 * faces.el (vertical-border): Rename from `vertical-divider'.
27570 (escape-glyph): Change dark-background color back to `cyan'.
27571
27572 2005-06-21 Juri Linkov <juri@jurta.org>
27573
27574 * faces.el (face-user-default-spec): Try getting `customized-face'
27575 prior to `saved-face'.
27576 (frame-background-mode): Refill docstring.
27577
27578 * emacs-lisp/lisp-mode.el (eval-defun-1):
27579 * emacs-lisp/edebug.el (edebug-eval-defun):
27580 Set `saved-face' temporarily to nil before calling form.
27581 Set `customized-face' to the new spec after that.
27582
27583 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27584
27585 * subr.el (1value, lambda, key-substitution-in-progress):
27586 Doc fixes.
27587
27588 * autoinsert.el (auto-insert-alist):
27589 * ses.el (ses-call-printer):
27590 * subr.el (noreturn):
27591 * emacs-lisp/lisp.el (check-parens):
27592 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27593 * net/browse-url.el (browse-url-mosaic):
27594 * progmodes/cc-defs.el (c-safe-scan-lists):
27595 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27596 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27597 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27598 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27599 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27600 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27601
27602 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27603
27604 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27605
27606 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27607
27608 * calendar/appt.el (appt-make-list): Activate the package, if
27609 not already active (for backwards compatibility).
27610
27611 2005-06-20 Kim F. Storm <storm@cua.dk>
27612
27613 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27614
27615 2005-06-20 Miles Bader <miles@gnu.org>
27616
27617 * faces.el (vertical-divider): New face.
27618
27619 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27620
27621 * simple.el (kill-whole-line): Doc fix.
27622 (next-error-buffer-p, next-error-find-buffer)
27623 (clone-indirect-buffer): Fix typos in docstrings.
27624 (comment-line-break-function): Doc fix: don't say variable
27625 is automatically buffer-local (it isn't).
27626
27627 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27628
27629 * net/tramp-ftp.el (top):
27630 * net/tramp-smb.el (top):
27631 * net/tramp-util.el (top):
27632 * net/tramp-uu.el (top):
27633 * net/tramp-vc.el (top):
27634 * net/tramp.el (top): Revert copyright years back to original
27635 ones. Tramp has a life outside GNU Emacs.
27636
27637 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27638
27639 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27640
27641 2005-06-18 Juri Linkov <juri@jurta.org>
27642
27643 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27644 end of first regexp to limit the match to the position between
27645 line number and source line with same separator character as used
27646 between file name and line number. In the second regexp limit
27647 mouse-face area to file name and line number by adding new group
27648 for them and referring it in HYPERLINK arg.
27649 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27650 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27651 previous line where grep markers may be already removed.
27652
27653 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27654
27655 * progmodes/ps-mode.el: Update version and maintainer's email address.
27656
27657 2005-06-18 Steve Youngs <steve@xemacs.org>
27658
27659 * net/browse-url.el (browse-url-browser-function)
27660 (browse-url-default-browser): Add firefox.
27661 (browse-url-firefox-program, browse-url-firefox-arguments)
27662 (browse-url-firefox-startup-arguments)
27663 (browse-url-firefox-new-window-is-tab): New defcustoms.
27664 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27665
27666 2005-06-17 Richard M. Stallman <rms@gnu.org>
27667
27668 * startup.el (command-line): Warn if specified user name has
27669 no home directory.
27670
27671 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27672 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27673
27674 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27675 Doc fixes.
27676
27677 * faces.el (underline): Try bold if terminal doesn't support underline.
27678
27679 * mail/sendmail.el (mail-setup-with-from): New variable.
27680 (mail-insert-from-field): New function.
27681 (sendmail-send-it): Call it.
27682 (mail-setup): Optionally call it here.
27683
27684 * term/linux.el: Call tty-no-underline.
27685
27686 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27687
27688 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27689
27690 2005-06-17 Miles Bader <miles@gnu.org>
27691
27692 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27693 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27694 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27695 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27696 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27697 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27698 Remove "-face" suffix from face names.
27699 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27700 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27701 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27702 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27703 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27704 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27705 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27706 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27707 New backward-compatibility aliases for renamed faces.
27708 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27709 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27710 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27711 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27712 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27713 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27714 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27715 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27716 Use renamed ediff faces.
27717
27718 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27719 Remove "-face" suffix from face names.
27720 (eshell-test-ok-face, eshell-test-failed-face):
27721 New backward-compatibility aliases for renamed faces.
27722 (eshell-run-test): Use renamed eshell-test faces.
27723
27724 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27725 face name.
27726 (eshell-prompt-face): New backward-compatibility alias for renamed
27727 face.
27728 (eshell-emit-prompt): Use renamed eshell-prompt face.
27729
27730 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27731 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27732 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27733 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27734 Remove "-face" suffix from face names.
27735 (eshell-ls-directory-face, eshell-ls-symlink-face)
27736 (eshell-ls-executable-face, eshell-ls-readonly-face)
27737 (eshell-ls-unreadable-face, eshell-ls-special-face)
27738 (eshell-ls-missing-face, eshell-ls-archive-face)
27739 (eshell-ls-backup-face, eshell-ls-product-face)
27740 (eshell-ls-clutter-face):
27741 New backward-compatibility aliases for renamed faces.
27742 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27743
27744 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27745 Remove "-face" suffix from face name.
27746 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27747 instead of literal face.
27748
27749 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27750
27751 * emacs-lisp/warnings.el (display-warning, lwarn)
27752 (warning-minimum-log-level): Doc fixes.
27753 (warning-minimum-level, warning-minimum-log-level):
27754 Add :debug to :type choices.
27755
27756 * progmodes/ada-mode.el (ada-format-paramlist)
27757 (ada-get-indent-case, ada-check-matching-start)
27758 (ada-check-defun-name, ada-goto-matching-decl-start)
27759 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27760 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27761 (ada-make-subprogram-body): Follow error conventions.
27762 (ada-case-exception-file, ada-indent-comment-as-code)
27763 (ada-indent-handle-comment-special, ada-indent-renames)
27764 (ada-indent-return, ada-search-directories-internal)
27765 (ada-tab-policy, ada-case-exception-substring)
27766 (ada-other-file-alist, ada-matching-start-re)
27767 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27768 (ada-imenu-generic-expression, ada-compile-goto-error)
27769 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27770 (ada-popup-menu, ada-add-extensions, ada-mode)
27771 (ada-region-selected, ada-create-case-exception)
27772 (ada-create-case-exception-substring, ada-after-keyword-p)
27773 (ada-activate-keys-for-case, ada-adjust-case-region)
27774 (ada-adjust-case-buffer, ada-format-paramlist)
27775 (ada-scan-paramlist, ada-insert-paramlist)
27776 (ada-indent-newline-indent)
27777 (ada-indent-newline-indent-conditional)
27778 (ada-justified-indent-current, ada-goto-previous-word)
27779 (ada-indent-current, ada-get-indent-open-paren)
27780 (ada-get-indent-paramlist, ada-get-indent-end)
27781 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27782 (ada-get-indent-block-start, ada-get-indent-subprog)
27783 (ada-get-indent-noindent, ada-get-indent-label)
27784 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27785 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27786 (ada-goto-stmt-end, ada-goto-next-word)
27787 (ada-check-matching-start, ada-check-defun-name)
27788 (ada-goto-matching-decl-start, ada-goto-matching-start)
27789 (ada-goto-matching-end, ada-search-ignore-string-comment)
27790 (ada-in-decl-p, ada-looking-at-semi-or)
27791 (ada-looking-at-semi-private, ada-in-paramlist-p)
27792 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27793 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27794 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27795 (ada-previous-package, ada-create-menu)
27796 (ada-fill-comment-paragraph-justify)
27797 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27798 (ada-other-file-name, ada-last-which-function-line)
27799 (ada-last-which-function-subprog, ada-which-function)
27800 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27801 (ada-gen-treat-proc, ada-check-emacs-version)
27802 (ada-continuation-indent, ada-align-region-separate):
27803 Fix typos in docstrings.
27804 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27805
27806 2005-06-16 Lute Kamstra <lute@gnu.org>
27807
27808 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27809 conditionally.
27810
27811 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27812
27813 * comint.el (comint-replace-by-expanded-filename)
27814 (comint-prompt-regexp, comint-delimiter-argument-list)
27815 (comint-preinput-scroll-to-bottom):
27816 * info.el (Info-hide-cookies-node):
27817 * ls-lisp.el (ls-lisp-classify):
27818 * find-file.el (ff-search-directories, ff-special-constructs)
27819 (ff-find-other-file):
27820 * font-lock.el (font-lock-keywords):
27821 * shell.el (shell-prompt-pattern)
27822 (shell-dynamic-complete-functions, shell-mode)
27823 (shell-delimiter-argument-list):
27824 * term.el (term-replace-by-expanded-filename)
27825 (term-prompt-regexp, term-delimiter-argument-list):
27826 * woman.el (woman-ignore, woman0-if):
27827 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27828 * emacs-lisp/elint.el (elint-init-env):
27829 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27830 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27831 * language/ethio-util.el (ethio-tilde-escape)
27832 (ethio-use-three-dot-question):
27833 * net/zone-mode.el (zone-mode-load-time-setup):
27834 * progmodes/cc-align.el (c-lineup-argcont):
27835 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27836 * progmodes/cperl-mode.el (cperl-set-style-back):
27837 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27838 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27839 Fix spellings in docstrings.
27840
27841 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27842 * progmodes/modula2.el (m2-for): Fix spellings.
27843
27844 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27845
27846 * simple.el (undo-more): Don't use `format' on `error' arguments.
27847 Improve argument/docstring consistency.
27848 (pending-undo-list): Doc fix.
27849
27850 * smerge-mode.el (smerge-ensure-match):
27851 * emulation/vip.el (vip-ex):
27852 * net/zone-mode.el (zone-mode-update-serial):
27853 * progmodes/idlwave.el (idlwave-complete):
27854 * progmodes/vhdl-mode.el (vhdl-visit-file)
27855 (vhdl-compose-wire-components):
27856 Don't use `format' on `error' arguments.
27857
27858 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27859 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27860 (tooltip-help-tips): Fix typos in docstrings.
27861
27862 2005-06-16 David Ponce <david@dponce.com>
27863
27864 * tree-widget.el (tree-widget-value-create): Simplify last change.
27865
27866 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27867
27868 * ido.el (ido-incomplete-regexp): New variable.
27869 (ido-set-matches-1): Handle invalid-regexp error and set
27870 ido-incomplete-regexp.
27871 (ido-incomplete-regexp): New face.
27872 (ido-completions): Use it.
27873 (ido-complete, ido-exit-minibuffer, ido-completions):
27874 Handle incomplete regexps.
27875 (ido-completions): Add check for complete match when entering a regexp.
27876
27877 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27878
27879 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27880
27881 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27882
27883 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27884 by field delimiters.
27885
27886 2005-06-15 David Ponce <david@dponce.com>
27887
27888 * tree-widget.el: eval-and-compile inlined functions so they will
27889 be available at run-time too.
27890 (tree-widget-super-format-handler)
27891 (tree-widget-format-handler): Remove.
27892 (tree-widget-value-create): Handle the :indent property.
27893
27894 2005-06-15 Miles Bader <miles@gnu.org>
27895
27896 * progmodes/which-func.el (which-func): Only inherit
27897 `font-lock-function-name-face' when that makes sense against the
27898 default mode-line face, otherwise set the face color explicitly.
27899
27900 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27901 faces instead of (non-existent) variables.
27902
27903 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27904
27905 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27906 (iswitchb-get-matched-buffers): Likewise. Simplify.
27907
27908 2005-06-14 Miles Bader <miles@gnu.org>
27909
27910 * progmodes/ld-script.el (ld-script-location-counter):
27911 Remove "-face" suffix from face name.
27912 (ld-script-location-counter-face):
27913 New backward-compatibility alias for renamed face.
27914 (ld-script-location-counter-face): Use renamed face.
27915
27916 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27917 (cperl-hash): Remove "-face" suffix from face names.
27918 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27919 New backward-compatibility aliases for renamed faces.
27920 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27921 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27922
27923 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27924 name.
27925 (which-func-face): New backward-compatibility alias for renamed face.
27926 (which-func-format): Use renamed which-func face.
27927
27928 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27929 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27930 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27931 names.
27932 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27933 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27934 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27935 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27936 (vhdl-speedbar-architecture-selected)
27937 (vhdl-speedbar-configuration-selected)
27938 (vhdl-speedbar-package-selected)
27939 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27940 names.
27941 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27942 Use renamed faces.
27943 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27944 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27945 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27946 Use renamed faces.
27947 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27948 names.
27949 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27950 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27951 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27952 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27953 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27954 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27955
27956 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27957 face name.
27958 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27959 (sh-heredoc-face): Use renamed sh-heredoc face.
27960
27961 * progmodes/idlw-help.el (idlwave-help-link):
27962 Remove "-face" suffix from face name.
27963 (idlwave-help-link-face):
27964 New backward-compatibility alias for renamed face.
27965 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27966
27967 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27968 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27969 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27970 New backward-compatibility aliases for renamed faces.
27971 (idlwave-shell-disabled-breakpoint-face)
27972 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27973
27974 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27975 Remove "-face" suffix from face names.
27976 (flymake-errline-face, flymake-warnline-face):
27977 New backward-compatibility aliases for renamed faces.
27978 (flymake-highlight-line): Use renamed flymake faces.
27979
27980 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27981 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27982 (ebrowse-member-class, ebrowse-progress):
27983 Remove "-face" suffix from face names.
27984 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27985 (ebrowse-file-name-face, ebrowse-default-face)
27986 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27987 (ebrowse-progress-face):
27988 New backward-compatibility aliases for renamed faces.
27989 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27990 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27991 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27992 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27993
27994 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27995 antlr-syntax)
27996 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27997 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27998 names.
27999 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28000 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28001 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28002 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28003 backward-compatibility aliases for renamed faces.
28004 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28005 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28006 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28007 remove "font-lock-". Use renamed antlr-mode faces.
28008 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28009 literal face-names with face variable references.
28010
28011 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28012 face name.
28013 (Buffer-menu-buffer-face): New backward-compatibility alias for
28014 renamed face.
28015 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28016
28017 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28018
28019 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28020 Eliminate "-face" suffix.
28021 (makefile-targets): Inherit from font-lock-function-name-face and
28022 eliminate "-face" suffix.
28023 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28024 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28025 actions, instead of prepending, to make it less visible.
28026 (makefile-previous-dependency, makefile-match-dependency):
28027 Don't match a target on a continuation line.
28028
28029 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28030
28031 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28032
28033 * progmodes/gdb-ui.el (menu): Re-order menu items.
28034 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28035
28036 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28037 Define in tooltip.el.
28038 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28039 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28040 gud-tooltip-echo-area.
28041
28042 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28043 backward compatibility and make obsolete.
28044 (tooltip-help-tips): Use tooltip-use-echo-area.
28045 (tooltip-show-help-function): Rename to...
28046 (tooltip-show-help): ...this, because it is a function.
28047 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28048
28049 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28050
28051 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28052 (edebug-print-length, edebug-print-level, edebug-print-circle)
28053 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28054 (edebug-eval-print-last-sexp): Doc fixes.
28055
28056 2005-06-14 Kim F. Storm <storm@cua.dk>
28057
28058 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28059 as the coverage buffer/file/both may change.
28060
28061 2005-06-14 Lute Kamstra <lute@gnu.org>
28062
28063 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28064 and run-mode-hooks. Simplify.
28065
28066 * mail/rmailedit.el (rmail-edit-mode):
28067 * progmodes/octave-inf.el (inferior-octave-mode):
28068 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28069
28070 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28071 and run-mode-hooks.
28072 (recentf-edit-list, recentf-open-files): Don't call
28073 kill-all-local-variables directly.
28074
28075 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28076
28077 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28078
28079 * emacs-lisp/byte-run.el (make-obsolete)
28080 (define-obsolete-function-alias): Rename arguments FUNCTION and
28081 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28082 (make-obsolete-variable, define-obsolete-variable-alias):
28083 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28084 respectively.
28085
28086 * isearchb.el (isearchb-activate):
28087 * pcvs.el (cvs-mode):
28088 * ses.el (ses-load):
28089 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28090 * net/tramp.el (tramp-find-file-exists-command)
28091 (tramp-find-shell):
28092 * progmodes/ada-mode.el (ada-create-case-exception)
28093 (ada-create-case-exception-substring, ada-make-subprogram-body):
28094 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28095 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28096 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28097 * textmodes/org.el (org-promote, org-evaluate-time-range)
28098 (org-agenda-next-date-line, org-agenda-previous-date-line)
28099 (org-agenda-error, org-open-at-point, org-table-move-row)
28100 (org-format-table-table-html-using-table-generate-source)
28101 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28102 * textmodes/reftex.el (reftex-access-scan-info):
28103 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28104 (reftex-toc-promote-prepare): Follow error conventions.
28105
28106 * diff-mode.el (diff-mode): Fix typo in docstring.
28107
28108 * forms.el (forms--intuit-from-file): Fix reference to
28109 `forms-number-of-fields' in error message.
28110 (forms-print): Fix quoting in error message.
28111
28112 * forms.el (forms-mode):
28113 * emulation/vi.el (vi-goto-insert-state):
28114 * progmodes/flymake.el (flymake-new-err-info)
28115 (flymake-start-syntax-check-for-current-buffer)
28116 (flymake-simple-cleanup):
28117 * eshell/esh-var.el (eshell/export):
28118 * progmodes/gud.el (xdb):
28119 * textmodes/flyspell.el (flyspell-incorrect-hook)
28120 (flyspell-maybe-correct-transposition)
28121 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28122
28123 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28124
28125 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28126 minibuffer prompt.
28127
28128 2005-06-13 Kim F. Storm <storm@cua.dk>
28129
28130 * subr.el (add-to-ordered-list): New defun.
28131
28132 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28133 add cua--keymap-alist to emulation-mode-map-alists.
28134
28135 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28136
28137 * subr.el (complete-in-turn): New macro.
28138 (dynamic-completion-table, lazy-completion-table): Add debug info.
28139
28140 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28141 in preference to face aliases.
28142
28143 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28144 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28145 Remove unused vars `start' and `firstline'.
28146 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28147 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28148
28149 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28150
28151 * cus-start.el (all): Don't complain about missing GTK-related
28152 variables, unless either `gtk' is boundp or this isn't a
28153 `windows-nt' build.
28154
28155 2005-06-13 Lute Kamstra <lute@gnu.org>
28156
28157 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28158 run-mode-hooks.
28159
28160 * ediff-mult.el (ediff-meta-mode):
28161 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28162
28163 * ledit.el (ledit-mode): Use delay-mode-hooks.
28164
28165 * woman.el (woman-mode-line-format): Delete constant.
28166 (woman-mode-map): Initialize it properly.
28167 (woman-mode): Set mode-class property to special.
28168 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28169 Set major-mode and mode-name. Don't set mode-line-format directly.
28170 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28171
28172 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28173 string argument obsolete.
28174
28175 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28176
28177 * textmodes/org.el (org-CUA-compatible): New option.
28178 (org-disputed-keys): New variable.
28179 (org-key): New function.
28180 (orgtbl-make-binding): Add docstring to the created function.
28181 (org-mode): Set paragraph start/separate regexps.
28182 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28183 (org-archive-location, org-archive-mark-done)
28184 (org-archive-stamp-time): New options.
28185 (org-archive-subtree): New command.
28186 (org-fill-paragraph): New function.
28187 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28188 (org-fake-empty-table-line): Function removed.
28189 (org-format-org-table-html): Do not create empty table lines at
28190 separator lines. Improved table header treatment.
28191 (org-link-format): New option.
28192 (org-make-link): New function.
28193 (org-insert-link, org-store-link): Use org-make-link.
28194 (org-open-file): Quote file name for shell command, to allow
28195 spaces in file names.
28196 (org-link-regexp): Fix bug with mailto link.
28197 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28198 New constants.
28199 (org-export-as-html): Deal with the optional angles around a link.
28200 Better treatment of file: links.
28201 (org-open-at-point): Replace @{ and @} with < and >.
28202 (org-run-mode-hooks): Function removed.
28203 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28204
28205 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28206
28207 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28208 MI command -data-list-register-values.
28209 (gdb-post-prompt): Indent properly.
28210
28211 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28212
28213 * hilit-chg.el (highlight-changes-colors): Rename from
28214 `highlight-changes-colours'.
28215 (highlight-changes-colours): Keep as obsolete alias.
28216 (highlight-changes-face-list): Doc fix.
28217 (hilit-chg-make-list): Use `highlight-changes-colors'.
28218
28219 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28220
28221 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28222 defun-prompt-regexp.
28223
28224 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28225
28226 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28227 and cygwin.
28228
28229 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28230 Don't use an old loaddefs.el, as in Makefile.in.
28231
28232 2005-06-12 Lute Kamstra <lute@gnu.org>
28233
28234 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28235
28236 * man.el (Man-mode-map): Initialize it properly.
28237 (Man-mode): Set mode-class property to special.
28238
28239 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28240
28241 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28242
28243 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28244 A newline is needed in the docstring there.
28245
28246 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28247 Doc fixes.
28248
28249 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28250
28251 * printing.el: Doc fix. The menubar is no more changed when printing
28252 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28253 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28254 (pr-version): New version number (6.8.4).
28255 (pr-menu-bind): New command.
28256 (pr-update-menus): Docstring and code fix.
28257 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28258 Docstring fix.
28259 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28260 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28261
28262 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28263
28264 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28265 "Returns" to "return", document useful return values, etc.
28266
28267 2005-06-11 Alan Mackenzie <acm@muc.de>
28268
28269 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28270 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28271 (adaptive-file-function): Minor amendment to doc-string.
28272
28273 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28274
28275 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28276 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28277 Fix :type--it is `integer', not `string'.
28278
28279 * faces.el (modeline-highlight): Rename from (the erroneous)
28280 `modeline-higilight'.
28281
28282 2005-06-11 Lute Kamstra <lute@gnu.org>
28283
28284 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28285 lisp-interaction-mode-map but make it the parent.
28286 (edebug-eval-mode): Use define-derived-mode.
28287
28288 2005-06-11 Andreas Schwab <schwab@suse.de>
28289
28290 * bindings.el: Add binding of `ESC functionkey' for every
28291 `M-functionkey'.
28292 * hexl.el (hexl-mode-map): Likewise.
28293
28294 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28295
28296 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28297 [msft]: update regexp for newer msft compilers.
28298
28299 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28300
28301 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28302 ATTLIST portions of included DTDs.
28303 (xml-parse-dtd): Eliminate use of inefficient match-data.
28304
28305 2005-06-10 Miles Bader <miles@gnu.org>
28306
28307 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28308 (mpuz-text): Remove "-face" suffix from face names.
28309 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28310 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28311 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28312
28313 * play/gomoku.el (gomoku-O, gomoku-X):
28314 Remove "-face" suffix from face names.
28315 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28316 New backward-compatibility aliases for renamed faces.
28317 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28318
28319 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28320
28321 * thumbs.el: Fixes for changes of 2005-06-09.
28322 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28323 as a directory.
28324 (thumbs-thumbname): Remove directory separator from format string;
28325 `thumbs-thumbsdir' now returns a valid directory name.
28326 (thumbs-temp-dir): New defsubst.
28327 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28328 Use it.
28329
28330 * cus-edit.el (minibuffer):
28331 * files.el (make-backup-file-name-function):
28332 * filesets.el (filesets-external-viewers):
28333 * hilit-chg.el (highlight-changes-colours)
28334 (highlight-changes-face-list, highlight-changes-rotate-faces):
28335 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28336 * kmacro.el (kmacro-call-macro):
28337 * log-edit.el (log-edit-changelog-full-paragraphs):
28338 * mouse.el (mouse-1-click-follows-link):
28339 * skeleton.el (skeleton-autowrap):
28340 * subr.el (insert-for-yank-1):
28341 * tempo.el (tempo-insert-region):
28342 * terminal.el (terminal-emulator):
28343 * time.el (display-time-mail-face):
28344 * vc.el (vc-annotate):
28345 * vcursor.el (vcursor-copy-line):
28346 * woman.el (woman-bold-headings, woman-ignore)
28347 (woman-default-faces, woman-monochrome-faces):
28348 * calendar/todo-mode.el (todo-insert-threshold):
28349 * emulation/pc-select.el (pc-select-selection-keys-only)
28350 (pc-selection-mode):
28351 * emulation/vip.el (vip-find-char-forward):
28352 * emulation/viper-cmd.el (viper-find-char-forward):
28353 * international/mule-cmds.el
28354 (select-safe-coding-system-accept-default-p)
28355 (input-method-exit-on-invalid-key):
28356 * international/mule-diag.el (describe-coding-system):
28357 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28358 * net/browse-url.el (browse-url-xterm-program):
28359 * obsolete/lazy-lock.el (lazy-lock-mode):
28360 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28361 (cperl-mode):
28362 * progmodes/cpp.el (cpp-face-light-name-list)
28363 (cpp-face-dark-name-list):
28364 * progmodes/delphi.el (delphi-newline-always-indents):
28365 Fix spellings in docstrings.
28366
28367 * ido.el (ido-mode, ido-file-extensions-order)
28368 (ido-default-file-method, ido-default-buffer-method)
28369 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28370 (ido-decorations, ido-read-file-name-as-directory-commands)
28371 (ido-read-file-name-non-ido, ido-work-directory-list)
28372 (ido-ignore-item-temp-list, ido-current-directory)
28373 (ido-magic-forward-char, ido-enter-find-file)
28374 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28375 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28376
28377 2005-06-10 Lute Kamstra <lute@gnu.org>
28378
28379 * play/dunnet.el (dun-mode): Use define-derived-mode.
28380 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28381 obsolete alias.
28382
28383 * play/doctor.el (doctor-mode-map): Remove defvar.
28384 (doctor-mode): Use define-derived-mode.
28385
28386 * mail/mspools.el (mspools-mode):
28387 * net/eudc-hotlist.el (eudc-hotlist-mode):
28388 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28389
28390 2005-06-10 Miles Bader <miles@gnu.org>
28391
28392 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28393 Remove "-face" suffix from face names.
28394 (flyspell-incorrect-face, flyspell-duplicate-face):
28395 New backward-compatibility aliases for renamed faces.
28396 (flyspell-mode-on, make-flyspell-overlay)
28397 (flyspell-highlight-incorrect-region)
28398 (flyspell-highlight-duplicate-region)
28399 (flyspell-display-next-corrections)
28400 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28401
28402 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28403 from face name.
28404 (texinfo-heading-face): New backward-compatibility alias for
28405 renamed face.
28406 (texinfo-heading-face): Use renamed texinfo-heading face.
28407
28408 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28409 suffix from face names.
28410 (tex-math-face, tex-verbatim-face):
28411 New backward-compatibility aliases for renamed faces.
28412 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28413 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28414 literal face name.
28415
28416 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28417 name.
28418 (table-cell-face): New backward-compatibility alias for renamed face.
28419 (table--put-cell-face-property, table--update-cell-face):
28420 Use renamed table-cell face.
28421
28422 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28423 from face name.
28424 (sgml-namespace-face): New backward-compatibility alias for
28425 renamed face.
28426 (sgml-namespace-face): Use renamed sgml-namespace face.
28427
28428 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28429 (org-level-4, org-level-5, org-level-6, org-level-7)
28430 (org-level-8, org-warning, org-headline-done)
28431 (org-deadline-announce, org-scheduled-today)
28432 (org-scheduled-previously, org-link, org-done, org-table)
28433 (org-time-grid): Remove "-face" suffix from face names.
28434 (org-level-1-face, org-level-2-face, org-level-3-face)
28435 (org-level-4-face, org-level-5-face, org-level-6-face)
28436 (org-level-7-face, org-level-8-face, org-warning-face)
28437 (org-headline-done-face, org-deadline-announce-face)
28438 (org-scheduled-today-face, org-scheduled-previously-face)
28439 (org-link-face, org-done-face, org-table-face)
28440 (org-time-grid-face):
28441 New backward-compatibility aliases for renamed faces.
28442 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28443 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28444 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28445 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28446
28447 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28448 (viper-minibuffer-emacs, viper-minibuffer-insert)
28449 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28450 (viper-search-face, viper-replace-overlay-face)
28451 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28452 (viper-minibuffer-vi-face):
28453 New backward-compatibility aliases for renamed faces.
28454 (viper-search-face, viper-replace-overlay-face)
28455 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28456 (viper-minibuffer-vi-face): Use renamed viper faces.
28457
28458 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28459 Remove "-face" suffix from face names.
28460 (testcover-nohits-face, testcover-1value-face):
28461 New backward-compatibility aliases for renamed faces.
28462 (testcover-mark): Use renamed testcover faces.
28463
28464 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28465 face name.
28466 (diary-button-face): New backward-compatibility alias for renamed face.
28467 (diary-entry): Use renamed diary-button face.
28468
28469 * calendar/calendar.el (diary, calendar-today, holiday)
28470 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28471 (diary-face, calendar-today-face, holiday-face):
28472 New backward-compatibility aliases for renamed faces.
28473 (eval-after-load "facemenu", diary-entry-marker)
28474 (calendar-today-marker, calendar-holiday-marker, diary-face):
28475 Use renamed calendar faces.
28476
28477 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28478 (compare-windows-face): New backward-compatibility alias for
28479 renamed face.
28480 (compare-windows-highlight): Use renamed compare-windows face.
28481
28482 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28483 (strokes-char-face): New backward-compatibility alias for renamed face.
28484 (strokes-encode-buffer): Use renamed strokes-char face.
28485
28486 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28487 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28488 Remove "-face" suffix from face names.
28489 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28490 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28491 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28492 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28493 Use renamed pcvs faces.
28494 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28495 * pcvs-defs.el (cvs-mode-map): Likewise.
28496 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28497
28498 * info.el (info-title-1, info-title-2, info-title-3)
28499 (info-title-4): Remove "-face" suffix from and downcase face names.
28500 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28501 (Info-title-4-face):
28502 New backward-compatibility aliases for renamed faces.
28503 (Info-fontify-node): Use renamed info faces.
28504
28505 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28506 Remove "-face" suffix from face names.
28507 (highlight-changes-face, highlight-changes-delete-face):
28508 New backward-compatibility aliases for renamed faces.
28509 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28510 (hilit-chg-make-list): Use renamed highlight-changes faces.
28511
28512 * generic-x.el (show-tabs-tab, show-tabs-space):
28513 Remove "-face" suffix from face names.
28514 (show-tabs-tab-face, show-tabs-space-face):
28515 New backward-compatibility aliases for renamed faces.
28516 (show-tabs-generic-mode-font-lock-defaults-1)
28517 (show-tabs-generic-mode-font-lock-defaults-2):
28518 Use renamed show-tabs faces.
28519
28520 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28521 (smerge-markers): Remove "-face" suffix from face names.
28522 (smerge-mine-face, smerge-other-face, smerge-base-face)
28523 (smerge-markers-face):
28524 New backward-compatibility aliases for renamed faces.
28525 (smerge-mine-face, smerge-other-face, smerge-base-face)
28526 (smerge-markers-face): Use renamed smerge faces.
28527
28528 * log-view.el (log-view-file, log-view-message): Remove "-face"
28529 suffix from face names.
28530 (log-view-file-face, log-view-message-face):
28531 New backward-compatibility aliases for renamed faces.
28532 (log-view-file-face, log-view-message-face): Use renamed log-view
28533 faces.
28534
28535 * paren.el (show-paren-match, show-paren-mismatch):
28536 Remove "-face" suffix from face names.
28537 (show-paren-match-face, show-paren-mismatch-face):
28538 New backward-compatibility aliases for renamed faces.
28539 (show-paren-function): Use renamed show-paren faces.
28540
28541 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28542 (ruler-mode-margins, ruler-mode-fringes)
28543 (ruler-mode-column-number, ruler-mode-fill-column)
28544 (ruler-mode-comment-column, ruler-mode-goal-column)
28545 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28546 suffix from face names.
28547 (ruler-mode-default-face, ruler-mode-pad-face)
28548 (ruler-mode-margins-face, ruler-mode-fringes-face)
28549 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28550 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28551 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28552 New backward-compatibility aliases for renamed faces.
28553 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28554 (ruler-mode-column-number, ruler-mode-fill-column)
28555 (ruler-mode-comment-column, ruler-mode-goal-column)
28556 (ruler-mode-tab-stop, ruler-mode-current-column)
28557 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28558 faces.
28559
28560 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28561 face name.
28562 (whitespace-highlight-the-space): Use renamed face.
28563 (whitespace-highlight-face): New backward-compatibility alias for
28564 renamed face.
28565
28566 * woman.el (woman-italic, woman-bold, woman-unknown)
28567 (woman-addition, woman-symbol-face):
28568 Remove "-face" suffix from face names.
28569 (woman-italic-face, woman-bold-face, woman-unknown-face)
28570 (woman-addition-face):
28571 New backward-compatibility aliases for renamed faces.
28572 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28573 (woman-decode-region, woman-replace-match)
28574 (woman-display-extended-fonts, woman-special-characters)
28575 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28576 Use renamed woman faces.
28577
28578 * longlines.el (longlines-visible-face): Face removed.
28579
28580 * diff-mode.el (diff-header, diff-file-header, diff-index)
28581 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28582 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28583 suffix from face names.
28584 (diff-header-face, diff-file-header-face, diff-index-face)
28585 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28586 (diff-changed-face, diff-function-face, diff-context-face)
28587 (diff-nonexistent-face): New backward-compatibility aliases for
28588 renamed faces.
28589 (diff-header-face, diff-file-header-face)
28590 (diff-index, diff-index-face, diff-hunk-header)
28591 (diff-hunk-header-face, diff-removed, diff-removed-face)
28592 (diff-added, diff-added-face, diff-changed-face, diff-function)
28593 (diff-function-face, diff-context-face, diff-nonexistent)
28594 (diff-nonexistent-face): Use renamed diff-mode faces.
28595
28596 * progmodes/compile.el (compilation-warning-face)
28597 (compilation-info-face): Remove "-face" suffix from face names.
28598 (compilation-warning-face, compilation-info-face):
28599 New backward-compatibility aliases for renamed faces.
28600 (compilation-warning-face, compilation-info-face):
28601 Use renamed compilation faces.
28602
28603 * add-log.el (change-log-date, change-log-name)
28604 (change-log-email, change-log-file, change-log-list)
28605 (change-log-conditionals, change-log-function)
28606 (change-log-acknowledgement): Remove "-face" suffix from face names.
28607 (change-log-date-face, change-log-name-face)
28608 (change-log-email-face, change-log-file-face)
28609 (change-log-list-face, change-log-conditionals-face)
28610 (change-log-function-face, change-log-acknowledgement-face):
28611 New backward-compatibility aliases for renamed faces.
28612 (change-log-font-lock-keywords): Use renamed change-log faces.
28613
28614 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28615 (custom-set, custom-changed, custom-saved, custom-button)
28616 (custom-button-pressed, custom-documentation, custom-state)
28617 (custom-comment, custom-comment-tag, custom-variable-tag)
28618 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28619 (custom-group-tag): Remove "-face" suffix from face names.
28620 (custom-magic-alist, custom-magic-value-create)
28621 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28622 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28623 (custom-set-face, custom-changed-face, custom-saved-face)
28624 (custom-button-face, custom-button-pressed-face)
28625 (custom-documentation-face, custom-state-face)
28626 (custom-comment-face, custom-comment-tag-face)
28627 (custom-variable-tag-face, custom-variable-button-face)
28628 (custom-face-tag-face, custom-group-tag-face-1)
28629 (custom-group-tag-face):
28630 New backward-compatibility aliases for renamed faces.
28631
28632 * wid-edit.el (widget-documentation, widget-button)
28633 (widget-field, widget-single-line-field, widget-inactive)
28634 (widget-button-pressed): "-face" suffix removed from face names.
28635 (widget-documentation-face, widget-button-face)
28636 (widget-field-face, widget-single-line-field-face)
28637 (widget-inactive-face, widget-button-pressed-face):
28638 New backward-compatibility aliases for renamed faces.
28639 (widget-documentation-face, widget-button-face)
28640 (widget-button-pressed-face, widget-specify-field)
28641 (widget-specify-inactive): Use renamed widget faces.
28642
28643 2005-06-10 Kenichi Handa <handa@m17n.org>
28644
28645 * term/x-win.el (x-clipboard-yank): Remove condition-case
28646 wrapping.
28647
28648 2005-06-11 Kenichi Handa <handa@m17n.org>
28649
28650 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28651 date lines stricter.
28652
28653 2005-06-10 Zhang Wei <id.brep@gmail.com>
28654
28655 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28656 of x-get-selection.
28657
28658 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28659
28660 * comint.el (comint-mode, comint-snapshot-last-prompt):
28661 * frame.el (frame-current-scroll-bars):
28662 * term.el (term-mode, term-check-proc, term-input-sender)
28663 (term-simple-send, term-extract-string, term-word)
28664 (term-match-partial-filename):
28665 * window.el (window-current-scroll-bars):
28666 * emulation/cua-base.el (cua-normal-cursor-color)
28667 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28668 (cua-global-mark-cursor-color):
28669 * mail/undigest.el (rmail-forward-separator-regex):
28670 Fix typos in docstrings.
28671
28672 * comint.el (comint-check-proc, make-comint-in-buffer)
28673 (comint-source-default): Doc fixes.
28674
28675 * term.el (term-send-string): Improve argument/docstring consistency.
28676
28677 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28678
28679 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28680 call to `delete-region'.
28681 (comint-mode-hook): Do not enable Font Lock by default.
28682
28683 2005-06-09 Lute Kamstra <lute@gnu.org>
28684
28685 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28686 could be void.
28687
28688 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28689
28690 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28691 (debug): Use it.
28692 (debugger-step-through, debugger-continue, debugger-jump)
28693 (debugger-return-value): Set it when needed.
28694 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28695 Use inhibit-read-only.
28696
28697 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28698
28699 * window.el (shrink-window-if-larger-than-buffer)
28700 (window-size-fixed): Fix typo in docstring.
28701
28702 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28703 thumbnails directory on loading.
28704 (thumbs-conversion-program): Use `eq' to check the system type,
28705 not `equal'.
28706 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28707 not "/tmp". Fix docstring.
28708 (thumbs-thumbsdir): New function to return the thumbnails
28709 directory, creating it if needed.
28710 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28711 (thumbs-temp-file): Delete variable and make it into a function.
28712 (thumbs-resize-image, thumbs-modify-image): Use it.
28713 (thumbs-kill-buffer): Simplify.
28714 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28715 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28716 docstrings.
28717
28718 2005-06-09 Kim F. Storm <storm@cua.dk>
28719
28720 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28721 set-match-data to free markers in match-data.
28722
28723 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28724 match-data to unchain markers in match-data.
28725
28726 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28727
28728 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28729 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28730 unnecessary now.
28731
28732 2005-06-08 Richard M. Stallman <rms@gnu.org>
28733
28734 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28735 give the variable a doc string that doesn't say don't set it directly.
28736
28737 * textmodes/ispell.el (ispell-check-version):
28738 Use match-string-no-properties.
28739 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28740 (ispell-buffer-local-words): Likewise.
28741
28742 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28743 except on terminals with enough colors to really display it.
28744 (makefile-dependency-regex): Delete spurious `bb'.
28745
28746 * faces.el (escape-glyph): Use blue once again in last case.
28747 (no-break-space): Redefine so that it isn't invisible on a tty.
28748
28749 2005-06-08 Kim F. Storm <storm@cua.dk>
28750
28751 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28752 also when reading directory name.
28753
28754 2005-06-08 Lute Kamstra <lute@gnu.org>
28755
28756 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28757 (flyspell-mode-line-string): Remove autoload cookie.
28758 (flyspell-mode): Remove defvar.
28759
28760 2005-06-07 Lute Kamstra <lute@gnu.org>
28761
28762 * textmodes/org.el (org-run-mode-hooks): New function.
28763 (org-agenda-mode): Use it.
28764
28765 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28766
28767 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28768
28769 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28770
28771 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28772
28773 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28774
28775 * font-lock.el (font-lock-add-keywords): Doc fix.
28776
28777 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28778
28779 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28780 (tex-compile-default): In the absence of any history, use the order in
28781 tex-compile-alist to choose the preferred command.
28782 (tex-compile-commands): Reorder a bit.
28783
28784 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28785 (flyspell-incorrect-face, flyspell-duplicate-face):
28786 Use (X)Emacs-agnostic code.
28787 (flyspell-mode-map): Don't overwrite at each load. Remove code
28788 redundant with the subsequent add-minor-mode. Merge Emacs and
28789 XEmacs code.
28790 (flyspell-word): Minor simplification.
28791 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28792 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28793 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28794 Merge the corresponding Emacs code.
28795 (flyspell-correct-word, flyspell-xemacs-popup):
28796 Use flyspell-do-correct.
28797
28798 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28799 a dedicated window.
28800
28801 * international/latexenc.el (latexenc-find-file-coding-system):
28802 Undo part of last patch, to turn off a compiler warning.
28803
28804 2005-06-06 Juri Linkov <juri@jurta.org>
28805
28806 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28807 Rename `tmm-inactive-face' to `tmm-inactive'.
28808
28809 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28810
28811 * iswitchb.el: Rename faces.
28812
28813 2005-06-06 Kim F. Storm <storm@cua.dk>
28814
28815 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28816 (cua-global-mark): Remove -face suffix from face names.
28817
28818 * emulation/cua-gmrk.el (cua--init-global-mark):
28819 Remove cua-global-mark face setup.
28820
28821 2005-06-06 Richard M. Stallman <rms@gnu.org>
28822
28823 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28824 just like other allowed characters.
28825 (makefile-match-dependency): Exclude leading and training whitespace
28826 from the range of regexp subexp 1.
28827 (makefile-macroassign-regex): Don't try to match the body,
28828 just the name of the macro being defined.
28829
28830 * info.el (Info-read-node-name-2): New function.
28831 (Info-read-node-name-1): Use that.
28832 Add a completion-base-size-function property.
28833
28834 * simple.el (completion-setup-function): Look for
28835 completion-base-size-function property of minibuffer-completion-table.
28836
28837 * files.el (locate-file-completion): Doc fix.
28838
28839 * printing.el: Don't call pr-update-menus; user must do that.
28840
28841 * emacs-lisp/debug.el (debugger-window): New variable.
28842 (debug): Use debugger-window if it is set and still alive.
28843 Record debugger-window for next entry.
28844
28845 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28846
28847 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28848
28849 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28850 (hack-one-local-variable, hack-local-variables)
28851 (hack-local-variables-prop-line): Pass that arg.
28852
28853 2005-06-06 Kim F. Storm <storm@cua.dk>
28854
28855 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28856 (ido-indicator): Remove -face suffix from face names.
28857
28858 2005-06-06 Juri Linkov <juri@jurta.org>
28859
28860 * font-lock.el (font-lock-regexp-backslash)
28861 (font-lock-regexp-backslash-construct): New faces.
28862 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28863 after `('. Add `while-no-input' to control structures.
28864
28865 * faces.el (no-break-space, shadow): New faces.
28866 (escape-glyph): Use less loud colors pink2 and red4.
28867
28868 * diff-mode.el (diff-context-face)
28869 * dired.el (dired-ignored)
28870 * rfn-eshadow.el (file-name-shadow)
28871 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28872
28873 * info.el (Info-title-1-face): Use green instead of yellow because
28874 bold yellow is not readable on light backgrounds.
28875
28876 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28877 before selecting the desired mode to not spend time fontifying
28878 old contents.
28879
28880 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28881
28882 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28883 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28884
28885 * ps-print.el (ps-default-fg, ps-default-bg):
28886 Fix typos in docstrings.
28887
28888 * isearchb.el (isearchb): Don't pass a spurious second argument to
28889 `iswitchb-completions'.
28890
28891 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28892
28893 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28894 to preserve point.
28895 (gdb-find-file-hook): Add doc string.
28896
28897 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28898 C dereferenced pointer expression.
28899 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28900
28901 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28902
28903 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28904 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28905 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28906 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28907 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28908 Make background transparent.
28909
28910 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28911
28912 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28913 (font-lock-remove-keywords): Doc fix.
28914 (font-lock-mode-major-mode): Compiler defvar.
28915 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28916
28917 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28918 (font-lock-mode): Update `font-lock-mode-major-mode'.
28919 (font-lock-set-defaults): Compiler defvar.
28920 (font-lock-default-function): Take `font-lock-mode-major-mode'
28921 into account.
28922
28923 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28924 keep track of which major mode it enabled the minor mode for.
28925 Use find-file-hook again. Update docstring.
28926
28927 * simple.el (eval-expression-print-level)
28928 (eval-expression-print-length, eval-expression-debug-on-error):
28929 Doc fixes.
28930
28931 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28932
28933 * iswitchb.el (iswitchb-single-match-face)
28934 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28935 (iswitchb-invalid-regexp-face): New faces.
28936 (iswitchb-completions): Use them.
28937 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28938 now marked as an obsolete alias.
28939 (iswitchb-read-buffer): Remove check for bound font variables.
28940 (iswitchb-invalid-regexp): New free variable.
28941 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28942 set iswitchb-invalid-regexp.
28943 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28944 invalid regexps.
28945 (iswitchb-completions): Add check for complete match when entering
28946 a regexp.
28947 (iswitchb-completions): Remove require-match argument.
28948 (iswitchb-exhibit): Fix caller.
28949 (iswitchb-common-match-inserted): New variable.
28950 (iswitchb-complete, iswitchb-completion-help): Use it.
28951
28952 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28953
28954 * url-http.el (url-http-chunked-encoding-after-change-function):
28955 Use `url-http-debug' instead of `message'.
28956
28957 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28958
28959 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28960 callback argument.
28961
28962 2005-06-04 Kim F. Storm <storm@cua.dk>
28963
28964 * simple.el (line-move): Only call sit-for when moving backwards.
28965
28966 * ido.el (ido-make-merged-file-list-1): New defun split from
28967 ido-make-merged-file-list.
28968 (ido-make-merged-file-list): Bind throw-on-input around call to
28969 ido-make-merged-file-list-1. Return input-pending-p if
28970 interrupted by more input available.
28971 (ido-read-internal): Handle input-pending-p return value from
28972 ido-make-merged-file-list.
28973
28974 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28975
28976 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28977 compatibility code.
28978
28979 * international/latexenc.el (latexenc-find-file-coding-system):
28980 Don't inherit the EOL part of the coding-system from the
28981 tex-main buffer. Fit within 80 columns.
28982
28983 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28984
28985 * tmm.el (tmm-inactive-face): New face.
28986 (tmm-remove-inactive-mouse-face): New function.
28987 (tmm-prompt, tmm-add-one-shortcut)
28988 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28989 but not selectable.
28990
28991 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28992
28993 * faces.el (face-equal): Improve argument/docstring consistency.
28994
28995 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28996
28997 * progmodes/make-mode.el (makefile-targets-face)
28998 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28999 (makefile-bsdmake-dependency-regex)
29000 (makefile-makepp-rule-action-regex)
29001 (makefile-bsdmake-rule-action-regex): New constants.
29002 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29003
29004 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29005 Allow (...) within `...' for makepp messages.
29006
29007 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29008
29009 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29010
29011 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29012 "." files are deleted from all file lists before comparison.
29013
29014 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29015 (viper-ESC-key): Made them customizable.
29016
29017 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29018
29019 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29020
29021 * autorevert.el (auto-revert-buffers): Use save-match-data.
29022
29023 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29024
29025 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29026 menu items with a nil command binding.
29027
29028 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29029
29030 * emacs-lisp/cl-macs.el (defsetf):
29031 Improve argument/docstring consistency.
29032
29033 * faces.el (list-faces-display): Improve the formatting by
29034 computing the maximum length required for any face-name (reworked
29035 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29036 (internal-find-face): Remove redundant info in docstring.
29037
29038 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29039
29040 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29041 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29042 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29043 (gdb-assembler-custom): Improve regexps.
29044 (def-gdb-auto-update-handler): Use window point to preserve point.
29045
29046 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29047
29048 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29049
29050 2005-05-31 Jay Belanger <belanger@truman.edu>
29051
29052 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29053 to calc-embedded.
29054 (calc-embedded-make-info): Have plain prefix argument select
29055 entire line.
29056
29057 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29058
29059 * faces.el (list-faces-display): Signal error if passed a regexp
29060 that matches no face name.
29061
29062 * simple.el (filter-buffer-substring): Fix typo in docstring.
29063
29064 2005-05-31 Richard M. Stallman <rms@gnu.org>
29065
29066 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29067 (vhdl-emacs-21): Doc fix.
29068 (vhdl-mode): Unconditionally set comment-padding.
29069 (vhdl-fixup-whitespace-region): Insert spaces only where
29070 there are none.
29071 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29072
29073 2005-05-30 John Wiegley <johnw@newartisans.com>
29074
29075 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29076 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29077 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29078 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29079 `string-to-number'.
29080
29081 2005-05-30 Jay Belanger <belanger@truman.edu>
29082
29083 * calc/calc.el (calc-bug-address): Fix docstring.
29084 (calc-window-hook, calc-trail-window-hook): New variables.
29085 (calc-trail-display): Restore use of calc-trail-window-hook.
29086 (calc): Restore use of calc-window-hook.
29087
29088 2005-05-31 Masatake YAMATO <jet@gyve.org>
29089
29090 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29091
29092 * help-fns.el (help-C-file-name): Add autoload mark for
29093 `find-function-noselect'.
29094
29095 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29096
29097 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29098 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29099
29100 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29101
29102 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29103 included diary buffer if it was not already being visited.
29104 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29105
29106 * calendar/icalendar.el (top-level): Do not require appt.
29107
29108 * mail/supercite.el (sc-select-attribution): Only use a list
29109 element from sc-attrib-selection-list if it returns a string.
29110 Reported by Davide G. M. Salvetti <salve@debian.org>.
29111
29112 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29113
29114 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29115 includes a hash value to improve its uniqueness, and has a ".jpg"
29116 extension. Also, it is now a valid filename on all systems.
29117 (thumbs-make-thumb): Use `let', not `let*'.
29118 (thumbs-show-thumbs-list): Check for JPEG availability.
29119
29120 2005-05-30 Richard M. Stallman <rms@gnu.org>
29121
29122 * filesets.el (filesets-menu-ensure-use-cached):
29123 Prevent warning when emacs-version>= is undefined.
29124
29125 * printing.el (pr-interactive-n-up): Use string-to-number.
29126
29127 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29128
29129 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29130 Warn only when name to be defined is quoted.
29131
29132 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29133
29134 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29135 Make regexp more robust.
29136 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29137 Force regeneration of disassembly.
29138
29139 2005-05-29 Jay Belanger <belanger@truman.edu>
29140
29141 * calc/calc.el (calc-user-invocation): Check if
29142 calc-invocation-macro is non-nil.
29143
29144 2005-05-29 Juri Linkov <juri@jurta.org>
29145
29146 * add-log.el (change-log-font-lock-keywords):
29147 Add `+' to e-mail regexp to accept mail address with keywords.
29148
29149 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29150
29151 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29152
29153 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29154
29155 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29156
29157 2005-05-29 Richard M. Stallman <rms@gnu.org>
29158
29159 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29160 Undo the change that moves to end of the current word.
29161
29162 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29163
29164 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29165 Throw error when count <= 0 to ensure input is a number.
29166 (gdb-read-memory-custom): Pick up address from buffer.
29167 (gdb-memory-mode): Allow user to increment and decrement
29168 memory address from header line.
29169
29170 2005-05-29 Richard M. Stallman <rms@gnu.org>
29171
29172 * flyspell.el (flyspell-version): Function deleted.
29173 (flyspell-auto-correct-previous-hook): Doc fix.
29174
29175 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29176 Do nothing if memory is full.
29177
29178 * font-lock.el (font-lock-fontify-syntactically-region):
29179 Pass t for GREEDY to looking-back.
29180
29181 * saveplace.el (save-place-alist-to-file): Write the file
29182 using write-region.
29183
29184 * subr.el (looking-back): New argument GREEDY.
29185
29186 * progmodes/compile.el (compilation-start): Set the mode
29187 before inserting the initial text.
29188
29189 * progmodes/which-func.el (which-func-update-1): Turn the mode
29190 off in case of error by setting which-func-mode.
29191
29192 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29193
29194 * flyspell.el (flyspell-auto-correct-previous-word):
29195 Narrow down to what's on the screen, and recenter overlays
29196 at the end of the next word.
29197
29198 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29199
29200 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29201 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29202 (flyspell-abbrev-p): Default to nil.
29203 (flyspell-use-global-abbrev-table-p): Doc fix.
29204 (flyspell-large-region): Allow nil as value.
29205 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29206
29207 (mail-mode-flyspell-verify): More robust handling
29208 of `mail-header-separator'. More efficient signature detection.
29209 Allow for regexp metacharacters in message-header-separator.
29210 Adding `To' not to be checked in mail-mode-flyspell-verify.
29211
29212 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29213 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29214 Bind flyspell-auto-correct-binding.
29215 Bind C-. and C-, .
29216 (flyspell-mode-map): Likewise.
29217 (flyspell-mode): Doc fix.
29218 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29219 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29220 (flyspell-word-cache-result): New var, always local.
29221 (flyspell-check-pre-word-p): Doc fix.
29222 (flyspell-check-changed-word-p): Handle spc like newline.
29223 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29224 (flyspell-word-search-backward, flyspell-word-search-forward):
29225 New functions.
29226 (flyspell-word): Return t if nothing to check.
29227 When parsing TeX code, check for after } or \.
29228 Use flyspell-word-search-backward to find previous word.
29229 Return nil if duplicated word.
29230 For word already checked, return same value as last time.
29231 Set flyspell-word-cache-result after checking.
29232 Don't clobber the return value.
29233 (flyspell-get-word): Major rewrite.
29234 (flyspell-external-point-words): New locals pword, pcount.
29235 Fix size used in progress message.
29236 Find the proper corresponding word in flyspell-large-region-buffer.
29237 (flyspell-region): Check for flyspell-large-region = nil.
29238 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29239 (flyspell-auto-correct-word): Check that WORD is a cons.
29240 (flyspell-correct-word): Likewise.
29241
29242 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29243
29244 * progmodes/make-mode.el (makefile-rule-action-regex)
29245 (makefile-macroassign-regex, makefile-makepp-mode)
29246 (makefile-bsdmake-mode): Continuation lines may be empty.
29247 Reported by Joshua Varner.
29248 (makefile-makepp-font-lock-keywords): Add $(stem).
29249
29250 2005-05-28 Karl Berry <karl@gnu.org>
29251
29252 * textmodes/tex-mode.el: Now that tex-send-command calls
29253 shell-quote-argument (2005-03-31 change), remove all calls to
29254 shell-quote-argument; they all end up invoking tex-send-command.
29255 The double quoting loses on filenames with non-safe characters,
29256 such as "@". Reported by Frederik Fouvry.
29257
29258 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29259
29260 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29261 about preserving point.
29262
29263 2005-05-27 Jay Belanger <belanger@truman.edu>
29264
29265 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29266 Info-goto-node.
29267
29268 * calc/calc-embed.el (calc-embed-arg): New variable.
29269 (calc-do-embedded-activate, calc-embedded-activate-formula)
29270 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29271 variable by new variable.
29272 (calc-embedded-make-info): Replace undeclared variable by new
29273 variable. When selecting region with positive prefix
29274 argument, use end of previous line instead of beginning of line.
29275
29276 * calc/calc-aent.el (calc-arg-values): Declare it.
29277
29278 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29279 Declare them.
29280
29281 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29282
29283 * calc/calc.el (calc-alg-map): Declare it.
29284
29285 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29286
29287 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29288
29289 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29290 (gdb-registers-buffer, toggle-gdb-all-registers):
29291 Toggle display of floating point registers.
29292 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29293
29294 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29295 (toggle-gud-tooltip-dereference):
29296 Rename from gud-toggle-tooltip-dereference.
29297
29298 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29299
29300 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29301
29302 2005-05-27 Jay Belanger <belanger@truman.edu>
29303
29304 * calc/calc-prog.el (calc-kbd-report): Remove.
29305 (calc-kbd-query): Rewrite.
29306
29307 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29308
29309 * image.el (image-library-alist): Move to image.c.
29310 (image-type-available-p): Doc fix.
29311
29312 2005-05-27 Lute Kamstra <lute@gnu.org>
29313
29314 * calc/calc.el (calc):
29315 * outline.el (outline-1, outline-2, outline-3, outline-4)
29316 (outline-5, outline-6, outline-7, outline-8):
29317 * textmodes/dns-mode.el (dns-mode):
29318 * textmodes/sgml-mode.el (sgml-namespace-face):
29319 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29320 (tex-verbatim-face, tex-use-reftex):
29321 * textmodes/texinfo.el (texinfo-heading-face):
29322 Specify customization group.
29323
29324 * longlines.el: Don't require easy-mmode.
29325 (longlines-visible-face): Specify customization group.
29326
29327 2005-05-27 Kenichi Handa <handa@m17n.org>
29328
29329 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29330 encoding table of windows-1251.
29331
29332 * international/ucs-tables.el (ucs-set-table-for-input):
29333 If translation-table-for-input of a coding system is a symbol, get
29334 its translation-table property.
29335
29336 * international/code-pages.el: Don't register a coding system into
29337 non-iso-charset-alist more than once.
29338 (cp-make-coding-system): Likewise.
29339
29340 2005-05-26 John Wiegley <johnw@newartisans.com>
29341
29342 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29343 `eshell-resume-eval' is wrapped in a list, it indicates that the
29344 command was run asynchronously. In that case, unwrap the value
29345 before checking the delimiter value.
29346
29347 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29348 character before a space at the end of a line is \, assume the space
29349 is part of the last argument rather than a final argument separator.
29350
29351 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29352 is in use, and the target is `t' or `nil' (which are the most common
29353 values), don't assume that the symbol target is a buffer.
29354
29355 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29356
29357 * calendar/calendar.el (calendar-mode-line-format):
29358 Use mode-line-highlight as mouse-face.
29359
29360 * time.el (display-time-string-forms, display-time-update):
29361 Use mode-line-highlight as mouse-face.
29362
29363 2005-05-26 Jay Belanger <belanger@truman.edu>
29364
29365 * calc/calc.el (calc-language-alist): Remove extra defvar.
29366
29367 2005-05-26 Lute Kamstra <lute@gnu.org>
29368
29369 * arc-mode.el (archive-mode):
29370 * bookmark.el (bookmark-read-annotation-mode)
29371 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29372 * bs.el (bs-mode):
29373 * calc/calc-yank.el (calc-edit-mode):
29374 * calc/calc.el (calc-mode, calc-trail-mode):
29375 * calculator.el (calculator-mode):
29376 * chistory.el (command-history-mode):
29377 * comint.el:
29378 * cus-edit.el (custom-mode):
29379 * descr-text.el (describe-text-mode):
29380 * ebuff-menu.el (Electric-buffer-menu-mode):
29381 * ediff-util.el (ediff-mode):
29382 * emacs-lisp/re-builder.el (reb-mode):
29383 * emulation/vi.el (vi-mode-setup):
29384 * emulation/ws-mode.el (wordstar-mode):
29385 * eshell/esh-mode.el (eshell-mode):
29386 * forms.el (forms-mode):
29387 * help-mode.el (help-mode):
29388 * hexl.el (hexl-mode):
29389 * ibuffer.el (ibuffer-mode):
29390 * ielm.el (inferior-emacs-lisp-mode):
29391 * info.el (Info-mode, Info-edit-mode):
29392 * international/swedish.el:
29393 * ledit.el (ledit-from-lisp-mode):
29394 * locate.el (locate-mode):
29395 * mail/rmail.el (rmail-mode):
29396 * mail/rmailedit.el (rmail-edit-mode):
29397 * mail/rmailsum.el (rmail-summary-mode):
29398 * mail/supercite.el (sc-electric-mode):
29399 * net/eudc.el (eudc-mode):
29400 * net/quickurl.el (quickurl-list-mode):
29401 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29402 * obsolete/ooutline.el (outline-mode):
29403 * obsolete/options.el (Edit-options-mode):
29404 * obsolete/rnews.el (news-mode):
29405 * obsolete/rnewspost.el (news-reply-mode):
29406 * play/5x5.el (5x5-mode):
29407 * play/decipher.el (decipher-mode, decipher-stats-mode):
29408 * play/gomoku.el (gomoku-mode):
29409 * play/snake.el (snake-mode):
29410 * play/solitaire.el (solitaire-mode):
29411 * play/tetris.el (tetris-mode):
29412 * progmodes/ada-mode.el (ada-mode):
29413 * progmodes/antlr-mode.el (antlr-mode):
29414 * progmodes/autoconf.el (autoconf-mode):
29415 * progmodes/dcl-mode.el (dcl-mode):
29416 * progmodes/delphi.el (delphi-mode):
29417 * progmodes/ebrowse.el (ebrowse-tree-mode)
29418 (ebrowse-electric-list-mode, ebrowse-member-mode)
29419 (ebrowse-electric-position-mode):
29420 * progmodes/f90.el (f90-mode):
29421 * progmodes/fortran.el (fortran-mode):
29422 * progmodes/icon.el (icon-mode):
29423 * progmodes/idlw-help.el (idlwave-help-mode):
29424 * progmodes/idlw-shell.el (idlwave-shell-mode):
29425 * progmodes/idlwave.el (idlwave-mode):
29426 * progmodes/inf-lisp.el (inferior-lisp-mode):
29427 * progmodes/m4-mode.el (m4-mode):
29428 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29429 * progmodes/modula2.el (modula-2-mode):
29430 * progmodes/octave-inf.el (inferior-octave-mode):
29431 * progmodes/octave-mod.el (octave-mode):
29432 * progmodes/pascal.el (pascal-mode):
29433 * progmodes/sh-script.el (sh-mode):
29434 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29435 * progmodes/vhdl-mode.el (vhdl-mode):
29436 * progmodes/xscheme.el (scheme-interaction-mode):
29437 * replace.el (occur-mode):
29438 * ses.el (ses-mode):
29439 * simple.el (completion-list-mode):
29440 * skeleton.el:
29441 * speedbar.el (speedbar-mode):
29442 * term.el (term-mode):
29443 * terminal.el (terminal-edit-mode):
29444 * textmodes/reftex-index.el (reftex-index-mode)
29445 (reftex-index-phrases-mode):
29446 * textmodes/reftex-sel.el (reftex-select-label-mode)
29447 (reftex-select-bib-mode):
29448 * textmodes/reftex-toc.el (reftex-toc-mode):
29449 * wdired.el (wdired-change-to-wdired-mode):
29450 * wid-browse.el (widget-browse-mode):
29451 Use run-mode-hooks.
29452
29453 * array.el (array-mode):
29454 * calendar/todo-mode.el (todo-mode):
29455 * man.el (Man-mode):
29456 * play/landmark.el (lm-mode):
29457 * play/mpuz.el (mpuz-mode):
29458 Use kill-all-local-variables and run-mode-hooks.
29459
29460 * subr.el (delay-mode-hooks): Specify indentation.
29461
29462 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29463
29464 * xml.el (xml-substitute-special): Don't die for undefined xml
29465 entities.
29466
29467 2005-05-26 Jay Belanger <belanger@truman.edu>
29468
29469 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29470 of nil.
29471
29472 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29473
29474 * progmodes/gdb-ui.el (gdb-frame-address):
29475 Rename from gdb-current-address.
29476 (gdb-previous-frame-address): Rename from gdb-previous-address.
29477 (gdb-selected-frame): Rename from gdb-current-frame.
29478 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29479 (gdb-frame-number): Rename from gdb-current-stack-level.
29480 (gdb-ann3): Match new mode-name for disassembly buffer.
29481 Extend initialization of variables.
29482 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29483 (gdb-memory-mode): Use mouse-face in header line.
29484 (gdb-assembler-buffer-name): Call it disassembly and give frame
29485 in mode line.
29486 (gdb-source-spec-regexp, gdb-assembler-custom)
29487 (gdb-invalidate-assembler, gdb-frame-handler):
29488 Make robust to leading zeroes in address format.
29489
29490 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29491
29492 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29493 define `org-mode'.
29494 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29495
29496 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29497
29498 * log-edit.el (log-edit-changelog-entries): Distinguish between
29499 filenames like xfns.c and fns.c.
29500
29501 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29502
29503 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29504 point after reverting.
29505 (Buffer-menu-make-sort-button): Handle the case where
29506 `Buffer-menu-use-header-line' is nil.
29507
29508 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29509
29510 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29511 New funcs. In minibuffer-local-completion-map bind `]', `/'
29512 and `:' to them.
29513
29514 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29515
29516 * startup.el (normal-top-level): Allow modification of load-path while
29517 we're iterating over it.
29518
29519 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29520
29521 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29522 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29523 (thumbs-resize-interactive, thumbs-insert-image)
29524 (thumbs-insert-thumb, thumbs-dired-show-marked)
29525 (thumbs-find-image-at-point, thumbs-delete-images)
29526 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29527 (thumbs-increment-image-size, thumbs-decrement-image-size):
29528 Fix typos in docstrings.
29529
29530 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29531
29532 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29533 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29534 (cperl-mode): Use them.
29535
29536 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29537
29538 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29539 Doc fixes.
29540
29541 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29542
29543 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29544 Bind C-d to gdb-inferior-io-eof.
29545
29546 * dired.el (dired-dnd-popup-notice): Use message-box.
29547
29548 2005-05-23 Masatake YAMATO <jet@gyve.org>
29549
29550 * bindings.el (mode-line-major-mode-keymap):
29551 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29552
29553 * faces.el (mode-line-highlight): New face.
29554
29555 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29556 as mouse-face.
29557
29558 * bindings.el (top-level, help-echo, mode-line-modified)
29559 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29560 as mouse-face.
29561
29562 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29563
29564 * progmodes/cc-engine.el (c-guess-basic-syntax):
29565 Remove spurious call to `zerop'.
29566
29567 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29568
29569 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29570
29571 CC Mode update to 5.30.10:
29572
29573 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29574 could go past the limit in decoration level 2, thereby causing
29575 errors during interactive fontification.
29576
29577 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29578 the file is evaluated interactively.
29579
29580 * cc-engine.el (c-guess-basic-syntax): Handle operator
29581 declarations somewhat better in C++.
29582
29583 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29584 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29585 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29586 (awk-mode): Use it.
29587 (make-local-hook): Suppress warning about obsoleteness.
29588
29589 * cc-engine.el, cc-align.el, cc-cmds.el
29590 (c-append-backslashes-forward, c-delete-backslashes-forward)
29591 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29592 Compensate for return value from `forward-line' when it has moved
29593 but not to a different line due to eob.
29594
29595 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29596 `objc-method-intro' and `objc-method-args-cont'.
29597
29598 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29599
29600 CC Mode update to 5.30.10:
29601
29602 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29603 in the copyright statement. Incidentally, change "along with GNU
29604 Emacs" to "along with this program" where it occurs.
29605
29606 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29607 so that it is interactive, hence can be found by M-x awk-mode
29608 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29609 <gmorris+emacs@ast.cam.ac.uk>.
29610
29611 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29612 Mode's regexps.
29613
29614 2005-05-23 Kevin Ryde <user42@zip.com.au>
29615
29616 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29617 c-parse-state, to avoid a lisp error (on bad code).
29618
29619 2005-05-23 Lute Kamstra <lute@gnu.org>
29620
29621 * subr.el (font-lock-defaults): Remove defvar as it's already
29622 defined in font-core.el.
29623
29624 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29625
29626 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29627
29628 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29629 more general and work when GDB variable "print pretty" is on,
29630 as with Emacs, for example.
29631
29632 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29633
29634 * font-core.el: Update comment.
29635
29636 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29637 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29638
29639 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29640
29641 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29642
29643 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29644 and `yank-handler' in the doc strings.
29645
29646 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29647
29648 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29649
29650 2005-05-22 Richard M. Stallman <rms@gnu.org>
29651
29652 * help.el (describe-key): Move print-help-return-message call
29653 out of conditional.
29654
29655 * progmodes/etags.el (list-tags): Use with-no-warnings.
29656
29657 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29658 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29659 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29660
29661 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29662
29663 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29664 Add defvar.
29665
29666 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29667 Use defvar, not defconst.
29668
29669 * hexl.el (hexl-follow-line): Use with-no-warnings.
29670
29671 * emulation/tpu-extras.el: Use write-file-functions instead of
29672 write-file-hooks.
29673
29674 * dired.el (dired-font-lock-keywords): Fontify files with junk
29675 extensions even if marked by -F.
29676
29677 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29678
29679 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29680 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29681 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29682 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29683 (concatenate, list-length, get*, getf, cl-remprop):
29684 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29685 (etypecase, progv, lexical-let, lexical-let*)
29686 (multiple-value-bind, multiple-value-setq, shiftf):
29687 Improve argument/docstring consistency.
29688
29689 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29690
29691 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29692
29693 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29694 doesn't exist.
29695
29696 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29697 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29698
29699 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29700
29701 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29702 already deleted variables: auto-fill-hook, blink-paren-hook,
29703 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29704 suspend-hooks, comment-indent-hook, meta-flag,
29705 before-change-function, after-change-function,
29706 font-lock-doc-string-face.
29707
29708 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29709
29710 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29711
29712 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29713
29714 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29715 rmail-dont-reply-to.
29716
29717 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29718
29719 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29720 literal blank when splitting new-header-values.
29721
29722 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29723
29724 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29725 string so that tmm doesn't create a completion entry for it.
29726
29727 * textmodes/table.el (table-disable-menu): Ditto.
29728
29729 2005-05-21 Richard M. Stallman <rms@gnu.org>
29730
29731 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29732
29733 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29734
29735 * net/rcompile.el (remote-compile): Use compilation-start.
29736
29737 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29738
29739 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29740
29741 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29742 Default to makefile-bsdmake-mode on BSD systems.
29743
29744 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29745 REGEXP may also be a search function now. The part of doc-string
29746 for describing the structure was 95% identical to that of
29747 `imenu--generic-function'. Unify it there.
29748
29749 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29750 Use function to find dependencies, because regexp alone is so complex,
29751 it easily goes into an endless loop.
29752 (makefile-makepp-mode): Also add submenu for Perl functions
29753 defined in the makefile.
29754 (makefile-bsdmake-mode): Special imenu-generic-expression no
29755 longer needed, due to function call.
29756 (makefile-match-dependency): Take BOUND into account when checking
29757 if we're through.
29758
29759 2005-05-20 Jay Belanger <belanger@truman.edu>
29760
29761 * calc/calc-units.el (calc-invalidate-units-table):
29762 Use inhibit-read-only.
29763 (math-build-units-table-buffer): Use view-mode.
29764
29765 2005-05-20 David Kastrup <dak@gnu.org>
29766
29767 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29768 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29769
29770 2005-05-20 Lute Kamstra <lute@gnu.org>
29771
29772 * diff-mode.el (diff-header-face, diff-file-header-face)
29773 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29774 (diff-added-face, diff-changed-face, diff-function-face)
29775 (diff-context-face, diff-nonexistent-face): Put them in the
29776 diff-mode customization group.
29777
29778 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29779
29780 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29781
29782 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29783
29784 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29785 Minor regexp-optimization.
29786
29787 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29788
29789 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29790 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29791 (org-agenda-add-time-grid-maybe): New function.
29792 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29793 (org-table-create): `dotimes' instead of `mapcar'.
29794 (org-xor): Simplify implementation.
29795 (org-agenda): `inhibit-redisplay' turned on.
29796 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29797 a consistent line after a state change.
29798 (org-agenda-remove-times-when-in-prefix): New option.
29799 (org-prefix-has-time): New variable.
29800 (org-parse-time-string): Optional argument NODEFAULT.
29801 (org-format-agenda-item): Parse items for time-of-day
29802 specifications and move these into the prefix if possible.
29803 (org-agenda-priority): Get current heading, not previous heading
29804 during agenda remote editing.
29805
29806 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29807
29808 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29809 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29810 (remove-duplicates, delete-duplicates, substitute)
29811 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29812 (nsubstitute-if-not, find, find-if, find-if-not, position)
29813 (position-if, position-if-not, count, count-if, count-if-not)
29814 (mismatch, search, sort*, stable-sort, merge, member*)
29815 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29816 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29817 (intersection, nintersection, set-difference, nset-difference)
29818 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29819 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29820 (nsublis, tree-equal): Improve argument/docstring consistency.
29821
29822 * subr.el (send-string, send-region): Remove obsolescence declaration.
29823 (window-dot, set-window-dot, read-input, show-buffer)
29824 (eval-current-buffer, string-to-int):
29825 Add release number to obsolescence declarations.
29826
29827 2005-05-19 Kim F. Storm <storm@cua.dk>
29828
29829 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29830 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29831
29832 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29833
29834 * faces.el (list-faces-display): Make back button respect optional
29835 regexp arg.
29836
29837 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29838
29839 * calculator.el (calculator-radix-grouping-mode)
29840 (calculator-radix-grouping-digits, calculator-displayer)
29841 (calculator-radix-grouping-separator, calculator-copy-displayer):
29842 * dabbrev.el (dabbrev-search-these-buffers-only):
29843 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29844 (diff-advance-after-apply-hunk, diff-mode-hook)
29845 (diff-minor-mode-prefix):
29846 * imenu.el (imenu-use-popup-menu):
29847 * jit-lock.el (jit-lock-context-time):
29848 * newcomment.el (comment-fill-column, comment-column)
29849 (comment-style, comment-padding, comment-multi-line)
29850 (comment-empty-lines, comment-auto-fill-only-comments):
29851 * reveal.el (reveal-around-mark):
29852 * uniquify.el (uniquify-buffer-name-style)
29853 (uniquify-after-kill-buffer-p)
29854 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29855 (uniquify-min-dir-content, uniquify-separator)
29856 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29857 * w32-vars.el (w32-fixed-font-alist):
29858 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29859 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29860 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29861 * progmodes/perl-mode.el (perl-indent-level)
29862 (perl-continued-statement-offset, perl-continued-brace-offset)
29863 (perl-brace-offset, perl-brace-imaginary-offset)
29864 (perl-label-offset, perl-indent-continued-arguments)
29865 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29866 * progmodes/tcl.el (tcl-indent-level)
29867 (tcl-continued-indent-level, tcl-auto-newline)
29868 (tcl-tab-always-indent, tcl-electric-hash-style)
29869 (tcl-help-directory-list, tcl-use-smart-word-finder)
29870 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29871 (inferior-tcl-source-command):
29872 * textmodes/fill.el (enable-kinsoku):
29873 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29874 * textmodes/table.el (table-yank-handler):
29875 Specify missing group (and type, if simple) in defcustom.
29876
29877 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29878
29879 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29880
29881 2005-05-19 Richard M. Stallman <rms@gnu.org>
29882
29883 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29884
29885 * subr.el (event-basic-type): Don't get an error.
29886 (left-fringe-p): Function deleted.
29887
29888 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29889 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29890
29891 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29892 in recursive copy.
29893
29894 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29895
29896 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29897
29898 * emacs-lisp/bytecomp.el
29899 (byte-compile-file-form-custom-declare-variable):
29900 Call byte-compile-nogroup-warn if appropriate.
29901
29902 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29903 (compilation-set-window): Don't call left-fringe-p; do it directly.
29904
29905 2005-05-19 Jay Belanger <belanger@truman.edu>
29906
29907 * calc/calc-graph.el (calc-graph-format-data): Make sure
29908 var-PlotRejects is bound before trying to check its value.
29909
29910 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29911
29912 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29913 definition of this variable from reftex-global.el to reftex.el,
29914 because it is needed in the menu.
29915
29916 2005-05-19 Lute Kamstra <lute@gnu.org>
29917
29918 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29919 years are fixed. Don't insert a space after a dash.
29920
29921 2005-05-19 Kim F. Storm <storm@cua.dk>
29922
29923 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29924
29925 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29926
29927 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29928 strings, because (eq ... ?\\) is fairly frequent.
29929
29930 * progmodes/make-mode.el (makefile-add-this-line-targets):
29931 Simplify and integrate into `makefile-pickup-targets'.
29932 (makefile-add-this-line-macro): Simplify and integrate into
29933 `makefile-pickup-macros.
29934 (makefile-pickup-filenames-as-targets): Simplify.
29935 (makefile-previous-dependency, makefile-match-dependency):
29936 Don't stumble over `::'.
29937
29938 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29939
29940 * subr.el (post-command-idle-hook, post-command-idle-delay):
29941 Remove obsoletion of post-command-idle-hook and
29942 post-command-idle-delay.
29943
29944 * faces.el (list-faces-display): Provide button when describe-face
29945 is called to take user back to the list of faces.
29946
29947 * help-fns.el (describe-variable): Remove hyperlinks in a
29948 variable's value as these are quite frequently inappropriate.
29949
29950 * follow.el (follow-submit-feedback, follow-mode):
29951 Remove references to post-command-idle-hook.
29952
29953 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29954
29955 * progmodes/make-mode.el (makefile-previous-dependency)
29956 (makefile-match-dependency): Check for := (and in bsd mode also
29957 !=) to give a better result, even when font-lock is not on.
29958
29959 2005-05-18 Jay Belanger <belanger@truman.edu>
29960
29961 * calc/calc-help.el (calc-s-prefix-help):
29962 Add `calc-copy-special-constant' to help string.
29963
29964 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29965
29966 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29967
29968 2005-05-18 Jay Belanger <belanger@truman.edu>
29969
29970 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29971 in linear factors are in proper order.
29972
29973 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29974
29975 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29976 Support for jurabib.
29977
29978 * textmodes/reftex.el (featurep): Define aliases for overlay
29979 commands, for XEmacs compatibility, and use these aliases in
29980 overlay initializations.
29981 (reftex-highlight): Use `reftex-move-overlay'.
29982 (reftex-unhighlight): Use `reftex-delete-overlay'.
29983 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29984 (reftex-access-search-path): Use `reftex-uniquify' instead of
29985 `reftex-uniq'.
29986
29987 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29988 `before-string' property modification enables for Emacs as well.
29989 (reftex-select-item): Use `reftex-delete-overlay'.
29990 (reftex-select-mark): Use `reftex-make-overlay' and
29991 `reftex-overlay-put'.
29992 (reftex-select-unmark): Use `reftex-delete-overlay' and
29993 `reftex-overlay-put'.
29994
29995 2005-05-18 Lute Kamstra <lute@gnu.org>
29996
29997 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29998
29999 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30000
30001 * add-log.el (add-change-log-entry):
30002 * array.el (array-make-template, array-reconfigure-rows)
30003 (array-init-max-row, array-init-max-column)
30004 (array-init-columns-per-line, array-init-field-width):
30005 * replace.el (replace-match-maybe-edit, perform-replace):
30006 * textmodes/spell.el (spell-region):
30007 Replace `read-input' by `read-string'.
30008
30009 * forms.el (forms-mode):
30010 * finder.el (finder-compile-keywords):
30011 * shadowfile.el (shadow-read-files):
30012 Replace `eval-current-buffer' by `eval-buffer'.
30013
30014 * terminal.el (te-pass-through):
30015 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30016 (ange-ftp-raw-send-cmd):
30017 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30018 (send-process-next-char, telnet-initial-filter, telnet):
30019 Replace `send-string' by `process-send-string'.
30020
30021 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30022 (prolog-consult-region): Replace `send-string' by
30023 `process-send-string'; replace `send-region' by `process-send-region'.
30024
30025 * progmodes/delphi.el (delphi-log-msg):
30026 Replace `set-window-dot' by `set-window-point'.
30027
30028 * subr.el (window-dot, set-window-dot, read-input, send-string)
30029 (send-region, show-buffer, eval-current-buffer):
30030 Make really obsolete, as the comment says.
30031
30032 2005-05-17 Kim F. Storm <storm@cua.dk>
30033
30034 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30035 (cua--init-keymaps): Bind C-return instead of S-return to set
30036 rectangle mark.
30037
30038 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30039 instead of S-return to toggle/clear rectangle mark.
30040
30041 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30042
30043 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30044 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30045 Also fontify plain strings assigned to variables, mostly so that a
30046 colon has a face and is thus not taken as a dependency separator.
30047 (makefile-previous-dependency): Inline the new matcher, because it
30048 is too complex to work in both directions.
30049 (makefile-match-dependency): Eliminate `backward' arg (see above).
30050 Completely reimplemented so as to not sometimes go into an endless
30051 loop. It should also be more efficient, because first it only
30052 searches for `:', instead of applying the very complex regexp.
30053 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30054 to be fontified in one piece can be too long for JIT.
30055 Makefiles are never *that* big.
30056
30057 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30058
30059 * dired.el (dired-mode): Simplify.
30060
30061 2005-05-17 Lute Kamstra <lute@gnu.org>
30062
30063 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30064 defcustom for the mode hook variable.
30065
30066 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30067 Emacs Lisp Reference Manual.
30068
30069 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30070
30071 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30072 (evenp, list*):
30073 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30074 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30075
30076 * net/tramp-smb.el (tramp-smb-open-connection):
30077 Pass `tramp-chunksize' as fifth (required) argument.
30078
30079 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30080
30081 * font-lock.el (lisp-font-lock-keywords-1):
30082 Set `font-lock-negation-char-face' for [^...] char group.
30083 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30084
30085 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30086 a var, and refine it to mask one more level of nested vars.
30087 (makefile-rule-action-regex): Turn it into a var, and refine it so
30088 it recognizes backslashed continuation lines as belonging to the
30089 same command.
30090 (makefile-macroassign-regex): Refine it so it recognizes
30091 backslashed continuation lines as belonging to the same command.
30092 (makefile-var-use-regex): Don't look at the next char, because it
30093 might be the same one to be skipped by the initial [^$], leading
30094 to an overlooked variable use.
30095 (makefile-make-font-lock-keywords): Remove two parameters, which
30096 are now variables that some of the modes set locally.
30097 Handle dependency and rule action matching through functions, because
30098 regexps alone match too often. Dependency matching now comes
30099 last, so it can check, whether a colon already matched something else.
30100 (makefile-mode): Inform that font-lock improves makefile parsing
30101 capabilities.
30102 (makefile-match-dependency, makefile-match-action): New functions.
30103
30104 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30105
30106 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30107
30108 * align.el (align-regexp):
30109 * ansi-color.el (ansi-color-get-face):
30110 * array.el (array-reconfigure-rows, array-init-max-row)
30111 (array-init-max-column, array-init-columns-per-line)
30112 (array-init-field-width):
30113 * dired-aux.el (dired-trample-file-versions):
30114 * dired-x.el (dired-mark-sexp):
30115 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30116 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30117 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30118 * faces.el (face-read-integer):
30119 * files.el (backup-extract-version, insert-directory):
30120 * hexl.el (hexl-insert-decimal-char):
30121 * server.el (server-process-filter):
30122 * shell.el (shell-extract-num):
30123 * startup.el (command-line-1):
30124 * term.el (term-command-hook):
30125 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30126 (time-stamp-do-number):
30127 * time.el (display-time-update):
30128 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30129 (timezone-fix-time):
30130 * vms-patch.el (vms-suspend-resume-hook):
30131 * calendar/appt.el (appt-convert-time):
30132 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30133 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30134 * calendar/cal-islam.el (mark-islamic-diary-entries):
30135 * calendar/calendar.el (calendar-cursor-to-date)
30136 (calendar-star-date):
30137 * calendar/diary-lib.el (diary-attrtype-convert)
30138 (mark-diary-entries, diary-entry-time):
30139 * calendar/solar.el (solar-get-number):
30140 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30141 * emacs-lisp/re-builder.el (reb-display-subexp):
30142 * emulation/edt.el (edt-set-scroll-margins):
30143 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30144 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30145 (vip-get-ex-count):
30146 * emulation/viper-ex.el (viper-get-ex-token)
30147 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30148 * international/fontset.el (fontset-plain-name):
30149 * mail/feedmail.el (feedmail-look-at-queue-directory):
30150 * mail/mailalias.el (mail-get-names):
30151 * mail/rmail.el (rmail-convert-to-babyl-format):
30152 * mail/rmailsum.el (rmail-make-basic-summary-line)
30153 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30154 (rmail-summary-goto-msg):
30155 * mail/smtpmail.el (smtpmail-read-response):
30156 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30157 (ange-ftp-vms-add-file-entry):
30158 * play/gametree.el (gametree-looking-at-ply)
30159 (gametree-current-branch-score):
30160 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30161 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30162 * progmodes/cperl-mode.el (condition-case):
30163 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30164 (ebrowse-set-member-buffer-column-width)
30165 (ebrowse-select-1st-to-9nth):
30166 * progmodes/etags.el (etags-snarf-tag):
30167 * progmodes/flymake.el (flymake-parse-line):
30168 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30169 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30170 (idlwave-shell-menu-def):
30171 * progmodes/ps-mode.el (ps-run-goto-error):
30172 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30173 (vhdl-speedbar-contract-level):
30174 * term/mac-win.el (x-handle-numeric-switch):
30175 * term/sun-mouse.el (sun-get-frame-data):
30176 * term/w32-win.el (x-handle-numeric-switch):
30177 * term/x-win.el (x-handle-numeric-switch):
30178 * textmodes/ispell.el (ispell-parse-output):
30179 * textmodes/nroff-mode.el (nroff-outline-level):
30180 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30181 (reftex-bib-sort-year-reverse, reftex-format-citation):
30182 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30183 (reftex-section-number):
30184 * textmodes/texinfmt.el (texinfo-paragraphindent):
30185 Replace `string-to-int' by `string-to-number'.
30186
30187 * international/latexenc.el: Add page marker to force the "Local
30188 Variables:" string out of the last page.
30189
30190 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30191
30192 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30193 tooltip-change-major-mode.
30194 (gud-tooltip-print-command): Remove case where gud-minor-mode
30195 is gdb ("--fullname").
30196 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30197 explain to user.
30198
30199 2005-05-16 Jay Belanger <belanger@truman.edu>
30200
30201 * calc/calc-store.el (calc-copy-special-constant): New function.
30202
30203 * calc/calc-ext.el (calc-init-extensions): Add binding for
30204 `calc-copy-special-constant'.
30205
30206 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30207 for the `calc-copy-special-constant' command.
30208
30209 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30210
30211 * subr.el (left-fringe-p): New function.
30212
30213 * progmodes/compile.el (compilation-setup): Set local value of
30214 overlay-arrow-string to "" always.
30215 (compilation-set-window): Left fringe then don't scroll.
30216 No left fringe then no arrow and scroll message to top.
30217 (compilation-context-lines): Adjust doc string accordingly.
30218
30219 2005-05-16 Kim F. Storm <storm@cua.dk>
30220
30221 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30222 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30223 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30224 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30225 (ido-read-file-name): Handle commands with ido property value
30226 equal to find-file as reading a file name, to allow C-d to enter dired.
30227 (ibuffer-find-file): Add ido property with value find-file.
30228
30229 2005-05-15 Kim F. Storm <storm@cua.dk>
30230
30231 * subr.el (open-network-stream-nowait): Remove.
30232 (open-network-stream-server): Remove.
30233
30234 2005-05-15 Richard M. Stallman <rms@gnu.org>
30235
30236 * faces.el (describe-face): Output a definition link button.
30237
30238 * help-mode.el (help-face-def): New button type.
30239
30240 * emacs-lisp/copyright.el (copyright-fix-years):
30241 Match properly if the first year is 2-digit.
30242 Don't mess up the whitespace after the years by filling.
30243
30244 * dired-aux.el (dired-mark-confirm):
30245 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30246
30247 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30248 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30249 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30250
30251 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30252 Set font-lock-comment-start-skip.
30253
30254 * font-lock.el (font-lock-comment-start-skip): New variable.
30255 (font-lock-comment-end-skip): New variable.
30256 (font-lock-fontify-syntactically-region): Use them if non-nil.
30257
30258 2005-05-15 Jay Belanger <belanger@truman.edu>
30259
30260 * calc/calc-store.el (calc-store-value): Return a string rather
30261 than display it as a message.
30262 Use calc-var-name for variable name.
30263 (calc-store-into): Add the result of calc-store-value to message.
30264 (calc-copy-variable): Add a message.
30265 (calc-store-exchange): Improve error messages.
30266 (calc-store-binary, calc-store-map): Don't reset the values of
30267 special constants.
30268
30269 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30270
30271 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30272 manual to docstring.
30273
30274 * files.el (hack-local-variables-confirm): Add STRING argument.
30275 Make the function handle non file visiting buffers correctly.
30276 (hack-local-variables-prop-line, hack-local-variables)
30277 (hack-one-local-variable): Use STRING arg of
30278 `hack-local-variables-confirm'.
30279
30280 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30281
30282 Sync with Tramp 2.0.49.
30283
30284 * net/tramp.el (tramp-handle-dired-call-process)
30285 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30286 because the contents of the Tramp buffer is changed before
30287 insertion (`expand-file' and alike).
30288 (tramp-handle-insert-directory): If `localname' has an empty
30289 nondirectory name, it must not be quoted.
30290 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30291 variable `tramp-chunksize'. Change callees.
30292 (tramp-open-connection-setup-interactive-shell): Check remote host
30293 for buggy `send-process-string' implementation.
30294 Set `tramp-chunksize' if found. Reported by Michael Kifer
30295 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30296 (tramp-handle-shell-command): `insert-buffer' cannot be used
30297 because the contents of the Tramp buffer is changed before
30298 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30299 <frederic.bothamy@free.fr>.
30300 (tramp-set-auto-save): Actions should be done for Tramp file name
30301 handler only. Ange-FTP has its own auto-save mechanism.
30302 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30303 (tramp-set-auto-save-file-modes): Set file modes of
30304 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30305 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30306 (tramp-bug): Remove obsolete variable.
30307 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30308 for presence of `mml-mode'. Make it running for older Emacsen as well.
30309
30310 2005-05-14 John Paul Wallington <jpw@pobox.com>
30311
30312 * ibuf-ext.el (define-ibuffer-filter filename):
30313 If `dired-directory' is a list, use its car.
30314
30315 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30316
30317 * ibuffer.el (define-ibuffer-column filename):
30318 If `dired-directory' is a list, use its car.
30319
30320 2005-05-14 Richard M. Stallman <rms@gnu.org>
30321
30322 * subr.el (symbol-file): Doc fix.
30323
30324 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30325 (byte-compile-form): Call byte-compile-nogroup-warn.
30326 (byte-compile-warning-types): Doc fix.
30327
30328 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30329
30330 * progmodes/cc-engine.el (c-literal-faces):
30331 Add font-lock-comment-delimiter-face.
30332
30333 * net/net-utils.el (dig): Use with-no-warnings.
30334
30335 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30336 (sc-recite-frame-alist, sc-default-cite-frame)
30337 (sc-default-uncite-frame, sc-default-recite-frame)
30338 (sc-attrib-selection-list, sc-rewrite-header-list):
30339 Mark as risky-local-variable.
30340
30341 * international/ogonek.el (ogonek-jak, ogonek-how):
30342 Don't use beginning-of-buffer.
30343
30344 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30345
30346 * calendar/solar.el (solar-data-list): Move definition up.
30347
30348 * dnd.el (dnd-protocol-alist): Add autoload.
30349
30350 * progmodes/sh-script.el: Many doc usage fixes.
30351 (sh-indent-after-do): Change default to match common styles.
30352
30353 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30354
30355 * files.el (interpreter-mode-alist)
30356 (auto-mode-interpreter-regexp): Doc fixes.
30357
30358 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30359
30360 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30361
30362 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30363
30364 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30365
30366 * dired.el (dired-mode): make-variable-buffer-local =>
30367 make-local-variable.
30368
30369 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30370
30371 * term/mac-win.el (mac-select-convert-to-string): Try coding
30372 systems in mac-script-code-coding-systems if specified one cannot
30373 encode string for `com.apple.traditional-mac-plain-text'.
30374
30375 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30376
30377 * progmodes/make-mode.el (makefile-targets-face)
30378 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30379 (makefile-dependency-regex): Fix it to not make the colon in
30380 $(var:a=b) special.
30381 (makefile-rule-action-regex): New regexp for highlighting embedded
30382 Shell strings.
30383 (makefile-macroassign-regex): Handle != for highlighting as
30384 embedded Shell strings.
30385 (makefile-var-use-regex): New const.
30386 (makefile-statements, makefile-automake-statements)
30387 (makefile-gmake-statements, makefile-makepp-statements)
30388 (makefile-bsdmake-statements): New consts.
30389 (makefile-make-font-lock-keywords): New function.
30390 (makefile-automake-font-lock-keywords)
30391 (makefile-gmake-font-lock-keywords)
30392 (makefile-makepp-font-lock-keywords)
30393 (makefile-bsdmake-font-lock-keywords): New consts.
30394 (makefile-mode-map): Add switchers between the various submodes.
30395 (makefile-mode): Document the availability of the variants.
30396 (makefile-automake-mode, makefile-gmake-mode)
30397 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30398
30399 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30400 new variants of makefile-mode.
30401
30402 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30403
30404 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30405 the inheritance.
30406
30407 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30408
30409 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30410 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30411
30412 * files.el (normal-mode): Extend the scope of the
30413 `enable-local-variables' binding to include the `set-auto-mode' call.
30414 (magic-mode-alist): Doc fix.
30415
30416 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30417
30418 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30419 font-lock-comment-face rather than copying its setting.
30420
30421 2005-05-12 Andreas Schwab <schwab@suse.de>
30422
30423 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30424
30425 2005-05-12 Lute Kamstra <lute@gnu.org>
30426
30427 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30428 defcustom for the mode hook variable. Delete the last argument.
30429 * generic-x.el: Fix callers of define-generic-mode.
30430 (generic-x-modes): Delete group.
30431 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30432 generic-x customization group.
30433
30434 2005-05-12 Kim F. Storm <storm@cua.dk>
30435
30436 * font-lock.el (font-lock-negation-char-face): Default to "off".
30437
30438 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30439 font-lock-negation-char-face to ! in !=.
30440
30441 2005-05-12 Masatake YAMATO <jet@gyve.org>
30442
30443 * add-log.el (find-change-log): Fix typos in the docstring
30444 of function.
30445
30446 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30447
30448 * international/latexenc.el (latexenc-find-file-coding-system):
30449 Avoid `re-search-forward' when looking for input encoding because
30450 of speed and safety. Better regular expressions for recognizing
30451 input encoding. Limit a search for TeX-master/tex-main-file to
30452 the local variable section.
30453
30454 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30455
30456 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30457 syntax of $ to "'" (quote).
30458
30459 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30460
30461 * dnd.el (dnd-protocol-alist): Improve custom type.
30462
30463 * dired.el (dired-dnd-protocol-alist): New variable.
30464 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30465 `dired-mode-hook' to the end.
30466
30467 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30468
30469 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30470 comment-end if comment-start-skip is not set.
30471 Obey the font-lock-comment-delimiter-face variables.
30472
30473 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30474
30475 * files.el (executable-find): Move from executable.el. Use
30476 locate-file.
30477 * progmodes/executable.el (executable-find): Move to files.el.
30478
30479 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30480 when trying to ensure forward progress.
30481
30482 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30483
30484 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30485 (mouse-select, mouse-select-internal, mouse-extend-internal):
30486 Use it to implement mouse-1-click-follows-link functionality.
30487
30488 2005-05-11 Richard M. Stallman <rms@gnu.org>
30489
30490 * font-lock.el (font-lock-fontify-syntactically-region):
30491 Use font-lock-comment-delimiter-face for comment delimiters.
30492
30493 2005-05-10 Jay Belanger <belanger@truman.edu>
30494
30495 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30496 preserving embedded modes.
30497
30498 2005-05-10 Richard M. Stallman <rms@gnu.org>
30499
30500 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30501
30502 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30503 Move from ada-stmt.el.
30504 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30505
30506 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30507 Move to ada-mode.el.
30508 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30509
30510 * cus-edit.el (custom-file): Call file-chase-links.
30511
30512 * files.el (read-directory-name): Fix previous change.
30513 (hack-local-variables-confirm): New function.
30514 (hack-local-variables-prop-line, hack-local-variables)
30515 (hack-one-local-variable): Use it.
30516
30517 2005-05-10 Lute Kamstra <lute@gnu.org>
30518
30519 * font-lock.el (font-lock-keywords-alist)
30520 (font-lock-removed-keywords-alist): Clarify docstrings.
30521
30522 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30523
30524 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30525 (gdb-source-info): Check for preprocessor info.
30526 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30527 a macro for a function.
30528 (gdb-info-breakpoints-custom): Try to find file again if not already
30529 found (user might have used GDB dir command).
30530 (gdb-get-location): Update gdb-location-alist correctly for change
30531 to gdb-info-breakpoints-custom.
30532
30533 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30534 (gud-tooltip-print-command): Add gdbmi case.
30535 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30536 preprocessor info.
30537
30538 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30539
30540 * startup.el (fancy-splash-insert): Fix typo in doc string.
30541
30542 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30543
30544 * obsolete/float.el (string-to-float):
30545 * obsolete/hilit19.el (hilit-add-pattern):
30546 * obsolete/rnews.el (news-parse-range, news-select-message)
30547 (news-get-pruned-list-of-files): Replace `string-to-int' by
30548 `string-to-number'.
30549
30550 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30551 `find-file-not-found-hooks'; use `add-hook'.
30552 (uncompress-while-visiting): Set `write-file-functions', not
30553 `write-file-hooks'; use `add-hook'.
30554
30555 2005-05-09 Kim F. Storm <storm@cua.dk>
30556
30557 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30558 (cua-paste): Handle clipboard action.
30559 (cua--init-keymaps): Remap clipboard-kill-region and
30560 clipboard-kill-ring-save.
30561
30562 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30563
30564 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30565 Improve commentary.
30566
30567 * simple.el (next-error-overlay-arrow-position): Revert the change
30568 made on 2005-04-30.
30569
30570 2005-05-07 Jay Belanger <belanger@truman.edu>
30571
30572 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30573 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30574 `calc-sel-reselect'.
30575
30576 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30577 Calc is in embedded mode.
30578
30579 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30580
30581 * progmodes/compile.el (compilation-setup):
30582 Set overlay-arrow-string to an empty string on text terminals.
30583
30584 * textmodes/ispell.el (ispell-program-name): Try looking for
30585 "aspell" along exec-path, and if found, use it as the default
30586 speller program.
30587
30588 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30589
30590 * international/mule.el (sgml-xml-auto-coding-function):
30591 Recognize encoding='FOO' in single quotes as well as in double quotes.
30592
30593 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30594
30595 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30596 as well as `interactive', so that defmacro* would recognize
30597 `declare' forms.
30598
30599 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30600
30601 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30602 Explain more about the LIGHTER arg's usage in the doc string.
30603 Add commentary to clarify what the code does. Fix the regexp that
30604 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30605 since it could have characters special to regular expressions.
30606
30607 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30608
30609 * replace.el (occur-1): Bind inhibit-read-only so that
30610 erase-buffer doesn't barf on read-only text properties (likewise
30611 for add-text-properties in occur-engine). Mark buffer as unmodified.
30612 (occur-engine): Don't set buffer-read-only here.
30613
30614 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30615
30616 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30617 list-buffers-directory. This caused the *cvs-commit* buffer to be
30618 sometimes mistakenly reused as a *cvs* buffer.
30619
30620 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30621
30622 * tooltip.el: Move code for GUD tooltips into gud.el.
30623 (require): CL no longer needed to compile case.
30624 (tooltip-mode): Do not toggle functions for GUD tooltips.
30625 (tooltip-gud-tips-p): Remove. Replace with minor mode
30626 gud-tooltip-mode in gud.el.
30627 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30628 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30629 tooltip-gud prefix with gud-tooltip and obsolete.
30630 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30631 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30632 (tooltip-mouse-motion): Mouse movement functions/variable.
30633 Rename in gud.el by adding gud prefix.
30634 (tooltip-gud-original-filter, tooltip-gud-dereference)
30635 (tooltip-gud-event, tooltip-toggle-gud-tips)
30636 (tooltip-gud-process-output, tooltip-gud-print-command)
30637 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30638 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30639 (gdb-tooltip-print): Move to gdb-ui.el.
30640
30641 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30642 (require): CL needed to compile case.
30643 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30644 tooltip-gud-tips-p. Make it a minor-mode.
30645 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30646 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30647 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30648 (gud-tooltip-change-major-mode)
30649 (gud-tooltip-activate-mouse-motions-if-enabled)
30650 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30651 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30652 (gud-tooltip-original-filter, gud-tooltip-dereference)
30653 (gud-tooltip-event, tooltip-toggle-gud-tips)
30654 (gud-tooltip-process-output, gud-tooltip-print-command)
30655 (gud-tooltip-tips): Move from tooltip.el.
30656
30657 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30658 (gdb-cpp-define-alist-flags): Doc fix.
30659 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30660 gud-tooltip-mode is t.
30661
30662 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30663
30664 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30665 evaporate if their text is deleted.
30666 (goto-address-at-point): Make it work as a mouse binding as well.
30667 (goto-address-at-mouse): Obsolete it. Update users.
30668
30669 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30670
30671 * calendar/appt.el (top-level): No longer activate on load.
30672
30673 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30674
30675 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30676 * net/webjump.el (webjump):
30677 * progmodes/idlw-help.el (idlwave-do-context-help1)
30678 (idlwave-highlight-linked-completions):
30679 * textmodes/po.el (po-find-file-coding-system-guts):
30680 Replace `assoc-ignore-case' by `assoc-string'.
30681
30682 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30683
30684 * files.el (locate-file): Doc fix.
30685
30686 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30687 Remove the redundant test for ms-dos.
30688
30689 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30690 look for the preprocessor with exec-suffixes. If not found in
30691 standard places, look in exec-path. Remove most of the tests that
30692 used system-type.
30693
30694 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30695
30696 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30697
30698 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30699 file-name clash with jka-compr.el on 8+3 filesystems.
30700
30701 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30702
30703 * term/mac-win.el: Don't define or bind scroll bar functions if
30704 x-toolkit-scroll-bars is t.
30705 (x-select-text, x-get-selection-value): Clear
30706 x-last-selected-text-clipboard if x-select-enable-clipboard is
30707 nil.
30708 (PRIMARY): Put mac-scrap-name property.
30709 (mac-select-convert-to-file-url): New function.
30710 (public.file-url): New selection target type. Add to
30711 selection-converter-alist.
30712 (x-get-selection, x-selection-value): Handle it.
30713 (x-cut-buffer-or-selection-value): New alias.
30714
30715 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30716
30717 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30718 entry to avoid calling bibtex-find-entry with arg global
30719 being t. Remove arg key.
30720 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30721 (bibtex-copy-summary-as-kill): Change accordingly.
30722
30723 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30724
30725 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30726 (org-agenda-date-later): Use with-current-buffer.
30727
30728 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30729
30730 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30731 (define-obsolete-variable-alias): Doc Fixes.
30732
30733 2005-05-06 Kim F. Storm <storm@cua.dk>
30734
30735 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30736 vertical-motion when selective-display is active.
30737
30738 * ido.el (ido-setup-hook): New hook.
30739 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30740 (ido-input-stack): New var.
30741 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30742 ido-next-work-file binding to M-O.
30743 Bind M-f to ido-wide-find-file-or-pop-dir.
30744 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30745 (ido-read-internal): Run ido-setup-hook.
30746 Catch quit in read-file-name and read-string to cancel edit.
30747 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30748 Automatically pop-all when completing a directory name (RET).
30749 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30750 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30751 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30752 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30753 New functions for M-b/M-f to move among the directory components.
30754 (ido-make-merged-file-list): Catch quit to cancel merge.
30755 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30756 (ido-completion-help): No warnings for ido-completion-buffer-full.
30757
30758 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30759
30760 * font-lock.el (font-lock-negation-char-face): New face and variable.
30761 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30762 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30763 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30764 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30765
30766 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30767
30768 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30769 Fix typo in docstring.
30770
30771 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30772 (ebrowse-print-statistics-line)
30773 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30774
30775 * term/w32-win.el (image-library-alist): Add additional name for
30776 Xpm library.
30777
30778 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30779
30780 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30781 use gcc instead of cpp.
30782
30783 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30784 (gdb-create-define-alist): Use it.
30785 (gdb-cpp-define-alist-program): Update for MS-DOS.
30786
30787 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30788
30789 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30790
30791 2005-05-04 Richard M. Stallman <rms@gnu.org>
30792
30793 * help.el (describe-key): No error when UNTRANSLATED is nil.
30794
30795 * simple.el (line-move-1): Fix previous change to signal errors
30796 appropriately.
30797
30798 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30799
30800 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30801 (icalendar-duration-correction): Remove.
30802 (icalendar--get-event-properties): Split result at commas.
30803 (icalendar--decode-isoduration): New optional argument
30804 DURATION-CORRECTION.
30805 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30806 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30807 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30808 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30809 (icalendar--convert-anniversary-to-ical): New functions, extracted
30810 from icalendar-export-region, with bug fixes.
30811 (icalendar-export-region): Use the above functions.
30812 (icalendar-import-buffer): Check before saving diary file.
30813 (icalendar--convert-recurring-to-diary)
30814 (icalendar--convert-non-recurring-all-day-to-diary)
30815 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30816 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30817 (icalendar--convert-ical-to-diary): Use the above functions.
30818
30819 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30820
30821 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30822 Remove these recent additions.
30823 (c-mode): Restore to before 2005-04-28.
30824
30825 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30826 recent addition.
30827
30828 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30829 (gdb-define-alist): New variables.
30830 (gdb-create-define-alist): New function.
30831 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30832 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30833 with string-to-number.
30834 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30835
30836 * progmodes/gud.el: Replace string-to-int with string-to-number.
30837 (gud-find-file): Handle gdb-define-alist.
30838
30839 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30840
30841 2005-05-02 Jay Belanger <belanger@truman.edu>
30842
30843 * calc/calc-aent.el (math-read-token):
30844 * calc/calc-bin.el (calc-word-size):
30845 * calc/calc-ext.el (calc-read-number-fancy):
30846 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30847 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30848 * calc/calc-frac.el (calc-over-notation):
30849 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30850 (calc-graph-num-points, calc-graph-init):
30851 * calc/calc-prog.el (calc-read-parse-table-part)
30852 (calc-edit-macro-repeats):
30853 * calc/calc-yank.el (calc-do-grab-rectangle):
30854 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30855 Replace `string-to-int' by `string-to-number'.
30856
30857 2005-05-02 Kim F. Storm <storm@cua.dk>
30858
30859 * kmacro.el: Use executing-kbd-macro-index variable.
30860
30861 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30862
30863 * net/rlogin.el (rlogin-parse-words): Delete func.
30864 (rlogin): Use split-string, not rlogin-parse-words.
30865 Also, if there are option-like elements in the parsed args,
30866 take the host to be the first arg immediately following them.
30867 Suggested by Michael Mauger.
30868
30869 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30870
30871 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30872
30873 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30874
30875 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30876 (cc-mode-cpp-program): Rename to cc-define-list-program and
30877 move to cc-vars.el.
30878
30879 * progmodes/cc-vars.el (cc-define-list-program):
30880 Change to "gcc -E -dM -". Make customizable.
30881
30882 2005-05-02 Kim F. Storm <storm@cua.dk>
30883
30884 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30885
30886 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30887
30888 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30889
30890 * international/mule-util.el (truncate-string): Remove alias and
30891 obsolete declaration.
30892
30893 * international/mule-cmds.el (update-iso-coding-systems):
30894 Remove alias and obsolete declaration.
30895
30896 * international/mule.el (coding-system-parent): Remove alias and
30897 obsolete declaration.
30898
30899 * subr.el (define-function, sref): Remove aliases and obsolete
30900 declarations.
30901 (chars-in-region): Remove obsolete declaration.
30902
30903 2005-05-01 Richard M. Stallman <rms@gnu.org>
30904
30905 * info.el (Info-mode): Set widen-automatically to nil, locally.
30906
30907 * simple.el (widen-automatically): New variable.
30908 (pop-global-mark): Obey widen-automatically.
30909
30910 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30911
30912 * term/xterm.el (function-key-map): Call substitute-key-definition
30913 before the keymap size is increased by a lot of define-key calls.
30914
30915 2005-05-01 Richard M. Stallman <rms@gnu.org>
30916
30917 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30918 Rename ARG to ELEMENT. Doc fix.
30919
30920 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30921
30922 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30923 Remove references to allout-exposure/change to allout-new-exposure.
30924
30925 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30926 bytecode symbols.
30927
30928 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30929 (compiled-function-p, focus-frame, unfocus-frame):
30930 Remove aliases and obsolete declarations.
30931 Back out inadvertent changes from previous commit.
30932
30933 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30934
30935 * files.el (require-final-newline): Make Custom tags consistent
30936 with mode-require-final-newline.
30937 (mode-require-final-newline): Doc fix.
30938
30939 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30940
30941 * international/latexenc.el (latexenc-find-file-coding-system):
30942 Fix regular expressions.
30943
30944 2005-05-01 David Kastrup <dak@gnu.org>
30945
30946 * international/latexenc.el (latexenc-find-file-coding-system):
30947 Fix regular expressions.
30948
30949 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30950
30951 * subr.el (string-to-int): Make obsolete.
30952
30953 2005-04-30 Richard M. Stallman <rms@gnu.org>
30954
30955 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30956
30957 * loadup.el: load jka-comp-hook.
30958
30959 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30960 (jka-compr-handler): Add autoload. `put' calls moved
30961 to jka-comp-hook.el.
30962 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30963 (jka-compr-inhibit): Autoload.
30964
30965 * jka-comp-hook.el: New file.
30966 Enable the mode by default.
30967
30968 * files.el (backup-buffer-copy): Use copy-file instead
30969 of write-region, and put back the 'excl.
30970
30971 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30972
30973 * progmodes/flymake.el (flymake-split-string)
30974 (flymake-split-string, flymake-log, flymake-pid-to-names)
30975 (flymake-reg-names, flymake-get-source-buffer-name)
30976 (flymake-unreg-names, flymake-add-line-err-info)
30977 (flymake-add-err-info): Clarify docstrings.
30978 (flymake-popup-menu, flymake-make-emacs-menu)
30979 (flymake-make-xemacs-menu): Add docstrings.
30980 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30981 Set variables directly throughout.
30982
30983 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30984
30985 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30986 exists. Initialize cc-define-alist.
30987 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30988 If there is no file (Macroexpansion) don't create an alist.
30989
30990 2005-04-29 Sam Steingold <sds@gnu.org>
30991
30992 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30993 (cc-create-define-alist): Use it instead of the hard-coded string.
30994
30995 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30996
30997 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30998 for latexenc.
30999
31000 2005-04-29 Lute Kamstra <lute@gnu.org>
31001
31002 * emacs-lisp/generic.el: Improve commentary section.
31003 (define-generic-mode): Improve docstring.
31004
31005 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31006
31007 * textmodes/org.el (many places): Change to quiet the byte compiler.
31008 (org-prefix-format-compiled): New variable.
31009 (org-compile-prefix-format): New function.
31010 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31011 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31012 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31013 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31014 consistency with entries from `org-mode' files.
31015 (org-get-time-of-day): Fix bug with partial matches early in a line.
31016 (org-non-link-chars): New constant.
31017 (org-link-regexp): Respect `org-non-link-chars'.
31018 (org-agenda-day-view): Remove command.
31019 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31020 (org-follow-bbdb-link, org-store-link): Search also company field.
31021 (org-highlight-overlay): New variable.
31022 (org-highlight, org-unhighlight): New functions.
31023 (org-agenda-mode): Add pre-command-hook to remove highlight.
31024 (org-evaluate-time-range): Behavior depends upon whether time stamp
31025 contains a time or not.
31026 (org-show-subtree, org-show-entry): New functions.
31027 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31028
31029 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31030
31031 * comint.el (comint-output-filter-functions): Add autoload cookie.
31032
31033 2005-04-28 Kim F. Storm <storm@cua.dk>
31034
31035 * ido.el (ido-everywhere): Fix last change.
31036
31037 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31038
31039 * international/latexenc.el: New file.
31040 * international/mule-conf.el (file-coding-system-alist): For .tex,
31041 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31042
31043 2005-04-28 Lute Kamstra <lute@gnu.org>
31044
31045 * font-lock.el (font-lock-add-keywords)
31046 (font-lock-remove-keywords): Clarify docstring.
31047 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31048 Don't start docstrings with a `*'.
31049 (font-lock-update-removed-keyword-alist): Give it a docstring.
31050
31051 * generic-x.el: Update commentary section.
31052 Only require font-lock when compiling.
31053 Define all modes conditionally.
31054 Place all generic modes in the generic-x-modes customization group.
31055 (generic-x-modes): New customization group.
31056 (generic-default-modes, generic-mswindows-modes)
31057 (generic-unix-modes, generic-other-modes): New constants.
31058 (generic-define-mswindows-modes, generic-define-unix-modes):
31059 Update docstrings. Make them obsolete.
31060 (generic-extras-enable-list): New default value. Update docstring.
31061 Improve :type. Change :set function.
31062 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31063 Fix docstring.
31064
31065 * emacs-lisp/generic.el (generic-mode-internal):
31066 Simplify font-lock-defaults.
31067 (define-generic-mode): Fix docstring.
31068
31069 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31070
31071 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31072 font-lock-face property to highlight matches.
31073
31074 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31075
31076 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31077 (cc-define-alist): New variable.
31078 (c-mode): Make it local and initialize it.
31079
31080 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31081 (gdb-exited): New function.
31082 (gdb-annotation-rules): Use it.
31083 (gdb-starting): Set gdb-active-process to t.
31084 (gdb-stopping): Amend doc string.
31085 (gdb-reset): Set gdb-active-process to nil.
31086
31087 * tooltip.el (tooltip-gud-tips): Show the associated #define
31088 directives when a C program under GDB is not executing.
31089
31090 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31091
31092 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31093 font-lock-fontify-syntactic-keywords.
31094
31095 * font-lock.el (font-lock-default-fontify-region): Don't force
31096 parse-sexp-lookup-properties to nil.
31097
31098 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31099
31100 * man.el (man-mode-syntax-table): Set up `:' to have
31101 word-constituent syntax.
31102
31103 2005-04-27 Lute Kamstra <lute@gnu.org>
31104
31105 * novice.el (disable-command): Don't add spurious newlines to the
31106 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31107
31108 2005-04-26 Jay Belanger <belanger@truman.edu>
31109
31110 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31111 than one window before deleting window.
31112
31113 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31114
31115 * shell.el (shell-prompt-pattern): Doc fix.
31116 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31117
31118 * comint.el (comint-prompt-regexp, comint-get-old-input)
31119 (comint-use-prompt-regexp)
31120 (comint-use-prompt-regexp-instead-of-fields)
31121 (comint-replace-by-expanded-history, comint-send-input)
31122 (comint-output-filter, comint-get-old-input-default)
31123 (comint-line-beginning-position, comint-bol, comint-show-output)
31124 (comint-backward-matching-input, comint-forward-matching-input)
31125 (comint-next-prompt, comint-previous-prompt):
31126 Rename `comint-use-prompt-regexp-instead-of-fields' to
31127 `comint-use-prompt-regexp'. Keep old name as alias and declare
31128 obsolete.
31129 (comint-use-prompt-regexp): Shorten first line of doc string.
31130
31131 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31132 Set paragraph-separate buffer locally to "\\'".
31133
31134 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31135 Adapt to above name change.
31136
31137 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31138 (smbclient-prompt-regexp): Ditto.
31139
31140 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31141
31142 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31143
31144 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31145 gdb-location-list.
31146 Break lines that are over 80 characters wide.
31147
31148 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31149
31150 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31151 New fun and var, to preserve compatibility.
31152
31153 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31154
31155 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31156
31157 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31158 name to file-newer-than-file-p.
31159
31160 2005-04-26 Richard M. Stallman <rms@gnu.org>
31161
31162 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31163
31164 * progmodes/python.el (python-mode):
31165 Use new name eldoc-documentation-function.
31166
31167 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31168
31169 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31170 (eldoc-documentation-function):
31171 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31172
31173 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31174
31175 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31176
31177 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31178
31179 * term/xterm.el (function-key-map): Fix strings for
31180 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31181 {C,S,A,C-S}-{f1-f12}.
31182
31183 2005-04-26 Kenichi Handa <handa@m17n.org>
31184
31185 * international/mule-cmds.el (select-safe-coding-system):
31186 Fix previous change.
31187
31188 2005-04-26 Lute Kamstra <lute@gnu.org>
31189
31190 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31191
31192 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31193 (font-lock-comment-delimiter-face): Ditto.
31194
31195 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31196
31197 2005-04-25 Jay Belanger <belanger@truman.edu>
31198
31199 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31200 to t while inserting information; use help-mode.
31201
31202 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31203
31204 * term.el (ansi-term-color-vector): Use the xterm colors.
31205 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31206
31207 2005-04-25 Lute Kamstra <lute@gnu.org>
31208
31209 * font-core.el (font-lock-defaults): Fix docstring.
31210
31211 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31212
31213 2005-04-25 Kenichi Handa <handa@m17n.org>
31214
31215 * international/mule-cmds.el (select-safe-coding-system):
31216 Don't check consistency with coding: spec, etc if raw-text or
31217 no-conversion was found to be safe.
31218
31219 2005-04-24 Richard M. Stallman <rms@gnu.org>
31220
31221 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31222 citation markers at start of each line.
31223
31224 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31225 citation markers at start of each line.
31226
31227 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31228
31229 * files.el (mode-require-final-newline): Fix previous change.
31230 (require-final-newline): Fix type label.
31231
31232 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31233
31234 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31235 statement in buffer (broken by 2004-11-24 change).
31236
31237 2005-04-24 Kim F. Storm <storm@cua.dk>
31238
31239 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31240 and read-file-name-function values. Don't overwrite existing
31241 non-nil values if ido-mode is enabled without ido-everywhere.
31242
31243 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31244
31245 * files.el (mode-require-final-newline): Minor doc fix.
31246
31247 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31248
31249 * subr.el (syntax-after): Doc fix.
31250 (syntax-class): If argument is nil, return nil. Mask off upper 16
31251 bits, not 8 bits.
31252
31253 * files.el (mode-require-final-newline): Doc fix.
31254 (backup-buffer-copy): Fix last change.
31255
31256 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31257
31258 * term/mac-win.el: Require select. Set selection-coding-system to
31259 mac-system-coding-system. Call menu-bar-enable-clipboard.
31260 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31261 (x-select-enable-clipboard): New variables.
31262 (x-select-text, x-get-selection, x-selection-value)
31263 (x-get-selection-value, mac-select-convert-to-string)
31264 (mac-services-open-file, mac-services-open-selection)
31265 (mac-services-insert-text): New functions.
31266 (CLIPBOARD, FIND): Put mac-scrap-name property.
31267 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31268 (public.tiff): Put mac-ostype property.
31269 (selection-converter-alist): Add entries for them.
31270 (mac-application-menu-map): New keymap.
31271 (interprogram-cut-function, interprogram-paste-function): Set to
31272 x-select-text and x-get-selection-value, respectively.
31273 (split-window-keep-point): Set to t.
31274
31275 2005-04-23 Richard M. Stallman <rms@gnu.org>
31276
31277 * files.el (read-directory-name): Always pass non-nil
31278 DEFAULT-FILENAME arg to read-file-name.
31279 (backup-buffer-copy, basic-save-buffer-2): Take care against
31280 writing thru an unexpected existing symlink.
31281 (revert-buffer): In indirect buffer, revert the base buffer.
31282 (magic-mode-alist): Doc fix.
31283 (buffer-stale-function): Doc fix.
31284 (minibuffer-with-setup-hook): Avoid warning.
31285 (mode-require-final-newline): Doc and custom fix.
31286
31287 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31288
31289 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31290 use the default appearance.
31291 (font-lock-comment-delimiter-face): New face, new variable.
31292
31293 * imenu.el (imenu--generic-function): The official position of a
31294 definition is the start of the line that BEG is in.
31295
31296 * midnight.el (midnight-timer): Move defvar up.
31297
31298 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31299
31300 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31301
31302 * startup.el (command-line): Use with-no-warnings.
31303
31304 * window.el (window-size-fixed): New defvar.
31305
31306 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31307
31308 * mail/rmail.el (rmail-font-lock-keywords):
31309 Use font-lock-comment-delimiter-face.
31310
31311 * mail/sendmail.el (mail-font-lock-keywords):
31312 Use font-lock-comment-delimiter-face.
31313
31314 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31315
31316 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31317
31318 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31319 Specify t for LAXMATCH when matching directories.
31320 Save match data around compilation-compat-error-properties form.
31321
31322 2005-04-23 David Kastrup <dak@gnu.org>
31323
31324 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31325 Mention that the autoloaded aliases should be kept for AUCTeX.
31326
31327 2005-04-23 Andreas Schwab <schwab@suse.de>
31328
31329 * isearch.el (isearch-forward): Doc fix.
31330
31331 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31332
31333 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31334 (jit-lock-stealth-nice): Change default value to 0.5.
31335
31336 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31337
31338 * abbrev.el (write-abbrev-file): Write table entries in
31339 alphabetical order by table name.
31340
31341 2005-04-22 Kim F. Storm <storm@cua.dk>
31342
31343 * ido.el (ido-read-internal): Fix `list' completion.
31344
31345 2005-04-22 Kenichi Handa <handa@m17n.org>
31346
31347 * recentf.el (recentf-save-file-coding-system): New variable.
31348 (recentf-save-list): Encode the file by
31349 recentf-save-file-coding-system and add coding: tag.
31350
31351 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31352
31353 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31354
31355 2005-04-21 Lute Kamstra <lute@gnu.org>
31356
31357 * loadhist.el (unload-feature): Don't remove a function from hooks
31358 if it is about to be restored to an autoload . Remove functions
31359 that will become unbound from auto-mode-alist. Simplify the code.
31360
31361 * subr.el (assq-delete-all): New implementation that is linear,
31362 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31363 (rassq-delete-all): New function.
31364
31365 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31366 Add size-indication-mode.
31367
31368 2005-04-21 Kenichi Handa <handa@m17n.org>
31369
31370 * international/mule-cmds.el: Add autoload for widget-value in
31371 eval-when-compile.
31372
31373 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31374
31375 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31376 Add tooltip-mode.
31377
31378 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31379
31380 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31381
31382 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31383 (inferior-lisp-filter-regexp, inferior-lisp-program)
31384 (inferior-lisp-load-command, inferior-lisp-prompt)
31385 (inferior-lisp-mode-hook, lisp-source-modes)
31386 (inferior-lisp-load-hook): defvar->defcustom.
31387 (inferior-lisp-program, inferior-lisp-prompt)
31388 (inferior-lisp-load-hook): Doc fixes.
31389 (inferior-lisp-install-letter-bindings): Small change in
31390 introductory comment.
31391
31392 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31393
31394 * vc.el (vc-annotate-color-map): Change some colors so that text
31395 using them as foreground is readable on both white and black
31396 backgrounds.
31397
31398 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31399
31400 * international/mule-conf.el (translation-table-for-input):
31401 Remove redundant declaration.
31402
31403 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31404
31405 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31406
31407 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31408 (tooltip-toggle-gud-tips): New function.
31409
31410 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31411
31412 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31413 right angle brackets.
31414
31415 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31416
31417 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31418
31419 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31420
31421 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31422 Remove. Update callers to use expand-file-name instead.
31423
31424 * subr.el (syntax-class): New function.
31425
31426 * simple.el (blink-matching-open): Use it.
31427
31428 * paren.el (show-paren-function): Use it to recognize parens that are
31429 also used in 2-char comment markers.
31430
31431 2005-04-19 Lute Kamstra <lute@gnu.org>
31432
31433 * loadhist.el (unload-feature): Update for new format of
31434 load-history. Simplify the code.
31435
31436 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31437
31438 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31439 (mac-add-charset-info): New function. Initialize variable
31440 mac-charset-info-alist using it.
31441 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31442 for translation.
31443 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31444 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31445 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31446 New CCL programs.
31447
31448 2005-04-19 Kim F. Storm <storm@cua.dk>
31449
31450 * simple.el (next-buffer, prev-buffer, next-error)
31451 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31452 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31453
31454 * bindings.el (next-buffer, prev-buffer, next-error)
31455 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31456 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31457 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31458 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31459
31460 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31461
31462 * isearch.el (isearch-edit-string): Make the search-ring available for
31463 minibuffer history commands.
31464 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31465 the default history commands now work just as well.
31466 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31467
31468 2005-04-18 Kim F. Storm <storm@cua.dk>
31469
31470 * emulation/cua-base.el (cua--pre-command-handler): Add more
31471 elaborate check for shift modifier on non-window systems.
31472
31473 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31474
31475 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31476
31477 2005-04-18 Kim F. Storm <storm@cua.dk>
31478
31479 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31480 and make it optional. Don't test tooltip-gud-echo-area here.
31481 (tooltip-gud-process-output, gdb-tooltip-print):
31482 Pass tooltip-gud-echo-area to tooltip-show.
31483 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31484
31485 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31486
31487 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31488 `display-graphic-p' may not be bound yet.
31489
31490 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31491
31492 * startup.el (command-line): No longer enable Xterm Mouse mode by
31493 default in terminals compatible with xterm.
31494
31495 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31496
31497 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31498
31499 * tooltip.el (tooltip-gud-echo-area): Rename from
31500 tooltip-use-echo-area.
31501 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31502 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31503 area independently of where help tooltips are displayed.
31504
31505 2005-04-17 David Kastrup <dak@gnu.org>
31506
31507 * cus-theme.el (custom-theme-write-variables): Quote variables
31508 where necessary.
31509
31510 2005-04-17 Richard M. Stallman <rms@gnu.org>
31511
31512 * simple.el (yank-excluded-properties): Add follow-link to value.
31513
31514 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31515
31516 * startup.el (fancy-splash-max-time): Just 30 seconds.
31517 (fancy-splash-delay): Just 7.
31518 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31519
31520 * loadhist.el (unload-feature): Update for new format of load-history.
31521 Simplify the code.
31522
31523 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31524 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31525
31526 * mail/sendmail.el (mail-font-lock-keywords):
31527 Don't fontify subject text.
31528 Don't fontify the text of a citation.
31529
31530 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31531
31532 * comint.el (comint-output-filter): Run comint-output-filter-functions
31533 with point where the user had it.
31534
31535 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31536
31537 * international/ucs-tables.el (ucs-set-table-for-input):
31538 Disable when using unify-on-decoding.
31539
31540 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31541
31542 * emulation/cua-base.el (cua-global-mark-face): Add special case
31543 for displays supporting a high number of colors.
31544
31545 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31546
31547 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31548
31549 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31550
31551 * filesets.el (filesets-add-buffer): If user supplies a name of a
31552 non-existing fileset, create a new fileset.
31553
31554 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31555
31556 * textmodes/org.el (org-up-heading-all): Fix bug with
31557 `outline-up-heading-all'.
31558
31559 2005-04-16 Andreas Schwab <schwab@suse.de>
31560
31561 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31562 /etc/permissions.d/* and /etc/aliases.d/*.
31563
31564 2005-04-16 Kenichi Handa <handa@m17n.org>
31565
31566 * international/code-pages.el (cp-make-coding-system):
31567 Set `translation-table-for-input' property value to the symbol
31568 ucs-mule-to-mule-unicode, not to that value.
31569 (pt154): Escape guillemet by `\'.
31570
31571 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31572
31573 * loadup.el: Load tooltip if x-show-tip is fboundp.
31574
31575 * startup.el (command-line): Add comment.
31576
31577 * tooltip.el (tooltip-mode): Specify correct standard value for
31578 Custom in init-value.
31579
31580 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31581
31582 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31583 possible.
31584
31585 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31586
31587 * textmodes/org.el (org-agenda-date-prompt): Rename from
31588 `org-agenda-date-today'.
31589 (org-evaluate-time-range): Insert at point instead of directly
31590 after time range.
31591 (org-first-headline-recenter, org-subtree-end-visible-p)
31592 (org-optimize-window-after-visibility-change): New functions
31593 (org-agenda-post-command-hook): Don't allow point at end of line,
31594 to make sure it always hits the text properties.
31595 (org-agenda-next-date-line, org-agenda-previous-date-line):
31596 New commands.
31597 (org-set-regexps-and-options): Category may contain white space.
31598 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31599 Improve marker positions.
31600 (org-agenda-new-marker): Argument POS made optional.
31601 (org-agenda-get-timestamps): Deadlines which are done are listed
31602 in org-done-face now.
31603 (org-agenda-get-todos, org-agenda-get-timestamps)
31604 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31605 Set `undone-face' and `done-face' properties.
31606 (org-last-todo-state-is-todo): New variable.
31607 (org-todo): Set `org-last-todo-state-is-todo'.
31608 (org-agenda-todo): Change face according to
31609 `org-last-todo-state-is-todo'. And change other lines referring to
31610 the same entry.
31611 (org-calendar-goto-agenda): New command.
31612 (org-calendar-to-agenda-key): New option.
31613 (org-startup-folded): New allowed value `content'.
31614 (org-set-regexps-and-options): Accept new value `content' for
31615 `org-startup-folded'.
31616 (org-get-current-options): Handle new value `content' for
31617 `org-startup-folded'.
31618 (org-insert-todo-heading): New command.
31619 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31620 interactively in empty file and option
31621 `org-insert-mode-line-in-empty-file' has been set.
31622 (org-agenda-todo, org-agenda-priority): Modify to use
31623 `org-agenda-change-all-lines'.
31624 (org-warning-face): Change color on dark background.
31625
31626 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31627
31628 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31629 use preferences AppleLocale and AppleLanguages, and variable
31630 mac-system-locale for default locale. On Mac OS Classic, use
31631 mac-system-coding-system for default coding systems.
31632
31633 * term/mac-win.el: Don't set file-name-coding-system.
31634 Decode variables system-name, emacs-build-system, user-login-name, and
31635 user-full-name by mac-system-coding-system on Mac OS Classic.
31636 (mac-system-coding-system): New variable.
31637
31638 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31639
31640 * startup.el (command-line): Handle `xterm-mouse-mode' before
31641 reading init file.
31642
31643 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31644
31645 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31646
31647 * progmodes/sh-script.el (sh-here-document-word): Make it a
31648 defcustom. Doc fix.
31649 (sh-add): Bash uses $(( )) for arithmetic.
31650 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31651 (sh-maybe-here-document): Remove quotes and leading whitespace
31652 from heredoc word when closing. Indent heredoc with tabs if word
31653 starts with "-".
31654
31655 2005-04-13 Richard M. Stallman <rms@gnu.org>
31656
31657 * simple.el (undo): Fix previous change.
31658
31659 * custom.el (defface): Doc fix.
31660
31661 2005-04-13 Lute Kamstra <lute@gnu.org>
31662
31663 * Makefile.in (DONTCOMPILE): Remove list.
31664 (compile, compile-always): Don't use DONTCOMPILE.
31665 (update-authors): Load the library in which batch-update-authors
31666 is defined.
31667 * makefile.w32-in (DONTCOMPILE): Remove list.
31668 (compile, compile-always): Fix comments.
31669 (update-authors): Load the library in which batch-update-authors
31670 is defined.
31671
31672 * generic-x.el (generic-mode-ini-file-find-file-hook):
31673 Rename to ini-generic-mode-find-file-hook.
31674 Keep generic-mode-ini-file-find-file-hook as an alias.
31675 (ini-generic-mode-find-file-hook): Rename from
31676 generic-mode-ini-file-find-file-hook. Fix docstring.
31677 (ini-generic-mode): Docstring change.
31678 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31679
31680 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31681 called from lisp.
31682
31683 * generic.el: Move to the emacs-lisp subdir.
31684
31685 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31686
31687 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31688 and C-S- function and cursor motion keys.
31689
31690 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31691
31692 * startup.el (command-line): Enable Xterm Mouse mode by default.
31693 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31694 for Custom. No longer show "Mouse" in mode line when enabled.
31695 Doc fix.
31696
31697 2005-04-12 Kim F. Storm <storm@cua.dk>
31698
31699 * emulation/cua-base.el (cua-rectangle-face)
31700 (cua-rectangle-noselect-face): Define face attributes here.
31701
31702 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31703
31704 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31705
31706 * startup.el (command-line): Turn off blinking cursor if
31707 cursorBlink in resources is off or false.
31708
31709 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31710
31711 * term/mac-win.el (dnd): Require dnd.
31712 (mac-drag-n-drop): Call dnd-handle-one-url.
31713 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31714 (kTextEncodingISOLatin2): Remove constants.
31715 (mac-script-code-coding-systems): New constant.
31716 (mac-handle-language-change): New function.
31717 (special-event-map): Bind it to `language-change' event.
31718 (mac-centraleurroman, mac-cyrillic): New coding systems.
31719 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31720 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31721 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31722 encode-mac-cyrillic, respectively.
31723
31724 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31725
31726 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31727 Don't set overlay-arrow-string to "=>" as this is done
31728 globally in C now.
31729
31730 2005-04-12 Lute Kamstra <lute@gnu.org>
31731
31732 * generic-x.el (rc-generic-mode, rul-generic-mode):
31733 Fix auto-mode-alist entries.
31734 (etc-fstab-generic-mode): Tweak fontification.
31735
31736 * generic.el (generic-make-keywords-list): Fix docstring.
31737 (generic-mode-internal): Simplify generic-font-lock-keywords.
31738
31739 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31740
31741 * whitespace.el (whitespace-buffer-leading)
31742 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31743 However, fix the highlight area for the leading and
31744 trailing whitespaces to show space.
31745
31746 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31747
31748 * whitespace.el (whitespace-version): Bump to 3.5.
31749
31750 (whitespace-buffer-leading, whitespace-buffer-trailing):
31751 Invert sense of the test to highlight the whitespace.
31752
31753 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31754
31755 * progmodes/gud.el (gud-display-line): GUD uses its own
31756 overlay arrow now so don't set overlay-arrow-string.
31757 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31758
31759 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31760
31761 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31762 (term-ansi-current-reverse, term-ansi-current-invisible)
31763 (term-ansi-face-already-done): Change to boolean.
31764 (term-reset-terminal, term-handle-colors-array): Handle the above
31765 vars accordingly.
31766 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31767 (term-emulate-terminal): Use the new name.
31768
31769 * faces.el (secondary-selection): Use yellow1, not yellow.
31770 (trailing-whitespace): Use red1, not red.
31771
31772 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31773
31774 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31775 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31776 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31777
31778 * cus-edit.el (dnd): New group.
31779
31780 * term/w32-win.el (dnd): Require dnd
31781 (w32-drag-n-drop): Call dnd-handle-one-url.
31782
31783 * x-dnd.el: Require dnd.
31784 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31785 Call dnd-handle-one-url.
31786 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31787 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31788 to dnd-insert-text.
31789 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31790 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31791 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31792 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31793
31794 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31795
31796 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31797
31798 * wdired.el: Doc fixes.
31799 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31800 (wdired-use-dired-vertical-movement): Rename from
31801 wdired-always-move-to-filename-beginning.
31802 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31803 (wdired-change-to-wdired-mode): Change mode name.
31804 (wdired-newline): Delete.
31805
31806 2005-04-11 Richard M. Stallman <rms@gnu.org>
31807
31808 * whitespace.el (whitespace-highlight-the-space):
31809 Don't call whitespace-unhighlight-the-space here.
31810
31811 * simple.el (undo): Record t in undo-equiv-table
31812 for the redo record made by an undo-in-region.
31813
31814 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31815
31816 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31817 (gdb-frame-inferior-io-buffer): New Functions to control
31818 display of separate IO buffer.
31819 (menu): Add them to menu-bar.
31820 (gdb-display-buffer): Check for buffer another frame.
31821 Protect GUD buffer.
31822 (gdb-setup-windows): Create IO buffer if not already there.
31823 (gdb-memory-mode): Remove purecopy noops.
31824
31825 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31826
31827 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31828 and pass to self-insert-command.
31829
31830 2005-04-11 Lute Kamstra <lute@gnu.org>
31831
31832 * generic.el: Commentary section cleanup.
31833 (generic): Delete.
31834 (generic-use-find-file-hook, generic-lines-to-scan)
31835 (generic-find-file-regexp, generic-ignore-files-regexp)
31836 (default-generic-mode, generic-mode-find-file-hook)
31837 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31838 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31839 (generic-use-find-file-hook, generic-lines-to-scan)
31840 (generic-find-file-regexp, generic-ignore-files-regexp)
31841 (default-generic-mode, generic-mode-find-file-hook)
31842 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31843
31844 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31845
31846 * bookmark.el (bookmark-write-file): Catch errors writing file.
31847 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31848
31849 2005-04-10 Richard M. Stallman <rms@gnu.org>
31850
31851 * startup.el (fancy-splash-tail): Update copyright year.
31852 (command-line): Split part of -Q into -D.
31853 (emacs-basic-display): New defvar.
31854 (fancy-splash-text): Correct name of menu item.
31855
31856 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31857
31858 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31859 lines in one node.
31860
31861 * comint.el (comint-send-input): New arg ARTIFICIAL.
31862 Callers in this file changed.
31863
31864 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31865
31866 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31867
31868 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31869
31870 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31871 `ldap-search-internal'.
31872
31873 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31874
31875 * files.el (set-auto-mode-1): Use line-end-position.
31876
31877 * international/latin-1.el:
31878 * international/latin-2.el:
31879 * international/latin-3.el:
31880 * international/latin-4.el:
31881 * international/latin-5.el:
31882 * international/latin-8.el:
31883 * international/latin-9.el: Give punctuation syntax to NBSP.
31884
31885 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31886 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31887 Use char-classes to accept non-ascii letters, accepted in some recent
31888 bibtex implementations.
31889
31890 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31891
31892 * custom.el (custom-set-minor-mode): Any non-nil value for the
31893 variable should enable the mode when set through Custom.
31894
31895 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31896
31897 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31898 TAB binding so tab-always-indent is obeyed.
31899 (vhdl-minibuffer-local-map): Move initialization into declaration.
31900 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31901 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31902 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31903 (vhdl-current-line): Use line-beginning-position.
31904 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31905 with-output-to-temp-buffer, so the current position can be recorded.
31906
31907 2005-04-10 Masatake YAMATO <jet@gyve.org>
31908
31909 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31910 Add regexp for gcov.
31911
31912 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31913
31914 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31915 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31916 syntax which Emacs 20 doesn't support.
31917
31918 2005-04-09 Richard M. Stallman <rms@gnu.org>
31919
31920 * help.el (describe-key-briefly, describe-key):
31921 Replace strings as event types with "(any string)".
31922
31923 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31924
31925 * arc-mode.el (archive-mode-map): Move initialization into
31926 the declaration. Override *all* bindings of `undo'.
31927 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31928
31929 2005-04-09 Jay Belanger <belanger@truman.edu>
31930
31931 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31932
31933 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31934
31935 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31936 (xterm-register-default-colors): Update color values computation
31937 to match xterm-200.
31938
31939 2005-04-09 Kenichi Handa <handa@m17n.org>
31940
31941 * international/code-pages.el (iso-latin-7): Fix the map.
31942
31943 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31944
31945 * emacs-lisp/lisp.el (defun-prompt-regexp)
31946 (parens-require-spaces, buffer-end, end-of-defun)
31947 (insert-parentheses): Doc fixes.
31948
31949 2005-04-08 Kim F. Storm <storm@cua.dk>
31950
31951 * comint.el (comint-highlight-prompt): Fix face spec.
31952 * hi-lock.el (hi-green): Likewise.
31953
31954 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31955
31956 * cus-edit.el (custom-modified-face):
31957 * comint.el (comint-highlight-input): Fix previous changes.
31958 * term.el (term-handle-ansi-escape): Add a comment.
31959
31960 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31961
31962 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31963 in the buffer and in whitespace-highlighted-space.
31964 (whitespace-unhighlight-the-space): Simplify.
31965 (whitespace-buffer): Simplify.
31966
31967 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31968
31969 * textmodes/table.el (table-cell-face): Add special case for
31970 displays supporting a high number of colors.
31971 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31972 (vhdl-font-lock-reserved-words-face)
31973 (vhdl-speedbar-architecture-face)
31974 (vhdl-speedbar-instantiation-face)
31975 (vhdl-speedbar-architecture-selected-face)
31976 (vhdl-speedbar-instantiation-selected-face): Likewise.
31977 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31978 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31979 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31980 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31981 (ebrowse-progress-face): Likewise.
31982 * progmodes/compile.el (compilation-info-face): Likewise.
31983 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31984 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31985 * calendar/calendar.el (diary-face): Likewise.
31986 * woman.el (woman-italic-face, woman-bold-face)
31987 (woman-unknown-face): Likewise.
31988 * wid-edit.el (widget-button-pressed-face): Likewise.
31989 * whitespace.el (whitespace-highlight-face): Likewise.
31990 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31991 * pcvs-info.el (cvs-marked-face): Likewise.
31992 * info.el (info-xref): Likewise.
31993 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31994 * hilit-chg.el (highlight-changes-face)
31995 (highlight-changes-delete-face): Likewise.
31996 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31997 (hi-red-b): Likewise.
31998 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31999 * font-lock.el (font-lock-keyword-face)
32000 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32001 * cus-edit.el (custom-invalid-face, custom-modified-face)
32002 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32003 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32004 * comint.el (comint-highlight-prompt): Likewise.
32005
32006 2005-04-08 Lute Kamstra <lute@gnu.org>
32007
32008 * font-lock.el (font-lock-keywords): Docstring fixes.
32009
32010 2005-04-08 Kenichi Handa <handa@m17n.org>
32011
32012 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32013 chars are more than a limit, print " and more..." at the tail.
32014
32015 2005-04-08 Kim F. Storm <storm@cua.dk>
32016
32017 * emacs-lisp/authors.el (authors-aliases): Update list.
32018 (authors-ignored-files): New list.
32019 (authors-fixed-entries): Fix typo.
32020 (authors-renamed-files-alist): Update list.
32021 (authors-add): Check authors-ignored-files.
32022
32023 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32024
32025 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32026 optional, to ensure backward compatibility.
32027
32028 2005-04-08 Stephen Eglen <stephen@gnu.org>
32029
32030 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32031
32032 2005-04-08 Kim F. Storm <storm@cua.dk>
32033
32034 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32035
32036 * mouse.el (mouse-on-link-p): Doc fix.
32037
32038 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32039
32040 * ielm.el (ielm-prompt-read-only): Doc fix.
32041
32042 * comint.el (comint-prompt-read-only): Doc fix.
32043
32044 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32045
32046 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32047 ensure dired always handles wildcards passed to ffap.
32048 (find-file-at-point): Use it.
32049 (ffap-dired-wildcards): Doc fix.
32050
32051 2005-04-07 Juri Linkov <juri@jurta.org>
32052
32053 * simple.el (next-error-overlay-arrow-position): New defvar.
32054 Put "=>" on its property `overlay-arrow-string'. Add it to
32055 `overlay-arrow-variable-list'.
32056
32057 * progmodes/compile.el (compilation-setup):
32058 Set `next-error-overlay-arrow-position' to nil. Also set it to
32059 nil in the local hook `kill-buffer-hook'. Make local variable
32060 `overlay-arrow-string' and set it to "=>".
32061 (compilation-goto-locus): Set BOL position to
32062 `next-error-overlay-arrow-position' instead of
32063 `overlay-arrow-position'.
32064
32065 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32066 locally instead of adding it to the global hook.
32067 (Info-kill-buffer): Move up.
32068
32069 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32070
32071 * term/xterm.el (xterm-standard-colors): Update color values from
32072 xterm-200.
32073
32074 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32075
32076 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32077
32078 * fast-lock.el:
32079 * lazy-lock.el: Move them to the obsolete subdir.
32080
32081 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32082
32083 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32084 (wdired-add-replace-advice): Remove.
32085 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32086
32087 2005-04-06 Kim F. Storm <storm@cua.dk>
32088
32089 * startup.el (command-line): Add --bare-bones alias for -Q.
32090
32091 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32092
32093 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32094 create the startup fontset if a font specification ends with
32095 `mac-roman'.
32096
32097 2005-04-06 Lute Kamstra <lute@gnu.org>
32098
32099 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32100 change.
32101
32102 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32103 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32104
32105 2005-04-05 Lute Kamstra <lute@gnu.org>
32106
32107 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32108 (define-generic-mode): Ditto. Fix debug declaration.
32109
32110 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32111 Put them in the generic-x group.
32112
32113 * calendar/timeclock.el (timeclock): Doc fix.
32114
32115 * generic.el (define-generic-mode): Don't use custom-current-group.
32116 Document default :group value.
32117 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32118 (define-global-minor-mode): Don't use custom-current-group.
32119
32120 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32121
32122 * startup.el (command-line-1): Display startup-echo-area-message
32123 when fancy splash screen is in use.
32124
32125 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32126 (sh-escaped-newline): New face.
32127 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32128 newline, and use sh-escaped-newline face.
32129
32130 * progmodes/tcl.el (tcl-escaped-newline): New face.
32131 (tcl-builtin-list): New variable.
32132 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32133 newlines. Fix keywords subexpression number.
32134
32135 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32136
32137 * textmodes/org.el (org-diary-default-entry): Fix call to
32138 `add-to-diary-entry'.
32139
32140 2005-04-05 Kim F. Storm <storm@cua.dk>
32141
32142 * ediff-init.el: Use (featurep 'xemacs).
32143
32144 2005-04-05 David Ponce <david@dponce.com>
32145
32146 * cus-edit.el (face): Derive from symbol widget. Display sample
32147 of the current face on the fly.
32148 (widget-face-sample-face-get, widget-face-notify): New functions.
32149 (widget-face-value-create): Remove.
32150
32151 * wid-edit.el (widget-field-end): Temporarily remove field
32152 narrowing before to call `get-char-property'.
32153
32154 2005-04-04 Jay Belanger <belanger@truman.edu>
32155
32156 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32157 (math-read-subscripts): New variable.
32158 (math-read-preprocess-string): Process subscripts.
32159
32160 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32161
32162 * comint.el (comint-prompt-read-only): Doc fix.
32163
32164 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32165 `-1'. Doc fix.
32166
32167 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32168
32169 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32170 Change default value to nil.
32171
32172 2005-04-04 Lute Kamstra <lute@gnu.org>
32173
32174 * autorevert.el (auto-revert-mode): Specify :group.
32175 * battery.el (display-battery-mode): Specify :group.
32176 * diff-mode.el (diff-minor-mode): Specify :group.
32177 * font-core.el (font-lock-mode): Specify :group.
32178 * hl-line.el (hl-line-mode): Specify :group.
32179 * iimage.el (iimage): New customization group.
32180 (iimage-mode): Specify :group.
32181 * longlines.el (longlines-mode): Specify :group.
32182 * master.el: Don't require easy-mmode.
32183 (master): New customization group.
32184 (master-mode): Specify :group.
32185 * msb.el (msb-mode): Specify :group.
32186 * reveal.el (reveal-mode): Specify :group.
32187 * simple.el (next-error-follow-minor-mode): Specify :group.
32188 * smerge-mode.el (smerge-mode): Specify :group.
32189 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32190 * emulation/cua-base.el (cua-mode): Specify :group.
32191 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32192 * language/thai-util.el (thai-auto-composition-mode)
32193 (thai-word-mode): Specify :group.
32194 * mail/supercite.el (sc-minor-mode): Specify :group.
32195 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32196 * progmodes/flymake.el (flymake-mode): Specify :group.
32197 * progmodes/glasses.el (glasses-mode): Specify :group.
32198 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32199 * textmodes/enriched.el (enriched-mode): Specify :group.
32200 * textmodes/refill.el (refill-mode): Specify :group.
32201
32202 * add-log.el (change-log-font-lock-keywords): Names in
32203 parenthesized lists can contain spaces.
32204
32205 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32206
32207 * startup.el (fancy-splash-text): Shorten default text of
32208 "Emacs Tutorial" line. Also, if the current language env
32209 indicates an available tutorial file other than TUTORIAL,
32210 extract its title and append it to the line in parentheses.
32211 (fancy-splash-insert): If arg is a thunk, funcall it.
32212
32213 2005-04-04 Jay Belanger <belanger@truman.edu>
32214
32215 * calc.el (calc-language-alist): Add tags to customization type.
32216
32217 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32218
32219 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32220 Doc fix.
32221
32222 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32223
32224 * add-log.el (change-log-font-lock-keywords): The manual
32225 describing a Change Log entry, says: (...) "Aside from these
32226 header lines, every line in the change log starts with a space or
32227 a tab.". The font-lock was not highlighting lines started with
32228 spaces, added support for it.
32229
32230 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32231
32232 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32233 (bibtex-generate-url-list): Update docstring accordingly. Put the
32234 complex example in the docstring.
32235 (bibtex-font-lock-url): Use pop.
32236
32237 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32238
32239 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32240
32241 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32242
32243 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32244
32245 * filesets.el (filesets-set-default): Doc fix.
32246
32247 2005-04-03 Lute Kamstra <lute@gnu.org>
32248
32249 * generic.el (define-generic-mode): Add argument to specify
32250 keywords for defcustom.
32251 (default-generic-mode): Specify :group.
32252
32253 * generic-x.el: Specify :group for all generic modes.
32254
32255 * desktop.el (desktop-no-desktop-file-hook)
32256 (desktop-after-read-hook): Doc fix.
32257
32258 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32259
32260 * simple.el (visible-mode): Use explicit :group keyword.
32261 This changes the group of `visible-mode-hook' from paren-blinking
32262 to editing-basics.
32263
32264 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32265
32266 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32267 mailbox specifications as well as URLs.
32268 (rmail-insert-inbox-text): Remove unused conditional branches.
32269
32270 2005-04-01 Jay Belanger <belanger@truman.edu>
32271
32272 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32273 (calc-gnuplot-print-command): Move definitions to calc.el.
32274
32275 * calc/calc-embed.el (calc-embedded-announce-formula)
32276 (calc-embedded-open-formula, calc-embedded-close-formula)
32277 (calc-embedded-open-word, calc-embedded-close-word)
32278 (calc-embedded-open-plain, calc-embedded-close-plain)
32279 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32280 (calc-embedded-open-mode, calc-embedded-close-mode):
32281 Move definitions to calc.el.
32282
32283 * calc/calc.el (calc-settings-file, calc-language-alist):
32284 Make customizable.
32285 (calc-embedded-announce-formula, calc-embedded-open-formula)
32286 (calc-embedded-close-formula, calc-embedded-open-word)
32287 (calc-embedded-close-word, calc-embedded-open-plain)
32288 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32289 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32290 (calc-embedded-close-mode, calc-gnuplot-name)
32291 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32292 from other files and make customizable.
32293
32294 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32295
32296 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32297 Use buffer-live-p.
32298 (cvs-mode-run): Don't call cvs-update-header here.
32299 (cvs-run-process): Call cvs-update-header.
32300 Use process properties for cvs-postprocess and cvs-buffer so that
32301 the sentinel can behave better if the temp buffer is killed.
32302 Use a pipe rather than a tty, to better handle unexpected prompts.
32303 (cvs-sentinel): Rewrite. Call cvs-update-header.
32304
32305 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32306
32307 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32308 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32309
32310 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32311
32312 * generic.el (define-generic-mode): Add indentation rule.
32313
32314 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32315
32316 * files.el (mode-require-final-newline): Make Custom correctly
32317 report a nil value and allow to set it to nil via Custom.
32318 Doc fix.
32319
32320 2005-04-01 Kenichi Handa <handa@m17n.org>
32321
32322 * international/characters.el: Enable the correct case setting for
32323 dotless-i and dotted-I.
32324
32325 2005-04-01 Kim F. Storm <storm@cua.dk>
32326
32327 * ido.el (ido-file-internal): Fall back to non-ido command if
32328 initial directory is on slow ftp (or tramp) host.
32329
32330 2005-03-31 Richard M. Stallman <rms@gnu.org>
32331
32332 * emacs-lisp/autoload.el (make-autoload):
32333 Handle define-global-minor-mode.
32334
32335 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32336 Rename from easy-mmode-define-global-mode.
32337 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32338
32339 * progmodes/scheme.el (scheme-mode-syntax-table):
32340 Update syntax of | and # for two-character comment syntax.
32341
32342 2005-03-31 Lute Kamstra <lute@gnu.org>
32343
32344 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32345 (define-minor-mode): Call custom-current-group at load-time.
32346
32347 * generic.el (define-generic-mode): Add debug declaration.
32348 Add defcustom for the mode hook.
32349 (generic-mode-internal): Use run-mode-hooks.
32350
32351 2005-03-31 Kim F. Storm <storm@cua.dk>
32352
32353 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32354 (mouse-fixup-help-message): New defun called by show_help_echo
32355 to fixup mouse-2 prefix in help messages when applicable.
32356
32357 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32358
32359 2005-03-31 Kenichi Handa <handa@m17n.org>
32360
32361 * language/thai-word.el (thai-find-word-ends): Pay attention to
32362 the case that we reach the end of buffer.
32363
32364 * textmodes/fill.el (fill-text-properties-at): New function.
32365 (fill-newline): Use fill-text-properties-at instead of
32366 text-properties-at.
32367
32368 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32369
32370 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32371 not comint-quote-filename.
32372
32373 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32374
32375 * help-fns.el (help-with-tutorial): Revert last change.
32376
32377 2005-03-31 Kim F. Storm <storm@cua.dk>
32378
32379 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32380
32381 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32382
32383 * calendar/cal-china.el: Update reference to "Calendrical
32384 Calculations" book; there's a new edition.
32385 * calendar/cal-coptic.el: Likewise.
32386 * calendar/cal-french.el: Likewise.
32387 * calendar/cal-hebrew.el: Likewise.
32388 * calendar/cal-islam.el: Likewise.
32389 * calendar/cal-iso.el: Likewise.
32390 * calendar/cal-julian.el: Likewise.
32391 * calendar/cal-mayan.el: Likewise.
32392 * calendar/cal-persia.el: Likewise.
32393 * calendar/calendar.el: Likewise.
32394 * calendar/holidays.el: Likewise.
32395 * calendar/lunar.el: Likewise.
32396 * calendar/solar.el: Likewise.
32397
32398 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32399 white space from doc string.
32400
32401 2005-03-30 Jay Belanger <belanger@truman.edu>
32402
32403 * calc/calc-help.el (calc-full-help): Remove email address.
32404
32405 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32406
32407 * help-fns.el (help-with-tutorial): Delete title line.
32408
32409 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32410
32411 * calendar/cal-x.el (calendar-one-frame-setup)
32412 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32413 rather than `symbol' for set-window-dedicated-p.
32414
32415 * calendar/appt.el (appt-buffer-name): Make it a constant.
32416 (appt-add): Doc fix.
32417
32418 * filesets.el (filesets-menu-path, filesets-menu-before)
32419 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32420 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32421 (filesets-add-submenu): Delete and use add-submenu instead.
32422
32423 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32424
32425 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32426 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32427 (org-diary-default-entry): New function.
32428 (org-get-entries-from-diary): Better parsing of diary entries.
32429 (org-agenda-check-no-diary): New function.
32430 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32431 linking to diary entries.
32432 (org-agenda-execute-calendar-command): New function.
32433 (org-agenda): Improve visible section in window.
32434 Use `org-fit-agenda-window'.
32435 (org-fit-agenda-window): New option.
32436 (org-move-subtree-down): Better handling of empty lines
32437 at end of subtree.
32438 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32439 levels up.
32440 (org-fontify-done-headline): New option.
32441 (org-headline-done-face): New face.
32442 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32443 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32444 When current field is non-empty, it is copied to next row.
32445 (org-table-copy-from-above): Fix bug which made it
32446 impossible to copy fields containing only a single non-white character.
32447
32448 2005-03-30 Kim F. Storm <storm@cua.dk>
32449
32450 * kmacro.el (kmacro-end-macro): Isearch may store this command
32451 into the macro -- so ignore it when executing keyboard macro.
32452
32453 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32454
32455 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32456
32457 2005-03-29 Kenichi Handa <handa@m17n.org>
32458
32459 * language/thai.el ("Thai"): Set setup-function and exit-function
32460 for Thai language environment.
32461
32462 * language/thai-util.el: Require thai-word.
32463 (thai-word-mode-map): New variable.
32464 (thai-word-mode): New minor mode.
32465 (setup-thai-language-environment-internal): New function.
32466 (exit-thai-language-environment-internal): New function.
32467
32468 * language/thai-word.el (thai-word-table): Declare it by defvar,
32469 use dolist to initialize it.
32470 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32471 (thai-fill-find-break-point): New functions.
32472
32473 2005-03-29 Richard M. Stallman <rms@gnu.org>
32474
32475 * simple.el (idle-update-delay): Move definition up.
32476 (set-mark): Doc fix.
32477
32478 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32479
32480 * longlines.el: New file.
32481
32482 * simple.el (buffer-substring-filters): New variable.
32483 (filter-buffer-substring): New function.
32484 (kill-region, copy-region-as-kill): Use it.
32485
32486 * register.el (copy-to-register, append-to-register)
32487 (prepend-to-register): Use filter-buffer-substring.
32488
32489 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32490
32491 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32492 (gud-filter-pending-text): Move in front of gdb.
32493 (gud-overlay-arrow-position): New variable.
32494 (gud-sentinel, gud-display-line): Use it in place of
32495 overlay-arrow-position.
32496
32497 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32498
32499 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32500 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32501 (fortran-font-lock-keywords-4): New variable.
32502 (fortran-blocks-re, fortran-end-block-re)
32503 (fortran-start-block-re): New constants, for hideshow.
32504 (hs-special-modes-alist): Add a Fortran entry.
32505 (fortran-mode-map): Bind fortran-end-of-block,
32506 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32507 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32508 (fortran-looking-at-if-then, fortran-end-of-block)
32509 (fortran-beginning-of-block): New functions, for hideshow.
32510
32511 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32512 Doc fix. Tweak regexp.
32513 (f90-beginning-of-block): Push mark first.
32514
32515 2005-03-29 Jay Belanger <belanger@truman.edu>
32516
32517 * calc/calc.el: Update copyright date.
32518 (calc-version): Increase to 2.1.
32519 (calc-version-date): Remove.
32520
32521 * calc/calc-help.el: Update copyright date.
32522 (calc-full-help): Remove reference to calc-version-date.
32523 Update copyright date.
32524
32525 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32526
32527 * vc.el (vc-do-command): Use a pipe for async processes, so password
32528 prompts don't show up at places where the user can't reply.
32529
32530 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32531
32532 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32533 on the file name we pass to the inferior shell.
32534
32535 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32536
32537 * progmodes/which-func.el (which-function): Be robust in the face of an
32538 imenu--make-index-alist failure.
32539
32540 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32541
32542 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32543
32544 * progmodes/python.el (python-preoutput-filter): Fix last change.
32545
32546 2005-03-29 Lute Kamstra <lute@gnu.org>
32547
32548 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32549 functions and compiled macros.
32550 (debug-convert-byte-code): Handle macros too.
32551 (debug-on-entry-1): Don't signal an error when trying to clear a
32552 function that is not set to debug on entry.
32553
32554 2005-03-29 Jay Belanger <belanger@truman.edu>
32555
32556 * calc/calc-lang.el: Add functions to math-function-table
32557 properties of tex and math.
32558
32559 2005-03-29 Kenichi Handa <handa@m17n.org>
32560
32561 * ps-mule.el (ps-mule-plot-string): Translate characters by
32562 ps-print-translation-table.
32563 (ps-mule-begin-job): Call find-charset-region/string with
32564 ps-print-translation-table.
32565 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32566
32567 * ps-print.el (ps-print-translation-table): New variable.
32568 (ps-plot-region): Translate characters by ps-print-translation-table.
32569
32570 2005-03-29 Juri Linkov <juri@jurta.org>
32571
32572 * simple.el (next-error-highlight-timer): New variable.
32573
32574 * progmodes/compile.el (compilation-goto-locus):
32575 Use `next-error-highlight-timer' instead of `sit-for'.
32576
32577 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32578
32579 * mail/supercite.el (sc-mail-field): Use assoc-string.
32580 (sc-get-address): Simplify regexps.
32581
32582 * files.el (minibuffer-with-setup-hook): New macro.
32583 (find-file-read-args): Use it to avoid let-binding
32584 minibuffer-with-setup-hook (which breaks turning on/off
32585 file-name-shadow-mode while in the prompt).
32586
32587 * complete.el (PC-read-include-file-name-internal):
32588 Use test-completion.
32589
32590 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32591
32592 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32593
32594 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32595
32596 * window.el (window-buffer-height): Use count-screen-lines.
32597
32598 * progmodes/python.el (python-preoutput-leftover): New var.
32599 (python-preoutput-filter): Use it.
32600 (python-send-receive): Loop until all the result has been received.
32601
32602 2005-03-28 Juri Linkov <juri@jurta.org>
32603
32604 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32605
32606 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32607 "Recover Crashed Session".
32608 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32609 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32610 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32611 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32612 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32613 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32614 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32615 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32616
32617 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32618 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32619 Ediff Sessions", "Toggle use of separate control buffer frame",
32620 "Use separate frame for Ediff control buffer".
32621
32622 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32623 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32624 "Rename Bookmark", "Delete Bookmark".
32625
32626 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32627 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32628 Add `:active Info-index-alternatives' to "Next Matching Item".
32629
32630 * wdired.el (wdired-change-to-wdired-mode):
32631 Mention `wdired-abort-changes' key in the initial message.
32632
32633 * international/mule.el (auto-coding-alist): Associate non-ascii
32634 image filename extensions with `no-conversion'.
32635
32636 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32637
32638 * international/iso-acc.el:
32639 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32640
32641 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32642
32643 * textmodes/sgml-mode.el (html-mode): Doc update.
32644
32645 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32646
32647 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32648
32649 * term.el (term-move-columns): Fix face after extending a line.
32650 (term-insert-spaces): Likewise.
32651 (term-reset-terminal): Fix off by one error.
32652
32653 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32654
32655 * international/mule.el (auto-coding-alist): Add .xpi files.
32656
32657 * files.el (auto-mode-alist): Add .xpi files.
32658
32659 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32660
32661 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32662
32663 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32664
32665 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32666
32667 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32668
32669 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32670 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32671
32672 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32673 cursor to Jan 1 when needed.
32674 (calendar-end-of-year): Fix -/+ typo.
32675 Reported by Chong Yidong <cyd@stupidchicken.com>.
32676
32677 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32678
32679 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32680
32681 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32682 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32683
32684 2005-03-25 Richard M. Stallman <rms@gnu.org>
32685
32686 * filesets.el (filesets-init): Add autoload.
32687
32688 * mail/mailalias.el (mail-directory): Doc fix.
32689
32690 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32691
32692 * mail/mailalias.el (mail-directory-process): Do nothing if
32693 mail-directory-process is an atom.
32694 (mail-get-names): Ignore mail-directory-names if it is an atom.
32695 (mail-directory-process defvar): Doc fix.
32696 (mail-names): Doc fix.
32697
32698 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32699
32700 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32701
32702 2005-03-26 Kenichi Handa <handa@m17n.org>
32703
32704 * international/mule-util.el (detect-coding-with-priority):
32705 Call update-coding-systems-internal before detect-coding-region.
32706
32707 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32708
32709 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32710 (gdb-frames-mode-map): Add follow-link property.
32711
32712 2005-03-25 Jay Belanger <belanger@truman.edu>
32713
32714 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32715 for variables.
32716
32717 2005-03-25 Juri Linkov <juri@jurta.org>
32718
32719 * image-mode.el: Optimize image filename extension regexps in
32720 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32721 in `auto-mode-alist'.
32722 (image-mode): Add `image-toggle-display-text' to local hook
32723 `change-major-mode-hook'. Display the image as an image by
32724 default. Set `cursor-type' and `truncate-lines' if the image
32725 is already displayed. Take into account the current mode (image
32726 or text) in message.
32727 (image-minor-mode): New minor mode.
32728 (image-mode-maybe, image-toggle-display-text): New functions.
32729 (image-toggle-display): Use called-interactively-p.
32730 Let-bind `inhibit-read-only' to t.
32731
32732 * image-mode.el (image-minor-mode): Set `cursor-type' and
32733 `truncate-lines' if the image is already displayed. Add turning
32734 image-minor-mode off to `change-major-mode-hook'. Add message.
32735 Call `image-toggle-display-text' after turning image-minor-mode off.
32736
32737 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32738
32739 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32740 Terminal.app, use utf-8.
32741 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32742 (set-locale-environment): Use it.
32743
32744 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32745
32746 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32747
32748 * progmodes/python.el (python-close-block-statement-p)
32749 (python-outdent-p, python-current-defun): Use symbol-end.
32750
32751 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32752
32753 * files.el (save-some-buffers): Doc fix.
32754
32755 2005-03-25 Werner Lemberg <wl@gnu.org>
32756
32757 * complete.el, thumbs.el: Replace `legal' with `valid'.
32758 * calendar/calendar.el: Replace `legal' with `valid'.
32759 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32760 * mail/supercite.el: Replace `legal' with `valid'.
32761 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32762 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32763 Replace `legal' with `valid'.
32764 * textmodes/reftex-vars.el, textmodes/reftex.el:
32765 Replace `legal' with `valid'.
32766
32767 2005-03-25 Werner Lemberg <wl@gnu.org>
32768
32769 * calc/calc-forms.el, calc/calc-sel.el
32770 * midnight.el, vc-cvs.el
32771 * emacs-lisp/cl-macs.el
32772 * emulation/vip.el
32773 * eshell/esh-io.el, eshell/esh-var.el
32774 * mail/supercite.el
32775 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32776 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32777 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32778 * progmodes/sh-script.el, progmodes/xscheme.el
32779 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32780 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32781 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32782 * textmodes/reftex.el, textmodes/org.el:
32783 Replace `illegal' with `invalid'.
32784
32785 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32786
32787 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32788 (flymake-find-buildfile, flymake-find-possible-master-files)
32789 (flymake-check-include, flymake-parse-line): Replace loops over the
32790 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32791
32792 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32793 Substitute file-name-as-directory in the rest of the file.
32794 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32795 (flymake-replace-region): Remove unused arg `buffer'.
32796 (flymake-check-patch-master-file-buffer): Update calls to it.
32797 (flymake-add-err-info): Remove unused var `count'.
32798 (flymake-mode): Use define-minor-mode.
32799
32800 * progmodes/flymake.el: Use with-current-buffer.
32801 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32802 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32803 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32804 Avoid testing for `xemacs'.
32805 (flymake-nop): Move.
32806 (flymake-region-has-flymake-overlays): Return the computed value.
32807 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32808 Remove unused var `endline'.
32809 (flymake-get-line-count): Remove unused function.
32810 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32811
32812 * emulation/vi.el:
32813 * generic.el:
32814 * hilit-chg.el (global-highlight-changes):
32815 * hi-lock.el (hi-lock-mode):
32816 * follow.el: find-file-hooks -> find-file-hook.
32817
32818 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32819
32820 2005-03-24 Juri Linkov <juri@jurta.org>
32821
32822 * dired.el (dired-mode-map): Add menu item "Compare directories"
32823 for dired-compare-directories.
32824
32825 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32826 Doc fix. Replace `read-file-name' with `read-directory-name'.
32827
32828 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32829
32830 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32831
32832 2005-03-24 Jay Belanger <belanger@truman.edu>
32833
32834 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32835 relevant mode settings in calc-embedded-original-modes when modes
32836 are permanently changed.
32837
32838 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32839
32840 * autoinsert.el: find-file-hooks -> find-file-hook.
32841
32842 2005-03-24 Lute Kamstra <lute@gnu.org>
32843
32844 * generic.el (generic-font-lock-defaults): Make it obsolete.
32845 (generic-font-lock-keywords): New variable to replace
32846 generic-font-lock-defaults.
32847 (generic-mode-set-font-lock): Delete it.
32848 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32849 (generic-bracket-support): Add docstring.
32850
32851 * generic-x.el: Rename generic-font-lock-defaults to
32852 generic-font-lock-keywords throughout.
32853 (mailagent-rules-setup-function): Delete it.
32854 (mailagent-rules-generic-mode): Use anonymous function instead.
32855 (show-tabs-generic-mode-font-lock-defaults-1)
32856 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32857 Quote faces.
32858 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32859 not foreground.
32860
32861 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32862 Recognize define-generic-mode.
32863
32864 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32865
32866 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32867 if there's no completion table.
32868
32869 2005-03-23 Miles Bader <miles@gnu.org>
32870
32871 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32872 Remove tty-specific variants, as they're no longer needed.
32873
32874 2005-03-23 Lute Kamstra <lute@gnu.org>
32875
32876 * generic-x.el: Code cleanup: make args constant whenever possible.
32877 (installshield-statement-keyword-list)
32878 (installshield-system-functions-list)
32879 (installshield-system-variables-list, installshield-types-list)
32880 (installshield-funarg-constants-list): Make them constants.
32881
32882 * generic.el (generic-make-keywords-list): Add autoload cookie.
32883
32884 * calendar/time-date.el: Add comment on time value formats.
32885 Don't require parse-time.
32886 (with-decoded-time-value): New macro.
32887 (encode-time-value): New function.
32888 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32889 (days-to-time): Return a valid time value when arg is huge.
32890 (time-since): Use time-subtract.
32891 (time-to-number-of-days): Use time-to-seconds.
32892
32893 2005-03-23 David Ponce <david@dponce.com>
32894
32895 * recentf.el (recentf-keep): New option.
32896 (recentf-menu-action): Default to `find-file'.
32897 (recentf-keep-non-readable-files-flag)
32898 (recentf-keep-non-readable-files-p)
32899 (recentf-file-readable-p, recentf-find-file)
32900 (recentf-cleanup-remote): Remove.
32901 (recentf-include-p): More robust.
32902 (recentf-keep-p): New function.
32903 (recentf-remove-if-non-kept): Rename from
32904 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32905 All callers updated.
32906 (recentf-menu-items-for-commands): Fix help string.
32907 (recentf-track-closed-file): Update. Doc fix.
32908 (recentf-cleanup): Update. Count removed files. Doc fix.
32909
32910 2005-03-23 Kim F. Storm <storm@cua.dk>
32911
32912 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32913 Don't inherit from fringe face (now happens automatically).
32914
32915 2005-03-22 Kim F. Storm <storm@cua.dk>
32916
32917 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32918 position values.
32919
32920 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32921
32922 * menu-bar.el (showhide-date-time): Remove.
32923 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32924 (menu-bar-make-mm-toggle): Simplify.
32925
32926 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32927
32928 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32929 Accept qualified variable and function names.
32930
32931 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32932
32933 * bindings.el (completion-ignored-extensions):
32934 Remove ".lis" for `vax-vms'.
32935
32936 2005-03-22 Andreas Schwab <schwab@suse.de>
32937
32938 * generic-x.el: Revert last change.
32939 * ldefs-boot.el: Update.
32940
32941 2005-03-22 Jay Belanger <belanger@truman.edu>
32942
32943 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32944 (calc-embedded-save-original-modes)
32945 (calc-embedded-restore-original-modes): New functions.
32946 (calc-do-embedded): Save original modes when entering embedded mode
32947 and restore when leaving embedded mode.
32948 (calc-embedded-modes-change): Change the value of
32949 calc-embedded-original-modes to reflect permanent changes.
32950
32951 2005-03-22 Lute Kamstra <lute@gnu.org>
32952
32953 * generic-x.el: Require generic again.
32954
32955 2005-03-22 Miles Bader <miles@gnu.org>
32956
32957 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32958 Tweak details to look good on both ttys and bitmap displays, light
32959 or dark background, etc.
32960
32961 2005-03-21 Kim F. Storm <storm@cua.dk>
32962
32963 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32964 mouse position.
32965
32966 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32967
32968 * icomplete.el: Don't forcibly turn on the mode upon load.
32969 (icomplete-mode): Use define-minor-mode.
32970 (icomplete-eoinput): Default to nil.
32971 (icomplete-minibuffer-setup): Remove autoload.
32972 (icomplete-tidy): Simplify.
32973 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32974 in the initial state or if the user has modified the field.
32975 Fix handling of icomplete-max-delay-chars.
32976 Remove code that handles the oddball case where
32977 minibuffer-completion-table is an integer.
32978 Wrap icomplete-completions in while-no-input in case building
32979 completions takes more time than expected.
32980 (icomplete-completions): Simplify.
32981
32982 2005-03-21 Richard M. Stallman <rms@gnu.org>
32983
32984 * jka-compr.el (jka-compr-really-do-compress):
32985 Make variable buffer-local.
32986
32987 * image-mode.el: Handle .xpm files too.
32988 (image-toggle-display): Preserve modification flag.
32989
32990 * help.el (where-is): Don't mention aliases with no key bindings.
32991
32992 2005-03-21 Lute Kamstra <lute@gnu.org>
32993
32994 * generic.el: Fix commentary section. Don't require cl for
32995 compilation.
32996 (generic-mode-list): Add autoload cookie.
32997 (generic-use-find-file-hook, generic-lines-to-scan)
32998 (generic-find-file-regexp, generic-ignore-files-regexp)
32999 (generic-mode, generic-mode-find-file-hook)
33000 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33001 (define-generic-mode): Make it a defmacro. Fix docstring.
33002 (generic-mode-internal): Code cleanup. Add autoload cookie.
33003 (generic-mode-set-comments): Code cleanup.
33004 * generic-x.el: Don't prevent compilation. Don't require generic.
33005 Follow coding conventions. Minor code cleanup.
33006 (etc-fstab-generic-mode): Add some keywords.
33007 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33008 define-generic-mode like a function declaration.
33009
33010 2005-03-21 Jay Belanger <belanger@truman.edu>
33011
33012 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33013 changing modes.
33014
33015 2005-03-21 Sam Steingold <sds@gnu.org>
33016
33017 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33018
33019 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33020
33021 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33022 Add underscore to "f$ lexicals" regexp.
33023
33024 2005-03-20 Juri Linkov <juri@jurta.org>
33025
33026 * subr.el (progress-reporter-do-update): When `min-value' is equal
33027 to `max-value', set `percentage' to 0 and prevent division by zero.
33028
33029 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33030
33031 Sync with Tramp 2.0.48.
33032
33033 * net/tramp.el (all): Change all addresses to .gnu.org.
33034 (tramp-append-tramp-buffers): New defun.
33035 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33036 Catch `dont-send' signal.
33037 (tramp-set-auto-save-file-modes): Set always permissions, because
33038 there might be an old auto-saved file belonging to another
33039 original file. This could be a security threat. Reported by
33040 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33041 Check for Emacs 21.3.50 removed.
33042
33043 * net/tramp-smb.el (all): Remove debug construct for
33044 `with-parsed-tramp-file-name'.
33045 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33046 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33047 No error message if DIRECTORY or FILENAME doesn't exist.
33048 (tramp-smb-open-connection): Check existence of
33049 `tramp-smb-program'.
33050
33051 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33052
33053 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33054 Properly handle the case where the `m' or `s' command's argument is not
33055 yet terminated.
33056 (perl-indent-new-calculate): New function.
33057 (perl-indent-line): Use it.
33058
33059 2005-03-20 Miles Bader <miles@gnu.org>
33060
33061 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33062 in text-mode too. Change to new face names.
33063 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33064 Add `:weight bold' attribute.
33065 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33066
33067 2005-03-19 Juri Linkov <juri@jurta.org>
33068
33069 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33070
33071 * international/mule.el (auto-coding-alist): Sync with
33072 `auto-mode-alist' by adding upper case archive file extensions
33073 and adding ear/war to jar extension.
33074
33075 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33076
33077 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33078 running, restart it.
33079
33080 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33081
33082 * finder.el (finder-current-item): Throw an error on an empty line.
33083
33084 * man.el (Man-follow-manual-reference): If current-word returns
33085 nil, use "".
33086
33087 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33088
33089 * simple.el (goto-line): Doc fix.
33090
33091 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33092
33093 * files.el (save-buffer): Doc fix.
33094
33095 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33096
33097 * recentf.el (recentf-cleanup-remote): New variable.
33098 (recentf-cleanup): Use it to conditionally check availability of
33099 remote files.
33100
33101 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33102
33103 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33104 function names.
33105
33106 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33107
33108 * language/thai-word.el: New file.
33109
33110 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33111
33112 * files.el (backup-buffer): If the file's directory is not
33113 writable, use copy instead of move to backup the file.
33114
33115 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33116
33117 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33118
33119 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33120
33121 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33122 Use functionp instead of symbolp and fboundp. Reported by Drkm
33123 <darkman_spam@yahoo.fr>.
33124 (ps-print-version): New version 6.6.6.
33125
33126 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33127
33128 * textmodes/table.el (table--line-column-position): New idiom.
33129 (table--row-column-insertion-point-p): New function to test
33130 validity of row and column insertion operation at a location.
33131 (table-global-menu, table-cell-menu): Use above functions for
33132 deterministic test operation.
33133 (table--editable-cell-p): Behave in deterministic fashion.
33134
33135 2005-03-18 Juri Linkov <juri@jurta.org>
33136
33137 * isearch.el (isearch-lazy-highlight-new-loop):
33138 Make arguments beg and end optional.
33139 (isearch-update): Remove optional arguments nil from
33140 isearch-lazy-highlight-new-loop.
33141 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33142 isearch-lazy-highlight-case-fold-search instead of
33143 isearch-case-fold-search, and let-bind isearch-regexp to
33144 isearch-lazy-highlight-regexp.
33145 Use isearch-lazy-highlight-last-string instead of isearch-string.
33146
33147 * replace.el (perform-replace): Remove bindings of global
33148 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33149 Add three new arguments to `replace-highlight'.
33150 (replace-highlight): Add arguments string, regexp, case-fold.
33151 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33152 to allow isearch-lazy-highlight-new-loop to use these values
33153 to set corresponding isearch-lazy-highlight-* internal
33154 variables whose values lazy highlighting will use regardless of
33155 changes to global variables isearch-string, isearch-regexp,
33156 isearch-case-fold-search during lazy highlighting loop.
33157 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33158 to `lazy-highlight-cleanup'.
33159
33160 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33161 (ispell-highlight-face): Set default face to `isearch' when
33162 lazy highlighting is enabled.
33163 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33164 priority to 1. Add lazy highlighting.
33165 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33166 from `isearch-dehighlight'.
33167
33168 2005-03-18 David Ponce <david@dponce.com>
33169
33170 * files.el (hack-local-variables): Do a case-insensitive search
33171 for End.
33172
33173 2005-03-18 Juri Linkov <juri@jurta.org>
33174
33175 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33176 `isearch-lazy-highlight-cleanup', add alias to old name and
33177 declare obsolete. Add release numbers to other obsolete vars.
33178 (isearch-done, isearch-lazy-highlight-new-loop):
33179 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33180 (lazy-highlight-cleanup) <variable>: Doc fix.
33181 (isearch-lazy-highlight-update): Rename obsolete
33182 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33183
33184 2005-03-18 Kenichi Handa <handa@m17n.org>
33185
33186 * language/thai-util.el: Fix categorization of Thai characters in
33187 thai-category-table.
33188 (thai-composition-pattern): Adjust it for the above change.
33189 (thai-self-insert-command, thai-compose-syllable): New functions.
33190 (thai-compose-region): Use thai-compose-syllable.
33191 (thai-compose-string): Likewise.
33192 (thai-composition-function): Likewise.
33193 (thai-auto-composition): New function.
33194 (thai-auto-composition-mode): New minor mode.
33195
33196 * language/thai.el: Fix patterns to be registered in
33197 composition-function-table.
33198
33199 * international/quail.el (quail-input-method): Locally bind
33200 inhibit-modification-hooks to t.
33201
33202 2005-03-17 Richard M. Stallman <rms@gnu.org>
33203
33204 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33205 (perl-mode): Use run-mode-hooks.
33206
33207 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33208 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33209 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33210
33211 * mail/sendmail.el (sendmail-send-it): Reenable the code
33212 to compute resend-to-address and use it.
33213
33214 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33215
33216 * image-mode.el: New file.
33217
33218 * image.el (insert-sliced-image): Add autoload cookie.
33219
33220 * font-lock.el (font-lock-lines-before): New user option.
33221 (font-lock-after-change-function): Obey it.
33222
33223 * bindings.el (esc-map): Make M-g a prefix.
33224 Bind M-g g and M-g M-g to goto-line.
33225
33226 * faces.el (face-id): Doc fix.
33227
33228 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33229
33230 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33231 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33232 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33233
33234 * mail/sendmail.el (mail-yank-ignored-headers)
33235 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33236 Add Mail-Followup-To and Mail-Reply-To headers.
33237 (mail-citation-hook): Add autoload cookie.
33238 (mail-mode): Doc fix.
33239 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33240 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33241 (mail-mode-fill-paragraph): Handle those headers.
33242 (mail-mailing-lists): New variable.
33243 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33244
33245 2005-03-17 Juri Linkov <juri@jurta.org>
33246
33247 * isearch.el (isearch-fallback): Check for `(car previous)'
33248 before calling `isearch-other-end-state'.
33249
33250 2005-03-17 Kim F. Storm <storm@cua.dk>
33251
33252 * simple.el (move-beginning-of-line): Move to beginning of buffer
33253 line, as well as beginning of screen line.
33254
33255 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33256
33257 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33258 argument REDRAW rather than calendar-redrawing variable.
33259 * calendar/calendar.el (calendar-redrawing): Delete.
33260 (redraw-calendar): Do not bind calendar-redrawing.
33261
33262 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33263
33264 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33265 diary-file buffer.
33266
33267 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33268
33269 * help.el (describe-mode): Allow a :minor-mode-function property to
33270 specify a different minor mode toggle function than the variable.
33271 * simple.el (auto-fill-function):
33272 * subr.el (add-minor-mode): Use it.
33273
33274 2005-03-16 Kenichi Handa <handa@m17n.org>
33275
33276 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33277 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33278 (ethio-fidel-to-sera-buffer): Likewise.
33279
33280 2005-03-16 Juri Linkov <juri@jurta.org>
33281
33282 * emacs-lisp/find-func.el (find-function-regexp):
33283 Add defun-emitting macro `menu-bar-make-toggle'.
33284
33285 * isearch.el: Put `isearch-scroll' property to
33286 `split-window-horizontally'.
33287
33288 * info.el: Update error messages for `debug-ignored-errors'.
33289 (Info-isearch-search): Doc fix.
33290 (Info-find-node): Move up code to go into info buffer before
33291 recording the node to the history.
33292 (Info-fontify-node): Fontify titles only if the next line
33293 has two or more `*', `=', `-', `.'.
33294 Display "go to this node" for empty (match-string 3).
33295
33296 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33297
33298 * term/mac-win.el: Add mouse pointer shape constants.
33299
33300 2005-03-15 Kim F. Storm <storm@cua.dk>
33301
33302 * simple.el (move-beginning-of-line): Use vertical-motion.
33303
33304 2005-03-15 Juri Linkov <juri@jurta.org>
33305
33306 * isearch.el (isearch-error): New variable.
33307 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33308 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33309 (isearch-within-brackets-state): Remove.
33310 (isearch-case-fold-search-state, isearch-pop-fun-state):
33311 Decrease frame index.
33312 (isearch-mode, isearch-top-state, isearch-push-state)
33313 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33314 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33315 (isearch-search, isearch-lazy-highlight-new-loop):
33316 Replace `isearch-invalid-regexp' with `isearch-error'.
33317 Remove `isearch-within-brackets'.
33318 (isearch-search): Add `search-failed' handler to `condition-case'.
33319 (isearch-lazy-highlight-search): Add `condition-case' to catch
33320 errors and allow `isearch-lazy-highlight-update' to try
33321 highlighting from the beginning of the window.
33322 (isearch-repeat): Move up code to set isearch-wrapped to t
33323 before calling isearch-wrap-function.
33324
33325 * info.el (Info-isearch-initial-node): New internal variable.
33326 (Info-search): Signal an error in isearch mode when search leaves
33327 the initial node. Signal an error when `bound' is non-nil and
33328 nothing was found in the current subfile.
33329 (Info-isearch-search): Remove `condition-case'.
33330 (Info-isearch-wrap): Don't wrap when search failed during leaving
33331 the initial node. If `Info-isearch-search' is nil, wrap around
33332 the current node.
33333 (Info-isearch-start): New fun.
33334 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33335 `isearch-mode-hook'.
33336
33337 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33338
33339 * simple.el (normal-erase-is-backspace): Set default to t if
33340 running on Mac.
33341
33342 * term/mac-win.el (function-key-map): Sync with x-win.el.
33343
33344 2005-03-15 Kenichi Handa <handa@m17n.org>
33345
33346 * international/mule-cmds.el (locale-language-names): Modify the
33347 format of elements and add more entries.
33348 (locale-preferred-coding-systems): Add more entries.
33349 (set-locale-environment): Adjust for the change of
33350 locale-language-names.
33351
33352 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33353
33354 * pcvs.el (smerge-ediff): Remove bogus autoload.
33355
33356 2005-03-14 Lute Kamstra <lute@gnu.org>
33357
33358 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33359 Ignore a `*' at the beginning of a line.
33360
33361 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33362 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33363 subr.el.
33364 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33365 to specify indentation.
33366
33367 * generic.el (define-generic-mode): Let generic-mode-list be a
33368 list of strings; test membership with equal.
33369
33370 2005-03-14 Kim F. Storm <storm@cua.dk>
33371
33372 * simple.el (next-line, previous-line): Add optional try-vscroll
33373 arg to recognize interactive use. Pass it on to line-move.
33374 (line-move): Don't perform auto-window-vscroll when defining or
33375 executing keyboard macro to ensure consistent behavior.
33376
33377 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33378
33379 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33380
33381 2005-03-13 Lute Kamstra <lute@gnu.org>
33382
33383 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33384 debugger-setup-buffer so that backtrace marks the frames set to
33385 debug-on-exit and we don't have to do it manually. Set an extra
33386 debug-on-exit for macro's.
33387 (debugger-setup-buffer): Don't mark the top frame manually.
33388
33389 2005-03-12 Lute Kamstra <lute@gnu.org>
33390
33391 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33392 lisp-indent-function throughout.
33393 (with-no-warnings): Set lisp-indent-function property.
33394
33395 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33396
33397 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33398 Add entry for backslash.
33399
33400 2005-03-12 Juri Linkov <juri@jurta.org>
33401
33402 * info.el (Info-search): Four fixes for backward search.
33403
33404 2005-03-11 Jay Belanger <belanger@truman.edu>
33405
33406 * calc/calc.el (calc-language-alist): New variable.
33407 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33408 (calc-embedded-find-modes): Use calc-language-alist instead of
33409 calc-embedded-language-alist.
33410
33411 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33412
33413 * calendar/calendar.el (calendar-redrawing): New internal
33414 variable.
33415 (redraw-calendar): Remove bogus save-excursion from previous
33416 change. Bind calendar-redrawing to t for mark-diary-entries.
33417 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33418 calendar if that is why we were called.
33419
33420 2005-03-11 Kenichi Handa <handa@m17n.org>
33421
33422 * international/mule.el (make-coding-system): Set property
33423 coding-system-define-form to nil.
33424 (define-coding-system-alias): Likewise.
33425
33426 2005-03-11 Kenichi Handa <handa@m17n.org>
33427
33428 These changes are suggested by Dave Love <fx@gnu.org>.
33429
33430 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33431 coding: tag.
33432 (adaptive-fill-regexp): Add more bullets.
33433 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33434 regexps.
33435
33436 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33437
33438 * help.el (describe-mode): Properly handle non-trivial lighters.
33439 Don't ignore minor modes that are not listed in minor-mode-list.
33440
33441 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33442 feature ON when the user requests to turn it OFF.
33443
33444 2005-03-10 Lute Kamstra <lute@gnu.org>
33445
33446 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33447 (implement-debug-on-entry): New function to replace debug-entry-code.
33448 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33449 second argument as the 2005-03-07 change makes it obsolete.
33450 (debug-on-entry, cancel-debug-on-entry): Update call to
33451 debug-on-entry-1.
33452 (debug, debugger-setup-buffer): Comment update.
33453 (debugger-frame-number): Update to work with implement-debug-on-entry.
33454
33455 2005-03-10 Jay Belanger <belanger@truman.edu>
33456
33457 * calc/calc-embed.el (math-ms-args): Declare it.
33458 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33459 math-ms-args.
33460 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33461 variables.
33462
33463 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33464
33465 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33466 Use message-box.
33467
33468 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33469 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33470 (tooltip-gud-tips): Simplify.
33471 (tooltip-gud-tips-p): Remove superfluous :set.
33472 (tooltip-gud-modes): Add fortran-mode.
33473 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33474
33475 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33476
33477 2005-03-09 Kim F. Storm <storm@cua.dk>
33478
33479 * play/animate.el (animate-place-char): Use forward-line instead
33480 of next-line to improve performance.
33481
33482 2005-03-09 Simon Josefsson <jas@extundo.com>
33483
33484 * net/browse-url.el (browse-url-default-browser): Doc fix.
33485
33486 2005-03-09 Miles Bader <miles@gnu.org>
33487
33488 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33489 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33490
33491 2005-03-09 Kenichi Handa <handa@m17n.org>
33492
33493 * international/latin-1.el: Set case and syntax for 255 only if
33494 set-case-syntax-set-multibyte is nil.
33495
33496 * textmodes/ispell.el (ispell-insert-word): New function.
33497 (ispell-word): Use ispell-insert-word to insert a new word.
33498 (ispell-process-line): Likewise.
33499 (ispell-complete-word): Likewise.
33500
33501 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33502
33503 * calendar/calendar.el (redraw-calendar): Preserve point.
33504 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33505 (calendar-week-start-day): Move after definition of
33506 redraw-calendar. Delete buffer test, since redraw-calendar has
33507 that now.
33508
33509 * calendar/diary-lib.el (mark-diary-entries): Only call
33510 redraw-calendar in the first of any recursive calls.
33511 Reported by Alan Shutko <ats@acm.org>.
33512
33513 2005-03-08 Juri Linkov <juri@jurta.org>
33514
33515 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33516 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33517 (html-radio-buttons): Add a space before the trailing `/>' where
33518 sgml-xml-mode is non-nil.
33519 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33520 the subsequent tag of the empty XML tag.
33521 (html-href-anchor): Don't set initial input to "http:".
33522 (html-image): Ask for the image URL and set point inside alt="".
33523 (html-name-anchor): Duplicate the name in the `id' attribute when
33524 sgml-xml-mode is non-nil.
33525 (html-paragraph): Remove \n before <p>.
33526 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33527 instead of `checked' when sgml-xml-mode is non-nil.
33528
33529 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33530 Remove 1 space before #RRGGBB to not truncate it on terminal
33531 windows w/o fringes. Remove 1 space between bg and fg examples
33532 to get more space.
33533 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33534 avoid byte-compile warnings.
33535
33536 * image-file.el (image-file-handler): Put `safe-magic' property to
33537 `image-file-handler'.
33538
33539 * info.el (Info-isearch-search): Emulate word search in
33540 isearching through multiple Info nodes with Info-search.
33541 (Info-isearch-wrap): Allow isearch-word.
33542
33543 2005-03-08 Lute Kamstra <lute@gnu.org>
33544
33545 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33546 stepping into the debugger's code is not possible.
33547 (debugger-jumping-flag): Docstring update.
33548
33549 2005-03-08 Jay Belanger <belanger@truman.edu>
33550
33551 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33552 embedded mode begins.
33553 (calc-embedded-language-alist): New variable.
33554 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33555 set default language mode.
33556
33557 2005-03-08 Kenichi Handa <handa@m17n.org>
33558
33559 * international/ccl.el (define-ccl-program): Fix docstring about
33560 extra 256 bytes assured for the output buffer.
33561
33562 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33563 Fix BUFFER_MAGNIFICATION to 2.
33564 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33565
33566 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33567
33568 * align.el (align-rules-list): Added an alignment rule for CSS
33569 declarations (applies to css-mode and html-mode buffers).
33570
33571 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33572
33573 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33574
33575 2005-03-07 Kim F. Storm <storm@cua.dk>
33576
33577 * simple.el (move-beginning-of-line): New command.
33578
33579 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33580
33581 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33582
33583 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33584 and move-beginning-of-line.
33585
33586 * apropos.el (apropos-print): Omit command from M-x ... RET.
33587
33588 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33589
33590 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33591 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33592
33593 2005-03-06 Richard M. Stallman <rms@gnu.org>
33594
33595 * bindings.el (esc-map): Bind M-g to goto-line.
33596
33597 * facemenu.el (global-map): Bind M-o, not M-g.
33598
33599 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33600
33601 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33602 "Open Directory" as for "Open File".
33603
33604 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33605
33606 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33607 (push-mark-command): Run activate-mark-hook.
33608
33609 2005-03-06 Richard M. Stallman <rms@gnu.org>
33610
33611 * help-mode.el (help-mode-finish): Don't alter the element
33612 in view-return-to-alist if there already is one.
33613
33614 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33615 make sure the current buffer is the expected one.
33616
33617 * novice.el (disabled-command-function): Output in *Disabled Command*.
33618 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33619
33620 * textmodes/flyspell.el (flyspell-large-region):
33621 Pass args differently for aspell.
33622
33623 * files.el (mode-require-final-newline): Doc fix.
33624
33625 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33626
33627 * progmodes/which-func.el (which-function):
33628 Specify NOERROR when calling imenu--make-index-alist.
33629
33630 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33631
33632 * simple.el (normal-erase-is-backspace): Define default value.
33633
33634 * custom.el (custom-theme-set-variables): Remove unused var
33635 `immediate'.
33636 (custom-reevaluate-setting): Simple function to handle variables
33637 that are defined before their default value can really be
33638 computed.
33639
33640 * startup.el (command-line): Use it for temporary-file-directory,
33641 small-emporary-file-directory, auto-save-file-name-transforms,
33642 blink-cursor-mode, and normal-erase-is-backspace.
33643
33644 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33645 progress, even with buggy anchored keywords.
33646
33647 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33648
33649 * simple.el (goto-line): Remove unbalanced final parenthesis.
33650
33651 2005-03-05 Richard M. Stallman <rms@gnu.org>
33652
33653 * simple.el (goto-line): Use a number at point as the default.
33654 With C-u as arg, switch buffers.
33655
33656 2005-03-05 Juri Linkov <juri@jurta.org>
33657
33658 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33659 with `no-blinking-cursor'.
33660
33661 * startup.el (no-blinking-cursor): New defvar.
33662 (command-line): Add `--no-blinking-cursor' to longopts.
33663 Set `no-blinking-cursor' to t for command line arguments
33664 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33665 with `no-blinking-cursor' in the condition for calling
33666 `blink-cursor-mode'.
33667
33668 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33669
33670 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33671 (menu-bar-options-save): Add blink-cursor-mode.
33672 (menu-bar-options-menu): Add blink-cursor-mode.
33673
33674 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33675
33676 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33677 (icalendar-export-file, icalendar-export-region)
33678 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33679 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33680
33681 2005-03-04 Lute Kamstra <lute@gnu.org>
33682
33683 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33684 (debug-function-list): Ditto.
33685
33686 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33687
33688 * textmodes/texinfmt.el (texinfo-append-refill):
33689 Redefine the types of line to which @refill
33690 is not appended by replacing a search for `@refill\\|@bye' with
33691 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33692 itemize@refill' bug and the unfilled long lines bug.
33693 (texinfmt-version): Update number and date.
33694
33695 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33696
33697 * international/code-pages.el (windows-1250, windows-125[2-8])
33698 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33699
33700 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33701
33702 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33703 bound yet.
33704
33705 2005-03-02 Romain Francoise <romain@orebokech.com>
33706
33707 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33708 buffer after removing limits.
33709 (ibuffer-pop-filter): Ditto.
33710 Update copyright.
33711
33712 2005-03-02 Miles Bader <miles@gnu.org>
33713
33714 * button.el (make-text-button): If the user doesn't specify a
33715 type, use the default. Rewrite to use `add-text-properties' and
33716 plist functions.
33717
33718 2005-03-01 Lute Kamstra <lute@gnu.org>
33719
33720 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33721 (debugger-jumping-flag): New var.
33722 (debug-entry-code): Use it.
33723 (debugger-jump): Use debugger-jumping-flag and add
33724 debugger-reenable to post-command-hook.
33725 (debugger-reenable): Use debugger-jumping-flag and remove itself
33726 from post-command-hook.
33727 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33728 debugger-reenable.
33729
33730 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33731
33732 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33733 inclusion of "itemize\\|", which may be unnecessary, is certainly
33734 inelegant, and stops refilling in itemize lists when formatting
33735 Japanese Texinfo files to Info.
33736 Update copyright to 2005.
33737
33738 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33739
33740 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33741 of an error if GDB can't find the source file.
33742
33743 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33744
33745 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33746 not just the calendar.
33747
33748 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33749 first.
33750 (diary-redraw-calendar): New function.
33751 (make-diary-entry): Add diary-redraw-calendar to local
33752 write-contents-functions. Turn off selective display before
33753 inserting in diary.
33754
33755 2005-03-01 Kim F. Storm <storm@cua.dk>
33756
33757 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33758
33759 2005-03-01 Lute Kamstra <lute@gnu.org>
33760
33761 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33762 that debug-entry-code can be safely removed from a function while
33763 this code is being evaluated. Revert the 2005-02-27 change as the
33764 new implementation no longer requires it. Make sure that a
33765 function body containing just a string is not mistaken for a docstring.
33766 (debug): Skip one more frame in case of debug on entry.
33767 (debugger-setup-buffer): Delete one more frame line in case of
33768 debug on entry.
33769 (debugger-frame-number): Update to use the new text introduced by
33770 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33771
33772 2005-02-28 Kim F. Storm <storm@cua.dk>
33773
33774 * double.el (double-translate-key): Call force-window-update after
33775 read-event to avoid crash in redisplay.
33776
33777 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33778
33779 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33780 (debug): Use it. Move the inhibit-trace earlier.
33781 (debug-entry-code): New const.
33782 (debug-on-entry-1): Use it.
33783
33784 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33785
33786 * international/utf-16.el (ccl-encode-mule-utf-16le):
33787 Fix BUFFER_MAGNIFICATION to 2.
33788 (ccl-encode-mule-utf-16be): Likewise.
33789
33790 2005-02-28 Kenichi Handa <handa@m17n.org>
33791
33792 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33793 Fix BUFFER_MAGNIFICATION to 4.
33794 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33795
33796 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33797
33798 * speedbar.el (speedbar-update-flag): Doc fix.
33799 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33800 argument.
33801
33802 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33803
33804 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33805 have a non-nil `invisible' property but are actually visible.
33806
33807 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33808 for perldoc sections.
33809 (perl-outline-regexp, perl-outline-level): New var and function.
33810 (perl-mode): Use them.
33811
33812 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33813
33814 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33815 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33816
33817 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33818
33819 * cus-edit.el: Comment change.
33820 (custom-buffer-create-internal): Slightly reword text at top of
33821 Custom buffers. Mention there that saving an option edits the
33822 init file. Add link to Emacs manual node on `custom-file'.
33823 (custom-magic-alist): Rewrite individual State messages to use
33824 capitalized keywords. Doc fix.
33825
33826 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33827
33828 * calendar/calendar.el (calendar-buffer): Move above
33829 calendar-week-start-day.
33830 (calendar-week-start-day): Doc fix. Add :set function.
33831 (calendar-minimum-window-height): New variable.
33832 (generate-calendar-window): Only resize window if selected-window
33833 is displaying the calendar buffer. Use new variable
33834 calendar-minimum-window-height.
33835 (generate-calendar): Reword error message.
33836 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33837
33838 2005-02-27 Andreas Schwab <schwab@suse.de>
33839
33840 * vc.el (vc-do-command): Don't run command asynchronously when
33841 operating in a remote directory.
33842
33843 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33844 change from sync with Tramp 2.0.47.
33845
33846 2005-02-27 Richard M. Stallman <rms@gnu.org>
33847
33848 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33849
33850 * textmodes/flyspell.el (flyspell-mode-on):
33851 Call ispell-change-dictionary only if necessary.
33852
33853 * emacs-lisp/re-builder.el (regexp-builder): New function.
33854
33855 * register.el (describe-register-1): Explicitly handle
33856 yank-excluded-properties = t.
33857
33858 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33859 (custom-magic-alist): Change the status descriptions again.
33860 (face widget-type): Total rewrite based on `restricted-sexp'
33861 to eliminate the confusing double hiding levels.
33862
33863 * emacs-lisp/debug.el (debug-on-entry-1):
33864 If function body is empty, add nil as body form.
33865
33866 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33867
33868 * emacs-lisp/trace.el (inhibit-trace): New var.
33869 (trace-make-advice): Use it.
33870
33871 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33872
33873 2005-02-26 Kim F. Storm <storm@cua.dk>
33874
33875 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33876 (mouse-on-link-p, mouse-drag-region-1): Use it.
33877
33878 2005-02-25 Lute Kamstra <lute@gnu.org>
33879
33880 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33881
33882 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33883
33884 * frame.el (blink-cursor-mode): Add :group keyword.
33885
33886 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33887
33888 * calendar/icalendar.el (icalendar--decode-isodatetime):
33889 New optional argument DAY-SHIFT.
33890 (icalendar-export-region): Fix coding-system-for-write.
33891 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33892 events by one.
33893
33894 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33895
33896 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33897
33898 2005-02-24 Kim F. Storm <storm@cua.dk>
33899
33900 * international/iso-acc.el (iso-accents-compose): Fix crash
33901 during redisplay. Call force-window-update after read-event
33902 and delete-region to signal that window is not accurate.
33903
33904 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33905
33906 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33907 Remove unused and inexistent var `inhibit-trace'.
33908 (debugger-mode): Use run-mode-hooks.
33909 (debugger-list-functions): Add buttons; setup xref stack.
33910
33911 2005-02-23 Richard M. Stallman <rms@gnu.org>
33912
33913 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33914 appointment says it was explicitly made.
33915 (appt-add): Set the 3rd element.
33916 (appt-make-list): Preserve explicit appointments.
33917
33918 * subr.el (find-tag-default): Catch errors in forward-sexp.
33919
33920 2005-02-23 Juri Linkov <juri@jurta.org>
33921
33922 * info.el (Info-isearch-search): New defcustom.
33923 (Info-isearch-search): Call the default isearch function
33924 when Info-isearch-search is nil.
33925 (Info-isearch-wrap): Use variable Info-isearch-search.
33926
33927 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33928
33929 * cus-edit.el: Comment change.
33930
33931 2005-02-22 Kim F. Storm <storm@cua.dk>
33932
33933 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33934 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33935
33936 2005-02-22 Simon Josefsson <jas@extundo.com>
33937
33938 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33939 New variable.
33940 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33941 Oskarsson" <myrkraverk@users.sourceforget.net>.
33942
33943 2005-02-22 Kim F. Storm <storm@cua.dk>
33944
33945 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33946 check that window of that event is the selected window.
33947 (mouse-drag-region-1): Compare mouse event window to selected
33948 window before setting point.
33949
33950 * tooltip.el (tooltip-show-help-function): Pass event to
33951 mouse-on-link-p so it can check selected window.
33952
33953 2005-02-22 Kenichi Handa <handa@m17n.org>
33954
33955 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33956 (ps-mule-show-warning): New function.
33957 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33958 characters are found.
33959
33960 * ps-print.el (ps-header-footer-string): Return a list of header
33961 and footer strings.
33962
33963 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33964
33965 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33966
33967 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33968
33969 * frame.el (blink-cursor-mode): Use define-minor-mode.
33970
33971 * term/mac-win.el (function-key-map): Use char-names more consistently.
33972 (file-name-coding-system): Only set it for MacOS-9. The other case is
33973 already handled in mule-cmds.el (where it also works when mac-win.el
33974 is not used).
33975
33976 2005-02-21 Kenichi Handa <handa@m17n.org>
33977
33978 * international/mule.el (ctext-pre-write-conversion): Always use
33979 " *code-converting-work*" buffer for work.
33980
33981 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33982
33983 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33984
33985 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33986
33987 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33988
33989 * ses.el (undo-more): Restore defadvice, but only the part that
33990 allows changes outside the restricted area of the buffer.
33991
33992 2005-02-20 Kim F. Storm <storm@cua.dk>
33993
33994 * simple.el (line-move): Add fourth optional arg try-vscroll which
33995 must be set to perform auto-window-vscroll.
33996 When moving backwards and doing auto-window-vscroll, automatically
33997 vscroll to the last part of lines which are taller than the window.
33998 (next-line, previous-line): Set try-vscroll arg on line-move.
33999
34000 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34001
34002 * replace.el (query-replace, query-replace-regexp)
34003 (replace-string, replace-regexp): When operating on region, make
34004 the minibuffer prompt say so.
34005
34006 * isearch.el (isearch-forward): Document isearch-query-replace and
34007 isearch-query-replace-regexp keybindings.
34008
34009 2005-02-19 Jay Belanger <belanger@truman.edu>
34010
34011 * calc/calc-aent.el (math-read-token): Add local variable.
34012
34013 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34014 (calc-edit-top): Move declaration to earlier in file.
34015 (calc-edit-macro-repeats): Add local variables.
34016
34017 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34018 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34019 calcFunc-tanh.
34020 Adjust integration rule for calcFunc-tan.
34021
34022 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34023
34024 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34025 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34026 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34027 (viper-skip-separators): Bug fix.
34028 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34029 particular major mode.
34030 (viper-del-backward-char-in-replace): Don't put deleted char on the
34031 kill ring.
34032
34033 * viper-ex.el (viper-color-display-p): New function.
34034 (viper-has-face-support-p): Use viper-color-display-p.
34035
34036 * viper-keym.el (viper-gnus-modifier-map): New keymap.
34037
34038 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34039
34040 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34041 (viper-file-remote-p): Make equivalent to file-remote-p.
34042
34043 * viper.el (viper-major-mode-modifier-list):
34044 Use viper-gnus-modifier-map.
34045
34046 2005-02-19 David Kastrup <dak@gnu.org>
34047
34048 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34049 quoting.
34050
34051 2005-02-19 Jay Belanger <belanger@truman.edu>
34052
34053 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34054 Remove extra definitions.
34055 (calc-coth): New function.
34056 (calcFunc-cot): Fix `let'.
34057
34058 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34059
34060 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34061 the reasons we use "type pc" in these faces.
34062
34063 * button.el (button): Ditto.
34064
34065 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34066
34067 * replace.el (query-replace-read-from): Set the value of
34068 query-replace-from-history-variable to handle the case of an empty
34069 string entered to accept the suggested default.
34070
34071 * net/tramp.el (tramp-file-name-for-operation):
34072 Use dired-call-process instead of dired-call-process-command.
34073
34074 2005-02-19 Jay Belanger <belanger@truman.edu>
34075
34076 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34077 (math-div-non-trig): New variables.
34078 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34079 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34080 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34081 trig expressions.
34082
34083 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34084
34085 * progmodes/gdb-ui.el (gdb-var-update-handler)
34086 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34087 for watch expressions,
34088 (gdb-var-create-handler): Don't set speedbar-update-flag.
34089 (gdb-post-prompt): Simplify test for speedbar.
34090
34091 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34092
34093 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34094 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34095 we use the syntax table of the correct buffer.
34096 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34097 Felix Gatzemeier.
34098
34099 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34100 (ediff-file-remote-p): Make synonymous with file-remote-p.
34101 In all deffaces ediff-*-face-*, use min-colors.
34102
34103 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34104 ediff-recurse-to-subdirectories.
34105 (ediff-mark-if-equal): Check that the arguments are strings, use
34106 ediff-same-contents (after to Felix Gatzemeier).
34107
34108 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34109 nil.
34110
34111 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34112
34113 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34114
34115 2005-02-18 David Kastrup <dak@gnu.org>
34116
34117 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34118 use `mark-active' when defined.
34119
34120 2005-02-18 Kenichi Handa <handa@m17n.org>
34121
34122 * ps-print.el (ps-font-info-database): New entry
34123 ZapfChancery-MediumItalic with correct font name. Fix font name
34124 of the entry Zapf-Chancery-MediumItalic.
34125
34126 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34127
34128 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34129
34130 2005-02-16 Kim F. Storm <storm@cua.dk>
34131
34132 * ido.el (ido-fallback-command): Pass user input to fallback command.
34133
34134 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34135
34136 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34137 (gdb-find-file-hook): Add server prefix.
34138
34139 2005-02-16 Richard M. Stallman <rms@gnu.org>
34140
34141 * replace.el (perform-replace): Pass new args to replace-highlight.
34142 (replace-highlight): Take region args,
34143 and pass them to isearch-lazy-highlight-new-loop.
34144
34145 * novice.el (disabled-command-hook): Autoload the defalias
34146 and the make-obsolete-variable call.
34147
34148 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34149
34150 * isearch.el (isearch-lazy-highlight-start-limit)
34151 (isearch-lazy-highlight-end-limit): New variables limit
34152 the region for highlighting.
34153 (isearch-lazy-highlight-new-loop): New args BEG and END.
34154 (isearch-lazy-highlight-search): Use the new vars.
34155 (isearch-lazy-highlight-update): Likewise.
34156
34157 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34158
34159 * cus-start.el (all): Use default-boundp.
34160
34161 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34162
34163 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34164
34165 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34166
34167 * autorevert.el (auto-revert-stop-on-user-input)
34168 (auto-revert-verbose): Doc fixes.
34169
34170 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34171
34172 * international/mule-cmds.el (set-locale-environment): Remove call
34173 to set-selection-coding-system on Windows.
34174
34175 2005-02-15 Jay Belanger <belanger@truman.edu>
34176
34177 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34178 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34179 calcFunc-coth.
34180 (math-simplify-sqrt): Add simplifications.
34181
34182 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34183 to list.
34184
34185 * calc/calc-ext.el: Add functions to autoloads.
34186
34187 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34188 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34189 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34190 (math-csc-raw, math-cot-raw): New functions.
34191
34192 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34193
34194 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34195 the variable name in a message.
34196
34197 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34198 calcFunc-csc, calcFunc-cot.
34199
34200 * calc/calcalg2.el: Add derivative and integration rules for
34201 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34202 calcFunc-csch, calcFunc-coth.
34203 (math-do-integral-methods): Add to checks for when to use
34204 substitutions.
34205
34206 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34207
34208 2005-02-15 Lute Kamstra <lute@gnu.org>
34209
34210 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34211 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34212 <monnier@iro.umontreal.ca>.
34213 (lisp-outline-level): Improve efficiency. Suggested by David
34214 Kastrup <dak@gnu.org>.
34215
34216 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34217
34218 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34219 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34220 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34221 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34222 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34223
34224 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34225
34226 * cus-start.el (all): Comment change.
34227
34228 2005-02-14 Lute Kamstra <lute@gnu.org>
34229
34230 * cus-start.el (all): Check if symbol is void.
34231
34232 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34233
34234 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34235 optional argument to \cite.
34236
34237 2005-02-14 Richard M. Stallman <rms@gnu.org>
34238
34239 * cus-edit.el (custom-buffer-create-internal): Update help message.
34240 (custom-magic-alist): Update help messages.
34241
34242 * cus-start.el (all): Allow a var to specify a standard value.
34243
34244 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34245
34246 * custom.el (custom-theme-set-variables): Handle variable aliases.
34247
34248 * frame.el (blink-cursor-timer): Doc fix.
34249 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34250 declare obsolete.
34251 (blink-cursor-mode): Define with defcustom and use correct
34252 standard expression in that defcustom.
34253 * startup.el (command-line): Adapt to above changes in frame.el.
34254
34255 2005-02-11 Lute Kamstra <lute@gnu.org>
34256
34257 * apropos.el (apropos-score-doc): Prevent division by zero.
34258
34259 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34260
34261 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34262 (icalendar--get-event-property-attributes)
34263 (icalendar--get-event-properties)
34264 (icalendar--datetime-to-diary-date): New functions.
34265 (icalendar--split-value): Doc fix.
34266 (icalendar--datetime-to-noneuropean-date)
34267 (icalendar--datetime-to-european-date): New optional argument
34268 SEPARATOR. Return result as a string instead of a list.
34269 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34270 (icalendar--convert-string-for-export): Rename arg S to STRING.
34271 (icalendar-export-region): Doc fix. Change name of error buffer.
34272 Save output buffer.
34273 (icalendar-import-file): Add blank at end of prompt.
34274 (icalendar-import-buffer): Doc fix. Do not switch to error
34275 buffer. Indicate status in return value.
34276 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34277 buffer. Save output buffer. Handle exception from recurrence
34278 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34279 events. Fix problems with weekly all-day events.
34280
34281 2005-02-10 Richard M. Stallman <rms@gnu.org>
34282
34283 * simple.el (eval-expression-print-format):
34284 Avoid warning about edebug-active.
34285
34286 * help.el (help-for-help-internal): Rename from help-for-help.
34287 (help-for-help): Define with defalias.
34288
34289 * font-core.el (font-lock-default-function): Use with-no-warnings.
34290
34291 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34292
34293 * custom.el (defface): Doc fix.
34294
34295 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34296
34297 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34298 width 0" to prevent word wrapping problems.
34299
34300 2005-02-09 Kim F. Storm <storm@cua.dk>
34301
34302 * ido.el (ido-file-extensions-order): New defcustom.
34303 (ido-file-extension-lessp, ido-file-extension-aux)
34304 (ido-file-extension-order): New advanced file ordering.
34305 (ido-file-lessp): New simple file ordering.
34306 (ido-sort-list): Remove.
34307 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34308 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34309
34310 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34311
34312 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34313 that some versions of grep produce.
34314 (grep-mode-font-lock-keywords): Likewise.
34315
34316 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34317
34318 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34319 (gdb-cdir): Delete.
34320 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34321 (gdb-source-info): Treat case when source file is in another
34322 directory properly.
34323 (gdb-get-location): New function.
34324
34325 2005-02-07 Jay Belanger <belanger@truman.edu>
34326
34327 * calc/calc-prog.el (calc-write-parse-table-part)
34328 (calc-fix-token-name): Fix a check for language type.
34329
34330 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34331
34332 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34333
34334 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34335 as directory not writable.
34336
34337 2005-02-07 Kim F. Storm <storm@cua.dk>
34338
34339 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34340 (cua--standard-movement-commands): Remove list.
34341 Instead, set CUA property value to move for movement commands.
34342 (cua-movement-commands): Remove. Users must set CUA prop instead.
34343 (cua--pre-command-handler): Check CUA property.
34344 (cua--init-keymaps): Don't remap undo commands.
34345 (cua-mode): Don't call cua--rectangle-on-off.
34346
34347 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34348 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34349 (cua--rect-undo-set-point): New var.
34350 (cua--rectangle-undo-boundary): Setup undo apply entry.
34351 (cua--rect-undo-handler): New function for rectangle undo.
34352 (cua--rect-start-position, cua--rect-end-position): Add.
34353 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34354 for restored rectangle. Set point if cua--rect-undo-set-point.
34355
34356 2005-02-06 Jay Belanger <belanger@truman.edu>
34357
34358 * calc/calc-lang.el (calc-tex-language): Display more information
34359 in messages.
34360
34361 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34362 in TeX mode.
34363
34364 2005-02-06 Richard M. Stallman <rms@gnu.org>
34365
34366 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34367
34368 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34369
34370 * net/ldap.el (ldap-search-internal): Support attributes with
34371 optional descriptions separated by a semi-colon, as in
34372 "userCertificate;binary".
34373
34374 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34375
34376 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34377 isn't a cons (i.e. the version is 0).
34378
34379 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34380
34381 * help.el (help-for-help): Doc fix.
34382
34383 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34384
34385 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34386 GDB-Windows on the menu-bar as this works better.
34387
34388 2005-02-04 Jay Belanger <belanger@truman.edu>
34389
34390 * calc/calc-embed.el (calc-embedded-update): Don't put in
34391 unnecessary newlines. Adjust the end of formula marker.
34392
34393 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34394 (math-latex-parse-two-args): New function.
34395
34396 2005-02-03 Lute Kamstra <lute@gnu.org>
34397
34398 * help-fns.el (help-with-tutorial): Make sure that users cannot
34399 remove the entire text of the tutorial by means of `undo'.
34400
34401 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34402
34403 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34404 in recent changes, where the ispell process was repeatedly
34405 killed & restarted.
34406
34407 * international/mule-cmds.el (set-locale-environment): Set file-name
34408 coding system to utf-8 on Darwin systems.
34409 (set-default-coding-systems): Don't set default-file-name-coding-system
34410 on Darwin systems.
34411
34412 2005-02-03 Richard M. Stallman <rms@gnu.org>
34413
34414 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34415
34416 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34417
34418 * faces.el (list-faces-display): Add optional argument.
34419
34420 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34421
34422 * font-core.el (font-lock-default-function): Handle the rare case where
34423 only font-lock-keywords is set.
34424
34425 2005-02-02 Kenichi Handa <handa@m17n.org>
34426
34427 * international/characters.el: Cancel previous change for
34428 I-WITH-DOT-ABOVE and DOTLESS-i.
34429
34430 * international/latin-5.el: Cancel previous change.
34431
34432 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34433
34434 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34435
34436 2005-02-02 Kenichi Handa <handa@m17n.org>
34437
34438 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34439 DOTLESS-i.
34440
34441 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34442 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34443
34444 * case-table.el (get-upcase-table): New function.
34445 (copy-case-table): Copy upcaes table too if non-nil.
34446 (set-case-syntax-delims): Maintain upcase table too.
34447 (set-case-syntax-pair): Likewise.
34448 (set-upcase-syntax, set-downcase-syntax): New functions.
34449 (set-case-syntax): Maintain upcase table too.
34450
34451 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34452
34453 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34454
34455 * progmodes/gud.el (gud-goto-info): New function.
34456 (gud-tool-bar-map): Use correct icon.
34457
34458 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34459
34460 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34461 When delegating, order args in the funcall correctly.
34462
34463 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34464
34465 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34466
34467 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34468
34469 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34470 buffer not visiting a file.
34471
34472 2005-01-31 Jay Belanger <belanger@truman.edu>
34473
34474 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34475 bound on the line with the formula.
34476
34477 2005-01-31 Kim F. Storm <storm@cua.dk>
34478
34479 * ses.el (ses-create-cell-variable-range)
34480 (ses-destroy-cell-variable-range, ses-reset-header-string)
34481 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34482 (ses-insert-row): Fix format of apply undo entries.
34483
34484 2005-01-31 Jay Belanger <belanger@truman.edu>
34485
34486 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34487 parts.
34488
34489 * calc/calc-embed.el (calc-embedded-open-formula)
34490 (calc-embedded-close-formula): Ignore matrix environments.
34491
34492 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34493 TeX mode.
34494
34495 * calc/calc-lang.el (math-function-table, math-oper-table)
34496 (math-variable-table): Adjust the LaTeX portions.
34497
34498 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34499 (math-latex-ignore-words): New constant.
34500
34501 2005-01-31 Richard M. Stallman <rms@gnu.org>
34502
34503 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34504 (ispell-local-dictionary): Doc fix.
34505 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34506 Don't reinitialize at run time. Don't defcustom.
34507 All uses changed to append ispell-local-dictionary-alist,
34508 or check it first.
34509 (ispell-current-dictionary): New variable for dictionary in use.
34510 (ispell-dictionary): Now used only for global default.
34511 (ispell-start-process): Set ispell-current-dictionary,
34512 not ispell-dictionary.
34513 (ispell-change-dictionary): Use this only for setting
34514 user preferences.
34515 (ispell-internal-change-dictionary): New function
34516 to change the current dictionary in use.
34517 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34518 Use ispell-current-dictionary.
34519 Handle ispell-local-dictionary-overridden.
34520 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34521
34522 2005-01-31 Jay Belanger <belanger@truman.edu>
34523
34524 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34525
34526 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34527 (calc-mode-map): Add calc-latex-language.
34528
34529 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34530 (math-latex-print-frac): New functions.
34531 (math-oper-table, math-function-table, math-variable-table)
34532 (math-complex-format, math-input-filter): Add latex properties.
34533 (calc-set-language): Set math-expr-special-function-mapping.
34534
34535 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34536 (calc-write-parse-table-part): Add LaTeX support.
34537
34538 * calc/calc.el (calc-language): Adjust docstring.
34539 (calc-set-mode-line): Add LaTeX support.
34540 (math-expr-special-function-mapping): New variable.
34541 (math-tex-ignore-words): Add to list.
34542
34543 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34544 Add LaTeX support.
34545 (math-compose-expr): Add support for special functions.
34546
34547 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34548
34549 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34550
34551 * progmodes/gdb-ui.el (gdb-memory-address)
34552 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34553 (gdb-memory-mode-map, gdb-memory-format-keymap)
34554 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34555 (gdb-memory-unit-menu): New variables for a buffer
34556 that lets the user examine program memory.
34557 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34558 (gdb-memory-format-binary, gdb-memory-format-octal)
34559 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34560 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34561 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34562 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34563 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34564 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34565 (gdb-memory-mode, gdb-memory-buffer-name)
34566 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34567 New functions for above buffer.
34568
34569 2005-01-30 Richard M. Stallman <rms@gnu.org>
34570
34571 * cus-edit.el (custom-bury-buffer): Function deleted.
34572 (custom-buffer-done-function): Option deleted.
34573 (custom-buffer-done-kill): New replacement option.
34574 (Custom-buffer-done): Call quit-window.
34575 (custom-buffer-create-internal): Update for above changes.
34576
34577 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34578
34579 * simple.el (undo-ask-before-discard): New var.
34580 (undo-outer-limit-truncate): Implement it.
34581 (undo-extra-outer-limit): Doc update.
34582
34583 2005-01-29 Richard M. Stallman <rms@gnu.org>
34584
34585 * ses.el (undo-more): Delete defadvice.
34586 (ses-begin-change): Doc fix.
34587
34588 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34589 instead of rebinding C-x u and C-_.
34590
34591 * files.el (normal-backup-enable-predicate): Return nil for files
34592 in /tmp, regardless of temporary-file-directory.
34593
34594 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34595
34596 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34597 (open-rectangle, delete-whitespace-rectangle-line)
34598 (clear-rectangle-line): If FILL, pass t instead of FILL
34599 for move-to-column's 2nd arg.
34600
34601 * simple.el (undo): Fix the test for continuing a series of undos.
34602 (undo-more): Set pending-undo-list to t when we reach end.
34603 (pending-undo-list): Move up defvar.
34604
34605 * wid-edit.el (widget-button-click):
34606 Shorten the range of the track-mouse binding.
34607
34608 * comint.el (comint-insert-input): Undo previous changes;
34609 use last-input-event in interactive spec.
34610
34611 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34612
34613 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34614 to nil before invoking call-process. Reset buffer's modified flag
34615 after fontifying it in the no-async branch.
34616
34617 * wid-edit.el (widget-specify-button): If mouse pointer shape
34618 cannot be changed, use mouse face instead.
34619
34620 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34621
34622 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34623 (gdb-goto-breakpoint): Make breakpoint handling work on template
34624 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34625 (gdb-assembler-custom): Update to recognize breakpoint information
34626 added on 2005-01-19.
34627
34628 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34629
34630 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34631 (dsssl-mode): Use define-derived-mode.
34632 (scheme-mode-initialize): Remove.
34633 (scheme-mode): Use run-mode-hooks.
34634
34635 * cus-edit.el (customize-group-other-window)
34636 (custom-buffer-create-other-window): Don't override special-display-*.
34637 (custom-mode-map): Make it dense.
34638
34639 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34640 sets the default value.
34641
34642 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34643
34644 * descr-text.el: Add more keywords.
34645
34646 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34647
34648 * speedbar.el: Avoid unnecessary use of locate-library.
34649
34650 * international/mule-cmds.el (standard-display-european-internal):
34651 Don't fiddle with latin-1 non-break space any more since it's now
34652 special cased in the C code.
34653 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34654
34655 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34656
34657 * cus-start.el (all): Add `undo-outer-limit'.
34658
34659 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34660
34661 * textmodes/bibtex.el (bibtex-format-entry):
34662 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34663 field lines.
34664 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34665 not on part of a buffer.
34666
34667 2005-01-25 Lute Kamstra <lute@gnu.org>
34668
34669 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34670 nonempty field text strings like "{letters\\macro{}more letters}".
34671 Clarify docstring.
34672 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34673 (bibtex-entry-offset, bibtex-parse-association)
34674 (bibtex-parse-field-name): Fix typos in docstrings.
34675 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34676
34677 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34678
34679 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34680 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34681 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34682 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34683
34684 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34685 isearch minor mode.
34686
34687 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34688
34689 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34690
34691 2005-01-24 Lute Kamstra <lute@gnu.org>
34692
34693 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34694 CASECHARS and NOT-CASECHARS regular expressions of the
34695 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34696 striding over charsets" error.
34697
34698 2005-01-24 Jay Belanger <belanger@truman.edu>
34699
34700 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34701 display variable name.
34702
34703 2005-01-24 Kenichi Handa <handa@m17n.org>
34704
34705 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34706 Fix setting of the element of encoded-kbd-iso2022-invocations.
34707
34708 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34709
34710 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34711 (gdb-threads-select): Change to also accept mouse events.
34712 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34713 (gdb-threads-mouse-select): Delete.
34714
34715 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34716
34717 * files.el (insert-directory): Take care of empty directory,
34718 listed without -a switch.
34719
34720 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34721
34722 * textmodes/refill.el (refill-post-command-function):
34723 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34724 to the list of functions that we should be careful not to undo.
34725 (refill-late-fill-paragraph-function): Remove.
34726 (refill-saved-state): New var.
34727 (refill-mode): Use it to save fill-paragraph-function.
34728 Save also the value of auto-fill-function.
34729
34730 * term/w32-win.el: Simplify code.
34731
34732 2005-01-23 Kim F. Storm <storm@cua.dk>
34733
34734 * simple.el (line-move): Adapt to new return value from
34735 pos-visible-in-window-p.
34736
34737 * simple.el (line-move): Fix last change. Check partial
34738 visibility at point rather than at window-start.
34739
34740 2005-01-22 Jason Rumney <jasonr@gnu.org>
34741
34742 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34743
34744 2005-01-22 David Kastrup <dak@gnu.org>
34745
34746 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34747
34748 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34749
34750 * type-break.el (type-break-mode): Add a test for
34751 type-break-file-name being non-nil.
34752
34753 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34754
34755 * net/eudc.el (top level): Call (message "") via progn, so that
34756 eudc-options-file is loaded.
34757
34758 2005-01-22 Kim F. Storm <storm@cua.dk>
34759
34760 * simple.el (line-move-1): Rename from line-move.
34761 (line-move): New function that adjusts vscroll for partially
34762 visible rows, and calls line-move-1 otherwise.
34763
34764 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34765
34766 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34767 since it's not a complete read-event implementation.
34768
34769 2005-01-20 Jay Belanger <belanger@truman.edu>
34770
34771 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34772 for called function.
34773
34774 2005-01-20 Steven Tamm <steventamm@mac.com>
34775
34776 * term/mac-win.el (process-connection-type): Remove.
34777 Controlled now by s/darwin.h:PTY_ITERATION.
34778
34779 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34780
34781 * window.el (handle-select-window): Don't switch window when we're
34782 in the minibuffer.
34783
34784 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34785
34786 * subr.el (dotimes-with-progress-reporter): New macro.
34787
34788 * ses.el (ses-dotimes-msg): Remove macro.
34789 Use `dotimes-with-progress-reporter' instead.
34790
34791 2005-01-19 Steven Tamm <steventamm@mac.com>
34792
34793 * term/mac-win.el (process-connection-type): Use new
34794 operating-system-release variable to use ptys on Darwin 7 (OS X
34795 10.3) when using carbon build.
34796
34797 2005-01-19 Jay Belanger <belanger@truman.edu>
34798
34799 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34800 flags if the last command was a tab or M-tab.
34801
34802 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34803 in formula editing buffer.
34804
34805 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34806
34807 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34808 breakpoint image symbol in margin.
34809
34810 2005-01-19 Jay Belanger <belanger@truman.edu>
34811
34812 * calc/calc-prog.el (calc-execute-kbd-macro):
34813 Ignore calc-keep-arg-flag.
34814
34815 2005-01-19 Kenichi Handa <handa@m17n.org>
34816
34817 * textmodes/ispell.el (ispell-looking-at): New function.
34818 (ispell-process-line): Use ispell-looking-at to compare the ispell
34819 output and the buffer contents.
34820
34821 2005-01-18 Jay Belanger <belanger@truman.edu>
34822
34823 * calc/calc.el (calc-display-raw): Fix docstring.
34824
34825 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34826
34827 * simple.el (blink-matching-open): Strip extra info from syntax.
34828
34829 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34830 funny chars in the end-of-here-doc marker.
34831
34832 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34833
34834 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34835 that enable/disabled state of breakpoints is shown correctly in
34836 fringe and on ttys.
34837 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34838 Add breakpoint information as text properties.
34839 (gdb-mouse-toggle-breakpoint):
34840 Rename to gdb-mouse-set-clear-breakpoint.
34841 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34842 breakpoints in the margin.
34843 (gdb-remove-strings): Simplify.
34844
34845 2005-01-17 Jay Belanger <belanger@truman.edu>
34846
34847 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34848 erasing buffer.
34849
34850 2005-01-17 Richard M. Stallman <rms@gnu.org>
34851
34852 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34853 for calling grep-compute-defaults.
34854
34855 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34856 if buffer is empty.
34857
34858 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34859
34860 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34861
34862 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34863
34864 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34865 non-preloaded variables.
34866
34867 2005-01-17 Steven Tamm <steventamm@mac.com>
34868
34869 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34870 tex-shell cause to force interactivity when using pipes.
34871
34872 2005-01-17 Kim F. Storm <storm@cua.dk>
34873
34874 * simple.el (just-one-space): Make arg optional.
34875
34876 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34877
34878 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34879 posn-at-x-y to t to access left-margin.
34880
34881 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34882
34883 Sync with Tramp 2.0.47.
34884
34885 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34886 catching keep-date problems in cp/scp operations.
34887 (tramp-handle-copy-file): Don't call `set-file-modes'
34888 unconditionally. Specialized functions should know better what is
34889 necessary. This improves performance a little bit, and the
34890 functions could catch errors with `cp -p' and `scp -p'.
34891 (tramp-do-copy-or-rename-file-via-buffer)
34892 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34893 when appropriate.
34894 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34895 Call `set-file-modes' when appropriate.
34896 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34897 Johnsson <isak@hypergene.com>.
34898 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34899 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34900 <joakim@verona.se>.
34901 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34902 Emacs only.
34903
34904 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34905 `find-file-hooks' and `dired-mode-hook'.
34906 (tramp-minor-mode-map): Respective map. Add remapping for
34907 `compile' and `recompile'.
34908 (tramp-remap-command, tramp-recompile): New defuns.
34909 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34910 in buffer "*Compilation*". Call the commands asynchronously.
34911
34912 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34913 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34914 `shell-command', because it isn't magic in XEmacs. Reported by
34915 Adrian Aichner <adrian@xemacs.org>.
34916
34917 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34918 `substitute-in-file-name.
34919 (tramp-smb-handle-substitute-in-file-name): New defun.
34920 (tramp-smb-advice-PC-do-completion): Delete advice.
34921
34922 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34923
34924 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34925 Fix error in deleting region.
34926
34927 2005-01-15 Richard M. Stallman <rms@gnu.org>
34928
34929 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34930 In non-temp buffer, switch syntax table temporarily.
34931
34932 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34933
34934 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34935
34936 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34937
34938 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34939 (imenu--generic-function): Use START, not BEG, as pos of definition.
34940
34941 * simple.el (just-one-space): Argument specifies number of spaces.
34942
34943 * simple.el (eval-expression-print-format): Avoid warning
34944 about edebug-active.
34945
34946 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34947
34948 * progmodes/sh-script.el: Code copied from make-mode.el
34949 with small changes,
34950 (sh-mode-map): Bind C-c C-\.
34951 (sh-backslash-column, sh-backslash-align): New variables.
34952 (sh-backslash-region, sh-append-backslash): New functions.
34953
34954 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34955
34956 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34957 (rmail-pop-password, rmail-pop-password-required): Move to
34958 rmail-obsolete group.
34959 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34960 All callers updated.
34961 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34962 Take an argument specifying whether it is POP or IMAP mailbox we
34963 are using. All callers updated.
34964 (rmail-pop-password-error): Rename to
34965 rmail-remote-password-error. Added mailutils-specific error message.
34966 (rmail-movemail-search-path)
34967 (rmail-movemail-variant-in-use): New variables.
34968 (rmail-remote-password, rmail-remote-password-required):
34969 New customization variables.
34970 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34971 (rmail-parse-url): New function.
34972 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34973 with GNU mailutils movemail.
34974
34975 2005-01-15 Kevin Ryde <user42@zip.com.au>
34976
34977 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34978 suffix to space, $ or '$, to correctly position point when going
34979 to @table style constants like DBL_MAX.
34980
34981 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34982
34983 * type-break.el (type-break-mode, type-break-file-time)
34984 (type-break-file-keystroke-count, type-break-choose-file):
34985 Don't store data in or load data from the file if type-break-file-name
34986 is nil.
34987 (type-break-file-name): Doc update as per the above.
34988
34989 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34990
34991 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34992 lookup-key might return nil; handle that.
34993
34994 2005-01-15 Alan Mackenzie <acm@muc.de>
34995
34996 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34997 rather than the element found, thus enabling the tree to be setcar'd.
34998
34999 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35000
35001 * textmodes/org.el (org-show-following-heading): New option.
35002 (org-show-hierarchy-above): Use `org-show-following-heading'.
35003 (org-cycle): Documentation fix.
35004
35005 * textmodes/org.el (orgtbl-optimized): New option
35006 (orgtbl-mode): New command, a minor mode.
35007 (orgtbl-mode-map): New variable.
35008 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35009 (orgtbl-error, orgtbl-self-insert-command)
35010 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35011
35012 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35013 a local variable in each org-mode buffer.
35014
35015 * textmodes/org.el (org-set-regexps-and-options): Rename from
35016 `org-set-regexps'. Added checking for STARTUP keyword.
35017 (org-get-current-options): Add STARTUP options.
35018 (org-table-insert-row): Make mode intelligent about when
35019 realignment is needed.
35020 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35021 New commands.
35022 (org-enable-table-editor): New default value `optimized'.
35023 (org-table-blank-field): Support blanking regions if active.
35024
35025 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35026
35027 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35028 if the year is not given.
35029
35030 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35031 Add new escapes %m and %M, fixed bug with %F by adding
35032 save-match-data.
35033 (reftex-reference): Remove ?. from list of spaces.
35034 (reftex-label-info): Add automatic label prefix recognition.
35035
35036 * textmodes/reftex-index.el (reftex-index-next-phrase):
35037 Add slave parameter to call of `reftex-index-this-phrase'.
35038 (reftex-index-this-phrase): New optional argument.
35039 (reftex-index-region-phrases): Add slave parameter to call of
35040 `reftex-index-this-phrase'.
35041 (reftex-display-index): New argument redo.
35042 (reftex-index-rescan): Add `redo' to arguments of
35043 `reftex-display-index'.
35044 (reftex-index-Rescan, reftex-index-revert)
35045 (reftex-index-switch-index-tag): Add `redo' to arguments of
35046 `reftex-display-index'.
35047 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35048 indexing. Fix bug with matching is there is a quote before or
35049 after the word.
35050
35051 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35052 Fix bug when collecting citation keys in lines with comments.
35053 (reftex-citation): Prefix argument no longer rescans the document,
35054 but forces prompting for optional arguments of cite macros.
35055 (reftex-do-citation): Prompting for optional arguments implemented.
35056
35057 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35058 Add optional arguments to most cite commands.
35059 (reftex-cite-cleanup-optional-args): New option
35060 (reftex-cite-prompt-optional-args): New option.
35061 (reftex-trust-label-prefix): New option.
35062
35063 * textmodes/reftex-toc.el (reftex-toc-find-section):
35064 Add push-mark before changing the position in the buffer.
35065
35066 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35067 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35068
35069 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35070
35071 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35072 more carefully.
35073
35074 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35075
35076 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35077 (sgml-mode): Use it.
35078 (sgml-get-context): Better keep track of implicitly closed tags.
35079
35080 2005-01-13 Kenichi Handa <handa@m17n.org>
35081
35082 * textmodes/ispell.el: These changes are to fix misalignment error
35083 caused by equivalent characters of different Emacs charsets.
35084 (ispell-unified-chars-table): New variable.
35085 (ispell-get-decoded-string): New function.
35086 (ispell-get-casechars, ispell-get-not-casechars)
35087 (ispell-get-otherchars): Call ispell-get-decoded-string.
35088
35089 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35090
35091 * custom.el (custom-declare-variable): Just put symbol instead
35092 of (defvar . symbol) in `current-load-list'.
35093
35094 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35095
35096 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35097
35098 2005-01-12 Jay Belanger <belanger@truman.edu>
35099
35100 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35101 to create a Calc summary.
35102
35103 2005-01-12 Kim F. Storm <storm@cua.dk>
35104
35105 * mouse.el (mouse-on-link-p): Change functionality and doc
35106 string to comply with latest description in lisp ref.
35107
35108 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35109
35110 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35111 Enable mouse clicks on mode-line, header-line and margin.
35112 (event-type): Give mouse event symbols an `event-kind' property
35113 with value `mouse-click'.
35114
35115 2005-01-12 Juri Linkov <juri@jurta.org>
35116
35117 * facemenu.el (list-colors-display): Add new arg buffer-name.
35118 Use it. Fix docstring. Replace code for identifying duplicate
35119 colors by the name with call to `list-colors-duplicates' which
35120 identifies duplicate colors by the value unless the color
35121 is one of special Windows colors. Set truncate-lines to t.
35122 Print sorted duplicate color names on each line. Indent to 22
35123 \(the longest color name in rgb.txt) instead of 20. Optimize.
35124 (list-colors-duplicates): New function.
35125 (facemenu-color-name-equal): Delete function.
35126
35127 * facemenu.el (list-colors-print): New function created from code
35128 in list-colors-display. Print #RRGGBB at the window right edge.
35129 (list-colors-display): When temp-buffer-show-function is not
35130 defined, call list-colors-print from temp-buffer-show-hook
35131 to get the right value of window-width in list-colors-print
35132 after the buffer is displayed.
35133
35134 * simple.el (pop-mark): Move deactivate-mark out of conditional
35135 part to deactivate the active mark regardless of the state of the
35136 mark ring.
35137
35138 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35139 variables line in desktop files.
35140
35141 2005-01-12 Juri Linkov <juri@jurta.org>
35142
35143 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35144 Bring together isearch highlight related options.
35145 (lazy-highlight): Replace group `replace' by `matching'.
35146 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35147 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35148 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35149 and declare them obsolete.
35150 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35151 (isearch-faces): Remove defgroup.
35152 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35153 Move isearch highlighting code closer to lazy highlighting code.
35154
35155 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35156 (query-replace-highlight, query-replace-lazy-highlight)
35157 (query-replace): Move definitions to the beginning of the file.
35158
35159 2005-01-11 Juri Linkov <juri@jurta.org>
35160
35161 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35162 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35163 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35164
35165 * info.el (Info-history-forward): New variable.
35166 (Info-select-node): Reset Info-history-forward to nil.
35167 (Info-last): Turn into defalias.
35168 (Info-history-back): Rename from Info-last.
35169 Add current node to Info-history-forward.
35170 (Info-history-forward): New fun.
35171 (Info-mode-map): Replace Info-last by Info-history-back.
35172 Bind Info-history-forward to "r".
35173 (Info-mode-menu): Replace Info-last by Info-history-back.
35174 Fix menu item text. Add menu item for Info-history-forward.
35175 (info-tool-bar-map): Replace Info-last by Info-history-back.
35176 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35177 for Info-history-forward.
35178 (Info-mode): Replace Info-last by Info-history-back in docstring.
35179 Add local variable Info-history-forward.
35180 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35181
35182 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35183
35184 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35185 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35186 Ignore select-window events rather than fiddle with
35187 mouse-autoselect-window.
35188
35189 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35190
35191 * type-break.el (type-break-mode): Fix previous change.
35192
35193 2005-01-10 Jay Belanger <belanger@truman.edu>
35194
35195 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35196 calculator; only reset when point is inside a calculator.
35197 Don't adjust the window height if the window takes up the whole height
35198 of the frame.
35199
35200 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35201
35202 * ebuff-menu.el (Electric-buffer-menu-mode):
35203 Preserve value of buffer-local var header-line-format.
35204
35205 2005-01-09 Jay Belanger <belanger@truman.edu>
35206
35207 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35208 Make sure settings file exists before accessing it.
35209
35210 * calc/calc-embed.el (calc-embedded-subst):
35211 Replace math-multi-subst-rec, which is only supposed to be called
35212 by math-multi-subst, by math-multi-subst.
35213
35214 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35215
35216 * vc.el (vc-allow-async-revert): New user option.
35217 (vc-disable-async-diff): New internal variable.
35218 (vc-revert-buffer): Use them to disable asynchronous diff.
35219
35220 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35221 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35222 asynchronously if vc-disable-async-diff is t.
35223
35224 2005-01-09 Jay Belanger <belanger@truman.edu>
35225
35226 * calc/calc.el (defcalcmodevar): New macro.
35227 (calc-mode-var-list-restore-default-values)
35228 (calc-mode-var-list-restore-saved-values): New functions.
35229 (calc-mode-var-list): Use defcalcmodevar to define it.
35230 (calc-always-load-extensions, calc-line-numbering)
35231 (calc-line-breaking, calc-display-just, calc-display-origin)
35232 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35233 (calc-group-char, calc-point-char, calc-frac-format)
35234 (calc-prefer-frac, calc-hms-format, calc-date-format)
35235 (calc-float-format, calc-full-float-format, calc-complex-format)
35236 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35237 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35238 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35239 (calc-matrix-brackets, calc-language, calc-language-option)
35240 (calc-left-label, calc-right-label, calc-word-size)
35241 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35242 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35243 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35244 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35245 (calc-window-height, calc-display-trail, calc-show-selections)
35246 (calc-use-selections, calc-assoc-selections)
35247 (calc-display-working-message, calc-auto-why, calc-timing)
35248 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35249 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35250 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35251 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35252 (calc-gnuplot-geometry, calc-graph-default-resolution)
35253 (calc-graph-default-resolution-3d, calc-invocation-macro)
35254 (calc-show-banner): Use defcalcmodevar to declare them and set
35255 their default values.
35256
35257 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35258 instead of default values (but restore default values if there is
35259 an argument of 0).
35260
35261 2005-01-09 David Kastrup <dak@gnu.org>
35262
35263 * desktop.el (desktop-restore-eager): Fix typo in type.
35264
35265 2005-01-08 Richard M. Stallman <rms@gnu.org>
35266
35267 * cus-edit.el (customize): Delete :link.
35268
35269 2005-01-08 Jay Belanger <belanger@truman.edu>
35270
35271 * calc/calc.el (calc-mode): Remove the extension from the
35272 `calc-settings-file' file name when loading it.
35273
35274 2005-01-08 Kim F. Storm <storm@cua.dk>
35275
35276 * info.el (Info-mode-map, Info-next-link-keymap)
35277 (Info-prev-link-keymap, Info-up-link-keymap):
35278 Map follow-link to mouse-face.
35279 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35280
35281 2005-01-08 Jay Belanger <belanger@truman.edu>
35282
35283 * calc/calc.el (calc-settings-file): Change default value.
35284 Suggested by cgw in a comment in calc-mode.el.
35285
35286 * calc/calc-mode.el (calc-settings-file-name):
35287 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35288 Replace ~/.emacs in a prompt by calc-settings-file.
35289
35290 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35291
35292 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35293 (desktop-lazy-idle-delay): New customizable variables.
35294 (desktop-buffer-args-list): New variable.
35295 (desktop-append-buffer-args): New function.
35296 (desktop-save): Call desktop-append-buffer-args for some buffers.
35297 (desktop-lazy-create-buffer): New function.
35298 (desktop-idle-create-buffers): New function.
35299 (desktop-read): Add message about buffers to restore lazily.
35300 (desktop-lazy-abort): New command.
35301 (desktop-clear): Call desktop-lazy-abort.
35302 (desktop-lazy-complete): New command.
35303
35304 2005-01-06 Richard M. Stallman <rms@gnu.org>
35305
35306 * emacs-lisp/find-func.el (find-face-definition):
35307 Rename from find-face.
35308
35309 2005-01-06 Kim F. Storm <storm@cua.dk>
35310
35311 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35312
35313 * man.el (Man-xref-man-page, Man-xref-header-file)
35314 (Man-xref-normal-file): Add follow-link property.
35315
35316 2005-01-06 Jay Belanger <belanger@truman.edu>
35317
35318 * calc/calc-units.el: Make sure the proper macro definitions are
35319 available when compiling.
35320
35321 2005-01-06 Juri Linkov <juri@jurta.org>
35322
35323 * isearch.el (isearch-lazy-highlight-update):
35324 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35325
35326 2005-01-06 Miles Bader <miles@gnu.org>
35327
35328 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35329 (isearch-lazy-highlight-face): Use new name.
35330
35331 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35332
35333 * uniquify.el (uniquify-rationalize-file-buffer-names):
35334 Re-add an interactive spec.
35335 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35336 to the same name.
35337
35338 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35339 (isearch-update, isearch-done): Adjust calls accordingly.
35340
35341 2005-01-05 Richard M. Stallman <rms@gnu.org>
35342
35343 * custom.el (custom-set-variables, custom-theme-set-variables):
35344 Clarify documentation.
35345
35346 * emacs-lisp/find-func.el (find-variable)
35347 (find-variable-other-window, find-variable-other-frame):
35348 Fix the TYPE args to find-function-read and find-function-do-it.
35349 (find-function): Doc fix.
35350 (find-function-at-point): Replace function-at-point alias.
35351
35352 2005-01-04 Richard M. Stallman <rms@gnu.org>
35353
35354 * cus-face.el (custom-declare-face):
35355 Record defface in current-load-list.
35356
35357 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35358
35359 * emacs-lisp/find-func.el: Doc fixes.
35360 (find-face-regexp): New variable.
35361 (find-function-regexp-alist): New variable.
35362 (find-function-C-source): Third arg is now TYPE.
35363 (find-function-search-for-symbol): Handle general TYPE.
35364 (find-function-read, find-function-do-it): Handle general TYPE.
35365 (find-definition-noselect, find-face): New functions.
35366 (function-at-point): Alias deleted.
35367
35368 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35369
35370 * battery.el (display-battery-mode): Rename from display-battery.
35371 Handle the case where it gets turned off.
35372
35373 2005-01-04 Richard M. Stallman <rms@gnu.org>
35374
35375 * cus-edit.el (customize): Make :link point to user doc.
35376
35377 * man.el (Man-fontify-manpage): Turn off undo generation.
35378
35379 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35380
35381 2005-01-04 Andreas Schwab <schwab@suse.de>
35382
35383 * files.el (insert-directory): Only look for error lines in
35384 inserted text. Don't move too far after processing --dired markers.
35385
35386 2005-01-04 Richard M. Stallman <rms@gnu.org>
35387
35388 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35389 Don't expand if the character is @, period, dash, etc.
35390 (define-mail-abbrev): Quote names that contain problem characters.
35391
35392 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35393
35394 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35395
35396 2005-01-03 Richard M. Stallman <rms@gnu.org>
35397
35398 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35399 (query-replace-highlight, query-replace-lazy-highlight)
35400 (query-replace): Definitions moved up. Doc fix.
35401
35402 2005-01-03 Richard M. Stallman <rms@gnu.org>
35403
35404 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35405 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35406 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35407 (lazy-highlight-face): Rename from isearch-lazy-...
35408 Change all references to them.
35409
35410 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35411
35412 * cus-edit.el (custom-file): Doc fix for defcustom.
35413 (custom-file): The function no longer sets the variable
35414 `custom-file' to its return value.
35415
35416 * startup.el (command-line): No longer load `custom-file'.
35417
35418 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35419
35420 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35421
35422 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35423 Don't confuse module-prefixed identifiers for labels.
35424 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35425
35426 2005-01-02 Richard M. Stallman <rms@gnu.org>
35427
35428 * files.el (basic-save-buffer-1): Fix previous change.
35429
35430 * loadhist.el (file-loadhist-lookup): New function.
35431 (file-provides, file-requires): Use it.
35432
35433 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35434 instead of calculating the right size.
35435
35436 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35437
35438 * vc-svn.el (vc-svn-diff): Stay local if possible.
35439
35440 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35441
35442 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35443
35444 * files.el (hack-local-variables): Fix last change.
35445
35446 2005-01-02 Jay Belanger <belanger@truman.edu>
35447
35448 * calc/calc-yank.el (calc-edit-top): New variable.
35449 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35450 object. Change header properties.
35451 (calc-edit-finish, calc-edit-finish-stack-object)
35452 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35453 edited object.
35454 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35455 for the beginning of the edited object.
35456 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35457 for the beginning of the edited object.
35458 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35459 (calc-finish-formula-edit, calc-macro-repeats)
35460 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35461 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35462 beginning of the edited object.
35463 (calc-user-define-edit): Change the header for editing macros.
35464 Remove unnecessary variable.
35465
35466 2005-01-01 Jay Belanger <belanger@truman.edu>
35467
35468 * calc/calc-yank.el (calc-edit-mode): Change default header.
35469 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35470 * calc/calc-store.el (calc-edit-variable): Change title to match new
35471 header.
35472 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35473 mode to match new header.
35474 (calc-user-define-edit): Change titles to include names of commands.
35475 (calc-finish-formula-edit): Adjust to handle new header.
35476 (calc-finish-macro-edit): Remove.
35477 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35478 (calc-edit-macro-command, calc-edit-macro-command-type)
35479 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35480 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35481 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35482 (calc-edit-macro-finish-edit): New functions.
35483 (calc-user-define-edit): Use new functions to edit named calc macros.
35484
35485 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35486
35487 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35488
35489 * ses.el (copy-region-as-kill): Deactivate mark.
35490
35491 2005-01-01 Richard M. Stallman <rms@gnu.org>
35492
35493 * replace.el (occur-1): If the output buffer is also an input,
35494 don't kill it, rename it.
35495
35496 * faces.el (set-face-background, set-face-foreground): Doc fix.
35497
35498 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35499 for :foreground and :background.
35500
35501 * dired.el (dired-view-command-alist): Variable deleted.
35502 (dired-view-file, dired-mouse-find-file-other-window):
35503 Delete the code to use it.
35504
35505 2005-01-01 Kim F. Storm <storm@cua.dk>
35506
35507 * image.el (insert-sliced-image): Use t for line-height property.
35508
35509 See ChangeLog.11 for earlier changes.
35510
35511 ;; Local Variables:
35512 ;; coding: iso-2022-7bit
35513 ;; add-log-time-zone-rule: t
35514 ;; End:
35515
35516 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35517
35518 This file is part of GNU Emacs.
35519
35520 GNU Emacs is free software; you can redistribute it and/or modify
35521 it under the terms of the GNU General Public License as published by
35522 the Free Software Foundation; either version 3, or (at your option)
35523 any later version.
35524
35525 GNU Emacs is distributed in the hope that it will be useful,
35526 but WITHOUT ANY WARRANTY; without even the implied warranty of
35527 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35528 GNU General Public License for more details.
35529
35530 You should have received a copy of the GNU General Public License
35531 along with GNU Emacs; see the file COPYING. If not, write to the
35532 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35533 Boston, MA 02110-1301, USA.
35534
35535 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1