]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4
5 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6
7 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
8
9 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
10
11 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
12 (gud-gdb): New function for old M-x gdb (text command mode).
13 (gud-gdb-command-name, gdb): Move to...
14
15 * progmodes/gdb-ui.el: ...here and adapt doc string.
16 (gud-gdba-command-name, gdba): Delete.
17
18 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
19
20 * bs.el: Don't defvar `font-lock-verbose'.
21 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
22 (bs--get-file-name): Fix typos in docstrings.
23 (bs--show-header): Use `dolist' instead of `mapcar'.
24 (bs-mode): Set `show-trailing-whitespace' to nil.
25 (bs-buffer-sort-function, bs-mouse-select-other-frame)
26 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
27 Doc fixes.
28
29 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
30
31 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
32
33 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
34
35 * progmodes/gud.el (gdb): Make graphical mode the default and
36 switch to text command mode if appropriate, i.e., reverse previous
37 arrangement.
38 (gud-gdb-marker-filter): Adapt for above change.
39
40 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
41 gud-minor-mode and gud-marker-filter.
42 (gdb-fullname-regexp): New variable.
43 (gud-gdba-marker-filter): Use it to switch to text command
44 mode if appropriate.
45
46 2007-10-02 Richard Stallman <rms@gnu.org>
47
48 * frame.el (cursor-in-non-selected-windows): Doc fix.
49
50 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
51
52 * progmodes/gud.el (gud-display-line): Find source buffer even when
53 GUD buffer has its own frame.
54
55 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
56
57 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
58
59 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
60
61 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
62
63 2007-09-29 Martin Rudalics <rudalics@gmx.at>
64
65 * allout.el (allout-before-change-handler): Replace got-char by
66 goto-char.
67
68 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
71 Used to try and automatically enabled smerge-mode in the presence of
72 conflicts and to call `svn resolved' when the conflicts are gone.
73 (vc-svn-parse-status): Remember the svn-specific status.
74
75 * newcomment.el (comment-choose-indent): New function extracted
76 from comment-indent. Improve the alignment algorithm.
77 (comment-indent): Use it.
78
79 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
80
81 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
82 (eldoc-message-commands, eldoc-current-idle-delay):
83 Fix typos in docstrings.
84
85 * progmodes/python.el (python-eldoc-function): Doc fix.
86
87 2007-09-26 Eli Zaretskii <eliz@gnu.org>
88
89 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
90 menu-bar-apropos-menu. All users changed.
91 (menu-bar-help-menu): Change menu symbols to better match the text
92 displayed by the menu.
93
94 2007-09-25 Glenn Morris <rgm@gnu.org>
95
96 * view.el (view-search-no-match-lines): Add a doc string.
97 Rewrite to simplify and work better.
98
99 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
100
101 * net/tramp.el (tramp-completion-mode-p): Rename from
102 `tramp-completion-mode'. Revert logic, check `return', `newline'
103 and such alike. Packages like Icicles tend to use other completion
104 characters but `tab' and `space' only.
105 (top): Require cl.el, when `copy-tree' is not available otherwise.
106
107 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
108 `ad-get-arg'.
109
110 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
111
112 * net/tramp-vc.el (tramp-vc-user-login-name):
113 Use `vc-find-version' instead of `process-file' to check whether we
114 have a new enough vc that doesn't need the defadvice.
115
116 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
117
118 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
119 #, @, : and ^.
120
121 2007-09-23 Glenn Morris <rgm@gnu.org>
122
123 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
124
125 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
126
127 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
128
129 * log-view.el (log-view-mode-map): Likewise.
130
131 * diff-mode.el (diff-mode-shared-map): Likewise.
132
133 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
134
135 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
136 add inferior-octave-directory-tracker to the buffer-local value
137 of comint-input-filter-functions.
138
139 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
140
141 * files.el (file-name-sans-versions): Also allow `A-Z'.
142
143 * vc.el: Mention all supported VC backends.
144
145 2007-09-22 Richard Stallman <rms@gnu.org>
146
147 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
148 neighbouring buttons.
149
150 2007-09-22 Andreas Schwab <schwab@suse.de>
151
152 * files.el (file-name-sans-versions): Also allow `_'.
153
154 2007-09-22 Glenn Morris <rgm@gnu.org>
155
156 * eshell/esh-mode.el (eshell-output-filter-functions):
157 Add eshell-postoutput-scroll-to-bottom.
158
159 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
160
161 * files.el (file-name-sans-versions): Allow - and a-z in version names.
162
163 * log-view.el (log-view-mode-map, log-view-mode-menu):
164 Bind log-view-annotate-version.
165 (log-view-beginning-of-defun, log-view-end-of-defun)
166 (log-view-annotate-version): New functions.
167 (log-view-mode): Use log-view-beginning-of-defun and
168 log-view-end-of-defun.
169
170 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
173
174 2007-09-21 Kevin Ryde <user42@zip.com.au>
175
176 * international/mule.el (sgml-html-meta-auto-coding-function):
177 Bind `case-fold-search' to t.
178
179 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
182 neighbouring buttons.
183
184 * progmodes/compile.el (compilation-error-regexp-alist-alist):
185 Recognize gcc's use of "note" for informational messages.
186
187 2007-09-20 Glenn Morris <rgm@gnu.org>
188
189 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
190 motion functions, rather than hard-coding "\n\n".
191 (tex-validate-region): Check for eobp, to speed up.
192 (tex-next-unmatched-end): Doc fix.
193
194 2007-09-19 Glenn Morris <rgm@gnu.org>
195
196 * textmodes/tex-mode.el (tex-terminate-paragraph):
197 Use backward-paragraph.
198
199 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
202 (css-mode): Update correspondingly.
203
204 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
207
208 * vc-hooks.el (vc-menu-entry): New var.
209 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
210 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
211 (vc-menu-map): Declare and initialize in one step.
212
213 * menu-bar.el (vc-menu-map): Don't setup any more.
214 Instead, just create the proper spot in the menu.
215
216 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
217 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * vc.el: Document new VC operation `extra-menu'.
220
221 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
222
223 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
224
225 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
226 Signed-off-by, Acked-by and Merge.
227
228 2007-09-17 Glenn Morris <rgm@gnu.org>
229
230 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
231 filename from `--file-line-error', if it is available.
232
233 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
234
235 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
236 TeX `--file-line-error' format.
237
238 2007-09-17 Glenn Morris <rgm@gnu.org>
239
240 * textmodes/tex-mode.el (tex-region): Simplify previous change,
241 handling the case where the region is not in `tex-main-file'.
242 (tex-region-1): Delete.
243 (tex-region-header): New function, doing the header part of the
244 old tex-region-1.
245
246 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * ediff-init.el (ediff-verbose-p): This var is not a constant.
249
250 2007-09-16 Drew Adams <drew.adams@oracle.com>
251
252 * cus-edit (custom-face-edit-activate): Doc fix.
253
254 2007-09-16 Glenn Morris <rgm@gnu.org>
255
256 * textmodes/tex-mode.el (tex-region): Handle the case where the
257 region is not in `tex-main-file'. Move the old code that applies
258 to both cases...
259 (tex-region-1): ...to this new function.
260
261 2007-09-15 Martin Rudalics <rudalics@gmx.at>
262
263 * simple.el (blink-matching-open): Don't display message when no
264 paren is found within blink-matching-paren-distance characters.
265 Don't search prompt in blink-matching-paren-distance nil case.
266
267 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
268
269 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
270
271 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * vc-mtn.el: New file.
274
275 * vc-hooks.el (vc-handled-backends): Add Mtn.
276
277 2007-09-13 Eli Zaretskii <eliz@gnu.org>
278
279 * files.el (find-file, find-file-other-window)
280 (find-file-other-frame, find-file-existing, find-file-read-only)
281 (find-file-read-only-other-window)
282 (find-file-read-only-other-frame)
283 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
284
285 2007-09-13 Jari Aalto <jari.aalto@cante.net>
286
287 * man.el (Man-default-man-entry): At end of line, continue looking
288 to the next line for possible end of hyphenated command.
289
290 2007-09-13 Chris Moore <dooglus@gmail.com>
291
292 * shell.el (shell-resync-dirs): Don't move the cursor relative to
293 the command being edited.
294
295 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
296
297 * progmodes/gud.el (gdb-ready): New variable.
298 (gdb): Set it to nil. Set gud-running to nil here...
299 (gud-common-init): ...instead of here.
300
301 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
302 Use gdb-ready. Discard input until GDB is ready to accept it.
303
304 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
305
306 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
307 C-M-S- keys.
308
309 2007-09-12 Martin Rudalics <rudalics@gmx.at>
310
311 * dired.el (dired-warning): Inherit from font-lock-warning-face to
312 make it show up with eight colors.
313
314 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
317 diffs are concatenated with no intervening line.
318
319 2007-09-10 Dave Love <fx@gnu.org>
320
321 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
322 (python-font-lock-keywords): Update to the 2.5 version of the language.
323 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
324 (python-backspace): Only behave funny in code.
325 (python-compilation-regexp-alist): Add PDB stack trace regexp.
326 (inferior-python-mode): Add PDB prompt regexp.
327 (python-fill-paragraph): Refine the fenced-string regexp.
328 (python-find-imports): Handle imports spanning several lines.
329 (python-mode): Add `class' to hideshow support.
330
331 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
334 add-log-buffer-file-name-function rather than bind buffer-file-name,
335 so we dont end up calling change-log-mode in *cvs* when `fi' is the
336 ChangeLog file itself.
337
338 * outline.el (outline-flag-region): Use front-advance.
339
340 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
341
342 * progmodes/cperl-mode.el: Merge upstream 5.23.
343 (cperl-where-am-i): Remove function.
344 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
345 (cperl-sniff-for-indent): De-invert [string] and [comment].
346 When looking for label, skip s:m:y:tr.
347 (cperl-indent-line): Likewise.
348 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
349 (cperl-windowed-init): Wrong `ps-print' handling.
350 Both thanks to Chong Yidong.
351 (cperl-look-at-leading-count): Could fail with unfinished RExen.
352 (cperl-find-pods-heres): If the second part of s()[] is missing,
353 don't try to highlight delimiters...
354
355 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * progmodes/compile.el (compilation-get-file-structure): Complete last
358 change by also using spec-directory in the puthash.
359
360 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
361
362 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
363 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
364 (vc-bzr-status): Fix shadowing of variable 'status'.
365 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
366 Use `expand-file-name' instead of `concat'.
367 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
368 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
369
370 2007-09-05 Jason Rumney <jasonr@gnu.org>
371
372 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
373
374 2007-09-02 Richard Stallman <rms@gnu.org>
375
376 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
377 Add `safe-local-variable' property.
378 (lisp-body-indent): Likewise.
379
380 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
381
382 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
383 prev/next-node.
384
385 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
386 (x-gtk-map-stock): New function.
387
388 2007-09-02 Glenn Morris <rgm@gnu.org>
389
390 * comint.el (comint-mode): Don't set scroll-conservatively.
391
392 * eshell/em-unix.el (eshell/time): Stringify and flatten the
393 non-command arguments.
394
395 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
396
397 * emacs-lisp/bytecomp.el (byte-recompile-directory):
398 Fix bug: Don't expand top-level file name more than once.
399 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
400
401 2007-09-01 Richard Stallman <rms@gnu.org>
402
403 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
404 Add doc string.
405
406 2007-08-30 Richard Stallman <rms@gnu.org>
407
408 * speedbar.el (speedbar-frame-reposition-smartly)
409 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
410 (speedbar-check-vc): Don't use dframe-xemacsp.
411
412 2007-08-30 Martin Rudalics <rudalics@gmx.at>
413
414 * files.el (backup-buffer-copy): Try to overwrite old backup first.
415
416 2007-08-29 Martin Rudalics <rudalics@gmx.at>
417
418 * repeat.el (repeat): Use last-repeatable-command instead of
419 real-last-command. Run pre- and post-command hooks for
420 self-insertion. Update doc-string.
421
422 2007-08-28 Glenn Morris <rgm@gnu.org>
423
424 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
425
426 2007-08-27 Alexandre Julliard <julliard@winehq.org>
427
428 * vc-git.el (vc-git-state): Call git-add --refresh to update the
429 state of the file.
430 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
431 (vc-git-create-repo): Fix invalid command.
432
433 2007-08-27 Richard Stallman <rms@gnu.org>
434
435 * textmodes/flyspell.el (flyspell-mode):
436 Catch errors in flyspell-mode-on.
437
438 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
439
440 * progmodes/modula2.el (m2-definition, m2-module):
441 Don't use previous-line. Reported by T. V. Raman.
442
443 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
444
445 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
446 argument to tool-bar-mode call.
447
448 2007-08-27 Glenn Morris <rgm@gnu.org>
449
450 * diff-mode.el (diff-find-file-name): Only accept regular files,
451 to rule out /dev/null, directories, etc.
452
453 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
454
455 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
456 safe-local-variable setting.
457 * progmodes/perl-mode.el (perl-indent-level): Likewise.
458
459 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
462 of buffers in uniquify-managed.
463
464 * simple.el (invisible-p): Rename from text-invisible-p.
465 Update callers.
466
467 2007-08-25 Alan Mackenzie <acm@muc.de>
468
469 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
470 new language variable.
471
472 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
473 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
474 "extern" etc., rather than BOI. Fix addition of spurious
475 syntactic-symbol 'defun-block-intro, replacing it with
476 'innamespace, etc.
477
478 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
479
480 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
481 Don't behave differently when executed via M-x. Add doc string.
482
483 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
484
485 * files.el (backup-buffer-copy): Don't wrap delete in
486 condition-case, only try to delete if file exists.
487
488 2007-08-24 Glenn Morris <rgm@gnu.org>
489
490 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
491
492 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
495 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
496 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
497 (cperl-etags-goto-tag-location): Use new style backquotes.
498
499 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
500 (dynamic-completion-table): Use it it.
501
502 * net/browse-url.el: Remove spurious * in custom docstrings.
503 (browse-url-filename-alist): Use new-style backquote.
504
505 * emacs-lisp/backquote.el (backquote-unquote-symbol)
506 (backquote-splice-symbol): Clarify they're not new-style unquotes.
507
508 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
509 (\,@): Backslash the , and ,@ which are not new-style unquotes.
510
511 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
512
513 * net/socks.el (socks-username/password-auth-filter):
514 Remove unused vars `state' and `desired-len'.
515 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
516 (socks-wait-for-state-change): Use new-style backquotes.
517
518 * pcvs.el (cvs-mode-status): Fix long-standing typo.
519
520 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
521 backquotes after each `read' rather than once per buffer.
522
523 * dframe.el: Remove spurious * in custom docstrings.
524 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
525 (dframe-xemacs20p): Remove, inline at the sole use point.
526 (defface): Don't defvar the face, don't use old-style backquote.
527 (defcustom): Don't use old-style backquote.
528 (dframe-frame-parameter, dframe-mouse-event-p):
529 Make it obvious that it's always defined.
530 (dframe-popup-kludge): New function to replace
531 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
532 (dframe-frame-mode, dframe-set-timer-internal)
533 (dframe-mouse-set-point): Remove use of with-no-warnings from
534 XEmacs-specific code.
535 (dframe-set-timer-internal): Fix very old bug with
536 post-command-idle-hook.
537
538 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
539
540 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
541
542 * image-mode.el (image-minor-mode): Use image-mode-text-map.
543
544 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
545
546 * sort.el (sort-fold-case, sort-numeric-base): Mark as
547 safe-local-variable.
548
549 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
550
551 * net/browse-url.el (browse-url-emacs): New function.
552
553 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
556 warning if the file uses old style backquotes.
557
558 * emacs-lisp/bytecomp.el (byte-compile-log-file)
559 (byte-recompile-directory, byte-compile-file)
560 (byte-compile-from-buffer): Use with-current-buffer.
561
562 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
563 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
564 (line-move-1, line-move-finish, line-move-to-column)
565 (move-end-of-line, move-beginning-of-line): Use new name.
566
567 2007-08-22 Glenn Morris <rgm@gnu.org>
568
569 * files.el (backup-buffer-copy): Check backup directory is
570 writable, to avoid infloop deleting old backup.
571
572 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
573 movemail related variables.
574 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
575 will now be set before this is called.
576
577 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
580
581 * progmodes/ada-mode.el: Fix up comment style in header.
582 (ada-check-emacs-version): Remove.
583 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
584 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
585 to try and quieten the byte-compiler.
586 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
587
588 * vc.el (vc-annotate-warp-version): Don't use previous-line.
589
590 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
591
592 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
593 extracted from `eval-last-sexp-1'.
594 (eval-last-sexp-1): Call `preceding-sexp'.
595
596 2007-08-19 Glenn Morris <rgm@gnu.org>
597
598 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
599 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
600 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
601 shadow files messing up the compilation.
602
603 2007-08-18 Glenn Morris <rgm@gnu.org>
604
605 * progmodes/scheme.el (scheme-mode-variables):
606 Set font-lock-comment-start-skip.
607
608 2007-08-18 Martin Rudalics <rudalics@gmx.at>
609
610 * progmodes/ada-mode.el (ada-create-syntax-table):
611 Move set-syntax-table from here to ...
612 (ada-mode): ... here. Don't change global value of comment-multi-line.
613 Call new function ada-initialize-syntax-table-properties.
614 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
615 (ada-deactivate-properties, ada-initialize-properties):
616 Replace by new functions ...
617 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
618 (ada-initialize-syntax-table-properties): ... to set up syntax-table
619 properties uniformly, independently from whether font-lock-mode
620 is enabled or not. Handle read-only buffers and do not change
621 undo-list when setting syntax-table properties.
622 (ada-after-change-function): Use ada-set-syntax-table-properties.
623
624 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
625
626 * progmode/cperl-mode.el (cperl-look-at-leading-count)
627 (cperl-find-pods-heres): Fix an error when typing expressions like
628 `s{a}{b}'.
629
630 2007-08-17 Glenn Morris <rgm@gnu.org>
631
632 * progmodes/compile.el (compilation-get-file-structure): Make use
633 of the directory part when checking for an existing entry, to
634 handle files with same basename in different directories.
635
636 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
637
638 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
639 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
640 (ps-paragraph-spacing): Docstring fix.
641
642 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * smerge-mode.el (smerge-resolve): New arg `safe'.
645 (smerge-resolve-all, smerge-batch-resolve): New function.
646 (smerge-refine): Make sure `diff' returns the expected result.
647 (smerge-parsep-re): New const.
648 (smerge-mode): Use it to adjust paragraph-separate.
649
650 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
651 Correctly match / regexp matchers as first char on a line when
652 fontifying only that line.
653
654 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
655
656 2007-08-16 Glenn Morris <rgm@gnu.org>
657
658 * ps-print.el (ps-font-size): Doc fix.
659
660 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * vc-bzr.el: Don't fiddle with vc-handled-backend.
663 (vc-bzr-registered): Don't redundantly protect against
664 file-error. Actually use the format-specific code.
665 (vc-bzr-buffer-nonblank-p): Remove.
666 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
667
668 2007-08-15 Glenn Morris <rgm@gnu.org>
669
670 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
671 sloppier, for the sake of GNU Mailman.
672 (rmail-digest-rfc1153): Initialize `result' correctly.
673
674 2007-08-14 Glenn Morris <rgm@gnu.org>
675
676 * simple.el (bad-packages-alist): New constant.
677 (bad-package-check): New function. Together, these two add
678 elements to `after-load-alist' to check for problematic external
679 packages.
680 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
681
682 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
683
684 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
685 optional quotes around files in NEED-UPDATE . REMOVED case.
686
687 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
688 (ada-treat-cmd-string): Improve error message.
689 (ada-do-file-completion): Call `ada-require-project-file', so
690 project variables are set properly.
691 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
692 (ada-gnatfind-buffer-name): New constant.
693 (ada-find-any-references): Use new constant. Set buffer name
694 properly in compilation-start. Toggle read-only properly.
695 (ada-find-in-src-path): Fix spelling error in docstring.
696
697 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
698 by zero error.
699
700 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
701
702 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
703
704 2007-08-12 Richard Stallman <rms@gnu.org>
705
706 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
707 (cvs-execute-single-file): Use new name split-string-and-unquote.
708 (cvs-header-msg): Use new name combine-and-quote-strings.
709
710 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
711
712 * progmodes/gud.el (gud-common-init): Use new name
713 split-string-and-unquote.
714
715 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
716 in javac regexp.
717
718 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
719 combine-and-quote-strings and split-string-and-unquote.
720
721 * subr.el (combine-and-quote-strings): Rename from strings->string.
722 (split-string-and-unquote): Rename from string->strings.
723
724 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
727 to buffer-local settings.
728
729 * emacs-lisp/backquote.el (backquote-delay-process): New function.
730 (backquote-process): Add internal arg `level'. Use the two to
731 correctly handle nested backquotes.
732
733 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
734
735 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
736 (vc-bzr-state-words): Add "kind changed" state word.
737 (vc-bzr-status): New function. Return Bzr idea of file status,
738 which is different from VC's.
739 (vc-bzr-state): Use vc-bzr-status.
740 (vc-workfile-unchanged-p): Use vc-bzr-status.
741 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
742 (vc-dired-state): Process "kind changed" state word.
743
744 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
747
748 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
749 Move from vc-default-find-file-not-found-hook.
750
751 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
752
753 * url/url-auth.el (url-basic-auth): When prompting for username
754 and password, default to the username and password in the URL.
755
756 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * man.el: Remove spurious * in docstrings.
759 Merge defvars and toplevel setq-defaults.
760 (Man-highlight-references0): Limit=nil rather than point-max.
761 (Man-mode-map): Move initialization into the declaration.
762 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
763 (Man-view-header-file): Use expand-file-name rather than concat.
764 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
765
766 * man.el (Man-next-section): Make sure we do not move backward.
767
768 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
769
770 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
771 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
772 ps-print-color-p is neither nil nor black-white. Reported by Christian
773 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
774
775 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * files.el (auto-mode-alist): Use the purecopied text (duh!).
778
779 2007-08-08 Andreas Schwab <schwab@suse.de>
780
781 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
782 self-insert-command, not self-insert.
783
784 2007-08-08 Glenn Morris <rgm@gnu.org>
785
786 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
787
788 * Replace `iff' in doc-strings and comments.
789
790 * help-mode.el (help-make-xrefs): Search for symbol constituents,
791 rather than just `-'.
792
793 2007-08-08 Martin Rudalics <rudalics@gmx.at>
794
795 * dired.el (dired-pop-to-buffer):
796 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
797 * calendar/calendar.el (generate-calendar-window):
798 * progmodes/compile.el (compilation-set-window-height):
799 * textmodes/two-column.el (2C-two-columns, 2C-merge):
800 Use window-full-width-p instead of comparing frame-width and
801 window-width.
802
803 * progmodes/compile.el (compilation-find-buffer): Remove extra
804 argument in call to compilation-buffer-internal-p.
805
806 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
807
808 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
809 parameters IDENTIFICATION and CONNECTED.
810 (tramp-handle-insert-file-contents): VISIT must be handled after
811 insertion of the local copy. Reported by Peter Gordon
812 <peter@pg-consultants.com>.
813 (tramp-file-name-handler): No special handling for
814 `expand-file-name'. But for `file-name-as-directory'.
815 (tramp-find-shell, tramp-open-connection-telnet)
816 (tramp-open-connection-rsh, tramp-open-connection-su)
817 (tramp-open-connection-multi)
818 (tramp-open-connection-setup-interactive-shell): Guard against
819 $PROMPT_COMMAND shell var. Reported by Steve Youngs
820 <steve@sxemacs.org>.
821 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
822 the hint.
823
824 * net/trampver.el: Update release number.
825
826 2007-08-07 Tom Tromey <tromey@redhat.com>
827
828 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
829 Add safe-local-variable property.
830
831 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
832
833 * image-mode.el (image-toggle-display): Use image-refresh.
834
835 * longlines.el (longlines-decoded): New variable.
836 (longlines-mode): Avoid encoding or decoding the buffer twice.
837
838 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
839
840 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
841 unofficial version.
842 (vc-bzr-command): Remove redundant setting of process-connection-type.
843 (vc-bzr-admin-checkout-format-file): Add autoload.
844 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
845 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
846 (vc-bzr-registered): Compare dirstate format tag with known good
847 value, abort parsing if match fails. Warn user in docstring.
848 (vc-bzr-workfile-version): Case for different Bzr branch formats.
849 See bzrlib/branch.py in Bzr sources.
850 (vc-bzr-diff): First argument FILES may be a string rather than a list.
851 (vc-bzr-shell-command): Remove in favor of
852 vc-bzr-command-discarding-stderr.
853 (vc-bzr-command-discarding-stderr): New function.
854
855 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
856
857 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
858 program, and return nil
859 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
860 (vc-bzr-state): Look for path names relative to the repository
861 root after status keyword.
862 (vc-bzr-file-name-relative): New function.
863 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
864 depend on it.
865 (vc-bzr-admin-dirname, ...-checkout-format-file)
866 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
867 files that we now parse directly for speed.
868 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
869 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
870 (vc-bzr-state): "bzr status" successful only if exitcode is 0
871 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
872 Bzr warnings, so we must discard it.
873 (vc-bzr-workfile-version): Speedup counting lines from
874 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
875 if that file doesn't exist.
876 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
877 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
878 (not ".bzr"!) to `vc-directory-exclusion-list'
879 (vc-bzr-shell-command): New function.
880
881 2007-08-06 Tom Tromey <tromey@redhat.com>
882
883 * diff-mode.el (diff-unified->context, diff-reverse-direction)
884 (diff-fixup-modifs): Typo in docstring.
885
886 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
889 count-screen-lines.
890 (tpu-edt-off): Disable relevant pieces of advice.
891
892 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
893 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
894 (newline, newline-and-indent, do-auto-fill): Use advice instead of
895 redefining the function.
896 (tpu-set-scroll-margins): Activate the pieces of advice.
897
898 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
899
900 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
901 process-filter.
902
903 2007-08-06 Martin Rudalics <rudalics@gmx.at>
904
905 * help.el (resize-temp-buffer-window): Use window-full-width-p
906 instead of comparing frame-width and window-width.
907
908 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
909
910 * term.el: Honor term-default-fg-color and term-default-bg-color
911 settings when modifying term-current-face.
912 (term-default-fg-color, term-default-bg-color): Initialize from
913 default term-current-face.
914 (term-mode, term-reset-terminal): Set term-current-face with
915 term-default-fg-color and term-default-bg-color.
916 (term-handle-colors-array): term-current-face has term-default-fg-color
917 and term-default-bg-color after reset escape sequence.
918 (term-handle-colors-array): Set term-current-color with
919 term-default-fg/bg-color instead of ansi-term-color-vector when the
920 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
921
922 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
923
924 * files.el (set-auto-mode): Handle also remote files wrt
925 `auto-mode-alist'.
926
927 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
928 remote identification.
929
930 2007-08-04 Glenn Morris <rgm@gnu.org>
931
932 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
933 zero, not nil, when the library is first loaded. Check for a file
934 that has been modified on disk.
935
936 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
937 Remove duplicate defvar preventing initialization.
938 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
939
940 2007-08-03 Miles Bader <miles@gnu.org>
941
942 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
943 backend names for new backends to `Git', `Hg', and `Bzr'.
944 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
945 not `HG'.
946 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
947 name, not `GIT'.
948 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
949 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
950
951 2007-08-03 Glenn Morris <rgm@gnu.org>
952
953 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
954
955 2007-08-02 Richard Stallman <rms@gnu.org>
956
957 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
958 to update deleted flag.
959
960 * cus-edit.el (customize-apropos, customize-apropos-options)
961 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
962
963 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
964
965 * startup.el (fancy-splash-head, startup-echo-area-message):
966 Change message text.
967
968 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
969 All callers use line-move.
970
971 * progmodes/compile.el (compilation-find-buffer): Return current
972 buffer immediately if suitable.
973 (compile, compilation-buffer-name, compilation-start): Doc fixes.
974
975 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
978 Make it more discriminating and more useful.
979 (vc-bzr-root-dir): Use new name.
980 (vc-bzr-registered): Use new name and look at the dirstate file to
981 determine if it's registered or not without running `bzr'.
982
983 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
984
985 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
986
987 2007-07-31 Drew Adams <drew.adams@oracle.com>
988
989 * cus-edit.el (custom-group-value-create, custom-goto-parent):
990 Fix parent groups link.
991
992 2007-07-31 Daiki Ueno <ueno@unixuser.org>
993
994 * faces.el (face-normalize-spec): New function.
995 (frame-set-background-mode): Normalize face-spec before calling
996 face-spec-match-p.
997
998 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * vc-bzr.el: New file (copied from the trunk).
1001
1002 * vc-hooks.el (vc-handled-backends): Add BZR.
1003 (vc-find-file-hook): Failsafe if the backend's `registered'
1004 function burps.
1005
1006 * server.el (server-window): Add switch-to-buffer-other-frame option.
1007
1008 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1009
1010 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1011 (vc-git-revision-completion-table): Enable.
1012
1013 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1014
1015 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1016
1017 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1018 (vc-hg-registered): Set the vc-state property.
1019
1020 * diff-mode.el (diff-mode-menu): New entries.
1021
1022 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1025 (diff-file-kill): Use it.
1026 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1027 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1028 Use it so they find the hunk even when we're in the file header.
1029
1030 * vc.el: Add new VC operation `revision-completion-table'.
1031 (vc-default-revision-completion-table): New function.
1032 (vc-version-diff, vc-version-other-window): Use it to provide
1033 completion of revision names if the backend provides it.
1034
1035 * vc-arch.el (vc-arch--version-completion-table)
1036 (vc-arch-revision-completion-table): New functions to provide
1037 completion of revision names.
1038
1039 * vc-cvs.el: Require CL.
1040 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1041 New functions to provide completion of revision names.
1042
1043 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1044
1045 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1046 (copyright-fix-years, copyright): Correctly handle the case where
1047 copyright-limit is nil.
1048
1049 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1050
1051 * progmodes/python.el (run-python): Fix path separator under w32.
1052
1053 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1054
1055 * vc-git.el: New File.
1056
1057 2007-07-28 Alan Mackenzie <acm@muc.de>
1058
1059 Fix problem with modes derived from CC Mode:
1060 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1061 macro to cc-langs.
1062 (c-init-language-vars-for): Remove call to above macro.
1063 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1064 been moved to here.
1065 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1066
1067 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1068
1069 * net/trampver.el: Fix the `coding' cookie.
1070
1071 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1072
1073 * add-log.el (change-log-redate): Remove (not needed anymore and
1074 doesn't appear to work).
1075
1076 2007-07-25 Glenn Morris <rgm@gnu.org>
1077
1078 * Relicense all FSF files to GPLv3 or later.
1079
1080 * COPYING: Switch to GPLv3.
1081
1082 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1085 Replace it with another one which disables undo before calling
1086 erase-buffer and then turns it back on if needed.
1087
1088 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1089
1090 * ps-print.el: Problem with foreground and background color when
1091 printing a buffer with and without faces. Reported by Christian
1092 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1093 (ps-print-version): New version 6.7.5.
1094 (ps-default-fg): Change default value to nil, so black color is used
1095 when a face does not specify a foreground color.
1096 (ps-default-bg): Change default value to nil, so white color is used
1097 for background color.
1098 (ps-begin-job): Fix code.
1099
1100 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1101
1102 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1103
1104 2007-07-24 Alan Mackenzie <acm@muc.de>
1105
1106 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1107 Initialise byte-compile-unresolved-functions before rather than
1108 after a compilation.
1109 (byte-compile-unresolved-functions): Amplify doc string.
1110
1111 2007-07-24 Glenn Morris <rgm@gnu.org>
1112
1113 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1114 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1115 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1116 (cal-tex-cursor-week, cal-tex-cursor-week2)
1117 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1118 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1119 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1120 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1121
1122 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1125
1126 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1129 underlying file is uptodate.
1130
1131 2007-07-23 Richard Stallman <rms@gnu.org>
1132
1133 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1134
1135 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1138 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1139 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1140 different possible cases for \'.
1141 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1142
1143 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1144 `file' from which to start the search and fix case where `file' is the
1145 current directory and the root as well.
1146
1147 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1148 name for buffer-file-name if it refers to a directory.
1149
1150 2007-07-22 Jason Rumney <jasonr@gnu.org>
1151
1152 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1153 for input to cmdproxy on all versions of Windows.
1154 Use dos line ends for input to plink.
1155
1156 * comint.el (comint-simple-send): Concat newline before sending.
1157 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1158
1159 2007-07-22 Juri Linkov <juri@jurta.org>
1160
1161 * isearch.el (isearch-edit-string): Save old point and
1162 isearch-other-end to old-point and old-other-end before reading
1163 the search string from minibuffer. After exiting minibuffer set
1164 point to old-other-end if point and the search direction is the
1165 same as before reading the search string.
1166 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1167 to isearch-other-end. Instead of isearch-search-and-update call
1168 three functions isearch-search, isearch-push-state and isearch-update.
1169
1170 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1171
1172 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1173 destroying an existing buffer.
1174
1175 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1176
1177 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1178
1179 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1180
1181 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1182
1183 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1184 file in a way that does not interfere with recentf.
1185
1186 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1187
1188 * image-dired.el (image-dired-sane-db-file): New func.
1189 (image-dired-write-tags, image-dired-remove-tag)
1190 (image-dired-list-tags, image-dired-write-comments)
1191 (image-dired-get-comment, image-dired-mark-tagged-files)
1192 (image-dired-create-gallery-lists): Call new func.
1193 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1194
1195 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1196
1197 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1198 (vc-hg-dir-state): Fix loop.
1199 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1200 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1201 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1202 (vc-hg-revert): Likewise.
1203 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1204
1205 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1206
1207 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1208 case of alignment under a constant symbol, find and consider
1209 the sexp actually at indentation to be the "last sexp".
1210
1211 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1212
1213 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1214 (install): Use them to copy all *.el files before *.elc.
1215 (clean): Don't delete *~.
1216
1217 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1218
1219 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1220
1221 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1222
1223 * vc-hg.el (vc-hg-registered): Replace if with when.
1224 (vc-hg-state): Deal with nonexistent files.
1225
1226 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1227
1228 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1229 (follow-delete-other-windows-and-split, follow-recenter)
1230 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1231 (follow-redisplay, follow-estimate-first-window-start)
1232 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1233 Fix typos in docstrings.
1234
1235 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1236
1237 * bookmark.el (bookmark-show-all-annotations):
1238 Make sure each inserted annotation ends with newline.
1239
1240 (bookmark-maybe-sort-alist): Don't modify
1241 bookmark-alist. Instead, if not sorting, simply return it.
1242 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1243 for its return value, not for its side effect.
1244
1245 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1246
1247 * vc.el: Add more info about the vc-registered function.
1248
1249 2007-07-16 David Kastrup <dak@gnu.org>
1250
1251 * emacs-lisp/advice.el (defadvice): Doc fix.
1252
1253 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * subr.el (when, unless): Doc fix.
1256
1257 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1258
1259 * vc-hg.el (vc-hg-state): Handle removed files.
1260 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1261 (vc-hg-checkout): Re-enable.
1262
1263 2007-07-15 Richard Stallman <rms@gnu.org>
1264
1265 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1266
1267 * tutorial.el (tutorial--find-changed-keys):
1268 Handle C-x specially like ESC.
1269
1270 2007-07-15 Roland McGrath <roland@frob.com>
1271
1272 * add-log.el (add-change-log-entry): Check add-log-full-name
1273 and add-log-mailing-address later, after change-log-mode-hook.
1274
1275 2007-07-15 Richard Stallman <rms@gnu.org>
1276
1277 * isearch.el (isearch-mode, isearch-done):
1278 Delete unintended code in previous change.
1279
1280 * ps-print.el (ps-default-bg): Change to White.
1281
1282 2007-07-15 Aaron Hawley <aaronh@garden.org>
1283
1284 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1285
1286 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1287
1288 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1289 when handling the terminating event.
1290
1291 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1292
1293 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1294
1295 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1296
1297 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1298 (install): Use them to copy all *.el files before *.elc.
1299
1300 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1301
1302 * replace.el (match): Use yellow1 instead of yellow.
1303
1304 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1305
1306 * pcvs-info.el (cvs-unknown): Likewise.
1307
1308 2007-07-12 Davis Herring <herring@lanl.gov>
1309
1310 * desktop.el (desktop-buffer-info, desktop-save):
1311 Use `desktop-dirname' instead of `dirname'.
1312
1313 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1314
1315 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1316
1317 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1318
1319 2007-07-10 Richard Stallman <rms@gnu.org>
1320
1321 * emacs-lisp/lisp-mode.el (eval-defun):
1322 Explain special handling of `defface'.
1323
1324 2007-07-09 Richard Stallman <rms@gnu.org>
1325
1326 * isearch.el (isearch-edit-string): Call to isearch-push-state
1327 after the search.
1328
1329 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1330
1331 * cus-start.el (file-coding-system-alist): Fix custom type.
1332
1333 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1336 modified.
1337 (longlines-auto-wrap, longlines-window-change-function):
1338 Remove unnecessary calls to set-buffer-modified-p.
1339
1340 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * vc.el (vc-default-log-view-mode): New function.
1343 (vc-print-log): Add new `log-view-mode' VC operation.
1344
1345 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1346
1347 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1348 Rename and move to...
1349
1350 * subr.el (strings->string, string->strings): ...here.
1351
1352 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1353 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1354
1355 * progmodes/gud.el (gud-common-init): Call string->strings instead
1356 of split-string.
1357
1358 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1359
1360 * term/w32-win.el (menu-bar-open): New function.
1361 Bind <f10> to it.
1362
1363 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 * log-view.el (log-view-mode-menu): New menu.
1366
1367 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1368
1369 * vc-hg.el: New file.
1370
1371 2007-07-06 Andreas Schwab <schwab@suse.de>
1372
1373 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1374 dynamic bindings around the evaluation of the expression.
1375 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1376
1377 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1380 file names.
1381
1382 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1383
1384 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1385
1386 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1387 event is not a cons cell. Do not unread drag-mouse-1 events.
1388 Select right window in check whether space was stolen from
1389 window above.
1390
1391 2007-07-01 Richard Stallman <rms@gnu.org>
1392
1393 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1394
1395 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1396
1397 * generic-x.el (generic-define-mswindows-modes)
1398 (generic-define-unix-modes, apache-log-generic-mode)
1399 (bat-generic-mode-keymap, java-manifest-generic-mode)
1400 (show-tabs-generic-mode): Fix typos in docstrings.
1401
1402 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1403
1404 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1405 replace-regexp-in-string.
1406
1407 2007-06-28 Andreas Schwab <schwab@suse.de>
1408
1409 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1410 $(lisp)/subdirs.el.
1411
1412 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1415 the speedbar frame if nil; that deletes the current frame or
1416 causes an error if it is the only frame.
1417 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1418
1419 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1422 directory where the desktop file was found, as the docstring says.
1423 (desktop-kill): Use `read-directory-name'.
1424
1425 * desktop.el (desktop-load-locked-desktop): New option.
1426 (desktop-read): Use it.
1427 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1428 Use `when'.
1429
1430 2007-06-24 Davis Herring <herring@lanl.gov>
1431
1432 * desktop.el (desktop-save-mode-off): New function.
1433 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1434 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1435 (desktop-claim-lock, desktop-release-lock): New functions.
1436 (desktop-kill): Tell `desktop-save' that this is the last save.
1437 Release the lock afterwards.
1438 (desktop-buffer-info): New function.
1439 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1440 says to. Detect conflicts, and manage the lock.
1441 (desktop-read): Detect conflicts. Manage the lock.
1442
1443 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1444
1445 * ls-lisp.el (insert-directory): If an invalid regexp error is
1446 thrown, try using FILE as a literal file name, not a wildcard.
1447 Check for FILE as an existing file, not just a directory.
1448
1449 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1452 `header-line-format' when reentering ruler mode.
1453
1454 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1455
1456 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1457 FILE exists as a directory.
1458
1459 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1462 (vera-font-lock-match-item): Fix doc string.
1463 (vera-in-comment-p): Remove unused function.
1464 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1465 use `syntax-ppss'.
1466 (vera-forward-syntactic-ws): Fix argument order.
1467 (vera-prepare-search): Use `with-syntax-table'.
1468 (vera-indent-line): Fix doc string.
1469 (vera-electric-tab): Fix doc string.
1470 (vera-expand-abbrev): Define alias instead of using `fset'.
1471 (vera-comment-uncomment-region): Use `comment-start-skip'.
1472
1473 2007-06-20 Reto Zimmermann <reto@gnu.org>
1474
1475 * progmodes/vera-mode.el: New file.
1476
1477 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * ido.el (ido-find-file-in-dir): Don't signal an error for
1480 empty directories.
1481
1482 2007-06-18 Alan Mackenzie <acm@muc.de>
1483
1484 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1485 When removing lines, also remove the \n. Correction of patch of
1486 2007-04-21.
1487
1488 2007-06-17 Glenn Morris <rgm@gnu.org>
1489
1490 * lpr.el (lpr-page-header-switches): Move %s to separate element
1491 for correct quoting. Doc fix.
1492
1493 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1494
1495 * term/xterm.el (terminal-init-xterm): Escape parens in character
1496 constants.
1497
1498 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1499
1500 * scroll-lock.el (scroll-lock-mode): Doc fix.
1501
1502 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1505 half-activated, forcefully activate it completely.
1506
1507 2007-06-11 Richard Stallman <rms@gnu.org>
1508
1509 * cus-edit.el (custom-variable-type): Doc fix.
1510
1511 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1512
1513 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1514
1515 2007-06-09 Davis Herring <herring@lanl.gov>
1516
1517 * desktop.el (desktop-minor-mode-table): Doc fix.
1518
1519 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1522 (image-next-line, image-previous-line, image-scroll-up)
1523 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1524 New functions.
1525 (image-mode-map): Remap motion commands.
1526 (image-mode-text-map): New keymap for viewing images as text.
1527 (image-mode): Use image-mode-map.
1528 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1529
1530 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1531
1532 Sync with Tramp 2.0.56.
1533
1534 * net/tramp.el:
1535 * net/tramp-ftp.el:
1536 * net/tramp-smb.el:
1537 * net/tramp-util.el:
1538 * net/tramp-vc.el:
1539 Don't load cl.el, because that pollutes the namespace. Replace cl
1540 macros by their implementations where necessary. Requested by
1541 Richard Stallman <rms@gnu.org>.
1542
1543 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1544 doesn't exist.
1545 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1546 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1547 (tramp-file-name-p, tramp-file-name-multi-method)
1548 (tramp-file-name-method, tramp-file-name-user)
1549 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1550 replacing defstruct `tramp-file-name'.
1551 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1552 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1553 Apply `vector' instead of `make-tramp-file-name'.
1554 (tramp-handle-make-auto-save-file-name):
1555 Apply `tramp-temporary-file-directory' for compatibility reasons.
1556 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1557 because of XEmacs.
1558 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1559 started.
1560
1561 2007-06-07 David Kastrup <dak@gnu.org>
1562
1563 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1564 Change default to `top'.
1565
1566 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * dired.el (dired-mode-map): Remove spurious separator.
1569
1570 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1571
1572 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1573
1574 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1575 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1576
1577 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1578
1579 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1580 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1581
1582 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1583
1584 * progmodes/ebrowse.el (ebrowse-member-table):
1585 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1586
1587 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1588
1589 * pgg.el (pgg-sign-region, pgg-sign):
1590 * ses.el (ses-call-printer):
1591 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1592 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1593
1594 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1595
1596 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1597 (tar-get-descriptor): Handle type 55, an extended pax header.
1598
1599 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * textmodes/css-mode.el: New file.
1602
1603 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1604
1605 * net/socks.el: New file, taken from w3 repository.
1606 (top): Update Copyright. Don't load cl.el.
1607 (all): Replace `case' by `cond', `string-to-int' by
1608 `string-to-number', and `process-kill-without-query' by
1609 `set-process-query-on-exit-flag'.
1610 (socks-char-int): Remove defalias and all occurrences.
1611
1612 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1615 (sort-coding-systems, search-unencodable-char): Doc fixes.
1616 (coding-system-change-eol-conversion, set-default-coding-systems)
1617 (prefer-coding-system, find-multibyte-characters, princ-list)
1618 (leim-list-entry-regexp, set-input-method, locale-language-names)
1619 (input-method-exit-on-first-char, exit-language-environment-hook)
1620 (locale-charset-language-names): Fix typos in docstrings.
1621
1622 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1623
1624 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1625 `switch-to-buffer' has returned succesfully.
1626 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1627 window is dedicated (it could iconify the frame).
1628
1629 2007-06-05 Glenn Morris <rgm@gnu.org>
1630
1631 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1632
1633 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * files.el (auto-mode-alist): Add lower-priority match for names
1636 like ChangeLog.old.
1637
1638 2007-06-04 Andreas Schwab <schwab@suse.de>
1639
1640 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1641
1642 2007-06-04 Davis Herring <herring@lanl.gov>
1643
1644 * calendar/timeclock.el: Update version number.
1645 (timeclock-modeline-display): Mention timeclock-use-display-time
1646 in explanatory message.
1647 (timeclock-log): Suppress warnings when finding the log.
1648 Don't check for a nil project twice. Run hooks after killing the
1649 buffer (if applicable).
1650 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1651 was geometric). All uses changed.
1652 (timeclock-generate-report): Support prefix argument.
1653
1654 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1655
1656 * man.el (Man-next-section): Don't consider the last line of the
1657 page as being part of any section.
1658
1659 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1660
1661 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1662 modified flag of buffer. Use `inhibit-modification-hooks'.
1663
1664 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1665
1666 * mail/mail-extr.el (mail-extract-address-components):
1667 Recognize non-ASCII characters except for NBSP as words.
1668
1669 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1670
1671 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1672
1673 2007-06-04 Michael Olson <mwolson@gnu.org>
1674
1675 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1676 died and we are trying to send a signal to it.
1677
1678 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * emacs-lisp/easy-mmode.el (define-minor-mode)
1681 (easy-mmode-define-navigation): Fix typos in docstrings.
1682
1683 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1684 Fix typos in docstrings.
1685 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1686 (compilation-finish-function): Fix typo in obsolescence declaration.
1687
1688 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1689
1690 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1693 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1694
1695 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1696
1697 * longlines.el (longlines-mode): Make longlines-auto-wrap
1698 buffer-local. Add hooks unconditionally.
1699 (longlines-auto-wrap): Toggle wrapping.
1700 (longlines-after-change-function)
1701 (longlines-post-command-function): Check longlines-auto-wrap.
1702
1703 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * Version 22.1 released.
1706
1707 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1710 changes.
1711
1712 2007-05-31 Richard Stallman <rms@gnu.org>
1713
1714 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1715
1716 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1717
1718 * textmodes/table.el (table--point-entered-cell-function)
1719 (table--point-left-cell-function):
1720 Bind `inhibit-point-motion-hooks' to t.
1721
1722 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1723
1724 * emacs-lisp/rx.el (rx): Doc fix.
1725
1726 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1729
1730 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1731
1732 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1733 as the end of the ChangeLog paragraph when it ends without a line
1734 termination.
1735
1736 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * textmodes/fill.el (canonically-space-region): Make the second arg
1739 a marker if it's not already the case.
1740
1741 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1742 (xterm-mouse-event): Use it.
1743
1744 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1745
1746 * vc-hooks.el (vc-find-root): Fix file attribute test.
1747
1748 2007-05-24 Richard Stallman <rms@gnu.org>
1749
1750 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1751 Don't let opoint be nil.
1752 (flyspell-emacs-popup): Explicit error if no dialogs.
1753
1754 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1755
1756 * tar-mode.el (tar-file-name-handler): New function.
1757 (tar-extract): Bind file-name-handler-alist to it to force
1758 find-buffer-file-type-coding-system behave as if the file being
1759 extracted existed. Use last-coding-system-used to force
1760 buffer-file-coding-system to what decode-coding-region actually
1761 used to decode the file.
1762
1763 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1764
1765 * progmodes/compile.el (compilation-handle-exit):
1766 `compilation-finish-function' may change the current buffer.
1767
1768 2007-05-22 Richard Stallman <rms@gnu.org>
1769
1770 * files.el (set-auto-mode): Doc fix.
1771
1772 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1773
1774 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1775
1776 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1777
1778 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1779 (rcirc-print): Handle `window-width'.
1780 (rcirc-buffer-maximum-lines): Doc fix.
1781
1782 2007-05-19 Kevin Ryde <user42@zip.com.au>
1783
1784 * info.el (Info-fontify-node): Match https also.
1785
1786 2007-05-18 Richard Stallman <rms@gnu.org>
1787
1788 * simple.el (push-mark): Doc fix.
1789
1790 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1791
1792 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1793 tpu-global-map.
1794 (tpu-original-global-map): Delete variable.
1795 (tpu-control-keys-map): New keymap variable.
1796 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1797 setting keymapping directly.
1798 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1799 tpu-global-map.
1800 (tpu-edt-on): Activate the tpu-global-map.
1801 (tpu-edt-off): Deactivate the tpu-global-map.
1802
1803 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1804
1805 * textmodes/ispell.el (ispell-get-word): Return markers
1806 for start and end positions.
1807 (ispell-word): Assume END is a marker.
1808
1809 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1810
1811 * ps-print.el: Use default color when foreground or background color
1812 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1813 (ps-print-version): New version 6.7.4.
1814 (ps-rgb-color): New argument. Use default color when color is
1815 unspecified.
1816 (ps-begin-job): Fix code.
1817
1818 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1819
1820 * textmodes/ispell.el (ispell-start-process): Defend against bad
1821 default-directory.
1822
1823 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1826
1827 2007-05-16 Richard Stallman <rms@gnu.org>
1828
1829 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1830
1831 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1834 Move the *ml, Postscript, and XmCD entries to the fallback part.
1835
1836 * files.el (magic-fallback-mode-alist):
1837 Rename from file-start-mode-alist.
1838
1839 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1840
1841 * progmodes/compile.el (compilation-handle-exit): Quote first
1842 argument of `run-hook-with-args'.
1843
1844 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * buff-menu.el (Buffer-menu-sort-column):
1847 * dabbrev.el (dabbrev-upcase-means-case-search):
1848 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1849 * info.el (Info-current-subfile):
1850 * ls-lisp.el (ls-lisp-verbosity):
1851 * msb.el (msb-menu-cond):
1852 * pcvs.el (cvs-dired-use-hook):
1853 * simple.el (set-mark-command-repeat-pop):
1854 * time.el (display-time-24hr-format, display-time-mail-file):
1855 Doc fixes.
1856
1857 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1858 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1859
1860 * view.el (view-inhibit-help-message): Fix typo in docstring.
1861 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1862
1863 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1864
1865 * mail/rmail.el (rmail-convert-to-babyl-format):
1866 Check content-transfer-encoding _last_, because we need its position
1867 in base64-header-field-end.
1868
1869 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1870
1871 * files.el (mode-require-final-newline, require-final-newline)
1872 (enable-local-variables, enable-local-eval): Doc fixes.
1873
1874 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1875
1876 * progmodes/python.el (python-font-lock-keywords)
1877 (python-open-block-statement-p, python-mode): Add support for the new
1878 "with" keyword.
1879
1880 2007-05-10 Richard Stallman <rms@gnu.org>
1881
1882 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1883 (iso-cvt-write-only): Likewise.
1884
1885 * emacs-lisp/easy-mmode.el (define-minor-mode):
1886 Fix generated doc string.
1887
1888 * startup.el (fancy-splash-text): Add URL of guided tour.
1889 Adjust horizontal and vertical whitespace.
1890
1891 * progmodes/compile.el (compilation-handle-exit):
1892 Use run-hook-with-args to run compilation-finish-functions.
1893
1894 * files.el (file-start-mode-alist): New variable.
1895 (magic-mode-regexp-match-limit): Doc fix.
1896 (set-auto-mode): Handle file-start-mode-alist.
1897 A little cleanup of structure.
1898
1899 2007-05-10 Davis Herring <herring@lanl.gov>
1900
1901 * calendar/timeclock.el (timeclock-in): Fix non-interactive
1902 workday specifications.
1903 (timeclock-log): Don't kill the log buffer if it already existed.
1904
1905 2007-05-08 Richard Stallman <rms@gnu.org>
1906
1907 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1908 Don't include non-self-insert commands in the exception for `-'.
1909
1910 2007-05-08 David Reitter <david.reitter@gmail.com>
1911
1912 * progmodes/python.el (python-guess-indent): Check non-nullness
1913 before comparing indent against the 2..8 interval.
1914
1915 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1916
1917 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1918 available.
1919
1920 2007-05-06 Richard Stallman <rms@gnu.org>
1921
1922 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1923
1924 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1925
1926 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1927 disconnections.
1928
1929 2007-05-01 Romain Francoise <romain@orebokech.com>
1930
1931 * dired-x.el: Revert 2007-04-06 change.
1932
1933 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
1934
1935 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1936 don't put stop on toolbar.
1937
1938 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1939
1940 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1941
1942 2007-04-29 Richard Stallman <rms@gnu.org>
1943
1944 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1945
1946 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1949 than 1.
1950
1951 2007-04-28 Richard Stallman <rms@gnu.org>
1952
1953 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1954
1955 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1958
1959 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1960
1961 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1962 instead of $(lisp)/mh-e.
1963
1964 * textmodes/fill.el (fill-paragraph): Doc fix.
1965
1966 2007-04-28 Glenn Morris <rgm@gnu.org>
1967
1968 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1969 (image-dired-cmd-create-temp-image-options): Replace option
1970 +profile "*" with -strip.
1971
1972 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1975 Use window-start and window-end.
1976
1977 2007-04-26 Glenn Morris <rgm@gnu.org>
1978
1979 * progmodes/python.el: Restore file pending consideration of legal
1980 status.
1981
1982 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1983
1984 * locate.el (locate-in-alternate-database): Doc fix.
1985
1986 2007-04-26 Glenn Morris <rgm@gnu.org>
1987
1988 * button.el (button): Use underline if supported, else fall back
1989 to color.
1990
1991 2007-04-25 Richard Stallman <rms@gnu.org>
1992
1993 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1994
1995 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1996
1997 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1998 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1999 pushing mark.
2000 (idlwave-current-routine): Don't push mark.
2001
2002 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2003
2004 * image-dired.el (image-dired-display-image): Derive image-type from
2005 filename rather than assuming jpeg, in case no resizing was needed.
2006
2007 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2008
2009 * custom.el (defface): Doc fix.
2010
2011 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * progmodes/python.el: Remove due to unclear legal issues.
2014
2015 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2016
2017 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2018 Don't re-query for each cleared BP.
2019 (idlwave-shell-clear-bp): Optionally skip BP query.
2020 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2021 of set-window-buffer, which incorrectly moves displayed region.
2022
2023 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2024
2025 * calc/calc.el (calc-bug-address): Update maintainer's address.
2026 * calc/*: Update maintainer's address.
2027
2028 2007-04-23 Richard Stallman <rms@gnu.org>
2029
2030 * simple.el (set-mark-command-repeat-pop): Doc fix.
2031 Put in `editing-basics' group.
2032
2033 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2036 New functions.
2037 (Info-mode-line-node-keymap): Bind mouse commands to
2038 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2039
2040 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2041
2042 * locate.el (locate-local-prompt): New var.
2043 (locate-prompt-for-command): Doc fix.
2044 (locate-prompt-for-search-string): New function.
2045 (locate): New optional arg. Make locate-local-prompt
2046 buffer-local. Use locate-prompt-for-search-string.
2047 (locate-with-filter): New optional arg.
2048 Use locate-prompt-for-search-string.
2049 (locate-update): Bind locate-prompt-for-command.
2050
2051 2007-04-23 Glenn Morris <rgm@gnu.org>
2052
2053 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2054
2055 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2056
2057 * button.el (button): Inherit from link face on a tty.
2058
2059 2007-04-23 Glenn Morris <rgm@gnu.org>
2060
2061 * button.el (button): Use color for this face on a tty.
2062
2063 * files.el (magic-mode-alist): Allow for carriage-returns in
2064 html-mode and sgml-mode entries.
2065
2066 2007-04-22 Richard Stallman <rms@gnu.org>
2067
2068 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2069 Improve doc string of generated command.
2070
2071 * subr.el (read-number): Catch errors.
2072
2073 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2074
2075 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * image-dired.el: Rename from thumbnails.el. All instances of
2078 "thumbnails" replaced with "image-dired".
2079
2080 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2081 "image-dired".
2082
2083 2007-04-22 Kim F. Storm <storm@cua.dk>
2084
2085 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2086 Don't use kill-line.
2087
2088 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2091 error message.
2092
2093 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * dired.el: Rename "tumme" to "thumbnails".
2096
2097 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2098 replaced with "thumbnails".
2099
2100 2007-04-22 Glenn Morris <rgm@gnu.org>
2101
2102 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2103 and give it the risky-local-variable property.
2104
2105 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2106 before defining it.
2107
2108 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2109
2110 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2111 Use delete-region instead of kill-line.
2112
2113 2007-04-21 Alan Mackenzie <acm@muc.de>
2114
2115 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2116 `kill-region' by `delete-region'.
2117
2118 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2121 instead of kill-region.
2122
2123 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2124 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2125 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2126 and kill-line.
2127
2128 * progmodes/vhdl-mode.el (vhdl-template-type)
2129 (vhdl-template-record, vhdl-template-nature)
2130 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2131 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2132 Use delete-region instead of kill-word and kill-line.
2133
2134 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2135
2136 * dired-x.el (dired-virtual-mode): Doc fix.
2137
2138 2007-04-21 Richard Stallman <rms@gnu.org>
2139
2140 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2141
2142 * subr.el (read-number): Doc fix.
2143
2144 * simple.el (pop-to-mark-command): Display message "mark popped"
2145 if point does not move.
2146 (set-mark-command): Doc fix.
2147
2148 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2149
2150 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2151 (locate-local-filter, locate-local-search): New vars.
2152 (locate): Make variables local.
2153 (locate-update): Bind locate-buffer-name. Call locate using
2154 locate-local-filter and locate-local-search.
2155
2156 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2157
2158 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2159 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2160 (hi-lock-mode): Update docstring.
2161
2162 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2165 fill-nobreak-predicate when the break is past fill-column.
2166
2167 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2168
2169 * locate.el (locate): Output from shell-command should go in the
2170 current buffer rather than *Shell Command Output*.
2171
2172 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * paren.el (show-paren-function): Fix last fix.
2175
2176 2007-04-19 Kevin Ryde <user42@zip.com.au>
2177
2178 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2179 (archive-lzh-summarize): Add optional start arg for where to start
2180 looking at the archive.
2181 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2182
2183 * international/mule.el (auto-coding-alist): no-conversion for .exe
2184 and .EXE.
2185
2186 2007-04-19 Alan Mackenzie <acm@muc.de>
2187
2188 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2189 function return type contains "struct", "union", etc.
2190 c-end-of-defun goes too far forward.
2191
2192 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * paren.el (show-paren-function): Reset window-start to avoid
2195 recentering.
2196
2197 2007-04-19 Glenn Morris <rgm@gnu.org>
2198
2199 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2200
2201 2007-04-18 Glenn Morris <rgm@gnu.org>
2202
2203 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2204 :set function.
2205 (diary-list-entries): Only switch to diary-mode from
2206 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2207 diary-mode set header-line-format, in case of any customization.
2208
2209 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2210
2211 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2212 is less than the length of parse-time-syntax.
2213
2214 2007-04-17 David Kastrup <dak@gnu.org>
2215
2216 * replace.el (query-replace-regexp-eval): Deprecate.
2217
2218 2007-04-17 Alan Mackenzie <acm@muc.de>
2219
2220 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2221 point too close to EOB, leave point at EOB rather than last `}'.
2222
2223 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2224
2225 * textmodes/bibtex.el (bibtex-include-OPTkey)
2226 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2227 Fix defcustom.
2228
2229 2007-04-17 Glenn Morris <rgm@gnu.org>
2230
2231 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2232 be encoded, fall back to current year.
2233
2234 2007-04-14 Kevin Ryde <user42@zip.com.au>
2235
2236 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2237 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2238 M "MSDOS".
2239
2240 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * progmodes/python.el (python-end-of-block): Avoid looping forever
2243 if python-next-statement fails.
2244
2245 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2246
2247 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2248
2249 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2250
2251 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2252 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2253
2254 2007-04-15 Jay Belanger <belanger@truman.edu>
2255
2256 * calc/calc.el (calc-version): New function.
2257 (calc-trail-mode): Shorten the title.
2258
2259 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * mail/footnote.el (footnote-style): Clarify docstring to state
2262 that customizing this only applies to future footnotes.
2263
2264 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2265
2266 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2267 (bibtex-make-field): Check that INIT is a string. Use functionp.
2268
2269 2007-04-14 Glenn Morris <rgm@gnu.org>
2270
2271 * complete.el (PC-goto-end): New buffer-local variable.
2272 (PC-do-completion-end): Make buffer-local.
2273 (partial-completion-mode) <choose-completion-string-functions>:
2274 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2275 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2276 doc string. Set PC-goto-end for choose-completion.
2277 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2278 PC-do-completion.
2279
2280 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2281 arg to bibtex-make-field.
2282 (bibtex-make-field): Add optional fourth arg NODELIM.
2283 Insert delimiters around INIT unless this arg is non-nil.
2284
2285 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2286
2287 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2288 global map isn't modified.
2289
2290 2007-04-14 Glenn Morris <rgm@gnu.org>
2291
2292 * calendar/appt.el (appt-disp-window): Do not split small windows.
2293 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2294
2295 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2298
2299 * files.el: Ditto.
2300
2301 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2304
2305 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2306 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2307 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2308 (term-pager-help): Fix typos in docstrings.
2309
2310 * wid-edit.el (widget-documentation): Fix typo in docstring.
2311
2312 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2313 Fix typos in error messages.
2314
2315 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2316
2317 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2318 window marked as dedicated.
2319
2320 * mail/footnote.el (footnote-latin-string): New variable.
2321 (footnote-latin-regexp): Redefine as regexp alternative.
2322 (Footnote-latin): Use footnote-latin-string instead of
2323 footnote-latin-regexp.
2324
2325 2007-04-13 Glenn Morris <rgm@gnu.org>
2326
2327 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2328 inherited keymaps.
2329
2330 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2331
2332 * outline.el (outline-get-next-sibling): Clarify docstring.
2333 (outline-get-last-sibling): Handle case where we are at the first
2334 heading. Clarify docstring.
2335
2336 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2337
2338 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2339 length as stop button to lessen flicker.
2340 (jdb): Add gud-print.
2341 (gud-find-expr): Jdb prints the expression with the value, so
2342 don't insert it in the output.
2343
2344 2007-04-11 Jason Rumney <jasonr@gnu.org>
2345
2346 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2347 case hex. Do not try to decode non-hex letters.
2348
2349 2007-04-11 Markus Triska <markus.triska@gmx.at>
2350
2351 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2352 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2353 (byte-optimize-form-code-walker): Evaluate pure function calls if
2354 possible.
2355 (byte-optimize-all-constp): New function.
2356
2357 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2358 Improve numeric argument case.
2359 (byte-compile-backward-char, byte-compile-backward-word):
2360 New functions, performing rewriting previously done in byte-opt.el.
2361 Fix their "Fixme" item (restriction to numeric arguments).
2362
2363 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2366 with dolist.
2367 (after-init-hook): Don't quote lambda.
2368 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2369 (desktop-internal-v2s): Remove unused var `el'.
2370 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2371 desktop-restore-file-buffer.
2372 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2373 desktop-create-buffer.
2374
2375 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * woman.el (woman-decode-buffer): Postpone macro-set check...
2378 (woman-decode-region): ...to here.
2379
2380 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2381
2382 * startup.el (tty-handle-args): Use %S to log ARGS.
2383
2384 2007-04-10 Glenn Morris <rgm@gnu.org>
2385
2386 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2387 it is obsolete and has no effect.
2388
2389 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2390 byte-compiler.
2391
2392 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2393 obsolete function make-local-hook.
2394
2395 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2396 start to quieten byte-compiler.
2397
2398 2007-04-10 Markus Triska <markus.triska@gmx.at>
2399
2400 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2401 to bytecomp.el as byte-compile-char-before).
2402 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2403 New function (modified replacement for byte-optimize-char-before in
2404 byte-opt.el).
2405
2406 2007-04-09 Alan Mackenzie <acm@muc.de>
2407
2408 * startup.el (inhibit-splash-screen): Emphatically state that it
2409 can't be set in site-start.el.
2410
2411 2007-04-09 Masatake YAMATO <jet@gyve.org>
2412
2413 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2414 mimic the behavior of `capitalize-word'. Do not move point with a
2415 negative argument. Based on tiny change by Paul Curry.
2416
2417 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2418
2419 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2420 Don't move point if ARG is negative.
2421
2422 2007-04-09 Alan Mackenzie <acm@muc.de>
2423
2424 Changes to make `narrow-to-defun' and `mark-defun' work properly
2425 in CC Mode:
2426
2427 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2428 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2429 Bind beginning/end-of-defun-function to nil around calls to
2430 beginning/end-of-defun.
2431
2432 * progmodes/cc-langs.el (beginning-of-defun-function)
2433 (end-of-defun-function): New c-lang-setvar's.
2434
2435 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2436 (setq arg 1))" to enable non-interactive call.
2437
2438 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2439
2440 * simple.el (set-mark-command): Doc fix.
2441
2442 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2443
2444 * progmodes/gud.el (gdb): Restore existing session if user
2445 tries to start a second one in graphical mode.
2446
2447 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2448
2449 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2450
2451 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2452
2453 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2454 Add binding for C-M-SPC.
2455
2456 2007-04-08 Richard Stallman <rms@gnu.org>
2457
2458 * pcomplete.el (pcomplete-read-event): One single definition,
2459 and not a defsubst.
2460
2461 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2464 byte-compiler warning "value unused".
2465
2466 2007-04-08 Andreas Schwab <schwab@suse.de>
2467
2468 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2469
2470 2007-04-07 Glenn Morris <rgm@gnu.org>
2471
2472 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2473 Autoload these functions.
2474 (diary-date-forms): Add a custom :set form.
2475
2476 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2477 before first use.
2478 (diary-font-lock-keywords): New function with old code for
2479 initialization of variable of same name.
2480
2481 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2482
2483 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2484 clean-up: only insert space when on identifier, etc.
2485
2486 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2489
2490 * net/tls.el (open-tls-stream): Properly handle case where there
2491 is no associated buffer.
2492
2493 2007-04-07 Glenn Morris <rgm@gnu.org>
2494
2495 * ffap.el (ffap-file-at-point): Lower the priority of the
2496 ffap-ftp-sans-slash-regexp check.
2497
2498 2007-04-06 Alan Mackenzie <acm@muc.de>
2499
2500 Fix fontification of labels, and other things with ":".
2501
2502 * progmodes/cc-engine.el (c-forward-label): The function now
2503 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2504 the former t.
2505
2506 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2507 new return code from c-forward-label, fontifying tokens properly.
2508 Add some general comments throughout the file.
2509
2510 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2513 Revert 2006-01-27 change.
2514
2515 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2516
2517 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2518
2519 * desktop.el (desktop-create-buffer, desktop-save):
2520 Revert 2004-11-12 change for lack of copyright papers.
2521
2522 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2523 (dired-guess-default): Respect case.
2524
2525 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2526
2527 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2528 was originally checked in as byte-optimize-concat on 1997-11-02.
2529
2530 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2531 1995-05-19 doc changes.
2532
2533 2007-04-06 Kim F. Storm <storm@cua.dk>
2534
2535 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2536 (unload-feature): Update interactive spec accordingly.
2537
2538 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2539
2540 2007-04-06 John Paul Wallington <jpw@pobox.com>
2541
2542 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2543 capture. Restore the table in the same buffer.
2544
2545 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2546
2547 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2550 Print entire form.
2551
2552 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2553
2554 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2555 for low-color displays.
2556
2557 2007-04-05 Glenn Morris <rgm@gnu.org>
2558
2559 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2560 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2561 Seed random number generator on loading.
2562
2563 * emacs-lisp/authors.el (top-level): Provide self.
2564
2565 * play/animate.el (top-level): Provide self.
2566
2567 2007-04-04 Alan Mackenzie <acm@muc.de>
2568
2569 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2570 to mention c-syntactic-indentation.
2571
2572 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2573
2574 * subr.el (with-case-table): New macro.
2575
2576 * international/mule.el (ascii-case-table): New var.
2577
2578 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2579 downcasing.
2580
2581 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2582
2583 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2584
2585 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2586 of the window if we're outside it e.g menu-bar.
2587
2588 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2589 window if we're outside it e.g menu-bar.
2590
2591 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2592
2593 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2594 decode base-64 encoded body if its content-type is something other
2595 than text/* or message/*.
2596
2597 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2598
2599 * simple.el (activate-mark-hook): Fix typo in docstring.
2600
2601 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2602
2603 * tmm.el (tmm-c-prompt): Initialize.
2604 (tmm-menubar): Deal with extended menu-items at top level.
2605 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2606 (tmm-prompt): Handle visibility of top level menu-items.
2607
2608 * progmodes/gud.el (gud-menu-map): Simplify.
2609 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2610 menubar.
2611
2612 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2613
2614 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2615
2616 * comint.el (comint-send-input): Widen the buffer first.
2617
2618 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2619
2620 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2623 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2624
2625 * newcomment.el (comment-search-forward): Discard comment starters
2626 before point.
2627
2628 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2629
2630 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2631
2632 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2635 when downcasing.
2636
2637 * button.el (previous-button): Rewrite to account for adjacent buttons.
2638
2639 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2640
2641 * progmodes/idlwave.el (idlwave-auto-fill):
2642 Revert paragraph-separate change.
2643
2644 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2645 Simplify module calc.
2646 (idlwave-shell-set-bp-in-module): Compute module.
2647
2648 2007-03-31 Glenn Morris <rgm@gnu.org>
2649
2650 * emacs-lisp/timer.el (run-at-time): Doc fix.
2651
2652 * emacs-lisp/warnings.el (display-warning): If we create the
2653 buffer displaying the warning, disable undo there.
2654
2655 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2656
2657 * net/tramp.el (tramp-register-file-name-handler)
2658 (tramp-register-completion-file-name-handler): New defsubst,
2659 derived from `tramp-register-file-name-handlers'. The split is
2660 necessary because Tramp's file name handlers must be registered at
2661 different startup places.
2662
2663 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * progmodes/hideshow.el (turn-off-hideshow): New function.
2666 (hs-minor-mode): Use it instead of a lambda expression in
2667 change-major-mode-hook.
2668
2669 2007-03-31 David Kastrup <dak@gnu.org>
2670
2671 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2672 corresponding to MANPATH_MAP entries.
2673 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2674 (woman-parse-man.conf): Use more discriminating man.conf name.
2675 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2676 (woman-manpath): Doc fix and type fix.
2677 (woman-cached-data): Check for MANPATH_MAP entries.
2678 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2679
2680 2007-03-31 Stuart Herring <herring@lanl.gov>
2681
2682 * emacs-lisp/sregex.el (sregexq): Doc fix.
2683
2684 2007-03-31 Markus Triska <markus.triska@gmx.at>
2685
2686 * flymake.el (flymake-err-line-patterns): Doc fix.
2687
2688 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2689
2690 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2691 Move to the right.
2692
2693 2007-03-30 Alan Mackenzie <acm@muc.de>
2694
2695 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2696
2697 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2698
2699 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2700 Use it, passed in explicitly, instead of from the dynamic binding.
2701 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2702
2703 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * simple.el (blink-matching-open): When in minibuffer, don't
2706 search for a match inside the prompt.
2707
2708 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2711 (tmm-prompt): Don't make the mouse user select the first menu
2712 item twice.
2713
2714 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2717 SIGUSR1 and SIGUSR2.
2718
2719 2007-03-29 Kim F. Storm <storm@cua.dk>
2720
2721 * ido.el (ido-read-internal): When reading file or dir, only override
2722 minibuffer-local-filename-completion-map, otherwise only override
2723 minibuffer-local-completion-map.
2724
2725 2007-03-29 Glenn Morris <rgm@gnu.org>
2726
2727 * complete.el (partial-completion-mode): Set PC-do-completion-end
2728 to nil after use.
2729 (PC-lisp-complete-symbol): Create and use a marker at `end',
2730 rather than using point-marker.
2731
2732 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2733
2734 * simple.el (next-error-highlight): Doc fix.
2735 (compose-mail): Revert 2007-03-19 change.
2736
2737 2007-03-28 Richard Stallman <rms@gnu.org>
2738
2739 * emacs-lisp/edebug.el (edebug-display): Don't go to
2740 edebug-outside-buffer if it is dead.
2741
2742 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * view.el (view-mode): Fix typos in docstring.
2745
2746 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2747
2748 * recentf.el (recentf-save-file): Add a custom :set function.
2749
2750 2007-03-28 Glenn Morris <rgm@gnu.org>
2751
2752 * complete.el (PC-do-completion-end): New variable.
2753 (partial-completion-mode) <choose-completion-string-functions>:
2754 Use PC-do-completion-end in the non-minibuffer case to replace the
2755 correct amount of text.
2756 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2757 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2758 to deal with improvements inserted after point.
2759
2760 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * button.el (make-text-button): Add explicit `button' property.
2763 (default-button): Don't put a `button' property on it.
2764
2765 * progmodes/python.el (python-mode): Skip comments when parsing.
2766
2767 * vc-arch.el (vc-with-current-file-buffer): New macro.
2768 (vc-arch-file-source-p): Use it to avoid infloop.
2769
2770 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2771
2772 * emacs-lisp/lisp.el (lisp-complete-symbol):
2773 Fix call to get-buffer-window to find windows in other frames.
2774
2775 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2778 Fix calls to get-buffer-window to find windows in other frames.
2779 Reported by David Hansen <david.hansen@gmx.net>.
2780
2781 2007-03-27 Kevin Ryde <user42@zip.com.au>
2782
2783 * info.el (Info-display-images-node): On a text-only terminal,
2784 show the "text" or "alt" parts of the image blobs.
2785
2786 2007-03-27 Glenn Morris <rgm@gnu.org>
2787
2788 * complete.el (PC-do-completion): Compute completion-base-size in
2789 the non-filename case, rather than setting to nil.
2790 (PC-lisp-complete-end): New variable.
2791 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2792 original end in a series of consecutive invocations.
2793
2794 * calendar/calendar.el (calendar-mode-hook): Declare it.
2795
2796 * calendar/diary-lib.el (diary-live-p): Do not check for
2797 diary-selective-display.
2798
2799 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * replace.el (occur-next-error): *Occur* might not be displayed in the
2802 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2803
2804 2007-03-26 Richard Stallman <rms@gnu.org>
2805
2806 * textmodes/flyspell.el (flyspell-large-region):
2807 Use ispell-call-process-region.
2808
2809 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2810
2811 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2812 Use prin1 instead of princ.
2813
2814 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2817 Merge in X resources before global face.
2818
2819 * progmodes/compile.el (compilation-start): Save compilation-directory
2820 rather than default-directory as local var.
2821 (compilation-directory): Mark as safe local var.
2822
2823 * files.el: Don't mark default-directory as a safe local var.
2824
2825 2007-03-25 Alan Mackenzie <acm@muc.de>
2826
2827 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2828 * progmodes/cc-engine.el: Fix typo.
2829
2830 2007-03-25 Juri Linkov <juri@jurta.org>
2831
2832 * compare-w.el (compare-windows): Rename customization group
2833 `compare-w' to `compare-windows'.
2834 (compare-windows-whitespace, compare-ignore-whitespace)
2835 (compare-ignore-case, compare-windows-sync)
2836 (compare-windows-sync-string-size, compare-windows-recenter)
2837 (compare-windows-highlight, compare-windows): Change group name in
2838 the `group' tag from `compare-w' to `compare-windows'.
2839 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2840
2841 2007-03-24 Markus Triska <markus.triska@gmx.at>
2842
2843 * expand.el: Change example to always enable abbrev-mode,
2844 and remove redundant `function'.
2845 (expand-abbrev-hook): Add autoload cookie.
2846
2847 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2848
2849 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2850 (testcover-mark-all, testcover-unmark-all): Add prompts to
2851 interactive specs.
2852
2853 2007-03-24 Jason Rumney <jasonr@gnu.org>
2854
2855 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2856 Use file size in bytes for auto-revert-tail-pos not characters.
2857
2858 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2859
2860 * vc-rcs.el (vc-rcs-annotate-command):
2861 Set text property :vc-annotate-prefix on the annotation text.
2862 (vc-rcs-annotate-time): Instead of searching for ": ",
2863 search for end of text propertized with :vc-annotate-prefix.
2864
2865 2007-03-24 Martin Rudalics <rudalics@gmx.at>
2866
2867 * whitespace.el (top level): Remove calls putting
2868 permanent-local nil property since these are no-ops.
2869
2870 * man.el (Man-support-local-filenames): Assure that
2871 default-directory exists when doing call-process.
2872
2873 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2874
2875 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2876 Fix omission bug: Use m4-program-options to construct shell command.
2877
2878 2007-03-23 David Kastrup <dak@gnu.org>
2879
2880 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2881 Use `mapcar' rather than `mapcan' to silence compiler warning.
2882
2883 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2884
2885 * textmodes/reftex.el, textmodes/reftex-vars.el,
2886 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2887 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2888 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2889 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2890 * textmodes/reftex-auc.el: Add maintainer address.
2891
2892 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
2893
2894 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2895 Make sure that `global-font-lock-mode' does not turn on font-lock
2896 in these buffers.
2897
2898 2007-03-21 Kim F. Storm <storm@cua.dk>
2899
2900 * xt-mouse.el (xt-mouse-epoch): New variable.
2901 (xterm-mouse-event): Use float-time.
2902
2903 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
2904
2905 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2906 current-time.
2907
2908 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * complete.el (read-file-name-internal): Don't add the final > if the
2911 completion is not finished (re-application of this patch, which was
2912 accidentally undone by Eli).
2913
2914 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * emulation/viper.el (viper-non-hook-settings): Handle mouse
2917 clicks in describe-key and describe-key-briefly advice a little better.
2918
2919 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2920
2921 * server.el (server-process-filter): Cancel any pending isearch.
2922
2923 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
2924
2925 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2926 (icalendar--get-unfolded-buffer): Define actual arguments rather
2927 than just using &rest. Check replace-in-string is fbound.
2928 (icalendar-import-buffer): Doc fix.
2929 (icalendar--convert-ical-to-diary): Set diary-file.
2930 Check diary-file before inserting final newline.
2931 (icalendar--add-diary-entry): Return diary-file.
2932
2933 2007-03-21 Glenn Morris <rgm@gnu.org>
2934
2935 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2936 (diary-display-hook): Add custom :set function.
2937
2938 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2939 Add custom :set function.
2940 (diary-header-line-format): Doc fix.
2941 (diary-set-maybe-redraw): New function.
2942 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2943 (diary-list-entries): Always run diary-mode.
2944
2945 2007-03-20 Kenichi Handa <handa@m17n.org>
2946
2947 * international/quail.el (quail-setup-completion-buf): Make the
2948 completion buffer read-only.
2949 (quail-completion): Adjusted for the above change. Leave the
2950 modified flag nil.
2951
2952 2007-03-20 David Kastrup <dak@gnu.org>
2953
2954 * files.el (magic-mode-alist): Require literal "%!PS" string for
2955 magic postscript file detection.
2956
2957 2007-03-20 Richard Stallman <rms@gnu.org>
2958
2959 * textmodes/ispell.el (ispell-call-process): New function.
2960 Defends against bad `default-directory.'
2961 (ispell-check-version, ispell-find-aspell-dictionaries)
2962 (ispell-get-aspell-config-value, lookup-words): Call it.
2963 (ispell-call-process-region): New function.
2964 (ispell-send-string): Call it.
2965
2966 2007-03-20 Andreas Schwab <schwab@suse.de>
2967
2968 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2969 (finder-data): Likewise.
2970 (autoloads): Likewise.
2971
2972 2007-03-20 Martin Rudalics <rudalics@gmx.at>
2973
2974 * files.el (basic-save-buffer): Do not set visited filename when
2975 the corresponding directory does not exist or the specified
2976 filename is that of an existing directory.
2977
2978 2007-03-20 Glenn Morris <rgm@gnu.org>
2979
2980 * calendar/diary-lib.el (diary-live-p): New function.
2981 (number-of-diary-entries): Add a :set function to redisplay diary
2982 when necessary.
2983
2984 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
2985
2986 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2987 from client program, mev, to compute mouse event.
2988
2989 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * faces.el (momentary): Face removed; unused due to reversion of
2992 2007-01-04 changes by Kevin Rodgers.
2993
2994 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2995 Suggested by Johan Bockg\e,Ae\e(Brd.
2996
2997 2007-03-19 Martin Rudalics <rudalics@gmx.at>
2998
2999 * font-lock.el (lisp-font-lock-keywords-1):
3000 Highlight define-globalized-minor-mode as a keyword.
3001
3002 2007-03-19 Kim F. Storm <storm@cua.dk>
3003
3004 * calc/calc-forms.el (math-std-daylight-savings)
3005 (math-std-daylight-savings-old): Doc fix.
3006
3007 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3008
3009 * progmodes/python.el (python-default-template): Doc fix.
3010 (python-buffer): Fix typo in docstring.
3011
3012 * isearchb.el (isearchb-follow-char):
3013 * subr.el (def-edebug-spec): Fix typo in docstring.
3014
3015 2007-03-19 Richard Stallman <rms@gnu.org>
3016
3017 * files.el (default-directory): Mark safe.
3018 (basic-save-buffer-2): Put proper dir name in error message.
3019
3020 * simple.el (compose-mail): Run switch-function after
3021 setting up the mail buffer.
3022
3023 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3024
3025 2007-03-18 Jay Belanger <belanger@truman.edu>
3026
3027 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3028 (math-std-daylight-savings-new): Rename from
3029 `math-std-daylight-savings'.
3030 (math-std-daylight-savings-old): Rename from old value of
3031 `math-std-daylight-savings'.
3032 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3033 `math-std-daylight-savings-old' depending on the year.
3034
3035 2007-03-18 Detlev Zundel <dzu@gnu.org>
3036
3037 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3038 zero-width regexps as invalid but rather at least count them correctly.
3039
3040 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3041
3042 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3043 don't wait more if there is output available to process.
3044
3045 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3046
3047 * progmodes/compile.el (compilation-find-file): Revert change
3048 from 2006-07-18 to allow completion of directory names.
3049 Reported by John Carter <john.carter@tait.co.nz>.
3050
3051 2007-03-18 Kim F. Storm <storm@cua.dk>
3052
3053 * subr.el (when, unless): Doc fix.
3054
3055 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3056
3057 * net/tls.el (tls-program): Doc fix.
3058
3059 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3060
3061 * autorevert.el (auto-revert-tail-handler):
3062 Call after-revert-hook.
3063
3064 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3065
3066 * simple.el (switch-to-completions): No error if search for \n\n fails.
3067
3068 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * simple.el (line-move-1):
3071 Respect `inhibit-line-move-field-capture' property.
3072
3073 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * comint.el (comint-arguments): Mark backslash-escaped chars.
3076 (comint-delim-arg): Don't treat them as delimiters.
3077
3078 2007-03-12 Kim F. Storm <storm@cua.dk>
3079 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3080
3081 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3082
3083 * tempo.el (tempo-insert): Deal with 'r> if it appears
3084 specified with a prompt argument.
3085
3086 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3087
3088 * textmodes/org.el (org-set-font-lock-defaults):
3089 Handle narrow table columns correctly.
3090
3091 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3092
3093 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3094 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3095 Return to use of the -no-properties variants. There was
3096 consensus on emacs-devel that the speed of these variants was
3097 prefered since we are usually parsing files (from the internet
3098 or on disk) instead of XML created in Emacs.
3099
3100 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3101 Add customize option.
3102
3103 2007-03-12 Glenn Morris <rgm@gnu.org>
3104
3105 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3106 North American rule. Replace "daylight savings" with "daylight
3107 saving" in doc.
3108
3109 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3110 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3111 "daylight saving" in text.
3112
3113 * woman.el (woman-change-fonts): Tweak previous change by using
3114 woman-request-regexp rather than "^\\.".
3115
3116 * startup.el (command-line-1): Make insertion of
3117 initial-scratch-message not depend on scratch being selected.
3118
3119 2007-03-11 Juri Linkov <juri@jurta.org>
3120
3121 * replace.el (match): Use yellow background on light-bg terminals.
3122
3123 2007-03-11 Richard Stallman <rms@gnu.org>
3124
3125 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3126 Correctly compute line number.
3127
3128 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3129
3130 * type-break.el (type-break-get-previous-count):
3131 Repeat previous change here.
3132
3133 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3134
3135 * progmodes/grep.el (grep-find-ignored-directories):
3136 Add .git and .bzr to list.
3137
3138 2007-03-11 Andreas Schwab <schwab@suse.de>
3139
3140 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3141
3142 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3145
3146 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * faces.el (face-set-after-frame-default): Recalculate face
3149 customizations after applying X resources.
3150
3151 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3152
3153 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3154 (rcirc-keepalive-seconds): Remove variable.
3155 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3156 (rcirc-process, rcirc-user-disconnect): New variables.
3157 (rcirc-connect): Initalize new variables.
3158 (rcirc-keepalive): Don't send keepalive pings before connection
3159 is completed.
3160 (rcirc-sentinel): Do mark all channels with activity when
3161 connection is dropped. Run hook with process buffer local.
3162 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3163 (rcirc-buffer-process): Return value of rcirc-process if
3164 rcirc-server-buffer is nil.
3165 (rcirc-server-name): Return the reported server name.
3166 (rcirc-update-prompt): Simplify computation of the server name.
3167 (rcirc-format-response-string): Likewise.
3168 (rcirc-handler-001): Mark server as connected, record the reported
3169 server name, and schedule a timeout.
3170 (rcirc-track-nick): Add a spec for the tty class.
3171 (rcirc-user-non-nick): Remove function.
3172 (rcirc-nick-prefix-chars): Add variable.
3173 (rcirc-user-nick): Use above variable.
3174
3175 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3176
3177 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3178 Bind deactivate-mark to nil.
3179
3180 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3181
3182 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3183 that buffer contents get erased during completion.
3184
3185 2007-03-10 Glenn Morris <rgm@gnu.org>
3186
3187 * woman.el (woman-change-fonts): Add a hack to deal with
3188 font-escape followed by "." at start of a line.
3189 (woman2-IP): Add a hack to deal with consecutive requests.
3190 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3191
3192 2007-03-10 Alan Mackenzie <acm@muc.de>
3193
3194 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3195
3196 2007-03-09 Richard Stallman <rms@gnu.org>
3197
3198 * abbrev.el (abbrev): Add `provide'.
3199
3200 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3201
3202 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3203
3204 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3205
3206 * complete.el (PC-try-completion): New function.
3207 (PC-do-completion, read-file-name-internal): Use it instead of
3208 try-completion.
3209
3210 2007-03-08 Alan Mackenzie <acm@muc.de>
3211
3212 Remove stale tokens from `c-found-types' cache.
3213
3214 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3215 (c-unfind-coalesced-tokens, c-before-change): New functions.
3216 (c-maybe-stale-found-type): New variable.
3217
3218 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3219 (c-trim-found-types): New functions.
3220
3221 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3224 (debug-ignored-errors): Add entry from smerge-match-conflict.
3225
3226 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3227
3228 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3229 special help topics for keywords.
3230 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3231 etc. Assistant command.
3232
3233 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * replace.el (occur-engine): Move buffer-undo-list binding...
3236 (occur-1): ...to here.
3237
3238 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3239
3240 * simple.el (minibuffer-completing-symbol): New var.
3241 (eval-expression): Use it.
3242 (completion-setup-function): Don't bind completion-base-size when
3243 completing a symbol in the minibuffer.
3244
3245 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3246
3247 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3248 tries to start a second session in graphical mode.
3249
3250 2007-03-07 Miles Bader <miles@gnu.org>
3251
3252 * international/isearch-x.el
3253 (isearch-process-search-multibyte-characters):
3254 Strip text-properties from PROMPT to avoid an error from read-string.
3255
3256 2007-03-07 Kim F. Storm <storm@cua.dk>
3257
3258 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3259 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3260
3261 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3262
3263 * complete.el (PC-do-completion): Delete duplicates in the list of
3264 possible completions.
3265
3266 2007-03-07 Glenn Morris <rgm@gnu.org>
3267
3268 * ses.el (ses-mode): Doc fix.
3269
3270 2007-03-06 Kim F. Storm <storm@cua.dk>
3271
3272 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3273
3274 2007-03-06 Kenichi Handa <handa@m17n.org>
3275
3276 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3277
3278 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * simple.el (completion-setup-function): Improve last fix so it doesn't
3281 set it to a relative directory name either.
3282
3283 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3284
3285 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3286
3287 2007-03-05 Richard Stallman <rms@gnu.org>
3288
3289 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3290
3291 * files.el (find-file-noselect): No error if file no longer exists.
3292 Display a message and avoid other questions.
3293
3294 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3297 as not to use an invisible window and to create a window if none exist.
3298
3299 * progmodes/python.el (python-send-command): Restart proc if necessary.
3300 (python-proc): Simplify.
3301
3302 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3303
3304 * pcomplete.el (pcomplete-show-completions): Search all frames for
3305 completions buffer.
3306
3307 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * cus-edit.el (customize-save-variable): Clear customized-value
3310 property (saved values are now put in theme-value property).
3311 (customize-set-variable): Doc fix.
3312
3313 * complete.el (PC-do-completion): If completion-ignore-case is
3314 non-nil, replace field with completion string before exiting.
3315
3316 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3317
3318 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3319 Append its extension to the resulting temporary file name.
3320 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3321
3322 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3323 (tramp-smb-handle-write-region): Apply it.
3324
3325 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3326
3327 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3328 Redo previous change.
3329
3330 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3331
3332 * diff-mode.el (diff-mode): Doc fix.
3333
3334 2007-03-05 Kenichi Handa <handa@m17n.org>
3335
3336 * international/characters.el: Set category `l' (latin)
3337 for more characters.
3338
3339 2007-03-04 Kim F. Storm <storm@cua.dk>
3340
3341 * emacs-lisp/authors.el (authors-aliases): Add alias.
3342
3343 2007-03-04 Glenn Morris <rgm@gnu.org>
3344
3345 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3346 all when switching major mode.
3347 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3348 (hs-block-start-mdata-select, hs-block-end-regexp)
3349 (hs-forward-sexp-func, hs-adjust-block-beginning):
3350 Do not make these variables permanent-local.
3351
3352 2007-03-04 Richard Stallman <rms@gnu.org>
3353
3354 * progmodes/cperl-mode.el (cperl-mode):
3355 Modify cperl-compilation-error-regexp-alist by appending.
3356
3357 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3358 (edebug-mode): Add the hook.
3359 (edebug-recursive-edit): Remove the hook on exiting.
3360
3361 * type-break.el (type-break-get-previous-time):
3362 Handle end-of-file errors specially
3363 so they don't get reported wrong in .emacs.
3364
3365 * startup.el (fancy-splash-text): Clarify text.
3366
3367 * simple.el (beginning-of-buffer, end-of-buffer):
3368 Avoid treating plain C-u like numeric arg.
3369
3370 * simple.el (completion-setup-function): Don't set
3371 default-directory to nil.
3372
3373 * shell.el (shell-dirstack-query): Doc fix.
3374
3375 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3376 Don't select the window -- pass it to primitives instead.
3377
3378 * faces.el (minibuffer-prompt): Use medium blue by default.
3379
3380 2007-03-04 David Kastrup <dak@gnu.org>
3381
3382 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3383 Preserve 16 as default value for "seconds" when customizing.
3384
3385 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3386
3387 * textmodes/org.el (org-self-insert-command)
3388 (orgtbl-self-insert-command, org-delete-char)
3389 (org-delete-backward-char): Set the `flyspell-delayed' property.
3390
3391 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * international/mule.el (find-auto-coding): Don't search for
3394 line-ending characters past the end of the tail.
3395
3396 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3397
3398 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3399 Jump to the line where new score has been uploaded.
3400
3401 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3402 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3403 Do nothing when the game is paused.
3404
3405 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3406
3407 * textmodes/org.el (org-set-tags): Prevent slipping of point
3408 during completion.
3409
3410 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3411
3412 * isearch.el (isearch-message-prefix):
3413 Use minibuffer-prompt-properties.
3414
3415 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3416
3417 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3418 (ps-setup): Print which Emacsen is running ps-print package.
3419
3420 2007-03-01 Stuart Herring <herring@lanl.gov>
3421
3422 * files.el (set-auto-mode-0): Use `indirect-function'.
3423 (hack-one-local-variable): Don't reapply current major mode.
3424
3425 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * progmodes/python.el (python-quote-syntax): Don't bother with
3428 syntax-ppss-context.
3429 (python-fill-paragraph): Make sure that fenced-string delimiters that
3430 stand on their own line stay there.
3431
3432 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3433
3434 * replace.el (perform-replace): Propertize message.
3435
3436 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3437
3438 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3439 invisible heading.
3440
3441 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * net/tramp.el (tramp-file-name-handler): Revert last change.
3444
3445 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3446
3447 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3448 Correct doc strings.
3449
3450 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3451
3452 * replace.el (perform-replace): Undo forward-char immediately if
3453 non-adjacent search fails.
3454
3455 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * version.el (emacs-major-version, emacs-minor-version):
3458 string-to-int -> string-to-number.
3459
3460 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3461
3462 * help.el (where-is): Fail gracefully when not passed a command.
3463
3464 2007-02-28 Stuart Herring <herring@lanl.gov>
3465
3466 * find-lisp.el (find-lisp-default-directory-predicate):
3467 Fix bug: Do symlink check on expanded filename.
3468
3469 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3470
3471 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3472 changes during replacement.
3473 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3474
3475 2007-02-28 Lars Hansen <larsh@soem.dk>
3476
3477 * desktop.el: Delete header line listing me as maintainer.
3478
3479 2007-02-28 Glenn Morris <rgm@gnu.org>
3480
3481 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3482 the menus case.
3483
3484 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3487 hooks to avoid confusion when combining after-change calls.
3488
3489 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3490
3491 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3492 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3493 (allout-distinctive-bullets-string): Add info about bullet conventions.
3494 (allout-mode): Add info about distinctive vs plain bullets.
3495
3496 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3497
3498 * textmodes/org.el (org-archive-subtree): Quote variable name.
3499 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3500
3501 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3504 (gud-bashdb-command-name, bashdb): Remove.
3505 (gud, gud-menu-map): Remove references to bash/bashdb.
3506
3507 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3508
3509 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3510 keyword for Python 2.5.
3511
3512 2007-02-26 Romain Francoise <romain@orebokech.com>
3513
3514 * net/net-utils.el (whois-server-tld): Update server for .org.
3515 (whois-server-list): Add whois.publicinterestregistry.net.
3516 (whois-guess-server): Fix formatting in docstring.
3517
3518 2007-02-26 Kim F. Storm <storm@cua.dk>
3519
3520 * mouse.el (mouse-show-mark): Run hooks and perform command
3521 remapping for mouse-region-delete-keys.
3522
3523 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3524
3525 * font-core.el (font-lock-mode): Doc fix.
3526
3527 2007-02-25 Kim F. Storm <storm@cua.dk>
3528
3529 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3530 Add selected buffer to buffer-name-history.
3531 (ido-file-internal): Set this-command to fallback command.
3532 Add file names to file-name-history.
3533
3534 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3535 Apply minibuffer-prompt-properties.
3536
3537 2007-02-25 Andreas Schwab <schwab@suse.de>
3538
3539 * files.el (hack-one-local-variable-eval-safep): Correct handling
3540 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3541
3542 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3543
3544 * textmodes/org.el (org-table-overlay-coordinates)
3545 (org-table-toggle-coordinate-overlays): New functions.
3546 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3547 New variables.
3548 (org-startup-with-deadline-check): Remove option.
3549 (org-mode): Remove deadline check on startup.
3550 (org-table-limit-column-width): Remove option.
3551 (org-table-formula-numbers-only): Remove option.
3552 (org-link-style, org-link-format): Remove options.
3553 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3554 (org-export-ascii-show-new-buffer)
3555 (org-export-html-show-new-buffer): Remove options.
3556 (org-activate-links): Remove camel option.
3557 (org-file-link-context-use-camel-case): Remove option.
3558 (org-camel-regexp): Remove variable.
3559 (org-activate-camels): Remove function.
3560 (org-store-link): Remove Camel stuff.
3561 (org-make-org-heading-camel): Remove function.
3562 (org-open-at-point): Remove camel stuff.
3563 (org-link-search): Remove camel stuff.
3564 (org-camel-to-words): Function removed.
3565 (org-get-agenda-file-buffer): Make sure we prepare the base
3566 buffers, not any indirect buffers.
3567 (org-sort-entries): Sort top-level when not on a headline, and no
3568 active region.
3569 (org-in-regexp): New function.
3570 (org-search-not-self): Rename from `org-search-not-link'.
3571 (org-open-link-marker): New variable.
3572 (org-open-at-point): Set `org-open-link-marker'.
3573 (org-print-icalendar-entries): Fixe bug with excluding DONE
3574 entries from the exported list.
3575 (org-edit-formula-lisp-indent): New command.
3576 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3577 (orgtbl-to-latex, orgtbl-insert-radio-table)
3578 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3579 (orgtbl-radio-table-templates): New option.
3580 (org-store-link-props):
3581 (org-remember-templates): More possibilities to insert info
3582 into templates.
3583 (org-remember-apply-template): Make use of the extended
3584 template capabilities.
3585 (org-remember-redo-template): New command.
3586 (org-upgrade-old-links)
3587 (org-table-modify-formulas, org-table-replace-in-formulas)
3588 (org-table-find-dataline)
3589 (org-table-get-vertical-vector): Remove functions.
3590 (org-table-remove-rectangle-highlight)
3591 (org-time-stamp-format, org-toggle-log-option)
3592 (org-table-highlight-rectangle)
3593 (org-table-iterate, org-table-make-reference):
3594 (org-translate-time, org-tree-to-indirect-buffer)
3595 (org-table-field-info, org-table-fix-formulas)
3596 (org-table-force-dataline, org-table-get-descriptor-line)
3597 (org-table-get-range)
3598 (org-skip-comments, org-sort)
3599 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3600 (org-table-current-dline, org-table-current-field-formula)
3601 (org-table-edit-backward-field)
3602 (org-table-edit-formulas-post-command)
3603 (org-table-edit-line-down, org-table-edit-line-up)
3604 (org-agenda-archive)
3605 (org-agenda-clock-cancel)
3606 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3607 (org-agenda-open-link, org-agenda-show-new-time)
3608 (org-agenda-skip-subtree-when-regexp-matches)
3609 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3610 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3611 (org-do-sort, org-file-image-p, org-find-overlays)
3612 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3613 (org-highlight-until-next-command, org-isearch-end)
3614 (org-match-any-p, org-next-link, org-previous-link):
3615 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3616 (org-rewrite-old-row-references)
3617 (org-isearch-post-command)
3618 (org-table-edit-move, org-table-edit-next-field)
3619 (org-table-edit-scroll, org-table-edit-scroll-down)
3620 (org-set-frame-title, org-show-reference)
3621 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3622 (org-show-variable): Remove command.
3623 (org-add-log-maybe): New arguments STATE, FINDPOS
3624 (org-table-sort-lines): Rewrite from scratch.
3625 (org-link-search): New argument AVOID-POS.
3626 (org-print-icalendar-entries): Remove argument CATEGORY.
3627 (org-run-agenda-series): Remove argument WONDOW.
3628 (org-next-link, org-previous-link): New commands.
3629 (org-agenda-date-format): New option.
3630 (org-table-iterate): New command.
3631 (org-table-modify-formulas)
3632 (org-table-replace-in-formulas): Remove functions.
3633 (org-table-fix-formulas): New function.
3634 (org-table-insert-column, org-table-delete-column)
3635 (org-table-move-column): Use `org-table-fix-formulas'.
3636 (org-follow-gnus-link): Patch from Bastien/Leo.
3637 (org-table-current-field-formula): New function.
3638 (org-file-image-p): New function.
3639 (org-agenda-show-new-time): New function.
3640 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3641 (org-with-remote-undo): New macro.
3642 (org-agenda-undo): New command.
3643 (org-verify-change-for-undo): New function.
3644 (org-time-stamp-format): New function.
3645 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3646 by user.
3647 (org-match-any-p): New function.
3648 (org-make-tags-matcher): Handle regular expressions for tag and
3649 todo matches.
3650 (org-read-date): Accept "+N" as input for a date relative to the
3651 current date.
3652 (org-remove-subtree-entries-from-agenda): New function.
3653 (org-agenda-archive, org-agenda-kill):
3654 Use `org-remove-subtree-entries-from-agenda'.
3655 (org-do-sort, org-sort-entries): New functions.
3656 (org-sort): New command.
3657 (org-table-sort-lines): Use `org-do-sort'.
3658 (org-fix-decoded-time): New function.
3659 (org-table-number-regexp): Require 0x... to identify as number
3660 in tables.
3661 (org-startup-options): New keywords for note taking.
3662 (org-upgrade-old-links): Remove function.
3663 (org-get-repeat): New function.
3664 (org-show-context): Also show siblings on current level.
3665 (org-show-siblings): New function.
3666 (org-isearch-end, org-isearch-post-command): New functions.
3667 (org-show-siblings): New option.
3668 (org-show-context): Use `org-show-siblings'.
3669 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3670 to be bound, because user may just use elisp.
3671
3672 2007-02-24 Kim F. Storm <storm@cua.dk>
3673
3674 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3675 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3676
3677 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3678
3679 * startup.el (command-line): Also check if the abbrev file is readable.
3680
3681 2007-02-24 John Paul Wallington <jpw@pobox.com>
3682
3683 * net/tls.el (tls-certtool-program): Fix custom type.
3684
3685 * mail/feedmail.el (feedmail-message-id-generator)
3686 (feedmail-date-generator): Fix custom types.
3687
3688 * mail/rmail.el (rmail-message-filter): Fix custom type.
3689
3690 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3691
3692 * startup.el (command-line): If simple.el cannot be found, proceed
3693 with a warning message.
3694
3695 2007-02-24 Kenichi Handa <handa@m17n.org>
3696
3697 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3698 case that BEG is a string.
3699
3700 2007-02-24 Chris Moore <dooglus@gmail.com>
3701
3702 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3703 * pgg-pgp.el (pgg-pgp-encrypt-region):
3704 * pgg-gpg.el (pgg-gpg-encrypt-region):
3705 Check pgg-encrypt-for-me if no other recipients.
3706
3707 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3708
3709 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3710
3711 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3712 shell-quote-argument.
3713
3714 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3715
3716 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3717 from the comint buffer instead of the temporary one.
3718
3719 2007-02-23 David Reitter <david.reitter@gmail.com>
3720
3721 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3722 storing it in recentf-exclude.
3723
3724 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3727 in splash screen.
3728
3729 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3730
3731 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3732 commands, for restart.
3733 (idlwave-shell-current-module): Fix handling of module name by type.
3734 (idlwave-shell-break-in): Update type handling.
3735 (idlwave-shell-bp-get): Encode type in BP structure.
3736 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3737 (idlwave-shell-module-source-query): Query routine info based on type.
3738 Fix path parsing for non-compiled files.
3739 (idlwave-shell-module-source-filter): Don't signal error in filter
3740 if no source found.
3741 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3742 filter race.
3743
3744 2007-02-22 Kim F. Storm <storm@cua.dk>
3745
3746 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3747 (editable-field): Document need to put some text before the %v
3748 escape in :format string.
3749
3750 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3753 (vc-svn-use-edit): Remove unused config var.
3754 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3755
3756 * outline.el (hide-sublevels): Keep empty last line, if available.
3757
3758 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3759 rather than the corresponding unicode char, to make the code
3760 more readable.
3761
3762 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3765 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3766 (speedbar-item-info-tag-helper): Doc fixes.
3767
3768 2007-02-19 Kenichi Handa <handa@m17n.org>
3769
3770 * international/mule-cmds.el (locale-language-names):
3771 Map "eo" to "Esperanto".
3772
3773 * language/european.el ("Esperanto"): New language environment.
3774
3775 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3776
3777 * simple.el (kill-line): Doc fix.
3778
3779 2007-02-17 Kim F. Storm <storm@cua.dk>
3780
3781 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3782 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3783 (bindat--unpack-group, bindat--pack-group):
3784 Handle vectors with optional element type.
3785
3786 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3787
3788 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3789 if PASSPHRASE is given.
3790
3791 2007-02-17 Chris Moore <dooglus@gmail.com>
3792
3793 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3794 Recognize backups of bz2 compressed files.
3795
3796 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3797
3798 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3799 to nil to speed up lookup of the symbol in index nodes.
3800
3801 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3802
3803 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3804 Add indentation for the constants of Lisp.
3805
3806 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * ps-print.el: Use (defvar <foo>) where applicable.
3809 (ps-print-emacs-type): Remove.
3810 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3811 (ps-frame-parameter): Align its call-convention with frame-parameter.
3812 (ps-begin-job): Adjust calls to it appropriately.
3813 (ps-setup): Don't print ps-print-emacs-type.
3814 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3815 Define in such a way that it's obvious that it's defined.
3816 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3817 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3818 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3819
3820 2007-02-15 Alan Mackenzie <acm@muc.de>
3821
3822 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3823 an empty one-line C-style comment, post-position point properly.
3824
3825 2007-02-15 Chris Moore <dooglus@gmail.com>
3826
3827 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3828 (isearch-lazy-highlight-new-loop): Bind it.
3829 (isearch-lazy-highlight-search): Use it.
3830
3831 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3832
3833 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * font-lock.el (font-lock-extend-region-wholelines):
3836 Only return non-nil if the region has really been changed.
3837 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3838
3839 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3840
3841 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3842 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3843 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3844
3845 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * faces.el (color-values): Revert changes to docstring from
3848 2007-01-31 and 2000-09-07.
3849
3850 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3851 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3852 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3853 (ispell-help): Fix typos in docstring and output message.
3854
3855 2007-02-14 Kim F. Storm <storm@cua.dk>
3856
3857 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3858 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3859 (grep): Fix lgrep reference.
3860
3861 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3862 (standard-display-underline): Use make-glyph-code.
3863
3864 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3865
3866 * international/latin1-disp.el (latin1-display-char):
3867 Use make-glyph-code.
3868
3869 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
3870
3871 * ehelp.el (with-electric-help, electric-help-exit)
3872 (electric-help-retain): Doc fixes.
3873
3874 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3875 (byte-compile-file): Doc fixes.
3876
3877 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3878
3879 * term/mac-win.el: Change all uses of
3880 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3881 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3882 (mac-ae-get-url): Call select-frame-set-input-focus.
3883 (mac-dnd-handle-drag-n-drop-event): Don't call
3884 select-frame-set-input-focus.
3885
3886 2007-02-13 Kenichi Handa <handa@m17n.org>
3887
3888 * international/characters.el: Fix documentation of category `a'.
3889
3890 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3891
3892 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3893
3894 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
3895
3896 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3897 (tramp-get-remote-ln): Handle error case.
3898 Reported by Chris Moore <dooglus@gmail.com>.
3899
3900 2007-02-11 Kim F. Storm <storm@cua.dk>
3901
3902 * bindings.el (ctl-x-map): Remove register compatibility bindings
3903 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3904
3905 2007-02-11 Richard Stallman <rms@gnu.org>
3906
3907 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3908 in load history.
3909
3910 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3911 condition -- don't fail to stop at endpos.
3912
3913 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
3914
3915 * textmodes/org.el (org-agenda-get-todos)
3916 (org-agenda-get-timestamps, org-agenda-get-closed)
3917 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3918 (org-agenda-get-blocks, org-format-agenda-item)
3919 (org-agenda-change-all-lines, org-scan-tags): Rename text property
3920 from `category' to `org-category'.
3921
3922 2007-02-11 Kenichi Handa <handa@m17n.org>
3923
3924 * international/titdic-cnv.el (titdic-convert): Force files be written
3925 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
3926 (miscdic-convert): Force files be written with Unix-like eol format.
3927
3928 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3931
3932 * calculator.el (calculator-prompt): Doc fix.
3933 (calculator-mode-map): Fix typo in menu entry.
3934
3935 2007-02-10 Jay Belanger <belanger@truman.edu>
3936
3937 * calculator.el (calculator): Do more extensive checking for when
3938 3 lines should be used for the calculator.
3939
3940 2007-02-10 Eli Zaretskii <eliz@gnu.org>
3941
3942 * info-look.el (info-lookup-make-completions):
3943 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3944 index nodes.
3945
3946 * info.el (Info-fontify-maximum-menu-size): Document the effect
3947 of a nil value.
3948 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3949 non-nil before using it as size.
3950
3951 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * subr.el (insert-for-yank-1): Prevent read-only properties from
3954 interfering with text property operations.
3955
3956 * image-mode.el (image-mode): Revert 2007-01-30 changes.
3957
3958 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3959 (image-type-auto-detected-p): Fail if another match is found in
3960 auto-mode-alist.
3961
3962 * files.el (magic-mode-alist): Call image-mode instead of
3963 image-mode-maybe for autodetected images.
3964
3965 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3968 Fix typos in docstrings.
3969 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3970
3971 2007-02-09 Kim F. Storm <storm@cua.dk>
3972
3973 * emacs-lisp/float-sup.el: Remove obsolete comment.
3974
3975 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3978
3979 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3980
3981 * simple.el: Revert previous change, at request of RMS:
3982 (fundamental-mode-hook): Remove.
3983 (fundamental-mode): Run after-change-major-mode-hooks manually,
3984 and don't run the now-nonexistent fundamental-mode-hook.
3985
3986 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3987
3988 * simple.el (fundamental-mode-hook): Declare new hook.
3989 (fundamental-mode): Run the new dedicated hook, and don't run
3990 after-change-major-mode-hooks manually anymore.
3991
3992 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3995 added columns of chars. Remove support for the "no-meta-info" format.
3996 Prompted by Romain Francoise <romain@orebokech.com>.
3997
3998 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3999
4000 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4001 (gdb-mouse-until, gdb-mouse-jump): Use it.
4002
4003 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4004
4005 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4006 work when there is just an assembler buffer (no source buffer).
4007
4008 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4009
4010 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4011 just because the diff was produced using "-p" (--show-c-function).
4012
4013 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * faces.el (frame-set-background-mode): Use `color-values' and
4016 `display-color-p', not `x-color-values' and `x-display-color-p'.
4017 (face-valid-attribute-values): Use `defined-colors' instead of
4018 `x-defined-colors'.
4019
4020 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4021
4022 * ps-print.ps: The ps-print commands without face printing should not
4023 print background color. Reported by Leo <sdl.web@gmail.com>.
4024 (ps-print-version): New version 6.7.3.
4025 (ps-begin-job): New arg. Fix ps-default-background and
4026 ps-default-foreground initialization.
4027 (ps-face-attributes): Fix doc string.
4028 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4029
4030 * printing.el: Fix ps-print link.
4031
4032 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * faces.el (face-set-after-frame-default): Compile attributes to
4035 be set by frame parameters before merging in X resources.
4036
4037 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * simple.el (blink-matching-paren-dont-ignore-comments):
4040 (blink-matching-paren-on-screen): Doc fixes.
4041
4042 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4043
4044 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4045
4046 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4049 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4050 entries like `defun'. Return nil.
4051
4052 2007-02-05 Kim F. Storm <storm@cua.dk>
4053
4054 * ido.el: Doc fixes.
4055
4056 2007-02-04 David Kastrup <dak@gnu.org>
4057
4058 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4059 `mpuz-allow-double-multiplicator' is non-zero, and correct
4060 calculation of `min'.
4061
4062 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4063
4064 * wid-edit.el (widget-default-create): Insert new text at the
4065 :from marker _after_ the marker, not before it.
4066
4067 2007-02-04 Alan Mackenzie <acm@muc.de>
4068
4069 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4070 containing it is re-indented.
4071
4072 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4073
4074 * net/newsticker.el (newsticker--insert-image): Update docstring,
4075 and insert the image directly.
4076 (newsticker--buffer-redraw): Update docstring.
4077
4078 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4079 Rename from define-global-minor-mode.
4080
4081 * progmodes/cwarn.el (global-cwarn-mode):
4082 * emacs-lisp/autoload.el (make-autoload):
4083 * hi-lock.el (global-hi-lock-mode):
4084 * font-core.el (global-font-lock-mode): All callers changed.
4085
4086 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4087
4088 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4089 Don't copy @ignore lines into menu descriptions.
4090 (texinfo-multi-file-update): Goto the @node line before attempting
4091 to pluck the node name.
4092 (texinfo-multiple-files-update): Reverse the optional arguments'
4093 order, as per the doc string and the `interactive' form.
4094
4095 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * image-mode.el: Use autoload to avoid overriding disabled setting
4098 applied in .emacs.
4099
4100 2007-02-03 Alan Mackenzie <acm@muc.de>
4101
4102 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4103 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4104 adjacent paren groups).
4105
4106 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4107
4108 * progmodes/ebnf2ps.el: Doc fixes.
4109 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4110
4111 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4112
4113 * dired-x.el (dired-do-relsymlink): Add reference to
4114 dired-do-symlink. Add an autoload cookie.
4115
4116 * dired-aux.el (dired-do-symlink): Add reference to
4117 dired-do-relsymlink.
4118
4119 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4120
4121 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4122 <left-fringe mouse-3>: New bindings.
4123
4124 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4125
4126 * newsticker.el (newsticker-version): Changed to "1.10".
4127 (newsticker--set-customvar): Doc string.
4128 (newsticker-new-item-face): Doc string.
4129 (newsticker-mode): Initialize `invisibility-spec' with t.
4130 (newsticker-mode-map): Added
4131 `newsticker-mark-all-items-at-point-as-read'.
4132 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4133 (newsticker-w3m-show-inline-images): Do not call
4134 `w3m-remove-image'.
4135 (newsticker--buffer-after-w3m-insert-image): New advice for
4136 w3m-insert-image to cache images.
4137 (newsticker-next-item-same-feed): New.
4138 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4139 (newsticker-mark-all-items-of-feed-as-read): New.
4140 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4141 (newsticker-mark-item-at-point-as-read): Doc string.
4142 (newsticker-mark-item-at-point-as-read): Use new functions.
4143 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4144 `newsticker-mark-item-at-point-as-read'.
4145 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4146 (newsticker--sentinel): Yet another xml-parser workaround.
4147 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4148 days.
4149 (newsticker--buffer-do-insert-text): Fix.
4150 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4151 (newsticker--buffer-make-item-completely-visible):
4152 `switch-to-buffer' not necessary.
4153
4154 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4155
4156 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4157 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4158 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4159 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4160 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4161
4162 2007-02-02 Kenichi Handa <handa@m17n.org>
4163
4164 * international/quail.el (quail-show-key): Fix an error message.
4165
4166 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * faces.el (set-face-underline-p, modify-face): Rename arg
4169 UNDERLINE-P to UNDERLINE (it is not a flag).
4170
4171 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4172
4173 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4174 when adding gdb-speedbar-update to gdb-input-queue.
4175
4176 2007-02-01 Kenichi Handa <handa@m17n.org>
4177
4178 * international/quail.el (quail-show-key): Signal an error if the
4179 current input method is not using Quail.
4180
4181 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4182
4183 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4184 Trim leading whitespace in sysvar names.
4185
4186 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4187
4188 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4189
4190 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4193
4194 2007-01-31 Romain Francoise <romain@orebokech.com>
4195
4196 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4197 previous change to this file.
4198
4199 2007-01-31 Jason Rumney <jasonr@gnu.org>
4200
4201 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4202 image-mode.
4203
4204 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4205 interfering with attempt to set major mode from modified
4206 auto-mode-alist.
4207
4208 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * faces.el (color-values): Doc fix.
4211 (face-differs-from-default-p): Don't check :foreground twice.
4212
4213 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4214
4215 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4216
4217 2007-01-31 Kenichi Handa <handa@m17n.org>
4218
4219 * international/quail.el (quail-store-decode-map-key): Store a
4220 translated character too.
4221 (quail-char-equal-p): New function.
4222 (quail-find-key1): Check character equality by quail-char-equal-p.
4223 (quail-decode-map-generated): New variable.
4224 (quail-find-key): Check quail-decode-map-generated and re-generate
4225 a decode map if necessary.
4226
4227 2007-01-30 Richard Stallman <rms@gnu.org>
4228
4229 * tutorial.el (tutorial--detailed-help): Make the list of
4230 changed keys look nicer.
4231
4232 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4233
4234 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4235 (gdb-var-delete): Use it.
4236 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4237 `in_scope'.
4238
4239 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4240
4241 * files.el (get-free-disk-space): Return nil for remote directories.
4242
4243 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4244 instead of "dir".
4245
4246 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * type-break.el (type-break-catch-up-event): New function.
4249 (type-break-demo-hanoi, type-break-demo-life)
4250 (type-break-demo-boring): Use it.
4251
4252 * image-mode.el (image-mode): Don't automatically view as image.
4253 (image-toggle-display): Add `disabled' property.
4254
4255 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4256
4257 * isearchb.el (isearchb-iswitchb):
4258 * ps-print.el (ps-build-face-reference):
4259 * emacs-lisp/shadow.el (list-load-path-shadows):
4260 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4261 * international/mule.el (find-auto-coding):
4262 * mail/supercite.el (sc-attrib-selection-list):
4263 * progmodes/cc-defs.el (c-emacs-features):
4264 * progmodes/cc-vars.el (c-offsets-alist):
4265 * progmodes/flymake.el
4266 (flymake-init-create-temp-source-and-master-buffer-copy):
4267 Fix typos in docstrings (some suggested by Chris Moore).
4268
4269 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4270 (vhdl-get-library-unit, vhdl-corresponding-begin)
4271 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4272 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4273 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4274 (vhdl-font-lock-match-item): Fix typos in docstrings.
4275 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4276 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4277 (vhdl-speedbar-insert-project-hierarchy):
4278 Improve argument/docstring consistency.
4279
4280 2007-01-29 Kenichi Handa <handa@m17n.org>
4281
4282 * international/titdic-cnv.el (py-converter): Fix previous change.
4283
4284 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * jka-compr.el (jka-compr-partial-uncompress)
4287 (jka-compr-call-process): Rebind default-directory if it is
4288 invalid. Suggested by Chris Moore.
4289
4290 * comint.el (comint-insert-input): Handle situation where the
4291 selected buffer is not the clicked buffer.
4292
4293 2007-01-29 Kenichi Handa <handa@m17n.org>
4294
4295 * international/ja-dic-cnv.el (skkdic-convert):
4296 Add byte-compile-disable-print-circle:t at the head.
4297
4298 * international/titdic-cnv.el (tit-process-header):
4299 Add byte-compile-disable-print-circle:t at the head.
4300 (miscdic-convert): Likewise.
4301 (py-converter): Skip the header comments.
4302
4303 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4304 New variable.
4305 (byte-compile-output-file-form): Bing print-circle to nil if
4306 byte-compile-output-file-form is not nil.
4307 (byte-compile-output-docform): Likewise.
4308
4309 2007-01-28 Kim F. Storm <storm@cua.dk>
4310
4311 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4312 Declare earlier to avoid byte compiler warnings.
4313
4314 2007-01-28 Markus Triska <markus.triska@gmx.at>
4315
4316 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4317
4318 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4321 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4322 when calling update-game-score program. Remove unnecessary
4323 save-excursion.
4324
4325 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4326
4327 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4330 avoid compiler warning.
4331 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4332 might have values other than "true" or "false".
4333
4334 2007-01-28 Richard Stallman <rms@gnu.org>
4335
4336 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4337 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4338
4339 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4340
4341 * image.el (image-type-header-regexps): Make GIF regex more specific.
4342
4343 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4344 Don't check `backspace'.
4345 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4346 in Fundamental mode.
4347
4348 * startup.el (fancy-splash-text, normal-splash-screen):
4349 Mention C-g.
4350
4351 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4352 when inserting in buffer.
4353
4354 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4355 inside the if.
4356
4357 2007-01-27 Richard Stallman <rms@gnu.org>
4358
4359 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4360
4361 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4362
4363 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4364 enum/union/struct/class definition.
4365 Revert change to call `forward-sexp' multiple times.
4366
4367 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * files.el (hack-local-variables-confirm): Don't keep trying to
4370 read an event from an empty kbd macro.
4371
4372 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4373
4374 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4375
4376 2007-01-27 Ben North <ben@redfrontdoor.org>
4377
4378 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4379 the arg CHILDREN -> WHICH.
4380
4381 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4382
4383 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4384 default-directory to a sane value when calling start-process.
4385
4386 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4387
4388 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4389 (ls-lisp-format-time-list): Doc fix. Mention
4390 ls-lisp-use-localized-time-format.
4391 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4392 ls-lisp-use-localized-time-format is non-nil, even if a valid
4393 locale is defined.
4394
4395 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * jka-compr.el (jka-compr-shell): Doc fix.
4398
4399 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4400
4401 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4402
4403 * ps-print.ps: Fix background height.
4404 (ps-print-version): New version 6.7.2.
4405
4406 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4407
4408 * makefile.w32-in (finder-data, custom-deps): Depend on
4409 $(lisp)/loaddefs.el.
4410
4411 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4412
4413 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4414
4415 2007-01-24 Miles Bader <miles@gnu.org>
4416
4417 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4418 (byte-compile-output-docform): Bind `print-circle' to t.
4419
4420 2007-01-24 Kenichi Handa <handa@m17n.org>
4421
4422 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4423 file name of the original SKK dictionary file.
4424
4425 2007-01-24 Kim F. Storm <storm@cua.dk>
4426
4427 * ido.el (ido-initial-position): New variable.
4428 (ido-read-internal): Set it if default item is specified.
4429 (ido-minibuffer-setup): Position cursor accordingly if set.
4430 (ido-edit-input): C-e moves to end of input if not already there.
4431 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4432 Don't switch to buffer mode if repeating C-b at start of input.
4433 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4434 input; else it moves to start of input.
4435 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4436 not at end of input, delete rest of input, rather than normal op.
4437
4438 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4439
4440 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4441
4442 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4443 of message. Activate mark.
4444 (ediff-activate-mark): Set transient-mark-mode to t.
4445
4446 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4447
4448 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4449
4450 * help-fns.el (describe-variable): Don't suppress display of
4451 buffer local value when the value is "large".
4452
4453 2007-01-22 Kim F. Storm <storm@cua.dk>
4454
4455 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4456 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4457 (ido-tidy): Use ido-active.
4458
4459 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4460
4461 * hexl.el (hexl-mode-exit): Add missing quote.
4462
4463 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4464
4465 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4466 (mac-ae-keyboard-modifiers): New function.
4467 (mac-handle-toolbar-switch-mode): Use it.
4468 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4469 if keyboard modifiers on drop contain option key.
4470 (mac-dnd-drop-data): Add optional argument `action'.
4471 (special-event-map): Remove binding for M-drag-n-drop.
4472
4473 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4474
4475 * add-log.el (add-log-current-defun): Use CC Mode functions to
4476 find the beginning and end of a defun.
4477
4478 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4481 (gdb-var-create-handler): Handle value field in GDB output of
4482 -var-create.
4483 (gdb-max-frames): New variable.
4484 (gdb-stack-buffer, gdb-frames-select): Use it.
4485 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4486 if necessary.
4487 (gdb-get-frame-number): Simplify.
4488
4489 2007-01-21 Glenn Morris <rgm@gnu.org>
4490
4491 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4492 Update copyrights.
4493
4494 2007-01-21 Alan Mackenzie <acm@muc.de>
4495
4496 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4497 handling of K&R stuff.
4498
4499 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4500
4501 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4502
4503 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4504
4505 * ps-print.el: Handle frame parameters (background and/or foreground
4506 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4507 (ps-print-version): New version 6.7.1.
4508 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4509 (ps-frame-parameter): New fun.
4510 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4511 Fix doc and customization.
4512 (ps-begin-job): Get frame parameters (background and/or foreground
4513 colors).
4514 (ps-do-despool): Ensure ps-printer-name has a valid value.
4515
4516 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4517
4518 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4519 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4520 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4521 mean unlimited.
4522
4523 2007-01-20 Alan Mackenzie <acm@muc.de>
4524
4525 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4526 much more rigorous analysis of putative K&R regions.
4527
4528 2007-01-20 Alan Mackenzie <acm@muc.de>
4529
4530 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4531 New functions.
4532
4533 2007-01-20 Alan Mackenzie <acm@muc.de>
4534
4535 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4536 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4537 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4538 * progmodes/cc-vars.el: Add my name.
4539
4540 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * files.el (find-alternate-file): Revert query message to Emacs 21
4543 version.
4544
4545 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4546
4547 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4548 the doc string how to use personal abbrevs without electric
4549 keywords.
4550
4551 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4552
4553 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4554 Fixed cursor position when toggle abbreviated display.
4555
4556 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4557
4558 * t-mouse.el: Update copyright following assignment by
4559 Alessandro Rubini.
4560
4561 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4562
4563 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4564 (type-break-demo-boring): Call read-event instead of read-char.
4565
4566 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4567
4568 * progmodes/compile.el: Add handling for makepplog.
4569
4570 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4571
4572 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4573 aspell dictionaries are initialized when called non-interactively.
4574
4575 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * progmodes/compile.el (compilation-loop): New arg limit.
4578 Handle case where the first error is at point-min.
4579 (compilation-next-error): New arg to compilation-loop call.
4580
4581 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4582
4583 * info.el (Info-default-dirs): Change default info dir to
4584 share/info.
4585
4586 * paths.el (Info-default-directory-list): Ditto.
4587
4588 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4589
4590 * hexl.el (hexl-before-revert-hook): New function.
4591 (hexl-mode): Use it.
4592 (hexl-after-revert-hook): Just call hexl-mode.
4593 (hexl-mode-exit): Remove before-revert-hook.
4594
4595 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4598
4599 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4600
4601 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4602 by "-" in francais7 otherchars entry.
4603 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4604 otherchars entry.
4605
4606 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4607
4608 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4609 path. Rewrite function in `cond' style for readability.
4610
4611 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4612 (The path shortening, that is, not the rearrarangement.)
4613
4614 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4615
4616 * term/mac-win.el (mac-ae-quit-application): New function.
4617 (mac-apple-event-map): Bind "quit application" Apple event to it.
4618
4619 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4622 than the program's output.
4623
4624 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4627 (kmacro-start-macro-or-insert-counter)
4628 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4629 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4630
4631 * longlines.el (longlines-show-hard-newlines):
4632 * ruler-mode.el (ruler-mode-ruler):
4633 * emulation/keypad.el (keypad-setup):
4634 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4635 Fix typo in docstring.
4636
4637 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4638
4639 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4640 Remove redirect character ">".
4641
4642 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * replace.el (perform-replace): Remove leftover code.
4645
4646 2007-01-12 Richard Stallman <rms@gnu.org>
4647
4648 * replace.el (perform-replace): Don't clear NODENT when computing
4649 the replacement string.
4650
4651 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4652
4653 * net/tramp.el (tramp-handle-file-local-copy):
4654 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4655 <christopher.ian.moore@gmail.com>.
4656
4657 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * diff-mode.el (diff-sanity-check-context-hunk-half)
4660 (diff-sanity-check-hunk): New functions.
4661 (diff-find-source-location): Use'em to check the hunks are well-formed.
4662
4663 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4664 activate undo when undo is not active.
4665 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4666
4667 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4670 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4671 (ffap-url-at-point): Use char-classes rather than "a-z".
4672
4673 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * ediff-init.el (ediff-autostore-merges):
4676 * textmodes/fill.el (fill-region): Doc fix.
4677
4678 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * server.el (server-ensure-safe-dir): UIDs may be floats.
4681
4682 2007-01-10 Richard Stallman <rms@gnu.org>
4683
4684 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4685 around calls to directory-files.
4686
4687 * subr.el (momentary-string-display): Use save-excursion.
4688
4689 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4690 argument, but read it as `X' does.
4691
4692 2007-01-09 Juri Linkov <juri@jurta.org>
4693
4694 * info.el (Info-fontify-node): Don't hide node names of index entries.
4695
4696 * faces.el (momentary): Change :group to basic-faces where all
4697 basic faces belong to. Add :version.
4698
4699 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4700
4701 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4702 keybinding is found.
4703 (tutorial--find-changed-keys): Never treat null keybinding as a
4704 remapping.
4705
4706 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4707
4708 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4709
4710 2007-01-09 Kenichi Handa <handa@m17n.org>
4711
4712 * international/mule-cmds.el
4713 (select-safe-coding-system-interactively): Fix message.
4714
4715 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4716
4717 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4718 (tramp-process-actions): Add optional parameter TIMEOUT.
4719 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4720 (tramp-open-connection-su): Add timeout of 60".
4721
4722 2007-01-09 Richard Stallman <rms@gnu.org>
4723
4724 * progmodes/compile.el (compile): Doc fix.
4725
4726 2007-01-09 Markus Triska <markus.triska@gmx.at>
4727
4728 * tumme.el (tumme-display-thumb): Doc fix.
4729
4730 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * battery.el (battery-search-for-one-match-in-files):
4733 * bindings.el (mode-line-minor-mode-help):
4734 * x-dnd.el (x-dnd-types-alist):
4735 * calendar/icalendar.el (icalendar-import-buffer):
4736 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4737
4738 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4739
4740 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4741
4742 * replace.el (replace-regexp): Fix typo in docstring.
4743
4744 2007-01-07 Alan Mackenzie <acm@muc.de>
4745
4746 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4747 Amend doc-string and comments.
4748
4749 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4750
4751 * files.el (abbreviate-file-name): Doc fix.
4752
4753 2007-01-06 Markus Triska <triska@gmx.at>
4754
4755 * subr.el (split-string): Remove spurious ")" from doc string.
4756
4757 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4758
4759 * textmodes/table.el (table--warn-incompatibility):
4760 Use display-warning instead of momentary-string-display.
4761
4762 2007-01-05 Richard Stallman <rms@gnu.org>
4763
4764 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4765
4766 * simple.el (backward-kill-word): Doc fix.
4767
4768 2007-01-05 Romain Francoise <romain@orebokech.com>
4769
4770 * international/mule.el (sgml-html-meta-auto-coding-function):
4771 Ensure that the buffer contains a HTML document.
4772
4773 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4774
4775 * faces.el (momentary): Move here ...
4776 * subr.el (momentary): ... from here.
4777
4778 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4779
4780 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4781 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4782 large structures/arrays.
4783
4784 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * files.el (find-file-noselect-1, set-visited-file-name):
4787 Allow backup-enable-predicate to be nil.
4788
4789 2007-01-04 Andreas Schwab <schwab@suse.de>
4790
4791 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4792 last change.
4793
4794 2007-01-03 Richard Stallman <rms@gnu.org>
4795
4796 * woman.el (woman-decode-buffer): Clarify error message.
4797
4798 2007-01-03 Alan Mackenzie <acm@muc.de>
4799
4800 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4801
4802 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4803
4804 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4805
4806 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4809
4810 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * emulation/viper.el (viper-custom-file-name, viper-mode):
4813 Fix typos in docstrings.
4814
4815 * subr.el (momentary-string-display): After moving point, set POS
4816 variable to it to avoid later errors once the buffer is modified.
4817 Doc fix.
4818
4819 2007-01-02 Alan Mackenzie <acm@muc.de>
4820
4821 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4822 check that the "*/" is present before trying to manipulate it.
4823
4824 2007-01-02 Richard Stallman <rms@gnu.org>
4825
4826 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4827
4828 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4829 Fix format of value.
4830
4831 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4832 Change messages accordingly.
4833 (customize-customized): Now alias.
4834
4835 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4836
4837 * files.el (version-control): Doc fix.
4838
4839 2007-01-01 Alan Mackenzie <acm@muc.de>
4840
4841 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4842 Check the format of c-state-cache is valid for an optimisation before
4843 using it.
4844
4845 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4846 are at a statement within a macro". Other changes so that only
4847 the first continuation line in a macro gets the symbol
4848 `cpp-define-intro', the others getting `statement', or whatever.
4849
4850 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4851 a string, preserve whitespace. Add a backslash only when also in
4852 a macro.
4853
4854 * progmodes/cc-defs.el: Correct typos.
4855
4856 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4857 new line after an escaped EOL in a string.
4858
4859 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4860 label when it directly follows "else", "do", ....
4861
4862 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4863 angle brackets (as seen in "explicit specialisations" of C++
4864 templates).
4865
4866 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4867 in the doc-string.
4868
4869 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4870 when the comment ender looks like "=========*/" and is alone on
4871 its line.
4872
4873 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4874 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4875 for the old name.
4876
4877 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4878 c-\(beginning\|end\)-of-defun by default.
4879
4880 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4881 New line-up function, for the DEFUN macro in the Emacs C sources.
4882 Only used in "gnu" style.
4883
4884 * progmodes/cc-styles.el (c-style-alist): Use this new function in
4885 the "gnu" style.
4886
4887 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4888 clean-up comment-close-slash also to work when there's a comment
4889 terminator on the line.
4890 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4891 these for large arg - only take account of top level {..}, except
4892 for initial and final adjustments. M-- C-M-[ae] now go to the
4893 right defuns when the starting point is between defuns. They use
4894 the four new functions:
4895 (c-in-function-trailer-p, c-where-wrt-brace-construct)
4896 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4897 support c-\(beginning\|end\)-of-defun.
4898
4899 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4900 expressions more rigorously, to exclude bit-field specifiers from
4901 being classed as labels.
4902 (c-forward-label): When analyzing a ":" within a macro, be careful
4903 about using c-forward-syntactic-ws at the macro beginning.
4904 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4905 stmt boundary, check for "operator=", etc.
4906
4907 * progmodes/cc-mode.el (c-postprocess-file-styles):
4908 Bind inhibit-read-only to t, around the call to
4909 c-remove-any-local-eval-or-mode-variables, so that it works on a
4910 RO file.
4911
4912 * progmodes/cc-defs.el (c-version): Update the version number to
4913 "5.31.4".
4914
4915 2007-01-01 Richard Stallman <rms@gnu.org>
4916
4917 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4918 only if we restored isearch-window-configuration.
4919
4920 2006-12-31 Romain Francoise <romain@orebokech.com>
4921
4922 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4923
4924 2006-12-31 Kim F. Storm <storm@cua.dk>
4925
4926 * files.el (auto-mode-case-fold): New defcustom.
4927 (set-auto-mode): If non-nil, perform second case-sensitive pass
4928 through auto-mode-alist if first pass failed.
4929
4930 2006-12-30 Richard Stallman <rms@gnu.org>
4931
4932 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4933
4934 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
4935
4936 * allout.el (allout-encrypt-string): Handle symmetric-key
4937 passphrase caching but leave keypair caching to pgg.
4938
4939 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
4940
4941 Sync with Tramp 2.0.55.
4942
4943 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4944 `integerp'. `char-equal' could fail else in case of negative
4945 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4946 (top): Check for `font-lock-add-keywords' before calling; it
4947 doesn't exist under XEmacs.
4948 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
4949 (tramp-completion-mode): Remove clause (not
4950 tramp-unified-filenames), because the function is called in other
4951 context too, where this check results in wrong results in the
4952 XEmacs case on Windows.
4953 (tramp-touch): UTC handling is not possible for XEmacs.
4954
4955 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4956
4957 * scroll-bar.el (previous-scroll-bar-mode): New variable
4958 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4959 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4960
4961 * term/x-win.el: Set scroll bar mode to right if set by X resources.
4962
4963 2006-12-30 Richard Stallman <rms@gnu.org>
4964
4965 * files.el (make-backup-file-name-1): Precompute abs name
4966 but don't lose the relative name.
4967
4968 * international/mule-cmds.el (select-safe-coding-system-interactively):
4969 Fix message.
4970
4971 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4972
4973 * files.el (backup-buffer): Show entire backup file name in msg.
4974
4975 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * image.el (image-type-header-regexps, image-type-from-data)
4978 (image-type-from-buffer, image-type-from-file-header):
4979 Revert changes from 2006-12-26.
4980 (image-type-auto-detectable): New variable.
4981 (image-type-auto-detected-p): New function.
4982
4983 * files.el (magic-mode-alist): Detect image files with
4984 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4985
4986 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
4987
4988 * dired.el (dired-sort-other): Move test for dired-mode...
4989 (dired-sort-set-modeline): ...to here.
4990
4991 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4992
4993 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4994 change. Suggested by Stefan Monnier.
4995
4996 2006-12-29 Kim F. Storm <storm@cua.dk>
4997
4998 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4999 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5000
5001 2006-12-27 Kim F. Storm <storm@cua.dk>
5002
5003 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5004 so it doesn't accidentally match an fsf.org mail address.
5005 (authors-renamed-files-alist): Add tcover-*.el.
5006
5007 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * vc-arch.el (vc-arch-find-version): New function.
5010
5011 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5012 composed of arbitrary characters (even /) in some systems.
5013
5014 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5015
5016 * international/mule-cmds.el (select-safe-coding-system-interactively):
5017 Improve the message in the *Warning* buffer.
5018
5019 2006-12-27 Kim F. Storm <storm@cua.dk>
5020
5021 * ido.el (ido-set-matches-1): Fix last change. If default item is
5022 current buffer, it is ok to be first.
5023
5024 2006-12-27 Kenichi Handa <handa@m17n.org>
5025
5026 * international/mule-cmds.el (select-safe-coding-system-interactively):
5027 Use face `link' for problematic chars.
5028
5029 2006-12-27 Kenichi Handa <handa@m17n.org>
5030
5031 * international/mule-cmds.el (select-safe-coding-system-interactively):
5032 Improve the message in *Warning* buffer.
5033
5034 2006-12-27 Kim F. Storm <storm@cua.dk>
5035
5036 * ido.el (ido-set-matches-1): Never put current buffer first if
5037 there are other matches.
5038
5039 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5040
5041 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5042 expressions.
5043 (gdb-var-delete): Handle duplicate names. Print message for non
5044 root expressions.
5045 (gdb-partial-output-name): Start buffer name with a space.
5046 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5047 buffer name.
5048
5049 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5050
5051 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5052 last footnote when `footnote-spaced-footnotes' is nil.
5053
5054 2006-12-26 Richard Stallman <rms@gnu.org>
5055
5056 * cus-edit.el (custom-browse-sort-alphabetically)
5057 (custom-buffer-sort-alphabetically)
5058 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5059
5060 * image.el (image-type-header-regexps): Change element format
5061 to include third item NOT-ALWAYS.
5062 (image-type-from-data): Handle new format.
5063 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5064 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5065
5066 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5067
5068 * add-log.el (add-log-current-defun): Call `forward-sexp'
5069 multiple times to pick a member function name defined as
5070 part of nested classes/namespaces.
5071
5072 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5073
5074 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5075 which keymap should be used to change menu. It does not affect any
5076 existent code.
5077
5078 2006-12-26 Richard Stallman <rms@gnu.org>
5079
5080 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5081 rather than for being in a minibuffer window.
5082
5083 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5084
5085 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5086 locale-coding-system.
5087 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5088 LF.
5089
5090 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5091
5092 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5093 (sql-mode-syntax-table): Disable double quoted strings.
5094 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5095
5096 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5097
5098 * startup.el (fancy-splash-last-input-event): New variable.
5099 (fancy-splash-special-event-action): New function.
5100 (fancy-splash-screens): Temporarily bind special events to it.
5101 Execute command for saved special event before exiting from
5102 recursive editing.
5103
5104 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5105 New functions.
5106 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5107 Use mac-unread-string.
5108
5109 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5110
5111 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5112 an optimized comment regexp if `comment-start-skip' uses a ^.
5113 * bs.el (bs--up): Remove interactive spec.
5114
5115 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5118 Suggested by James Cloos.
5119
5120 2006-12-24 Kevin Ryde <user42@zip.com.au>
5121
5122 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5123 in March.
5124 (calendar-dst-ends): Default to first Sunday in November.
5125
5126 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5127
5128 * allout.el (allout-encrypt-string): Inhibit use of agent within
5129 body of let form where encryption happens. Acknowledge non-use of
5130 gpg-agent in docstring.
5131 (allout-toggle-subtree-encryption): Acknowledge non-use of
5132 gpg-agent in docstring.
5133
5134 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5137
5138 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5139
5140 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5141 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5142
5143 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5144 in hooks.
5145 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5146 actually modify buffer; ignore errors if occur.
5147
5148 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5149
5150 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5151 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5152 formatting.
5153
5154 2006-12-23 Richard Stallman <rms@gnu.org>
5155
5156 * simple.el (delete-horizontal-space): Doc fix.
5157
5158 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5159
5160 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5161 explicitly in a recursive Make, not implicitly through prerequisites,
5162 since the latter is wrong under parallel builds.
5163
5164 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5165
5166 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5167
5168 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5169
5170 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5171 message string.
5172
5173 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5174
5175 * outline.el (outline-next-visible-heading): Fix the case with a
5176 header at end-of-file with no final newline.
5177
5178 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5179
5180 * indent.el (tab-always-indent): Doc fix.
5181
5182 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5183
5184 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5185 (Info-fontify-node): Do fontify indices.
5186
5187 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5188 to the Emacs Lisp reference manual.
5189 (tutorial--tab-map): Remove. All callers changed.
5190 (tutorial--find-changed-keys): New elt QUIET, used to...
5191 (tutorial--display-changes): ...ensure that warning messages are
5192 only issued once per changed key.
5193 (tutorial--remove-remarks): Delete unused code-path.
5194 (lang-strings): Remove extraneous formatting.
5195 (tutorial--save-tutorial): Prompt before saving tutorial state.
5196
5197 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5198
5199 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5200 Replace '?\ ' by '?\s' throughout.
5201 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5202 `help' custom group.
5203 (tutorial--key-description): New function.
5204 (tutorial--display-changes): Remove redundant arg. Scan for all
5205 key sequences to avoid false matches. Cleanup.
5206 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5207 reduce homedir pollution.
5208 (help-with-tutorial): Call tutorial--display-changes with no arg.
5209
5210 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5211
5212 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5213
5214 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5215
5216 * net/tramp.el (tramp-default-method): We still need to check for
5217 `executable-find', because it is not bound under Emacs 20.
5218 (tramp-handle-file-name-completion)
5219 (tramp-completion-handle-file-name-completion): Handle optional
5220 parameter PREDICATE.
5221 (tramp-find-default-method): Add code for default values.
5222
5223 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5224
5225 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5226 make gud-go send "continue".
5227
5228 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5231 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5232
5233 2006-12-19 Kim F. Storm <storm@cua.dk>
5234
5235 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5236 instead of global-map.
5237
5238 * files.el (magic-mode-alist): Allow matching file type by
5239 calling a function at bob. Check for image types by calling
5240 image-type-from-buffer. Suggested by Juanma Barranquero.
5241 (set-auto-mode): Do it.
5242
5243 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5244
5245 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5246 Remove "ControlMaster" option from the other `scp*' methods.
5247 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5248
5249 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5250
5251 * textmodes/org.el (org-mode): Show context after isearch.
5252 (org-show-siblings): New function.
5253 (org-show-context): Use `org-show-siblings'.
5254
5255 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5258 Use syntax-ppss-toplevel-pos.
5259
5260 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5261
5262 * textmodes/org.el (org-current-line): Make sure that lines are
5263 counted from beginning of buffer.
5264 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5265 lines are counted from beginning of buffer.
5266
5267 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5268
5269 * info.el (Info-build-node-completions): Signal error if tag-table
5270 marker is not found.
5271
5272 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5273
5274 2006-12-17 Alan Mackenzie <acm@muc.de>
5275
5276 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5277 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5278 Based on code by Martin Rudalics.
5279
5280 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5281 open-paren-in-column-0-is-defun-start to nil any more.
5282
5283 2006-12-17 Richard Stallman <rms@gnu.org>
5284
5285 * simple.el (delete-horizontal-space): Use prefix arg.
5286
5287 * help-fns.el (describe-variable): Improve blank separator lines.
5288
5289 * files.el (magic-mode-alist): Mark as risky.
5290
5291 * files.el (make-backup-file-name-1):
5292 Expand backup-directory explicitly.
5293
5294 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5295
5296 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5297 check whether package password.el is loaded, or Pageant is running.
5298
5299 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5300
5301 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5302 (icalendar--rris): First try Emacs, then XEmacs.
5303 (icalendar--convert-ical-to-diary): Doc fix.
5304 Insert newline at end of target file.
5305
5306 2006-12-17 Kim F. Storm <storm@cua.dk>
5307
5308 * outline.el (outline-isearch-open-invisible-function): New defvar.
5309 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5310 overlay property instead of outline-isearch-open-invisible.
5311
5312 2006-12-16 Kim F. Storm <storm@cua.dk>
5313
5314 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5315 if ido-directory-too-big is set on entry.
5316 (ido-toggle-ignore, ido-completion-help): Print message while
5317 reading big directory.
5318
5319 2006-12-15 Richard Stallman <rms@gnu.org>
5320
5321 * shell.el (shell): Doc fix.
5322
5323 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5324
5325 * emulation/edt.el (edt-xserver):
5326 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5327 to fix a problem on Cygwin.
5328
5329 * emulation/edt.el
5330 * emulation/edt-mapper.el
5331 * emulation/edt-lk201.el
5332 * emulation/edt-pc.el
5333 * emulation/edt-vt100.el: Update maintainer's email address.
5334
5335 2006-12-15 Simon Marshall <simon@gnu.org>
5336
5337 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5338
5339 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5340
5341 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5342 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5343 instead of mac-atsu-font-table.
5344 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5345
5346 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5347
5348 * align.el (align-match-tex-pattern): Fix a rare bug which
5349 hanged Emacs.
5350
5351 2006-12-14 Richard Stallman <rms@gnu.org>
5352
5353 * startup.el (use-fancy-splash-screens-p): Use frame-height
5354 instead of window-height. Pass frame to image-size.
5355
5356 2006-12-13 Kenichi Handa <handa@m17n.org>
5357
5358 * international/mule-cmds.el (set-locale-environment):
5359 Set default-sendmail-coding-system too.
5360
5361 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5362
5363 * progmodes/idlw-help.el: Fix copyright notice.
5364
5365 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5368
5369 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5370
5371 * subr.el (unread-command-char): Reformat obsolescence info.
5372
5373 2006-12-11 Richard Stallman <rms@gnu.org>
5374
5375 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5376 about calls to cl-struct-setf-expander.
5377
5378 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5379
5380 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5381 (ediff-combination-pattern): Fix typo in docstring.
5382
5383 * textmodes/refer.el (refer-find-entry): Doc fix.
5384 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5385 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5386 Fix tipos in docstrings.
5387
5388 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5389
5390 2006-12-10 Kim F. Storm <storm@cua.dk>
5391
5392 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5393 instead of binding M-backspace.
5394
5395 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5396
5397 * replace.el (replace-match-data, replace-match-maybe-edit):
5398 * calc/calc-aent.el (calc-eval-error):
5399 * emulation/vi.el (vi-char-argument):
5400 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5401 (c-vsemi-status-unknown-p-fn): Doc fixes.
5402
5403 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5406 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5407
5408 2006-12-10 Masatake YAMATO <jet@gyve.org>
5409
5410 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5411
5412 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5415
5416 * man.el (Man-xref-button-action): New function. If the
5417 `Man-target-string' button property is a function, assume it
5418 accepts a position argument.
5419 (Man-abstract-xref-man-page): Use it.
5420 (Man-default-man-entry): New optional arg POS.
5421
5422 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5423 symlink arrows read-only and non-rear-sticky.
5424
5425 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5426
5427 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5428 (wdired-search-and-rename): Simplify code.
5429 (wdired-preprocess-files, wdired-preprocess-perms): Make
5430 read-only property of preceding character rear-nonsticky to
5431 avoid that it can be modified. Put old-name and old-link
5432 properties on character preceding name and replace
5433 put-text-property by add-text-properties.
5434 (wdired-get-filename, wdired-get-previous-link): Get old-name
5435 and old-link properties from character preceding name and
5436 simplify code.
5437 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5438 (wdired-perms-to-number): Make local-map property
5439 rear-nonsticky to avoid that text following permissions may be
5440 modified. Use add-text-properties instead of put-text-property
5441 when changing a permission bit.
5442 (wdired-change-to-dired-mode): Remove stickiness properties.
5443
5444 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5445
5446 * international/mule-cmds.el (register-input-method): Doc fix.
5447
5448 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5449
5450 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5451
5452 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5453
5454 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5455 Force buffer local defs evaluation on local variables loading.
5456 (flyspell-mode-on, flyspell-mode-off): Use it in
5457 `hack-local-variables-hook'.
5458
5459 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5460
5461 * emacs-lisp/find-func.el (find-variable): Doc fix.
5462
5463 * help-fns.el (variable-at-point): Doc fix.
5464
5465 * w32-fns.el (w32-append-code-lines): New function.
5466
5467 2006-12-09 Romain Francoise <romain@orebokech.com>
5468
5469 * comint.el (comint-insert-input): Delete obsolete comment.
5470
5471 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5474 current frame, in case we're connected to several displays.
5475
5476 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5477
5478 * frame.el (other-frame): Doc fix.
5479 (set-frame-parameter): Fix typo in docstring.
5480
5481 2006-12-07 Kim F. Storm <storm@cua.dk>
5482
5483 * info.el (Info-index): Strip leading colon from topic.
5484
5485 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5486
5487 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5488 to pointers.
5489
5490 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5491
5492 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5493 Trim out spurious class inheritance "None" entries.
5494
5495 2006-12-05 Kim F. Storm <storm@cua.dk>
5496
5497 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5498 (cua-paste-pop): Rework last change for
5499 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5500 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5501 text inserted by the last M-y command.
5502
5503 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5504
5505 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5506 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5507
5508 * shell.el (shell): Search the start file in ~/.emacs.d as
5509 `init_SHELLNAME.sh' instead.
5510
5511 2006-12-05 Glenn Morris <rgm@gnu.org>
5512
5513 * progmodes/cperl-mode.el (cperl-mode)
5514 * progmodes/f90.el (f90-mode-abbrev-table)
5515 * progmodes/fortran.el (fortran-mode-abbrev-table)
5516 * progmodes/octave-mod.el (octave-abbrev-table)
5517 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5518 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5519
5520 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5521 clear abbrev table, else saved abbrevs will not be restored.
5522
5523 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5524
5525 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5526 the call to `make-obsolete-variable', not in the docstring.
5527
5528 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5531
5532 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5533
5534 * progmodes/ebnf-abn.el:
5535 * progmodes/ebnf-bnf.el:
5536 * progmodes/ebnf-dtd.el:
5537 * progmodes/ebnf-ebx.el:
5538 * progmodes/ebnf-iso.el:
5539 * progmodes/ebnf-otz.el:
5540 * progmodes/ebnf-yac.el:
5541 * progmodes/ebnf2ps.el:
5542 * delim-col.el:
5543 * printing.el:
5544 * ps-bdf.el:
5545 * ps-mule.el:
5546 * ps-print.el: Remove 'Time-stamp' comment mark.
5547
5548 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5549 'easy-menu-add-item' when called in Emacs 21 or higher.
5550
5551 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5552
5553 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5554 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5555
5556 2006-12-04 Kim F. Storm <storm@cua.dk>
5557
5558 * bindings.el (global-map): Bind [signal t] to ignore, to have
5559 user signals ignored by default.
5560
5561 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5564 Unicode data file pointed to by `describe-char-unicodedata-file'.
5565
5566 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5569 O(n^2) regexp-search by anchoring the search.
5570
5571 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5572
5573 * whitespace.el (whitespace-cleanup-internal): Use current
5574 argument for recursive call.
5575
5576 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5577
5578 * net/tramp.el (tramp-methods): Add "ControlPath" and
5579 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5580 Andreas Schwab <schwab@suse.de>.
5581 (tramp-do-copy-or-rename-file-out-of-band)
5582 (tramp-open-connection-rsh): Compute format spec for ?t.
5583 (tramp-process-actions): Trace command parameters.
5584
5585 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5586
5587 * simple.el (toggle-truncate-lines): Clarify doc string.
5588
5589 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5590 (gdb-speedbar-expand-node): Use it.
5591
5592 2006-12-04 Richard Stallman <rms@gnu.org>
5593
5594 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5595
5596 * dired.el (dired-revert): Turn off dired-after-readin-hook
5597 around call to dired-readin.
5598
5599 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5600 to echo area messages.
5601 <indicate-empty-lines, case-fold-search>:
5602 Add "globally" to Help string.
5603 <case-fold-search>: MESSAGE arg need not say "globally".
5604 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5605
5606 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5607
5608 * outline.el (outline-end-of-subtree): Don't leave an empty
5609 line hidden as we would a real next heading.
5610
5611 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5612
5613 * allout.el (allout-ascend): Add an optional argument to preserve
5614 original position of point when unsuccessful. Also, fix a
5615 docstring error.
5616 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5617 work again, using allout-ascend's new option.
5618 (allout-setup-mode-map): Extract from allout-mode to initialize
5619 allout-mode-map. Call it on file load, so the mode docstring
5620 substitutions work even if allout mode has not yet been invoked.
5621 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5622 customizations since the map was last processed. Also, refine the
5623 docstring so it's ship-shape for release.
5624 (allout-default-layout, allout-beginning-of-line-cycles)
5625 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5626 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5627 (allout-version, allout-layout, allout-infer-body-reindent)
5628 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5629 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5630 (allout-previous-heading, allout-goto-prefix-doublechecked)
5631 (allout-current-bullet-pos, allout-next-sibling-leap)
5632 (allout-pre-command-business, allout-encrypted-type-prefix)
5633 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5634 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5635 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5636 (allout-old-expose-topic, allout-listify-exposed)
5637 (allout-process-exposed, allout-latex-verb-quote)
5638 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5639 (allout-toggle-current-subtree-encryption)
5640 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5641 Remove extraneous open-paren and close paren string escapes.
5642
5643 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5644
5645 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5646 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5647 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5648 Fix typos in docstrings.
5649
5650 2006-12-03 Glenn Morris <rgm@gnu.org>
5651
5652 * progmodes/cc-align.el
5653 * progmodes/cc-awk.el
5654 * progmodes/cc-cmds.el
5655 * progmodes/cc-compat.el
5656 * progmodes/cc-defs.el
5657 * progmodes/cc-engine.el
5658 * progmodes/cc-langs.el
5659 * progmodes/cc-menus.el
5660 * progmodes/cc-mode.el
5661 * progmodes/cc-styles.el
5662 * progmodes/cc-vars.el
5663 * progmodes/vhdl-mode.el: Fix Copyright format.
5664
5665 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5666
5667 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5668 initial down event.
5669
5670 2006-12-02 Kim F. Storm <storm@cua.dk>
5671
5672 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5673 (cua-repeat-replace-region): Make M-v more robust.
5674 (cua-paste-pop-rotate-temporarily): New defcustom.
5675 (cua-paste-pop): Use it.
5676 (cua-auto-mark-last-change): New defcustom.
5677 (cua-pop-to-last-change): New helper function.
5678 (cua-set-mark): Use them.
5679
5680 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5683 mini-buffer message.
5684
5685 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5686
5687 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5688
5689 2006-12-01 Ben North <ben@redfrontdoor.org>
5690
5691 * paren.el: Fix the highlight overlay extension when the user types a
5692 sequence of char very fast just before the open parenthesis.
5693
5694 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5695
5696 * ps-mule.el: Eliminate Emacs 20 compatibility.
5697
5698 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5699 (ps-print-version): New version 6.7.
5700 (ps-print-quote): Replace '?\ ' by '?\s'.
5701
5702 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5705 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5706 (hexl-end-of-1k-page): Doc fixes.
5707 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5708 Fix typos in docstrings.
5709
5710 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5711
5712 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5713 locally, i.e. without using file name handlers.
5714 (ido-read-internal): Allow mono letter host names, avoiding the
5715 `c:' problem by testing if the file exists locally.
5716 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5717
5718 2006-11-30 Masatake YAMATO <jet@gyve.org>
5719
5720 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5721 to avoid bytecomp warnings.
5722 (hexl-mode-old-ruler-function): New variable.
5723 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5724 and `hl-line-range-function' after `require' hl-line.
5725 Then bind `hl-line-range-function' and `hl-line-face'.
5726 Don't require frame. Don't use `with-no-warnings'.
5727 (hexl-activate-ruler): Store the original value of
5728 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5729 (hexl-mode-exit): Restore the original value of
5730 `ruler-mode-ruler-function'.
5731
5732 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5733
5734 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5735 (hexl-mode-old-hl-line-face): New variable.
5736 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5737 line when exit from the hexl-mode.
5738
5739 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5740
5741 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5742 Doc fixes.
5743
5744 * international/fontset.el (create-fontset-from-ascii-font)
5745 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5746 (fontset-name-p): Fix typo in docstring.
5747
5748 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5749
5750 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5751
5752 * ps-bdf.el: Fix maintainer email.
5753
5754 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5755 compatibility.
5756
5757 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5758 21 compatibility.
5759 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5760 Emacs 20 & 21.
5761
5762 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5763
5764 * progmodes/idlwave.el (idlwave-auto-fill):
5765 Remove paragraph-start let to prevent auto-fill giving up.
5766
5767 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5768
5769 * vt100-led.el (led-state): Fix typo in previous change.
5770
5771 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5772
5773 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5774 Fix interactive spec of the functions getting defined to make them
5775 work as documented.
5776
5777 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5778
5779 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5780
5781 2006-11-28 Kim F. Storm <storm@cua.dk>
5782
5783 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5784 icomplete-mode is enabled.
5785
5786 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5787
5788 * textmodes/org.el (require): Require gnus-sum during compilation
5789 to avoid problem with a macro call.
5790
5791 2006-11-28 Glenn Morris <rgm@gnu.org>
5792
5793 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5794
5795 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5796 (fortran-window-create-momentarily): Do not need string-to-char.
5797
5798 2006-11-28 Richard Stallman <rms@gnu.org>
5799
5800 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5801 Replace incorrect use of assoc-default with a loop.
5802
5803 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5804
5805 * simple.el (next-error-find-buffer): Improve messages.
5806
5807 * files.el (revert-buffer): Special error message if file
5808 is now not readable.
5809
5810 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5811 constructed commands.
5812
5813 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5814 in INSIDE_EMACS.
5815
5816 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5819
5820 * server.el: Remove spurious * in docstrings.
5821 (server-process-filter): Exit from recursive editing before processing
5822 a new request.
5823
5824 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5825
5826 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5827 line so hidden blocks will be correctly identified.
5828
5829 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * ledit.el (ledit-save-defun, ledit-mode):
5832 * resume.el (resume-emacs-args-buffer):
5833 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5834 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5835 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5836 (command-send-input, command-kill-line):
5837 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5838
5839 * autoarg.el (autoarg-kp-mode): Doc fix.
5840
5841 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5842 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5843 (check-emacs-lock): Doc fix. Simplify.
5844
5845 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5846 (iimage-mode-buffer): Fix typos in docstring.
5847
5848 * misc.el (zap-up-to-char): Doc fix.
5849
5850 * time-stamp.el: Fix comment and obsolescence string for old
5851 functions. Use `dolist' instead of `while'.
5852
5853 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5854
5855 * disp-table.el (standard-display-8bit, standard-display-default):
5856 * ebuff-menu.el (electric-buffer-list):
5857 * ehelp.el (electric-help-command-loop):
5858 * font-core.el (font-lock-mode):
5859 * help-macro.el (make-help-screen):
5860 * help.el (describe-minor-mode-completion-table-for-indicator)
5861 (lookup-minor-mode-from-indicator):
5862 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5863 * info-look.el (info-lookup-guess-custom-symbol):
5864 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5865 * longlines.el (longlines-wrap-line):
5866 * macros.el (insert-kbd-macro):
5867 * menu-bar.el (menu-bar-update-buffers):
5868 * misc.el (copy-from-above-command):
5869 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5870 * newcomment.el (comment-indent):
5871 * novice.el (disabled-command-function):
5872 * sort.el (sort-fields-syntax-table):
5873 * subr.el (momentary-string-display):
5874 * tar-mode.el (tar-header-block-summarize)
5875 (tar-clear-modification-flags):
5876 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5877 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5878 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5879 (te-delete-char, te-down-vertically-or-scroll):
5880 * time-stamp.el (time-stamp-string-preprocess):
5881 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5882
5883 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5884
5885 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5886 in GUD mode.
5887
5888 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5889 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5890
5891 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5892
5893 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5894
5895 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
5896
5897 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5898 (ada-compile-goto-error): Adapt to new argument profile of
5899 compilation-goto-locus in Emacs 22. Don't check if the various
5900 compile functions are defined; we already do "(require 'compile)".
5901
5902 2006-11-26 Kim F. Storm <storm@cua.dk>
5903
5904 * kmacro.el: Fix commentary.
5905
5906 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5907
5908 * progmodes/gud.el (gdb): Explain how to run in text command mode
5909 more clearly. Say in error message that multiple debugging
5910 requires restarting GDB.
5911
5912 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5913
5914 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5915
5916 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
5917
5918 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5919 (flymake-popup-menu): Use it instead of posn-at-point.
5920
5921 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5922
5923 * progmodes/cc-vars.el (c-backslash-column):
5924 Mention c-backslash-max-column in documentation for c-backslash-column.
5925
5926 2006-11-24 Lars Hansen <larsh@soem.dk>
5927
5928 * net/tramp.el (tramp-default-method): Under Windows, change from
5929 plink to pscp.
5930 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5931 (tramp-actions-copy-out-of-band):
5932 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5933 (tramp-action-out-of-band): Move "Permission denied" handling to
5934 tramp-action-copy-failed.
5935 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5936 process buffer.
5937
5938 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5941 strings to a single string. Quote `errors-file-name'.
5942 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5943 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5944 Adjust calls. Use `shell-quote-argument'.
5945
5946 * international/mule.el (load-with-code-conversion)
5947 (with-category-table): Use with-current-buffer.
5948 (after-insert-file-set-coding): Use restore-buffer-modified-p.
5949
5950 2006-11-24 Eli Zaretskii <eliz@gnu.org>
5951
5952 * mail/smtpmail.el (smtpmail-send-it):
5953 Copy buffer-file-coding-system from the mail buffer. Possibly add a
5954 MIME header for the message encoding.
5955 Bind coding-system-for-write around the call to mail-do-fcc.
5956 Use smtpmail-code-conv-from to encode queued mail messages.
5957
5958 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * tabify.el (tabify-regexp): Doc fix.
5961
5962 * net/rcirc.el (rcirc-buffer-maximum-lines):
5963 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5964
5965 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5966 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5967 Fix typos in output messages.
5968 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5969
5970 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5973 the horse's mouth.
5974 (hexlify-buffer): Don't re-encode an arg that's already encoded.
5975
5976 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5977
5978 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5979 Remove condition-case.
5980
5981 2006-11-23 Glenn Morris <rgm@gnu.org>
5982
5983 * progmodes/f90.el (f90-comment-indent): Do not move point in
5984 default case.
5985
5986 2006-11-21 Romain Francoise <romain@orebokech.com>
5987
5988 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5989 from library name (reverts change of 2005-10-25).
5990
5991 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
5992
5993 * tutorial.el (tutorial--default-keys): Add newline and
5994 delete-backward-char bindings.
5995 (tutorial--detailed-help): Save excursion when finding keys.
5996 Correct warning string for M-x FOO case.
5997 (tutorial--display-changes): Print special keys in tutorial style.
5998 Tweak search regexp for changed keys.
5999
6000 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6001
6002 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6003 redundant scheme.
6004
6005 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6006
6007 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6008 are new to the list at IANA. Also added irc, mms, mmsh.
6009
6010 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6011
6012 * progmodes/idlw-help.el (idlwave-html-help-location):
6013 Fail gracefully for missing help packages.
6014 (idlwave-help-assistant-open-link): Open full links.
6015 (idlwave-help-assistant-help-with-topic): Direct help link.
6016
6017 * progmodes/idlwave.el (idlwave-mode):
6018 Set add-log-current-defun-function.
6019 (idlwave-current-routine-fullname): Add, to support add-log.
6020 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6021 to reflect improvements to xml-parse-file.
6022 (idlwave-mode-menu-def): New binding for help-with-topic.
6023
6024 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6025 Handle extra newlines and spaces.
6026 (idlwave-shell-mode-map): Add help-with-topic.
6027
6028 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * tutorial.el (tutorial-warning-face): New face.
6031 (tutorial--detailed-help, tutorial--display-changes): Use it.
6032 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6033 Improve search pattern for occurrences of changed keys.
6034
6035 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6036
6037 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6038 (x-select-text): Set it.
6039 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6040 when checking for newness.
6041
6042 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6043
6044 * subr.el (posn-image):
6045 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6046
6047 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6048
6049 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6050
6051 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6052 Exceptions to the rule "add a space between an identifier and an
6053 opening parenthesis". Defaulted to the `#define' problem of cpp.
6054 (glasses-parenthesis-exception-p): New. Check if the region is an
6055 exception regarding to that.
6056 (glasses-make-readable): Use it.
6057 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6058 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6059
6060 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6061
6062 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6063
6064 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6065
6066 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6067
6068 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6069 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6070
6071 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6074 conditions for function or variable bindings.
6075
6076 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6077
6078 * progmodes/compile.el (compilation-start): Ditto.
6079
6080 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6081
6082 * net/tramp.el (top): cl and custom are always required.
6083
6084 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6085
6086 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6087 cut-buffers with next-selection-coding-system if not nil.
6088
6089 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6090
6091 * textmodes/org.el (org-fix-decoded-time): New function.
6092 (org-display-custom-time): Use `org-fix-decoded-time'.
6093
6094 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * menu-bar.el (menu-bar-games-menu): Remove yow.
6097
6098 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6099
6100 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6101 (org-detach-overlay): Rename from `org-detatch-overlay'.
6102 (org-table-convert-region): Insert space after column separator.
6103 (org-agenda-kill): New command.
6104 (org-metaleft): Call `org-outdent-item' on bullets.
6105 (org-metaright): Call `org-indent-item' on bullets.
6106 (org-timestamp-change): Set `org-last-changed-timestamp'.
6107 (org-current-line): Make sure (bolp) returns correct result.
6108 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6109
6110 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6113
6114 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * mouse.el (global-map): Change 2006-08-16 fix to call
6117 mouse-yank-at-click explicitly, since mouse events are not carried
6118 over into keyboard macros.
6119
6120 2006-11-16 Kim F. Storm <storm@cua.dk>
6121
6122 * ido.el (ido-file-internal): Use current buffer's file name as default
6123 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6124
6125 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6126
6127 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6128 (allout-inhibit-aberrance-doublecheck): Rename from
6129 allout-during-yank-processing. All callers changed.
6130 (allout-ascend): Provide for unusual case where some topic after
6131 the first in file is at lower depth than the first.
6132 (allout-shift-in): Ensure the offspring of the new containing
6133 topic are exposed.
6134 (allout-encrypt-string): Preserve the coding-system of the text,
6135 according to that of the containing buffer.
6136 (allout-toggle-subtree-encryption): When the text being encrypted
6137 requires a different coding system, offer to preserve the coding
6138 system using a file local var.
6139
6140 2006-11-15 Simon Marshall <simon@gnu.org>
6141
6142 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6143 to recognise "T t()" as a function declaration, rather than a
6144 variable instantiation, iff at the top-level or inside a class
6145 declaration. Suggested by Feng Li <fengli@gmail.com>.
6146
6147 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6148
6149 * progmodes/ada-xref.el (ada-parse-prj-file):
6150 Don't delete project buffer; user may want to edit it.
6151 (ada-xref-set-project-field, ada-xref-current-project-file)
6152 (ada-xref-current-project, ada-show-current-project)
6153 (ada-set-main-compile-application): New functions.
6154 (ada-xref-get-project-field, ada-require-project-file):
6155 Normalize use of ada-prj-default-project-file.
6156 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6157 Normalize use of ada-require-project-file.
6158 (ada-prj-find-prj-file): Improve doc string, comments.
6159
6160 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6161 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6162 (ada-create-menu): Add ada-set-main-compile-application,
6163 ada-show-current-main, ada-show-current-project.
6164
6165 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6168 (inferior-python-mode): Use it.
6169
6170 2006-11-14 Andreas Schwab <schwab@suse.de>
6171
6172 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6173
6174 2006-11-13 Kim F. Storm <storm@cua.dk>
6175
6176 * ido.el (ido-copy-current-word): C-o copies region if active.
6177
6178 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6179
6180 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6181
6182 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6183
6184 * ediff.el (ediff-revision):
6185 * files.el (set-visited-file-name):
6186 * mail/rmailout.el (rmail-output-body-to-file):
6187 Use `format', not `message', in `y-or-n-p' call.
6188
6189 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6190
6191 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6192 (org-metaright): Call `org-indent-item' on bullets.
6193 (org-timestamp-change): Set `org-last-changed-timestamp'.
6194 (org-current-line): Make sure (bolp) returns correct result.
6195 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6196
6197 2006-11-12 Richard Stallman <rms@gnu.org>
6198
6199 * language/european.el (turkish-case-conversion-enable)
6200 (turkish-case-conversion-disable): New functions.
6201 ("Turkish" lang env): Use them.
6202
6203 * international/characters.el (case table):
6204 Do nothing special for i and I.
6205
6206 * subr.el (remove-overlays): Fix last change.
6207
6208 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6209 for visiting the custom file.
6210
6211 2006-11-12 Markus Triska <triska@gmx.at>
6212
6213 * play/handwrite.el (handwrite): Also process lines not ending
6214 with newline. Replace some position-fiddling with different
6215 logic. Improve performance.
6216
6217 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6218
6219 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6220 replacing deleted variable `ada-check-switch'.
6221 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6222 (ada-xref-project-files): Improve doc string.
6223 (ada-find-executable): New function.
6224 (ada-initialize-runtime-library): Use `ada-find-executable'.
6225 (ada-xref-set-default-prj-values): In compile commands, don't need
6226 `ada-cd-command'; `compile' does that more portably.
6227 Use ada-prj-default-check-cmd.
6228 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6229 properties if not specified in project file.
6230 (ada-goto-declaration): Display useful message for new error
6231 'error-file-not-found.
6232 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6233 'error-file-not-found.
6234 (ada-get-all-references): Match latest ali syntax. Signal new
6235 error 'error-file-not-found.
6236 (ada-find-in-ali): Match latest ali syntax.
6237 (ada-make-filename-from-adaname): Handle different semantics of
6238 gnatkr in GNAT 3.15p vs later.
6239
6240 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6241 ada-procedure-start-regexp.
6242 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6243
6244 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6245 with defvar.
6246 (ada-language-version): Rename ada05 -> ada2005.
6247 (ada-align-region-separate): Add `eval-when-compile'.
6248 (ada-name-regexp): Remove unneeded escapes in regexp character
6249 alternative.
6250 (ada-compile-goto-error-file-linenr-re): New constant.
6251 (ada-matching-start-re): Handle additional cases `declare',
6252 `procedure', `function'.
6253 (ada-compile-goto-error): Handle "... at line nn".
6254 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6255 Delete support for old versions of `align'.
6256 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6257 (ada-check-defun-name): Simplify handling of `declare'.
6258 (ada-goto-matching-start): Handle nested `begin ... end'.
6259 Handle `declare', `protected', `procedure', `function'.
6260 (ada-create-menu): Presence of arm95 is not conditional on using
6261 GNAT compiler.
6262
6263 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6264
6265 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6266 nil in the *RE-Builder* buffer (it causes spurious error messages).
6267
6268 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6269 been set to t, respect it.
6270
6271 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6272
6273 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6274 Delete commented out code for old Emacs versions. Autoloading of
6275 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6276 (ada-mode-version): Bump version number.
6277 (ada-95-string-keywords, ada-2005-string-keywords)
6278 (ada-2005-keywords, ada-name-regexp): New constant.
6279 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6280 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6281 (ada-package-start-regexp): Support private packages, include package
6282 name (for ada-set-point-accordingly).
6283 (ada-next-procedure, ada-previous-procedure)
6284 (ada-which-function-are-we-in): Match changes to
6285 ada-procedure-start-regexp.
6286 (ada-make-body): Make non-interactive; not a user function.
6287 (ada-make-subprogram-body): Improve doc string.
6288
6289 2006-11-11 Romain Francoise <romain@orebokech.com>
6290
6291 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6292 `compilation-error-regexp-alist' buffer-local, since we changed
6293 `compilation-error-regexp-alist-alist' locally.
6294
6295 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6296
6297 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6298 to the value of `server-raise-frame'.
6299
6300 2006-11-11 Glenn Morris <rgm@gnu.org>
6301
6302 * ido.el (ido-enable-prefix)
6303 * ses.el (ses-call-printer-return)
6304 * net/tramp.el (tramp-unified-filenames)
6305 * progmodes/cc-align.el (c-lineup-string-cont)
6306 * progmodes/compile.el (compilation-directory-matcher)
6307 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6308 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6309 (vhdl-clock-rising-edge)
6310 * textmodes/org.el (org-export-with-timestamps)
6311 (org-export-remove-timestamps-from-toc)
6312 (org-export-with-tags): Improve previous doc fixes.
6313
6314 2006-11-11 Richard Stallman <rms@gnu.org>
6315
6316 * textmodes/flyspell.el (flyspell-mode-map):
6317 Bind C-c $ instead of M-RET.
6318
6319 2006-11-10 Simon Marshall <simon@gnu.org>
6320
6321 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6322 fontification for "case" and "default" keywords.
6323
6324 2006-11-10 Andreas Schwab <schwab@suse.de>
6325
6326 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6327 Avoid starting sentence with "nil".
6328
6329 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6330
6331 * server.el (server-raise-frame): New option.
6332 (server-switch-buffer): Use it.
6333
6334 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6335
6336 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6337 with a capital.
6338
6339 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6340
6341 * textmodes/org.el (org-show-hierarchy-above)
6342 (org-show-following-heading): Fix typo in default value.
6343 (org-scan-tags): Make the search case-sensitive.
6344 (org-tags-sparse-tree): Don't overrule
6345 `org-show-following-heading' and `org-show-hierarchy-above'.
6346 (org-reveal): New command.
6347 (org-show-context): Rename from `org-show-hierarchy-above'.
6348 (org-fast-tag-selection-single-key): New option.
6349 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6350 (org-tags-overlay): New variable.
6351 (org-agenda-todo-ignore-deadlines): New option.
6352 ("session"): Add circular data structure `org-mark-ring' to
6353 exceptions list in session.el.
6354 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6355 New options.
6356 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6357 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6358 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6359 (org-finalize-agenda): Activate bracket links in agenda.
6360 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6361 INACTIVE-OK.
6362 (org-show-hierarchy-above, org-show-following-heading):
6363 List values allowed for fine-tuned configuration.
6364 (org-show-hierarchy-above): New argument CONTEXT, use the
6365 fine-tuned settings in `org-show-hierarchy-above' and
6366 `org-show-following-heading'.
6367 (org-display-custom-time): New function.
6368 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6369 (org-display-custom-times, org-time-stamp-custom-formats):
6370 (org-maybe-intangible): New macro.
6371 (org-activate-bracket-links, org-hide-wide-columns):
6372 Use `org-maybe-intangible'.
6373 (org-open-file): Use `shell-quote-argument'.
6374 (org-display-internal-link-with-indirect-buffer): New option.
6375 (org-file-remote-p): Get regexp from list.
6376 (org-link-expand-abbrev): New function.
6377 (org-link-abbrev-alist): New option.
6378 (org-open-at-point, org-cleaned-string-for-export):
6379 Call `org-link-expand-abbrev'.
6380 (org-timeline, org-agenda-list, org-todo-list)
6381 (org-tags-view): Remove the KEEP-MODES argument.
6382 (org-finalize-agenda-hook): New hook.
6383 (org-get-alist-option): New function.
6384 (org-follow-timestamp-link): New function.
6385 (org-open-at-point): Call `org-follow-timestamp-link'.
6386 (org-log-note-marker, org-log-note-purpose)
6387 (org-log-note-window-configuration): New variables.
6388 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6389 (org-log-note-headings): New option.
6390 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6391 (org-store-link): Support for dired-mode.
6392 (org-open-file): Substitute environment variables into filename.
6393 (org-last): New defsubst.
6394 (org-agenda-re-align-tags): New function.
6395 (org-agenda-align-tags-to-column): New option.
6396 (org-agenda-timeline): Group removed.
6397 (org-prepare-agenda, org-prepare-agenda-buffers)
6398 (org-run-agenda-series, org-timeline, org-agenda-list)
6399 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6400 the text property inticating the agenda type.
6401 (org-agenda-post-command-hook): Get agenda type from text property
6402 at point.
6403 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6404 and obey `org-agenda-overriding-arguments'.
6405 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6406 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6407 (org-agenda-week-view, org-agenda-day-view):
6408 Use `org-agenda-overriding-arguments' to make updating work with
6409 multi-block agendas.
6410 (org-agenda-prefix-format): Allow different formats for the
6411 different agenda entry types.
6412 (org-timeline-prefix-format): Option removed, use
6413 `org-agenda-prefix-format' instead.
6414 (org-prepare-agenda): New function.
6415 (org-select-timeline-window): Option removed, use
6416 `org-select-agenda-window' instead.
6417 (org-respect-restriction): Variable removed.
6418 (org-cmp-tag): New function.
6419 (org-agenda-sorting-strategy, org-entries-lessp):
6420 Implement sorting by last tag.
6421 (org-complete): Better completion in in-buffer option lines.
6422 (org-in-item-p): New function.
6423 (org-org-menu): Add entries for checkboxes.
6424 (org-cycle): Extra brouping in outline-regexp, because it is used
6425 in a search with "^" prepended.
6426 (org-provide-checkbox-statistics): New option.
6427 (org-set-font-lock-defaults): Highlight checkbox statistics.
6428 (org-update-checkbox-count-maybe)
6429 (org-get-checkbox-statistics-face): New functions.
6430 (org-update-checkbox-count): New command.
6431 (org-insert-item, org-toggle-checkbox):
6432 Call `org-update-checkbox-count-maybe'.
6433 (org-export-as-html): XEmacs compatibility for coding system.
6434 (org-force-cycle-archived): New command.
6435 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6436 overrules cycling.
6437 (org-fix-position-after-promote): If the line contains only a todo
6438 keyword, add a final space.
6439 (org-promote-subtree, org-demote-subtree):
6440 Call `org-fix-position-after-promote'.
6441
6442 2006-11-10 Glenn Morris <rgm@gnu.org>
6443
6444 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6445 date in every year.
6446 (calendar-dst-check-each-year-flag): New customizable variable.
6447 (calendar-dst-find-data): New function, extracted from
6448 calendar-current-time-zone.
6449 (calendar-current-time-zone): Use calendar-dst-find-data.
6450 (calendar-dst-transition-cache): New variable.
6451 (calendar-dst-find-startend, calendar-dst-starts)
6452 (calendar-dst-ends): New functions.
6453 (calendar-daylight-savings-starts)
6454 (calendar-daylight-savings-ends): Change value to use
6455 calendar-dst-starts, calendar-dst-ends; respectively.
6456
6457 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6458
6459 * ido.el (ido-enable-prefix)
6460 * ses.el (ses-call-printer-return)
6461 * net/tramp.el (tramp-unified-filenames)
6462 * progmodes/cc-align.el (c-lineup-string-cont)
6463 * progmodes/compile.el (compilation-directory-matcher)
6464 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6465 * progmodes/gdb-ui.el (gdb-many-windows)
6466 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6467 (vhdl-clock-rising-edge)
6468 * textmodes/org.el (org-export-with-timestamps)
6469 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6470 (org-read-date): Doc fix (Nil -> nil).
6471
6472 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6473
6474 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6475 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6476
6477 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * bs.el (bs--window-for-buffer): Remove.
6480 (bs--show-with-configuration): Use `get-window-with-predicate'
6481 instead of `bs--window-for-buffer'.
6482
6483 2006-11-10 Kenichi Handa <handa@m17n.org>
6484
6485 * files.el (revert-buffer): Fix previous change.
6486
6487 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * bs.el (bs--redisplay): Fix typo in docstring.
6490 (bs--window-config-coming-from): Make frame-local.
6491 (bs--restore-window-config): New function.
6492 (bs-kill, bs-select, bs-select-other-window)
6493 (bs-select-other-frame): Use it.
6494 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6495 (bs--show-with-configuration): Save the window configuration as a
6496 frame local var, and only if *buffer-selection* is not already
6497 visible on this frame.
6498
6499 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * vc-svn.el (vc-svn-admin-directory): New var.
6502 (vc-svn-registered, vc-svn-responsible-p)
6503 (vc-svn-repository-hostname): Use it.
6504 Suggested by arit93@yahoo.com.
6505
6506 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * ldefs-boot.el: Regenerate.
6509
6510 2006-11-08 Alan Mackenzie <acm@muc.de>
6511
6512 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6513 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6514 for least nested open-paren.
6515
6516 2006-11-08 Romain Francoise <romain@orebokech.com>
6517
6518 * subr.el (remove-overlays): Fix typo in last change.
6519
6520 2006-11-08 Richard Stallman <rms@gnu.org>
6521
6522 * subr.el (remove-overlays): Call overlay-recenter.
6523
6524 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6525
6526 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6527 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6528 behaviour.
6529 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6530 directly.
6531
6532 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6535 (ido-max-dir-file-cache, ido-decorations)
6536 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6537 (ido-magic-backward-char, ido-enter-dired)
6538 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6539 (ido-list-directory, ido-first-match, ido-only-match)
6540 (ido-subdir, ido-indicator): Fix typos in docstrings.
6541 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6542 (ido-read-internal): Fix typo in error message.
6543
6544 2006-11-08 Kenichi Handa <handa@m17n.org>
6545
6546 * international/mule-cmds.el (set-default-coding-systems):
6547 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6548
6549 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6550
6551 * makefile.w32-in (setwins): Remove.
6552 (WINS_ALMOST): New macro.
6553 (WINS): Use it.
6554 (autoloads): Don't extract autoloads from files in obsolete/.
6555
6556 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * whitespace.el (whitespace-buffer): Call remove-overlays after
6559 overlay-recenter for performance. Suggested by Martin Rudalics.
6560
6561 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6562
6563 * net/tramp.el (tramp-default-method): scp is the default method.
6564
6565 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6566
6567 * server.el (server-start): Save also the Emacs pid in the server file.
6568
6569 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6570
6571 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6572 point when displaying a bibtex cross reference in the echo area.
6573
6574 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6575
6576 * international/mule.el (make-char): Fix typo in docstring.
6577 (load-with-code-conversion, charsetp): Doc fixes.
6578
6579 * international/ja-dic-cnv.el (skkdic-convert):
6580 * cus-edit.el (hook): Fix typo in docstring.
6581
6582 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6583
6584 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6585 (custom-mode-link-map): New variable.
6586 (custom-group-link, custom-manual): Use follow-link.
6587
6588 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6589
6590 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6591 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6592
6593 2006-11-06 Richard Stallman <rms@gnu.org>
6594
6595 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6596 New function broken out of flyspell-correct-word.
6597 (flyspell-mode-map): Bind it to M-RET.
6598 (flyspell-correct-word): Call it.
6599
6600 * textmodes/fill.el (fill-minibuffer-function): New function.
6601 (fill-paragraph): Bind fill-paragraph-function to
6602 fill-minibuffer-function.
6603
6604 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6605 so that they aren't undefined.
6606
6607 * dired.el (dired-readin): Locally bind file-name-coding-system.
6608
6609 * bindings.el: Shorten and clarify usual mode line mouse help string.
6610
6611 * Makefile.in (autoloads): Don't include `obsolete'.
6612
6613 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6616 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6617 Printing menu if it's not initialized.
6618 (pr-menu-bind): Act on menu-bar-file-menu directly.
6619
6620 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6621
6622 * help.el (view-emacs-news): Fix typo in error message.
6623
6624 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6625
6626 * shadowfile.el (shadow-define-regexp-group)
6627 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6628 (shadow-read-files): Fix typo in message.
6629 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6630 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6631 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6632 (shadow-file-match): Fix typos in docstrings.
6633
6634 * terminal.el (terminal-emulator): Fix typo in message.
6635
6636 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6637
6638 * emacs-lisp/lselect.el (x-kill-primary-selection)
6639 (x-delete-primary-selection, x-copy-primary-selection):
6640 Fix typos in error messages.
6641
6642 * emulation/edt-mapper.el: Fix typo in interactive message.
6643
6644 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6645
6646 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6647 (ispell-help): Fix typos in docstrings.
6648 (ispell-help): Fix typo in output message.
6649
6650 * allout.el (allout-adjust-file-variable)
6651 (allout-passphrase-verifier-string)
6652 (allout-passphrase-hint-string)
6653 (allout-toggle-current-subtree-encryption):
6654 * apropos.el (apropos-synonyms):
6655 * cus-edit.el (hook):
6656 * emacs-lock.el (emacs-lock-from-exiting):
6657 * follow.el (follow-avoid-tail-recenter-p):
6658 * hexl.el (hexl-mode):
6659 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6660 * mouse.el (mouse-set-font):
6661 * resume.el (resume-emacs-args-file):
6662 * rfn-eshadow.el (file-name-shadow-tty-properties):
6663 * t-mouse.el (t-mouse-process, t-mouse-mode):
6664 * emacs-lisp/cust-print.el (custom-print-install)
6665 (custom-print-uninstall, custom-format):
6666 * emacs-lisp/shadow.el (list-load-path-shadows):
6667 * emulation/tpu-edt.el (tpu-help-text)
6668 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6669 (tpu-reset-control-keys):
6670 * emulation/vip.el (vip-emacs-local-map)
6671 (vip-change-mode-to-emacs):
6672 * emulation/viper.el (viper-mode, viper-set-hooks)
6673 (viper-major-mode-modifier-list):
6674 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6675 * emulation/viper-keym.el (viper-emacs-kbd-map)
6676 (viper-toggle-key):
6677 * mail/feedmail.el (feedmail-queue-reminder)
6678 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6679 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6680 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6681 (feedmail-sender-line, feedmail-force-binary-write)
6682 (feedmail-from-line, feedmail-deduce-envelope-from)
6683 (feedmail-x-mailer-line, feedmail-message-id-generator)
6684 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6685 (feedmail-enable-spray, feedmail-spray-this-address)
6686 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6687 (feedmail-queue-runner-confirm-global)
6688 (feedmail-ask-before-queue-prompt)
6689 (feedmail-ask-before-queue-reprompt)
6690 (feedmail-prompt-before-queue-standard-alist)
6691 (feedmail-prompt-before-queue-user-alist)
6692 (feedmail-prompt-before-queue-help-supplement)
6693 (feedmail-queue-use-send-time-for-message-id)
6694 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6695 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6696 (feedmail-mail-send-hook-queued)
6697 (feedmail-confirm-addresses-hook-example)
6698 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6699 (feedmail-queue-runner-mode-setter)
6700 (feedmail-queue-alternative-mail-header-separator)
6701 (feedmail-queue-runner-message-sender)
6702 (feedmail-buffer-eating-function, feedmail-binmail-template)
6703 (feedmail-run-the-queue-no-prompts)
6704 (feedmail-run-the-queue-global-prompt)
6705 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6706 (feedmail-envelope-deducer, feedmail-fiddle-date)
6707 (feedmail-default-message-id-generator)
6708 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6709 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6710 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6711 (vms-pmail-setup):
6712 * play/dunnet.el (dun-help):
6713 * play/handwrite.el (handwrite):
6714 * play/hanoi.el (hanoi-unix-64):
6715 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6716 * textmodes/enriched.el (fixed):
6717 * textmodes/org.el (org-file-apps)
6718 (org-emphasis-regexp-components, org-emphasis-alist):
6719 * textmodes/texinfmt.el (batch-texinfo-format):
6720 Fix typos in docstrings.
6721
6722 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6723
6724 * loadhist.el (read-feature): Don't complete features not loaded
6725 from a file (which make `unload-feature' to fail).
6726
6727 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6728
6729 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6730
6731 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * startup.el (command-line-1): Kill emacs if the last frame is
6734 deleted while evaluating the command-line arguments.
6735
6736 2006-11-05 Richard Stallman <rms@gnu.org>
6737
6738 * startup.el (init-file-had-error): Add doc string.
6739 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6740 Use fixed-width font for keyboard key descriptions.
6741
6742 * cus-edit.el (custom-save-all): Error if saving in .emacs
6743 and it had an error when loaded.
6744
6745 * dired-aux.el (dired-copy-file-recursive): Catch errors
6746 from recursive copies in the loop, around the recursive call.
6747
6748 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6749
6750 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6751 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6752 `/proc/acpi/thermal_zone/*'.
6753 (battery-search-for-one-match-in-files): New. Search a regexp in
6754 the content of some files.
6755
6756 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6757
6758 * window.el (mouse-autoselect-window-now): Remove variable.
6759 (mouse-autoselect-window-state): New variable.
6760 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6761 (mouse-autoselect-window-select, handle-select-window):
6762 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6763 Suspend delayed autoselection during menu or popup dialog.
6764
6765 * info-look.el (info-lookup-guess-custom-symbol): New function
6766 for retrieving symbol at point in custom buffers.
6767 (top level) <info-lookup-maybe-add-help>: Add backquote and
6768 comma to ignored characters in regexps of help specifications
6769 for emacs-lisp-mode and lisp-interaction-mode. This permits
6770 looking up symbols in `...' and after a comma. Add help
6771 specifications for custom-mode and help-mode.
6772
6773 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6774
6775 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6776 Don't encode body if RAW is non-nil, or if the old encoding is
6777 identical to the new encoding, or if the body contains only
6778 eight-bit-* characters.
6779
6780 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6781
6782 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6783 (faces-sample-overlay): Remove variable.
6784 (describe-face): Insert sample text in the face being described.
6785
6786 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6787
6788 * whitespace.el (whitespace-indent-regexp): Make this match any
6789 multiples of eight spaces near the beginning of a line.
6790 (whitespace-buffer): Use `remove-overlays' instead of
6791 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6792 speed up overlay handling.
6793 (whitespace-buffer-leading, whitespace-buffer-trailing):
6794 Make these functions highlight the text removed by
6795 `whitespace-buffer-leading-cleanup' and
6796 `whitespace-buffer-trailing-cleanup' respectively.
6797 (whitespace-buffer-search): Use `with-local-quit'.
6798 Move `format' out of loop to speed up scanning larger buffers.
6799 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6800 that function is never added to a hook.
6801 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6802 (whitespace-buffer-leading-cleanup)
6803 (whitespace-refresh-rescan-list): Fix docstrings.
6804
6805 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6806
6807 * allout.el (allout-during-yank-processing): Cue for inhibiting
6808 aberrance processing during yanks.
6809 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6810 the amount of yanked topics that can be aberrant.
6811 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6812 a function, and supplement with inihibition of doublechecking
6813 during yanks.
6814 (allout-beginning-of-line, allout-next-heading)
6815 (allout-previous-heading, allout-goto-prefix-doublechecked)
6816 (allout-back-to-current-heading, allout-next-visible-heading)
6817 (allout-next-sibling): Use new allout-do-doublecheck function.
6818 (allout-next-sibling): Ensure we made progress when returning
6819 other than nil.
6820 (allout-rebullet-heading): Preserve text property annotations
6821 indicating the text was hidden, if it was.
6822 (allout-kill-line): Remove any added was-hidden annotations.
6823 (allout-kill-topic): Remove any added was-hidden annotations.
6824 (allout-annotate-hidden): Inhibit adding was-hidden text
6825 properties to the undo list.
6826 (allout-deannotate-hidden): New function to remove was-hidden
6827 annotation.
6828 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6829 (allout-remove-exposure-annotation): Replace by
6830 allout-deannotate-hidden.
6831 (allout-yank-processing): Signal that yank processing is happening
6832 with allout-during-yank-processing. Also, wrap
6833 allout-unprotected's closer to the text changes, for easier
6834 debugging. We need to inhibit-field-text-motion explicitly, in
6835 lieu of the encompassing allout-unprotected.
6836 (outlineify-sticky): Adjust criteria for triggering new outline
6837 decorations to presence or absence of any topics, not just a topic
6838 at the beginning of the buffer.
6839
6840 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6841
6842 * bs.el (bs--show-all, bs--redisplay):
6843 * cus-edit.el (custom-unlispify-menu-entries)
6844 (custom-unlispify-tag-names, custom-prompt-variable):
6845 * expand.el (expand-pos):
6846 * speedbar.el (speedbar-generic-list-tag-p):
6847 * wid-edit.el (widget-image-enable):
6848 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6849 * emacs-lisp/find-func.el (find-function-noselect)
6850 (find-function, find-variable-noselect, find-variable)
6851 (find-definition-noselect, find-face-definition):
6852 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6853 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6854 * progmodes/ada-xref.el (ada-find-in-ali):
6855 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6856 * textmodes/org.el (org-copy-subtree):
6857 * textmodes/table.el (table--row-column-insertion-point-p):
6858 Use "non-nil" in docstrings.
6859
6860 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6861
6862 * sort.el (sort-columns): Set the field separator to tab; on
6863 NetBSD, sort complains if "\n" is used as field separator.
6864
6865 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6866
6867 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6868
6869 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * server.el (server-auth-key): Remove. Replace by a process-property.
6872 (server-start): Don't remove the file of the previous process, but
6873 instead clear out the place for the new file.
6874 (server-start): Set the :auth-key property.
6875 (server-process-filter): Use the :auth-key property.
6876
6877 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
6878
6879 * textmodes/org.el (org-mode-map): No longer copy
6880 `outline-mode-map' explicitly - this is already done by
6881 `define-derived-mode'.
6882
6883 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * server.el (server-visit-files): Use `when'.
6886 (server-process-filter): When authentication fails, send error
6887 message to client. Wrap `process-send-region' in `ignore-errors'
6888 instead of `condition-case', and remove misleading comment.
6889
6890 2006-11-01 Juri Linkov <juri@jurta.org>
6891
6892 * simple.el (yank): Doc fix.
6893
6894 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * server.el: Try and fit within 80 columns.
6897 (server-start): Make the auth file unreadable by other users.
6898
6899 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6900
6901 * battery.el (battery-linux-proc-acpi): Prevent range error when
6902 `full-capacity' is 0.
6903
6904 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6905
6906 * faces.el (faces-sample-overlay): New defvar.
6907 (faces-sample-overlay): New function to show face sample text.
6908 (describe-face): Use it.
6909
6910 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
6911
6912 * progmodes/ada-stmt.el: Change maintainer, apply
6913 whitespace-cleanup, checkdoc.
6914 (ada-func-or-proc-name): Add doc string.
6915
6916 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6917 whitespace-cleanup, checkdoc. Minor improvements to many doc
6918 strings and comments.
6919 (ada-prj-display-page): Change buffer name to more accurately
6920 reflect function.
6921
6922 * progmodes/ada-xref.el: Change maintainer, apply
6923 whitespace-cleanup, checkdoc. Minor improvements to many doc
6924 strings and comments. Don't look for `gvd' or `ddd' debuggers.
6925 (ada-compile-current): Don't add newlines to commands.
6926
6927 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
6928
6929 * server.el: Add support for TCP sockets.
6930 (server-use-tcp, server-host, server-auth-dir): New options.
6931 (server-auth-key): New variable.
6932 (server-ensure-safe-dir): Create nonexistent parent dirs.
6933 Ignore Unix-style file modes on Windows.
6934 (server-start): Crete a TCP or Unix socket according to the value
6935 of `server-use-tcp'. For TCP sockets, create the id/auth file in
6936 `server-auth-dir' directory.
6937 (server-process-filter): Delete process if authentication
6938 fails (which never happens for Unix sockets).
6939
6940 2006-10-30 David Kastrup <dak@gnu.org>
6941
6942 * subr.el (add-to-list): Don't continue checking if a match has
6943 been found.
6944
6945 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * tutorial.el: Move defvars to avoid bytecomp warnings.
6948 (tutorial--find-changed-keys): Check if viper-current-state is
6949 bound before using it.
6950 (help-with-tutorial): Check if viper-tutorial is defined before
6951 using it.
6952
6953 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
6954
6955 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6956
6957 * tutorial.el: New file.
6958 (help-with-tutorial): Move here from help-fns.el. Added help for
6959 rebound keys. Fixed resume of tutorial.
6960 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6961 (tutorial--find-changed-keys, tutorial--display-changes)
6962 (tutorial--saved-dir, tutorial--saved-file)
6963 (tutorial--save-tutorial): New functions to support the changes in
6964 help-with-tutorial.
6965
6966 2006-10-30 Kenichi Handa <handa@m17n.org>
6967
6968 * files.el (revert-buffer): If a unibyte buffer is being reverted
6969 with a coding system for multibyte, set buffer multibyte before
6970 calling insert-file-contents.
6971
6972 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * server.el (server-select-display): Use a dummy buffer to detect when
6975 the frame is later used.
6976 (server-select-display): New function.
6977 (server-process-filter): Use it to detect unused temp frames.
6978
6979 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
6980
6981 * progmodes/ada-mode.el: Change maintainer, apply
6982 whitespace-clean, checkdoc. Minor improvements to many doc strings.
6983 (ada-mode-version): New function.
6984 (ada-create-menu): Menu operations are available for all supported
6985 compilers.
6986
6987 2006-10-29 Lars Hansen <larsh@soem.dk>
6988
6989 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6990 Highlight as keyword.
6991 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6992 Don't call tramp-method-out-of-band-p for local files.
6993 (tramp-touch): Quote file name.
6994
6995 2006-10-28 Glenn Morris <rgm@gnu.org>
6996
6997 * calendar/calendar.el (cal-html-cursor-month)
6998 (cal-html-cursor-year): Add autoloads for this new package.
6999 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7000
7001 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7002
7003 * calendar/cal-html.el: New file.
7004
7005 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * emacs-lisp/authors.el (authors-aliases): Update.
7008
7009 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * version.el (emacs-version): Bump version number to 22.0.90.
7012
7013 2006-10-26 John W. Eaton <jwe@octave.org>
7014
7015 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7016 New defvar.
7017 (inferior-octave-resync-dirs): Check to see whether Octave has
7018 built-in variables and set inferior-octave-has-built-in-variables.
7019 Check inferior-octave-has-built-in-variables to decide whether to
7020 send commands that set built-in variables or call functions to
7021 change Octave's behavior.
7022 Send "disp (pwd ())" to Octave instead of just "pwd".
7023 (inferior-octave-startup): Send "more off" to Octave instead of
7024 "page_screen_output = 0".
7025
7026 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7029 pattern normally.
7030
7031 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7032
7033 * bindings.el (mode-line-mode-menu): Remove bindings for global
7034 minor modes (line/column number) as they are on the menubar.
7035
7036 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7037
7038 * term/w32-win.el (x-handle-name-switch): Doc fix.
7039 (w32-standard-fontset-spec): Fix typo in docstring.
7040
7041 * midnight.el (midnight-buffer-display-time): Doc fix.
7042 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7043
7044 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7045
7046 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7047
7048 * viper-ex.el (ex-read): Quote file argument.
7049
7050 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7051
7052 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7053
7054 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7055
7056 * textmodes/flyspell.el (flyspell-check-region-doublons):
7057 Fix last fix.
7058
7059 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7060
7061 * bindings.el (mode-line-mode-menu): List global minor modes
7062 before local ones.
7063
7064 2006-10-23 Kim F. Storm <storm@cua.dk>
7065
7066 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7067 (sit-for): If last command was a prefix arg, add the read-ahead
7068 event to unread-command-events as (t . EVENT) so it will be added
7069 to this-command-keys by read-key-sequence.
7070
7071 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7072
7073 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7074 whitespace when checking doublons.
7075 (flyspell-check-region-doublons): Fix doublon regexp.
7076 (flyspell-highlight-incorrect-region): Highlight doublons using
7077 flyspell-duplicate face.
7078
7079 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7080
7081 2006-10-22 John Wiegley <johnw@newartisans.com>
7082
7083 * progmodes/python.el (python-use-skeletons): python-mode was
7084 auto-inserting templates (for those with abbrev-mode on), not only
7085 by default -- *but without a configuration variable to disable
7086 it*. This rendered python-mode completely useless for me, so I
7087 have added `python-use-skeletons', which is now off by default.
7088
7089 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7090
7091 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7092 font-lock-multiline is auto-local (it's not).
7093 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7094 initialized before calling cperl-init-faces.
7095
7096 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7097
7098 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7099 gdb-stack-position a value when there is no fringe.
7100
7101 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7102 indicator if not visiting a file.
7103
7104 2006-10-20 David Kastrup <dak@gnu.org>
7105
7106 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7107 operation would still cause some window to collapse later.
7108
7109 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7112 side-effect due to mixing various backends's file properties.
7113
7114 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7115 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7116 Return `filename's status if applicable. Update callers.
7117
7118 2006-10-19 Kenichi Handa <handa@m17n.org>
7119
7120 * international/kkc.el (kkc-region): When a key sequence is not
7121 defined, append (this-single-command-raw-keys) to
7122 unread-input-method-events.
7123
7124 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7125
7126 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7127
7128 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7129
7130 * version.el (emacs-version): Use mac-carbon-version-string.
7131
7132 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7133
7134 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7135
7136 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7137 Kenichi Handa).
7138 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7139 the selection is not UTF-8.
7140
7141 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7142
7143 * progmodes/ada-mode.el (ada-83-string-keywords)
7144 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7145 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7146 (ada-looking-at-semi-private, ada-get-body-name):
7147 Fix typos in docstrings.
7148 (ada-create-case-exception, ada-create-case-exception-substring):
7149 Fix typos in error messages.
7150 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7151
7152 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7153
7154 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7155 to default-frame-alist if default-frame-alist already contains
7156 width/height.
7157
7158 2006-10-18 Richard Stallman <rms@gnu.org>
7159
7160 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7161 Non-interactive arg is the value, not the expression.
7162
7163 * simple.el (read-expression-map): Just set it, no defvar.
7164
7165 * subr.el (insert-for-yank-1): If last inserted char has
7166 properties, mark them as rear-nonsticky.
7167
7168 * recentf.el (recentf-mode): Doc fix.
7169
7170 * facemenu.el (facemenu-add-new-face): Defend against symbol
7171 that isn't a face name.
7172
7173 * dired-aux.el (dired-do-copy): Doc fix.
7174
7175 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * simple.el (line-move-1): Ignore fields when moving to the
7178 beginning of line to avoid getting point stuck.
7179
7180 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7181
7182 * textmodes/flyspell.el (flyspell-word-search-backward):
7183 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7184 text.
7185
7186 2006-10-16 Richard Stallman <rms@gnu.org>
7187
7188 * help-fns.el (describe-function-1): Special case optimization
7189 for self-insert-command.
7190
7191 2006-10-16 Kim F. Storm <storm@cua.dk>
7192
7193 * ido.el (ido-reread-directory): Work in `dir' mode too.
7194
7195 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7196
7197 * textmodes/table.el: Require 'regexp-opt.
7198
7199 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7200
7201 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7202 Use shell-quote-argument.
7203
7204 * shell.el (explicit-bash-args): Likewise.
7205
7206 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7207 Use grep -E rather than egrep.
7208
7209 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7210
7211 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7212
7213 2006-10-15 Kim F. Storm <storm@cua.dk>
7214
7215 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7216
7217 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7218
7219 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7220 to protect whitespace and metacharacters from the shell.
7221
7222 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7223
7224 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7225
7226 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7227
7228 * subr.el (start-process-shell-command): Doc fix.
7229
7230 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7231
7232 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7233 the regexp for Maxima symbols.
7234
7235 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7238 (vc-find-root): Don't walk higher up than ~.
7239
7240 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * international/utf-8.el (utf-translate-cjk-load-tables):
7243 Avoid clobbering last-coding-system-used during load.
7244
7245 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7246
7247 * textmodes/reftex-global.el (reftex-create-tags-file):
7248 Quote file arguments.
7249
7250 2006-10-12 Richard Stallman <rms@gnu.org>
7251
7252 * files.el (file-name-history): Add defvar.
7253 (save-some-buffers-action-alist): Improve description strings.
7254
7255 2006-10-12 Andreas Schwab <schwab@suse.de>
7256
7257 * files.el (auto-mode-alist): Match change log file name also with
7258 a dash before a numeric extension.
7259
7260 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7261
7262 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7263 After 5.0:
7264 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7265
7266 After 5.1: Major edit. Summary of most visible changes:
7267
7268 - Multiple <<HERE per line allowed.
7269 - Handles multiline subroutine declaration headers (with comments).
7270 (The exception is `cperl-etags' - but it is not used in the rest
7271 of the mode.)
7272 - Fontifies multiline my/our declarations (even with comments,
7273 and with legacy `font-lock').
7274 - Major speedup of syntaxification, both immediate and postponed
7275 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7276 huge real-life document I tested).
7277 - New bindings, edits to imenu.
7278 - "_" is made into word-char during fontification/syntaxification;
7279 some attempts to recognize non-word "_" during other operations too.
7280 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7281 - autoload some more perldoc-related stuff
7282 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7283 - Attempt to incorporate XEmacs edits which reached me.
7284
7285 Fine-grained changelog:
7286 (cperl-hook-after-change): New configuration variable.
7287 (cperl-vc-sccs-header): Likewise.
7288 (cperl-vc-sccs-header): Likewise.
7289 (cperl-vc-header-alist): Default via two preceding variables.
7290 (cperl-invalid-face): Remove double quoting under XEmacs
7291 (still needed under 21.2).
7292 (cperl-tips): Update URLs for resources.
7293 (cperl-problems): Likewise.
7294 (cperl-praise): Mention new features.
7295 New C-c key bindings: for `cperl-find-bad-style',
7296 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7297 `cperl-perdoc', and `cperl-perldoc-at-point'.
7298 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7299 moved, new submenu of Tools with Ispell entries and narrowing.
7300 (cperl-after-sub-regexp): New defsubst.
7301 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7302 Allows heads up to head4.
7303 Allow "package;".
7304 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7305 (paren-backwards-message): ??? Something for XEmacs???
7306 (cperl-mode): Never auto-switch abbrev-mode off.
7307 Try to allow '_' be non-word char.
7308 Do not use `font-lock-unfontify-region-function' on XEmacs.
7309 Reset syntax cache on mode start.
7310 Support multiline facification (even on legacy `font-lock').
7311 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7312 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7313 refuse to inform us whether the fontification is due to lazy
7314 calling or due to edit to a buffer, install our own hook
7315 (controlled by `cperl-hook-after-change').
7316 (cperl-electric-pod): =cut may have been recognized as start.
7317 (cperl-block-p): Move, updatedfor attributes.
7318 (cperl-calculate-indent): Try to allow '_' be non-word char
7319 Support subs with attributes.
7320 (cperl-where-am-i): Quiet (?) a warning.
7321 (cperl-cached-syntax-table): New function.
7322 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7323 (cperl-unwind-to-safe): Recognize `syntax-type' property
7324 changing in a middle of line.
7325 (cperl-find-sub-attrs): New function.
7326 (cperl-find-pods-heres): Allow many <<EOP per line.
7327 Allow subs with attributes.
7328 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7329 Recognize "extproc " (OS/2) case-folded and only at start.
7330 /x on s///x with empty replacement was not recognized.
7331 Better comments.
7332 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7333 Allow subs with attributes, labels.
7334 Do not confuse "else::foo" with "else".
7335 Minor optimizations...
7336 (cperl-after-expr-p): Try to allow '_' be non-word char.
7337 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7338 with `looking-at' inside `narrow' and bulk out if found.
7339 (cperl-imenu--create-perl-index): Updates for new
7340 `cperl-imenu--function-name-regexp-perl'.
7341 (cperl-outline-level): Likewise.
7342 (cperl-init-faces): Allow multiline subroutine headers
7343 and my/our declarations, and ones with comments.
7344 Allow subroutine attributes.
7345 (cperl-imenu-on-info): Better docstring.
7346 (cperl-etags): Rudimentary support for attributes.
7347 Support for packages and "package;".
7348 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7349 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7350 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7351 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7352 (cperl-perldoc): Add autoload.
7353 (cperl-perldoc-at-point): Likewise.
7354 (cperl-here-doc-spell): New function.
7355 (cperl-pod-spell): Likewise.
7356 (cperl-map-pods-heres): Likewise.
7357 (cperl-get-here-doc-region): Likewise.
7358 (cperl-font-lock-fontify-region-function): Likewise (backward
7359 compatibility for legacy `font-lock').
7360 (cperl-font-lock-unfontify-region-function): Fix style.
7361 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7362 calls with no-change. Governed by `cperl-hook-after-change'.
7363 (cperl-fontify-update): Recognize that syntaxification region
7364 can be larger than fontification one.
7365 XXXX we leave `cperl-postpone' property, so this is quadratic...
7366 (cperl-fontify-update-bad): Temporary placeholder until
7367 it is clear how to implement `cperl-fontify-update'.
7368 (cperl-time-fontification): New function.
7369 (attrib-group): New text attribute.
7370 (multiline): New value: `syntax-type' text attribute.
7371
7372 After 5.2:
7373 (cperl-emulate-lazy-lock): New function.
7374 (cperl-fontify-syntaxically): Would skip large regions.
7375 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7376 Some globals were declared, but uninitialized.
7377
7378 After 5.3, 5.4:
7379 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7380 Copyright message updated.
7381 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7382 facification down a bit.
7383 Misprint for my|our|local for old `font-lock'
7384 "our" was not fontified same as "my|local".
7385 Highlight variables after "my" etc even in
7386 a middle of an expression.
7387 Do not facify multiple variables after my etc
7388 unless parentheses are present.
7389
7390 After 5.5, 5.6
7391 (cperl-fontify-syntaxically): after-change hook could reset.
7392 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7393
7394 After 5.7:
7395 (cperl-init-faces): Allow highlighting of local ($/).
7396 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7397 (cperl-problems): Remove fixed problems.
7398 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7399 Recognize charclasses (unless delimiter is \).
7400 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7401 (cperl-regexp-scan): Update docs.
7402 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7403
7404 After 5.8:
7405 Major user visible changes:
7406 Recognition and fontification of character classes in RExen.
7407 Variable indentation of RExen according to groups.
7408
7409 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7410 Fontify REx charclasses in variable-name face.
7411 Fontify POSIX charclasses in "type" face.
7412 Fontify unmatched "]" in function-name face.
7413 Mark first-char of HERE-doc as `front-sticky'.
7414 Reset `front-sticky' property when needed.
7415 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7416 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7417 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7418 constructs. Support `narrow'ed buffers.
7419 (cperl-praise): Remove a reservation.
7420 (cperl-make-indent): New function.
7421 (cperl-indent-for-comment): Use `cperl-make-indent'.
7422 (cperl-indent-line): Likewise.
7423 (cperl-lineup): Likewise.
7424 (cperl-beautify-regexp-piece): Likewise.
7425 (cperl-contract-level): Likewise.
7426 (cperl-toggle-set-debug-unwind): New function.
7427 New menu entry for this.
7428 (fill-paragraph-function): Use when `boundp'.
7429 (cperl-calculate-indent): Take into account groups when indenting RExen.
7430 (cperl-to-comment-or-eol): Recognize # which end a string.
7431 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7432 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7433 (cperl-fontify-syntaxically): More clear debugging message.
7434 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7435 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7436 Merge cosmetic changes from XEmacs.
7437
7438 After 5.9:
7439 (cperl-1+): Move to before the first use.
7440 (cperl-1-): Likewise.
7441
7442 After 5.10:
7443
7444 This code may lock Emacs hard!!! Use at your own risk!
7445
7446 (cperl-font-locking): New internal variable.
7447 (cperl-beginning-of-property): New function.
7448 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7449 instead of `previous-single-property-change'.
7450 (cperl-unwind-to-safe): Likewise.
7451 (cperl-after-expr-p): Likewise.
7452 (cperl-get-here-doc-region): Likewise.
7453 (cperl-font-lock-fontify-region-function): Likewise.
7454 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7455 recursively.
7456 Bound `next-single-property-change' via `point-max'.
7457 (cperl-unwind-to-safe): Bound likewise
7458 (cperl-font-lock-fontify-region-function): Likewise.
7459 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7460 Initialization of `cperl-font-lock-multiline-start' could be
7461 missed if the "main" fontification did not run due to the
7462 keyword being already fontified.
7463 (cperl-pod-spell): Return t from do-one-chunk function.
7464 (cperl-map-pods-heres): Stop when the worker returns nil.
7465 Call `cperl-update-syntaxification'.
7466 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7467 (cperl-get-here-doc-delim): Remove unused function.
7468
7469 After 5.11:
7470
7471 The possible lockup of Emacs (introduced in 5.10) fixed.
7472
7473 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7474 (cperl-syntaxify-for-menu): New customization variable.
7475 (cperl-select-this-pod-or-here-doc): New function.
7476 (cperl-get-here-doc-region): Extra argument.
7477 Do not adjust pos by 1.
7478
7479 New menu entries
7480 (Perl/Tools): Selection of current POD or HERE-DOC section.
7481 (Debugging CPerl:) backtrace on fontification.
7482
7483 After 5.12:
7484 (cperl-cached-syntax-table): Use `car-safe'.
7485 (cperl-forward-re): Remove spurious argument SET-ST.
7486 Add documentation.
7487 (cperl-forward-group-in-re): New function.
7488 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7489 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7490
7491 After 5.13:
7492 (cperl-string-syntax-table): Make { and } not-grouping
7493 (Sometimes they ARE grouping in RExen, but matching them would only
7494 confuse in many situations when they are not)
7495 (beginning-of-buffer): Replace two occurrences with goto-char...
7496 (cperl-calculate-indent): `char-after' could be nil...
7497 (cperl-find-pods-heres): REx can start after "[" too.
7498 Hightlight (??{}) in RExen too.
7499 (cperl-maybe-white-and-comment-rex): New constant
7500 (cperl-white-and-comment-rex): Likewise.
7501 XXXX Not very efficient, but hard to make
7502 better while keeping 1 group.
7503
7504 After 5.13:
7505 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7506 Likewise for 1 << identifier.
7507
7508 After 5.14:
7509 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7510 Error-less condition-case could fail.
7511 (cperl-font-lock-fontify-region-function): Likewise.
7512 (cperl-init-faces): Likewise.
7513
7514 After 5.15:
7515 (cperl-find-pods-heres): Support property REx-part2.
7516 (cperl-calculate-indent): Likewise.
7517 Don't special-case REx with non-empty 1st line.
7518 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7519 Invert highlighting of charclasses:
7520 now the envelop is highlighted.
7521 Highlight many others 0-length builtins.
7522 (cperl-praise): Mention indenting and highlight in RExen.
7523
7524 After 5.15:
7525 (cperl-find-pods-heres): Highlight capturing parens in REx.
7526
7527 After 5.16:
7528 (cperl-find-pods-heres): Highlight '|' for alternation
7529 Initialize `font-lock-warning-face' if not present.
7530 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7531 `font-lock-function-name-face'.
7532 (cperl-look-at-leading-count): Likewise.
7533 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7534 `font-lock-keyword-face' (needed for
7535 batch processing), etc...
7536 Use `font-lock-builtin-face' for builtin in REx
7537 Now `font-lock-variable-name-face'
7538 is used for interpolated variables
7539 Use "talking aliases" for faces inside REx
7540 Highlight parts of REx (except in charclasses)
7541 according to the syntax and/or semantic
7542 Syntax-mark a {}-part of (?{}) as "comment"
7543 (it was the ()-part)
7544 Better logic to distinguish what is what in REx
7545 (cperl-tips-faces): Document REx highlighting
7546 (cperl-praise): Mention REx syntax highlight etc.
7547
7548 After 5.17:
7549 (cperl-find-sub-attrs): Would not always manage to print error message.
7550 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7551
7552 After 5.18:
7553 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7554 Very minor optimization.
7555 `my-cperl-REx-modifiers-face' got quoted.
7556 Recognize "print $foo <<END" as HERE-doc.
7557 Put `REx-interpolated' text attribute if needed.
7558 (cperl-invert-if-unless-modifiers): New function.
7559 (cperl-backward-to-start-of-expr): Likewise.
7560 (cperl-forward-to-end-of-expr): Likewise.
7561 (cperl-invert-if-unless): Works in "the opposite way" too.
7562 Cursor position on return is on the switch-word.
7563 Indents comments better.
7564 (REx-interpolated): New text attribute.
7565 (cperl-next-interpolated-REx): New function.
7566 (cperl-next-interpolated-REx-0): Likewise.
7567 (cperl-next-interpolated-REx-1): Likewise.
7568 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7569 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7570 (cperl-praise): Mention finded interpolated RExen.
7571
7572 After 5.19:
7573 (cperl-init-faces): Highlight %$foo, @$foo too.
7574 (cperl-short-docs): Better docs for system, exec.
7575 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7576 Would not find HERE-doc ended by EOF without NL.
7577 (cperl-short-docs): Correct not-doubled \-escapes.
7578 start block: Put some `defvar' for stuff gone from XEmacs.
7579
7580 After 5.20:
7581 initial comment: Extend copyright, fix email address.
7582 (cperl-indent-comment-at-column-0): New customization variable.
7583 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7584 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7585 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7586 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7587 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7588 highlight $ in $foo too (UNTESTED).
7589 (cperl-set-style): Docstring missed some available styles.
7590 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7591 Change "Current" to "Memorize Current".
7592 (cperl-indent-wrt-brace): New customization variable; the default is
7593 as for pre-5.2 version.
7594 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7595 (cperl-style-alist): Likewise.
7596 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7597 and `cperl-extra-newline-before-brace' etc
7598 being t
7599 (cperl-indent-exp): Plans B and C to find continuation blocks even
7600 if `cperl-extra-newline-before-brace' is t.
7601
7602 After 5.21:
7603 Improve some docstrings concerning indentation.
7604 (cperl-indent-rules-alist): New variable.
7605 (cperl-sniff-for-indent): New function name
7606 (separated from `cperl-calculate-indent').
7607 (cperl-calculate-indent): Separate the sniffer and the indenter;
7608 uses `cperl-sniff-for-indent' now.
7609 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7610 was inverted;
7611 Support `comment-column' = 0.
7612
7613 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7614
7615 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7616 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7617 * longlines.el (longlines-window-change-function): Likewise.
7618 * simple.el (undo-ask-before-discard): Likewise.
7619 * wid-edit.el (widget-field-prompt-internal)
7620 (widget-documentation-link-p): Likewise.
7621
7622 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7625 for a keyword.
7626
7627 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * newcomment.el (comment-valid-prefix-p): Make the check
7630 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7631 (comment-indent-new-line): Adjust call.
7632
7633 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7634
7635 * allout.el (allout-back-to-current-heading): Base on lower-level
7636 routines to get proper disqualification of aberrant topics.
7637
7638 2006-10-09 Richard Stallman <rms@gnu.org>
7639
7640 * textmodes/two-column.el (2C-two-columns): Doc fix.
7641
7642 2006-10-09 Kim F. Storm <storm@cua.dk>
7643
7644 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7645 about implicit use.
7646
7647 2006-10-08 Richard Stallman <rms@gnu.org>
7648
7649 * textmodes/two-column.el (2C-two-columns): Doc fix.
7650
7651 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7652
7653 * files.el: Mark `buffer-read-only' as safe-local-variable.
7654
7655 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7656
7657 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7658 Burp if GUD buffer has been killed.
7659
7660 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * completion.el (add-completions-from-c-buffer):
7663 Don't presume an error's second element is a string.
7664 Use looking-at rather than buffer-substring + member.
7665
7666 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7667
7668 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7669 `undecided', call find-coding-systems-region to find a proper
7670 non-trivial encoding.
7671 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7672 and "text/plain".
7673
7674 2006-10-07 Kevin Ryde <user42@zip.com.au>
7675
7676 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7677 url-link.
7678
7679 * strokes.el (defgroup strokes): Remove invalid url-link.
7680
7681 2006-10-07 Magnus Henoch <mange@freemail.hu>
7682
7683 * autoinsert.el (auto-insert-alist): Doc fix.
7684
7685 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7686
7687 * mouse-sel.el (mouse-insert-selection-internal):
7688 Use insert-for-yank, so that yank handlers are run.
7689
7690 2006-10-07 Kim F. Storm <storm@cua.dk>
7691
7692 * ido.el (ido-file-extension-aux): Fix comparison.
7693
7694 2006-10-06 Kim F. Storm <storm@cua.dk>
7695
7696 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7697
7698 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7699
7700 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7701 (ad-make-mapped-call): Use `let', not `let*'.
7702
7703 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * international/mule-cmds.el (coding-system-change-eol-conversion):
7706 Ensure the coding system is initialized before calling
7707 coding-system-eol-type.
7708
7709 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7710
7711 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7712 (org-activate-angle-links, org-activate-dates)
7713 (org-activate-target-links, org-activate-camels)
7714 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7715 textproperty keymaps from being active beyond the end of a line.
7716 (org-unfontify-region): Also remove `rear-nonsticky' property.
7717
7718 2006-10-04 Kenichi Handa <handa@m17n.org>
7719
7720 * international/code-pages.el (next): Table fixed.
7721
7722 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7725 that it's been made unnecessary by removing narrowing.
7726
7727 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7730 control flow a bit, simplify another bit, and add comments.
7731
7732 2006-10-03 David Kastrup <dak@gnu.org>
7733
7734 * help.el (describe-mode): For clicks on mode-line, use "@"
7735 interactive argument to get the major mode of the click instead of
7736 the current buffer.
7737
7738 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7739 in order to better redirect mouse-2 clicks. Also allow default
7740 bindings to apply.
7741
7742 2006-10-03 Kim F. Storm <storm@cua.dk>
7743
7744 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7745 (pushnew): Fix last change.
7746
7747 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7748
7749 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7750 Use the interactive spec of `eval-expression'.
7751
7752 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7753
7754 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7755
7756 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7757
7758 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7759 2006-09-28 commit.
7760
7761 2006-10-02 Kenichi Handa <handa@m17n.org>
7762
7763 * international/code-pages.el (iso-8859-6): Table fixed.
7764
7765 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7766
7767 * dired.el (dired-build-subdir-alist): Fix previous change.
7768
7769 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7770
7771 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7772
7773 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7776 "define-button-type".
7777
7778 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7779 they don't keep accumulating.
7780
7781 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7782
7783 * ffap.el (ffap-rfc-path): Change the address of the RFC
7784 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7785
7786 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7787
7788 * allout.el (allout-expose-topic): Rectify implementation of "+"
7789 spec, so that bodies are not exposed with headlines.
7790
7791 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7792
7793 * allout.el (allout-current-depth): Do aberrent check only at or
7794 below doublecheck depth.
7795 (allout-chart-subtree): Make it explicit that LEVELS being nil
7796 means unlimited depth. Drop undocumented support for LEVELS value
7797 t meaning unlimited depth. (This is consistent with
7798 allout-chart-to-reveal, but contrary to allout-show-children,
7799 which needs to use nil to default to depth of 1.)
7800 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7801 (allout-chart-to-reveal): Be explicit in docstring about meaning
7802 of nil LEVELS, and drop support for LEVELS value t.
7803 (allout-show-children): Translate the level spec used by this
7804 routine to that used by allout-chart-subtree and
7805 allout-chart-to-reveal.
7806 (allout-show-to-offshoot): Retry once when stuck, after opening
7807 subtree - improvements in discontinuity handling likely will
7808 enable progress.
7809
7810 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7811
7812 * wid-edit.el (widget-button-click-moves-point): New variable.
7813 (widget-button-click): If widget-button-click-moves-point is
7814 non-nil, set point after performing the button action.
7815
7816 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7817
7818 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7819
7820 * files.el (find-file-existing): Modify to not allow wildcards.
7821
7822 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7823
7824 * simple.el (undo-more): When undo information for the region is
7825 exhausted, say "No further undo information FOR REGION".
7826
7827 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7828
7829 * progmodes/sh-script.el (sh-prev-thing):
7830 Take `sh-leading-keywords' into account.
7831
7832 2006-09-29 Glenn Morris <rgm@gnu.org>
7833
7834 * custom.el (defcustom): Doc fix.
7835
7836 * calendar/calendar.el (european-calendar-style):
7837 Call european-calendar or american-calendar as needed when set.
7838 (diary-view-entries, list-calendar-holidays): Move autoloads
7839 before use.
7840
7841 2006-09-29 Juri Linkov <juri@jurta.org>
7842
7843 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7844 to nil if there is no previous property change.
7845
7846 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7847
7848 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7849 saving anything to be sure that `forward-sexp' behaves correctly.
7850
7851 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7852
7853 * simple.el (line-move-finish): Ignore field boundaries if the
7854 initial and final points have the same `field' property.
7855
7856 2006-09-29 Kim F. Storm <storm@cua.dk>
7857
7858 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7859 to t while calling ido-read-internal.
7860
7861 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7862
7863 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7864 (org-archive-subtree): Remove erraneous `]' from character list.
7865
7866 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7867
7868 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7869 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7870 markers for data-area and parameters-area.
7871
7872 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7875
7876 * font-lock.el (font-lock-after-change-function): Refontify next line
7877 as well if end is at BOL.
7878 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7879 only extend the region as much as needed.
7880
7881 2006-09-28 Richard Stallman <rms@gnu.org>
7882
7883 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7884
7885 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7886
7887 * international/mule.el (after-insert-file-set-coding):
7888 If VISIT, don't let set-buffer-multibyte make undo info.
7889
7890 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
7891
7892 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7893 lines in base64-encoded authentication response.
7894
7895 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7896
7897 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7898 (ebnf-version): New version 4.3.
7899 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7900 (ebnf-prologue): Adjust PostScript programming.
7901 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7902 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7903
7904 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * jit-lock.el (jit-lock-force-redisplay): Rename from
7907 jit-lock-fontify-again, and undo the mistaken change I've just done.
7908
7909 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7910 (jit-lock-fontify-again): Don't refontify text that's not displayed.
7911
7912 2006-09-26 Kenichi Handa <handa@m17n.org>
7913
7914 * startup.el (display-splash-screen): Allow a prefix argument.
7915
7916 2006-09-25 Jason Rumney <jasonr@gnu.org>
7917
7918 * subr.el (shell-quote-argument): Use DOS logic for Windows
7919 shells with DOS semantics.
7920
7921 2006-09-24 Richard Stallman <rms@gnu.org>
7922
7923 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7924 (compilation-goto-locus): Use compilation-goto-locus-delete-o
7925 to delete the overlay. Put it on pre-command-hook.
7926
7927 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7928
7929 * startup.el (fancy-splash-screens, normal-splash-screen):
7930 Call the splash buffer *About GNU Emacs*.
7931
7932 * simple.el (next-error-highlight, next-error-highlight-no-select):
7933 Default to 0.5.
7934 (yank-excluded-properties): Add `fontified'.
7935
7936 * font-lock.el (font-lock-compile-keywords): Allow value of
7937 syntax-begin-function to enable paren-column-0 highlighting.
7938
7939 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
7940
7941 * dired.el (dired-build-subdir-alist): When file ends in colon,
7942 don't exit the loop, just disregard that file.
7943
7944 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * simple.el (line-move-finish): Handle corner case for fields in
7947 continued lines.
7948 (line-move-1): Remove flawed test for that case.
7949
7950 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
7951
7952 * icomplete.el (icomplete-simple-completing-p): Use the correct
7953 name for the new variable, `icomplete-with-completion-tables'.
7954 (file local variables): Remove superfluous setting.
7955
7956 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7957
7958 * calendar/appt.el (appt-check): Fix typo for appointments just
7959 after midnight.
7960
7961 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * help.el (describe-key-briefly, describe-key): Don't expect an
7964 extra up event if a down-event is generated by a popup menu.
7965
7966 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
7967
7968 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7969 local dictionary when changing the global dictionary.
7970
7971 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
7972
7973 * icomplete.el (icomplete-with-completion-tables): List of
7974 specialized completion tables with which icomplete should
7975 operate. Include the new `internal-complete-buffer', so icomplete
7976 works with interactive buffer-selection.
7977 (icomplete-simple-completing-p): Add acceptance of specialized
7978 completion tables listed in icomplete-with-completion-tables.
7979
7980 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7981
7982 * frame.el (focus-follows-mouse): Set default to nil on Mac.
7983
7984 * startup.el (command-line): Use `custom-reevaluate-setting' for
7985 `focus-follows-mouse'.
7986
7987 2006-09-22 Richard Stallman <rms@gnu.org>
7988
7989 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7990 explain why Save is not available.
7991
7992 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
7993
7994 * woman.el (woman0-so): Use `let*', not `let'.
7995 (woman-horizontal-line): Remove unbalanced parenthesis.
7996
7997 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * woman.el: Make sure all the end-of-region markers we use have
8000 a non-nil insertion-type.
8001 (woman0-so): Move things around so we can use copy-marker.
8002 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8003 Adjust marker type.
8004 (woman2-process-escapes): Check marker type.
8005 (woman-horizontal-line): Dispense with the use of a marker.
8006
8007 2006-09-22 Jay Belanger <belanger@truman.edu>
8008
8009 * calc/calc-lang.el: Add Greek letters to math-variable-table
8010 property of tex.
8011
8012 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8015
8016 2006-09-22 Masatake YAMATO <jet@gyve.org>
8017
8018 * add-log.el (add-log-current-defun): Use `forward-sexp'
8019 instead of `forward-word' to pick c++::symbol.
8020 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8021
8022 2006-09-22 Kenichi Handa <handa@m17n.org>
8023
8024 * bindings.el: Fix setting self-insert-command for multibyte
8025 characters in global-map.
8026
8027 2006-09-21 David Kastrup <dak@gnu.org>
8028
8029 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8030 doc string.
8031
8032 2006-09-21 Kenichi Handa <handa@m17n.org>
8033
8034 * language/european.el ("Latin-1"): Add windows-1252 to
8035 coding-priority.
8036 ("German"): Likewise.
8037
8038 2006-09-21 Kim F. Storm <storm@cua.dk>
8039
8040 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8041 Suggested by Miles Bader.
8042
8043 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8044 instead of add-to-list in the simple case.
8045
8046 2006-09-20 Kenichi Handa <handa@m17n.org>
8047
8048 * isearch.el (isearch-process-search-char): Cancel the previous change.
8049 (isearch-search-string): New function.
8050 (isearch-search): Use isearch-search-string.
8051 (isearch-lazy-highlight-search): Likewise.
8052
8053 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8054
8055 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8056 string to become an option.
8057
8058 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8061
8062 2006-09-20 Kim F. Storm <storm@cua.dk>
8063
8064 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8065 position t instead of trying both window-end and window-end - 1.
8066
8067 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8068
8069 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8070 hidden trees.
8071
8072 2006-09-20 David Kastrup <dak@gnu.org>
8073
8074 * mouse.el (mouse-posn-property): Improve doc string.
8075 (mouse-on-link-p): Change buffers for function calls on links.
8076
8077 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8078 buffer is read-only.
8079
8080 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8081
8082 * allout.el (allout-unprotected): Let inhibit-read-only only when
8083 buffer-read-only isn't set.
8084 (allout-annotate-hidden): Enable topic annotation during copies even
8085 when the buffer is read-only, eg for topic copies. Ensure that the loop
8086 advances, even when the span extends beyond the deletion region.
8087 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8088 rather than allout-exposure-changed-hook, as a stronger assertion.
8089 (allout-keybindings-list): Add bindings for
8090 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8091 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8092 Copy wrappers for allout-kill-line and allout-kill-topic.
8093 (allout-listify-exposed): Position correctly to accumulate lines.
8094
8095 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8096
8097 * simple.el (line-move-1): Escape field boundaries occurring
8098 exactly at point. Update goal column if constrained to a field.
8099 (line-move-finish): Escape field boundaries occurring exactly at point.
8100
8101 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8104 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8105
8106 2006-09-19 Kim F. Storm <storm@cua.dk>
8107
8108 * help.el (describe-key-briefly, describe-key): Simplify printing
8109 of descriptions by using format and %S. Fix "is undefined"
8110 messages to say "at that spot" for mouse events.
8111
8112 * simple.el (line-move-partial): Optimize. Try window-line-height
8113 before posn-at-point to get vpos of current line.
8114
8115 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8116
8117 * viper.el: Bump up version/date of update to reflect the substantial
8118 changes done in August 2006.
8119
8120 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8121 are defined.
8122
8123 * ediff-util.el (ediff-add-to-history): New function.
8124
8125 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8126
8127 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8128
8129 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8130 Delete duplicate make-local-variable form.
8131 (conf-space-keywords): Add autoload cookie.
8132 Fix typo (`keywords', not `keyword').
8133
8134 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8135
8136 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8137 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8138 to x-gtk-use-old-file-dialog.
8139
8140 2006-09-18 Richard Stallman <rms@gnu.org>
8141
8142 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8143 that might come in during mouse tracking.
8144
8145 2006-09-18 Kim F. Storm <storm@cua.dk>
8146
8147 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8148 new window-line-height function. Further optimize by not calling
8149 pos-visible-in-window-p for window-end when window-line-height
8150 returns useful information.
8151
8152 2006-09-16 Richard Stallman <rms@gnu.org>
8153
8154 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8155 (conf-space-mode): Don't handle prefix arg.
8156 Delete conf-space-keywords-override code.
8157 Use add-hook.
8158 (conf-space-keywords): New command.
8159 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8160 Delete conf-space-keywords-override code.
8161 (conf-space-keywords-alist): Doc fix.
8162 (conf-space-font-lock-keywords): Doc fix.
8163 (conf-space-keywords-override): Var deleted.
8164
8165 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8166
8167 * startup.el (fancy-splash-screens): Don't switch to the scratch
8168 buffer; it may not be the next buffer.
8169
8170 2006-09-16 Romain Francoise <romain@orebokech.com>
8171
8172 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8173 in both messages.
8174
8175 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8176
8177 * progmodes/python.el (python-preoutput-filter):
8178 Fix arg order to string-match.
8179
8180 2006-09-16 Richard Stallman <rms@gnu.org>
8181
8182 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8183 font-lock-compile-keywords.
8184
8185 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8186 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8187
8188 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8189
8190 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8191
8192 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8193 and the data doesn't look like UTF8, send STRING instead.
8194
8195 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8196
8197 * textmodes/flyspell.el (flyspell-check-region-doublons):
8198 New function to detect duplicated words.
8199 (flyspell-large-region): Use it.
8200
8201 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8202
8203 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8204
8205 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8206
8207 * help.el (describe-prefix-bindings): Use let, not let*.
8208
8209 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8210
8211 * allout.el (allout-regexp, allout-line-boundary-regexp)
8212 (allout-bob-regexp): Correct grouping and boundaries to fix
8213 backwards traversal.
8214 (allout-depth-specific-regexp, allout-depth-one-regexp):
8215 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8216 worse time in allout-ascend.
8217 (allout-doublecheck-at-and-shallower): Identify depth threshold
8218 below which topics are checked for and disqualified by containment
8219 discontinuities.
8220 (allout-hotspot-key-handler): Correctly handle multiple-key
8221 strokes. Remove some unused variables.
8222 (allout-mode-leaders): Clarify that mode-specific comment-start
8223 will be used.
8224 (set-allout-regexp): Correctly regexp-quote allout regexps to
8225 properly accept alternative header-leads and primary bullets with
8226 regexp-specific characters (eg, C "/*", mathematica "(*").
8227 Include new regular expressions among those configured.
8228 (allout-infer-header-lead-and-primary-bullet):
8229 Rename allout-infer-header-lead.
8230 (allout-recent-depth): Manifest as a variable as well as a function.
8231 (allout-prefix-data): Simplify into an inline instead of a macro,
8232 assuming current match data rather than being explicitly passed
8233 it. Establish allout-recent-depth value as well as
8234 allout-recent-prefix-beginning and allout-recent-prefix-end.
8235 (allout-aberrant-container-p): True when an item's immediate
8236 offspring discontinuously contained. Useful for disqualifying
8237 unintended topic prefixes, likely at low depths.
8238 (allout-goto-prefix-doublechecked): Elaborate version of
8239 allout-goto-prefix which disqualifies aberrant pseudo-items.
8240 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8241 get disqualification of aberrant containers.
8242 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8243 containers.
8244 (allout-beginning-of-current-entry): Position at start of buffer
8245 when in container (depth 0) entry.
8246 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8247 (allout-current-bullet): Strip text properties.
8248 (allout-get-prefix-bullet): Use right match groups.
8249 (allout-beginning-of-line, allout-next-heading):
8250 Disqualify aberrant containers.
8251 (allout-previous-heading): Disqualify aberrant containers, and
8252 change to regular (rather than inline) function, to allow
8253 self-recursion.
8254 (allout-get-invisibility-overlay): Increment so progress is made
8255 when the first overlay is not the sought one.
8256 (allout-end-of-prefix): Disqualify aberrant containers.
8257 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8258 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8259 outline.el outlines) functional again. Change the primary bullet
8260 along with the header-lead - level 1 new-style bullets now work.
8261 Engage allout-before-change-handler in mainline Emacs, not just
8262 XEmacs, to do undo handling.
8263 (allout-before-change-handler): Expose undo changes occurring in
8264 hidden regions. Use allout-get-invisibility-overlay instead of
8265 reimplementing it inline.
8266 (allout-chart-subtree): Use start rather than end of prefix in
8267 charts. Use allout-recent-depth variable.
8268 (allout-chart-siblings): Disqualify aberrant topics.
8269 (allout-beginning-of-current-entry): Position correctly.
8270 (allout-ascend): Use new allout-depth-specific-regexp and
8271 allout-depth-one-regexp for linear instead of O(N^2) or worse
8272 behavior.
8273 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8274 reimplementing an algorithm.
8275 (allout-up-current-level): Depend on allout-ascend, rather than
8276 reimplementing an algorithm. Return to start-point if we fail.
8277 (allout-descend-to-depth): Use allout-recent-depth variable
8278 instead of function.
8279 (allout-next-sibling): On traversal of numerous intervening
8280 topics, resort to economical allout-next-sibling-leap.
8281 (allout-next-sibling-leap): Specialized version of
8282 allout-next-sibling that uses allout-ascend cleverly, to depend on
8283 a regexp search to leap large numbers of contained topics, rather
8284 than arbitrarily many one-by-one traversals.
8285 (allout-next-visible-heading): Disqualify aberrant topics.
8286 (allout-previous-visible-heading): Position consistently when
8287 interactive.
8288 (allout-forward-current-level): Base on allout-previous-sibling
8289 rather than (differently) reimplmenting the algorithm. Remove some
8290 unused variables.
8291 (allout-solicit-alternate-bullet): Present default choice stripped
8292 of text properties.
8293 (allout-rebullet-heading): Use bullet stripped of text properties.
8294 Register changes using allout-exposure-change-hook.
8295 Disregard aberrant topics.
8296 (allout-shift-in): With universal-argument, make topic a peer of
8297 it's former offspring. Simplify the code by separating out
8298 allout-shift-out functionality.
8299 (allout-shift-out): With universal-argument, make offspring peers
8300 of their former container, and its siblings. Implement the
8301 functionality here, rather than inappropriately muddling the
8302 implementation of allout-shift-in.
8303 (allout-rebullet-topic): Respect additional argument for new
8304 parent-child separation function.
8305 (allout-yank-processing): Use allout-ascend directly.
8306 (allout-show-entry): Disqualify aberrant topics.
8307 (allout-show-children): Handle discontinuous children gracefully,
8308 extending the depth being revealed to expose them and posting a
8309 message indicating the situation.
8310 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8311 Leave cursor in correct position.
8312 (allout-hide-current-subtree): Use allout-ascend directly.
8313 Disqualify aberrant topics.
8314 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8315 a way that the yanks can restore it, as used to happen.
8316 (allout-yank-processing): Restore exposure layout as recorded by
8317 allout-kill-*, as used to happen.
8318 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8319 for preseving and restoring exposure layout across kills.
8320 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8321 (allout-encrypt-string): Strip text properties.
8322 Rearranged order and outline-headings for some of the
8323 miscellaneous functions.
8324 (allout-resolve-xref): No need to quote the error name in the
8325 condition-case handler section.
8326 (allout-flatten): Classic recursive (and recursively intensive,
8327 without tail-recursion) list-flattener, needed by allout-shift-out
8328 when confronted with discontinuous children.
8329
8330 2006-09-16 Jason Rumney <jasonr@gnu.org>
8331
8332 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8333 on ms-windows.
8334 (dnd-open-unc-file): Remove.
8335 (dnd-open-local-file): Mention in doc string that it also handles
8336 remote files if the system natively supports unc file-names.
8337
8338 2006-09-15 Kim F. Storm <storm@cua.dk>
8339
8340 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8341 all necessary information about the event before erasing *Help*.
8342
8343 * simple.el (line-move-partial): Use window-line-visiblity to
8344 quickly check whether last line is partially visible, and only do
8345 the hard (and slow) part in that case.
8346
8347 2006-09-15 Jay Belanger <belanger@truman.edu>
8348
8349 * COPYING: Replace "Library Public License" by "Lesser Public
8350 License" throughout.
8351
8352 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8353
8354 * term/x-win.el (x-menu-bar-open): New function for F10.
8355
8356 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8359 Disallow filenames containing " -" to avoid confusion with libtool
8360 compilation messages. Suggested by Stefan Monnier.
8361
8362 2006-09-15 David Kastrup <dak@gnu.org>
8363
8364 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8365 instead of buffer position for `mouse-on-link-p'.
8366
8367 * mouse.el (mouse-posn-property): New function looking up the
8368 properties at a click position in overlays and text properties in
8369 either buffer or strings.
8370 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8371 of both `follow-link' as well as `mouse-face' properties.
8372 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8373 buffer position.
8374
8375 * help.el (describe-key-briefly): When reading a down-event on
8376 mode lines or scroll bar, swallow the following up event, too.
8377 Use the new mouse sensitity of `key-binding' for lookup.
8378 (describe-key): The same here.
8379
8380 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8381
8382 * play/life.el (life-patterns): Add a few more interesting patterns.
8383 (life-setup): Force `show-trailing-whitespace' to nil.
8384
8385 2006-09-14 Richard Stallman <rms@gnu.org>
8386
8387 * startup.el (fancy-splash-text): Change text to improve alignment.
8388 (fancy-splash-screens): Don't set non-standard tab width.
8389 Bind cursor-type temporarily, and make it easy to patch to
8390 preserve the splash buffer.
8391 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8392 (fancy-splash-screens): Display echo-area message explicitly.
8393 Don't set fancy-splash-help-echo.
8394
8395 * simple.el (line-number-mode): Group mode-line instead of
8396 editing-basics.
8397 (column-number-mode, size-indication-mode): Likewise.
8398
8399 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8400
8401 * time.el (display-time): Group mode-line instead of modeline.
8402
8403 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8404
8405 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * startup.el (fancy-splash-text): Move editing instructions to
8408 fancy-splash-head.
8409 (fancy-splash-head): Issue editing instructions.
8410 (fancy-splash-screens): Fixup whitespace.
8411
8412 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * bindings.el (mode-line-buffer-identification-keymap):
8415 Remove duplicate line.
8416
8417 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8418
8419 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8420 ignore lists.
8421
8422 2006-09-14 Kim F. Storm <storm@cua.dk>
8423
8424 * jit-lock.el (jit-lock-fontify-again): New function.
8425 (jit-lock-fontify-now): Use it instead of lambda form.
8426
8427 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8428
8429 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8430 (flyspell-auto-correct-word): Make ispell-filter local to these
8431 functions. Check that ispell-filter has new stuff before calling
8432 ispell-parse-output.
8433
8434 2006-09-13 Kim F. Storm <storm@cua.dk>
8435
8436 * simple.el (line-move-partial): Optimize.
8437
8438 2006-09-13 Richard Stallman <rms@gnu.org>
8439
8440 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8441 Delete spurious backquote.
8442
8443 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8444
8445 * net/rcirc.el (rcirc-print): Fix last change.
8446
8447 2006-09-12 Jay Belanger <belanger@truman.edu>
8448
8449 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8450
8451 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8452
8453 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8454 rcirc-show-maximum-output.
8455 (rcirc-mode): Remove window-scroll-function hook.
8456 (rcirc-scroll-to-bottom): Remove function.
8457 (rcirc-print): Recenter so point stays at the bottom of the window
8458 if point was already there.
8459
8460 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8461
8462 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8463 not to "t".
8464 * progmodes/compile.el (compilation-start): Likewise.
8465 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8466 Don't use expand-file-name on invocation-directory, since this
8467 might mishandle special characters in invocation-directory.
8468
8469 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * pcvs-defs.el: Remove * in defcustom's docstrings.
8472
8473 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8474
8475 * progmodes/compile.el (compilation-directory-properties):
8476 Doc fix for help-echo.
8477
8478 2006-09-12 Lars Hansen <larsh@soem.dk>
8479
8480 * desktop.el (desktop-read): Add comment.
8481
8482 2006-09-12 Kim F. Storm <storm@cua.dk>
8483
8484 * simple.el (next-error-highlight, next-error-highlight-no-select):
8485 Fix spelling error.
8486
8487 * subr.el (sit-for): Rework to use input-pending-p and cond.
8488 Return nil input is pending on entry also for SECONDS <= 0.
8489 (while-no-input): Use input-pending-p instead of sit-for.
8490
8491 2006-09-11 Richard Stallman <rms@gnu.org>
8492
8493 * simple.el (next-error-highlight, next-error-highlight-no-select):
8494 Fix custom type and doc strings.
8495
8496 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8499 (diff-apply-hunk): Use it to ask for confirmation.
8500
8501 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8502
8503 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8504
8505 2006-09-11 David Kastrup <dak@gnu.org>
8506
8507 * help.el (string-key-binding, describe-key-briefly)
8508 (describe-key): Remove `string-key-binding' and its callers since
8509 `key-binding' already caters for the proper lookup now.
8510
8511 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8514 (cfengine-mode): Use it. Fix \ syntax to be like /.
8515
8516 * bindings.el (mode-line-buffer-identification-keymap):
8517 Move initialization into declaration.
8518
8519 2006-09-10 Kim F. Storm <storm@cua.dk>
8520
8521 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8522 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8523 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8524 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8525
8526 2006-09-10 Richard Stallman <rms@gnu.org>
8527
8528 * dired-aux.el: Handle errors in recursive copy usefully.
8529 (dired-create-files-failures): New variable.
8530 (dired-copy-file): Remove condition-case.
8531 (dired-copy-file-recursive): Check for errors on all file
8532 operations, and add them to dired-create-files-failures.
8533 Check file file-date-erorr here too.
8534 (dired-create-files): Check dired-create-files-failures
8535 and report those errors too.
8536
8537 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8538
8539 * subr.el (add-to-list): New argument COMPARE-FN.
8540
8541 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8542
8543 * filecache.el (file-cache-add-directory)
8544 (file-cache-add-directory-list, file-cache-add-file)
8545 (file-cache-add-directory-using-find)
8546 (file-cache-add-directory-using-locate)
8547 (file-cache-add-directory-recursively): Add autoloads.
8548
8549 2006-09-09 Richard Stallman <rms@gnu.org>
8550
8551 * textmodes/conf-mode.el (conf-space-mode):
8552 Use hack-local-variables-hook instead of calling hack-local-variables.
8553 (conf-space-keywords-override): New variable.
8554 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8555 (conf-space-mode): Always make conf-space-keywords and
8556 conf-space-keywords-override local.
8557 Call conf-space-mode-internal directly as well as via hook.
8558
8559 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8560
8561 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8562 quasi-keywords.
8563
8564 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8565
8566 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8567 (python-send-string): Be slightly more careful about adding \n.
8568
8569 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8570 kill it right away anyway.
8571
8572 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8573
8574 * international/codepage.el (cp850-decode-table): Fix a few codes.
8575 (cp858-decode-table): New variable.
8576
8577 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8578
8579 * net/ldap.el (ldap-search-internal): Doc fix.
8580
8581 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8582
8583 * play/life.el (life-display-generation): Test for input manually if
8584 `sleeptime' is negative or null.
8585
8586 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8587 (print-region-1): Substitute `%s' with the page title.
8588
8589 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8590
8591 * locate.el (locate-current-search): New variable.
8592 (locate): Set buffer local value. Use current buffer if it is
8593 in Locate mode.
8594 (locate-mode): Disable undo here.
8595 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8596 (locate-update): Use locate-current-search and locate-current-filter.
8597
8598 2006-09-08 David Kastrup <dak@gnu.org>
8599
8600 * desktop.el (desktop-read): When loading a desktop, disable
8601 saving it while the load progresses, and switch off a pending lazy
8602 load by calling `desktop-lazy-abort'.
8603
8604 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8605
8606 * window.el (mouse-autoselect-window-timer)
8607 (mouse-autoselect-window-position)
8608 (mouse-autoselect-window-window)
8609 (mouse-autoselect-window-now): New vars.
8610 (mouse-autoselect-window-cancel)
8611 (mouse-autoselect-window-select)
8612 (mouse-autoselect-window-start): New functions.
8613 (handle-select-window): Call `mouse-autoselect-window-start' when
8614 delayed window autoselection is enabled.
8615
8616 * cus-start.el (mouse-autoselect-window): Handle delayed window
8617 autoselection.
8618
8619 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8620 commands after which it is allowed to print in the echo area.
8621
8622 2006-09-08 Richard Stallman <rms@gnu.org>
8623
8624 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8625
8626 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8627 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8628
8629 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8630 (cancel-timer-internal): Add doc string.
8631 (cancel-function-timers): Doc fix.
8632 (with-timeout-handler, timer-event-last*): Add doc strings.
8633
8634 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8635
8636 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8637
8638 * dired.el (dired-log-summary): Add doc string.
8639
8640 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8641 (custom-group-menu-create): Not here.
8642
8643 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8644
8645 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8646
8647 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8648
8649 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8650 (mac-apple-event-map): Define its handler.
8651
8652 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8653
8654 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8655
8656 2006-09-07 Magnus Henoch <mange@freemail.hu>
8657
8658 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8659 clause.
8660
8661 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8662
8663 * info.el (Info-index): Bind completion-ignore-case.
8664
8665 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8668 previous commit.
8669 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8670 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8671 burp in dedicated windows.
8672 (inferior-prolog-self-insert-command): New command.
8673 (inferior-prolog-mode-map): Use it.
8674
8675 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8676
8677 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8678
8679 * international/code-pages.el: Add cp858.
8680
8681 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8682
8683 * dnd.el: Fix bootstrapping.
8684
8685 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8686
8687 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8688 (dnd-open-remote-url): New function.
8689 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8690 not windows-nt.
8691
8692 2006-09-07 Jason Rumney <jasonr@gnu.org>
8693
8694 * dnd.el (dnd-open-remote-file-function): New variable.
8695 (dnd-open-unc-file): New function.
8696 (dnd-open-file): Call dnd-open-remote-file-function if set.
8697
8698 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8699
8700 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8701 pgg-passphrase-coding-system rather than locale-coding-system.
8702 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8703
8704 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * progmodes/prolog.el: Remove * in docstrings.
8707 (prolog-program-name): Add SWI prolog.
8708 (prolog-mode-menu): New menu.
8709 (prolog-mode): Set comment-add.
8710 (prolog-indent-line): Simplify. Use indent-line-to.
8711 (inferior-prolog-buffer): New var.
8712 (inferior-prolog-run, inferior-prolog-process): New funs.
8713 (run-prolog, switch-to-prolog): Rewrite, using them.
8714 (prolog-consult-region): Use inferior-prolog-buffer.
8715 (inferior-prolog-load-file): New function.
8716 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8717
8718 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8719 last word, if it's not the end of the paragraph.
8720
8721 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8722 file name.
8723
8724 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8725
8726 * frame.el (display-mm-dimensions-alist): New defcustom.
8727 (display-mm-height, display-mm-width): Use it.
8728
8729 2006-09-06 Simon Josefsson <jas@extundo.com>
8730
8731 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8732
8733 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8734
8735 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8736 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8737 string values.
8738
8739 2006-09-06 Kim F. Storm <storm@cua.dk>
8740
8741 * simple.el (line-move-partial): New function to do vscrolling for
8742 partially visible images / tall lines. Rewrite based on code
8743 previously in line-move. Simplify backwards vscrolling.
8744 (line-move): Use it. Simplify.
8745
8746 2006-09-05 Kim F. Storm <storm@cua.dk>
8747
8748 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8749
8750 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8753 Process the `gcc-include' after the `gnu' rule.
8754
8755 2006-09-05 Kim F. Storm <storm@cua.dk>
8756
8757 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8758
8759 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8760
8761 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8762 compatibility.
8763
8764 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8765 inhibit-redisplay; encode passphrase with locale-coding-system.
8766
8767 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8768
8769 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8770
8771 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8772
8773 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8774 (gdb-var-list-children-regexp): Make type field optional.
8775
8776 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8777 e.g public, protected in C++.
8778
8779 2006-09-04 John Paul Wallington <jpw@pobox.com>
8780
8781 * simple.el (completion-show-help): New defcustom.
8782 (completion-setup-function): Heed it.
8783
8784 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8785
8786 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8787
8788 2006-09-04 Richard Stallman <rms@gnu.org>
8789
8790 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8791 (rsf-min-region-to-spam-list): Doc fix.
8792 (rsf-add-content-type-field): Doc fix.
8793
8794 * simple.el (kill-region): Explicitly test there is a region.
8795
8796 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8797
8798 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8799 sendmail in several common directories.
8800
8801 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8802
8803 * paths.el (sendmail-program): Removed.
8804
8805 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8806
8807 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8808 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8809 http://article.gmane.org/gmane.emacs.gnus.general/50457
8810
8811 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8812
8813 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8814 mark after running the menu filter.
8815
8816 2006-09-03 Juri Linkov <juri@jurta.org>
8817
8818 * international/quail.el (quail-defrule-internal): Add a check
8819 if a key is a vector.
8820
8821 2006-09-02 Juri Linkov <juri@jurta.org>
8822
8823 * man.el (Man-topic-history): New variable.
8824 (man): Use it.
8825
8826 * woman.el (woman-topic-history): Change defvar to defvaralias
8827 for symbol `Man-topic-history'.
8828
8829 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8830 `comint-last-output-start' is a marker by using `markerp' and
8831 check if it has a position by using `marker-position', and use
8832 this position for `goto-char'.
8833
8834 * international/quail.el (quail-defrule-internal): Add missing
8835 `error' call for null key.
8836
8837 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8838
8839 * rcirc.el (rcirc-keywords): New variable.
8840 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8841 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8842 variables.
8843 (rcirc-responses-no-activity): New function.
8844 (rcirc-handler-generic): Check for responses in above.
8845 (rcirc-process-command): Add ?: character to arguments of raw
8846 server commands.
8847 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8848 `rcirc-dim-nicks'.
8849 (rcirc-gray-toggle): Remove unused variable.
8850 (rcirc-print): Remove some tracking logic, which is moved into
8851 markup functions.
8852 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8853 types.
8854 (rcirc-activity-string): Look for 'keyword in activity-types.
8855 (rcirc-window-configuration-change): Don't erase overlay-arrow
8856 unnecessarily.
8857 (rcirc-add-or-remove): New function.
8858 (rcirc-cmd-ignore): Use it.
8859 (rcirc-message-leader): Remove unused function.
8860 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8861 (rcirc-add-face): New function.
8862 (rcirc-facify): Use rcirc-add-face.
8863 (rcirc-url-regexp): Add parens.
8864 (rcirc-map-regexp): Remove function.
8865 (rcirc-mangle-regexp): Remove function.
8866 (rcirc-markup-text-functions): New variable.
8867 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8868 (rcirc-markup-body-text, rcirc-markup-attributes)
8869 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8870 (rcirc-markup-bright-nicks): New markup handler functions.
8871 (rcirc-nick-in-message-full-line): New face.
8872 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8873 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8874
8875 2006-09-02 Martin Rudalics <rudalics@gmx.at>
8876
8877 * cus-start.el (hscroll-margin, hscroll-step)
8878 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8879 (x-use-underline-position-properties): Change version to "22.1"
8880 since they will appear there for the first time.
8881
8882 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8883
8884 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8885
8886 2006-08-31 Richard Stallman <rms@gnu.org>
8887
8888 * cus-edit.el (custom-save-variables): Slight cleanup.
8889 (Custom-no-edit): Renamed from custom-no-edit.
8890 (Custom-newline): Renamed from custom-newline.
8891 (custom-mode-map): Use new names.
8892
8893 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8894 about customization, rather than M-x customize, in the doc string
8895 made for the defcustom.
8896
8897 * emacs-lisp/trace.el (trace-function-background): Doc fix.
8898
8899 2006-08-31 Romain Francoise <romain@orebokech.com>
8900
8901 * dired-x.el (dired-guess-shell-alist-default): Update.
8902
8903 2006-08-31 Michael Mauger <mmaug@yahoo.com>
8904
8905 * custom.el (custom-theme-set-variables): Autoload packages before
8906 sorting the variables.
8907
8908 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
8909
8910 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8911 chars if XEmacs.
8912 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8913
8914 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * progmodes/python.el (python-eldoc-function): Re-enable quit while
8917 waiting for process.
8918
8919 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8920
8921 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8922 results in ASCII-only string, encode original one directly.
8923
8924 2006-08-29 Romain Francoise <romain@orebokech.com>
8925
8926 * startup.el (normal-splash-screen, fancy-splash-screens):
8927 Make buffer read-only and arrange to enter view mode if necessary.
8928
8929 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * hl-line.el (hl-line): New face.
8932 (hl-line-face): Use it.
8933
8934 * image-mode.el (image-mode): Fix last fix.
8935 Suggested by Kim F. Storm.
8936
8937 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8938
8939 Sync with Tramp 2.0.54.
8940
8941 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8942 of `=', because `tramp-get-remote-gid' might not always return an
8943 integer when expected.
8944 (tramp-register-file-name-handlers): `partial-completion-mode' is
8945 unknown to XEmacs.
8946 (tramp-time-diff): Don't use `floor', it might fail for large
8947 differences.
8948 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8949 `tramp-auto-save-directory' if unset in order to guarantee unique
8950 auto-save file names.
8951
8952 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * image-mode.el (image-mode): Display image as text on a terminal.
8955
8956 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * progmodes/python.el (python-send-command): Simplify.
8959 (run-python): Don't generate a new buffer unless `new' was specified.
8960 Make sure we send `import emacs' to the proper process.
8961
8962 * progmodes/python.el (python-send-command): Don't wait for the command
8963 to terminate. Don't fiddle with compilation-parsing-end.
8964
8965 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8966
8967 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8968 Insert commentary after first line summary.
8969
8970 * woman.el (woman-follow): New function, based on `man-follow'.
8971 (woman-mode-map): Use it.
8972
8973 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8974 since ibuffer-do-sort-by-recency does not define a sorter.
8975
8976 2006-08-28 Kim F. Storm <storm@cua.dk>
8977
8978 * find-dired.el (find-dired): Use shell-quote-argument to properly
8979 escape ( and ) args. Also use it on {} and ; args in default
8980 value of find-ls-option string.
8981 (find-grep-dired): Use shell-quote-argument on {} and ; args.
8982
8983 2006-08-27 Michael Olson <mwolson@gnu.org>
8984
8985 * emacs-lisp/tq.el: Small grammar fix in comments.
8986 (tq-enqueue): Check for existence of queue rather than the
8987 head queue item's question, which was a no-op.
8988 (tq-filter, tq-process-buffer): Make sure the process buffer
8989 exists before making it the current buffer.
8990
8991 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8992
8993 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8994 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8995 (special-event-map): Apply 2006-08-16 change for x-win.el.
8996
8997 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * progmodes/python.el (python-send-receive): Wait in the
9000 process's buffer so as to check the right buffer-local variables.
9001
9002 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9005 (defgroup checkdoc): Move to beginning.
9006
9007 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9008 (python-preoutput-continuation): Remove.
9009 (python-preoutput-filter): Simplify correspondingly.
9010 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9011 Loop around to catch embedded _emacs_out output.
9012 (run-python): Send the import&print command on a single line.
9013 (python-send-command): Send command&print on a single line.
9014 (python-send-string): Only add double \n if needed.
9015 (python-send-receive): Loop until the result comes.
9016 (python-mode-running): Defvar it.
9017 (python-setup-brm): Remove unused var `menu'.
9018 Only bind py-mode-map and `features' around brm-init.
9019 (python-calculate-indentation): Remove unused var `point'.
9020 (python-beginning-of-defun): Remove unused var `def-line'.
9021
9022 2006-08-25 Richard Stallman <rms@gnu.org>
9023
9024 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9025
9026 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9027
9028 * viper.el (viper-set-hooks): Use frame bindings for
9029 viper-vi-state-cursor-color.
9030 (viper-non-hook-settings): Don't set default
9031 mode-line-buffer-identification.
9032
9033 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9034 (viper-set-cursor-color-according-to-state)
9035 (viper-get-saved-cursor-color-in-replace-mode)
9036 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9037 viper-emacs-state-cursor-color.
9038
9039 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9040 (viper-undo): Use point if undo-beg-posn is nil.
9041 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9042 (viper-after-change-undo-hook): Don't use
9043 viper-emacs-state-cursor-color by default.
9044 (viper-undo): More sensible positioning after undo.
9045
9046 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9047 (viper-emacs-state-cursor-color): Default to nil, since this feature
9048 doesn't work well yet.
9049
9050 * ediff-mult.el (ediff-intersect-directories)
9051 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9052 always expand filenames.
9053
9054 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * tumme.el: Remove * in defcustoms's docstrings.
9057
9058 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9059
9060 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9061 Accept internal time format for SECS arg.
9062 (timer-relative-time): Doc fix.
9063
9064 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9065 adapted from Martin Rudalics.
9066 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9067 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9068 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9069 using sit-for.
9070
9071 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9072
9073 * cus-start.el (all): Add `overline-margin' and
9074 `x-underline-at-descent-line'.
9075
9076 2006-08-24 Kim F. Storm <storm@cua.dk>
9077
9078 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9079 to mean "use find -exec"; nil now unambiguously means auto-detect.
9080 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9081 Use shell-quote-argument to build grep-find-command and
9082 grep-find-template.
9083 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9084 Reported by Tom Seddon.
9085
9086 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9087
9088 * startup.el (fancy-splash-head): Give instructions for dismissing
9089 the splash screen for default startup too.
9090 (display-startup-echo-area-message, fancy-splash-screens)
9091 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9092 all splash text at once and keep the splash buffer around.
9093 (command-line-1): Give display-startup-echo-area-message a t arg.
9094
9095 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9096
9097 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9098 gnus frame is selected.
9099
9100 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9101
9102 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9103
9104 2006-08-22 Kim F. Storm <storm@cua.dk>
9105
9106 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9107 Add suffix matching for subdirs.
9108
9109 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9110
9111 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9112 mouse-yank-at-point is non-nil.
9113
9114 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9115
9116 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9117 a bit wider and remove fringes to fit initial output on line.
9118
9119 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * frame.el (blink-cursor-end): Only ignore the error we care about.
9122 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9123
9124 2006-08-21 Richard Stallman <rms@gnu.org>
9125
9126 * whitespace.el (whitespace-cleanup): Doc fix.
9127
9128 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9129
9130 * net/rcirc.el (rcirc-show-maximum-output): New var.
9131 (rcirc-buffer-process): If no buffer argument is supplied, use
9132 current-buffer.
9133 (rcirc-complete-nick): Complete to the last completed nick first.
9134 (rcirc-mode): Preserve the value of `rcirc-urls' across
9135 connections. Setup scroll function.
9136 (rcirc-scroll-to-bottom): New function.
9137 (rcirc-print): Use nick syntax around regexp work.
9138 Notice dim-nicks speaking only if they say our nick.
9139 (rcirc-update-activity-string): Do not show the modeline indicator
9140 if there are no live rcirc processes.
9141 (rcirc-cmd-ignore): Ignore case.
9142 (rcirc-browse-url-at-point): Fix off-by-one error.
9143
9144 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 * progmodes/python.el: Remove * in defcustom docstrings.
9147 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9148 (python-mode): Set tab-width and indent-tabs-mode.
9149
9150 2006-08-20 Dave Love <fx@gnu.org>
9151
9152 * progmodes/python.el: Update to Dave Love's latest version.
9153 (python-font-lock-keywords, python-mode): Don't use
9154 font-lock-syntax-table, but match symbol elements explicitly instead.
9155 (python-mode-map): Add help, and a few more key bindings.
9156 (python-skip-comments/blanks): Move out of comments as well.
9157 (python-continuation-line-p): Behave better with unbalanced parens.
9158 (python-blank-line-p): New fun.
9159 (python-open-block-statement-p): Don't use a heuristic.
9160 (python-outdent-p): Better handle blocks-in-the-same-line.
9161 (python-calculate-indentation): Misc improvements.
9162 (python-comment-indent): Remove.
9163 (python-block-pairs): New var.
9164 (python-first-word): New fun.
9165 (python-indentation-levels): Handle more common cases.
9166 (python-indent-line-1): Add `leave' argument.
9167 (python-indent-region): New fun.
9168 (python-skip-out): New fun.
9169 (python-beginning-of-statement, python-end-of-statement): Use it.
9170 (python-next-statement): Return correct count even at eob.
9171 (python-end-of-block): Fix paren-typo.
9172 (python-imenu-create-index): Add module variables.
9173 (run-python): Add `new' arg.
9174 Check we're at a prompt before returning.
9175 (python-send-command): Move to end of buffer.
9176 Wait for prompt to return.
9177 (python-set-proc): New fun.
9178 (python-imports): New var.
9179 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9180 (python-eldoc-function): Try to move out of arg list.
9181 (python-outline-level): Offset by 1.
9182 (python-find-imports): New fun.
9183 (python-symbol-completions): Use python-imports.
9184 (python-module-path, ffap-alist): Add support for ffap.
9185 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9186 (python-insert-*, python-default-template, python-expand-template):
9187 Add templates/skeletons.
9188 (python-setup-brm): Support for Bicycle Repair Man.
9189 (python-abbrev-syntax-table): New var.
9190 (python-abbrev-pc-hook, python-pea-hook): New funs.
9191
9192 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * frame.el (blink-cursor-start): Set timer first.
9195 (blink-cursor-end): Ignore timer cancelling errors.
9196 Suggested by Ken Manheimer.
9197
9198 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9199
9200 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9201 Add autoload cookie.
9202
9203 2006-08-20 Richard Stallman <rms@gnu.org>
9204
9205 * simple.el (line-number-at-pos): Doc fix.
9206
9207 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9208 timer-activate-when-idle, so timer can run before Emacs becomes
9209 non-idle again.
9210
9211 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9212
9213 * whitespace.el (whitespace-cleanup-internal): New optional arg
9214 REGION-ONLY. If it's non-nil, modify the message to the user
9215 accordingly.
9216 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9217 a non-nil argument.
9218
9219 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9220
9221 * rect.el (spaces-string): Simplify and add doc string.
9222
9223 2006-08-17 Romain Francoise <romain@orebokech.com>
9224
9225 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9226
9227 2006-08-17 Richard Stallman <rms@gnu.org>
9228
9229 * compare-w.el (compare-windows): lambda's take an arg and pass
9230 it to compare-windows-skip-whitespace.
9231
9232 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9233
9234 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9235 the right buffer.
9236
9237 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9238
9239 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9240 removed files.
9241
9242 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9243
9244 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9245 (gdb-locals-watch-map-1): Suppress keymap first.
9246 (gdb-edit-locals-map-1): New variable.
9247 (gdb-edit-locals-value): New function.
9248 (gdb-stack-list-locals-handler): Use them.
9249
9250 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9253 cursor would normally be drawn in the fringe.
9254
9255 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9256 Reported by Martin Rudalics <rudalics@gmx.at>.
9257
9258 2006-08-16 Richard Stallman <rms@gnu.org>
9259
9260 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9261 (special-event-map): Process drag-n-drop events this way.
9262
9263 * simple.el (move-beginning-of-line): Test whether fields
9264 would prevent motion back to line's first visible character.
9265 If so, stop where the fields would stop the motion.
9266
9267 * newcomment.el (comment-indent): Fully update INDENT
9268 before checking to see if it will change the text.
9269
9270 * cus-edit.el (custom-newline): New function.
9271 (custom-mode-map): Bind newline to custom-newline.
9272
9273 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9274 into ignore-whitespace.
9275 Check each buffer for its skip-function.
9276 Handle compare-windows-skip-whitespace special-case test
9277 by returning t from default skip function.
9278
9279 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9280
9281 * textmodes/org.el (org-clock-special-range)
9282 (org-clock-update-time-maybe): New functions.
9283 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9284 not only a-z.
9285 (org-agenda-get-blocks): Allow multiple blocks per headline.
9286 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9287 (org-export-html-title-format)
9288 (org-export-html-toplevel-hlevel): New options.
9289 (org-export-language-setup): Add support for Czech.
9290 (org-mode, org-insert-todo-heading, org-find-visible)
9291 (org-find-invisible, org-invisible-p, org-invisible-p2)
9292 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9293 (org-show-subtree, org-show-entry, org-make-options-regexp):
9294 Remove compatibility support for old outline-mode.
9295 (org-check-occur-regexp): Funtion removed.
9296 (org-on-heading-p, org-back-to-heading): Made defalias.
9297 (org-set-local): New defsubst.
9298 (org-set-regexps-and-options, org-mode)
9299 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9300 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9301 (org-remember-apply-template, org-table-edit-field)
9302 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9303 (org-set-autofill-regexps): Use `org-set-local'.
9304 (org-table-eval-formula): Fix bug with parsing of display flags.
9305
9306 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9307
9308 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9309 frame with fringe arrow. Suggested by Simon Marshall
9310 <simon.marshall@misys.com>.
9311 (gdb-stack-position): New variable.
9312 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9313 (gdb-frames-mode): Set gdb-stack-position to nil.
9314 Add to overlay-arrow-variable-list
9315 (gdb-reset): Delete gdb-stack-position from above list.
9316
9317 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9318
9319 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9320 read only.
9321
9322 2006-08-13 Romain Francoise <romain@orebokech.com>
9323
9324 * cus-theme.el (customize-create-theme)
9325 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9326
9327 * filesets.el (filesets-add-buffer): Ditto.
9328
9329 * pcvs.el (cvs-change-cvsroot): Ditto.
9330
9331 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9332
9333 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9334 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9335 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9336 expressions.
9337 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9338 Only search till end of line.
9339 Add face to function names in case of no filename.
9340 Add face to variable names of watchpoints.
9341
9342 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9343
9344 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9345 customization group.
9346
9347 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9348
9349 * allout.el (allout-prior-bindings, allout-added-bindings):
9350 Remove, after long deprecation.
9351 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9352 Add customization vars controlling allout-beginning-of-line and
9353 allout-end-of-line conveniences.
9354 (allout-header-prefix, allout-use-mode-specific-leader)
9355 (allout-use-mode-specific-leader, allout-mode-leaders):
9356 Revise docstrings.
9357 (allout-infer-header-lead): Change to be an alias for
9358 allout-infer-header-lead-and-primary-bullet.
9359 (allout-infer-header-lead-and-primary-bullet): New version of
9360 allout-infer-header-lead which assigns the primary bullet to the
9361 same as the header lead, when its being changed.
9362 (allout-infer-body-reindent): Apply regexp-quote instead of
9363 unconditionally prepending "\\", so that all literal
9364 allout-header-prefix and allout-primary-bullet strings are
9365 properly handled.
9366 (allout-add-resumptions): Add optional qualifier for extending or
9367 appending to existing values, rather than replacing them.
9368 (allout-view-change-hook): Clarify docstring.
9369 (allout-exposure-change-hook): Take explicit arguments, via
9370 run-hook-with-args.
9371 (allout-structure-added-hook)
9372 (allout-structure-deleted-hook)
9373 (allout-structure-shifted-hook): New hooks analogous to
9374 allout-exposure-change-hook for other kinds of structural outline
9375 edits.
9376 (allout-encryption-plaintext-sanitization-regexps): New encryption
9377 customization variable, by which cooperating modes can provde
9378 massage of the plaintext without actually being passed it.
9379 (allout-encryption-ciphertext-rejection-regexps)
9380 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9381 customization variables, by which cooperating modes can prohibit
9382 rare but possible ciphertext patterns from fouling their
9383 operation, with actually being passed the ciphertext.
9384 (allout-mode): Run activation and deactivation hooks after the
9385 minor-mode variable has been toggled, to clarify the mode
9386 disposition. The new encryption ciphertext rejection variable is
9387 used to ensure that the ciphertext does not contain text that
9388 would be recognized as outline structural elements by allout.
9389 Substite allout-beginning-of-line and allout-end-of-line for
9390 conventionall beginning-of-line and end-of-line bindings.
9391 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9392 activation!
9393 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9394 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9395 (allout-chart-subtree): Implement new mode, charting only the
9396 visible items in the subtree, when new 'visible' parameter is non-nil.
9397 (allout-end-of-subtree): Properly handle the last item in the buffer.
9398 (allout-pre-command-business, allout-command-counter):
9399 Increment an advertised counter so that cooperating enhancements can
9400 track revisions of items.
9401 (allout-open-topic): Run allout-structure-added-hook with suitable
9402 arguments.
9403 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9404 arguments.
9405 (allout-shift-out): Fix doubling for negative args and ensure call
9406 of allout-structure-shifted-hook by solely using allout-shift-in.
9407 (allout-kill-line, allout-kill-topic):
9408 Run allout-structure-deleted-hook with suitable arguments.
9409 (allout-yank-processing): Run allout-structure-added-hook with
9410 proper arguments.
9411 (allout-yank): Enclose activity in allout-unprotected.
9412 (allout-flag-region): Run allout-exposure-change-hook with
9413 suitable arguments, instead of making the callee infer the arguments.
9414 (allout-encrypt-string):
9415 Support allout-encryption-plaintext-sanitization-regexps,
9416 allout-encryption-ciphertext-rejection-regexps, and
9417 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9418 en/de cryption mode in symmetric encryption failure message.
9419 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9420 copy of the passphrase, and don't zero it or we'll corrupt the
9421 stashed copy.
9422 (allout-create-encryption-passphrase-verifier)
9423 (allout-verify-passphrase): Respect the new signature for
9424 allout-encrypt-string.
9425 (allout-get-configvar-values): Convenience for getting a
9426 configuration variable value and handling its absence gracefully.
9427
9428 2006-08-11 Romain Francoise <romain@orebokech.com>
9429
9430 * obsolete/zone-mode.el: Delete.
9431
9432 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9435
9436 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9437
9438 * emacs-lisp/bindat.el (bindat-ip-to-string):
9439 Use `format-network-address' if possible.
9440
9441 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9442
9443 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9444
9445 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9446
9447 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9448 restore unread-command-events here.
9449 (edebug-display): Do it here, to detect sit-for interruptions.
9450
9451 2006-08-10 Romain Francoise <romain@orebokech.com>
9452
9453 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9454 (dns-mode-soa-auto-increment-serial): New user option.
9455 (dns-mode-soa-maybe-increment-serial): New function.
9456 (dns-mode): Add the latter to `write-contents-functions'.
9457
9458 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9459 Delete autoload cookies.
9460
9461 2006-08-10 John Wiegley <johnw@newartisans.com>
9462
9463 * eshell/em-glob.el (eshell-glob-chars-list)
9464 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9465
9466 2006-08-10 Richard Stallman <rms@gnu.org>
9467
9468 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9469 (facemenu-set-face): Doc fix.
9470 (facemenu-listed-faces): Doc fix.
9471
9472 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * avoid.el (mouse-avoidance-animating-pointer): New var.
9475 (mouse-avoidance-nudge-mouse): Use it.
9476 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9477 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9478 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9479 Don't activate if currently animating. All callers changed.
9480
9481 2006-08-09 John Wiegley <johnw@newartisans.com>
9482
9483 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9484 variable, which causes timeclock to report elapsed time worked,
9485 instead of just work remaining.
9486
9487 2006-08-09 Kenichi Handa <handa@m17n.org>
9488
9489 * international/latexenc.el (latexenc-find-file-coding-system):
9490 Fix for the case that the 2nd element of arg-list is a cons.
9491
9492 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * info.el (Info-fontify-node): Handle preceding `in' for note
9495 reference hiding rules.
9496
9497 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9500 mistake a closing " for an opening one.
9501
9502 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9503
9504 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9505
9506 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * complete.el (PC-do-completion): Filter out completions matching
9509 completion-ignored-extensions before checking whether there are
9510 multiple completions.
9511 Don't use `list' unnecessarily when building completion tables.
9512
9513 2006-08-06 Richard Stallman <rms@gnu.org>
9514
9515 * help.el (describe-mode): Make minor mode list more concise.
9516
9517 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9518
9519 * bindings.el: Give mode-line-format, mode-line-modes, and
9520 mode-line-position `standard-value' properties.
9521
9522 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9523
9524 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9525 "(file)node" instead of the file name.
9526
9527 2006-08-05 Richard Stallman <rms@gnu.org>
9528
9529 * faces.el (escape-glyph): Doc fix.
9530
9531 2006-08-04 Kenichi Handa <handa@m17n.org>
9532
9533 * international/mule-diag.el (describe-font): Improve docstring
9534 and error message. Use frame-parameter (not frame-parameters).
9535
9536 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9539 Correctly mark the end-of-docstring char.
9540
9541 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9542
9543 * simple.el (line-move-to-column): Constrain move-to-column to
9544 current field.
9545
9546 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * font-lock.el (font-lock-beg, font-lock-end)
9549 (font-lock-extend-region-functions): New vars.
9550 (font-lock-extend-region-multiline)
9551 (font-lock-extend-region-wholelines): New functions.
9552 (font-lock-default-fontify-region): Use them.
9553 (font-lock-extend-jit-lock-region-after-change): Only round up
9554 if font-lock-default-fontify-region will do it as well.
9555
9556 * font-lock.el (font-lock-extend-after-change-region-function):
9557 Rename from font-lock-extend-region-function.
9558 (font-lock-extend-region): Remove by inlining at call sites.
9559 (font-lock-after-change-function): Don't needlessly round up to a whole
9560 number of lines.
9561 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9562 the boundary conditions and the interactions between the various ways
9563 to extend the region.
9564
9565 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9568 modification status when forcing the second redisplay.
9569
9570 2006-08-03 Kim F. Storm <storm@cua.dk>
9571
9572 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9573
9574 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9577 doesn't look like a file name.
9578
9579 * complete.el (PC-expand-many-files): Avoid signalling an error when
9580 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9581
9582 2006-08-02 Andreas Schwab <schwab@suse.de>
9583
9584 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9585
9586 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9587
9588 * bindings.el (map): Make mode-line-buffer-identification-keymap
9589 before defining propertized-buffer-identification.
9590
9591 2006-08-01 Richard Stallman <rms@gnu.org>
9592
9593 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9594
9595 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9596
9597 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9598 default value.
9599 (gdb-find-source-frame): New function.
9600 (menu): Add to menu bar.
9601
9602 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * font-core.el (font-lock-extend-region-function)
9605 (font-lock-extend-region): Move to font-lock.el.
9606
9607 * font-lock.el (font-lock-extend-region-function)
9608 (font-lock-extend-region): Move from font-core.el. Simplify.
9609
9610 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9611 if needed.
9612 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9613 (jit-lock-after-change-extend-region-functions): New hook.
9614 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9615
9616 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9617 (font-lock-turn-on-thing-lock): Use it.
9618
9619 * longlines.el (longlines-show-region): Make it work on read-only
9620 buffers as well.
9621
9622 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9623
9624 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9625
9626 2006-07-31 Richard Stallman <rms@gnu.org>
9627
9628 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9629 (vhdl-speedbar-display-projects): Update old obsolete
9630 speedbar variable names.
9631
9632 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9633
9634 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9635 (gdb-stopped): Use it.
9636
9637 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9638
9639 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9642 for load-history elements.
9643
9644 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9645
9646 * files.el (convert-standard-filename): For Cygwin, replace
9647 characters not allowed in Windows file names.
9648 (make-auto-save-file-name): Add Cygwin to the list of systems
9649 where the auto-save file name needs to be run through
9650 convert-standard-filename.
9651
9652 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9653
9654 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9655
9656 2006-07-28 Richard Stallman <rms@gnu.org>
9657
9658 * bindings.el (mode-line-frame-identification)
9659 (propertized-buffer-identification): Centralize the code
9660 to initialize the variable.
9661
9662 * progmodes/grep.el (grep-default-command): Catch errors from
9663 wildcard-to-regexp.
9664
9665 2006-07-29 Kim F. Storm <storm@cua.dk>
9666
9667 * progmodes/grep.el (grep-tag-default): New function.
9668 (grep-default-command, grep-read-regexp): Use it.
9669 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9670 as default if nothing else applies.
9671
9672 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9673
9674 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9675 Throw error if buffer is not in Dired and Wdired mode, respectively.
9676
9677 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9680 self-insert-command keys don't activate buttons.
9681 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9682
9683 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9684
9685 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9686 faces for enable character.
9687
9688 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9689
9690 * Makefile.in (recompile): Update comment to reflect change
9691 on 2004-04-21.
9692
9693 2006-07-27 Richard Stallman <rms@gnu.org>
9694
9695 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9696 (customize-package-emacs-version): Change msg when pkg has no entry.
9697 (custom-no-edit): On a button, do like widget-button-press.
9698
9699 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9700
9701 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9702 S-tab and C-S-tab.
9703
9704 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9705
9706 * progmodes/which-func.el (which-function): Fix documentation/
9707 comment typo.
9708
9709 2006-07-26 Richard Stallman <rms@gnu.org>
9710
9711 * textmodes/ispell.el (ispell-word): If we replace the word,
9712 move point to the end. Insert before deleting.
9713
9714 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9717 a timer.
9718
9719 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9720
9721 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9722 when at first image.
9723 (tumme-forward-image): Add prefix argument. Add error when at last
9724 image.
9725
9726 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * tabify.el (tabify-regexp): Use more specific regexps.
9729 (tabify): Avoid modifying the buffer unnecessarily.
9730
9731 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9732
9733 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9734 (tumme-format-properties-string): Handle empty `buf'.
9735 (tumme-get-comment): Change variable names inside `let'.
9736 Add missing `let' variable that cause font-lock problems.
9737 (tumme-write-comments): Change variable names inside `let'.
9738 Add missing `let' variable that cause font-lock problems.
9739 (tumme-forward-image): Rename from `tumme-forward-char'.
9740 (tumme-backward-image): Rename from `tumme-backward-char'.
9741
9742 2006-07-25 Masatake YAMATO <jet@gyve.org>
9743
9744 * progmodes/ld-script.el (ld-script-keywords)
9745 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9746 and add comments.
9747
9748 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9749
9750 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9751 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9752 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9753 for status indicator.
9754
9755 2006-07-24 Richard Stallman <rms@gnu.org>
9756
9757 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9758
9759 * subr.el (dolist, dotimes): Use interned symbols for locals.
9760 (--dotimes-limit--, --dolist-tail--): New defvars.
9761 (looking-back): Doc fix.
9762
9763 * replace.el (replace-match-string-symbols): Handle dotted lists.
9764
9765 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9766
9767 * tumme.el (tumme-write-tags): Add.
9768 (tumme-write-comments): Add.
9769 (tumme-tag-files): Change to use `tumme-write-tags'.
9770 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9771 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9772 (tumme-save-information-from-widgets): Change to use
9773 `tumme-write-comments' and `tumme-write-tags'.
9774 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9775 (tumme-write-tag): Remove.
9776 (tumme-write-comment): Remove.
9777 (tumme-display-previous-thumbnail-original): Remove empty line.
9778 (tumme-widget-list): Add punctuation.
9779
9780 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9781
9782 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9783
9784 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9785
9786 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9787 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9788 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9789
9790 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9791
9792 * mouse.el (mouse-on-link-p): Doc fix.
9793
9794 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9795
9796 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9797 Handle "C-h f `".
9798
9799 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9800
9801 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9802 column.
9803
9804 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9805
9806 * textmodes/table.el: Add move-beginning-of-line and
9807 move-end-of-line to Point Motion Only Group.
9808
9809 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9810
9811 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9812
9813 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9814
9815 * startup.el (user-mail-address): Initialize from the `EMAIL'
9816 environment variable first. Document this.
9817 (command-line): Ditto.
9818
9819 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9820
9821 * help-mode.el (help-function-def, help-variable-def)
9822 (help-face-def): Print a message in the minibuffer.
9823
9824 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9825
9826 * term/xterm.el (terminal-init-xterm): Fix key bindings
9827 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9828
9829 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9830
9831 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9832 where `(nth 1 command)' is a cons cell. Doc fix.
9833
9834 * textmodes/po.el (po-find-charset): Doc fix.
9835
9836 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9837
9838 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9839 (allout-beginning-of-current-line, allout-end-of-current-line)
9840 (allout-next-visible-heading, allout-open-topic)
9841 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9842 (allout-flag-current-subtree, allout-show-to-offshoot)
9843 (allout-hide-current-entry, allout-show-current-branches)
9844 (allout-hide-region-body, allout-old-expose-topic)
9845 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9846 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9847 containing `beginning-of-line' and `end-of-line' with
9848 `inhibit-field-text-motion' t.
9849
9850 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9851
9852 * frame.el (focus-follows-mouse): Document that it doesn't have
9853 any effect on MS-Windows.
9854
9855 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9858
9859 2006-07-20 Jay Belanger <belanger@truman.edu>
9860
9861 * calc.el (calc-previous-alg-entry): Remove variable.
9862
9863 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9864 New variables.
9865 (calc-alg-entry): Use `calc-alg-entry-history'.
9866 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9867 Remove reference to `calc-previous-alg-entry'.
9868 (calcAlg-edit, calcAlg-enter): Remove reference to
9869 `calc-previous-alg-entry'.
9870 (calcAlg-previous): Use `previous-history-element' instead of
9871 `calc-previous-alg-entry'.
9872 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9873 Change keybinding for `calcAlg-plus-minus', add keybindings for
9874 `previous-history-element' and `next-history-element'.
9875
9876 * calc-rewr.el (calc-match): Remove reference to
9877 `calc-previous-alg-entry'.
9878
9879 * calc-sel.el (calc-selection-history): New variable.
9880 (calc-enter-selection, calc-sel-mult-both-sides)
9881 (calc-sel-add-both-sides): Use `calc-selection-history'.
9882
9883 * calc-map.el (calc-get-operator-history): New variable.
9884 (calc-get-operator): Use `calc-get-operator-history'.
9885
9886 * calcalg3.el (calc-curve-fit-history): New variable.
9887 (calc-curve-fit): Use `calc-curve-fit-history'.
9888
9889 2006-07-20 Kenichi Handa <handa@m17n.org>
9890
9891 * international/mule-cmds.el (select-safe-coding-system): Fix the
9892 way of deciding eol-type of the coding system.
9893
9894 2006-07-20 Alan Mackenzie <acm@muc.de>
9895
9896 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9897 (c-lang-setvar): New macro.
9898 (c-make-init-lang-vars-fun): Use the initialization forms in
9899 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9900 (comment-start, comment-end, comment-start-skip): Change these from
9901 c-lang-defvar's to c-lang-setvar's.
9902
9903 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9904 which calls make-local-variable on the elements of
9905 c-emacs-variable-inits.
9906 (c-init-language-vars-for): Call this new macro.
9907
9908 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9911 Try to rule out false positives due to time stamps.
9912 (compilation-mode-font-lock-keywords): Remove rules made redundant
9913 because of the above change. Add `segmentation fault' to the known and
9914 highlighted compilation termination messages.
9915
9916 2006-07-19 Kim F. Storm <storm@cua.dk>
9917
9918 * progmodes/grep.el (grep-find-ignored-directories):
9919 Add .svn and _darcs to list.
9920
9921 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
9922
9923 * dired.el (dired-mode-map): Add key binding `C-te' for
9924 `tumme-dired-edit-comment-and-tags'.
9925
9926 * tumme.el (tumme-display-thumbnail-original-image): Make sure
9927 image display buffer is displayed before call to
9928 `tumme-display-image.
9929 (tumme-dired-display-image): Make sure image display buffer is
9930 displayed before call to `tumme-display-image.
9931 (tumme-mouse-display-image): Make sure image display buffer is
9932 displayed before call to `tumme-display-image.
9933 (tumme-widget-list): Add.
9934 (tumme-dired-edit-comment-and-tags): Add.
9935 (tumme-save-information-from-widgets): Add.
9936
9937 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9940
9941 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * progmodes/sh-script.el (sh-font-lock-keywords-1):
9944 Revert inadvertently installed patch hunk.
9945
9946 * progmodes/compile.el (compilation-find-file): Handle the
9947 cases where the user selects a non-existent file.
9948
9949 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9952
9953 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9954
9955 * subr.el (sit-for): Just sleep-for if noninteractive.
9956
9957 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * emacs-lisp/autoload.el (make-autoload): Use new arg.
9960
9961 * custom.el (custom-autoload): Add `noset' argument.
9962 (custom-push-theme): Don't autoload the variable, let callers do it.
9963 (custom-theme-set-variables): Autoload the variable if necessary.
9964
9965 * cus-edit.el (custom-variable-state-set): If the variable was
9966 originally set outside custom, but to the same value as the default,
9967 consider it to be standard.
9968
9969 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9970 file *before* telling Emacs to add the autoloads, in case it fails.
9971
9972 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9973 Use `cond', push', and `dolist'.
9974
9975 2006-07-17 Richard Stallman <rms@gnu.org>
9976
9977 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9978 Add defvars to silence warnings.
9979
9980 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9983 Don't highlight "Compiling file" messages as error.
9984
9985 * dired-aux.el (dired-compress-file): Confirm again if gzipped
9986 file already exists.
9987
9988 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
9989
9990 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
9991 entry, don't assign to free var; simply return the extracted filename.
9992 (ff-treat-as-special): Incorporate common preamble from callers.
9993 (ff-other-file-name, ff-find-the-other-file):
9994 Update call to ff-treat-as-special.
9995
9996 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9997
9998 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
9999
10000 * tumme.el (tumme-get-comment): Fix bug.
10001
10002 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * files.el: Remove spurious * in docstrings.
10005
10006 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10007
10008 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10009 grammar.
10010 (allout-beginning-of-current-line): Beware beginning of buffer.
10011 Also, a comment is simplified.
10012 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10013 when appropriate. (This fix enables use for other than
10014 bullet-hotspot operation.)
10015 (allout-hide-current-subtree): While escalating to sibling-close,
10016 make sure to situate on a topic.
10017
10018 2006-07-14 Kim F. Storm <storm@cua.dk>
10019
10020 * emulation/cua-base.el (cua-delete-selection)
10021 (cua-toggle-set-mark): New defcustoms.
10022 (cua-rectangle-modifier-key): Add `alt' modifier.
10023 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10024 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10025 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10026
10027 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10028
10029 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10030
10031 * allout.el: Require 'cl during byte-compilation/interactive load,
10032 for the `assert' macro.
10033 (allout-mode-deactivate-hook): New hook, run when allout mode
10034 deactivates.
10035 (allout-developer): New allout customization subgroup.
10036 (allout-run-unit-tests-on-load): New allout-developer
10037 customization variable, when true allout unit tests are run towards
10038 end of file load/eval.
10039 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10040 auto-fill-mode.
10041 (allout-resumptions): Remove, to be replaced by...
10042 (allout-add-resumptions): Register variable settings to be
10043 reinstated by `allout-do-resumptions'. The settings are made
10044 buffer-local, but the locality/globality of the suspended setting
10045 is restored on resumption.
10046 (allout-do-resumptions): Reinstate all settings suspended using
10047 `allout-add-resumptions'.
10048 (allout-test-resumptions): Unit tests (and intermediate variables)
10049 for resumptions.
10050 (allout-tests-globally-unbound, allout-tests-globally-true)
10051 (allout-tests-locally-true): Intermediate variables for
10052 resumptions unit tests.
10053 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10054 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10055 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10056 instead of retired `allout-resumptions'. For hook functions, use
10057 `local' parameter so hook settings are created and removed as
10058 buffer-local settings. Revise (resumptions) setting
10059 auto-fill-function so it is set only if already active. (The
10060 related fill-function settings are all made in either case, so
10061 that activating auto-fill-mode activity will have the custom
10062 allout-mode behaviors (hanging indent on topics, if configured for it).
10063 Remove all allout-exposure-category overlays on mode deactivation.
10064 (allout-hotspot-key-handler): New function extracted from
10065 `allout-pre-command-business', so the functionality can be used
10066 for other purposes, eg as a binding in an overlay.
10067 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10068 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10069 customization variable.
10070 (allout-run-unit-tests): Run the (currently quite small)
10071 repertoire of unit tests. Called just before the provide iff user
10072 has customized `allout-run-unit-tests-on-load' non-nil.
10073
10074 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10075
10076 * emacs-lisp/authors.el (authors-aliases): Update.
10077
10078 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10079
10080 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10081 gdb-source-window. Add dedicated argument.
10082 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10083 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10084 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10085 (gdb-display-locals-buffer): Use it.
10086
10087 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10088 Set gdb-source-window.
10089
10090 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10093 minor modes, redundant with the custom-autoload line above.
10094
10095 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10096
10097 * longlines.el (longlines-post-command-function): Handle open-line too.
10098
10099 2006-07-12 Richard Stallman <rms@gnu.org>
10100
10101 * progmodes/grep.el (grep-last-buffer): Doc fix.
10102
10103 * info.el (Info-try-follow-nearest-node): Doc fix.
10104
10105 * emacs-lisp/edebug.el (edebug-instrument-function):
10106 Err if find-function-noselect gives no position.
10107
10108 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10109 If can't find definition, return nil for position.
10110 (find-function-do-it): Handle new return value
10111 of find-definition-noselect.
10112 (find-definition-noselect, find-variable-noselect): Doc fix.
10113 (find-function-noselect): Doc fix.
10114
10115 * help-mode.el (help-variable-def): Handle find-variable-noselect
10116 returning no position.
10117 (help-function-def): Likewise for find-function-search-for-symbol.
10118 (help-face-def): Likewise.
10119
10120 * help-fns.el (describe-variable): Handle find-variable-noselect
10121 returning no position.
10122
10123 * files.el (locate-file-completion): Avoid duplicates in result.
10124
10125 * cus-edit.el (custom-no-edit): New command.
10126 (custom-mode-map): Remap to custom-no-edit instead of
10127 using suppress-keymap.
10128
10129 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10130
10131 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10132 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10133 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10134
10135 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10136
10137 2006-07-11 Kim F. Storm <storm@cua.dk>
10138
10139 * ido.el (ido-copy-current-file-name): Use buffer-name if
10140 buffer-file-name is nil.
10141
10142 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10143
10144 * simple.el (undo-ask-before-discard): Set to nil.
10145
10146 * vc.el (vc-exec-after): Don't delete process manually.
10147 (vc-print-log): Run log-view-mode in process sentinel inside
10148 inhibit-read-only. Don't shrink window due to timing issues.
10149
10150 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10151 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10152
10153 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10156 Fix ambiguity introduced by last change.
10157 (compilation-find-file): Move save-excursion to where it may
10158 make sense. Fix a left over `find-file'.
10159
10160 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10161
10162 * textmodes/texinfmt.el (texinfo-format-separate-node):
10163 Insert a string before point, which fits documentation, not after.
10164 (texinfo-multitable-item): In a multitable row, insert any
10165 additional needed @tabs and spaces.
10166
10167 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10168
10169 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10170 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10171 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10172 instead of shell-command.
10173 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10174 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10175 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10176 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10177 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10178 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10179
10180 2006-07-11 Kim F. Storm <storm@cua.dk>
10181
10182 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10183 Remove special case for seconds < 0. Use (redisplay t) instead.
10184
10185 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10186
10187 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10188 avoid compilation error.
10189
10190 * subr.el (sit-for): New function.
10191
10192 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10193
10194 2006-07-10 Richard Stallman <rms@gnu.org>
10195
10196 * ldefs-boot.el (edebug): Update page.
10197
10198 2006-07-10 Kim F. Storm <storm@cua.dk>
10199
10200 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10201 to FOR-RELEASE and TODO.
10202
10203 2006-07-10 Romain Francoise <romain@orebokech.com>
10204
10205 * emacs-lisp/authors.el (authors-aliases): Update.
10206
10207 2006-07-10 Alan Mackenzie <acm@muc.de>
10208
10209 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10210 * cc-mode.el: Changes to eradicate eval-after-load.
10211
10212 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10213
10214 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10215 on non-char events.
10216
10217 2006-07-09 Romain Francoise <romain@orebokech.com>
10218
10219 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10220 Don't highlight start/end markers as compilation messages.
10221
10222 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10223 to t.
10224
10225 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10228
10229 2006-07-08 Richard Stallman <rms@gnu.org>
10230
10231 * term/x-win.el (x-handle-display): Add doc string.
10232
10233 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10234
10235 * subr.el (def-edebug-spec): Move here.
10236 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10237
10238 * imenu.el (imenu-choose-buffer-index): Doc fix.
10239
10240 2006-07-08 Romain Francoise <romain@orebokech.com>
10241
10242 * term/x-win.el (x-display-name): Fix typo.
10243
10244 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10245
10246 * hexl.el (hexl-find-file): Doc fix.
10247
10248 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10249
10250 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10251
10252 * term/x-win.el (x-display-name): Doc fix.
10253
10254 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10257 long prefixes.
10258 (fill-region-as-paragraph): Don't round up to a whole line.
10259 (fill-comment-paragraph): Don't include the code-before-the-comment
10260 when calling fill-region-as-paragraph.
10261
10262 * international/mule.el (make-char): Remove redundancy.
10263
10264 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10265 property may contain an anonymous function rather than a symbol.
10266
10267 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10268
10269 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10270 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10271
10272 * dirtrack.el (dirtrack-default-directory-function): Remove.
10273 (dirtrack-directory-function): Use file-name-as-directory.
10274 (dirtrack-windows-directory-function): Simplify.
10275 (dirtrack-forward-slash, dirtrack-backward-slash)
10276 (dirtrack-replace-slash): Remove.
10277 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10278 (dirtrack): Fix wrong parenthesizing; use match-string.
10279
10280 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10281 (inferior-octave-mode): Only change the buffer-local value of
10282 comint-dynamic-complete-functions.
10283 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10284 Move the initialization to the declaration.
10285 (inferior-octave-complete): Remove unused var `filter'.
10286
10287 * shell.el (shell-mode): Only change the buffer-local value of
10288 comint-dynamic-complete-functions.
10289
10290 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10291
10292 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10293 entry is skipped because it has been scheduled.
10294 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10295 changing `:org-archived' and `:org-comment' properties.
10296
10297 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10298
10299 * server.el (server-select-display): Don't make the temp frame
10300 minibuffer-only, in case it's not a temp frame.
10301 (server-process-filter): Don't delete the temp frame if it's the
10302 only one we have on that display.
10303
10304 * files.el (find-alternate-file): Doc fix.
10305
10306 2006-07-05 Richard Stallman <rms@gnu.org>
10307
10308 * files.el (abbreviate-file-name): Add save-match-data.
10309
10310 2006-07-03 Richard Stallman <rms@gnu.org>
10311
10312 * faces.el (read-face-name): Doc fix.
10313
10314 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10317
10318 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10319
10320 * vc.el (vc-diff-internal): Fix prev change.
10321
10322 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10323
10324 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10325 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10326
10327 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10330 fails if the symbol contains chars like ( or '.
10331 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10332 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10333 `short'.
10334
10335 2006-07-04 Kenichi Handa <handa@m17n.org>
10336
10337 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10338 the current one, don't call set-language-environment, but call one
10339 of set-language-environment-XXX to make INFO effective now.
10340 (set-language-environment): Call set-language-environment-XXX
10341 functions instead of doing the various setups directly.
10342 (set-language-environment-coding-systems): Delete argument eol-type.
10343 (set-language-environment-input-method)
10344 (set-language-environment-nonascii-translation)
10345 (set-language-environment-charset)
10346 (set-language-environment-fontset)
10347 (set-language-environment-unibyte): New functions.
10348
10349 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10350
10351 * locate.el (locate-update-when-revert): New option.
10352 (locate-update-path): New option (suggested by Michael Albinus).
10353 (locate-prompt-for-command): Whitespace change.
10354 (locate-update): No longer offer to update the locate database by
10355 default. Implement the two new options.
10356
10357 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10358
10359 * tooltip.el: Move comment about track-mouse...
10360
10361 * progmodes/gud.el: ...to here.
10362
10363 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * facemenu.el (facemenu-listed-faces): New var.
10366 (facemenu-unlisted-faces): Variable deleted.
10367 (facemenu-add-new-face): Use facemenu-listed-faces.
10368
10369 * emulation/viper-init.el, calendar/calendar.el:
10370 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10371
10372 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10373
10374 * textmodes/org.el (org-mode): Remove no invalid settings for
10375 calc embedded mode.
10376 (org-mode-p): New defsubst.
10377 (org-save-all-org-buffers): New function.
10378 (org-first-headline-recenter): Enclose outline-regexp in group
10379 delimiters.
10380 (org-set-tags): Keep single space after stars.
10381
10382 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10383
10384 * window.el (set-window-text-height): Only set window-min-height to
10385 1 if that's the requested size.
10386
10387 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10388 (diff-unified->context, diff-context->unified)
10389 (diff-reverse-direction): Make sure the end marker stays at the end.
10390 (diff-mode): Add the keymap table at the end of docstring.
10391 Use lexical-let rather than constructing a closure manually.
10392
10393 * files.el (find-file-noselect-1): Remove unused var assignment.
10394 (hack-local-variables-confirm): Print lists of strings as lists of
10395 strings rather than lists of symbols.
10396 (abbreviate-file-name, hack-local-variables-prop-line):
10397 Use match-string.
10398 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10399 (recover-session-finish): Use line-end-position.
10400
10401 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10402
10403 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10404
10405 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10406
10407 * progmodes/make-mode.el (makefile-macroassign-regex):
10408 Accept preceding keyword.
10409 (makefile-gmake-statements): Reorganize, now that makepp has
10410 "override" and also handle forgotten "override define".
10411 (makefile-makepp-statements): Add new "global", "override export"
10412 and "override global".
10413
10414 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10415
10416 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10417 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10418 (ada-no-auto-case): Fix typos in docstrings.
10419
10420 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10421
10422 * info.el (Info-find-node-2): Search for makeinfo version more
10423 carefully.
10424
10425 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10426
10427 * textmodes/org.el (org-prepare-agenda-buffers):
10428 Use `invisible-OK' argument for `org-end-of-subtree'.
10429 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10430 (org-beginning-of-item): Fix bug in regular expression for white line.
10431 (org-export-as-html): Enforce space after bullet in plain list items.
10432 (org-set-autofill-regexps): Require space after plain list bullet
10433 for paragraph-start.
10434 (org-ts-regexp3): New constant.
10435 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10436 (org-timestamp-up-day, org-timestamp-down-day)
10437 (org-timestamp-change): Work with inactive timestamps.
10438 (org-ts-regexp1): Don't allow brackets in time stamps.
10439
10440 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10441
10442 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10443 for ignoring links.
10444
10445 * faces.el (read-face-name): Use it.
10446
10447 2006-06-28 Juri Linkov <juri@jurta.org>
10448
10449 * buff-menu.el (list-buffers-noselect): Compare Info file
10450 with the string "dir" to detect Info directory.
10451
10452 * complete.el (partial-completion-mode): In lambda for
10453 `choose-completion-string-functions' use full function signature
10454 with 4 args, and move point to the end of the minibuffer only if arg
10455 `mini-p' is non-nil.
10456
10457 2006-06-28 John Paul Wallington <jpw@pobox.com>
10458
10459 * ibuffer.el (ibuffer-mode): Doc fix.
10460
10461 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10462
10463 * textmodes/org.el (org-context): New contexts :item-bullet,
10464 :latex-fragment, :latex-preview.
10465 (org-overlays-at, org-overlay-start, org-overlay-end):
10466 New compatibility functions.
10467 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10468 exact regexp that will be used during export.
10469 (org-latex-regexps): New variable.
10470 (org-cdlatex-mode): Improve advice for `texmathp'.
10471 (turn-on-org-cdlatex): New function.
10472
10473 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10474
10475 * term/mac-win.el (mac-handle-font-selection): Change keys of
10476 mac-atsu-font-table from strings to numbers.
10477 (mac-ts-caret-position): Use also when cursor-type is nil.
10478 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10479 Relax condition for using overlay strings.
10480 Use mac-ts-caret-position face when cursor-type is nil.
10481
10482 2006-06-26 Kim F. Storm <storm@cua.dk>
10483
10484 * help.el (view-emacs-news): Declare `res' in the right let* form.
10485
10486 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10487
10488 * net/rcompile.el (remote-compile): Replace ange-ftp based
10489 implementation by Tramp functions.
10490 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10491
10492 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10493
10494 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10495
10496 * international/fontset.el (setup-default-fontset): Fix a typo in
10497 the "Oriya-Akruti" registry name.
10498
10499 2006-06-23 Lars Hansen <larsh@soem.dk>
10500
10501 * desktop.el (desktop-full-file-name): New function.
10502 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10503 (desktop-revert): Use it.
10504 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10505 (desktop-after-read-hook): Add option list-buffers.
10506 (desktop-locals-to-save): Add tab-width.
10507 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10508 Fix docstring.
10509
10510 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10511
10512 * textmodes/org.el (org-cdlatex-mode-map)
10513 (org-cdlatex-texmathp-advice-is-done): New variables.
10514 (org-cdlatex-mode): New minor mode.
10515 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10516 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10517 (org-export-with-archived-trees): New option.
10518 (org-open-file): Remove the call to `convert-standard-filename'.
10519 (org-archive-tag, org-agenda-skip-archived-trees)
10520 (org-cycle-open-archived-trees)
10521 (org-sparse-tree-open-archived-trees): New options.
10522 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10523 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10524 New functions.
10525 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10526 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10527 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10528 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10529 Call `org-prepare-agenda-buffers'.
10530 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10531 (org-file-apps, org-file-apps-defaults-gnu)
10532 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10533 Handle remote files by forcing them to be opened in Emacs.
10534
10535 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10536
10537 * vc.el (vc-diff-knows-L): New variable.
10538 (vc-diff-internal): Use it to handle "diff" programs that don't
10539 understand -L. This works automatically, no user action is necessary.
10540
10541 2006-06-23 Daniel Brockman <daniel@brockman.se>
10542
10543 * net/rcirc.el (rcirc-default-user-full-name): Default to
10544 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10545 longer exists).
10546 (rcirc-process-list): Check `buffer-live-p' before attempting to
10547 switch to a buffer.
10548
10549 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10550
10551 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10552 based on rcirc-coding-system-alist.
10553
10554 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10555
10556 * cus-edit.el (customize-apropos): A better error message.
10557 (top level) <debug-ignored-errors>: Extend and update the list of
10558 ignored error messages.
10559
10560 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10561
10562 * complete.el (PC-do-completion): Retain capitalization of user
10563 input, when possible, even if completion-ignore-case is set.
10564
10565 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10566
10567 * generic-x.el (bat-generic-mode): Support .cmd files.
10568
10569 * dos-w32.el (top level): Use find-file-not-found-functions
10570 instead of the obsolete find-file-not-found-hooks.
10571
10572 2006-06-22 Kim F. Storm <storm@cua.dk>
10573
10574 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10575 to recognize mode name containing submodes, such as Grep/lw.
10576
10577 2006-06-21 Kim F. Storm <storm@cua.dk>
10578
10579 * simple.el (line-move-1): Check for move-end-of-line instead of
10580 end-of-line when setting temporary-goal-column.
10581
10582 2006-06-21 Miles Bader <miles@gnu.org>
10583
10584 * play/cookie1.el (cookie): Work properly when there's only one entry.
10585
10586 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10587
10588 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10589 (gdb-frame-handler): Generalize frame regexp for templates.
10590
10591 2006-06-20 Glenn Morris <rgm@gnu.org>
10592
10593 * calendar/appt.el (appt-display-format): Default value must be
10594 one of the customize options.
10595
10596 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10597
10598 * term/xterm.el (terminal-init-xterm): Update key availability info.
10599 Bind C-return.
10600
10601 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10602
10603 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10604
10605 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10606 whether or not a local variables list is defined.
10607
10608 * msb.el (msb): Move `sit-for' hack here to handle both
10609 "mouse-down and drag" and "mouse-up and select" situations.
10610 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10611
10612 2006-06-20 Kenichi Handa <handa@m17n.org>
10613
10614 * international/characters.el (word-combining-categories):
10615 Add entries for 2-byte Han characters.
10616
10617 2006-06-19 Richard Stallman <rms@gnu.org>
10618
10619 * bindings.el (mode-line-format): Save some mode line space.
10620
10621 * files.el (find-file-noselect): Improve the question wording.
10622 (basic-save-buffer-2): Mask UMASK against 666.
10623
10624 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10625 (mouse-drag-vertical-line): Call it.
10626
10627 * cus-edit.el (customize-option, customize-option-other-window):
10628 Error if SYMBOL is nil.
10629
10630 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10631
10632 * textmodes/org.el: Require noutline, also on XEmacs.
10633 (org-end-of-subtree): Return point.
10634 (org-dblock-start-re, org-dblock-end-re): New constants.
10635 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10636 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10637 (org-update-all-dblocks, org-find-dblock): New functions.
10638 (org-collect-clock-time-entries): New function.
10639 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10640 (org-fixup-indentation): Modify to deal correctly with lines
10641 starting with TAB. Only one argument DIFF now.
10642 (org-demote, org-promote): Call `org-fixup-indentation' with just
10643 one argument, DIFF.
10644 (org-mode): Don't mark buffer as modified when aligning tables.
10645 (org-clock-sum): Don't mark buffer modified when adding time sum
10646 properties.
10647 (org-export-as-html): Add support for a link validation function.
10648 (org-archive-all-done): New function.
10649 (org-archive-subtree): New prefix argument. When set, archive all
10650 done subtrees in this buffer.
10651 (org-remove-clock-overlays)
10652 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10653 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10654 (org-put-clock-overlay): Don't swallow last headline character
10655 when displaying overlay.
10656 (org-store-link): Link to `image-mode' with just the file name.
10657
10658 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10659
10660 * viper-cmd.el (viper-special-read-and-insert-char):
10661 Use read-key-sequence.
10662 (viper-after-change-undo-hook): Misc enhancements.
10663 (viper-after-change-undo-hook): New hook.
10664 (viper-undo): Use viper-after-change-undo-hook.
10665 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10666 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10667 clicking on that widget/button.
10668
10669 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10670
10671 * ediff-diff (ediff-test-patch-utility): Catch errors.
10672 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10673 (ediff-set-actual-diff-options): New function.
10674 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10675 Use ediff-set-actual-diff-options.
10676 (ediff-extract-diffs): Catch errors.
10677 (ediff-whitespace): Add non-breakable space.
10678 (ediff-same-file-contents): Catch errors.
10679
10680 * ediff-mult.el (ediff-collect-custom-diffs):
10681 Save coding-system-for-read.
10682
10683 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10684 (ediff-vc-internal, ediff-vc-merge-internal):
10685 Use ediff-delete-version-file.
10686 (ediff-delete-version-file): New function.
10687
10688 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10689
10690 * ediff.el (ediff-directories, ediff-directory-revisions)
10691 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10692 (ediff-directories-internal, ediff-merge-directory-revisions)
10693 (ediff-merge-directory-revisions-with-ancestor)
10694 (ediff-directories3): Use read-directory-name.
10695
10696 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10697
10698 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10699 Remove superfluous part of regexp for brace matching which is handled
10700 by `scan-lists' call.
10701
10702 2006-06-16 Richard Stallman <rms@gnu.org>
10703
10704 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10705
10706 * files.el (basic-save-buffer-2): For a new precious file,
10707 use the default modes in the return value.
10708
10709 * facemenu.el (facemenu-color-alist): Doc fix.
10710
10711 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10712
10713 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10714
10715 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10716
10717 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10718 (mac-utxt-to-string): Use it.
10719 (mac-ts-update-active-input-area): Use mac-ae-number.
10720
10721 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10722
10723 * term.el (term-handle-scroll, term-delete-lines)
10724 (term-insert-lines): Fix off by one errors.
10725
10726 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10727
10728 * net/tramp.el (tramp-touch): Use UTC to express time.
10729
10730 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10731
10732 * mail/sendmail.el (mail-send): Search explicitly for
10733 mail-header-separator when checking for corrupted header lines.
10734
10735 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10736
10737 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10738 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10739 (gdb-init-1): Initialise them.
10740 (gdb-starting): Reset gdb-printing
10741 (gdb-starting): Save value of gud-overlay-arrow-position.
10742 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10743 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10744 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10745 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10746
10747 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10750
10751 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10752
10753 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10754 (ldap-search-internal): Keep error messages, and a regexp fix.
10755
10756 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10757
10758 * files.el (hack-local-variables-confirm):
10759 Display string value using its printed representation.
10760
10761 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10762
10763 * server.el (server-edit): No-op if no server buffers exist.
10764
10765 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10766
10767 * textmodes/page-ext.el (pages-directory-for-addresses):
10768 Including `pages-directory-address-mode' in the function results
10769 in the message "Buffer in which pages were found is deleted".
10770
10771 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10772
10773 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10774 clocking functions.
10775
10776 (org-agenda-clock-in, org-check-running-clock)
10777 (org-clock-out-if-current, org-remove-clock-overlays)
10778 (org-put-clock-overlay): New functions.
10779 (org-clock-marker, org-clock-file-total-minutes)
10780 (org-clock-overlays): New variables.
10781 (org-clock-display, org-clock-sum, org-clock-cancel)
10782 (org-clock-out, org-clock-in): New commands.
10783 (org-export): New function.
10784 (org-emph-re): New constant.
10785 (org-set-emph-re, org-do-emphasis-faces): New functions.
10786 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10787 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10788 (org-export-html-convert-emphasize): Use the configurable emphasis.
10789 (org-cleaned-string-for-export): Make multiline emphasis visible
10790 to the exporter. New optional argument PARAMETERS.
10791 (org-export-as-html): Specify :emph-multiline parameter to
10792 `org-cleaned-string-for-export'.
10793
10794 2006-06-10 Richard Stallman <rms@gnu.org>
10795
10796 * help.el (help-for-help-internal): Clean up help text.
10797
10798 2006-06-10 Andreas Schwab <schwab@suse.de>
10799
10800 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10801 in doc string.
10802
10803 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10804
10805 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10806
10807 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10808 spaces after the comment start.
10809
10810 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10811
10812 * play/pong.el (pong-init-buffer):
10813 Fill buffer with spaces instead of ^A.
10814
10815 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10816 launched asynchronously, delete its process instead of being cool.
10817 (ispell-async-processp): Check for `delete-process' existence
10818 instead of `kill-process' one for consistency.
10819
10820 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10821
10822 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10823 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10824 in mode line at startup.
10825
10826 2006-06-08 Kim F. Storm <storm@cua.dk>
10827
10828 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10829 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10830 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10831 (ido-file-internal): Pass full file name to write-file.
10832 (ido-read-internal): Only pop stack elements automatically if they
10833 actually match an existing directory or file name.
10834
10835 2006-06-07 Kenichi Handa <handa@m17n.org>
10836
10837 * international/mule.el (find-auto-coding): Don't handle the short
10838 name `char-trans'.
10839
10840 * files.el (hack-local-variables-prop-line)
10841 (hack-local-variables): Cancel the previous change.
10842
10843 2006-06-06 Jesper Harder <harder@phys.au.dk>
10844
10845 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10846
10847 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10848
10849 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10850 diff-default-read-only is non-nil.
10851 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10852 (diff-refine-hunk): Set inhibit-read-only to t.
10853
10854 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10855 modifying the *Diff* buffer.
10856 (diff-process-filter): New filter function for diff process that
10857 sets inhibit-read-only to t when modifying the *Diff* buffer.
10858
10859 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10860
10861 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10862 insertion point and control the number of empty lines.
10863 (org-paste-subtree): Limit the number of empty lines at the end of
10864 the inserted tree.
10865 (org-agenda): Use buffer name of current file for narrowing.
10866 (org-export-as-xml): Command removed.
10867 (org-export-xml-type): Option removed.
10868 (org-mode-map): Call `org-export-as-xoxo' directly.
10869 (org-get-indentation): New optional argument LINE.
10870 (org-fix-indentation, org-remove-tabs): New functions.
10871 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10872 correct indentation for headlines that are converted it items.
10873 (org-skip-comments): Remove table lines that contain narrowing
10874 cookies but no other non-empty fields.
10875 (org-set-tags): Allow groups of mutually exclusive tags.
10876 (org-cmp-time): Sort 24:21 before items without time.
10877 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10878 (org-open-at-point): Require double colon also for numbers.
10879
10880 2006-06-06 Kim F. Storm <storm@cua.dk>
10881
10882 * ido.el (ido-default-file-method, ido-default-buffer-method):
10883 Make choice values consistent with corresponding command names.
10884 (ido-visit-buffer): Update accordingly. Default to selected-window.
10885
10886 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
10887
10888 * progmodes/gud.el (gud-running): Fix doc string.
10889 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10890 (gud-tooltip-modes): Add python-mode.
10891 (gud-tooltip-print-command): Add pdb. Remove perldb.
10892
10893 2006-06-05 Eli Zaretskii <eliz@gnu.org>
10894
10895 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10896 Quote $(EMACS).
10897
10898 2006-06-05 Richard Stallman <rms@gnu.org>
10899
10900 * faces.el (defined-colors): Doc fix.
10901
10902 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
10903
10904 * vc.el (vc-process-filter): Inhibit undo info collection around
10905 call to insert.
10906 (vc-setup-buffer): Likewise for call to erase-buffer.
10907 (vc-do-command): Likewise for call to process-file.
10908
10909 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
10910
10911 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10912 for gud-go.
10913 (gud-common-init): Other debuggers may trigger error.
10914
10915 2006-06-05 Kenichi Handa <handa@m17n.org>
10916
10917 * international/mule.el (find-auto-coding):
10918 Handle enable-character-translation in file header.
10919
10920 2006-06-04 Kim F. Storm <storm@cua.dk>
10921
10922 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10923 (authors-fixed-entries): Fix spelling.
10924 (authors-canonical-file-name): Don't report error for wildcards.
10925
10926 * help.el (view-emacs-news): Rewrite to support new NEWS,
10927 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
10928 e.g. version 10 matches 1.10, and don't be confused by version 1.1
10929 being a prefix of 1.12 (etc). A numeric prefix arg also works.
10930
10931 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
10932
10933 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10934 exec constructs like `foo bar`.
10935 (sh-quoted-subshell): New helper function to search for a possibly
10936 nested subshell (like `` or $()) within a "" quoted string.
10937 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10938 (sh-apply-quoted-subshell): Flag quote characters inside a
10939 subshell, which is itself already in a quoted region, as
10940 punctuation, since this is the closest to what they actually are.
10941 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10942 sh-apply-quoted-subshell.
10943 (sh-font-lock-syntactic-face-function): Apply the new face for
10944 text inside `` instead of the old font-lock-string-face.
10945
10946 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10947
10948 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10949 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10950 (mac-bytes-to-text-range, mac-ae-text-range-array)
10951 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10952 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10953 (mac-ts-unicode-for-key-event): New functions.
10954 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10955 (mac-handle-font-selection): Use mac-ae-number.
10956 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10957 New variables.
10958 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10959 (mac-ts-converted-text, mac-ts-selected-converted-text)
10960 (mac-ts-block-fill-text, mac-ts-outline-text)
10961 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10962 (mac-ts-hilite-style-faces): New constant.
10963 (mac-apple-event-map): Bind text input events.
10964 (mac-dispatch-apple-event): Use command-execute instead of
10965 call-interactively.
10966 (global-map): Don't bind mac-apple-event.
10967 (special-event-map): Bind mac-apple-event.
10968
10969 2006-06-02 Eli Zaretskii <eliz@gnu.org>
10970
10971 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10972 file name.
10973 (emacs): Enclose the value of $(EMACS) in quotes.
10974
10975 2006-06-02 Juri Linkov <juri@jurta.org>
10976
10977 * international/mule.el (sgml-html-meta-auto-coding-function):
10978 Remove the condition `(search-forward "<html" size t)'.
10979 Replace `\"' with `[\"']?' in `re-search-forward'.
10980
10981 2006-06-02 Kenichi Handa <handa@m17n.org>
10982
10983 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10984 as well as `coding'.
10985 (hack-local-variables): Likewise.
10986
10987 * international/mule.el (enable-character-translation):
10988 Put permanent-local and safe-local-variable properties.
10989 (find-auto-coding): Handle char-trans: tag.
10990
10991 2006-06-02 Juri Linkov <juri@jurta.org>
10992
10993 * international/mule.el (sgml-html-meta-auto-coding-function):
10994 Limit the search by the end of the HTML header (if any).
10995
10996 2006-06-01 Richard Stallman <rms@gnu.org>
10997
10998 * subr.el (with-current-buffer): Doc fix.
10999
11000 2006-06-02 Masatake YAMATO <jet@gyve.org>
11001
11002 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11003 Almost rewrite. Underlines over all lines of gcov output are too
11004 uncomfortable to read. Suggested by Dan Nicolaescu.
11005
11006 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11007
11008 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11009
11010 * shell.el (shell-mode): Use shell-mode-map in docstring.
11011
11012 * comint.el (comint-send-input): Do not add help-echo and
11013 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11014
11015 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11016
11017 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11018
11019 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11020
11021 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11022 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11023 look up the stack and pop up GUD buffer if necessary.
11024 (gdb-frames-select): Remove redundant call to gud-display-frame.
11025 (gdb-info-threads-custom): Keep point at start of buffer.
11026 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11027
11028 2006-05-31 Juri Linkov <juri@jurta.org>
11029
11030 * replace.el (query-replace-read-from, query-replace-read-to):
11031 Bind `history-add-new-input' to nil. Call `add-to-history'.
11032
11033 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11034
11035 * textmodes/table.el: Convert all HTML tags to lower case for
11036 XHTML compatibility.
11037
11038 2006-05-31 Masatake YAMATO <jet@gyve.org>
11039
11040 * progmodes/compile.el:
11041 (compilation-error-regexp-alist-alist::gcov-called-line):
11042 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11043
11044 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11045
11046 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11047 Revert inadvertent changes made with last commit.
11048
11049 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11050
11051 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11052 New functions.
11053
11054 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11055
11056 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11057
11058 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11059 only matches in the right place.
11060 (org-upcoming-deadline): New face.
11061 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11062 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11063 and make it an option.
11064 (org-export-ascii-bullets): New option.
11065 (org-export-as-html): Many changes to emit valid XHTML.
11066 (org-par-open): New variable.
11067 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11068 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11069 (org-timeline): Pass `org-timeline-show-empty-dates' to
11070 `org-get-all-dates'. Interpret empty dates returned by
11071 `org-get-all-dates'.
11072 (org-get-all-dates): New argument EMPTY. Add dates without
11073 entries to the list, mark large ranges of empty dates.
11074 (org-point-in-group, org-context): New functions.
11075
11076 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11077
11078 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11079
11080 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11081 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11082 to C-mouse-3 (for 2 button mice).
11083 (gdb-send): Do the right thing for C-d.
11084
11085 * speedbar.el (speedbar-detach): Delete.
11086 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11087 it breaks things.
11088 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11089
11090 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11091
11092 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11093 Makeppfile.
11094
11095 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11096 Add makepp diagnostic.
11097
11098 2006-05-29 Richard Stallman <rms@gnu.org>
11099
11100 * window.el (fit-window-to-buffer): Doc fix.
11101
11102 * help.el (temp-buffer-max-height): Doc fix.
11103
11104 * subr.el (with-current-buffer): Doc fix.
11105
11106 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11107
11108 * term/x-win.el: Bind F10 to menu-bar-start if available.
11109
11110 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11111
11112 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11113 uses with a simple test.
11114 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11115 (term-send-raw-string, term-send-raw, term-mouse-paste)
11116 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11117 (term-handle-exit, term-read-input-ring)
11118 (term-previous-matching-input-string)
11119 (term-previous-matching-input-string-position)
11120 (term-previous-matching-input-from-input)
11121 (term-replace-by-expanded-history, term-send-input)
11122 (term-skip-prompt, term-bol, term-send-invisible)
11123 (term-kill-input, term-delchar-or-maybe-eof)
11124 (term-backward-matching-input, term-check-source)
11125 (term-proc-query, term-emulate-terminal)
11126 (term-handle-colors-array, term-process-pager, term-pager-line)
11127 (term-pager-bob, term-unwrap-line, term-word)
11128 (term-dynamic-complete-filename)
11129 (term-dynamic-complete-as-filename)
11130 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11131 unlesses.
11132
11133 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11136 during bootstrapping.
11137
11138 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11139 Basically undo the change of 2006-05-26: use extra arguments instead of
11140 dynamic scoping.
11141 (ewoc-locate): Remove unused var `footer'.
11142
11143 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11146
11147 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11148 (generate-file-autoloads): Obey it. Return whether autoloads were
11149 added at point or not.
11150 (update-file-autoloads): Use this new return value.
11151 Remove redundant test for the presence of an autoload cookie.
11152
11153 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11154 This one calls hack-local-variables.
11155 (generate-file-autoloads, update-file-autoloads): Use it.
11156
11157 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11158 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11159 (bibtex-sort-entry-class-alist): Don't set the global value.
11160 (bibtex-init-sort-entry-class-alist): New fun.
11161 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11162 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11163 of bibtex-init-sort-entry-class.
11164
11165 2006-05-28 Richard Stallman <rms@gnu.org>
11166
11167 * subr.el (load-history-regexp): If FILE is relative, insist
11168 entire last name component must match it.
11169 (load-history-filename-element, load-history-regexp): Doc fixes.
11170
11171 2006-05-29 Kim F. Storm <storm@cua.dk>
11172
11173 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11174 `pos' and `raw-data' for clarity, as eval forms may access these.
11175
11176 2006-05-28 Kim F. Storm <storm@cua.dk>
11177
11178 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11179
11180 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11181
11182 * progmodes/make-mode.el (makefile-browser-map)
11183 (makefile-mode-syntax-table): Move initialization inside declaration.
11184 (makefile-fill-paragraph): Use the default comment-filling code.
11185
11186 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11187
11188 * replace.el (query-replace-defaults): New variable.
11189 (query-replace-read-from): Use `query-replace-defaults' for
11190 default value, instead of history list.
11191 (query-replace-read-to): Update `query-replace-defaults'.
11192
11193 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11196 with no X toolkit.
11197
11198 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11199
11200 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11201 (tumme-show-all-from-dir): Add autoload.
11202
11203 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11204
11205 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11206 (tumme-remove-tag): Fix bug.
11207
11208 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11209
11210 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11211 FOOTER args. Update unique caller.
11212 (ewoc-delete): Compute last node once before looping.
11213 (ewoc--node-branch): Merge into unique caller.
11214 (ewoc--node): Don't define constructor make-ewoc--node for this
11215 structure.
11216 (ewoc): Add member `hf-pp' to this structure.
11217 (ewoc--wrap): New func.
11218 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11219 header/footer pretty-printers. Save header/footer pretty-printer.
11220 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11221
11222 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11223
11224 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11225
11226 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11227 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11228 Tag'. Change "Compare directories..." to "Change Directories...".
11229 Move tumme commands to Operate, Regexp and Immediate menus.
11230 Change "Add Comment" to "Add Image Comment". Change "Add Image
11231 Tag" to "Add Image Tags".
11232
11233 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11234 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11235 `tumme-delete-tag'.
11236
11237 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11238
11239 * shell.el (shell-mode): Call shell-dirtrack-mode after
11240 list-buffers-directory is made a local variable, to avoid setting
11241 the default value.
11242
11243 2006-05-26 Kevin Ryde <user42@zip.com.au>
11244
11245 * info.el (Info-index-next): Use where-is-internal to report
11246 actual binding of Info-index-next, rather than hard-coded `,'.
11247
11248 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11249
11250 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11251 and "Find Command in Manual" to here.
11252
11253 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11254 Info-current-file as the file name.
11255
11256 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11257
11258 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11259 overrides will now be done a different way.
11260 (ses-set-parameter): Reapply this function for undo.
11261 (ses-set-header-row): Reconstruct header row during undo.
11262 (ses-widen): New function.
11263 (ses-goto-data, ses-reconstruct-all): Use new function.
11264 (ses-command-hook): Widen buffer during undo, before unupdating
11265 the cells.
11266 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11267 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11268 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11269 formula hasn't been executed yet.
11270
11271 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11272
11273 * comint.el (comint-kill-whole-line): Rename arg to count.
11274 Fix doc string.
11275
11276 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11279 to copy-file.
11280
11281 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11282
11283 * simple.el (toggle-truncate-lines): Make arg optional for
11284 backward compatibility.
11285
11286 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11287
11288 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11289 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11290 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11291 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11292 (ewoc--adjust): Use ewoc--current-dll.
11293 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11294
11295 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11296
11297 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11298 compact error message.
11299 (org-tags-view): Refresh category table in each file.
11300 (org-table-justify-field-maybe): Remove superfluous arguments to
11301 `format'.
11302 (org-export-as-html): Insert "<p>" before postamble.
11303 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11304
11305 2006-05-26 Kenichi Handa <handa@m17n.org>
11306
11307 * textmodes/po.el (po-find-charset): Pay attention to the case
11308 FILENAME is a cons (NAME . BUFFER).
11309 (po-find-file-coding-system-guts): Likewise.
11310
11311 * arc-mode.el (archive-set-buffer-as-visiting-file):
11312 Call find-operation-coding-system with (FILENAME . BUFFER).
11313
11314 * tar-mode.el (tar-extract): Call find-operation-coding-system
11315 with (FILENAME . BUFFER).
11316
11317 * international/mule.el (decode-coding-inserted-region):
11318 Call find-operation-coding-system with (FILENAME . BUFFER).
11319
11320 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11321
11322 * image-mode.el (image-toggle-display): Use buffer contents to
11323 generate image for a remote file.
11324
11325 2006-05-25 Juri Linkov <juri@jurta.org>
11326
11327 * replace.el (query-replace-read-from, query-replace-read-to):
11328 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11329
11330 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11331
11332 * whitespace.el (whitespace-cleanup): Change to cleanup
11333 region if one is active.
11334 * whitespace.el (whitespace-cleanup-internal): New internal method.
11335
11336 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11337
11338 * dired.el (dired-mode-map): Add help-echo strings to tumme
11339 commands. Bind `tumme-dired-display-image' to C-t i.
11340
11341 * tumme.el (tumme-display-image): Change documentation string slightly.
11342 (tumme-dired-display-image): Add call to `display-buffer'.
11343
11344 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11345
11346 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11347 Signal error if RAW-DATA is a multibyte string.
11348
11349 2006-05-24 Richard Stallman <rms@gnu.org>
11350
11351 * subr.el (with-local-quit): When handling `quit' signal,
11352 make a chance for quit-flag to cause a quit.
11353
11354 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11355 (ad-disable-advice): Add autoloads.
11356
11357 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11358
11359 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11360
11361 * dired.el (dired-mode-map): Change menu items for tumme as per
11362 suggestions in emacs-devel.
11363
11364 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11365
11366 * dired.el (dired-mode-map): Fix breakage.
11367
11368 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11369
11370 * tumme.el (tumme-display-dired-image): Rename to...
11371 (tumme-dired-display-image): ...this.
11372 (tumme-track-movement): Change default value to t.
11373 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11374 used from `tumme-next-line-and-display' and similar commands.
11375
11376 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11377 Immediate menu. Add some tumme commands there.
11378
11379 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11380
11381 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11382
11383 2006-05-24 Chong Yidong <cyd@mit.edu>
11384
11385 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11386 menu entries that open submenus.
11387
11388 2006-05-24 Alan Mackenzie <acm@muc.de>
11389
11390 * startup.el (command-line): For names of preloaded files, don't
11391 append ".elc" (now done in Fload), and call file-truename on the
11392 lisp directory.
11393
11394 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11395 match ANY loaded file with the right name, not just those in
11396 load-path. Put a regexp matching the file name into
11397 after-load-alist, rather than the name itself.
11398
11399 * subr.el (load-history-regexp, load-history-filename-element)
11400 (do-after-load-evaluation): New functions.
11401
11402 * international/mule.el (load-with-code-conversion): Do the
11403 eval-after-load stuff by calling do-after-load-evaluation.
11404
11405 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11406
11407 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11408 has not been killed.
11409
11410 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11411
11412 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11413 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11414 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11415 Optionally set error message in reply.
11416
11417 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11418
11419 * textmodes/org.el (org-open-at-point): Use renamed variable
11420 `org-confirm-shell-link-function'.
11421 (org-confirm-shell-link-function): Rename from
11422 `org-confirm-shell-links'.
11423 (org-export-directory): New function.
11424 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11425 (org-export-icalendar): Use `org-export-directory'.
11426 (org-indent-item): Keep cursor position.
11427 (org-link-file-path-type): New option.
11428 (org-export-as-html): Fix bug with plain lists starting in
11429 column 0.
11430 (org-export-as-html): Remove deadline formatting, this happens
11431 now already in `org-html-handle-time-stamps'.
11432 (org-export-html-style): Deadline class removed.
11433 (org-insert-labeled-timestamps-at-point): New option.
11434 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11435 of `hide-sublevels 1', in case the first headline is not level 1.
11436 (org-overview, org-content): New fuction.
11437 (org-cycle-global-status, org-cycle-subtree-status): Make these
11438 variables buffer-local.
11439 (org-global-cycle): New command.
11440 (org-shifttab): Use `org-global-cycle'.
11441 (org-insert-heading, org-insert-item): Go to end of new
11442 headline/item after creating it.
11443 (org-export-visible): Rename from `org-export-copy-visible'.
11444 Now creates a temporary org-file and applies an exporting command
11445 to it.
11446 (org-table-eval-formula): Support for lisp forms.
11447 (org-agenda-todo-ignore-scheduled): New option.
11448 (org-agenda-get-todos): Use new option
11449 `org-agenda-todo-ignore-scheduled'.
11450 (org-export-html-inline-images): New value `maybe'.
11451 (org-export-as-html): Inlining of images dependent on link description.
11452 (org-archive-subtree): Check for end-of-buffer before trying
11453 `kill-line'.
11454 (org-agenda-follow-mode): New option.
11455 (org-export-with-tags, org-export-with-timestamps): New options.
11456 (org-html-handle-time-stamps): New function.
11457 (org-keyword-time-regexp): New variable.
11458 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11459 (org-agenda-todo-list-sublevels): New option.
11460 (org-html-level-start): When TITLE is nil, just close all levels.
11461 (org-parse-key-lines, org-parse-export-options): Remove functions,
11462 replaced by `org-infile-export-plist'.
11463 (org-combine-plists, org-infile-export-plist)
11464 (org-default-export-plist): New functions.
11465 (org-export-html-preamble, org-export-html-postamble)
11466 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11467 New variables.
11468 (org-export-publishing-directory): New option.
11469 (org-export-as-html, org-export-as-ascii): Use the new property
11470 lists for settings.
11471 (org-export-copy-visible, org-export-as-xoxo):
11472 Respect `org-export-publishing-directory'.
11473 (org-link-search, org-store-link, org-file-apps): Support for
11474 links to BibTeX database entries..
11475 (org-get-current-options, org-set-regexps-and-options):
11476 Implement logging as a startup option.
11477 (org-store-link): Make sure context string is never empty
11478 (org-insert-link): Use relative path when possible.
11479 (org-at-item-checklet-p): New function.
11480 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11481 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11482 (org-metaright, org-metaup, org-metadown, org-shiftup)
11483 (org-shiftdown, org-shiftright, org-shiftleft)
11484 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11485 Dispatch using `call-interactively'.
11486 (org-call-with-arg): New defsubst.
11487 (org-tag-alist, org-use-fast-tag-selection): New options.
11488 (org-complete): Use `org-tag-alist'.
11489 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11490 (org-next-item, org-previous-item): New commands.
11491 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11492 make command.
11493 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11494
11495 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11496
11497 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11498 (ewoc-filter): Use `ewoc-delete'.
11499
11500 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11501
11502 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11505 Signal more user-friendly error messages.
11506
11507 * complete.el (PC-do-completion): Undo the addition of implicit
11508 wildcards if they did not lead to finding any match.
11509 (read-file-name-internal): Don't add the final > if the completion is
11510 not finished.
11511
11512 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11513
11514 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11515 Quote safe-local-variable predicate.
11516
11517 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11518
11519 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11520
11521 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11522
11523 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11524
11525 * progmodes/make-mode.el (makefile-special-targets-list)
11526 (makefile-macro-table, makefile-target-table): Mark as risky.
11527 (makefile-query-one-target-method): Make this the alias for the
11528 following variable.
11529 (makefile-query-one-target-method-function): Make this the real name.
11530
11531 * textmodes/artist.el (artist-text-renderer): Make this the alias
11532 for the following variable.
11533 (artist-text-renderer-function): Make this the real name.
11534
11535 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11536 the alias for the following variable.
11537 (flyspell-generic-check-word-predicate): Make this the real name.
11538
11539 * textmodes/ispell.el (ispell-format-word): Make this the alias
11540 for the following variable.
11541 (ispell-format-word-function): Make this the real name.
11542 (ispell-message-text-end): Mark as risky.
11543
11544 * skeleton.el (skeleton-transformation, skeleton-filter)
11545 (skeleton-pair-filter): Make these the aliases for the following
11546 variables.
11547 (skeleton-transformation-function, skeleton-filter-function)
11548 (skeleton-pair-filter-function): Make these the real names.
11549
11550 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11551 and skeleton-pair-filter-function.
11552
11553 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11554 alias for the following variable.
11555 (sgml-transformation-function): Make this the real name.
11556 (sgml-tag-alist): Mark as risky.
11557
11558 2006-05-21 Richard Stallman <rms@gnu.org>
11559
11560 * simple.el (kill-region): Interactively, pass point, then mark.
11561
11562 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11563
11564 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11565
11566 2006-05-21 Romain Francoise <romain@orebokech.com>
11567
11568 * dired-x.el (dired-mode-map): Don't bind M-g.
11569
11570 2006-05-20 Richard Stallman <rms@gnu.org>
11571
11572 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11573 (dired-goto-file): Doc fix.
11574
11575 2006-05-21 Kim F. Storm <storm@cua.dk>
11576
11577 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11578 way to enable built-in cua-mode if user loads older CUA-mode package.
11579
11580 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11581 if default-filename is specified.
11582
11583 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11584
11585 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11586
11587 * info.el (info-apropos): Make sure current-file and current-node
11588 have non-nil values. Speed up by using add-to-list instead of
11589 manual consing.
11590
11591 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11592
11593 * progmodes/make-mode.el (makefile-mode): Doc fix.
11594
11595 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11596
11597 * dired-aux.el (dired-do-shell-command): Doc fix.
11598
11599 2006-05-20 Kevin Ryde <user42@zip.com.au>
11600
11601 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11602 ``(custom-manual :tag "Foo" "(foo)Node")''.
11603
11604 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11605
11606 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11607 value is an integer.
11608
11609 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11610
11611 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11612 "format".
11613 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11614
11615 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11616
11617 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11618 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11619
11620 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11623 regexp for keywords.
11624
11625 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11626
11627 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11628 replace-regexp-in-string.
11629
11630 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11631 encode, and escape file name on conversion to URL.
11632
11633 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11634
11635 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11636 Don't unescape URL.
11637 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11638
11639 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11640 on conversion to URLs.
11641
11642 * net/browse-url.el (browse-url-file-url): Encode file name on
11643 conversion to URL.
11644
11645 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11646 conversion to URL.
11647
11648 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11649
11650 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11651
11652 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11653
11654 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11655 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11656
11657 2006-05-19 Glenn Morris <rgm@gnu.org>
11658
11659 * calendar/diary-lib.el (diary-bahai-date)
11660 (list-bahai-diary-entries, mark-bahai-diary-entries)
11661 (mark-bahai-calendar-date-pattern): Not interactive.
11662 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11663 (diary-entries-list): Change format of 4th element in each entry.
11664 (diary-list-entries): Use add-to-diary-list.
11665 (diary-goto-entry): Handle the case where the buffer visiting the
11666 diary has been killed.
11667 (fancy-diary-display): Add 'locator to button rather than 'marker.
11668 Only generate temp-face when there are marks to apply.
11669 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11670 (diary-fancy-date-pattern): New variable.
11671 (diary-time-regexp): Doc fix.
11672 (diary-anniversary, diary-time): New faces.
11673 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11674 diary-time-regexp. Add font-lock-multiline property where needed.
11675 Use new faces diary-anniversary and diary-time.
11676 (diary-fancy-font-lock-fontify-region-function): New function, to
11677 handle multiline font-lock pattern in fancy diary.
11678 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11679 (diary-font-lock-keywords): Tweak time regexp. Use new face
11680 diary-time.
11681
11682 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11683
11684 * international/code-pages.el (mik): Table corrected.
11685
11686 2006-05-18 Kim F. Storm <storm@cua.dk>
11687
11688 * progmodes/grep.el (grep-find): Don't check grep-find-command
11689 before running command (breaks non-interactive usage).
11690
11691 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11692
11693 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11694 (ewoc--insert-new-node): Don't insert trailing newline.
11695 Instead, adjust successor nodes's start markers.
11696 (ewoc--refresh-node): Delete all text from current node's start
11697 marker to the next one's; adjust successor nodes's start markers.
11698 (ewoc--create): Doc fixes.
11699 (ewoc--refresh): Don't insert newline.
11700 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11701 * pcvs.el (cvs-make-cvs-buffer):
11702 Specify extra newline for ewoc's header and footer.
11703 (cvs-update-header): Update initial header recognition.
11704 Append newline to final header and footer values.
11705 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11706
11707 2006-05-17 Richard Stallman <rms@gnu.org>
11708
11709 * files.el (file-name-extension): Doc fix.
11710
11711 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11714 we can explicitly enable/disable rather than toggle.
11715 (shell-mode): Use it.
11716 (shell-cd): Don't try to reproduce what `cd' does.
11717
11718 2006-05-17 Kim F. Storm <storm@cua.dk>
11719
11720 * ido.el (ido-read-internal): Use only nondirectory part of
11721 default item.
11722
11723 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11724
11725 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11726 (ewoc-nth): Doc fix.
11727
11728 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11729
11730 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11731
11732 * international/mule.el (auto-coding-alist): Add .lha to files
11733 read with no-conversion.
11734
11735 * files.el (auto-mode-alist): Add .lha files to archive file
11736 extensions.
11737
11738 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11739 Convert csize to integer when computing offsets within the
11740 compressed archive file.
11741
11742 2006-05-16 Kim F. Storm <storm@cua.dk>
11743
11744 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11745 with read-from-minibuffer.
11746
11747 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11748
11749 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11750 (byte-compile-warnings): Fix safe-local-variable property.
11751
11752 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11753
11754 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11755 (allout-stylish-prefixes, allout-numbered-bullet)
11756 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11757 predicates to qualify `safe-local-variable' property, when
11758 available, else use equivalent lambda.
11759 (allout-current-topic-collapsed-p): Do the right thing regarding
11760 trailing blank lines.
11761
11762 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * server.el (server-start): Only create a directory if needed.
11765 (server-edit, server-unload-hook): server-start => server-mode.
11766 (kill-emacs-hook): Cleanup upon exit.
11767
11768 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11769
11770 * hexl.el (hexlify-buffer): Encode process arguments manually.
11771
11772 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11773
11774 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11775 call to gdb-tooltip-print.
11776
11777 2006-05-15 Romain Francoise <romain@orebokech.com>
11778
11779 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11780 systems, default to "tar" since those systems probably have GNU tar.
11781
11782 2006-05-14 Lars Hansen <larsh@soem.dk>
11783
11784 * desktop.el (desktop-missing-file-warning): Fix docstring.
11785 (desktop-restore-file-buffer): Correct question asked on missing file.
11786
11787 2006-05-14 Kim F. Storm <storm@cua.dk>
11788
11789 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11790 Add CUA move property.
11791
11792 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11793
11794 * custom.el (custom-push-theme): Load the variable before checking
11795 its `standard-value'.
11796
11797 2006-05-13 Lars Hansen <larsh@soem.dk>
11798
11799 * desktop.el (desktop-save): Use with-temp-buffer.
11800
11801 2006-05-12 Glenn Morris <rgm@gnu.org>
11802
11803 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11804 * calendar/calendar.el (calendar-mode-map):
11805 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11806 * calendar/appt.el (appt-check, appt-make-list): Refer to
11807 diary-view-entries, diary-list-entries, diary-show-all-entries
11808 rather than obsolete aliases.
11809
11810 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11811
11812 * simple.el (line-move-finish): Avoid calling point motion hooks
11813 while processing intangibility.
11814
11815 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11816
11817 * term/xterm.el (terminal-init-xterm): Fix typo.
11818
11819 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11820
11821 * allout.el (allout-view-change-hook): Mark as being deprecated,
11822 to be replaced by `allout-exposure-change-hook'.
11823 (allout-exposure-change-hook): New, replacing
11824 `allout-view-change-hook'.
11825 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11826 in addition to `allout-view-change-hook'.
11827 (allout-show-bodies, allout-old-style-prefixes)
11828 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11829 lambda forms to prevent their showing up in variable help
11830 presentations as inscrutable byte-compiled code.
11831 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11832 Use string-or-null-p to qualify safe-local-variable values.
11833 (allout-reindent-bodies): Use memq to qualify matches against
11834 valid safe-local-variable values. Also, quote the lambda as above.
11835 (allout-use-mode-specific-leader): Add missing candidate-value
11836 symbols, use memq, and quote the lambda.
11837 (allout-overlay-interior-modification-handler): Remove unused
11838 variables `msg' and 'opened'.
11839 (allout-hidden-p): Constrain invisibility consideration to allout's
11840 invisibility spec, disregarding invisibility for other reasons.
11841
11842 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11843
11844 * files.el (version-control): Correct safe values.
11845
11846 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11847
11848 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11849
11850 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11851 (ewoc--insert-new-node): New func.
11852 Update callers of deleted funcs to use it, instead.
11853
11854 2006-05-11 Glenn Morris <rgm@gnu.org>
11855
11856 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11857 obsolete alias `show-all-diary-entries'.
11858 (make-diary-entry): Not interactive.
11859 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11860 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11861 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11862 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11863 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11864 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11865
11866 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11867
11868 * calendar/calendar.el (calendar-french-date-string)
11869 (calendar-mayan-date-string, calendar-chinese-date-string)
11870 (calendar-astro-date-string, calendar-iso-date-string)
11871 (calendar-islamic-date-string, calendar-bahai-date-string)
11872 (calendar-hebrew-date-string, calendar-coptic-date-string)
11873 (calendar-ethiopic-date-string, calendar-persian-date-string):
11874 These functions are not interactive.
11875
11876 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11877
11878 * files.el: Balance parentheses.
11879
11880 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11881
11882 * files.el, newcomment.el, outline.el, simple.el,
11883 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11884 * progmodes/cc-vars.el, progmodes/compile.el:
11885 Move `safe-local-variable' declarations to the respective files.
11886
11887 * help-fns.el (describe-variable): Don't print safe-var if it is
11888 byte-code. Improve wording as suggested by Luc Teirlinck.
11889
11890 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11891
11892 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11893 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11894 Use a token for pending-triggers to ensure gdb-var-update
11895 gets called once per user input again for pre-GDB 6.4.
11896 (gdb-var-delete): Match on more complex expressions.
11897 (gdb-var-list-children-handler, gdb-var-create-handler):
11898 Use a token for consistency.
11899
11900 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
11901
11902 * textmodes/org.el (org-read-date, org-goto-calendar)
11903 (org-agenda-goto-calendar):
11904 Bind `view-calendar-holidays-initially' to nil.
11905
11906 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
11907
11908 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11909 Update all callers to do it there, instead.
11910
11911 2006-05-10 Glenn Morris <rgm@gnu.org>
11912
11913 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11914 prefix arg case, to avoid view-diary-entries-initially error.
11915 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11916 (calendar-date-is-legal-p): Handle dates with no day part.
11917
11918 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11919
11920 * comint.el (comint-insert-input): Just make it when
11921 comint-use-prompt regexp is nil (default) and with the mouse.
11922 (comint-copy-old-input): Reinstate from 2004-06-23.
11923 (comint-mode-map): Bind C-c C-m to it.
11924
11925 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
11926
11927 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11928 Remove spurious move to point-max (new comint behavior fixes).
11929
11930 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11931 compatibility function (Emacs 18/19).
11932 (idlwave-is-continuation-line): Always return point at start of
11933 previous non-blank continuation line.
11934 (keyword-parameters): Fix continued comment font-lock matcher.
11935 (idlwave-font-lock-fontify-region): Written, use as
11936 font-lock-fontify-region-function, to fix continued keyword
11937 fontification issues.
11938
11939 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11940
11941 * term/mac-win.el (mac-font-panel-mode): Doc fix.
11942 (mac-service-selection, mac-service-open-file)
11943 (mac-service-open-selection, mac-service-mail-selection)
11944 (mac-service-mail-to, mac-service-insert-text): Rename from
11945 mac-services-*. All uses changed.
11946 (mac-apple-event-map): Rename event symbol `services' to `service'.
11947
11948 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
11949
11950 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11951 (ewoc--node-enter-first, ewoc--node-enter-last)
11952 (ewoc--delete-node-internal): Merge funcs into unique callers.
11953
11954 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
11955
11956 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11957 return value of read-from-minibuffer for empty input.
11958
11959 2006-05-09 Miles Bader <miles@gnu.org>
11960
11961 * comint.el (comint-insert-input): Remove redundant calls to setq
11962 and goto-char.
11963
11964 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
11965
11966 * comint.el (comint-insert-input): Make it work when
11967 comint-use-prompt-regexp is t.
11968
11969 2006-05-10 Miles Bader <miles@gnu.org>
11970
11971 * subr.el (field-at-pos): New function.
11972
11973 * comint.el (comint-insert-input): Use it.
11974
11975 2006-05-09 Juri Linkov <juri@jurta.org>
11976
11977 * battery.el (battery-linux-proc-acpi): Also try
11978 `/proc/acpi/thermal_zone/THR2/temperature'.
11979
11980 * files.el <safe-local-variable>: Remove `eval' and `let' binding
11981 for now unused lambda `string-or-null'.
11982
11983 * add-log.el (change-log-default-name): Put `string-or-null-p'
11984 instead of lambda on `safe-local-variable' property.
11985
11986 * diff-mode.el (diff-context->unified): Use `region-beginning' and
11987 `region-end' instead of `mark' and `point'.
11988 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11989 Operate on region in Transient Mark mode when the mark is active.
11990 Use `region-beginning' and `region-end' instead of `mark' and
11991 `point'.
11992 (diff-hunk-text, diff-goto-source): Doc fix.
11993
11994 * startup.el (fancy-splash-screens, normal-splash-screen): Use
11995 face `mode-line-buffer-id' for mode-line buffer face instead of
11996 hard-coded `(:weight bold)'.
11997
11998 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11999 buffer-undo-list to t (undo-ask is reproducible by visiting
12000 nested archives).
12001
12002 2006-05-09 Kim F. Storm <storm@cua.dk>
12003
12004 * progmodes/grep.el (rgrep): Set default directory of *grep*
12005 buffer if we start M-x rgrep in the *grep* buffer and choose
12006 a different base directory.
12007
12008 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12009
12010 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12011 completion also when ido is loaded.
12012
12013 2006-05-09 Masatake YAMATO <jet@gyve.org>
12014
12015 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12016 "warning" and "import".
12017 (cpp-font-lock-keywords): Added "warning".
12018
12019 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12020
12021 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12022
12023 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12026 pages at a time, if we signal the end, we should indeed reach that end.
12027
12028 2006-05-08 David Reitter <david.reitter@gmail.com>
12029
12030 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12031 output during execution of the body.
12032
12033 2006-05-08 Kim F. Storm <storm@cua.dk>
12034
12035 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12036
12037 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12038
12039 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12040 Use with-current-buffer.
12041
12042 2006-05-07 Kim F. Storm <storm@cua.dk>
12043
12044 * subr.el (add-to-history): Remove keep-dups arg.
12045
12046 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12047 to nil around call to add-to-history.
12048
12049 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12052 than after a buffer modification.
12053
12054 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12055
12056 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12057 call to...
12058 (gud-watch): ...here so speedbar is raised for already watched
12059 expressions.
12060 (gdb-speedbar-refresh): Delete function.
12061 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12062 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12063 earlier change).
12064 (gdb-var-evaluate-expression-handler)
12065 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12066
12067 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12068 Update localized contents for all buffers except ignored modes.
12069
12070 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12071
12072 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12073 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12074 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12075 (mac-handle-font-panel-closed, mac-handle-font-selection):
12076 New functions.
12077 (mac-font-panel-mode): New minor mode.
12078 (mac-apple-event-map): Add bindings for toolbar toggle button and
12079 font panel.
12080 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12081
12082 2006-05-07 John Paul Wallington <jpw@pobox.com>
12083
12084 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12085 Avoid `regexp-opt'; simplify regexp for readability.
12086
12087 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12088
12089 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12090 * files.el (buffer-stale-function):
12091 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12092 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12093 links to the main manual, not to emacs-xtra.
12094
12095 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12096
12097 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12098 MacJapanese if text is ASCII-only.
12099
12100 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12101
12102 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12103 unless so nil isn't returned.
12104 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12105
12106 2006-05-06 Kim F. Storm <storm@cua.dk>
12107
12108 * subr.el (add-to-history): New function.
12109
12110 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12111 (ediff-merge-files-with-ancestor):
12112 * env.el (setenv):
12113 * isearch.el (isearch-update-ring):
12114 * server.el (server-visit-files):
12115 * progmodes/grep.el (lgrep, rgrep):
12116 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12117 * progmodes/xscheme.el (xscheme-insert-expression):
12118 Use add-to-history.
12119
12120 * kmacro.el (kmacro-push-ring): Use add-to-history.
12121 (kmacro-ring-length): Remove unused defun.
12122 (kmacro-start-macro): Use kmacro-push-ring.
12123
12124 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12125
12126 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12127 directly instead of a lambda expression that calls it.
12128
12129 2006-05-06 Kim F. Storm <storm@cua.dk>
12130
12131 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12132 instead of compute-motion.
12133
12134 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12135
12136 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12137 change.
12138
12139 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12140
12141 * startup.el (command-line-1): Refer to "Pure Storage" on
12142 pure-space-overflow.
12143
12144 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12145
12146 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12147 provided faces once they all have been used up.
12148
12149 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12150
12151 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12152 reference to the Lisp manual to the warning about pure space
12153 overflow.
12154
12155 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12156
12157 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12158 argument to avoid the call to `ispell-internal-change-dictionary'
12159 when not needed.
12160 (ispell-change-dictionary): Use this argument and call
12161 `ispell-internal-change-dictionary' after the possible change
12162 to `ispell-local-dictionary'.
12163 (ispell-internal-change-dictionary): Check for a change in
12164 personal dictionary use too.
12165
12166 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12167
12168 * startup.el (command-line): On MS-Windows, probe "~", not
12169 "~USER", for warning about non-existent home directory.
12170
12171 * arc-mode.el (archive-l-e): New optional argument `float' means
12172 generate a float value.
12173 (archive-arc-summarize, archive-lzh-summarize)
12174 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12175 with 3rd argument non-nil when file's size is being computed.
12176 Format the file sizes with %8.0f instead of %8d.
12177
12178 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12179
12180 * cus-start.el (all): Add mac-dnd-known-types.
12181
12182 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12183 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12184 (mac-TIFF-to-string): New functions.
12185 (x-get-selection, x-selection-value)
12186 (mac-select-convert-to-string): Use them.
12187 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12188 (mac-dnd-types-alist): New customization variable.
12189 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12190 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12191 (mac-dnd-handle-drag-n-drop-event): New functions.
12192 (mac-drag-n-drop): Remove function.
12193 (global-map): Bind drag-n-drop and M-drag-n-drop to
12194 mac-dnd-handle-drag-n-drop-event.
12195
12196 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12197
12198 * progmodes/perl-mode.el (perl-beginning-of-function):
12199 Skip anonymous subs.
12200
12201 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12202
12203 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12204 regexp-opt at run time.
12205
12206 * term.el (term-handle-ansi-escape): Fix off by one error.
12207
12208 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12209
12210 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12211 (gdb-init-1, gdb-post-prompt): ...and references to it.
12212 (gdb-frame-handler): Strip directory name from filename if present.
12213
12214 * progmodes/gud.el (gdb-force-update): Delete defvar
12215 (gud-speedbar-buttons): ...and references to it. Use window-start
12216 to try to keep positon in watch expression.
12217
12218 2006-05-03 Richard Stallman <rms@gnu.org>
12219
12220 * simple.el (next-history-element, previous-history-element): Doc fix.
12221
12222 * isearch.el (isearch-update-ring): Doc fix.
12223
12224 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12225
12226 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12227 into consideration. Replace one arm ifs with whens.
12228
12229 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12230
12231 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12232 (menu): Fix typo.
12233
12234 2006-05-02 Miles Bader <miles@gnu.org>
12235
12236 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12237
12238 2006-05-02 Jay Belanger <belanger@truman.edu>
12239
12240 * calc/calc-embed.el (calc-override-minor-modes-map)
12241 (calc-override-minor-modes): New variables.
12242 (calc-do-embedded): Make sure that Calc keystrokes aren't
12243 overwritten by minor modes.
12244
12245 2006-05-02 Chong Yidong <cyd@mit.edu>
12246
12247 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12248
12249 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12250
12251 * startup.el (command-line-1): Refer to Lisp manual when
12252 pure-space-overflow occurs.
12253
12254 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12255 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12256 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12257 (version-control): Don't use `t' for safe-local-variable declarations.
12258
12259 2006-05-01 Richard Stallman <rms@gnu.org>
12260
12261 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12262 M-r, M-R, M-A, M-SPC or M-DEL.
12263 (diff-mode-map): diff-refine-hunk now on C-c C-w
12264 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12265
12266 * help-mode.el (help-mode): view-exit-action calls delete-window
12267 only when it is safe and possible.
12268
12269 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12270 in messages.
12271
12272 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12273
12274 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12275 in the default tool-bar-map.
12276
12277 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12278
12279 * net/tramp.el (tramp-completion-file-name-handler-alist)
12280 (tramp-run-real-handler, tramp-completion-run-real-handler)
12281 (tramp-completion-handle-file-name-all-completions)
12282 (tramp-completion-handle-file-name-completion): Autoload them.
12283 (tramp-completion-handle-file-exists-p)
12284 (tramp-completion-handle-file-name-directory)
12285 (tramp-completion-handle-file-name-nondirectory)
12286 (tramp-completion-handle-expand-file-name): Remove them.
12287 (tramp-handle-file-name-directory): Return the real directory name.
12288 Returning "/" only doesn't need to be necessary any longer.
12289 (tramp-file-name-handler): Make special attention when in hostname
12290 completion mode.
12291 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12292 (tramp-register-file-name-handlers):
12293 Register `tramp-completion-file-name-handler' only when
12294 `partial-completion-mode' is enabled.
12295 (tramp-completion-handle-file-name-all-completions):
12296 Delete directory part from results.
12297 (tramp-get-completion-methods, tramp-get-completion-user-host):
12298 Discard deleting "/", it doesn't work after the change of
12299 `tramp-handle-file-name-directory' above.
12300
12301 2006-05-01 Kim F. Storm <storm@cua.dk>
12302
12303 * progmodes/grep.el (grep-expand-template): Use save-match-data
12304 and symbol-value.
12305
12306 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12307
12308 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12309 Use select-frame-set-input-focus instead of raise-frame.
12310 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12311
12312 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12313
12314 * progmodes/gud.el (gud-def): Add %c case.
12315 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12316 (gud-format-command): Make match case sensitive. Match on %F.
12317
12318 2006-04-30 Glenn Morris <rgm@gnu.org>
12319
12320 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12321 (cal-tex-preamble): Use cal-tex-preamble-extra.
12322 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12323 than alias `list-diary-entries'.
12324
12325 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12326
12327 * help-fns.el (describe-variable): Add info about safe local variables.
12328
12329 2006-04-29 Richard Stallman <rms@gnu.org>
12330
12331 * bindings.el (mode-line-format): help-echo doc fixes.
12332
12333 * net/tramp.el (tramp-file-name-handler-alist): Delete
12334 expand-file-name and other operations that can cause spurious loading.
12335
12336 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * files.el (safe-local-variable-p): Remove support for the special
12339 value t.
12340
12341 * textmodes/paragraphs.el (sentence-end-without-space):
12342 Fix safety predicate.
12343 (sentence-end-double-space, sentence-end-without-period)
12344 (paragraph-ignore-fill-prefix):
12345 * textmodes/fill.el (colon-double-space):
12346 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12347
12348 * subr.el (booleanp): New fun.
12349
12350 * textmodes/reftex-vars.el (reftex-guess-label-type):
12351 Tighten the safety predicate.
12352
12353 2006-04-28 Kim F. Storm <storm@cua.dk>
12354
12355 * progmodes/grep.el (defgroup grep): Doc fix.
12356 (grep-auto-highlight): Remove.
12357 (grep-template): New defcustom.
12358 (grep-find-template): Rename from grep-tree-template.
12359 (grep-files-aliases): Rename from grep-tree-files-aliases.
12360 Remove "all" alias, add "l" alias.
12361 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12362 (grep-find-ignored-directories): New defcustom to replace
12363 grep-tree-ignore-CVS-directories, to facilitate ignoring
12364 subdirectories for multiple version control systems.
12365 (grep-mode-map): Add Recursive grep item to GREP menu.
12366 (grep-regexp-history, grep-files-history): New defvars.
12367 (grep-probe): New helper function.
12368 (grep-compute-defaults): Use it to simplify code.
12369 Adapt to name changes.
12370 Use `.' as base in grep-find-template rather than <D>.
12371 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12372 Call grep-compute-defaults unconditionally.
12373 (grep-expand-keywords): New defconst.
12374 (grep-expand-template): Rename from grep-expand-command-macros.
12375 Simplify via grep-expand-keywords. Look at case-fold-search instead
12376 of grep-tree-ignore-case to add -i option.
12377 Bind case-fold-search to nil while matching keywords.
12378 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12379 (grep-read-regexp, grep-read-files): New helper functions.
12380 (rgrep): Rename from grep-tree. Rework to use proper histories.
12381 Adapt to changes in defcustoms and functions above.
12382 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12383
12384 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12385
12386 * net/tramp.el (tramp-completion-file-name-handler):
12387 Disable Tramp's functionality while loading Tramp itself.
12388 (tramp-register-file-name-handlers): That's a defsubst now.
12389 Code from `tramp-repair-jka-compr' moved here. Apply it via
12390 `after-init-hook'.
12391 (tramp-repair-jka-compr): Remove.
12392
12393 2006-04-27 Jay Belanger <belanger@truman.edu>
12394
12395 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12396 read expression when `math-read-big-expr' doesn't work.
12397
12398 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12399
12400 * startup.el (command-line-1): Display warning when
12401 pure-space-overflow is non-nil.
12402
12403 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12404
12405 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12406 risky.
12407
12408 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12409
12410 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12411 Return the URL or nil if none can be generated.
12412
12413 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12414
12415 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12416 byte compiler warnings.
12417 (gud-basic-call, gud-find-expr): Let user select an expression
12418 for printing. Print expression as well as value in GUD buffer.
12419
12420 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12421
12422 * allout.el: Remove local autoload declaration for
12423 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12424 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12425 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12426 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12427 (allout-stylish-prefixes, allout-numbered-bullet)
12428 (allout-file-xref-bullet, allout-presentation-padding)
12429 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12430 safe-local-variable with suitable value spec, and add autoload
12431 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12432 (move-beginning-of-line, move-end-of-line): Repair so these compat
12433 functions now actually resituate the point, when appropriate.
12434
12435 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12438
12439 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12440 (add-log-iso8601-time-string): Fix call to format-time-string.
12441
12442 2006-04-26 Kim F. Storm <storm@cua.dk>
12443
12444 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12445
12446 2006-04-26 Masatake YAMATO <jet@gyve.org>
12447
12448 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12449 Add support for "//" style comments. Remove `b' flag
12450 from ?* in `asm-mode-syntax-table'.
12451
12452 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * follow.el: Use (featurep 'xemacs) everywhere.
12455 (follow-mode): Use define-minor-mode.
12456 (follow-mode-map): Move initialization into the declaration.
12457 Use command remapping.
12458 (follow-emacs-version-xemacs-p): Remove.
12459 (follow-submit-feedback): Remove.
12460
12461 * allout.el (allout-layout, allout-passphrase-verifier-string)
12462 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12463
12464 * textmodes/reftex-vars.el (reftex-vref-is-default)
12465 (reftex-fref-is-default, reftex-guess-label-type):
12466 Tighten up a bit the safety predicate.
12467
12468 * textmodes/paragraphs.el (sentence-end-double-space)
12469 (sentence-end-without-period, sentence-end-without-space)
12470 (page-delimiter, paragraph-ignore-fill-prefix):
12471 Tighten up a bit the safety predicate.
12472
12473 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12474
12475 * progmodes/python.el (python-continuation-line-p)
12476 (python-beginning-of-statement): syntax-ppss may return
12477 a negative depth.
12478 (python-mode): Don't forcefully enable font-lock.
12479
12480 * time-stamp.el (time-stamp-start, time-stamp-end)
12481 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12482
12483 * add-log.el: Remove spurious * in docstrings.
12484 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12485 (add-change-log-entry): Use it here, since it's not specific
12486 to iso8601.
12487 (add-log-iso8601-time-string): Don't use it here any more.
12488 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12489
12490 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12491
12492 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12493
12494 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12495 (rcirc-toggle-low-priority): Doc fix.
12496 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12497 ChanServ regexp.
12498 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12499 #emacs.
12500 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12501 (rcirc-decode-coding-system): Use utf-8 as the default.
12502 (rcirc-multiline-minor-mode): Set the fill-column.
12503 (rcirc-format-response-string): Display bright and dim nicks.
12504 (rcirc-browse-url): Update interactive spec to fill ARG.
12505 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12506 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12507
12508 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12509
12510 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12511 case for @Article, etc.
12512
12513 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12514
12515 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12516 Added with autoload cookie.
12517 (tramp-unload-file-name-handlers): Rename from
12518 `tramp-unload-file-name-handler-alist'.
12519
12520 2006-04-23 Romain Francoise <romain@orebokech.com>
12521
12522 * comint.el (comint-match-partial-filename): Doc fix.
12523
12524 2006-04-21 Glenn Morris <rgm@gnu.org>
12525
12526 * calendar/cal-menu.el (calendar-mode-map): Refer to
12527 `diary-view-entries' rather than alias `view-diary-entries'.
12528 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12529
12530 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12531
12532 * progmodes/antlr-mode.el (antlr-default):
12533 * cus-edit.el (custom-documentation):
12534 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12535 in defface.
12536
12537 2006-04-21 Kim F. Storm <storm@cua.dk>
12538
12539 * image.el (image-type): New defun split out of create-image.
12540 (create-image): Use it.
12541
12542 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12543
12544 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12545 (org-open-at-point): Remove the "...done" message to keep output
12546 in the echo area visible.
12547 (org-export-as-xoxo): Fix call to `indent-region'.
12548
12549 2006-04-21 Kevin Ryde <user42@zip.com.au>
12550
12551 * international/mule.el (keyboard-coding-system): defcustom
12552 info-link fixes: "Specify Coding" has been split, keyboard now in
12553 "Terminal Coding", and "Single-Byte Character Support" is now
12554 "Unibyte Mode".
12555
12556 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12557
12558 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12559 Use font-lock-warning-face for any errors e.g. no stack.
12560 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12561
12562 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12563
12564 * progmodes/sh-script.el (sh-shell): Mark as safe.
12565
12566 * newcomment.el (comment-start, comment-start-skip)
12567 (comment-end-skip, comment-end): Mark as safe.
12568
12569 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12570
12571 * textmodes/org.el (org-deadline-announce): Face removed.
12572 (org-level-faces, org-n-levels): Convert to constant.
12573 (org-compatible-face): New function.
12574 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12575 (org-level-5, org-level-6, org-level-7, org-level-8)
12576 (org-special-keyword, org-warning, org-headline-done, org-link)
12577 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12578 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12579 Face definition revised for better color tty support.
12580 (org-bold-re, org-italic-re, org-underline-re): New constants.
12581 (org-set-font-lock-defaults): Use the new constants.
12582 (org-agenda-highlight-todo): New function.
12583 (org-agenda-todo): Fix bug with point at end of line.
12584 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12585 Fontify TODO keywords.
12586 (org-insert-link): Preserve relative path in ../ links.
12587 (org-export-as-html): Convert links pointing to .org files into
12588 links that will work beteen the exported HTML files.
12589 (org-todo-list): Fix bug when arg=0.
12590 (org-insert-heading): More fine-tuning.
12591
12592 2006-04-19 Romain Francoise <romain@orebokech.com>
12593
12594 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12595 from `rmail-mime-charset-pattern'.
12596
12597 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12598
12599 * progmodes/python.el (python-mode): Fix typo.
12600
12601 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12602
12603 * comint.el (comint-previous-input): Don't clobber input line
12604 when moving off either end of the input history ring.
12605 (comint-delete-input): New function, used by
12606 `comint-previous-input' and others.
12607 (comint-previous-matching-input):
12608 Use `coming-delete-input'. Save the partial input if leaving the
12609 edit line. Goto point-max before deleting input to avoid
12610 partial input fragments hanging around.
12611 (comint-restore-input): New function, used by `comint-previous-input'.
12612
12613 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12614
12615 * imenu.el (imenu--index-alist): Balance parentheses.
12616
12617 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12618
12619 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12620
12621 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12622
12623 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12624 file is nil.
12625
12626 2006-04-18 Richard Stallman <rms@gnu.org>
12627
12628 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12629
12630 * imenu.el (imenu-create-index-function, imenu--index-alist)
12631 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12632 (imenu-default-create-index-function, imenu--generic-function):
12633 Doc fixes.
12634
12635 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12636
12637 * help-mode.el (help-mode): Set view-exit-action to delete window.
12638
12639 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12640 now works by passing nil as arg.
12641
12642 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12643
12644 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12645 (read-abbrev-file): Provide default when reading filename.
12646
12647 * files.el (enable-local-variables): Allow :all as value.
12648 (hack-local-variables): Implement that value.
12649 (safe-local-variable-values, safe-local-eval-forms)
12650 (enable-local-variables): Mark as risky.
12651 (find-file-visit-truename, kept-old-versions): Mark safe.
12652
12653 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12654 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12655 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12656
12657 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12660 Use forward-line so as to get to BOL even in the presence of fields.
12661 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12662 in return.
12663 (inferior-tcl): Tell tclsh to work in interactive mode.
12664
12665 * complete.el (partial-completion-mode):
12666 Use 'choose-completion-string-functions to make sure that
12667 choose-completion fills the minibuffer properly.
12668
12669 * complete.el (PC-old-read-file-name-internal): Remove.
12670 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12671 of read-file-name-internal.
12672 (partial-completion-mode): Enable/disable this advice.
12673
12674 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12675
12676 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12677 of 2006-04-17.
12678
12679 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12680
12681 * textmodes/org.el (org-insert-heading): Insert heading before
12682 current if at beginning of line.
12683 (org-todo, org-date): New faces.
12684 (org-table-align): Make sure tooltip window contains full text.
12685 (org-no-properties): New defsubst.
12686 (org-set-font-lock-defaults): Use new faces.
12687
12688 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12689
12690 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12691 for root variables.
12692
12693 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12694 (gdb-frame-address): Re-use to identify frame for watch expression.
12695 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12696 variables.
12697 (gdb-init-1, gdb-source, gdb-post-prompt)
12698 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12699 (gdb-frame-handler): Get gdb-frame-address.
12700
12701 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12702
12703 Sync with Tramp 2.0.53.
12704
12705 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12706 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12707 (tramp-completion-file-name-handler): Add autoload cookie for
12708 adding to `file-name-handler-alist'.
12709
12710 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12711 the prompt. If it returns earlier (when detecting an error
12712 message), the rest of the output will merge accidently with the
12713 output of the next command. Reported by M Jared Finder
12714 <jared@hpalace.com>.
12715
12716 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12717 for `process-file', in order to let it work for older Emacsen too.
12718
12719 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12720
12721 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12722 (tex-font-lock-keywords-3): Use it.
12723
12724 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12725
12726 * newcomment.el (comment-add): New function.
12727 (comment-region-default, comment-dwim): Use it.
12728
12729 2006-04-15 Michael Olson <mwolson@gnu.org>
12730
12731 * emacs-lisp/tq.el: Improve comments.
12732 (tq-queue-head-question): New accessor function.
12733 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12734 Update for modified queue structure.
12735 (tq-queue-add): Accept `question' argument.
12736 (tq-queue-pop): If a question is pending, send it.
12737 (tq-enqueue): Accept new optional argument `delay-question'.
12738 If this is non-nil, and at least one other question is pending a
12739 response, queue the question rather than sending it immediately.
12740
12741 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12742
12743 * calendar/appt.el (appt-add): Check whether an appointment is
12744 already present in appt-time-msg-list. Simplify code.
12745
12746 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * progmodes/cc-langs.el (c-mode-menu):
12749 Don't presume c-subword-mode is bound.
12750
12751 2006-04-13 Bill Wohler <wohler@newt.com>
12752
12753 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12754 (customize-package-emacs-version): Use cdr instead of cadr now
12755 that alists use dotted pairs.
12756
12757 * custom.el (defcustom): Fix docstring for :package-version.
12758
12759 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12760
12761 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12762 (tramp-handle-shell-command): Display output buffer only when
12763 `tramp-display-shell-command-buffer' is true.
12764 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12765
12766 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12767
12768 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12769 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12770
12771 2006-04-13 Romain Francoise <romain@orebokech.com>
12772
12773 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12774 leaving temporary .cvsignore buffers behind.
12775
12776 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12777
12778 * textmodes/org.el (org-set-regexps-and-options)
12779 (org-get-current-options): Better names for the startup folding
12780 options.
12781
12782 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12783
12784 * vc.el (vc-annotate): Arrange for point to end up at the same
12785 line number as in the original, but only when using a new buffer.
12786
12787 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12788
12789 * files.el (hack-one-local-variable-eval-safep):
12790 Recognize `edebug-form-spec' for `put', but only if it passes
12791 `edebug-basic-spec'. Generalize `put' handling.
12792
12793 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12794 vetting file-local form specs.
12795
12796 * allout.el (allout-layout): Autoload its `safe-local-variable'
12797 property.
12798
12799 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12800
12801 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12802 (org-agenda-mouse-1-follows-link)
12803 (org-mouse-1-follows-link): New options.
12804 (org-format-agenda-item): Fix bug if TAGS is nil.
12805 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12806
12807 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12808
12809 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12810 GDB 6.1+ gives full filename for "info sources" so use
12811 file-name-nondirectory.
12812
12813 2006-04-12 Romain Francoise <romain@orebokech.com>
12814
12815 * subr.el (read-passwd): Bind `message-log-max' to nil.
12816
12817 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * progmodes/perl-mode.el (perl-indent-new-calculate):
12820 Recompute parse-start after jumping backward by a whole sexp.
12821
12822 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12825 window configuration.
12826 (vc-annotate-display-select): Select the buffer so that current-buffer
12827 (and selected-window) is the output buffer at the end of vc-annotate.
12828
12829 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12830
12831 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12832 8-color terminals, to use all of the colors in a sensible order.
12833 256-color terminals work well with the standard map.
12834 (vc-annotate-lines): Only strip the first color character if it
12835 is "#", to allow for terminal-style named colors.
12836 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12837 the correct buffer is scrolled.
12838
12839 2006-04-11 Richard Stallman <rms@gnu.org>
12840
12841 * emacs-lisp/bytecomp.el (byte-compile-file):
12842 Bind enable-local-variables to :safe, and make normal-mode obey it.
12843
12844 * files.el (enable-local-variables): Allow value :safe.
12845 (normal-mode): Doc fix.
12846 (hack-local-variables): Implement enable-local-variables = :safe.
12847 (hack-local-variables-confirm): Don't prevent quitting.
12848
12849 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12850
12851 * loadhist.el (unload-feature): A bit of sanity check of
12852 load-history entries. Cancel timer-vars before unbinding them.
12853
12854 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12855 quote special chars, and make the trick work on the hex part of the
12856 buffer as well.
12857 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12858 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12859
12860 * startup.el (normal-splash-screen): Fix last change so we don't wait
12861 2 minutes if we don't show the splash screen.
12862
12863 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12864
12865 * textmodes/org.el (org-export-plain-list-max-depth)
12866 (org-table-spaces-around-separators)
12867 (org-radio-targets, org-activate-camels)
12868 (org-table-spaces-around-invisible-separators): Options removed.
12869 (org-time-stamp-rounding-minutes, org-remember-templates)
12870 (org-ellipsis, org-activate-links, org-descriptive-links):
12871 New options.
12872 (org-remember-apply-template, org-current-time)
12873 (org-finish-edit-table-field)
12874 (org-link-unescape, org-link-escape)
12875 (org-string-width, org-table-clean-line, org-html-do-expand)
12876 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12877 (org-read-agenda-file-list): New functions.
12878 (org-table-edit-field)
12879 (org-table-create-or-convert-from-region): New commands
12880 (org-table-toggle-vline-visibility): Command removed.
12881 (org-table-convert-region): Made a command.
12882 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12883 Replace with the normal org- functions.
12884 (org-self-insert-command): Don't trigger realign unnecessarily
12885 when blanking a field that is not full.
12886 (org-mode): `Set buffer-invisibility-spec' for links.
12887 (org-activate-links2): Hide link part and only show descriptive
12888 part of the link.
12889 (org-insert-link): Modify for new linking system.
12890 (org-store-link): Store description separately, for use by
12891 `org-insert-link'.
12892 (org-table-align): Use `org-string-width'.
12893 (defgroup): Completely new group structure for custom variables.
12894 (org-agenda-files): Option: Single file name allowed. Function:
12895 Optional argument unrestrited means ignore any restricitons.
12896 (org-install-agenda-files-menu): Find a buffer in Org-mode before
12897 trying to modify the menu. Use generalized access to
12898 `org-agenda-files.'
12899 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12900 (org-agenda-file-to-front, org-remove-file, org-diary)
12901 (org-tags-view, org-export-icalendar-all-agenda-files)
12902 (org-export-icalendar-combine-agenda-files): Use generalized
12903 access to `org-agenda-files'.
12904 (org-remember-handler): Correctly preserve heading if present.
12905 (org-table-insert-row, org-table-insert-hline): Deal with
12906 invisible characters.
12907
12908 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
12909
12910 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12911 (vc-annotate-color-map): New 18 element constant
12912 value/saturation, rotating hue colormap, from red->blue.
12913 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12914 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12915 (vc-annotate): To avoid killing the required local variables,
12916 set them before the end of `with-output-to-temp-buffer', and
12917 after first switching to annotate-mode.
12918 (vc-annotate-warp-version): Add buffer argument in goto-line to
12919 ensure annotation, not source, is scrolled.
12920
12921 2006-04-10 Bill Wohler <wohler@newt.com>
12922
12923 * custom.el (defcustom, custom-handle-keyword):
12924 Add :package-version keyword.
12925 (custom-add-package-version): New function. Sets value of new
12926 property 'custom-package-version from :package-version keyword.
12927 (defcustom): Create Common Keywords section in docstring.
12928 (defface, defgroup): Replace definitions of a select few keywords
12929 with a reference to the Common Keywords in defcustom.
12930 (defcustom, defface, defgroup): Replace reference to Customization
12931 chapter in manual with hyperlink.
12932
12933 * cus-edit.el (customize-package-emacs-version-alist): New variable.
12934 (customize-changed-options): Add check for custom-package-version.
12935 (customize-package-emacs-version): New function to look up Emacs
12936 version corresponding to the given package version.
12937
12938 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12939 defun name, in similar fashion to find-variable-regexp.
12940
12941 2006-04-10 Eli Zaretskii <eliz@gnu.org>
12942
12943 * international/mule-cmds.el (set-locale-environment): Fix last
12944 change for when the locale's preferences don't specify any encoding.
12945
12946 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12949 so the defined var/fun doesn't need to be quoted.
12950
12951 2006-04-10 Richard Stallman <rms@gnu.org>
12952
12953 * finder.el (finder-mode-map): Add n and p bindings.
12954
12955 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
12956
12957 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12958 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12959 (gdb-setup-windows): Put something in source window if we can't find
12960 the source file.
12961 (gdb-frame-handler): Make it work again with just assembly.
12962 (gdb-data-list-register-values-handler): Make it work when there is
12963 no stack.
12964
12965 2006-04-09 Richard Stallman <rms@gnu.org>
12966
12967 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12968 specs while looking for charset.
12969
12970 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12971
12972 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12973 Make them faces.
12974 (lm-font-lock-keywords): Update appropriately.
12975
12976 2006-04-10 Kim F. Storm <storm@cua.dk>
12977
12978 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12979 it can also replace buffer-substring-no-properties.
12980
12981 * emulation/cua-base.el (cua-delete-region, cua-paste)
12982 (cua-repeat-replace-region): Use filter-buffer-substring.
12983
12984 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12985 (cua-cut-region-to-global-mark): Likewise.
12986
12987 * emulation/cua-rect.el (cua--extract-rectangle)
12988 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12989
12990 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12991
12992 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12993 entry-type. Add field delimiters to numerical fields if they are
12994 not present.
12995
12996 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12997
12998 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12999 string-const to return value.
13000 (bibtex-remove-delimiters): Use it.
13001
13002 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13005 cl-byte-compile-compiler-macro unless it exists.
13006
13007 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13008
13009 * files.el (hack-local-variables-confirm) <offer-save>:
13010 Clarify message text. Suggested by Ralf Angeli.
13011
13012 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13013
13014 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13015 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13016 instead of `buffer-substring' and `delete-region'. (Most of the
13017 code actually copied from `kill-region'.)
13018
13019 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13020
13021 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13022 (rcirc-default-port): Rename from rcirc-port.
13023 (rcirc-default-nick): Rename from rcirc-nick.
13024 (rcirc-default-user-name): Rename from rcirc-user-name.
13025 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13026 (rcirc-low-priority-flag): New variable.
13027 (rcirc-decode-coding-system): New defcustom.
13028 (rcirc-encode-coding-system): New defcustom.
13029 (rcirc-coding-system-alist): New defcustom.
13030 (rcirc-multiline-major-mode): New defcustom.
13031 (rcirc-nick): New internal variable.
13032 (rcirc-process): Remove variable.
13033 (rcirc-server-buffer): New variable.
13034 (rcirc): Update to use rcirc-default-* variables above.
13035 (rcirc-connect): Do not add window-configuration-hook-here.
13036 (rcirc-server): New internal variable.
13037 (rcirc-connect): Do not send keepalive pings if
13038 rcirc-keepalive-seconds is nil.
13039 (with-rcirc-server-buffer): New macro.
13040 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13041 (rcirc-server-name): Rename from rcirc-server.
13042 (rcirc-buffer-process): New function.
13043 (rcirc-buffer-nick): New function.
13044 (rcirc-buffer-target): Remove function.
13045 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13046 New commands.
13047 (rcirc-mode-map): Change binding of C-c C-l to
13048 rcirc-toggle-low-priority.
13049 (rcirc-mode): Initialize coding system based on
13050 rcirc-coding-system-alist. New change-major-mode-hook to part the
13051 channel on a mode change. Make kill-buffer-hook buffer-local.
13052 (rcirc-change-major-mode-hook): New function.
13053 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13054 (rcirc-last-post-time): New variable.
13055 (rcirc-process-message): Store the last time user posted a message
13056 to this target.
13057 (rcirc-multiline-minor-mode): New mode.
13058 (rcirc-multiline-minor-mode-map): New mode map.
13059 (rcirc-edit-multiline): Put multiline-edit buffer in
13060 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13061 (rcirc-print): Ignore any line starting with an ignored nick.
13062 (rcirc-print): Decode using rcirc-decode-coding-system.
13063 (rcirc-track-minor-mode): Update global-mode-string when disabling
13064 this mode.
13065 (minor-mode-alist): Add LowPri indicator.
13066 (rcirc-toggle-low-priority): New function.
13067 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13068 next lowpriority buffer with activity.
13069 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13070 last time the user posted a message in to the target.
13071 (rcirc-update-activity-string): New formatting for low priority
13072 buffers.
13073 (rcirc-split-activity): New function.
13074 (rcirc-handler-PART, rcirc-handler-KICK)
13075 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13076 (rcirc-nick-away-alist): New variable.
13077 (rcirc-handler-301): New handler. Away messages are printed once
13078 per change.
13079
13080 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13081
13082 * info.el (Info-follow-nearest-node): Doc fix.
13083
13084 * international/mule-cmds.el (set-locale-environment): Make sure
13085 the coding-system preferred by the locale's language has the same
13086 EOL conversion type as the original buffer-file-coding-system.
13087 (locale-language-names): Add a few MS Windows language codes.
13088
13089 2006-04-07 Richard Stallman <rms@gnu.org>
13090
13091 * simple.el (eval-expression): Doc fix.
13092
13093 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13094 (eval-defun): Doc fixes.
13095
13096 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13097
13098 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13099
13100 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13101
13102 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13103 GDB list command without argument for greater generality.
13104
13105 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13106
13107 * subr.el (string-or-null-p): New function.
13108
13109 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13110
13111 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13112
13113 * files.el: Update comment about safe-local-variable declarations.
13114
13115 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13116
13117 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13118 See idlwave.org.
13119
13120 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13121 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13122
13123 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13124 See idlwave.org.
13125
13126 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13127 version 6.0 (minimal changes). See idlwave.org.
13128
13129 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13130 6.0 (minimal changes). See idlwave.org.
13131
13132 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13133
13134 2006-04-06 Romain Francoise <romain@orebokech.com>
13135
13136 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13137 symmetric encryption features and a new asynchronous interface to
13138 GnuPG. This new version is version 1.4, plus whitespace changes.
13139
13140 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13141
13142 * files.el: Move some `safe-local-variable' declarations to the
13143 respective files.
13144
13145 * textmodes/ispell.el (ispell-check-comments)
13146 (ispell-local-dictionary): Mark as safe.
13147
13148 * abbrev.el (abbrev-mode): Mark as safe.
13149
13150 * add-log.el (change-log-default-name): Mark as safe.
13151
13152 * textmodes/reftex-vars.el (reftex-vref-is-default)
13153 (reftex-fref-is-default, reftex-level-indent)
13154 (reftex-guess-label-type): Mark as safe.
13155
13156 * textmodes/fill.el (colon-double-space): Mark as safe.
13157
13158 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13159 (sentence-end-double-space, sentence-end-without-period)
13160 (sentence-end-without-space, sentence-end, sentence-end-base)
13161 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13162
13163 2006-04-06 Kim F. Storm <storm@cua.dk>
13164
13165 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13166 the :set-after list.
13167 (ido-downcase-unc-hosts): New user option. Default on.
13168 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13169 when it is set, as regexps are now applied on the fly.
13170 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13171 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13172 on the fly, but only when ido-process-ignore-lists is set.
13173 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13174 Only downcase names if ido-downcase-unc-hosts is set.
13175
13176 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13179
13180 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13181
13182 2006-04-05 Kim F. Storm <storm@cua.dk>
13183
13184 * ido.el (ido-mode): Set after ido-unc-hosts and
13185 ido-ignore-unc-host-regexps.
13186 (ido-save-history): Save ido-unc-hosts-cache.
13187 (ido-load-history): Load ido-unc-hosts-cache.
13188 (ido-reread-directory): Refresh unc hosts cache in // dir.
13189
13190 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13191 to nil while displaying slash screen.
13192
13193 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13194
13195 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13196 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13197
13198 2006-04-05 Kenichi Handa <handa@m17n.org>
13199
13200 * international/characters.el: Setup cases of Latin, Greek, and
13201 Cyrillic characters in CJK charsets.
13202
13203 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13204
13205 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13206 default-enable-multibyte-characters. This reverts the change from
13207 revision 6.17 which is no longer necessary because the passphrase
13208 is sent separately now. GnuPG messages are unreadable under
13209 multibyte locales with default-enable-multibyte-characters set to nil.
13210
13211 2006-04-04 Andreas Schwab <schwab@suse.de>
13212
13213 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13214 and `byte-compile-warnings' as `safe-local-variable'.
13215
13216 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13217
13218 * man.el (Man-mode-map): Restore the \r binding.
13219 (Man-abstract-xref-man-page): If Man-target-string is a function,
13220 call it.
13221 (Man-highlight-references): Use Man-default-man-entry to get the
13222 target. Deal with xrefs too.
13223 (Man-highlight-references0): Don't call the target function.
13224
13225 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13226 cannot deal with it.
13227
13228 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13229
13230 * pgg-gpg.el: Clean up process buffers every time gpg processes
13231 complete.
13232
13233 2006-04-04 Kenichi Handa <handa@m17n.org>
13234
13235 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13236 here.
13237 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13238 Temporarily bind inhibit-field-text-motion to t.
13239
13240 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13241
13242 * startup.el (normal-splash-screen): Only set mode-line-format in the
13243 splash buffer, so as not to interfere when debugging the code.
13244 Ignore errors when switching buffer.
13245
13246 2006-04-03 Romain Francoise <romain@orebokech.com>
13247
13248 * dired.el (dired-dnd-protocol-alist): Fix typo.
13249
13250 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13251
13252 * savehist.el (savehist): Add :version.
13253 (savehist-ignored-variables): New variable.
13254 (savehist-minibuffer-hook): Don't save variables listed in
13255 `savehist-ignored-variables'.
13256
13257 * dired.el (dired-dnd-protocol-alist): Mention that change does
13258 only apply to new buffers in doc string.
13259
13260 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13261
13262 * recentf.el (recentf-open-files-item): Include newline in button
13263 field, so opening a file will work, when the point is at the end
13264 of the file name. Allow, for example, to [i]search a file by
13265 extension and just push RET to open it.
13266
13267 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13268
13269 * pgg-gpg.el (pgg-gpg-process-filter)
13270 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13271
13272 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13273 lines, temporary fix.
13274
13275 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13276
13277 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13278
13279 2006-04-02 Richard Stallman <rms@gnu.org>
13280
13281 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13282
13283 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13284
13285 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13286 header-mouse-map.
13287
13288 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13289 (ibuffer-mode-header-map): New keymaps.
13290 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13291 and keybindings for column headers.
13292 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13293 property.
13294
13295 2006-04-02 Drew Adams <drew.adams@oracle.com>
13296
13297 * speedbar.el (speedbar-after-create-hook): Doc fix.
13298
13299 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13300
13301 * shell.el (shell-directory-tracker)
13302 (shell-dynamic-complete-command): Doc fixes.
13303
13304 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13305
13306 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13307 terminals.
13308
13309 2006-04-01 Kim F. Storm <storm@cua.dk>
13310
13311 * ido.el (ido-unc-hosts-cache): New defvar.
13312 (ido-unc-hosts): If value of defcustom is a function, call it to
13313 get list of UNC hosts. Add function-item choices to specify
13314 ido-unc-hosts-net-view or user function.
13315 (ido-ignore-unc-host-regexps): New defcustom.
13316 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13317 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13318 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13319
13320 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13321
13322 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13323 wwidth.
13324
13325 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13326
13327 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13328 (ido-max-work-file-list, ido-switch-buffer)
13329 (ido-read-file-name-as-directory-commands):
13330 Fix typos in docstrings.
13331
13332 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13333
13334 * term/mac-win.el (mac-system-coding-system): Define and use after
13335 Mac-specific coding systems are ready.
13336
13337 2006-03-27 Romain Francoise <romain@orebokech.com>
13338
13339 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13340
13341 * ldefs-boot.el: Update.
13342
13343 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13344
13345 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13346 passphrases when it is not needed.
13347 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13348 passphrase stuff from gpg, should only be necessary when you use
13349 gpg with a smartcard.
13350
13351 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13352
13353 * comint.el (comint-dynamic-list-completions): Allow user to
13354 select *Completions* buffer.
13355
13356 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13357
13358 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13359
13360 2006-03-26 Andreas Schwab <schwab@suse.de>
13361
13362 * progmodes/gud.el (gdb): Only complain about multiple debugging
13363 when the gdb process is still running.
13364
13365 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13366
13367 * mail/rmail.el (tool-bar-map): Defvar it.
13368 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13369 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13370
13371 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13372
13373 * help.el (print-help-return-message): Suggest to use
13374 display-buffer instead of switch-to-buffer-other-window to restore
13375 the previous window without selecting it.
13376
13377 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13378
13379 * frame.el (select-frame-by-name): Call x-focus-frame also when
13380 window-system is mac.
13381
13382 * term/mac-win.el: Adjust Courier font specifications in
13383 x-fixed-font-alist.
13384 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13385 when directly encoding to UTF-16 in native byte order, no BOM.
13386
13387 2006-03-25 Kim F. Storm <storm@cua.dk>
13388
13389 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13390 (cua--init-keymaps): Use it instead of fixed C-return.
13391 (cua-mode): Set after it.
13392
13393 * emulation/cua-rect.el (cua--init-rectangles):
13394 Use cua-rectangle-mark-key instead of fixed C-return.
13395
13396 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13397
13398 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13399 "run" in .gdbinit.
13400 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13401
13402 2006-03-24 Romain Francoise <romain@orebokech.com>
13403
13404 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13405 `display-buffer-other-frame'.
13406
13407 2006-03-24 Kim F. Storm <storm@cua.dk>
13408
13409 * apropos.el (apropos-synonyms): Add selection => region.
13410
13411 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13412
13413 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13414 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13415 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13416 (gdb-data-list-register-values-regexp)
13417 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13418 Future proof against new fields being added to MI output.
13419 (gdb-send): Don't treat backslashes for program input as
13420 continuations.
13421 (gdb-assembler-handler): Don't use window-start for this handler.
13422 (gdb-frame-handler): Don't change to hollow arrow if overlay
13423 arrow doesn't move to new frame.
13424
13425 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13426
13427 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13428 prevent compiler warnings.
13429 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13430 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13431 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13432 buffer too.
13433
13434 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13435
13436 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13437 make-network-process, so we can use the same code in Gnus v5-10
13438 too and have this file fully synchronized with that release.
13439
13440 2006-03-23 Romain Francoise <romain@orebokech.com>
13441
13442 * ibuf-ext.el (ibuffer-read-filter-group-name):
13443 Use `ibuffer-generate-filter-groups' to make completion list match
13444 the filter groups that are really displayed in the Ibuffer buffer.
13445 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13446
13447 2006-03-23 Kenichi Handa <handa@m17n.org>
13448
13449 * international/mule-cmds.el (sort-coding-systems): Describe that
13450 the argument is modified in docstring.
13451
13452 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13453
13454 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13455 (pgg-gpg-update-agent): New function.
13456 (pgg-gpg-use-agent-p): New function.
13457 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13458 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13459 (pgg-gpg-sign-region): Use it.
13460
13461 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * cus-edit.el (custom-face-set): Call custom-push-theme before
13464 face-spec set so that `changed' theme is correctly saved.
13465 (custom-face-reset-standard): Reset to recalculated face rather
13466 than defface spec.
13467
13468 * custom.el (custom-push-theme): Only save `changed' theme if the
13469 current face does not match the defface specs.
13470
13471 2006-03-21 Simon Josefsson <jas@extundo.com>
13472
13473 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13474 <wilde@sha-bang.de>.
13475 (pgg-gpg-use-agent): New variable.
13476 (pgg-gpg-process-region): Use it.
13477 (pgg-gpg-encrypt-region): Likewise.
13478 (pgg-gpg-encrypt-symmetric-region): Likewise.
13479 (pgg-gpg-decrypt-region): Likewise.
13480 (pgg-gpg-sign-region): Likewise.
13481 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13482
13483 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13484
13485 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13486 bracket links.
13487
13488 2006-03-21 Kim F. Storm <storm@cua.dk>
13489
13490 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13491 fringe-indicator-alist instead of modifying global value.
13492 (gdb-frame-handler): Likewise.
13493
13494 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13495
13496 * diff-mode.el (diff-function): Make it inherit from diff-header
13497 instead of diff-context.
13498
13499 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13500 bitmap.
13501 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13502 change names in macro above for consistency.
13503 (gdb-frame-handler): Use hollow-right-triangle for all selected
13504 frames which except the innermost (where execution has stopped).
13505 (gdb-reset): Reset buffer-local values of overlay-arrow.
13506
13507 2006-03-20 Richard Stallman <rms@gnu.org>
13508
13509 * simple.el (set-mark-command): Doc fix.
13510
13511 * files.el (display-buffer-other-frame): New command.
13512 (ctl-x-4-map): Bind C-x 5 C-o to it.
13513
13514 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13515
13516 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13517 rather than just defer-time, in case defer-time has been changed but
13518 the timer isn't running yet.
13519 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13520
13521 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13522
13523 * help-mode.el (help-follow-symbol): New function.
13524 Essentially identical to the old `help-follow', but do not let
13525 `push-button' do the work when on an xref.
13526 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13527
13528 2006-03-19 Richard Stallman <rms@gnu.org>
13529
13530 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13531 preceded by the word `program'.
13532 (help-follow-mouse, help-follow): Throw error if not on xref.
13533 Delete no longer used args.
13534
13535 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13536
13537 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13538 annotation ensure gud-overlay-arrow-position is redisplayed.
13539
13540 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13541
13542 * textmodes/bibtex.el (bibtex-include-OPTkey)
13543 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13544 (bibtex-autokey-name-case-convert)
13545 (bibtex-autokey-titleword-case-convert): Make these the aliases
13546 for the following two variables.
13547 (bibtex-autokey-name-case-convert-function)
13548 (bibtex-autokey-titleword-case-convert-function): Make these the
13549 real names.
13550 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13551 bibtex-font-lock-crossref sublists.
13552 (bibtex-mode): Revert 2005-12-30 change (which made
13553 completion-ignore-case buffer-local).
13554 (bibtex-url): Simplify.
13555
13556 2006-03-19 Kim F. Storm <storm@cua.dk>
13557
13558 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13559 cursor property value to 2 (to align with C level change).
13560
13561 2006-03-19 Bill Wohler <wohler@newt.com>
13562
13563 * image.el (image-load-path-for-library): Shorten first line in
13564 docstring.
13565
13566 2006-03-18 Richard Stallman <rms@gnu.org>
13567
13568 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13569
13570 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13571
13572 * isearch.el (isearch-other-meta-char): Handle user bindings for
13573 shifted control characters.
13574
13575 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13576
13577 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13578 part that matches email addresses, file names, etc.
13579
13580 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13581
13582 * term/w32-win.el (mouse-set-font):
13583 Mention w32-list-proportional-fonts in the doc string.
13584
13585 2006-03-18 Kim F. Storm <storm@cua.dk>
13586
13587 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13588 (ido-unc-hosts): New user option to explicitly define list of know
13589 UNC-style hosts for completion.
13590 (ido-cache-unc-host-shares-time): New user option.
13591 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13592 New helper functions for UNC file-name support.
13593 (ido-may-cache-directory): Check for UNC host. Simplify.
13594 (ido-wash-history): Clean out old UNC hosts.
13595 (ido-nonreadable-directory-p): UNC hosts are always readable.
13596 (ido-directory-too-big-p): UNC hosts are never too big.
13597 (ido-set-current-directory): Handle UNC root path.
13598 (ido-file-name-all-completions): Complete UNC host names from
13599 ido-unc-hosts list. Cache UNC host shares.
13600 (ido-make-file-list-1): Don't filter UNC root.
13601 (ido-exhibit): Check for // in root directory, and switch to UNC
13602 mode by setting ido-current-directory to //.
13603
13604 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13605
13606 * cus-edit.el (customize-changed-options): Mention explicit
13607 version number as default in prompt.
13608
13609 2006-03-17 Bill Wohler <wohler@newt.com>
13610
13611 * image.el (image-load-path-for-library): Minor docstring fix.
13612
13613 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13614
13615 * textmodes/org.el (org-read-date): Include subgroup 5 into
13616 replacement text.
13617 (org-popup-calendar-for-date-prompt): Fix customization type.
13618
13619 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13620
13621 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13622 (gdb-continuation): New variable.
13623 (gdb-send): Deal with continuation lines.
13624
13625 * progmodes/gud.el (gud-gdb-complete-command)
13626 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13627 expressions.
13628 (gud-tooltip-mode): Use buffer-local value.
13629
13630 2006-03-16 Kim F. Storm <storm@cua.dk>
13631
13632 * ido.el (ido-edit-input): Use selected match, if any.
13633
13634 2006-03-16 Bill Wohler <wohler@newt.com>
13635
13636 * image.el (image-load-path-for-library): Prefer user's images in
13637 image-load-path.
13638
13639 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13640
13641 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13642 when checking for attempt to drag leftmost or rightmost scrollbar.
13643
13644 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13645
13646 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13647 (gdb-force-mode-line-update): New function.
13648 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13649 (gdb-exited): Use them.
13650 (gdb-signal): New function.
13651 (gdb-annotation-rules): Provide a rule for it.
13652
13653 2006-03-16 Kenichi Handa <handa@m17n.org>
13654
13655 * international/mule.el (auto-coding-regexp-alist): Add entries
13656 for Unicode BOM.
13657
13658 * sort.el (sort-build-lists): Temporarily bind
13659 inhibit-field-text-motion to t.
13660
13661 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13662
13663 * locate.el (locate-command, locate-make-command-line)
13664 (locate-fcodes-file, locate-update-command)
13665 (locate-prompt-for-command, locate, locate-with-filter)
13666 (locate-get-file-positions): Doc fixes.
13667 (locate-buffer-name, locate-header-face): Remove leading `*' in
13668 defcustom.
13669 (locate-filter-output): Use `keep-lines' instead of its alias
13670 `delete-non-matching-lines'.
13671 (locate-get-filename, locate-get-dirname): Add introductory comment.
13672 (locate-find-directory-other-window): Give appropriate error
13673 message if used outside main listing.
13674
13675 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13678 the new extend-region feature.
13679 (font-lock-after-change-function): Update correspondingly.
13680 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13681 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13682
13683 2006-03-15 Bill Wohler <wohler@newt.com>
13684
13685 * image.el (image-load-path-for-library): Fix example by not
13686 recommending that one binds image-load-path. Just defvar it to
13687 placate compiler and only use it if previously defined.
13688
13689 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13690
13691 * textmodes/org.el (org-insert-centered): Use `string-width' to
13692 make underlining work for wide characters.
13693 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13694 TAB to `org-cycle', to make sure that no binding in
13695 `outline-mode-map' can supercede it.
13696
13697 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13698
13699 * allout.el: Increment version to 2.2.1 in file commentary.
13700
13701 (allout-version): Increment to 2.2.1.
13702
13703 (allout-default-layout): New customization variable, used when the
13704 file lacks a specific allout-layout. Uses allout-layout-type for
13705 recursively nested definition.
13706
13707 (allout-layout-type): Widget defining allout layouts, necessary for
13708 self-recursive definition.
13709
13710 (allout-mode): Incorporate allout-default-layout as fallback for
13711 allout-layout.
13712
13713 (allout-layout): Mark as 'safe-local-variable', and refer mention
13714 fallback to `allout-default-layout' in absence of a specified value.
13715 (allout-passphrase-verifier-string)
13716 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13717
13718 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13719
13720 (allout-get-encryption-passphrase-verifier): Use correct name of
13721 passphrase verifier in docstring.
13722
13723 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13724
13725 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13726 elements.
13727 (gdb-find-watch-expression): Make it work for arrays too.
13728 Follow change to gdb-var-list.
13729 (gud-watch): Allow the user to enter variable name with a prexix
13730 arg. Create keybindings.
13731 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13732 (gdb-var-list-children-handler, gdb-var-update-handler)
13733 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13734 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13735 Follow change to gdb-var-list.
13736 (gdb-starting): Don't show the overlay arrows when program is running.
13737
13738 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13739 gdb-var-list.
13740
13741 2006-03-14 Bill Wohler <wohler@newt.com>
13742
13743 * image.el (image-load-path-for-library): Pass value of path
13744 rather than symbol. Always return list of directories.
13745 Guarantee that image directory comes first.
13746
13747 2006-03-14 Alan Mackenzie <acm@muc.de>
13748
13749 * font-core.el (font-lock-extend-region\(-function\)?.):
13750 New function/variable.
13751
13752 * font-lock.el (font-lock-after-change-function):
13753 Call font-lock-extend-region. Obey font-lock-lines-before.
13754 (font-lock-default-fontify-region): Remove reference to
13755 font-lock-lines-before.
13756
13757 * jit-lock.el (jit-lock-after-change):
13758 Call font-lock-extend-region. Obey font-lock-lines-before.
13759
13760 2006-03-14 David Ponce <david@dponce.com>
13761
13762 * tree-widget.el (tree-widget-themes-load-path)
13763 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13764
13765 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13766
13767 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13768 (rcirc-print): Mark the start of text at the end of the prompt.
13769 (rcirc-track-minor-mode): Add autoload cookie.
13770 (rcirc-update-activity-string): Add space to front of mode-line
13771 indicator.
13772
13773 2006-03-13 Miles Bader <miles@gnu.org>
13774
13775 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13776 (rcirc-abbrev-nick): Remove function.
13777 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13778
13779 2006-03-13 David Ponce <david@dponce.com>
13780
13781 * tree-widget.el: Handle themes across all occurrences of the main
13782 themes sub-directory found in tree-widget-themes-load-path.
13783 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13784 (tree-widget--locate-sub-directory): Return all occurrences.
13785 (tree-widget-themes-path): New function.
13786 Replace tree-widget-themes-directory, and return a list of directories.
13787 (tree-widget-set-parent-theme)
13788 (tree-widget-lookup-image): Use it.
13789
13790 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13791
13792 * textmodes/org.el (org-link-search): Avoid self-matching of
13793 links, allow target text to be distributed over several lines.
13794 (org-search-not-link): New function.
13795 (org-set-regexps-and-options, org-get-current-options):
13796 New startup options.
13797 (org-export-as-html): Take odd-level setting from local variable.
13798 (org-fontify-emphasized-text): New option.
13799 (org-set-font-lock-defaults): Include emphasized text.
13800 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13801 (org-font-lock): Customize group renamed from `org-faces'.
13802
13803 2006-03-13 John Paul Wallington <jpw@pobox.com>
13804
13805 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13806 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13807
13808 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13809
13810 * cus-start.el (all): Delete :version keyword for members of the
13811 fringe group, since the entire group is new in 22.1.
13812
13813 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13814
13815 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13816 map if value is hexadecimal (an address).
13817 (gud-watch): Only search roots for existing watch expressions.
13818 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13819 prevent caching problems with speedbar-update-directory-contents.
13820
13821 2006-03-12 Juri Linkov <juri@jurta.org>
13822
13823 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13824 before comparing with `low' and `warn'.
13825
13826 * info.el (Info-dir-remove-duplicates): Move point to the
13827 beginning of the current line after deleting the entries from
13828 redundant heading. Use marker for `limit' and compare it with
13829 point before calling `re-search-forward'.
13830
13831 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13832
13833 * simple.el (yank): Fix typo in docstring.
13834
13835 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13836
13837 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13838 messages, where "D" is the 6th character.
13839
13840 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13841
13842 * simple.el (yank): Fix last change.
13843
13844 2006-03-11 David Ponce <david@dponce.com>
13845
13846 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13847 merging elements from the standard ispell-dictionary-alist.
13848 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13849 alist, and return the new alist.
13850
13851 2006-03-11 Richard Stallman <rms@gnu.org>
13852
13853 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13854
13855 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13856 the way it is implemented is too unclean.
13857
13858 * simple.el (kill-region, yank): Doc fix.
13859
13860 * battery.el (battery-echo-area-format): Doc fix.
13861 (battery-mode-line-format): Likewise.
13862 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13863 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13864
13865 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13866
13867 * progmodes/octave-mod.el (octave-indent-for-comment):
13868 Behave according to do string.
13869
13870 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13871
13872 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13873 Be visible only if major mode is Mail Mode.
13874
13875 * textmodes/flyspell.el (flyspell-external-point-words)
13876 (flyspell-process-localwords): Fix last changes.
13877
13878 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13879
13880 * calendar/holidays.el (list-holidays): Doc fix.
13881
13882 * international/mule.el (auto-coding-alist): Add .odt
13883 (OpenOffice's open document) files.
13884
13885 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13886 document) files. Mention in the doc string the need to sync with
13887 auto-coding-alist.
13888
13889 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
13890
13891 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13892 enable-local-variables is set to always query, or there is no
13893 savable variable.
13894
13895 2006-03-10 Bill Wohler <wohler@newt.com>
13896
13897 * image.el (image-load-path-for-library): Merge at least three
13898 functions from Gnus and MH-E into this one function that can now
13899 be shared.
13900
13901 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
13902
13903 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13904 gdb-remove-mouse-face and remove help-echo too.
13905 (gdb-enqueue-input): Correct conditional clause.
13906
13907 2006-03-10 Glenn Morris <rgm@gnu.org>
13908
13909 * calendar/calendar.el (calendar-holidays): Doc fix.
13910 * calendar/holidays.el (list-holidays): Doc fix.
13911
13912 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
13913
13914 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13915 it gets called in gdb-prompt anyway.
13916 (gdb-use-separate-io-buffer): Only restore window arrangement for
13917 gdb-many-windows.
13918 (gdb-enqueue-input): Make it harder to send GDB input when program
13919 is running.
13920 (gdb-buffer-list): New variable.
13921 (gdb-remove-mouse-face): New function.
13922 (gdb-starting): Use it when GDB input won't get sent.
13923
13924 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
13925
13926 * help.el (view-lossage): Remove trailing whitespace before
13927 inserting "\n".
13928
13929 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
13930
13931 * files.el (hack-local-variables-confirm):
13932 Set coding-system-for-read to nil before writing to .emacs.
13933
13934 * arc-mode.el (archive-extract): Check if an existing buffer name
13935 comes from a different archive.
13936
13937 * help.el (describe-key-briefly): If KEY is a down event, read and
13938 discard the up event.
13939
13940 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
13941
13942 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13943 be edited and use font-lock-warning-face for any changes.
13944
13945 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13946 (gdb-edit-value): Use it to report any errors.
13947
13948 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
13949
13950 * help.el (describe-key): Remove leftover test code.
13951
13952 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
13953
13954 * textmodes/org.el: Move defvars out of eval-when-compile.
13955 Use buffer-file-name variable.
13956 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13957 arg `file'.
13958 (org-level-faces): Remove startup dependency.
13959 (org-cycle, org-map-tree, org-scan-tags)
13960 (org-remember-handler): Don't call `outline-level' directly.
13961 (org-mhe-search-all-folders): New option.
13962 (org-mhe-get-message-folder-from-index)
13963 (org-mhe-get-message-folder): Fix indexing search.
13964 (org-format-agenda-item): Handle nil TAGS argument.
13965 (org-cleaned-string-for-export, org-activate-target-links)
13966 (org-make-target-link-regexp): Deal with empty radio target list.
13967 (org-tag): New face.
13968 (org-get-level-face): New function.
13969 (org-set-font-lock-defaults): Simplify setup for headlines.
13970 (org-complete): Pass common substring to `display-completion-list'.
13971
13972 2006-03-06 David Ponce <david@dponce.com>
13973
13974 * tree-widget.el: Update Commentary header.
13975 (tree-widget-theme-name): Ignore parent themes.
13976 (tree-widget-set-parent-theme): New function.
13977 (tree-widget-set-theme): Use it.
13978 (tree-widget-set-image-properties): Move definition. Does nothing
13979 if image properties have already been set.
13980 (tree-widget-image-properties): Move definition. Receive an image
13981 name. Set the :pointer property.
13982 (tree-widget-lookup-image): Doc fix. Search in parent themes.
13983 Don't set the :pointer image property.
13984 (tree-widget-convert-widget): New function. Handle :dynargs
13985 compatibility here.
13986 (tree-widget): Use it to :convert-widget. Add the :expander-p
13987 predicate to control when the :expander function is entered.
13988 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13989 (tree-widget-value-create): Handle :expander-p. widget-apply
13990 :expander.
13991 (tree-widget-expander-p): New function. Default value of the
13992 :expander-p property.
13993
13994 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
13995
13996 * help.el (describe-key): Properly handle the return value of
13997 read-key-sequence when grabbing an up-event. Cleanup mouse-1
13998 remaps. Handle string and vector `follow-link' values.
13999
14000 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * complete.el (PC-expand-many-files): Try be more careful when parsing
14003 the shell's output.
14004
14005 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * outline.el (hide-sublevels): Provide better interactive default.
14008
14009 2006-03-06 Kenichi Handa <handa@m17n.org>
14010
14011 * international/fontset.el (create-fontset-from-fontset-spec):
14012 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14013
14014 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14015
14016 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14017 backslashes instead of one in regexp.
14018 (gud-tooltip-dereference): Add missing optional argument.
14019
14020 2006-03-04 John Paul Wallington <jpw@pobox.com>
14021
14022 * wdired.el (toplevel): Require `cl' at compile-time.
14023
14024 2006-03-04 Andreas Schwab <schwab@suse.de>
14025
14026 * server.el (server-process-filter): Handle errors during
14027 evaluation of the argument.
14028
14029 2006-03-03 John Paul Wallington <jpw@pobox.com>
14030
14031 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14032 escape parentheses at beginning of line.
14033 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14034 (t-mouse-mode): Remove period from end of error message.
14035
14036 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14037
14038 * textmodes/flyspell.el (flyspell-process-localwords):
14039 Be case-sensitive.
14040
14041 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14042
14043 * cus-edit.el (custom-quote): Remove function, since it has been
14044 moved to custom.el.
14045
14046 * font-lock.el (lisp-font-lock-keywords-2)
14047 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14048 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14049 they have no special meaning.
14050
14051 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14052 indirect buffer gets killed before indirect buffer. Use dolist.
14053
14054 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14055
14056 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14057 value instead of a literal constant (1) on more pauses.
14058
14059 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14060
14061 * textmodes/flyspell.el (flyspell-external-point-words):
14062 Be case-sensitive.
14063
14064 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14065
14066 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14067 with "www".
14068
14069 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14070
14071 * allout.el: Restablish intermediate missing comment header to
14072 preserve outline structure.
14073 (allout-beginning-of-current-entry): Skip invisible text.
14074 (allout-open-topic): Fix opening a topic at end-of-buffer.
14075 (allout-minor-mode): Move nearer to allout-mode function.
14076
14077 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14078
14079 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14080
14081 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14082
14083 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14084 is nil.
14085
14086 * progmodes/gud.el (gud-speedbar-menu-items):
14087 Use buffer-local-value and add missing :visible keyword.
14088
14089 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14090
14091 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14092
14093 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14094 must be `follow-link'.
14095
14096 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14097
14098 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14099 formatting: No nested anchors.
14100 (org-all-targets): Fix bug with XEmacs compatibility.
14101 (org-read-date): Add (require 'parse-time).
14102 (org-set-tags): Fix bug with extra inserted space.
14103 (org-export-html-style): Define a style class for targets.
14104 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14105 (org-hide-leading-stars): New option.
14106 (org-hide): New face.
14107 (org-set-font-lock-defaults): Allow to hide leading stars.
14108 (org-get-legal-level, org-tr-level): New functions.
14109 (org-odd-levels-only): New option.
14110 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14111 (org-demote, org-promote): Deal with double-star levels.
14112 (org-convert-to-odd-levels): New command.
14113
14114 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14115
14116 * speedbar.el (speedbar-update-localized-contents): Try to
14117 preserve window-start.
14118 (speedbar-update-directory-contents): Try to preserve window-start
14119 and window-point.
14120 (speedbar-update-special-contents): Don't move back to start of window.
14121
14122 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14123 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14124 speedbar-timer-fn.
14125 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14126 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14127 instead of gdb-speedbar-timer-fn.
14128
14129 2006-02-28 Jay Belanger <belanger@truman.edu>
14130
14131 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14132 (math-compose-expr): Use latex option when calling
14133 `math-compose-tex-matrix' for latex mode.
14134
14135 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14136
14137 * speedbar.el: Re-instate comments about developing for speedbar
14138 [this is what info and gdb-ui use even if better methods exist now].
14139
14140 * t-mouse.el: New file.
14141 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14142 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14143 (t-mouse-make-event-element): Use posn-at-x-y instead.
14144 (t-mouse-make-event): Deal with Fedora Core 3.
14145 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14146 (t-mouse-mouse-position-function): New function. Use it instead
14147 of advising mouse-position.
14148 (t-mouse-mode): New minor mode.
14149 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14150
14151 2006-02-27 Glenn Morris <rgm@gnu.org>
14152
14153 * calendar/calendar.el (calendar-holidays): Doc fix.
14154
14155 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14156
14157 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14158 Re-introduce the concept of a source window.
14159 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14160 consistency with get-buffer-create.
14161 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14162 (gdb-data-list-register-values-handler)
14163 (gdb-stack-list-locals-handler): Try to preserve window-start as
14164 well as window-point.
14165 (gdb-display-source-buffer): New function (old concept).
14166 (gdb-goto-breakpoint): Use it.
14167
14168 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14169 for gdb-ui/gdb-mi (old concept).
14170
14171 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14172
14173 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14174 binding.
14175
14176 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14177
14178 * textmodes/reftex-sel.el (reftex-select-label-map)
14179 (reftex-select-bib-map): Add `follow-mouse' binding.
14180
14181 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14182
14183 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14184 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14185 Give :set functions to provide automatic updating.
14186 Update docstring. Give compiler defvars early in the file
14187 and move the defcustoms to a later spot where all called functions
14188 are defined.
14189 (jka-compr-file-name-handler-entry): Doc fix.
14190 (jka-compr-compression-info-list--internal)
14191 (jka-compr-mode-alist-additions--internal)
14192 (jka-compr-load-suffixes--internal): New variables.
14193 (jka-compr-install): Set the three above variables.
14194 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14195 (jka-compr-update, jka-compr-set): New functions.
14196 (auto-compression-mode): Doc fix.
14197
14198 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14199 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14200 Use jka-compr-compression-info-list--internal,
14201 jka-compr-mode-alist-additions--internal and
14202 jka-compr-load-suffixes--internal.
14203
14204 * files.el (load-library):
14205 * loadhist.el (file-loadhist-lookup):
14206 * startup.el (command-line):
14207 * subr.el (locate-library):
14208 * emacs-lisp/autoload.el (update-directory-autoloads):
14209 * emacs-lisp/find-func.el (find-library-suffixes):
14210 Use `get-load-suffixes' instead of `load-suffixes'.
14211
14212 * subr.el (locate-library):
14213 * emacs-lisp/find-func.el (find-library-name):
14214 Use `load-file-rep-suffixes' instead of '("").
14215
14216 2006-02-26 Kim F. Storm <storm@cua.dk>
14217
14218 * ido.el (ido-save-history, ido-load-history): Simplify.
14219 Don't use find-file-noselect to avoid interference from other modes.
14220
14221 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14222
14223 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14224 to use the default shell if filename is not available.
14225 Reported by Giorgos Keramidas.
14226
14227 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14228
14229 * progmodes/etags.el (tags-completion-table): Do completion from
14230 all the tables in the current list, as documented in the manual.
14231
14232 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14233
14234 * CC Mode Update to 5.31.3.
14235
14236 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14237
14238 * progmodes/cc-mode.el (c-postprocess-file-styles):
14239 Bind inhibit-read-only to t, around the call to
14240 c-remove-any-local-eval-or-mode-variables, so that it works on a
14241 RO file.
14242
14243 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14244
14245 * progmodes/cc-awk.el: Correct a typo.
14246
14247 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14248
14249 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14250 c-hungry-delete-backwards, at the request of RMS. Leave the old
14251 name as an alias.
14252
14253 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14254
14255 * progmodes/cc-mode.el: Correct a typo.
14256
14257 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14258
14259 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14260
14261 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14262
14263 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14264 brace-else-brace (error due to mbeg, mend being undefined).
14265
14266 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14267
14268 * progmodes/cc-mode.el: File Local variables: Solve the problem
14269 where both `mode' and c-file-offsets are specified: `mode' will
14270 overwrite c-f-o's settings:
14271 (c-remove-any-local-eval-or-mode-variables): New function.
14272 (c-postprocess-file-styles): Call the above new function, within
14273 c-tentative-buffer-change, to splat `mode' and `eval' before the
14274 second hack-local-variables.
14275
14276 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14277
14278 * progmodes/cc-mode.el:
14279 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14280 (c-after-change): Protect the match data with save-match-data.
14281 It was getting corrupted by c-after-change-check-<>-operators.
14282
14283 * cc-defs.el: [Supersedes patch V1.38]:
14284 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14285 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14286
14287 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14288 with save-match-data. It was being corrupted when Font Lock was
14289 not enabled.
14290
14291 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14292
14293 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14294 Mode and Subword Mode.
14295
14296 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14297 real labels ("case 1:" or "foo:") from non-labels ("public:").
14298 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14299 coding; c-f-t-2 doesn't move over a token at EOB.
14300
14301 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14302
14303 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14304 (c-update-modeline): Concatenate the minor mode indicators
14305 directly onto mode-name, removing c-submode-indicators.
14306 Sometimes, c-s-i got separated from the mode name on the mode line.
14307
14308 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14309 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14310
14311 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14312
14313 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14314 error message when there's an evaluation error to show whether
14315 it's loaded from source or not.
14316 (c-filter-ops): Make it available at runtime too to work when
14317 `c-make-init-lang-vars-fun' needs to evaluate from source.
14318
14319 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14320
14321 * help.el (help): Revert last part of 2006-02-23 change (deletion
14322 of the `provide' call).
14323
14324 2006-02-23 Juri Linkov <juri@jurta.org>
14325
14326 * compare-w.el (compare-windows-highlight): Add new value
14327 `persistent' and change :type from `boolean' to `choice'.
14328 (compare-windows-overlays1, compare-windows-overlays2):
14329 New internal variables.
14330 (compare-windows-highlight): If compare-windows-highlight is
14331 `persistent', add current overlays to compare-windows-overlays[12]
14332 instead of adding compare-windows-dehighlight to pre-command-hook.
14333 (compare-windows-dehighlight): Delete all overlays from
14334 compare-windows-overlays[12].
14335
14336 * info.el (Info-search): Don't bind search-spaces-regexp to
14337 Info-search-whitespace-regexp in non-regexp isearch mode.
14338
14339 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14340
14341 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14342
14343 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14344
14345 * textmodes/org.el (org-xemacs-p)
14346 (org-export-html-show-new-buffer, org-table-may-need-update)
14347 (org-insert-item, org-mhe-get-message-real-folder)
14348 (org-mhe-get-message-folder-from-index)
14349 (org-mhe-get-message-folder, org-mhe-get-message-num)
14350 (org-mhe-get-header, org-make-org-heading-search-string)
14351 (org-make-org-heading-camel, org-table-sort-lines)
14352 (org-format-org-table-html, org-format-table-table-html):
14353 Fix typos in docstrings.
14354
14355 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14356
14357 * textmodes/org.el (org-cleaned-string-for-export)
14358 (org-solidify-link-text): New function.
14359 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14360 XEmacs, just to silence the compiler.
14361 (org-export-as-ascii, org-export-as-html-and-open):
14362 Use `org-cleaned-string-for-export' and create internal links.
14363 (org-follow-mhe-link): Require mh-e, use folder.
14364
14365 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14366
14367 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14368
14369 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14370 gdb-debug-log-length.
14371 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14372 it a real ring but...
14373 (gud-gdba-marker-filter): ...make it work like mark-ring.
14374 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14375 (gdb-mouse-jump): New function. Add bindings.
14376
14377 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14378
14379 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14380 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14381 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14382 (gdb-debug-log-length): Customize it's length.
14383 (gud-watch, gdb-var-create-handler): Display function::var format
14384 but don't use to create variable object.
14385 (gdb-var-create-handler): Use message-box in place of message.
14386 (gdb-stopped): Call gdb-exited if signalled.
14387
14388 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14389
14390 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14391
14392 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14393
14394 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14395 if `reftex-try-all-extensions' is set.
14396
14397 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14398 fail silently when there is no valid argument at point.
14399 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14400 `fail-silently' argument. From a patch by David Reiter.
14401
14402 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14403 New commands.
14404 (org-mark-ring): New variable.
14405 (org-mark-ring-length): New option.
14406 (org-open-at-point, org-goto, org-open-file): Push old position
14407 onto the mark ring.
14408 (org-add-hook): New function.
14409 (org-export-table-remove-special-lines): New option.
14410 (org-skip-comments, org-format-org-table-html): Respect new
14411 option `org-export-table-remove-special-lines'.
14412 (org-open-file): Allow special command configuration for
14413 directory link.
14414 (org-file-apps): Fix bugs in customize type, added setting
14415 for directories.
14416 (org-activate-tags, org-format-agenda-item, org-complete)
14417 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14418 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14419 (org-link-search, org-make-org-heading-search-string)
14420 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14421 (org-radio-targets, org-file-link-context-use-camel-case)
14422 (org-activate-camels): New options.
14423 (org-update-radio-target-regexp, org-all-targets)
14424 (org-make-target-link-regexp, org-activate-target-links):
14425 New functions.
14426 (org-make-org-heading-search-string): New function.
14427 (org-store-link, org-insert-link): Use new option
14428 `org-file-link-context-use-camel-case'.
14429 (org-activate-camels): Use new option `org-activate-camels'.
14430 (org-link-regexp): Add mhe prefix.
14431 (org-open-at-point, org-store-link): Support for mhe links.
14432 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14433 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14434 (org-mhe-get-header, org-follow-mhe-link): New functions.
14435 (org-remove-angle-brackets, org-add-angle-brackets):
14436 New functions.
14437 (org-bracket-link-regexp): New constant.
14438 (org-read-date): Fix bug that was rejecting all typed dates.
14439 (org-link-search): Make hierarchy above visible after a match.
14440 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14441 (org-store-link): Fix bug with link creation when cursor is in
14442 an empty line.
14443 (org-open-at-point): Fix bug with matching a link.
14444 Fixed buggy argument sequence in call to `org-view-tags'.
14445 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14446 (org-prefix-has-tag): New variable.
14447 (org-format-agenda-item): Remove tags from headline
14448 if appropriate.
14449 (org-agenda-remove-tags-when-in-prefix): New option.
14450
14451 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14452
14453 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14454 Fix the regular expressions.
14455
14456 2006-02-21 Richard M. Stallman <rms@gnu.org>
14457
14458 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14459 if there's no other specific basis.
14460
14461 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14462 as variables at all.
14463 (unsafep-variable): Rename arg; doc fix.
14464
14465 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14466
14467 * calendar/appt.el (diary-selective-display): Add defvar.
14468
14469 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14470
14471 * isearch.el (search-whitespace-regexp): Fix custom type.
14472
14473 * help.el (describe-key-briefly): Compute interactive args
14474 in same was as before previous change.
14475
14476 * files.el (enable-local-variables): Doc fix.
14477
14478 2006-02-21 Kim F. Storm <storm@cua.dk>
14479
14480 * fringe.el: Cleanup as file is now pre-loaded.
14481 (fringe-bitmaps): Initialize unconditionally.
14482 (fringe-mode, set-fringe-style): Remove autoload cookies.
14483
14484 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14485
14486 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14487 `horizontal-bar'.
14488 (fringe-cursor-alist): Use `horizontal-bar'.
14489
14490 2006-02-20 Kim F. Storm <storm@cua.dk>
14491
14492 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14493 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14494
14495 * loadup.el: Load "fringe" on window systems.
14496
14497 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14498
14499 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14500 out of scope components.
14501
14502 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14503 default.
14504
14505 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14506
14507 * custom.el (customize-mark-to-save, customize-mark-as-set):
14508 Load the symbol first.
14509
14510 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14511
14512 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14513 strech spec so it doesn't display as "^J" on the header line
14514 when `Buffer-menu-use-header-line' is t.
14515
14516 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14517
14518 * speedbar.el (speedbar-make-button): Keep text properties
14519 of string arguments if desired.
14520
14521 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14522 expessions.
14523
14524 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14525 of speedbar.
14526
14527 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14528
14529 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14530 to value of `read-file-name-completion-ignore-case'.
14531
14532 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14533
14534 * custom.el (customize-mark-as-set): Push to `user' theme.
14535
14536 * cus-edit.el (custom-save-variables): Allow unthemed values.
14537 (customize-set-variable): Push setting to `user' theme.
14538
14539 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14540
14541 * progmodes/gud.el: Don't require font-lock as it's now
14542 automatically loaded.
14543 (gud-speedbar-buttons): Replace gdb-var-changed with
14544 gdb-force-update.
14545
14546 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14547 gdb-var-changed.
14548 (gdb-post-prompt): Use it.
14549 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14550 (gdb-var-update-handler, gdb-var-delete)
14551 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14552 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14553 gdb-force-update in gdb-post-prompt.
14554 (gdb-reset): Clear watch expressions from speedbar when quitting.
14555
14556 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14557
14558 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14559 (viper-change-state-to-vi, viper-change-state-to-emacs):
14560 Make aware of cursor coloring in the Emacs state.
14561 (viper-special-read-and-insert-char): Use read-char-exclusive.
14562 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14563
14564 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14565
14566 * viper-util.el (viper-save-cursor-color)
14567 (viper-get-saved-cursor-color-in-replace-mode)
14568 (viper-get-saved-cursor-color-in-insert-mode)
14569 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14570 state.
14571 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14572
14573 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14574 (ediff-ignore-case-option3, ediff-actual-diff-options)
14575 (ediff-actual-diff3-options): New variables to control case sensitivity.
14576 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14577 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14578 (ediff-toggle-ignore-case): New function.
14579 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14580
14581 * ediff-help.el (ediff-long-help-message-narrow2)
14582 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14583 (ediff-long-help-message-word-mode): Add ignore-case command.
14584 (ediff-help-for-quick-help): Add ignore-case command.
14585
14586 * ediff-merg.el: Move provide to the end.
14587
14588 * ediff-ptch.el: Move provide to the end.
14589
14590 * ediff-wind.el: Move provide to the end.
14591
14592 * ediff-mult.el: Move provide to the end.
14593 (ediff-set-meta-overlay): Enable follow-link.
14594
14595 * ediff.el: Move provide to the end.
14596 Break recursive load cycle in eval-when-compile.
14597 (ediff-patch-buffer): Better heuristics.
14598
14599 * ediff-util.el: Move provide to the end.
14600 Break recursive load cycle in eval-when-compile.
14601 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14602 defuns.
14603 (ediff-submit-report): Pass the values of ediff-diff3-program,
14604 ediff-diff3-options.
14605
14606 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14607
14608 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14609 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14610 `' (for example, in the docstring of `windmove-default-keybindings').
14611
14612 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14613
14614 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14615 shadow face. Don't provide binding to edit variable when it is
14616 out of scope.
14617
14618 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14619 (gdb-var-update-handler): Detect out of scope variables with pre
14620 GDB 6.4 too.
14621 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14622 Reset status of variable objects to nil in update handlers.
14623 (gdb-var-update-handler-1): Detect when a variable object comes
14624 in scope. setcar on var changes gdb-var-list directly.
14625
14626 2006-02-17 Juri Linkov <juri@jurta.org>
14627
14628 * ffap.el (ffap) <defface>: Add explicit face declaration.
14629 (ffap-highlight): Use face `ffap' directly instead of checking
14630 for its existence.
14631
14632 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14633 `visible-ok' of `other-buffer' to find the right original buffer.
14634
14635 * info.el (Info-search): Skip `Local Variables' node.
14636
14637 2006-02-17 Juri Linkov <juri@jurta.org>
14638
14639 * info.el (Info-find-file): Check for symbols `apropos', `history',
14640 `toc' in the input filename, and return these symbols as is.
14641 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14642 `history', `toc' instead of strings.
14643 (Info-set-mode-line): For non-string Info-current-file use the
14644 symbol's name inside **.
14645 (Info-isearch-push-state): Add quote before Info-current-file and
14646 Info-current-node.
14647 (Info-isearch-pop-state): Use `equal' instead of `string='.
14648 (Info-extract-pointer, Info-following-node-name): Use
14649 `match-string-no-properties' instead of `match-string'.
14650 (Info-up): Check `old-file' for `stringp'.
14651 (Info-history): Use `equal' instead of `string-equal'.
14652 Check `file' for `stringp'.
14653 (Info-history): Use symbol `history' instead of string as first arg
14654 of `Info-find-node'.
14655 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14656 `toc' instead of string.
14657 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14658 instead of `buffer-substring', and `match-string-no-properties'
14659 instead of `match-string'.
14660 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14661 instead of strings.
14662 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14663 Use symbol `apropos' instead of string.
14664 (Info-copy-current-node-name): Check `Info-current-file' for
14665 `stringp' and construct a command with `Info-find-node' from it.
14666 (Info-fontify-node): Use `match-string-no-properties' instead of
14667 `match-string' and check file names for `stringp'.
14668 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14669 `history', `toc' instead of strings.
14670
14671 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14672
14673 * files.el: Rearrange functions and variables in the file local
14674 variables section.
14675
14676 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14677
14678 * files.el: Add truncate-lines, ispell-check-comments and
14679 ispell-local-dictionary as safe local variables.
14680
14681 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14682
14683 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14684 out of scope variables.
14685 (gud-speedbar-buttons): Use unless.
14686
14687 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14688 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14689 (gdb-show-changed-values): Also use for out of scope variables.
14690 (gdb-var-update-handler-1): Note if variable goes out of scope.
14691
14692 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14693
14694 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14695 default to global variable values for unsupplied args.
14696 (rcirc-get-buffer-create): Fix bug with setting the target.
14697 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14698 test for rcirc-always-use-server-buffer-flag here.
14699 (rcirc-response-formats): Add %N, which is a facified nick. %n
14700 uses the default face. Change the ACTION format string. If the
14701 "nick" is the server, don't print anything for that field.
14702 Comment fixes.
14703 (rcirc-target-buffer): Don't test
14704 rcirc-always-use-server-buffer-flag here.
14705 (rcirc-print): Squeeze extra spaces out of the text before message.
14706 (rcirc-put-nick-channel): Strip potential "@" char from nick
14707 before adding them to nick table.
14708 (rcirc-url-regexp): Improve to match address like "foo.com".
14709
14710 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14711
14712 * allout.el (allout-hidden-p): Move this defsubst before
14713 allout-overlay-interior-modification-handler, where it is first
14714 used.
14715
14716 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14717
14718 * allout.el: Use allout invisible-text overlays instead of
14719 selective display for concealed text. Also, lots of general
14720 cleanup, and improved compatibility code.
14721
14722 (allout-version): Incremented, corrected, revised, and refined
14723 module commentary.
14724
14725 (provide 'allout): Moved to the bottom, added a require of overlay.
14726
14727 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14728 `except-current'.
14729 (allout-write-file-hook-handler): Minimize delay.
14730 (count-trailing-whitespace-region): New function so
14731 auto-encryption of current topic can resituate cursor exactly.
14732 PGP/GPG encryption trims trailing whitespace from lines, which
14733 must be accounted for across encryption then decryption.
14734
14735 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14736 just plain "\C-c", to avoid intruding on user's keybinding space.
14737
14738 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14739 parameter, so user request to provide a new password is done.
14740
14741 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14742 Refined mechanism for auto-filling behavior while in allout mode.
14743
14744 (allout-mode): Explicitly specify the mode map in the docstring.
14745 Clarify provision for various write-file hook var names.
14746 Adjusted for invisible-text overlays instead of selective-display.
14747
14748 (allout-depth): Really return 0 if not within any topic. This
14749 rectifies `allout-beginning-of-level' and sequence numbering
14750 errors that occur when cutting and pasting numbered topics.
14751 Changed from a in-line subst to a regular function, as well.
14752
14753 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14754
14755 (allout-end-of-subtree, allout-end-of-subtree)
14756 (allout-end-of-entry, allout-end-of-current-heading)
14757 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14758 (allout-show-children, allout-show-to-offshoot)
14759 (allout-hide-current-entry, allout-show-current-entry): Rectified
14760 handling of trailing blank lines between items.
14761
14762 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14763 (allout-current-depth, allout-unprotected, allout-hidden-p)
14764 (allout-on-current-heading-p, allout-listify-exposed)
14765 (allout-chart-subtree, allout-goto-prefix)
14766 (allout-back-to-current-heading, allout-get-body-text)
14767 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14768 (allout-hide-region-body, allout-toggle-subtree-encryption)
14769 (allout-encrypt-string, allout-encrypted-key-info)
14770 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14771 (allout-file-vars-section-data): Adjusted for use with
14772 invisible-text overlays instead of selective-display.
14773
14774 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14775 Reworked for use with invisible text overlays.
14776
14777 (allout-current-topic-collapsed-p): New function.
14778
14779 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14780 to know when to close the containing topic.
14781
14782 (allout-pre-command-business, allout-post-command-business):
14783 Simplify undo-batching and dynamic isearch exposure.
14784
14785 (allout-set-overlay-category): New for invisible-text overlays.
14786 Sets properties of allout-overlay-category, used by
14787 allout-flag-region to set invisible-text overlay properties.
14788 (allout-get-invisibility-overlay): Get the first qualifying
14789 invisibility overlay, so we can find the extent of it.
14790 (allout-back-to-visible-text): Get to just before the beginnining
14791 of the current invisibility overlay, if any.
14792
14793 (allout-overlay-insert-in-front-handler)
14794 (allout-overlay-interior-modification-handler)
14795 (allout-before-change-handler, allout-isearch-end-handler): New
14796 functions to handle extraordinary actions affecting concealed
14797 text.
14798
14799 (allout-flag-region): Use overlays instead of selective-display
14800 for invisible text - by inheritence from the properties of
14801 allout-overlay-category in mainline Emacs, and applied
14802 property-by-property in XEmacs, some recent versions of which
14803 don't inherit the properties from the category. Provisions to
14804 respond to concealed-text edits simplified drastically.
14805
14806 (allout-isearch-rectification, allout-isearch-was-font-lock)
14807 (allout-isearch-expose, allout-enwrap-isearch)
14808 (allout-isearch-abort, allout-pre-was-isearching)
14809 (allout-isearch-prior-pos, allout-isearch-did-quit)
14810 (allout-isearch-dynamic-expose)
14811 (allout-hide-current-entry-completely): Functions deleted.
14812
14813 (allout-undo-aggregation): Explicit undo aggregation no longer
14814 necessary due to transition away from selective-display.
14815
14816 (set-allout-regexp, allout-up-current-level)
14817 (allout-next-visible-heading, allout-forward-current-level)
14818 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14819 (allout-kill-line, allout-yank-processing, allout-show-children)
14820 (allout-expose-topic, allout-old-expose-topic)
14821 (allout-listify-exposed, allout-insert-latex-header)
14822 (allout-toggle-subtree-encryption, allout-encrypt-string)
14823 (remove-from-invisibility-spec, allout-hide-current-subtree):
14824 Ditched unused variables.
14825
14826 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14827
14828 * textmodes/ispell.el (ispell-change-dictionary): Call
14829 ispell-buffer-local-dict instead of
14830 ispell-accept-buffer-local-defs.
14831 (ispell-local-dictionary-alist): Accept as valid any coding-system
14832 supported by Emacs.
14833 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14834 changed to iso-8859-3.
14835
14836 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14837
14838 * speedbar.el (speedbar-frame-width): Make an inline function
14839 instead of a macro. Use frame-width.
14840 (speedbar-try-completion, speedbar-update-contents)
14841 (speedbar-timer-fn): Use consp.
14842 (speedbar-update-localized-contents): Try to preserve point.
14843
14844 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14845 (menu): Re-order menu items.
14846 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14847 field.
14848 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14849 (gdb-post-prompt): Speed things by not forcing update.
14850
14851 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14852
14853 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14854 press and perform default action if we get a mouse movement event.
14855
14856 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14857
14858 * calendar/icalendar.el (icalendar--get-event-property)
14859 (icalendar--get-event-property-attributes): Fix typos in
14860 docstrings.
14861
14862 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14863 docstring.
14864
14865 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
14866
14867 * bs.el (bs-mode): Use `buffer-disable-undo'.
14868 (bs--get-file-name): Simplify.
14869 (bs-show-in-buffer): Mark the buffer as not modified.
14870
14871 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14872
14873 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14874 widget-button-click.
14875
14876 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14877 (custom-mode): Update docstring.
14878
14879 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14880 binding.
14881
14882 * files.el (hack-local-variables-confirm): Allow scrolling if the
14883 file variable list is too long. Kill temp buffer after use.
14884
14885 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
14886
14887 * progmodes/gud.el (gdb): Improve doc string.
14888 (gdb-script-font-lock-keywords): Expand allowed character set.
14889
14890 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14891 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14892 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14893 (gdb-separate-io-stop, gdb-separate-io-eof):
14894 Rename from gdb-inferior-* to gdb-separate-*.
14895 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14896
14897 2006-02-14 Jay Belanger <belanger@truman.edu>
14898
14899 * calc/calc-arith.el (math-check-known-scalarp): Make sure
14900 expression is a symbol before checking that it is bound.
14901
14902 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14903 test to see if equation can be solved.
14904
14905 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14906
14907 * wid-edit.el (widget-button-click): Use :pressed-face property
14908 for overlay face, if it exists.
14909
14910 * cus-edit.el (custom-manual, custom-add-see-also)
14911 (custom-add-parent-links, custom-group-link): Add :pressed-face
14912 property to links.
14913
14914 * files.el (hack-local-variables): Remove ignored variables before
14915 checking if any variables need setting.
14916
14917 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14918
14919 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14920
14921 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
14922
14923 * help.el (where-is): Fix message for remapped commands.
14924
14925 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14926 Fix typos in docstrings.
14927
14928 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
14929
14930 * files.el (safe-local-variable-values): New option.
14931 (hack-local-variables-prop-line): Return a list of variable-value
14932 pairs if MODE-ONLY is non-nil.
14933 (hack-local-variables): Construct list of variable-value pairs,
14934 and apply or reject them in one go. Ask for confirmation if
14935 variables are not known safe.
14936 (hack-local-variables-confirm): Complete rewrite. Support
14937 `safe-local-variable-values'.
14938 (enable-local-variables): Update docstring to reflect new
14939 behavior.
14940 (ignored-local-variables): Ignore ignored-local-variables and
14941 safe-local-variable-values.
14942 (safe-local-variable-p): New function.
14943 (risky-local-variable-p): `safe-local-variable' property check
14944 moved to safe-local-variable-p.
14945 (hack-one-local-variable): Checks moved to hack-local-variables.
14946
14947 (byte-compile-dynamic, c-basic-offset, c-file-style)
14948 (c-indent-level, comment-column, fill-column, fill-prefix)
14949 (indent-tabs-mode, kept-new-versions, no-byte-compile)
14950 (no-update-autoloads, outline-regexp, page-delimiter)
14951 (paragraph-start, paragraph-separate, sentence-end)
14952 (sentence-end-double-space tab-width, version-control):
14953 Add `safe-local-variable' property.
14954
14955 * find-lisp.el: Delete nonexistent `autocompile' file variable.
14956
14957 * icomplete.el, play/landmark.el: Change nonexistent
14958 `outline-layout' file variable to `allout-layout'.
14959
14960 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
14961
14962 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14963 (gdb-get-changed-registers): Test value of gud-minor-mode relative
14964 to gud-comint-buffer.
14965 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14966 gdb-ui.el for gdb-mi.el.
14967 (gdb-post-prompt, gdb-get-changed-registers): Move test for
14968 registers buffer to gdb-get-changed-registers.
14969 (gdb-breakpoint-regexp): New regexp. Allow toggling and
14970 deletion of catchpoints (throw and catch).
14971 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14972 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14973 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14974 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14975 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14976
14977 2006-02-13 Jay Belanger <belanger@truman.edu>
14978
14979 * calc/calc-arith.el (math-check-known-matrixp): Make sure
14980 expression is a symbol before checking that it is bound.
14981
14982 2006-02-13 Richard M. Stallman <rms@gnu.org>
14983
14984 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14985 for the minibuffer too, but not if resize-mini-windows will interfere.
14986
14987 * help.el (describe-key-briefly, describe-key): Do all arg-reading
14988 inside `interactive' spec.
14989 (describe-key-briefly-internal, describe-key-internal):
14990 Functions merged back into their callers.
14991
14992 2006-02-13 Martin Rudalics <rudalics@gmx.at>
14993
14994 * info.el (info-xref-visited): Inherit from info-xref too.
14995 (Info-set-mode-line): Replace occurrences of `%' by `%%'
14996 when propertizing Info-current-file and Info-current-node.
14997
14998 2006-02-13 Juri Linkov <juri@jurta.org>
14999
15000 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15001 (tumme-thumb-name): Fix per-directory format.
15002
15003 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15004
15005 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15006
15007 2006-02-12 Miles Bader <miles@gnu.org>
15008
15009 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15010
15011 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15012
15013 * tumme.el: Remove history section. If someone needs the it, it
15014 can always be found in CVS.
15015
15016 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15017
15018 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15019 about the Thumbnail Managing Standard option.
15020
15021 2006-02-12 Richard M. Stallman <rms@gnu.org>
15022
15023 * subr.el (substitute-key-definition): Doc fix.
15024
15025 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15026
15027 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15028
15029 * info.el (Info-mode): Doc fix.
15030
15031 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15032
15033 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15034
15035 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15036 because on Solaris a POSIX compatible "id" is needed. Reported by
15037 Magnus Henoch <mange@freemail.hu>.
15038
15039 2006-02-12 Juri Linkov <juri@jurta.org>
15040
15041 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15042 (tumme) <defgroup>: Change :group to `multimedia'.
15043 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15044 Managing Standard.
15045 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15046 Fix dostring.
15047 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15048 and %y. Fix docstring.
15049 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15050 (tumme-cmd-create-standard-thumbnail-command): New user options.
15051 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15052 is `standard'. Fix docstring.
15053 (tumme-thumb-width, tumme-thumb-height): New user options.
15054 (tumme-external-viewer): Try to find various viewers.
15055 (tumme-get-thumbnail-image): Use `create-image' instead of
15056 constructing the `image' structure.
15057 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15058 `standard'.
15059 (tumme-thumb-name): Add file name generation for standard storage.
15060 Simplify code for other storages.
15061 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15062 Add modification time %m and thumbnail-nq8 %q.
15063 Use `tumme-cmd-create-standard-thumbnail-command' if
15064 tumme-thumbnail-storage is `standard'.
15065 (tumme-dired-insert-marked-thumbs): New autoload command.
15066 (tumme-dired-after-readin-hook): New function.
15067 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15068 `tumme-thumb-size'.
15069 (tumme-display-image): Replace size-x %x and size-y %y with
15070 width %w and height %h.
15071
15072 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15073 `tumme-dired-insert-marked-thumbs'.
15074
15075 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15076
15077 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15078 include path).
15079 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15080 matching tag.
15081
15082 2006-02-12 Miles Bader <miles@gnu.org>
15083
15084 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15085 New variables.
15086 (rcirc-abbrev-nick): New function.
15087 (rcirc-format-response-string): Rewrite to use the formats in
15088 `rcirc-response-formats' and expand escape sequences therein.
15089 A text-property `rcirc-text' is added over the actual response
15090 text to make easy to find inside the returned string.
15091 (rcirc-print): When filling, just look for the `rcirc-text'
15092 text-property to find the appropriate fill prefix, instead of
15093 using hardwired patterns.
15094
15095 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15096
15097 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15098 Managing Standard.
15099
15100 2006-02-11 Kim F. Storm <storm@cua.dk>
15101
15102 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15103 Don't use insert-buffer; do insert-buffer-substring directly.
15104 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15105
15106 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15107
15108 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15109 with inhibit-read-only. Suggested by Stefan Monnier.
15110 (revert-buffer): Let insert-file-contents discard
15111 buffer-undo-list. Simplify code.
15112 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15113
15114 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15115
15116 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15117
15118 * help.el (describe-key-briefly): Now a wrapper for
15119 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15120 to t. Populate yank-menu if empty.
15121 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15122 (describe-key): Now a wrapper for describe-key-internal. Bind
15123 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15124 (describe-key-internal): Renamed from describe-key.
15125
15126 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15127
15128 * progmodes/glasses.el (glasses-separator): Doc fix.
15129 (glasses-original-separator): New defcustom.
15130 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15131
15132 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15133
15134 * mwheel.el (mouse-wheel-up-event): Doc fix.
15135
15136 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15137
15138 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15139 (tumme-dir): New function. Copied from thumbs.el.
15140
15141 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15142
15143 * desktop.el (desktop-outvar): Fix typo.
15144 (desktop-save-buffer-p): Doc fix.
15145
15146 * subr.el (substitute-key-definition): Fix typo.
15147
15148 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15149
15150 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15151 when window-system is mac.
15152
15153 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15154
15155 2006-02-10 Kim F. Storm <storm@cua.dk>
15156
15157 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15158 indirect-function instead of using condition-case.
15159
15160 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15161
15162 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15163 less `colloquial'...
15164
15165 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15166
15167 * tumme.el: Add a couple of todo items.
15168
15169 2006-02-09 Lars Hansen <larsh@soem.dk>
15170
15171 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15172 (highlight-changes-mode): Don't change desktop-locals-to-save.
15173
15174 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15175
15176 * image-mode.el (image-toggle-display): Clear image cache if using
15177 filename.
15178
15179 2006-02-09 Masatake YAMATO <jet@gyve.org>
15180
15181 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15182 a `dired-man' target.
15183
15184 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15185 boundary of symbols.
15186
15187 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15188
15189 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15190
15191 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15192
15193 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15194 `mapcar'; return nil.
15195
15196 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15197
15198 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15199 some other event.
15200
15201 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15202
15203 * net/rcirc.el (rcirc-startup-channels-alist):
15204 Add irc.freenode.net and #emacs as defaults.
15205 (rcirc-ignore-all-activity-flag): Remove variable.
15206 (rcirc-authinfo): New variable.
15207 (rcirc-authinfo-filename): Remove variable.
15208 (rcirc-always-use-server-buffer-flag): New flag.
15209 (rcirc): M-x rcirc will automatically connect without prompting.
15210 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15211 connection in lisp.
15212 (rcirc-process-server-response-1): Remove everything but the nick
15213 portion of the sender so it doesn't need to be done everywhere
15214 else. Update related code.
15215 (global-map): Remove global keybindings.
15216 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15217 (rcirc-send-input): Split into several functions.
15218 (rcirc-process-input-line, rcirc-process-message)
15219 (rcirc-process-command): New functions.
15220 (rcirc-target-buffer): New function to determine where to route
15221 messages.
15222 (rcirc-user-nick): Save match data.
15223 (rcirc-toggle-ignore-buffer-activity)
15224 (rcirc-update-activity-string): Remove global ignore functionality,
15225 which can be done now by toggling rcirc-track-minor-mode.
15226 (rcirc-track-minor-mode-map): New keymap.
15227 (rcirc-track-minor-mode): New minor-mode.
15228 (ignore): Make the ignore output nicer. Always print it when
15229 adding or removing nicks.
15230 (rcirc-url-regexp): Improve.
15231 (rcirc-mangle-text): Remove properties before using text in the
15232 modeline.
15233 (rcirc-authenticate): Authentication data comes from
15234 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15235 (rcirc-server-prefix): Inherit from rcirc-server.
15236
15237 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15238
15239 * Makefile.in (compile): Append "|| true" to the end of the `find'
15240 command, like compile-always does.
15241
15242 2006-02-08 Sam Steingold <sds@gnu.org>
15243
15244 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15245 output from a dead connection.
15246
15247 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15248
15249 * dired.el (dired-mode-map): Add more bindings for tumme.
15250
15251 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * wdired.el (wdired-mode-map): Use remap.
15254 (wdired-get-filename): Massage.
15255 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15256 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15257 `keymap' property rather than `local-map'.
15258
15259 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15260
15261 * tumme.el (tumme-get-thumbnail-image): New utility function.
15262 Suggested by from Chong Yidong.
15263 (tumme-dired-with-window-configuration): Rename from
15264 `tumme-dired'. Add code to save window configuration.
15265 (tumme-restore-window-configuration): New command to restore the
15266 window configuration that `tumme-dired-with-window-configuration'
15267 saves before it changes the window configuration.
15268 (tumme-show-all-from-dir): New command to display thumbnails for
15269 all files in a directory entered by the user, like M-x thumbs.
15270 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15271 have been created.
15272 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15273 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15274 Remove obsolete test function.
15275
15276 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * vc.el (small-temporary-file-directory): Remove defvar; there's
15279 a defcustom for it in files.el.
15280
15281 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15282 Fix typo in message.
15283 (tumme-gallery-generate): Fix typo in `error' message.
15284 (tumme-display-window-height-correction)
15285 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15286 (tumme-line-up-interactive): Dox fixes.
15287 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15288 (tumme-restore-window-configuration, tumme-format-properties-string)
15289 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15290 Fix typos in docstrings.
15291
15292 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15293
15294 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15295
15296 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15297
15298 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15299 User should use hook if desired.
15300
15301 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15302 buffer if necessary.
15303 (gdb-delete-frame-or-window): New function.
15304 (gdb-breakpoints-mode-map): Bind "q" to it.
15305
15306 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15307
15308 * textmodes/nroff-mode.el: Clean up name space.
15309 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15310 (nroff-mode): Obey the global setting of nroff-electric-mode.
15311 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15312
15313 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15314
15315 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15316
15317 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15318
15319 2006-02-06 Lars Hansen <larsh@soem.dk>
15320
15321 * generic-x.el (etc-fstab-generic-mode): Add file system types
15322 cifs and usbdevfs. Allow special chars in file names.
15323
15324 2006-02-05 Jay Belanger <belanger@truman.edu>
15325
15326 Update copyright notices of the files in lisp/calc.
15327
15328 2006-02-05 Romain Francoise <romain@orebokech.com>
15329
15330 Update copyright notices of all files in the lisp/play directory.
15331
15332 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15333
15334 * ldefs-boot.el: Regenerate.
15335
15336 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15337
15338 2006-02-05 Kim F. Storm <storm@cua.dk>
15339
15340 * files.el (magic-mode-regexp-match-limit): New defvar.
15341 (set-auto-mode): Use it to limit magic-mode-alist matching.
15342
15343 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15344
15345 * info.el (Info-index, Info-mode): Improve the description of the
15346 `i' command.
15347
15348 * ldefs-boot.el: Regenerate.
15349
15350 2006-02-03 Werner Lemberg <wl@gnu.org>
15351
15352 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15353 greedy to find the closing bracket in \*[...] and similar
15354 expressions. This is a first rough fix -- many additional
15355 refinements are necessary to make nroff mode really usable with groff.
15356
15357 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15358
15359 * international/mule-cmds.el (set-locale-environment):
15360 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15361 libX11.
15362
15363 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15364
15365 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15366 archive are created in archive-tmpdir.
15367
15368 2006-02-02 John Paul Wallington <jpw@pobox.com>
15369
15370 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15371 (ibuffer-fontification-alist): Use it.
15372 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15373 to "* z" and the Ibuffer Mark menu.
15374
15375 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15376
15377 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15378
15379 * textmodes/table.el (*table--cell-describe-mode)
15380 (*table--cell-describe-bindings): Undo last change since
15381 print-help-return-message is not obsoleted by anything at all.
15382
15383 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15384
15385 * emulation/cua-base.el (cua-mode): Doc fix.
15386
15387 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15388
15389 * dframe.el (dframe-handle-make-frame-visible)
15390 (dframe-handle-iconify-frame, dframe-get-focus)
15391 (dframe-select-attached-frame, dframe-power-click)
15392 (dframe-frame-mode): Fix typos in docstrings.
15393
15394 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15395 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15396 Fix typos in docstrings.
15397
15398 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15399 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15400 (hi-lock-archaic-interface-message-used)
15401 (hi-lock-file-patterns-range): Fix typos in docstrings.
15402
15403 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15404 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15405
15406 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15407 Fix typo in docstring.
15408
15409 * net/newsticker.el (newsticker--decode-iso8601-date)
15410 (newsticker--set-customvar, newsticker--buffer-insert-item)
15411 (newsticker--do-run-auto-mark-filter)
15412 (newsticker--parse-generic-feed): Doc fixes.
15413 (newsticker--retrieval-timer-list, newsticker-url-list)
15414 (newsticker-hide-immortal-items-in-echo-area)
15415 (newsticker-hide-obsolete-items-in-echo-area)
15416 (newsticker-new-item-face, newsticker--enclosure)
15417 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15418 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15419 (newsticker--parse-generic-feed, newsticker--cache-contains)
15420 (newsticker--stat-num-items, newsticker-download-enclosures):
15421 Fix typos in docstrings.
15422
15423 * net/rcirc.el (rcirc-debug): Doc fix.
15424 (rcirc-fill-column, rcirc-receive-message-hooks)
15425 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15426 (rcirc-mode, rcirc-generate-new-buffer-name)
15427 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15428 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15429 Fix typos in docstrings.
15430 (rcirc-print): "?\ " -> "?\s".
15431 (rcirc-cmd-join): Improve argument/docstring consistency.
15432
15433 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15434
15435 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15436 before narrow-to-region.
15437
15438 2006-02-01 Richard M. Stallman <rms@gnu.org>
15439
15440 * simple.el (move-beginning-of-line): Scan properly for invis change.
15441
15442 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15443
15444 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15445
15446 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15447 change bit only when id-format is 'integer. Reported by Matt
15448 Hodges <M.P.Hodges@rl.ac.uk>.
15449
15450 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15451
15452 * hilit-chg.el (highlight-changes-initial-state)
15453 (highlight-changes-global-initial-state): Doc fixes.
15454 (highlight-changes-global-modes, global-highlight-changes):
15455 Fix typos in docstrings.
15456
15457 2006-02-01 Kim F. Storm <storm@cua.dk>
15458
15459 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15460 transient-mark-mode in doc string.
15461
15462 2006-01-31 Richard M. Stallman <rms@gnu.org>
15463
15464 * replace.el (multi-occur): Doc fix.
15465 (multi-occur-in-matching-buffers): Rename from
15466 multi-occur-by-filename-regexp. Prefix arg says match
15467 buffer names instead of file names.
15468
15469 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15470
15471 * bs.el: Allow non-default values of `bs-header-lines-length'.
15472 (bs--running-in-xemacs): Remove (not needed anymore).
15473 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15474 instead of `shrink-window', thus avoiding having to compute the
15475 height of the window.
15476 (bs--up): Wrap around even when there's no header.
15477 (bs--down): Use `forward-line' instead of `next-line'.
15478
15479 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15480
15481 * image-mode.el (image-toggle-display): Use file name if possible,
15482 instead of unnecessarily allocating a (possibly huge) lisp string.
15483
15484 2006-01-30 John Paul Wallington <jpw@pobox.com>
15485
15486 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15487 because the `assert' macro signals it at runtime.
15488
15489 * emacs-lisp/cl.el (toplevel): Remove definition of
15490 `cl-assertion-failed' condition.
15491
15492 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15493
15494 * thumbs.el (thumbs-marked-list): Make buffer-local and
15495 permanent-local.
15496 (thumbs-insert-thumb): Make help-echo non-sticky.
15497 (thumbs-file-alist): Use eolp as check for (non)-image.
15498
15499 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15500
15501 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15502 (ediff-before-session-group-setup-hooks)
15503 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15504 Fix typos in docstrings.
15505
15506 * window.el (bw-dir, bw-eqdir, balance-windows)
15507 (split-window-keep-point): Fix typos in docstrings.
15508
15509 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15510 (org-quote-string, org-calendar-to-agenda-key)
15511 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15512 (org-show-following-heading, org-tags-column)
15513 (org-use-tag-inheritance, org, org-allow-space-in-links)
15514 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15515 (org-enable-table-editor, org-calc-default-modes)
15516 (org-table-allow-automatic-line-recalculation)
15517 (org-export-html-style, org-export-with-fixed-width)
15518 (org-export-with-sub-superscripts, org-special-keyword)
15519 (org-formula, org-time-grid, org-table-may-need-update)
15520 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15521 (org-goto-quit, org-get-indentation, org-end-of-item)
15522 (org-move-item-down, org-move-item-up)
15523 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15524 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15525 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15526 (org-agenda-log-mode, org-agenda-toggle-diary)
15527 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15528 (org-agenda-file-to-end, org-agenda-no-heading-message)
15529 (org-agenda-get-closed, org-format-agenda-item)
15530 (org-cmp-priority, org-cmp-category, org-cmp-time)
15531 (org-agenda-change-all-lines, org-agenda-diary-entry)
15532 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15533 (org-link-search, org-camel-to-words, org-open-file)
15534 (org-remember-handler, org-table-convert-region)
15535 (org-table-move-row-down, org-table-move-row-up)
15536 (org-table-copy-region, org-table-wrap-region)
15537 (org-table-toggle-vline-visibility)
15538 (org-table-get-vertical-vector, org-table-modify-formulas)
15539 (org-table-get-specials, org-recalc-commands)
15540 (org-table-rotate-recalc-marks, org-table-eval-formula)
15541 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15542 (org-level-color-stars-only, org-insert-heading):
15543 Fix typos in docstrings.
15544 (last-arg): Add defvar.
15545
15546 * makefile.w32-in (WINS): Add erc.
15547 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15548
15549 2006-01-29 Bill Wohler <wohler@newt.com>
15550
15551 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15552 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15553 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15554 (mh-autoloads): Don't use comments on otherwise empty lines.
15555
15556 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15557
15558 * emulation/viper.el (viper-major-mode-modifier-list):
15559 Add insert-state and vi-state entries for erc-mode.
15560 (viper-go-away, viper-set-hooks): Add and remove
15561 viper-comint-mode-hook from erc-mode-hook as appropriate.
15562
15563 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15564
15565 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15566
15567 * bs.el (bs--format-aux): Implement `middle' alignment as
15568 described in the docstring for `bs-attributes-list'.
15569 (bs--get-name): Simplify. Don't pad the buffer name.
15570
15571 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15572
15573 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15574 English aspell dictionary is installed, use the first entry of
15575 ispell-dictionary-alist-1.
15576
15577 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15578
15579 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15580 Doc fix.
15581
15582 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15583
15584 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15585 for `process-file', in order to let it work for older Emacsen too.
15586
15587 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15588
15589 * international/latexenc.el: Add a suitable `coding:' tag.
15590 (latexenc-find-file-coding-system): Undo last change.
15591
15592 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15593
15594 * international/latexenc.el (latexenc-find-file-coding-system):
15595 Make sure latexenc-main-file is a regular file and is readable.
15596
15597 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15598
15599 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15600 Pass FILE to vc-user-login-name.
15601
15602 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15603
15604 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15605
15606 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15607 there are no more images to display.
15608 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15609 the next image.
15610
15611 2006-01-26 Richard M. Stallman <rms@gnu.org>
15612
15613 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15614
15615 * wid-edit.el (advertised-widget-backward): New alias.
15616 (widget-keymap): Use advertised-widget-backward for S-TAB.
15617
15618 * tumme.el: Correct the keywords.
15619 (tumme-dir-max-size): Use defvar.
15620 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15621
15622 * simple.el (move-beginning-of-line): Take account of fields.
15623 (clone-indirect-buffer-other-window): Take args like
15624 clone-indirect-buffer, and work like it.
15625
15626 * help-fns.el (describe-function): Don't pass `nil' as default.
15627
15628 * files.el (risky-local-variable-p): Follow var aliases.
15629
15630 * subr.el (lazy-completion-table): Doc fix.
15631
15632 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15633 global binding of `line'.
15634
15635 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15636
15637 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15638 Tramp.
15639
15640 * vc.el (vc-default-dired-state-info): Pass FILE to
15641 vc-user-login-name.
15642 (vc-default-update-changelog): Don't use vc-user-login-name, we
15643 don't need it here.
15644
15645 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15646 no longer necessary.
15647
15648 2006-01-25 Kenichi Handa <handa@m17n.org>
15649
15650 * international/mule.el (decode-char): Avoid the overhead of
15651 calling utf-lookup-subst-table-for-decode if
15652 utf-translate-cjk-mode is nil.
15653 (encode-char): Avoid the overhead of calling
15654 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15655 nil.
15656
15657 2006-01-22 Kenichi Handa <handa@m17n.org>
15658
15659 * international/mule.el (make-subsidiary-coding-system): Reset
15660 `coding-system-define-form' property of subsidiaries to nil.
15661 Avoid duplicated entry in coding-system-alist.
15662 (make-coding-system): Avoid duplicated entry in
15663 coding-system-alist.
15664 (define-coding-system-alias): Likewise.
15665
15666 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15667
15668 * completion.el: Minor fixes in introductory comment.
15669 (completion-def-wrapper): Fix alist.
15670
15671 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15672
15673 * thumbs.el (thumbs-new-image-size): New function.
15674 (thumbs-increment-image-size-element)
15675 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15676 (thumbs-decrement-image-size): Delete.
15677 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15678 temp files and use to resize.
15679 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15680 Use increment argument to enlarge/shrink. Preserve point.
15681 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15682 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15683 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15684 (thumbs-mark, thumbs-unmark): Preserve point.
15685 (thumbs-modify-image): Keep old temp files and use to modify.
15686 Cleanup old temp files at load time. Preserve point.
15687 (thumbs-view-image-mode-map): Use new command names.
15688
15689 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15690
15691 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15692
15693 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15694 the nastiest part of the cyclic dependency.
15695 (cal-menu-update): Use dotimes and calendar-increment-month.
15696
15697 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15698 (calendar-week-start-day): Add an :initializer.
15699 (calendar-mode-map): Use suppress-keymap, and command remapping.
15700 (describe-calendar-mode): Setup xref-stack info for the back button.
15701 (calendar-star-date): Insert before delete.
15702 (calendar-set-mode-line): Add file-modified info if applicable.
15703 (calendar-increment-month): New function.
15704
15705 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15706
15707 * font-lock.el (lisp-font-lock-keywords-2):
15708 Recognize "& keywords" only at word boundaries.
15709
15710 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15711
15712 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15713 and permanent-local.
15714 (thumbs-max-image-number): New variable.
15715 (thumbs-do-thumbs-insertion): Use them.
15716 (thumbs-per-line): Change default to 4.
15717 (thumbs-marked-list): Rename from thumbs-markedL.
15718 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15719 (thumbs-rename-images): Use -list instead of L for internal variables.
15720 (thumbs-call-convert): Use call-process instead of shell-command.
15721 (thumbs-insert-thumb): Add filename as help-echo to each image.
15722 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15723 Give dir to thumbs-show-thumbs-list.
15724 (thumbs-show-thumbs-list): Set default-directory to that of images.
15725 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15726 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15727 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15728 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15729
15730 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * ses.el (ses-read-cell): Provide a default value.
15733
15734 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15735
15736 * term/w32-win.el (image-library-alist): Add additional names for
15737 GIF library.
15738
15739 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15740
15741 * international/latexenc.el (latexenc-find-file-coding-system):
15742 Add file-regular-p check.
15743
15744 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15745
15746 * simple.el (clone-buffer): Don't show the new buffer in the same
15747 window.
15748
15749 2006-01-23 Juri Linkov <juri@jurta.org>
15750
15751 * faces.el (link, link-visited): New faces based on default values
15752 of `info-xref' and `info-xref-visited'.
15753
15754 * info.el (info-xref): Inherit from `link'.
15755 (info-xref-visited): Inherit from `link-visited'.
15756
15757 * cus-edit.el (custom-buffer-create-internal): Use widget type
15758 `custom-manual' instead of `info-link' and don't set properties
15759 `button-face' and `mouse-face' explicitly.
15760 (custom-browse-group-tag, custom-browse-variable-tag)
15761 (custom-browse-face-tag): Inherit from widget class
15762 `custom-group-link' instead of `push-button'.
15763 (custom-button-unraised): Inherit from `underline' face.
15764 (custom-link): Inherit from `link' face. Fix doc and group.
15765 (custom-add-parent-links, custom-group-value-create): Don't set
15766 properties `button-face' and `mouse-face' explicitly for
15767 `custom-group-link' widget.
15768 (custom-group-link): Add properties `button-face' and `mouse-face'
15769 to widget definition.
15770 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15771 editable-field's :keymap property.
15772 (custom-mode): Fix docstring: substitute keybindings for
15773 `widget-forward' and `widget-backward' from `widget-keymap',
15774 `widget-complete' from `custom-field-keymap', replace old
15775 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15776
15777 * desktop.el (desktop-load-file): Check for `fboundp' before
15778 calling `symbol-function'.
15779
15780 * simple.el (clone-buffer, clone-indirect-buffer)
15781 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15782 `read-string'. Fix prompts.
15783
15784 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15785
15786 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15787
15788 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15789
15790 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15791
15792 * startup.el (inhibit-splash-screen, initial-scratch-message):
15793 Doc fixes.
15794
15795 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15796
15797 Sync with Tramp 2.0.52.
15798
15799 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15800 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15801 `tramp-unload-tramp' for checklist.
15802
15803 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15804 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15805 (tramp-unload-file-name-handler-alist)
15806 (tramp-unload-tramp): New defuns.
15807 (tramp-advice-PC-expand-many-files): New defadvice.
15808 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15809 removed.
15810 (tramp-handle-expand-file-name): Remove double slash.
15811 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15812 It doesn't matter, because it will be converted later on.
15813 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15814 implementation was just heuristic.
15815 (tramp-post-connection): Set uid and gid properties.
15816 (tramp-convert-file-attributes): Set file's gid change bit.
15817 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15818 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15819 in case of su(do)? methods. The home directory of the local user
15820 will be taken else.
15821 (tramp-open-connection-telnet)
15822 (tramp-open-connection-rsh, tramp-open-connection-su)
15823 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15824 local shell prompt could hurt. Reported by Romain Francoise
15825 <romain@orebokech.com>.
15826 (tramp-let-maybe): Add `edebug-form-spec' property.
15827 (tramp-handle-expand-file-name): Bind `default-directory' locally
15828 to "/" in order to avoid problems with UNC shares or Cygwin
15829 mounts.
15830 (tramp-md5-function): Fix typo in error message.
15831
15832 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15833
15834 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15835 for byte-compiler pacification.
15836
15837 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15838
15839 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15840 ID-FORMAT `string'. This allows us to get rid of
15841 `vc-user-login-name UID'.
15842
15843 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15844
15845 2006-01-22 John Paul Wallington <jpw@pobox.com>
15846
15847 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15848
15849 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15850
15851 * emacs-lisp/find-func.el (find-definition-noselect)
15852 (find-variable-noselect): Search variables in C source code too.
15853 (find-function-C-source, find-function-noselect, find-function)
15854 (find-function-other-frame, find-variable-noselect, find-variable)
15855 (find-variable-other-frame, find-variable-at-point):
15856 Fix docstrings.
15857
15858 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
15859
15860 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15861
15862 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15863
15864 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15865 Default to disabling the "Save affix" question.
15866
15867 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15868
15869 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15870 the first arg to run-python.
15871
15872 2006-01-21 Eli Zaretskii <eliz@gnu.org>
15873
15874 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15875 is not loaded.
15876
15877 2006-01-20 Jay Belanger <belanger@truman.edu>
15878
15879 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15880 limit is 0.
15881
15882 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15883 the correct variable.
15884
15885 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
15886
15887 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15888 link. Fixed buggy argument sequence in call to `org-view-tags'.
15889 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15890 (org-prefix-has-tag): New variable.
15891 (org-format-agenda-item): Remove tags from headline if
15892 appropriate.
15893 (org-agenda-remove-tags-when-in-prefix): New option.
15894 (org-get-tags-at): New function.
15895
15896 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
15897
15898 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
15899 (thumbs-find-image): Move image name and number from buffer name
15900 to mode name. Set thumbs-buffer. Preserve point so that large
15901 images remain visible.
15902 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15903 order.
15904 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
15905 mode name.
15906 (thumbs-next-image, thumbs-previous-image): Make them work.
15907
15908 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
15909
15910 * cus-edit.el (custom-buffer-create-internal): State in the text above
15911 the whole buffer buttons that they do not operate on hidden items.
15912 (custom-face-menu): Use `custom-face-save' instead of
15913 `custom-face-save-command'.
15914 (custom-face-save-command): Make it an alias for `custom-face-save'
15915 and declare it obsolete.
15916 (custom-face-save): Doc fix.
15917
15918 * dired.el (dired-no-confirm): Add quote.
15919 (dired-subdir-alist-pre-R): Add quote in
15920 `make-variable-buffer-local' form and remove unbalanced parenthesis.
15921
15922 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15923
15924 * textmodes/table.el (table-mode-indicator): Typo in last change.
15925
15926 2006-01-19 Richard M. Stallman <rms@gnu.org>
15927
15928 * outline.el (hide-leaves): Don't call outline-end-of-heading.
15929 Fixes bug reported in Nov 2005.
15930
15931 * isearch.el (isearch-forward): Doc fix.
15932
15933 * dired.el (dired-move-to-filename-regexp): Define as alias.
15934 (dired-no-confirm): Use defcustom.
15935 (dired-subdir-alist-pre-R): Put defvar at top level.
15936
15937 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15938
15939 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15940 Mark as risky.
15941
15942 * simple.el (set-mark-command): Doc fix.
15943 (clone-indirect-buffer-other-window):
15944 Read arg like clone-indirect-buffer.
15945 (move-beginning-of-line): Skip invisible newlines.
15946
15947 2006-01-19 Masatake YAMATO <jet@gyve.org>
15948
15949 * progmodes/cpp.el (cpp-edit-load): Make the order of
15950 listed conditions in a base C code buffer and its associate
15951 CPP Edit buffer the same.
15952
15953 2006-01-19 Kenichi Handa <handa@m17n.org>
15954
15955 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15956 (rmail-mime-feature): Likewise.
15957 (rmail-require-mime-maybe): Use display-warning to show a warning
15958 message.
15959
15960 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15961 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15962
15963 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15964
15965 * array.el: Move defvars out of eval-when-compile.
15966 (array-make-template): Replace undeclared global var with a local one.
15967 (array-mode): Inline initialization functions.
15968 (array-init-local-variables, array-init-max-row)
15969 (array-init-max-column, array-init-columns-per-line)
15970 (array-init-field-width, array-init-rows-numbered)
15971 (array-init-line-length, array-init-lines-per-row): Remove.
15972
15973 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
15974 (doc-mode-map): Define explicitly.
15975 (doctor-txtype): Use mapc.
15976
15977 * textmodes/table.el: Move defvars out of eval-when-compile.
15978 Remove harmful code meant to avoid byte-compiler warnings.
15979 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
15980 specification that checks table-fixed-width-mode directly.
15981 (table-recognize-region, table-recognize-cell):
15982 Use restore-buffer-modified-p.
15983 (table-fixed-width-mode): Remove code that refreshes
15984 table-fixed-mode-indicator.
15985 (*table--cell-describe-bindings, *table--cell-describe-mode):
15986 Avoid obsolete name print-help-return-message.
15987 (table--test-cell-list): Don't use replace-regexp from elisp.
15988 (table--point-entered-cell-function, table--point-left-cell-function):
15989 Don't set table-fixed-mode-indicator, use force-mode-line-update.
15990
15991 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
15992 that was after the end of file. Use buffer-file-name variable.
15993 (org-timestamp-change): Use with-current-buffer.
15994 (org-todo-list): Don't unnecessarily define a new buffer-local var.
15995 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15996 `file'.
15997
15998 * progmodes/fortran.el: Move defvars out of eval-when-compile.
15999 (fortran-break-line): Remove unused var `opoint'.
16000 (fortran-abbrev-start): Obey help-event-list.
16001
16002 2006-01-18 Jesper Harder <harder@phys.au.dk>
16003
16004 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16005
16006 2006-01-18 Masatake YAMATO <jet@gyve.org>
16007
16008 * progmodes/make-mode.el (makefile-imake-mode): New mode
16009 derived from makefile-mode.
16010 (makefile-imake-mode-syntax-table): New syntax table
16011 derived from makefile-mode-syntax-table.
16012 (makefile-mode): Write about makefile-imake-mode in doc string.
16013 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16014 (makefile-imake-font-lock-keywords): New font lock keywords.
16015
16016 * files.el (auto-mode-alist): Add Imakefile.
16017
16018 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16019
16020 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16021 loading the file rather than when turning on flyspell-mode.
16022
16023 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16024
16025 * cus-edit.el (customize-rogue): Minor doc fix.
16026
16027 2006-01-17 Juri Linkov <juri@jurta.org>
16028
16029 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16030 instead of the file at the mark as default if the file at the mark
16031 is the same as the file at point or if dired-dwim-target-directory
16032 is not the same as the current directory and the mark is not active.
16033
16034 * log-view.el (log-view-minor-wrap): Use the same logic to get
16035 revisions as `log-view-diff'.
16036
16037 * info.el (Info-revert-find-node): Check for Info-current-file
16038 before preserving new-history.
16039
16040 * man.el (Man-heading-regexp): Add `/'.
16041
16042 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16043 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16044
16045 2006-01-16 Juri Linkov <juri@jurta.org>
16046
16047 * faces.el (mode-line-faces): New defgroup.
16048 (mode-line-highlight): Move definition after new defgroup.
16049 (mode-line, mode-line-inactive, mode-line-highlight):
16050 Replace :group `modeline' with `mode-line-faces'.
16051 (mode-line-buffer-id): New face.
16052 (modeline-buffer-id): New face alias.
16053 (vertical-border): Remove :group `modeline'.
16054
16055 * bindings.el (propertized-buffer-identification): Use face
16056 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16057 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16058 (mode-line-buffer-identification-keymap): For mouse-1 replace
16059 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16060 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16061 mouse-3.
16062
16063 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16064 Buffer-menu-buffer. Doc fix.
16065 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16066 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16067 `Buffer-menu-buffer'.
16068
16069 * info.el (Info-mode-line-node-keymap): New defvar.
16070 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16071 Propertize Info-current-node with `mode-line-buffer-id' and
16072 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16073
16074 * time.el (display-time-mail-face): Replace :group `faces' with
16075 `mode-line-faces'.
16076
16077 2006-01-16 Kenichi Handa <handa@m17n.org>
16078
16079 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16080
16081 * language/european.el (cp1252): New alias for windows-1252.
16082
16083 * international/mule.el (autoload-coding-system): Prepare for EOL
16084 variants.
16085
16086 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16087
16088 * term.el (term-raw-map): Add mapping for insert.
16089 (term-send-insert): New.
16090 (term-mode): Make variables local here instead of doing it in
16091 `term-emulate-terminal'.
16092 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16093 Scroll reverse needs to take into account the scroll region.
16094 Saving and restoring the cursor should save the color attributes too.
16095 (term-reset-terminal): Reset the scroll region.
16096 (term-handle-ansi-escape): Cursor up and down should take into
16097 account the scroll region.
16098 (term-set-scroll-region): Rename from `term-scroll-region'.
16099 Move to 0,0 after setting the region.
16100 (term-handle-scroll): Handle scroll up.
16101 (term-down): Fix off by one error.
16102 (term-delete-lines): Do not delete outside the scroll region.
16103 (term-insert-lines): Take into account the scroll region.
16104
16105 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16106
16107 * textmodes/ispell.el (ispell-internal-change-dictionary)
16108 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16109 (start, end): Move declaration outside of eval-when-compile.
16110
16111 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16112 (flyspell-mode-on): Use it.
16113
16114 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16115 ispell-kill-ispell-hook.
16116
16117 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16118
16119 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16120 (Custom-reset-saved): Do not ask for confirmation in single option
16121 buffers.
16122
16123 2006-01-13 Richard M. Stallman <rms@gnu.org>
16124
16125 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16126
16127 2006-01-13 Romain Francoise <romain@orebokech.com>
16128
16129 * add-log.el (add-change-log-entry, change-log-merge):
16130 Conditionally use `hard-newline'.
16131
16132 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16133
16134 * wid-edit.el (widget-field-end): If the overlay is no longer
16135 associated with a buffer, behave as if the overlay didn't exist.
16136
16137 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16138 Make sure the links use the `custom-link' face.
16139
16140 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16143 (ld-script-mode): Don't set indent-line-function since we don't
16144 have one.
16145
16146 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16147
16148 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16149 application.
16150 (org-file-apps-defaults-gnu): Use mailcap as the default for
16151 selecting an application on a UNIX system.
16152 (org-agenda-show-tags): New command.
16153 (org-table-insert-hline): Keep cursor in current table line.
16154 (org-table-convert): Offset effect of modifying
16155 `org-table-insert-hline'.
16156 (org-format-agenda-item): New optional argument TAG.
16157 (org-compile-prefix-format): Handle %T format for the tag.
16158 (org-expand-wide-chars): New function.
16159 (org-table-insert-row, org-table-insert-hline):
16160 Use `org-expand-wide-chars'.
16161 (org-open-file): Fix bug in program launch.
16162 (org-get-time-of-day): Fix bug with times before 1am.
16163 (org-agenda-menu): Add tags commands.
16164
16165 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16166
16167 * textmodes/ispell.el (ispell-init-process): Include the used
16168 dictionary in ispell process start message.
16169 (ispell-internal-change-dictionary): When flyspell-mode is active
16170 and dictionary is changed, make sure ispell process is restarted
16171 and flyspell word cache cleared out for the current buffer.
16172 (ispell-change-dictionary): Make sure flyspell word cache is
16173 cleared out in all buffers with active flyspell mode when
16174 dictionary is globally changed.
16175 Call ispell-internal-change-dictionary after dictionary change.
16176
16177 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16178
16179 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16180
16181 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16182 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16183 years. Fix small differences wrt Makefile.in.
16184 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16185 Makefile.in does.
16186
16187 2006-01-12 Bill Wohler <wohler@newt.com>
16188
16189 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16190 mh-search.el.
16191
16192 2006-01-12 Masatake YAMATO <jet@gyve.org>
16193
16194 * progmodes/ld-script.el: Update copyright year.
16195
16196 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16197
16198 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16199 Don't add widget if setting undefined.
16200
16201 2006-01-12 John Paul Wallington <jpw@pobox.com>
16202
16203 * help-fns.el (describe-variable): Remove newlines from void
16204 variable output.
16205
16206 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16207
16208 * wdired.el (wdired-mode-map): Add help echo for
16209 wdired-abort-changes.
16210
16211 * man.el (Man-file-name-regexp): Adjust for a list of files.
16212
16213 2006-01-12 Masatake YAMATO <jet@gyve.org>
16214
16215 * progmodes/ld-script.el (auto-mode-alist): Support
16216 suffix conventions used in netbsd and eCos.
16217
16218 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16219
16220 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16221 (custom-variable-menu, custom-face-menu, custom-group-menu)
16222 (Custom-mode-menu): Change names of menu items. (As discussed on
16223 emacs-devel.)
16224 (custom-face-menu): Add "Undo Edits" item.
16225
16226 * startup.el (init-file-user): defcustom -> defvar.
16227
16228 * tooltip.el (tooltip-mode): Doc fix.
16229
16230 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 * reveal.el (reveal-post-command): window-buffer signals an error on
16233 dead windows rather than returning nil.
16234 (reveal-open-new-overlays): An overlay might die while we open others.
16235
16236 2006-01-11 Bill Wohler <wohler@newt.com>
16237
16238 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16239 phrasing in docstring.
16240
16241 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16242 can give some systems gas. Add new file mh-buffers.el.
16243
16244 2006-01-06 Masatake YAMATO <jet@gyve.org>
16245
16246 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16247 C preprocessor forward ported from GNU Emacs 21.2.
16248
16249 * progmodes/asm-mode.el (asm-font-lock-keywords):
16250 Use `cpp-font-lock-keywords'.
16251
16252 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16253
16254 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16255 of $ for "\\.ld[s]?".
16256
16257 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16258
16259 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16260 (tcl-indent-line): Return `noindent' if inside a string.
16261
16262 * progmodes/flymake.el (flymake-split-string): Remove more than one
16263 empty string at beg/end of the result.
16264 (flymake-find-buildfile, flymake-find-possible-master-files):
16265 Use expand-file-name.
16266 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16267 since expand-file-name does it for us. Use directory-file-name.
16268 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16269 (flymake-ler-get-type, flymake-ler-get-text)
16270 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16271 (flymake-current-line-no): Remove spurious interactive spec.
16272 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16273 (flymake-check-include): Remove arg inc-path merged into inc-name.
16274 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16275 Arg regexp-list replaced by a simple regexp.
16276 (flymake-master-make-header-init, flymake-master-tex-init):
16277 Correspondingly replace regexp-list with a regexp. Fix regexp.
16278
16279 2006-01-10 Simon Josefsson <jas@extundo.com>
16280
16281 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16282 describing AUTH PLAIN fix.
16283
16284 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16285
16286 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16287 (report-emacs-bug): Don't record initial prompt text.
16288 Instead, add text properties to prompting text.
16289 (report-emacs-bug-hook): Delete prompting text.
16290
16291 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16294 `dirs'. Adjust callers.
16295
16296 2006-01-09 John Paul Wallington <jpw@gnu.org>
16297
16298 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16299
16300 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16301
16302 * reveal.el (reveal-open-new-overlays): New extracted fun.
16303 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16304 using them. Simplify the code.
16305 (reveal-post-command): Use them. Fix up obsolete windows in
16306 reveal-open-spots.
16307
16308 * progmodes/flymake.el: Use `require' rather than autoload for
16309 XEmacs's overlays.
16310 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16311 Delete. Use file-relative-name instead.
16312 (flymake-get-syntax-check-program-args, flymake-perl-init):
16313 Simplify the resulting code.
16314
16315 * log-view.el (log-view-file-re, log-view-message-re): Add support
16316 for DaRCS output.
16317
16318 2006-01-09 Alex Schroeder <alex@gnu.org>
16319
16320 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16321 identifiers sometimes added in square brackets at the beginning of
16322 subject lines.
16323
16324 2006-01-07 Richard M. Stallman <rms@gnu.org>
16325
16326 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16327 (Custom-reset-current, Custom-reset-saved): Change question text.
16328 (Custom-reset-standard): Likewise.
16329 (custom-variable-reset-saved): Doc fix.
16330
16331 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16332
16333 * startup.el (init-file-user): Doc fix.
16334
16335 2006-01-07 Alex Schroeder <alex@gnu.org>
16336
16337 * mail/rmail.el (rmail-current-subject): New function.
16338 (rmail-current-subject-regexp): New function.
16339 (rmail-next-same-subject): Use it.
16340
16341 * mail/rmailsum.el (rmail-summary-by-topic):
16342 Use rmail-current-subject and rmail-current-subject-regexp.
16343 (rmail-summary-next-same-subject): Ditto.
16344
16345 * net/rcirc.el (rcirc-send-input): No longer check whether the
16346 process is open, since not all commands need an open process.
16347 (rcirc-send-string): Check whether the process is open before
16348 sending anything.
16349 (rcirc-ignore-list): New option.
16350 (rcirc-ignore-list-automatic): New variable.
16351 (rcirc-print): Take rcirc-ignore-list into account.
16352 (rcirc-cmd-ignore): New command.
16353 (rcirc-ignore-update-automatic): New function.
16354 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16355 list if ignored nicks.
16356 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16357
16358 2006-01-06 David Reitter <david.reitter@gmail.com>
16359
16360 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16361 reflect the address to which the report will be sent.
16362
16363 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16364
16365 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16366 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16367
16368 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16369
16370 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16371
16372 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16373 the doc string: "functoin" => "function".
16374 * ldefs-boot.el: Likewise.
16375
16376 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16377 message text: "Duplicat" => "Duplicate".
16378
16379 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16380
16381 * files.el (basic-save-buffer-2): If backing-up failed, reset
16382 buffer-backed-up to nil.
16383
16384 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16385
16386 * progmodes/gud.el (gdb-script-skip-to-head)
16387 (gdb-script-calculate-indentation): Indent for breakpoint command
16388 lists also.
16389
16390 2006-01-05 Bill Wohler <wohler@newt.com>
16391
16392 * Makefile.in (compile-always): Add mh-autoloads dependency.
16393 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16394 provides it.
16395 (updates): Remove mh-autoloads dependency, since it probably has
16396 already run recently (via recompile).
16397
16398 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16399
16400 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16401 argument `force' to disable the flyspell-last-buffer optimization.
16402 (flyspell-mode-on): Use it.
16403
16404 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16405 flymake-simple-cleanup.
16406 (flymake-allowed-file-name-masks): Use this new default.
16407 All the functions are now called in the right buffer rather than
16408 passing the buffer as argument.
16409 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16410 (flymake-parse-err-lines): Remove redundant buffer arg.
16411 (flymake-get-program-dir): Comment out unused function.
16412 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16413 Remove redundant buffer argument.
16414 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16415 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16416
16417 2006-01-05 Richard M. Stallman <rms@gnu.org>
16418
16419 * info.el (Info-find-node): Don't record previous node if have none.
16420 (info): Go to directory only if history is empty.
16421
16422 * simple.el (mark): Doc fix.
16423
16424 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16425
16426 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16427 already of desired type.
16428 (mac-ae-list): Coerce parameter to "list" type.
16429 (mac-dispatch-apple-event): Replace cadr part of event with a
16430 dummy position so that event-start returns it.
16431
16432 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16433
16434 * textmodes/org.el (org-end-of-subtree): New function.
16435 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16436 Use `org-end-of-subtree'.
16437 (org-agenda, org-agenda-convert-date): Protect calls to
16438 `fit-window-to-buffer'.
16439 (org-tags-view): Force matching of sublevels when doing a
16440 todo-only search. Define the correct redo command, including the
16441 arguments.
16442 (org-agenda-redo): Display message.
16443 (org-check-for-org-mode): New function.
16444 (org-agenda-type): New variable.
16445 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16446 Set `org-agenda-type'.
16447 (org-agenda-check-type): New function.
16448 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16449 (org-agenda-week-view, org-agenda-day-view)
16450 (org-agenda-next-date-line, org-agenda-previous-date-line)
16451 (org-agenda-log-mode, org-agenda-toggle-diary)
16452 (org-agenda-toggle-time-grid, org-agenda-date-later)
16453 (org-agenda-date-prompt, org-agenda-diary-entry)
16454 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16455 (org-agenda-convert-date, org-agenda-menu):
16456 Use `org-agenda-check-type'.
16457 (org-make-overlay, org-delete-overlay)
16458 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16459 New compatibility functions.
16460 (org-calendar-select-mouse): New command.
16461
16462 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16463
16464 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16465 (Custom-reset-standard): Fix y-or-n-p messages.
16466 (custom-link): New face for links.
16467 (custom-buffer-create-internal, custom-manual): Use it.
16468 (custom-face-save): Push to theme-face before setting face spec.
16469
16470 * wid-edit.el (widget-default-mouse-face-get): New function.
16471 (widget-specify-button): Handle mouse-face like button-face.
16472
16473 * custom.el (load-theme): Clear old theme settings if reloading.
16474
16475 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16476
16477 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16478 "Erase Customization" button back to same position it occupies in
16479 the individual State menus.
16480
16481 2006-01-04 Kim F. Storm <storm@cua.dk>
16482
16483 * wid-edit.el (key-sequence): Rework widget to read key binding
16484 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16485 (widget-key-sequence-default-value): Default value for empty sequence.
16486 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16487 (widget-key-sequence-read-event): New command for C-q.
16488 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16489 (widget-key-sequence-value-to-external): New functions.
16490
16491 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16492
16493 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16494 Use expand-file-name.
16495 (flymake-delete-temp-directory): Use expand-file-name,
16496 file-name-directory, and directory-file-name.
16497 (flymake-strrchr): Delete.
16498 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16499 to the init-f function.
16500 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16501 (flymake-init-find-buildfile-dir)
16502 (flymake-init-create-temp-source-and-master-buffer-copy)
16503 (flymake-simple-make-init-impl, flymake-simple-make-init)
16504 (flymake-master-make-init, flymake-master-make-header-init)
16505 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16506 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16507 (flymake-xml-init): Remove corresponding redundant buffer argument.
16508 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16509 the default anyway. Clean up regexps.
16510
16511 * progmodes/flymake.el (flymake-temp-source-file-name)
16512 (flymake-master-file-name, flymake-temp-master-file-name)
16513 (flymake-base-dir): New buffer-local vars.
16514 (flymake-buffer-data, flymake-get-buffer-value)
16515 (flymake-set-buffer-value): Replace those hash-tables by the new
16516 buffer-local vars. Update callers.
16517
16518 * progmodes/flymake.el (flymake-check-start-time)
16519 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16520 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16521 Move definition, so we can remove redundant earlier declaration.
16522 (flymake-replace-regexp-in-string, flymake-split-string)
16523 (flymake-get-temp-dir): Use defalias.
16524 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16525 (flymake-xemacs-window-edges): Remove unused function.
16526 (flymake-get-point-pixel-pos): Move.
16527 (flymake-pid-to-names, flymake-reg-names)
16528 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16529 Replace by a simple list flymake-processes and by process-buffer.
16530 Update callers. Other than simplify the code, it uses buffers rather
16531 than buffer-names so it doesn't get confused by uniquify.
16532 (flymake-buffer-data): The global value should just be nil.
16533
16534 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16535 Optimize the body of a defalias like any other code.
16536
16537 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16538 Make sure we've setup font-lock's vars. It may influence which
16539 function we then call.
16540 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16541 here since it's too late anyway.
16542
16543 2006-01-03 Romain Francoise <romain@orebokech.com>
16544
16545 * startup.el (fancy-splash-tail, normal-splash-screen):
16546 Update copyright year.
16547
16548 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16549
16550 * mouse.el (mouse-drag-track): Rename, from
16551 `mouse-drag-region-1'. Includes optional argument required to
16552 enable post-drag event processing (e.g. delete region keys).
16553 Can be used without this argument to track a mouse region and operate
16554 on it as soon as the drag completes.
16555 (mouse-drag-region): Use `mouse-drag-track'.
16556
16557 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16558
16559 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16560 Move to `custom-buffer' group.
16561
16562 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16563 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16564 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16565 (custom-theme-face-menu): New variables.
16566 (custom-theme-add-variable, custom-theme-variable-action)
16567 (custom-variable-reset-theme, custom-theme-delete-variable)
16568 (custom-face-reset-theme, custom-theme-face-action)
16569 (custom-theme-delete-face, custom-theme-merge-theme)
16570 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16571
16572 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16573
16574 * custom.el: Move Custom Themes commentary to start of theme code.
16575 (custom-known-themes): Rename `standard' theme to `changed'.
16576 (custom-push-theme): Caller no longer specifies what theme to use
16577 when doing `reset'---the setting is simply removed from the theme.
16578 Delete MODE from `theme-value' and `theme-settings' properties.
16579 (custom-declare-theme): Ignore &rest args since we don't use them.
16580
16581 (custom-loaded-themes): Delete variable.
16582 (custom-theme-load-themes, custom-theme-loaded-p)
16583 (custom-theme-value): Delete functions.
16584
16585 (custom-declare-theme): Signal error on invalid theme names.
16586 (provide-theme): custom-loaded-themes was deleted.
16587 (load-theme): Load the file unconditionally.
16588 (enable-theme): Call `load-theme' if theme is undefined.
16589 (custom-enabled-themes): Only update value for successful loads.
16590 (disable-theme): Complete from enabled themes when interactive.
16591 (custom-variable-theme-value): Calculate theme value directly.
16592
16593 (custom-theme-reset-variables, custom-reset-variables): Mark as
16594 XEmacs compatibility functions. We don't actually use these.
16595
16596 * cus-edit.el (custom-variable-state-set):
16597 Use custom-variable-theme-value instead of custom-theme-value.
16598 (custom-face-state-set): Rename `standard' theme to `changed'.
16599 (custom-save-variables, custom-save-faces): Delete unneeded
16600 references to custom-reset-variables.
16601 (custom-save-resets): Delete function.
16602 (custom-save-variables, custom-save-faces): MODE argument deleted.
16603 (custom-save-variables, custom-save-faces): Ignore theme values.
16604
16605 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16606 compatibility function.
16607
16608 2006-01-01 Richard M. Stallman <rms@gnu.org>
16609
16610 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16611 (Custom-reset-current, Custom-reset-saved): Likewise.
16612 (Custom-reset-standard): Show message if aborted.
16613 (custom-mode): Doc fix, describing those commands.
16614
16615 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16616 put on event-kind property.
16617
16618 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16619
16620 * custom.el (provide-theme): Ban `user' theme name.
16621 (custom-enabling-themes): New variable.
16622 (enable-theme): Don't enable user if custom-enabling-themes is t.
16623 (custom-enabled-themes): Make it a defcustom.
16624 (custom-theme-recalc-face): No-op if face is undefined.
16625
16626 * cus-edit.el (custom-button-mouse): New variable.
16627 (custom-button-mouse): New face.
16628 (custom-raised-buttons, custom-mode): Use it.
16629
16630 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16631
16632 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16633
16634 * progmodes/gud.el (gud-display-line): Support hl-line in the
16635 source buffer.
16636
16637 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16638
16639 * mouse.el (mouse-drag-window-above): Verify that the found window
16640 overlaps with the given window in the horizontal dimension.
16641
16642 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16643
16644 * Makefile.in (cvs-update): New target.
16645
16646 * makefile.w32-in (cvs-update): Ditto.
16647
16648 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16649
16650 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16651 (custom-new-theme-mode-map): New variable.
16652
16653 2005-12-30 Richard M. Stallman <rms@gnu.org>
16654
16655 * custom.el (custom-load-themes): Function deleted.
16656
16657 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16658 (custom-save-variables): Don't delete or add custom-load-themes call.
16659
16660 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16661
16662 * cus-start.el: Add `visible-cursor'.
16663
16664 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16665 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16666 (flymake-process-filter): Switch to buffer before calling it instead.
16667 (flymake-post-syntax-check, flymake-highlight-err-lines)
16668 (flymake-delete-own-overlays, flymake-parse-err-lines)
16669 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16670 (flymake-count-lines, flymake-parse-residual):
16671 Remove constant buffer argument.
16672 (flymake-start-syntax-check-for-current-buffer): Remove.
16673 Update callers to use flymake-start-syntax-check instead.
16674 (flymake-display-err-menu-for-current-line):
16675 Remove unused var `mouse-pos'.
16676 (flymake-restore-formatting): Comment out unused function.
16677 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16678 argument, use current-buffer instead. Update callers.
16679
16680 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16681
16682 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16683 buffer-local because choose-completion-delete-max-match requires
16684 that we set completion-ignore-case (i.e., binding via let is not
16685 sufficient).
16686 (bibtex-complete): Always set completion-ignore-case and
16687 choose-completion-string-functions. The latter is needed because
16688 choose-completion-string-functions keeps its value if we quit the
16689 *Completions* buffer without requesting a completion.
16690
16691 2005-12-30 Andreas Schwab <schwab@suse.de>
16692
16693 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16694
16695 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16696
16697 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16698
16699 2005-12-30 Juri Linkov <juri@jurta.org>
16700
16701 * locate.el (locate-fcodes-file, locate-header-face)
16702 * progmodes/delphi.el (delphi-other-face)
16703 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16704
16705 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16706 group `paren-showing-faces'.
16707
16708 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16709 (goto-address): Fix docstring.
16710
16711 * net/webjump.el (webjump-sample-sites): Update URLs.
16712
16713 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16714
16715 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16716
16717 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16718
16719 * font-lock.el (font-lock-compile-keywords): Signal an error when
16720 font-lock-set-defaults hasn't been called.
16721
16722 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16723
16724 * subr.el (noreturn, 1value): Doc fixes.
16725
16726 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16727
16728 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16729 that assoc-string returns nil.
16730
16731 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16732
16733 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16734 (bibtex-entry-type-str, bibtex-empty-field-re)
16735 (bibtex-search-backward-string, bibtex-preamble-prefix)
16736 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16737 (bibtex-any-valid-entry-type): New variable.
16738 (bibtex-parse-field-name): Simplify.
16739 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16740 (bibtex-preamble-prefix): Include left delimiter.
16741 (bibtex-search-forward-field, bibtex-search-backward-field):
16742 Allow unbounded search past entry boundaries (required by bibtex-pop).
16743 (bibtex-text-in-field-bounds): Use push.
16744 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16745 (bibtex-parse-preamble, bibtex-valid-entry)
16746 (bibtex-beginning-first-field): New functions.
16747 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16748 (bibtex-map-entries): Fix docstring.
16749 (bibtex-flash-head): New arg prompt. Simplify.
16750 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16751 (bibtex-insert-kill): Simplify. Always insert text past the
16752 current field or entry.
16753 (bibtex-format-entry): Use bibtex-parse-field.
16754 (bibtex-pop): Use bibtex-beginning-of-entry and
16755 bibtex-end-of-entry to initiate the search. Insert empty field if
16756 we found ourselves.
16757 (bibtex-print-help-message): New args field and comma.
16758 Handle entry keys.
16759 (bibtex-make-field): Use bibtex-beginning-of-entry.
16760 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16761 invalid entry.
16762 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16763 Handle preambles. Simplify code for thorough test.
16764 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16765 New arg comma. Handle entry heads.
16766 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16767 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16768 New arg comma.
16769 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16770 (bibtex-fill-field): Simplify.
16771 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16772 bibtex-parse-field.
16773 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16774 (bibtex-complete): Use bibtex-parse-preamble.
16775
16776 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16777
16778 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16779 Display name of expression instead of convenience variable.
16780 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16781
16782 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16783 toggle-gud-tooltip-dereference.
16784 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16785 (gud-tooltip-tips): ...here when dereferencing.
16786
16787 2005-12-28 Bill Wohler <wohler@newt.com>
16788
16789 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16790
16791 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16794 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16795 (vc-annotate-display-autoscale): Adjust call.
16796 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16797 Fix interactive spec.
16798 (vc-annotate-time-span): Remove.
16799 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16800 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16801 (vc-annotate-display-select): Use new name.
16802
16803 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16804 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16805 Correct the construction of span entries. Simplify.
16806 (vc-annotate-display-select): Fix the nil case.
16807 (vc-annotate): Remove obsolete (and now broken) code.
16808 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16809 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16810
16811 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16812
16813 * subr.el (lazy-completion-table): Correct typo in docstring.
16814
16815 * startup.el (command-line): Use `custom-reevaluate-setting' for
16816 `send-mail-function'.
16817
16818 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16819
16820 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16821
16822 * mail/smtpmail.el (smtpmail-try-auth-methods):
16823 Send credentials together with "AUTH PLAIN" command.
16824
16825 2005-12-27 Richard M. Stallman <rms@gnu.org>
16826
16827 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16828 mouse-2, go back to previously selected window, so it's selected
16829 when mouse-2 command runs.
16830
16831 2005-12-27 Juri Linkov <juri@jurta.org>
16832
16833 * descr-text.el (describe-text-sexp): Use square brackets for
16834 button [Show] to distinguish it from the property value `show'.
16835 (describe-property-list): Use `insert-text-button' with
16836 `help-face' type instead of putting face in quotes, because button
16837 is not created automatically for a list of faces.
16838 (describe-text-properties-1): Put button-type value in quotes to
16839 distinguish from plain text "button".
16840 (describe-char): Display code point values in hex. Don't use
16841 `symbol-name' for `current-input-method' because it is a string.
16842 Use `insert-text-button' with `help-face' type instead of putting
16843 hardcoded face in quotes, because button is not created automatically.
16844
16845 2005-12-27 Richard M. Stallman <rms@gnu.org>
16846
16847 * progmodes/glasses.el (glasses-face): More specific custom type.
16848
16849 * files.el (set-visited-file-name): Doc fix.
16850
16851 * textmodes/flyspell.el (flyspell-external-point-words):
16852 Use local var buffer-scan-pos to advance scan for next misspelling.
16853 Advance it only after we find the misspelling.
16854
16855 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16856
16857 * textmodes/flyspell.el (flyspell-external-point-words):
16858 New criteria for finding the misspelling in the buffer.
16859
16860 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16861
16862 * help-mode.el (help-insert-string): Set help-xref-stack-item
16863 rather than call help-setup-xref.
16864
16865 * descr-text.el (describe-char): Revert previous changes for
16866 optional buffer argument.
16867
16868 2005-12-27 Juri Linkov <juri@jurta.org>
16869
16870 * help-mode.el (help-insert-string): New function. Save buffer
16871 contents in cases where it is impossible to recompute the old contents.
16872
16873 * descr-text.el (describe-char): Set help-xref-stack-item
16874 explicitly after buffer has been generated.
16875
16876 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16877
16878 * cus-start.el (all): Add x-gtk-show-hidden-files.
16879
16880 2005-12-26 Richard M. Stallman <rms@gnu.org>
16881
16882 * replace.el (perform-replace): Calculate match-again
16883 before skipping read-only matches.
16884
16885 * paren.el (paren-showing-faces): New group.
16886 (show-paren-match, show-paren-mismatch): Move to that group.
16887
16888 * button.el (button): Put into group `basic-faces'.
16889
16890 * progmodes/make-mode.el: Remove faces from group `faces'.
16891
16892 * apropos.el (apropos, apropos-value): Doc fix.
16893 (apropos-documentation): Doc fix.
16894
16895 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
16896
16897 * subr.el (lazy-completion-table): Remove argument `args'.
16898
16899 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16900 Don't use the `args' argument of lazy-completion-table.
16901
16902 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
16903
16904 * descr-text.el (describe-char): Add optional argument for buffer.
16905 Set buffer appropriately. Call help-setup-xref.
16906 Suggested by Stefan Monnier.
16907
16908 2005-12-26 Juri Linkov <juri@jurta.org>
16909
16910 * descr-text.el: Require `help-fns' at runtime. Don't require
16911 `button' for byte compilation.
16912 (describe-text-widget): Add `help-echo' for first button.
16913 Use `help-info' for second.
16914 (describe-property-list): Use `help-argument-name' instead of `italic'.
16915 (describe-text-category): Add prompt to interactive spec.
16916 Call `help-setup-xref'.
16917 (describe-char): Use `help-character-set'. Add `help-echo' for
16918 code point. Use `help-input-method'. Remove superfluous insert.
16919
16920 2005-12-25 Richard M. Stallman <rms@gnu.org>
16921
16922 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16923 at point, in case of narrowing.
16924
16925 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16926
16927 * locate.el (locate-header-face): Allow nil in type.
16928
16929 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16930
16931 2005-12-25 Romain Francoise <romain@orebokech.com>
16932
16933 * battery.el (battery-linux-proc-acpi): Also try
16934 `/proc/acpi/thermal_zone/THM0/temperature'.
16935
16936 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
16937
16938 * custom.el (custom-push-theme): Fix docstring.
16939
16940 * cus-edit.el (custom-variable-set, custom-variable-save)
16941 (custom-variable-save): Custom-quote widget values.
16942 (customize-save-variable): Fix custom-push-theme call.
16943
16944 2005-12-24 Eli Zaretskii <eliz@gnu.org>
16945
16946 * w32-fns.el (w32-batch-update-autoloads): New function.
16947
16948 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16949 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16950 from the command line.
16951
16952 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
16953
16954 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
16955 reset means to remove setting from theme entirely. Don't keep
16956 expanding theme-settings list; delete old entries if necessary.
16957
16958 * cus-edit.el (custom-buffer-create-internal): Move "Erase
16959 customization" button one line up.
16960 (custom-themed): New face.
16961 (custom-magic-alist): New value, THEMED, for theme settings.
16962 (custom-variable-state-set, custom-face-state-set):
16963 Check theme-value instead of saved-value.
16964 (custom-variable-reset-standard, custom-face-reset-standard):
16965 Remove theme setting entirely. Recalculate new values.
16966 (custom-variable-set, custom-variable-set)
16967 (custom-variable-reset-saved, custom-variable-reset-backup)
16968 (custom-face-set, custom-face-reset-saved): Update `user' theme.
16969 (custom-variable-save): Fix typos.
16970
16971 2005-12-23 Juri Linkov <juri@jurta.org>
16972
16973 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16974 Add autoload cookies.
16975 (edebug-outside-d-c-i-n-s-w): New variable.
16976 (edebug-display, edebug-outside-excursion): Use it to save the
16977 original value of default-cursor-in-non-selected-windows.
16978 Set default-cursor-in-non-selected-windows to t while Edebug
16979 is active.
16980 (edebug-mode, edebug-eval-mode): Doc fix.
16981
16982 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16983 with `buffer-substring-no-properties' to remove common substring
16984 highlighting.
16985
16986 * info.el (info-other-window, info): Rename function argument
16987 `file' to `file-or-node'.
16988 (Info-complete-menu-item): Use local variable `complete-nodes' to
16989 keep the global value of `Info-complete-nodes' unchanged for
16990 subsequent completions.
16991 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16992
16993 * simple.el (get-next-valid-buffer, last-buffer)
16994 (next-error-buffer-p, next-error-find-buffer)
16995 (minibuffer-history-sexp-flag): Doc fix.
16996
16997 * savehist.el (savehist-mode-hook): Add `:group'.
16998
16999 * log-view.el: Call autoload for vc-find-version.
17000 (log-view-current-file): Adjust subgroup numbers.
17001 (log-view-current-tag): Add `length'.
17002
17003 2005-12-23 Richard M. Stallman <rms@gnu.org>
17004
17005 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17006
17007 2005-12-23 Juri Linkov <juri@jurta.org>
17008
17009 * hi-lock.el (hi-lock-archaic-interface-message-used)
17010 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17011 (hi-lock-mode): Display "Hi" in the mode line only when
17012 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17013 (hi-lock-write-interactive-patterns):
17014 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17015 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17016 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17017 font-lock-add-keywords to t.
17018
17019 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17020
17021 * hi-lock.el (hi-lock-highlight-range): New variable.
17022 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17023 only if font-lock-fontified is non-nil. Remove overlays.
17024 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17025 font-lock-fontified is non-nil, otherwise use overlays (instead of
17026 text properties).
17027 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17028 New variables.
17029 (hi-lock-string-serialize): New function.
17030
17031 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17032
17033 * menu-bar.el (menu-find-file-existing): New function.
17034 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17035
17036 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17037
17038 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17039
17040 * vc.el: Remove unnecessary leading * in docstrings.
17041 (vc-annotate-mode-map): Move initialization into declaration.
17042 (vc-static-header-alist): Nitpick on the regexp.
17043 (vc-default-init-version): New fun.
17044 (vc-register): Use it.
17045 (vc-insert-headers): Use dolist.
17046 (vc-annotate-get-backend): Remove unused function.
17047 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17048 (vc-annotate-mode): Remove corresponding call.
17049 (vc-annotate-car-last-cons): Simplify.
17050 (vc-annotate-buffers): Remove var.
17051 (vc-annotate-backend): Make it buffer-local.
17052 (vc-annotate): Move the interaction to the interactive spec.
17053 Add a `buf' argument.
17054 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17055 killing&creating a vc-annotate buffer, which is very disruptive when
17056 the buffers are shown in dedicated frames.
17057
17058 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17059
17060 * descr-text.el: Add FSF as maintainer.
17061 (describe-text-mode, describe-text-mode-map)
17062 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17063 help-mode.
17064 (describe-text-widget, describe-text-sexp)
17065 (describe-property-list, describe-text-category)
17066 (describe-text-properties, describe-text-properties-1)
17067 (describe-char): Use help buttons instead of widgets.
17068 (describe-char-unicodedata-file): Make URL link in doc string.
17069
17070 2005-12-22 Richard M. Stallman <rms@gnu.org>
17071
17072 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17073 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17074 Don't include buttons that write a file when there's no file.
17075 (custom-variable-menu, custom-face-menu, custom-group-menu):
17076 Don't include commands that write a file when there's no file.
17077 (customize-browse): Reword the top-of-buffer help intro.
17078 (custom-buffer-create-internal): Fix previous change.
17079 (customize-changed-options-previous-release): Prev release is 21.1.
17080 (customize-changed-options): Doc fix.
17081 (customize-changed): New alias.
17082 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17083 Say "standard values".
17084 (Custom-reset-standard): Doc fix.
17085 (custom-face-reset-standard): Doc fix.
17086
17087 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17088
17089 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17090 even if font-lock-mode is non-nil since it may be t without having
17091 turned on font-lock-mode-internal.
17092 (font-lock-choose-keywords): Minor optimization.
17093 (font-lock-add-keywords, font-lock-remove-keywords)
17094 (font-lock-set-defaults): Don't call make-local-variable on a variable
17095 that we know to already be local.
17096
17097 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17098
17099 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17100 messages if in the minibuffer.
17101
17102 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17103
17104 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17105 (tex-mode-flyspell-verify, flyspell-get-word)
17106 (flyspell-external-point-words): Don't use point-min/max uselessly.
17107
17108 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17109 by Kevin Rodgers. Instead, just hide the completions buffer if we
17110 don't need to show it.
17111
17112 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17113
17114 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17115
17116 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17117
17118 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17119 delete-windows-on with an inexistent buffer.
17120
17121 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17122
17123 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17124 Delete defcustom variable :tag names.
17125
17126 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17127
17128 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17129 (log-view-font-lock-keywords): Ajust subgroup numbers.
17130 (log-view-current-tag): Don't hard code the number of subgroups.
17131
17132 2005-12-20 Juri Linkov <juri@jurta.org>
17133
17134 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17135 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17136
17137 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17138 (menu-bar-non-minibuffer-window-p): Instead of checking
17139 display-multi-frame-p, use selected-frame when menu-updating-frame
17140 is nil.
17141
17142 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17143
17144 * align.el (align-rules-list): Use [ \t] instead of \s-
17145 for column separators in text mode.
17146
17147 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17148
17149 * help-mode.el (help-customize-variable, help-customize-face):
17150 Don't pop help-xref-stack as help-follow no longer pushes
17151 anything on to it.
17152
17153 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17154
17155 * textmodes/org.el (org-agenda-custom-commands): New option.
17156 (org-agenda): Offer custom commands on splash screen.
17157 (org-make-tags-matcher): Parser for Boolean logic added.
17158 (org-agenda-set-tags): New command.
17159 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17160 (org-set-tags): Efficiency improvements.
17161 (org-auto-align-tags): New option.
17162 (org-todo, org-demote, org-promote): Realign tags.
17163 (org-tags-completion-function): Use also "&" and "|" as separators.
17164 (org-org-menu): Agenda commands simplified.
17165
17166 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17167
17168 * cus-edit.el (customize-apropos, customize-apropos-options):
17169 Docstring changes.
17170
17171 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17172
17173 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17174
17175 * longlines.el (longlines-mode): Wrap while widened.
17176 (longlines-decode-region, longlines-encode-region): Compute max
17177 just once.
17178
17179 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17180
17181 * cus-edit.el (mac): New group.
17182
17183 * cus-start.el (all): Add user options in macterm.c. Add test for
17184 Mac-related built-ins. Fix test for GTK-related built-ins.
17185
17186 * term/mac-win.el (mac-handle-language-change)
17187 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17188 (mac-services-open-selection, mac-services-mail-selection)
17189 (mac-services-mail-to, mac-services-insert-text)
17190 (mac-dispatch-apple-event): Add docstrings.
17191 (x-get-selection, mac-select-convert-to-string): Select coding
17192 system from `utf-16be' and `utf-16le' using `byteorder'.
17193
17194 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17195
17196 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17197 a "list" (lambda ...) rather than a real completion list.
17198
17199 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17200 lexical-let when encountering ((lambda (...) ...) ...).
17201
17202 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17203
17204 * progmodes/sh-script.el (sh-mode):
17205 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17206 * textmodes/picture.el (picture-mode): Update docstrings.
17207
17208 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17209
17210 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17211 commands enclosed in $(ARGQUOTE)s should not be split between two
17212 lines, as that will break with GNU Make >3.80, when sh.exe is used
17213 and arg quoting is with '..'.
17214 (autoloads): Don't break the quoted --eval expression between
17215 several lines.
17216
17217 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17218
17219 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17220 Capture error from printing circular structures.
17221
17222 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17223
17224 * wid-edit.el (widget-checkbox-action): Clear undo info.
17225
17226 2005-12-16 Bill Wohler <wohler@newt.com>
17227
17228 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17229 bar, not menubar in comment.
17230
17231 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17234 After-change-functions should not clobber the match data.
17235
17236 2005-12-16 Juri Linkov <juri@jurta.org>
17237
17238 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17239 instead of `buffer-substring'.
17240 (completion-common-substring): Doc fix.
17241 (completion-setup-function): Use minibuffer-completion-contents
17242 instead of minibuffer-contents. Don't set common-string-length
17243 initially. Remove special handling of partial-completion-mode.
17244 Move computation of completion-base-size into one cond.
17245 Call completion-base-size-function in mainbuf. In computation of
17246 completion-base-size for file name completion don't move point to
17247 the end of the minibuffer. Move computation of common-string-length
17248 into one cond. Start putting faces only when common-string-length>=0.
17249 Add condition to put completions-common-part when
17250 common-string-length>0.
17251
17252 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17253 place point at the first different character in the minibuffer
17254 even if this position is at the beginning of the minibuffer.
17255
17256 * info.el (Info-read-node-name-1): In completion-base-size-function's
17257 lambda return 1 if common-substring or minibuffer-completion-contents
17258 starts with (, and 0 otherwise.
17259
17260 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17261 Use `crm-current-element' for second arg of `display-completion-list'.
17262
17263 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17264
17265 * files.el (set-auto-mode): Look for an interpreter specified on
17266 the first line also if search for mode specification succeeded,
17267 but the mode is not known.
17268
17269 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17270
17271 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17272 (org-open-at-point): Implement tag searches as links.
17273 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17274 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17275 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17276 (org-agenda-dispatch): New commands.
17277 (org-use-tag-inheritance, org-tags-column): New options.
17278 (org-tab-follows-link, org-return-follows-link): New options.
17279 (org-tags): New customize group.
17280 (org-start-icalendar-file): Get local time zone.
17281 (org-tags-completion-function): New function.
17282 (org-set-font-lock-defaults): Make sure links will also be
17283 highlighted inside headlines.
17284
17285 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17286
17287 * term.el (term-emulate-terminal):
17288 Let term-handle-ansi-terminal-messages override what Bash says about
17289 its current directory.
17290
17291 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17292
17293 * bindings.el (last-buffer): Move to simple.el.
17294 * simple.el (last-buffer): Move here.
17295 (get-next-valid-buffer): New function.
17296 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17297 (prev-buffer): Ditto. Rename to `previous-buffer'.
17298
17299 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17300 * bindings.el (global-map): Ditto.
17301
17302 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17303
17304 * cus-edit.el: Introductory comment change.
17305 (custom-magic-alist): Change message string for the `rogue' state.
17306
17307 2005-12-15 Richard M. Stallman <rms@gnu.org>
17308
17309 * tooltip.el: Delete defcustom variable :tag names.
17310
17311 * complete.el (partial-completion-mode): Doc fix.
17312
17313 * textmodes/flyspell.el (flyspell-external-point-words):
17314 Use save-excursion to ensure we don't move backward in the
17315 search loop, not even one character.
17316 (flyspell-delete-all-overlays): Use remove-overlays directly.
17317
17318 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17319 (ispell-start-process): Set that variable.
17320 Clear ispell-buffer-local-name.
17321 (ispell-internal-change-dictionary):
17322 Set ispell-current-dictionary after killing process.
17323 (ispell-buffer-local-dict):
17324 Don't set spell-personal-dictionary after killing process.
17325 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17326 (ispell-tex-skip-alists, ispell-html-skip-alists)
17327 (ispell-skip-region-alist): Mark as risky.
17328
17329 * net/newsticker.el (newsticker--retrieval-timer-list)
17330 (newsticker--display-timer, newsticker-running-p)
17331 (newsticker-ticker-running-p): Definitions moved up.
17332
17333 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17334
17335 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17336
17337 2005-12-15 David Ponce <david@dponce.com>
17338
17339 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17340 (recentf-edit-list, recentf-open-files): Signal an error when
17341 there is no recent file.
17342
17343 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17344
17345 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17346 read-only except for texinfo-format-region evaluation.
17347
17348 2005-12-14 Richard M. Stallman <rms@gnu.org>
17349
17350 * vc.el (vc-default-previous-version, vc-default-next-version)
17351 (vc-do-command): Doc fixes.
17352
17353 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17354
17355 * textmodes/bibtex.el (bibtex-expand-strings)
17356 (bibtex-autokey-expand-string, bibtex-name-part)
17357 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17358 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17359 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17360 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17361 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17362 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17363 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17364 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17365 (bibtex-beginning-of-last-entry): Remove.
17366 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17367 message if comma is missing but buffer is read-only.
17368 (bibtex-parse-field-text): Handle whitespaces at the end of field
17369 text. Return 3-element list with beginning and end of field text
17370 and end of field.
17371 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17372 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17373 (bibtex-search-forward-field, bibtex-search-backward-field):
17374 Search always delimited by limits of entry. Use more efficient
17375 search algorithms.
17376 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17377 bibtex-end-of-name-in-field.
17378 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17379 extracting the content of a field.
17380 (bibtex-text-in-field): Use search limits.
17381 (bibtex-parse-string-prefix): Handle empty string keys based on
17382 bibtex-string-empty-key.
17383 (bibtex-parse-string): Fix docstring.
17384 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17385 (bibtex-preamble-prefix, bibtex-strings): New functions.
17386 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17387 BibTeX entries (consistent with other BibTeX functions).
17388 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17389 (bibtex-search-entry): Fix docstring. Simplify.
17390 (bibtex-flash-head, bibtex-complete-string-cleanup)
17391 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17392 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17393 (bibtex-parse-entry): New optional arg content.
17394 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17395 Use bibtex-text-in-field-bounds.
17396 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17397 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17398 bibtex-parse-string-postfix.
17399 (bibtex-find-text-internal): New function.
17400 (bibtex-remove-delimiters): Use it.
17401 (bibtex-find-text): Use it. New optional arg help.
17402 (bibtex-complete): Handle BibTeX string and preamble entries.
17403 (bibtex-Preamble): Fix order of closing delimiters.
17404
17405 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17406
17407 * vc.el (vc-default-revert): New fun.
17408
17409 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17410
17411 2005-12-14 Romain Francoise <romain@orebokech.com>
17412
17413 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17414 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17415 (font-lock-remove-keywords): Likewise.
17416
17417 2005-12-14 Juri Linkov <juri@jurta.org>
17418
17419 * log-view.el (log-view-diff): Doc fix.
17420
17421 * isearch.el (isearch-query-replace): Use (mark) instead of
17422 isearch-opoint if mark is active in transient-mark-mode.
17423
17424 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17425
17426 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17427
17428 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17429
17430 * progmodes/cpp.el (cpp-face): New widget.
17431 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17432
17433 2005-12-14 Juri Linkov <juri@jurta.org>
17434
17435 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17436 around `erase-buffer' and `insert'.
17437
17438 * descr-text.el (describe-text-properties): Replace buffer name
17439 "*Help-2*" with "*Help*<2>".
17440 (describe-char): Add functions print-help-return-message,
17441 toggle-read-only. Use help-setup-xref with nil to not store
17442 describe-char in help-xref-stack. Use help-make-xrefs to
17443 make [back] button.
17444
17445 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17446
17447 * wdired.el (wdired-old-point): New internal variable.
17448 (wdired-change-to-wdired-mode): Set it buffer-locally.
17449 (wdired-abort-changes): Restore point after aborting changes.
17450
17451 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17452
17453 * vc.el (vc-do-command): Add a new value t for okstatus.
17454
17455 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17456 frame in case of errors.
17457
17458 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17459
17460 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17461 so it comes after "On the Left" in the menu.
17462
17463 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17464
17465 * cus-edit.el (customize-apropos, customize-apropos-options)
17466 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17467
17468 2005-12-12 Bill Wohler <wohler@newt.com>
17469
17470 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17471 non-writable Subversion-controlled files by saving window
17472 configuration before calling vc-do-command. vc-do-command calls
17473 pop-to-buffer on error which is unexpected during registration.
17474
17475 2005-12-12 Jay Belanger <belanger@truman.edu>
17476
17477 * calc/README: Update the summary of changes.
17478
17479 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17480
17481 * descr-text.el (describe-char): Rework last fix to solve the problem
17482 is the same way it's solved for everything else in that function
17483 (i.e. by extracting the info before setting up the *Help* buffer).
17484
17485 2005-12-12 Kim F. Storm <storm@cua.dk>
17486
17487 * subr.el (version-regexp-alist): Allow space as separator before
17488 non-numeric part, e.g. "1.0 alpha".
17489 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17490
17491 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17492
17493 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17494 Implement Logging and the keep-modes setting.
17495 (org-get-category): Make sure a string is returned.
17496 (org-log-done): New function.
17497 (org-log-done, org-closed-string): New options.
17498
17499 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17500
17501 * tooltip.el (tooltip-y-offset): Change default to 20.
17502
17503 2005-12-12 Richard M. Stallman <rms@gnu.org>
17504
17505 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17506
17507 * frame.el (display-hourglass): Doc fix.
17508
17509 * help.el (help-for-help-internal): Simplify entry for `a'.
17510
17511 * info.el (Info-on-current-buffer): Doc fix.
17512 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17513
17514 * startup.el (inhibit-splash-screen): Make this the real name.
17515 (inhibit-startup-message): Make this the alias.
17516 (command-line): Find only simple.el, and use its directory
17517 to fill in other preloaded files' names.
17518 (command-line): Deactivate the mark if deactivate-mark is set.
17519
17520 * international/mule.el (load-with-code-conversion):
17521 Bind deactivate-mark.
17522
17523 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17524
17525 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * cus-edit.el (customize-apropos): Avoid listing an option more
17528 than once under different aliases. No longer list user options
17529 that are not defined with defcustom (unless a prefix arg is given).
17530 Doc fix.
17531 (customize-apropos-options): Doc fix.
17532
17533 2005-12-11 Juri Linkov <juri@jurta.org>
17534
17535 * frame.el (set-background-color, set-foreground-color)
17536 (set-cursor-color, set-mouse-color, set-border-color):
17537 Add explicit prompts to read colors by `facemenu-read-color'.
17538 (show-trailing-whitespace, blink-cursor-delay)
17539 (blink-cursor-interval, display-hourglass, hourglass-delay):
17540 Remove tags.
17541 (display-hourglass, hourglass-delay): Doc fix.
17542 (cursor-in-non-selected-windows): Capitalize words in tag.
17543
17544 * faces.el (frame-background-mode): Replace `choice-item' keywords
17545 with `const' to not make [default] button. Change default value tag
17546 from `default' to `automatic'. Doc fix.
17547 (trailing-whitespace) <defface>: Change group `whitespace' to
17548 `whitespace-faces'.
17549
17550 2005-12-11 Richard M. Stallman <rms@gnu.org>
17551
17552 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17553
17554 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17555
17556 * term/mac-win.el: Create keymap for mac-apple-event-map.
17557
17558 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17559
17560 * tooltip.el (tooltip-mode): Move to start of file so that it
17561 appears at top of customize buffer.
17562
17563 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17564 Add the gud groupname.
17565 (gud-tooltip-mode): Add the tooltip groupname.
17566 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17567 avoid conflict with tooltip-use-echo-area.
17568
17569 2005-12-10 Romain Francoise <romain@orebokech.com>
17570
17571 * help.el (help-for-help-internal): Add `r' in doc string.
17572
17573 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17574
17575 * align.el (align-regexp, align-highlight-rule):
17576 Use region-beginning and region-end instead of point and mark, so that
17577 repetition (with `repeat-complex-command') recomputes the region
17578 bounds.
17579
17580 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17581
17582 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17583 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17584 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17585 (balance-windows): Rewrite using the above new functions.
17586
17587 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17588
17589 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17590 react if global-hi-lock-mode seems intended.
17591 (global-hi-lock-mode): Renamed from hi-lock-mode.
17592 (hi-lock-archaic-interface-message-used)
17593 (hi-lock-archaic-interface-deduce): New variables.
17594 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17595 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17596 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17597 Replace hi-lock-buffer-mode with hi-lock-mode.
17598
17599 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17600
17601 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17602 completion list, even after a partial completion has been
17603 inserted in the current buffer. If there are more than 1
17604 completion, redisplay the *Completions* buffer; if the
17605 completion is unique, delete the *Completions* window.
17606
17607 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17608
17609 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17610 strings and long subject lines that were broken into multiple
17611 lines at arbitrary places. Handle subjects that have "Re: " in
17612 the middle.
17613
17614 2005-12-10 John W. Eaton <jwe@octave.org>
17615
17616 * emacs/octave-mod.el (octave-electric-space): Don't indent
17617 comments or strings if octave-auto-indent is nil.
17618
17619 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17620
17621 * term/mac-win.el: Require url when compiling.
17622 Call mac-process-deferred-apple-events after loading init files.
17623 (mac-apple-event-map): New defvar. Define event handlers in it.
17624 (core-event, internet-event): New Apple event class symbols.
17625 (open-application, reopen-application, open-documents)
17626 (print-documents, open-contents, quit-application)
17627 (application-died, show-preferences, autosave-now, get-url):
17628 New Apple event ID symbols.
17629 (about): New HICommand ID symbol.
17630 (mac-event-spec, mac-event-ae): New macros.
17631 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17632 (mac-ae-selection-range, mac-ae-text-for-search)
17633 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17634 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17635 and Services menu events are now defined in mac-apple-event-map.
17636 (mac-drag-n-drop): Remove selection range handling.
17637
17638 2005-12-10 Kenichi Handa <handa@m17n.org>
17639
17640 * simple.el (zap-to-char):
17641 * isearch.el (isearch-process-search-char): Translate CHAR by
17642 translation-table-for-input.
17643
17644 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17645
17646 * foldout.el (foldout-exit-fold): Properly hide subtree.
17647
17648 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17649
17650 * files.el (save-buffer):
17651 * international/ucs-tables.el (ucs-set-table-for-input):
17652 * mail/mail-extr.el (mail-extract-address-components):
17653 * mail/sendmail.el (mail-mode): Reformat doc string.
17654
17655 2005-12-09 Juri Linkov <juri@jurta.org>
17656
17657 * isearch.el (isearch-highlight): Change main overlay priority
17658 from 1 to 1001. Simplify.
17659 (isearch-lazy-highlight-update): Change lazy overlay priority
17660 from 0 to 1000.
17661
17662 * replace.el (replace-highlight): Change overlay priority from
17663 1 to 1001.
17664
17665 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17666 Change overlay priority from 1 to 1001. Reuse existing overlay.
17667
17668 * compare-w.el (compare-windows-highlight): Change overlay
17669 priority from 1 to 1000.
17670
17671 * menu-bar.el (menu-bar-edit-menu): Add listp around
17672 pending-undo-list to disable menu item "undo" when pending
17673 undo list is empty.
17674
17675 * locate.el (locate): Disable undo in *Locate* buffer.
17676
17677 2005-12-09 Kim F. Storm <storm@cua.dk>
17678
17679 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17680
17681 2005-12-09 David Ponce <david@dponce.com>
17682
17683 * recentf.el: Improvement of the menu code.
17684 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17685 instead of menu hook.
17686 (recentf-show-menu, recentf-hide-menu): New functions.
17687 (recentf-menu-customization-changed, recentf-mode): Use them.
17688 (recentf-menu-action, recentf-max-menu-items)
17689 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17690 (recentf-arrange-by-rule-others)
17691 (recentf-arrange-by-rules-min-items)
17692 (recentf-arrange-by-rule-subfilter): Don't use
17693 `recentf-menu-customization-changed'.
17694 (recentf-arrange-rules): Likewise. Accept functions to compute
17695 sub-menu titles.
17696 (recentf-menu-filter): Likewise. Doc fix.
17697 (recentf-menu-value-shortcut): Doc fix.
17698 (recentf-dump-variable): Quote atom value.
17699 (recentf-make-menu-items): Update to use it as a menu filter.
17700 (recentf-match-rule): New function.
17701 (recentf-arrange-by-rule): Use it.
17702 (recentf-indirect-mode-rule): New function.
17703 (recentf-build-mode-rules): Use it.
17704 (recentf-dir-rule): New function.
17705 (recentf-arrange-by-dir): Use it.
17706 (recentf-filter-changer-current): Rename from
17707 `recentf-filter-changer-state'. All references updated.
17708 (recentf-filter-changer-alist): Update filter names.
17709 (recentf-filter-changer-select): New function.
17710 (recentf-filter-changer): Use it. Make a sub-menu from filters
17711 available in `recentf-filter-changer-alist'.
17712 (recentf-data-cache, recentf-clear-data)
17713 (recentf-update-menu): Remove. All references updated.
17714 (recentf-match-rule-p, recentf-build-dir-rules)
17715 (recentf-filter-changer-goto-next)
17716 (recentf-filter-changer-get-current)
17717 (recentf-filter-changer-get-next): Remove.
17718
17719 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17720
17721 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17722 buffer "Reset" button to "Reset to Current" for consistency with
17723 the State buttons.
17724
17725 2005-12-08 John Paul Wallington <jpw@pobox.com>
17726
17727 * ibuf-ext.el (define-ibuffer-filter filename):
17728 If `dired-directory' is a list then really use its car.
17729
17730 2005-12-08 Kim F. Storm <storm@cua.dk>
17731
17732 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17733 Fix indention of text on right side of replaced rectangle.
17734
17735 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17736
17737 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17738 No need to check gud-comint-buffer is bound.
17739 (gdb): Prevent multiple debugging when first session uses gdba.
17740
17741 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17742
17743 CC Mode update to 5.31.
17744
17745 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17746 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17747 We might do this function properly in the future).
17748
17749 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17750 New macros c-sentence-end and c-default-value-sentence end, to cope
17751 with Emacs 22's new function `sentence-end'.
17752
17753 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17754
17755 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17756 compat issue using `c-put-overlay' and `c-delete-overlay'.
17757
17758 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17759 New compat macros to handle overlays/extents.
17760
17761 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17762
17763 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17764 (for GNU Emacs 20.4).
17765
17766 * progmodes/cc-defs.el:
17767 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17768
17769 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17770 highlighting mechanism so it will work in XEmacs too.
17771
17772 * progmodes/cc-defs.el: Insert c-int-to-char.
17773
17774 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17775 call to the new macro c-int-to-char. This solves XEmacs's
17776 regarding characters as different from integers.
17777
17778 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17779
17780 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17781 New internal helper.
17782
17783 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17784 construct to make the indirect face lookup work in XEmacs.
17785
17786 (c-cpp-matchers): Append the negation char face to the existing
17787 fontification, so that the cpp face doesn't disappear.
17788 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17789 and strings.
17790
17791 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17792 to map to `font-lock-negation-char-face' in emacsen where it exists.
17793
17794 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17795
17796 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17797
17798 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17799 Rename "c-subword-move-mode" as "c-subword-mode".
17800
17801 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17802 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17803
17804 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17805
17806 * progmodes/cc-mode.el: Added autoload directive for
17807 `c-subword-move-mode' for use in older emacsen.
17808
17809 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17810
17811 * progmodes/cc-mode.el:
17812 (i): Insert a binding for C-c C-backspace into
17813 c-bind-special-erase-keys which works in TTYs.
17814 (ii): Make sure that when file styles are used, any explicitly
17815 given style variables take priority over those in the style.
17816 Do this by calling `hack-local-variables' a second time.
17817
17818 * progmodes/cc-vars.el: Add language specific customization
17819 widgets for AWK to c-doc-comment-style, c-require-final-newline
17820 and c-default-style. Add a defcustom for awk-mode-hook.
17821 Give c-syntactic-element and c-syntactic-context doc-strings by
17822 directly setting their `variable-documentation' propery.
17823 This allows Emacs 22.1 to read these with C-h v.
17824
17825 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17826
17827 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17828
17829 * progmodes/cc-fonts.el, cc-vars.el
17830 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17831 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17832 Masatake YAMATO.
17833
17834 (c-doc-comment-style): Made GtkDoc default in C mode.
17835
17836 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17837 and C-c C-<delete>.
17838
17839 (c-bind-special-erase-keys): New function for use on
17840 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17841
17842 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17843 <delete> key behavior in XEmacs according to `delete-forward-p'.
17844 C.f. `c-electric-delete'.
17845
17846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17847
17848 * progmodes/cc-mode.el: Give c-hungry-backspace and
17849 c-hungry-delete-forward permanent key bindings.
17850
17851 * progmodes/cc-cmds.el (c-electric-semi&comma):
17852 Bind c-syntactic-context for calls to "criteria functions", for
17853 consistency with other calls to user functions.
17854
17855 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17856 `current-prefix-arg', since this might be the prefix arg to a
17857 command which calls c-indent-command as a function. Change the
17858 interactive spec from "p" to "P".
17859
17860 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17861 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17862 was difficult to understand.
17863
17864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17865
17866 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17867 first char of an identifier.
17868
17869 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17870 +" syntax in C++.
17871
17872 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17873
17874 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17875 auto-fill doesn't split a c-comment's last word from a hanging
17876 "*/" when a space is typed between them after fill-column.
17877
17878 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17879
17880 * progmodes/cc-styles.el (c-set-style)
17881 (c-setup-paragraph-variables): Abort the command if we're not in a
17882 CC Mode buffer.
17883
17884 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17885 with blank comment-prefix, and a blank line as the comment's
17886 second line.
17887
17888 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17889
17890 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17891 Incorporate the patterns added in the Emacs development branch
17892 for the new Emacs 22 face `font-lock-negation-char-face'.
17893
17894 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17895 of "red" since it stands out better in xterms and DOS terminals.
17896
17897 * progmodes/cc-engine.el (c-literal-faces):
17898 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17899
17900 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17901
17902 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17903 forcibly enable c-electric-flag.
17904
17905 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17906 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17907 after the comment-prefix of a C-style comment will close that comment.
17908
17909 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17910
17911 * progmodes/cc-fonts.el (c-basic-matchers-before)
17912 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17913 in Pike.
17914
17915 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17916 digraphs.
17917
17918 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17919 (c-cpp-message-directives, c-cpp-include-directives)
17920 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17921 (c-cpp-expr-directives): Introduce new language constants to
17922 control cpp syntax in a cleaner way.
17923
17924 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17925
17926 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17927
17928 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17929 (c-multiline-string-start-char): New language constants and
17930 variables to specify how newlines in string literals work.
17931
17932 (c-font-lock-invalid-string): Use them.
17933
17934 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17935 unbalanced close brace is entered. Optimization by avoiding going
17936 back over arbitrarily large blocks. Removed hints that this
17937 function only would be relevant/useful in AWK.
17938
17939 (c-electric-brace): Indent syntactically after the cleanups since
17940 lineup functions might do it differently then.
17941
17942 * progmodes/cc-engine.el, cc-langs.el
17943 (c-opt-op-identifier-prefix): New language constant and variable.
17944
17945 (c-just-after-func-arglist-p, c-after-special-operator-id)
17946 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17947
17948 * progmodes/cc-align.el, cc-engine.el
17949 (c-after-special-operator-id): New helper to handle C++ operator
17950 identifiers.
17951
17952 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17953 (c-guess-basic-syntax): Handle C++ operator identifiers in
17954 declarations.
17955
17956 * progmodes/cc-langs.el (c-assignment-operators): Add the
17957 trigraph version of ^= too.
17958
17959 * progmodes/cc-langs.el (c-assignment-operators): Add the
17960 trigraph version of |= in C++.
17961
17962 * progmodes/cc-fonts.el (c-font-lock-declarators):
17963 Handle `c-decl-hangon-kwds' after the identifier name.
17964
17965 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17966 whether an arglist is "nonempty", ignore a comment after the open
17967 paren if it isn't followed by a non-comment token on the same line.
17968
17969 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17970 Enable heuristics below the point to cope with classes inside special
17971 brace lists in Pike.
17972
17973 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17974
17975 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17976
17977 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17978
17979 * progmodes/cc-guess.el (cc-guess-install): New function to
17980 install an already guessed style in another buffer.
17981
17982 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17983 sets `inhibit-read-only' - `c-save-buffer-state' should be used
17984 anyway if the change always is undone.
17985
17986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17987
17988 Implement togglable electricity:
17989
17990 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17991 saying when it should be used.
17992
17993 * progmodes/cc-engine.el: Add the new buffer-local variable,
17994 c-electric-flag.
17995
17996 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17997 c-toggle-auto-newline.
17998
17999 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18000 c-toggle-auto-newline. Remove the binding for
18001 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18002 c-toggle-electric-state.
18003
18004 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18005
18006 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18007 c-\(forward\|backward\)-subword.
18008 (c-update-modeline): Add the new modeline flag `l' for
18009 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18010 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18011 Make the old name an alias of the new name.
18012 (c-toggle-electric-state): New function.
18013 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18014 Adapt these functions to do electric things only when
18015 c-electric-flag is non-nil.
18016 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18017 new functions from c-electric-brace.
18018 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18019 mode, so that the tentative extra newline doesn't change the
18020 syntax of the following brace.
18021 (c-electric-brace): Restructure by extracting the above functions.
18022 Tidy up the coding somewhat.
18023 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18024 restructure a bit.
18025
18026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18027
18028 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18029 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18030
18031 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18032 (c-submode-indicators): Change name from `c-auto-hungry-string'
18033 since it's now used to track another submode.
18034
18035 (c-update-modeline): Convert to function and extended to check
18036 `c-subword-move-mode'.
18037
18038 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18039 Convert to compat aliases for `c-forward-subword' and
18040 `c-backward-subword'.
18041
18042 * progmodes/cc-subword.el: New functions and minor mode to handle
18043 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18044
18045 (c-forward-subword, c-backward-subword, c-mark-subword)
18046 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18047 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18048 Functions corresponding to the standard word handling functions.
18049
18050 (c-subword-move-mode): Minor mode that replaces all the standard
18051 word handling functions with their subword equivalences.
18052
18053 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18054
18055 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18056 entry for one-liner-defun.
18057
18058 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18059 name in its def-edebug-spec.
18060
18061 * progmodes/cc-cmds.el (c-electric-brace): Make the
18062 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18063 compacts space before a comment, if this will make things fit on
18064 one line.
18065
18066 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18067
18068 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18069
18070 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18071 clean-up one-liner-defun.
18072
18073 * progmodes/cc-styles.el: Add the new "awk" style.
18074
18075 * progmodes/cc-vars.el: Add description of one-liner-defun to
18076 c-cleanup-list's doc-string. New user options,
18077 c-max-one-liner-length. In c-default-style, set the default style
18078 for AWK to "awk".
18079
18080 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18081
18082 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18083 macros inside labels.
18084
18085 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18086 `c-at-statement-start-p' and `c-at-expression-start-p'.
18087
18088 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18089 error if the mark isn't set.
18090
18091 * progmodes/cc-engine.el (c-guess-continued-construct)
18092 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18093 accurately detect functions inside functions.
18094
18095 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18096 like `c-at-statement-start-p' that additionally recognizes commas
18097 and expression parentheses as delimiters.
18098
18099 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18100 to avoid heuristics that doesn't work for unclosed blocks.
18101 (c-at-statement-start-p): New function.
18102
18103 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18104 Objective-C directives, e.g. directives spanning lines should work
18105 reasonably well now.
18106
18107 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18108
18109 (c-forward-objc-directive): New function to move over any ObjC
18110 directive.
18111
18112 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18113 (c-basic-matchers-before): Use it.
18114
18115 (c-font-lock-objc-iip-decl): Remove.
18116
18117 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18118 in the template arglist recognition.
18119
18120 * progmodes/cc-styles.el (c-style-alist): Fix several
18121 inconsistencies in the Whitesmith style.
18122
18123 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18124 New lineup function to get lines after Whitesmith style blocks
18125 correctly indented.
18126
18127 (c-lineup-whitesmith-in-block): Back out the compensation for
18128 opening parens since it's done using `add' lists in the style
18129 definition instead. Don't use the anchor position since it varies
18130 too much between the syntactic symbols. :P
18131
18132 * progmodes/cc-vars.el (c-valid-offset): Update.
18133
18134 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18135 lists where the offsets are combined according to several
18136 different methods: `first', `min', `max', and `add'.
18137 Report offset evaluation errors with `c-benign-error' so that some kind
18138 of reindentation still is done.
18139
18140 * progmodes/cc-engine.el (c-guess-basic-syntax):
18141 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18142 `arglist-close'.
18143
18144 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18145 situations for `arglist-cont-nonempty' and `arglist-close'.
18146
18147 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18148
18149 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18150 cc-bytecomp-boundp' in a number of places.
18151
18152 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18153 macro related issue.
18154
18155 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18156
18157 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18158 list is now [asdf], a char class [:alpha:].
18159 Include code for char classes.
18160 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18161 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18162
18163 Remove (nearly all of) the cruft associated with AWK Mode's former
18164 concept of "virtual semicolons":
18165
18166 Adapt c-beginning-of-statement, c-end-of-statement (together with
18167 subfunctions) to use the new notion of "virtual semicolon" in
18168 place of the old awkward special handling for AWK. There remains
18169 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18170 * progmodes/cc-cmds.el:
18171 (c-ascertain-adjacent-literal): In the backwards direction, now
18172 recognises AWK regexp delimiters as string delimiters.
18173 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18174 check more rigorously for "end of macro".
18175 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18176 virtual semicolons;
18177 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18178 out the code for forward movement into ...
18179 (c-end-of-statement): Now contains the code for forward movement,
18180 adapted for virtual semicolons.
18181
18182 * progmodes/cc-engine.el:
18183 (c-ws*-string-limit-regexp): New regexp.
18184 (c-forward-single-comment, c-backward-single-comment): Comment out
18185 the (now redundant) "special" AWK stuff.
18186
18187 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18188 c-string-par-start, c-string-par-separate to be more like Text
18189 Mode than Fundamental Mode.
18190
18191 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18192
18193 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18194 to the fontified region so that fontification doesn't occur
18195 outside it (could happen e.g. when fontifying a line with an
18196 unfinished declaration).
18197
18198 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18199
18200 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18201 start of the file. ^L now separate sections of the file.
18202 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18203 (c-awk-one-line-possibly-open-string-re)
18204 (c-awk-regexp-one-line-possibly-open-char-class-re)
18205 (c-awk-one-line-possibly-open-regexp-re)
18206 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18207 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18208
18209 Amend the concept of "virtual semicolons" (in the indentation
18210 engine) for languages like AWK, such that they are now
18211 conceptually attached to end of the last token of a statement, not
18212 the end of the line. (In AWK Mode, however, the pertinent text
18213 property is still physically set on the EOL.) Remove the specific
18214 tests for awk-mode, thus facilitating the introduction of other
18215 language modes where EOLs can end statements.
18216 (Note: The funtionality in cc-cmds.el, specifically
18217 c-beginning/end-of-statement has yet to be amended.)
18218
18219 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18220 New macros.
18221
18222 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18223 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18224 c-vsemi-status-unknown-p-fn (in a new page).
18225
18226 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18227 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18228 numerous awkward forms like
18229 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18230 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18231 variable before-ws-ip, the place just after char-before-ip appears.
18232
18233 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18234 a comment.
18235
18236 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18237
18238 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18239 `c-tentative-buffer-changes'.
18240
18241 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18242 convert to macro to choose between Emacs and XEmacs at compile time.
18243
18244 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18245
18246 (c-tentative-buffer-changes): New macro to handle temporary buffer
18247 changes in a convenient way.
18248
18249 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18250 for `c-tentative-buffer-changes'.
18251
18252 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18253 the checks for paren sexps between the point and the keyword, to
18254 avoid some false alarms.
18255
18256 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18257 Fixed a situation where an error could be thrown for unbalanced
18258 parens. Changed to make use of c-keyword-member' to avoid some
18259 repeated regexp matches.
18260
18261 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18262 These language variable are no longer necessary.
18263
18264 (c-block-stmt-kwds): New language constant used by
18265 c-looking-at-inexpr-block'.
18266
18267 (c-guess-basic-syntax): Remove an optional check that looked at
18268 the existence of the now removed language variables.
18269
18270 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18271 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18272 object instantiation expressions as declarations in some contexts.
18273 This bug only affected languages where the declarator can't be
18274 enclosed in parentheses.
18275
18276 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18277 insert newlines before and after substatement braces.
18278
18279 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18280 function declaration headers and the handling of C++ style member
18281 init lists.
18282
18283 (c-just-after-func-arglist-p): Rewritten to use
18284 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18285
18286 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18287
18288 (c-guess-basic-syntax): Adapt case 5B for the new
18289 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18290 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18291 covers all cases now).
18292
18293 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18294
18295 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18296
18297 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18298 c-string-par-start/separate c-sentence-end-with-esc-eol,
18299 initialised in c-setup-paragraph-variables, used in string
18300 scanning subroutines of c-beginning-of-statement.
18301
18302 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18303 which precedes the newly inserted `{'.
18304
18305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18306
18307 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18308 function for declaration level blocks. It should now cope with
18309 templates better and also be a lot more comprehensible.
18310
18311 (c-looking-at-decl-block): The new function.
18312
18313 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18314 for compatibility.
18315
18316 (c-add-class-syntax, c-guess-continued-construct)
18317 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18318
18319 (c-decl-block-key): Change to tell apart ambiguous and
18320 unambiguous keywords. Pike specials are now handled directly in
18321 the code instead.
18322
18323 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18324 New language constants and variables to make the backward skip in
18325 `c-looking-at-decl-block' as tight as possible.
18326
18327 (c-nonsymbol-token-char-list): New language constant.
18328
18329 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18330 find balanced template arglists backwards.
18331
18332 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18333 making char classes for `c-syntactic-skip-backward'.
18334
18335 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18336 16D - can't be a class-close at that point.
18337
18338 * progmodes/cc-engine.el (c-guess-basic-syntax)
18339 (c-add-class-syntax): Don't narrow out the enclosing declaration
18340 level. This makes everything a lot easier, and it was actually
18341 only four small places that needed it to work. Some places that
18342 previously did `widen' are removed now, which has the effect that
18343 `c-guess-basic-syntax' never will look at things outside the
18344 current narrowment now. The anchor position for `topmost-intro'
18345 is affected by this, but it was so bogus it was basically useless
18346 before, and now it's equally bogus but in a slightly different way.
18347
18348 (c-narrow-out-enclosing-class): Gone.
18349
18350 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18351 the narrowed region.
18352
18353 (c-least-enclosing-brace): Remove silly optional argument.
18354
18355 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18356 the point could be left directly after an open paren when finding
18357 the beginning of the first decl in the block.
18358
18359 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18360 Specify which submatch to use.
18361
18362 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18363
18364 (c-decl-start-re): No longer any need for special treatment of
18365 ObjC due to the above.
18366
18367 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18368 presumably follows C in that regard.
18369
18370 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18371 New language constants to specify operator tokens inside
18372 identifiers in a more high level way.
18373
18374 (c-opt-identifier-prefix-key): New internal language constant.
18375
18376 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18377 (c-identifier-start, c-identifier-key): Now completely calculated
18378 from other constants.
18379
18380 (c-identifier-last-sym-match): Decommission since it's no longer used.
18381
18382 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18383
18384 * progmodes/cc-engine.el (c-forward-name): Remove the
18385 optimization when c-identifier-key is equal to c-symbol-key since
18386 it doesn't work in byte compiled files. Don't record empty
18387 regions as identifiers.
18388
18389 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18390 simplify access to `c-operators' and its likes.
18391
18392 (c-operator-list, c-all-op-syntax-tokens)
18393 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18394 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18395 (c-primary-expr-regexp, c-cast-parens): Use it.
18396
18397 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18398 an explicit language in functions.
18399
18400 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18401 variant of adornment.
18402
18403 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18404 variable.
18405
18406 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18407 the Pike value.
18408
18409 * progmodes/cc-engine.el (c-on-identifier)
18410 (c-simple-skip-symbol-backward): Small fix for handling "-"
18411 correctly in `skip-chars-backward'. Affected the operator lfun
18412 syntax in Pike.
18413
18414 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18415 diagnostic message about precompiled language vars not being used.
18416
18417 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18418 "__attribute__" is followed by a parenthesis.
18419
18420 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18421 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18422 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18423
18424 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18425 Internal cleanups to properly detect the declared identifiers in
18426 various declarations.
18427
18428 (c-decl-start-kwds): New language constant to recognize
18429 declarations that can start anywhere. Used for class declarations
18430 in Pike.
18431
18432 (c-specifier-key, c-not-decl-init-keywords)
18433 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18434 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18435
18436 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18437 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18438 handling of the compiler specific extension keywords into a new
18439 language constant `c-decl-hangon-kwds' that defines keyword
18440 clauses to be ignored in declarations.
18441
18442 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18443 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18444 Necessary to stop at the declared identifier in e.g. IDL valuetype
18445 declarations.
18446
18447 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18448 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18449 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18450 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18451 class and enum declarations as such and not as part of the type.
18452
18453 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18454 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18455
18456 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18457 declarations when there's some syntax error later on.
18458
18459 (c-complex-decl-matchers): Did away with a reference to
18460 `c-specifier-key'.
18461
18462 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18463 value - this variable is always dynamically bound.
18464
18465 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18466 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18467 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18468 functions that might do hidden buffer changes: All such internal
18469 functions are now marked instead of those that don't.
18470
18471 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18472 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18473 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18474 (c-literal-type): Allow these functions to make hidden buffer changes,
18475 so that they are free to use text property caching later on.
18476
18477 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18478 (c-electric-brace, c-electric-slash, c-electric-star)
18479 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18480 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18481 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18482 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18483 with the changed semantics of the functions above.
18484
18485 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18486 when macros occur in obscure places. Optimized the sexp movement
18487 a bit.
18488
18489 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18490
18491 Enhancements for c-beginning-of-statement to work in AWK Mode:
18492
18493 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18494 (completed statement) with `}' (statement completed by closing
18495 brace or semicolon) and `$' (statement completed by EOL).
18496
18497 (c-awk-virtual-semicolon-ends-prev-line-p)
18498 (c-awk-virtual-semicolon-ends-line-p)
18499 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18500 (c-awk-at-statement-end-p): New functions.
18501
18502 * progmodes/cc-cmds.el: Simplify the structure of functions
18503 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18504 two functions and c-beginning-of-statement to handle AWK Mode.
18505
18506 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18507 c-backward-single-comment for AWK mode. Attempt to clarify their
18508 doc-strings.
18509
18510 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18511
18512 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18513
18514 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18515 label handling. Labels are now recognized in a uniform and more
18516 robust way, regardless of context. Text properties are put on all
18517 labels to recognize the following declarations better.
18518 Multiword labels are handled both in indentation and fontification for
18519 the benefit of language extensions like Qt. For consistency, keywords
18520 in labels are now fontified with the label face instead.
18521 That also applies to "case" and "default".
18522
18523 (c-beginning-of-statement-1): Fix some bugs in the label
18524 handling. Disregard `c-nonlabel-token-key' in labels that begin
18525 with `c-label-kwds'.
18526
18527 (c-find-decl-spots): Support that the callback adds more
18528 `c-decl-end' spots to find.
18529
18530 (c-forward-decl-or-cast-1): Don't treat a list of plain
18531 identifiers followed by a colon as a declaration.
18532
18533 (c-forward-label): New function to recognize labels.
18534
18535 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18536 `c-forward-label'. Moved the label recognition cases (14 and 15)
18537 earlier since they aren't so context sensitive now. Handle labels
18538 on the top level gracefully. Moved access label recognition to
18539 the generic label case (CASE 15) - removed CASE 5E.
18540
18541 (c-font-lock-declarations): Add recognition of labels in the
18542 same round since we need to handle labels in parallell with other
18543 declarations to recognize both accurately. It should also improve
18544 speed.
18545
18546 (c-simple-decl-matchers, c-basic-matchers-after):
18547 Move `c-font-lock-labels' so that it only is used on decoration level 2
18548 since `c-font-lock-declarations' handles it otherwise.
18549
18550 (c-complex-decl-matchers): Remove the simplistic recognition of
18551 access labels.
18552
18553 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18554 with labels earlier.
18555
18556 (c-decl-start-re): New language variable to make
18557 `c-font-lock-declarations' stop for the special protection labels
18558 in Objective-C that start with `@'.
18559
18560 (c-label-key): Remove since it's no longer used.
18561
18562 (c-recognize-colon-labels, c-label-prefix-re): New language
18563 constants to support recognition of generic colon-terminated labels.
18564
18565 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18566 are colon terminated labels.
18567
18568 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18569 first argument starts with a special brace list.
18570
18571 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18572 (c-font-lock-declarations): Break out the declaration and cast
18573 recognition from `c-font-lock-declarations' to a new function, so
18574 that it can be used in the indentation engine.
18575
18576 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18577 up to the start of the literal. Fixed bug with the point on the
18578 wrong side of the search limit that could happen when the start
18579 position is inside a literal.
18580
18581 * progmodes/cc-engine.el (c-parse-state)
18582 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18583 so that it's kept a little bit back to increase the hit rate.
18584
18585 (c-parse-state): Change the macro handling and fixed some
18586 glitches. Macro context is checked more often than necessary now,
18587 but otoh less garbage conses are generated.
18588
18589 * progmodes/cc-engine.el (c-parse-state)
18590 (c-invalidate-state-cache): Cache the last position where
18591 `c-state-cache' applies. This can speed up refontification quite
18592 a bit in blocks where there are many non-brace parens before the point.
18593
18594 (c-state-cache-end): New variable for this.
18595
18596 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18597 cache variable.
18598
18599 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18600 get close initial continue positions when the start position is
18601 inside a literal or macro. Do not call the callback for spots
18602 before the start position (which can happen e.g. for `c-decl-end'
18603 spots inside comments). Optimize better in special cases when the
18604 region is a single line inside a literal or macro (typically when
18605 the current line is refontified).
18606
18607 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18608 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18609 entries from the paren state.
18610
18611 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18612 special case for "else if" clauses.
18613
18614 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18615 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18616
18617 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18618 New language variable to recognize the gcc extension with statement
18619 blocks inside expressions.
18620
18621 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18622 it somewhat more comprehensible. The argument AT-BLOCK-START is
18623 no longer used and hence removed.
18624
18625 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18626 to `c-add-stmt-syntax'.
18627
18628 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18629 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18630 This fixes bogus label recognition.
18631
18632 * progmodes/cc-engine.el (c-add-type, c-check-type)
18633 (c-forward-name, c-forward-type): Improve storage of template
18634 types in `c-found-types' so that they can be recognized better.
18635
18636 (c-syntactic-content): Add option to skip past nested parens.
18637
18638 * progmodes/cc-engine.el (c-forward-name):
18639 Set `c-last-identifier-range' all the time. It's less work that way.
18640 Handle that there might not be an identifier to store in
18641 `c-last-identifier-range'.
18642
18643 (c-forward-type): Handle that `c-last-identifier-range' might be
18644 nil from `c-forward-name'.
18645
18646 * progmodes/cc-defs.el (c-safe-scan-lists)
18647 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18648
18649 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18650 to work even if the form fails.
18651
18652 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18653 down in a large file in one go.
18654
18655 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18656
18657 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18658 function which is like `c-lineup-math' but returns nil instead of
18659 `c-basic-offset' when it doesn't match.
18660
18661 (c-lineup-math): Change to use `c-lineup-assignments'.
18662
18663 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18664
18665 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18666 c-beginning-of-statement. New subfunctions
18667 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18668
18669 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18670
18671 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18672 hardcoded char classes whereever possible. Changed a couple of
18673 places to use skip by syntax instead of skip by char class.
18674
18675 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18676 Fix a bug in the regexp that caused extreme backtracking.
18677
18678 * progmodes/cc-langs.el (c-block-comment-starter)
18679 (c-block-comment-ender): New language constants to specify in a
18680 single place how block comments look.
18681
18682 (c-comment-start-regexp, c-block-comment-start-regexp)
18683 (comment-start, comment-end, comment-start-skip)
18684 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18685 (c-syntactic-ws, c-nonempty-syntactic-ws)
18686 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18687 `c-line-comment-starter', `c-block-comment-starter' and
18688 `c-block-comment-ender'.
18689
18690 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18691 New language constants to break up things a bit.
18692
18693 (c-simple-ws): New language constant for simple whitespace.
18694
18695 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18696
18697 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18698 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18699 newlines. Allow and ignore nil elements in the list.
18700
18701 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18702
18703 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18704 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18705
18706 * progmodes/cc-cmds.el: Tidy up the comments in
18707 c-beginning-of-statement and subfunctions.
18708
18709 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18710 more flexible c-put-char-property and c-clear-char-properties.
18711 Add the author's email address.
18712
18713 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18714
18715 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18716 closing "*/" of a block comment.
18717
18718 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18719 subfunctions) so that it works at BOB and EOB.
18720
18721 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18722 c-beginning-of-statement, including new variable
18723 c-block-comment-start-regexp.
18724
18725 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18726
18727 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18728 symbols from `*-font-lock-extra-types' so that there's no need to
18729 use `regexp-opt' on those lists.
18730
18731 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18732 `c-type-modifier-kwds' is empty.
18733
18734 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18735 there are several strings on the same line.
18736
18737 * progmodes/cc-engine.el (c-literal-limits): Remove the
18738 compatibility function for older emacsen. `c-literal-limits-fast'
18739 has now taken the place of this function.
18740
18741 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18742 with older emacsen: We now require `pps-extended-state'.
18743
18744 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18745
18746 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18747 which obviates the need to hack sentence-end. This now handles
18748 escaped newlines in strings correctly. Correct minor bugs in
18749 c-move-over-sentence and in c-beginning-of-statement.
18750
18751 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18752 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18753 that movement over macros and code are rigorously separated from
18754 eachother. Correct a few incidental bugs.
18755
18756 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18757 Improve its doc-string. Improve the handling of certain specific cases.
18758
18759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18760
18761 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18762 (c-guess-basic-syntax): Change the way class-level labels are
18763 recognized; they can now contain essentially any symbols.
18764
18765 (c-opt-extra-label-key): New language variable to cope with the
18766 special protection label syntax in Objective-C.
18767
18768 (c-opt-access-key): Remove; this is now handled better by
18769 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18770
18771 (c-complex-decl-matchers): Update to handle that
18772 `c-opt-access-key' no longer exists.
18773
18774 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18775 improved label recognition in `c-beginning-of-statement-1'.
18776
18777 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18778 Recognize bitfields better.
18779
18780 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18781 Remove some cruft and fixed a bug that could cause it to go to a
18782 position further down.
18783
18784 * progmodes/cc-langs.el, cc-engine.el
18785 (c-beginning-of-statement-1): Improve detection of labels in
18786 declaration contexts.
18787
18788 (c-beginning-of-decl-1): Use it.
18789
18790 (c-nonlabel-token-key): New language constant and variable needed
18791 by `c-beginning-of-statement-1'.
18792
18793 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18794 manifested itself due to the correction in `c-forward-sexp'.
18795
18796 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18797 Make these behave as documented when used at the buffer limits.
18798
18799 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18800 (c-type-decl-end-used): Made this a language variable.
18801
18802 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18803 correctly when `combine-after-change-calls' is used together with
18804 temporary narrowings.
18805
18806 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18807 Report labels correctly when the start point is immediately after the
18808 colon.
18809
18810 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18811 Remove since it isn't used anymore.
18812
18813 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18814 bracket arglists such as template parens in C++.
18815
18816 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18817 in the last check-in. Some optimization.
18818
18819 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18820 where it could stop at the same level in a preceding sexp when
18821 PAREN-LEVEL is set.
18822
18823 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18824 text property lookup only when it's needed.
18825
18826 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18827 Change the policy for paren marked angle brackets to be more
18828 persistent; once marked they remain marked even when they're found
18829 to be unbalanced in the searched region. This should keep the
18830 paren syntax around even when individual lines are refontified in
18831 multiline template arglists.
18832
18833 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18834 to control markup so that incorrect angle bracket arglists aren't
18835 marked in contexts where the correct value for
18836 `c-disallow-comma-in-<>-arglists' isn't known.
18837
18838 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18839 argument has become `c-parse-and-markup-<>-arglists'.
18840
18841 (c-remove-<>-arglist-properties): Remove - no longer used.
18842
18843 (c-after-change-check-<>-operators): New function used on
18844 `after-change-functions' to avoid that "<" and ">" characters that
18845 are part of longer operators have paren syntax.
18846
18847 (c-<>-multichar-token-regexp): New language variable used by
18848 `c-after-change-check-<>-operators'.
18849
18850 (c-after-change): Call `c-after-change-check-<>-operators'.
18851
18852 (c-font-lock-<>-arglists): Use the context properties set by
18853 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18854 correctly to avoid doing invalid markup.
18855
18856 (c-font-lock-declarations): Remove code that undoes the invalid
18857 markup done by `c-font-lock-<>-arglists'.
18858
18859 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18860 after `c-font-lock-declarations'.
18861
18862 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18863 Add paren-level feature.
18864
18865 (c-guess-basic-syntax): Improve the anchor position for
18866 `template-args-cont' in nested template arglists. There's still
18867 much to be desired in this area, though.
18868
18869 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18870
18871 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18872 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18873
18874 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18875
18876 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18877 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18878
18879 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18880 it doesn't work no longer are supported.
18881
18882 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18883 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18884 requires support for the syntax-table' text property, which rules
18885 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18886 cruft associated with those versions.
18887
18888 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18889 for the `syntax-table' text property, which rules out Emacs 19 and
18890 XEmacs < 21.4. Removed various compatibility cruft associated
18891 with those versions.
18892
18893 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18894 support for the `syntax-table' text property.
18895
18896 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18897 variable and use an extra quoted face name instead. All the
18898 emacsen flavors handle that correctly.
18899
18900 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18901 (c-font-lock-declarators, c-font-lock-declarations)
18902 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18903 property to mark the items in in declarator lists to handle
18904 refontification inside multiline declarations better.
18905
18906 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18907 construct like "a * b = c;" as a declaration.
18908
18909 2005-12-08 Kim F. Storm <storm@cua.dk>
18910
18911 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18912 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
18913 select either meta, hyper, or super modifier for rectangle commands.
18914 (cua--rectangle-modifier-key): New defvar.
18915 (cua--M/H-key): Use it. Remove special case for `space'.
18916 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18917 on X, to meta otherwise. Always bind C-return to toggle
18918 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
18919
18920 * emulation/cua-rect.el (cua-help-for-rectangle):
18921 Use cua--rectangle-modifier-key. Handle super modifier too.
18922 (cua--init-rectangles): Always bind C-return to toggle rectangle.
18923 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18924
18925 * ido.el: Move Acknowledgements and History after Commentary.
18926 Minor changes to Commentary.
18927
18928 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18929 keymap if cua--prefix-override-timer is `shift'.
18930 (cua--shift-control-prefix): New function; emulate "type prefix
18931 key twice" functionality to handle shifted prefix key override.
18932 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18933 New commands.
18934 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18935
18936 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
18937
18938 * textmodes/org.el (org-insert-heading): Try to do items before
18939 headings.
18940 (org-agenda-mode): Quote `org-agenda-mode-hook'.
18941 (org-insert-item): New function.
18942 (org-renumber-ordered-list): Don't skip to higher level lists.
18943
18944 2005-12-08 Juri Linkov <juri@jurta.org>
18945
18946 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18947
18948 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18949
18950 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18951
18952 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18953 the constructed function name fun-1.
18954
18955 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18956 because such links don't lead to parent documentation.
18957
18958 2005-12-08 Kenichi Handa <handa@m17n.org>
18959
18960 * descr-text.el (describe-char): Use *Help-2* buffer if the
18961 current buffer is *Help*. Call describe-text-properties while
18962 setting the original buffer.
18963
18964 2005-12-07 Bill Wohler <wohler@newt.com>
18965
18966 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
18967 and causes problems with non-MH users (such as Gnus users).
18968
18969 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
18970
18971 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18972 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18973 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18974 command "info sources". Move calls to GDB command "list".
18975 (gdb-find-file-hook): Just use gdb-source-file-list.
18976 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18977 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18978 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18979 (gdb-data-list-register-values-handler): Use correct trigger name.
18980
18981 2005-12-07 Kim F. Storm <storm@cua.dk>
18982
18983 * ido.el (ido-completion-map): Rename from ido-mode-map.
18984 (ido-common-completion-map, ido-file-completion-map)
18985 (ido-file-dir-completion-map, ido-buffer-completion-map):
18986 Rename from ido-mode-....-map.
18987 (ido-init-completion-maps): Rename from ido-init-mode-maps.
18988 (ido-setup-completion-map): Rename from ido-define-mode-map.
18989 (ido-read-internal): Bind minibuffer-local-filename-completion-map
18990 to ido-completion-map.
18991
18992 2005-12-07 Kenichi Handa <handa@m17n.org>
18993
18994 * international/mule-cmds.el
18995 (set-display-table-and-terminal-coding-system): If the coding
18996 system specified in `unibyte-display' property is different from
18997 the arg coding-system, don't setup standard-display-table.
18998
18999 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19000
19001 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19002 that comments end at \n, regardless of selective-display.
19003
19004 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19005
19006 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19007 (gdb-version): New variables.
19008 (gdb-source-file-list, gdb-register-names)
19009 (gdb-changed-registers): New variables for use with GDB 6.4+.
19010 (gdb-ann3): Replace with...
19011 (gdb-init-1, gdb-init-2): ...two new functions.
19012 (gdba, gdb-prompt): Call gdb-init-1.
19013 (gdb-get-version): New function. Call gdb-init-2 from here.
19014 (gud-watch): Make it work with mouse events too.
19015 (gdb-post-prompt): Don't add to queue until GDB version is known.
19016 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19017 (gdb-locals-mode): Use gdb-version.
19018 (gdb-memory-format-map, gdb-memory-unit-map)
19019 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19020 (gdb-locals-font-lock-keywords-1)
19021 (gdb-locals-font-lock-keywords-2): New variables.
19022 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19023 (gdb-set-gud-minor-mode-existing-buffers-1)
19024 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19025 (gdb-var-update-1, gdb-var-update-handler-1)
19026 (gdb-data-list-register-values-handler)
19027 (gdb-data-list-register-values-custom)
19028 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19029 (gdb-stack-list-locals-handler, gdb-get-register-names):
19030 New functions for use with GDB 6.4+.
19031 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19032 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19033 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19034 (gdb-stack-list-locals-regexp)
19035 (gdb-data-list-register-names-regexp): New regexps for use with
19036 GDB 6.4+.
19037
19038 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19039
19040 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19041
19042 2005-12-06 Nozomu Ando <nand@mac.com>
19043
19044 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19045 prompts work for AUTH PLAIN. Also reported by Steve Allan
19046 <seallan@verizon.net>.
19047
19048 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19049
19050 * frame.el (set-frame-parameter): Add doc string.
19051
19052 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19053
19054 * textmodes/org.el (org-occur-highlights): New variable.
19055 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19056 (org-highlight-sparse-tree-matches): New option.
19057 (org-do-occur): New function.
19058 (org-get-heading): Make it work also at beginning of line.
19059 (org-category-table): New variable.
19060 (org-get-category-table, org-get-category)
19061 (org-camel-to-words, org-link-search): New functions.
19062 (org-select-this-todo-keyword): New variable.
19063 (org-todo-list): New command.
19064 (org-shiftright, org-shiftleft): New commands.
19065 (org-agenda-todo): Add prefix argument.
19066 (org-show-hierarchy-above): New option.
19067 (org-show-todo-tree): Numerical prefix creates tree for specific
19068 TODO keyword.
19069 (org-outline-level): New function, to assign a level to plain
19070 lists items.
19071 (org-cycle-include-plain-lists): New option.
19072 (org-mode): Use `org-outline-level' as value of `outline-level'.
19073 (org-cycle): Temporarily switch `outline-regexp' if
19074 `org-cycle-include-plain-lists' is non-nil.
19075 (org-start-icalendar-file): Fix format bug.
19076 (org-agenda-get-day-entries): Create category table.
19077 (org-agenda-get-todos, org-agenda-get-timestamps)
19078 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19079 (org-agenda-get-blocks): Use `org-get-category'.
19080 (org-context-in-file-links): Rename from
19081 `org-line-numbers-in-file-links'.
19082
19083 2005-12-06 Romain Francoise <romain@orebokech.com>
19084
19085 * window.el (balance-windows): Delete extraneous third arg in call
19086 to `enlarge-window'.
19087
19088 2005-12-06 Kenichi Handa <handa@m17n.org>
19089
19090 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19091
19092 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19093
19094 * progmodes/gdb-ui.el (gdb-var-create-handler)
19095 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19096 (gdb-var-list-children-handler, gdb-var-update-handler):
19097 Current buffer is already gdb-partial-output-buffer, don't
19098 make it current again.
19099
19100 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19101
19102 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19103 (list-buffers-noselect): Use it.
19104
19105 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19106
19107 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19108 (mail-yank-ignored-headers): Use regexp-opt.
19109 (mail-mode-map): Move initialization into declaration.
19110 (mail-sent-via): Remove unused shadowed var `to-line'.
19111 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19112 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19113 (mail-do-fcc): Use dolist and push.
19114 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19115 (mail-yank-ignored-headers): Don't autoload.
19116
19117 2005-12-05 Kenichi Handa <handa@m17n.org>
19118
19119 * international/mule-cmds.el (set-language-info-internal): New fun.
19120 (set-language-info): Call set-language-info-internal to update
19121 language-info-alist. If LANG-ENV is the current one, call
19122 set-language-environment to make INFO effective now.
19123 (set-language-info-alist): Likewise.
19124 (locale-language-names): With locale "en", use English
19125 lang. env. but set the default codings to iso-8859-1.
19126
19127 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19128
19129 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19130 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19131 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19132 for plain strings.
19133 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19134 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19135 Create registers buffer if necessary. Echo new state in minibuffer.
19136 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19137
19138 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19139
19140 * info.el (Info-fontify-node): Match external links using
19141 non-directory part of filename.
19142
19143 2005-12-04 Juri Linkov <juri@jurta.org>
19144
19145 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19146 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19147 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19148 because there is no customization option for it.
19149
19150 * font-lock.el (lisp-font-lock-keywords-1):
19151 Add define-global-minor-mode.
19152
19153 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19154
19155 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19156 properties on the constructed variable names.
19157
19158 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19159 Put `definition-name' properties on the constructed function names
19160 next-sym and prev-sym.
19161
19162 * emacs-lisp/find-func.el (find-function-regexp):
19163 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19164 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19165 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19166 and easy-menu-define.
19167
19168 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19169 easy-mmode-define-global-mode and define-global-minor-mode.
19170 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19171
19172 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19173 instead of easy-mmode-define-global-mode.
19174
19175 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19176 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19177
19178 * cus-edit.el (customize-group, customize-group-other-window):
19179 Filter out autoloaded options from the group completion list by
19180 using heuristics that autoloaded groups don't have `custom-autoload'
19181 property on their symbols (they have only `custom-loads').
19182
19183 * simple.el (completion-setup-function): Put completions-common-part
19184 face on complete completion string too (i.e. completion string
19185 without completions-first-difference face).
19186
19187 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19188
19189 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19190
19191 * view.el (view-mode): Doc fix.
19192
19193 * disp-table.el (standard-display-european): Add to the warning
19194 message a reference to the doc string.
19195
19196 * play/yow.el (apropos-zippy): Call print-help-return-message,
19197 similar to other Help and Apropos commands.
19198
19199 * help.el (print-help-return-message): If pop-up-frames is
19200 non-nil, set up help-return-method to delete the help window and,
19201 possibly, its frame as well, and don't display message about
19202 scrolling the help window. Doc fix.
19203 (help-return-method): Doc fix.
19204
19205 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19206
19207 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19208 whereby names of length one or names starting with a
19209 symbol-constituent character would not be returned.
19210
19211 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19212
19213 * subr.el (atomic-change-group): Add edebug and indentation spec.
19214
19215 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19216
19217 * completion.el (save-completions-file-name): Fix typo in last change.
19218
19219 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19220
19221 * info.el: Move back/forward history to the beginning of the tool bar.
19222
19223 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19224
19225 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19226 Add fset of allout-real-isearch-abort during compile to fix
19227 byte-compilation warnings.
19228 (allout-mode-p): Move definition of this macro above all uses, or
19229 byte compilation in barren Emacs (eg, during Emacs build) will
19230 lack the definition.
19231 (allout-mode): Move this variable above any uses, or byte
19232 compilation will fail.
19233 (allout-resolve-xref): Remove use of personal file-reference function.
19234 (allout-toggle-current-subtree-encryption): Do the current (ie,
19235 visible containing) topic, rather than nearest around point. Doc fix.
19236 (allout-toggle-subtree-encryption): New function, workhorse that
19237 works on nearest topic containing point.
19238 (allout-encrypt-string): Signal requirement for newer version of pgg.
19239 (allout-resumptions): Doc fix.
19240
19241 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19242
19243 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19244
19245 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19246
19247 * textmodes/flyspell.el (flyspell-external-point-words):
19248 Consider a misspelling as found in the string search if: (a) misspelling
19249 and found string lengths match, or (b) misspelling is found as
19250 element in a boundary-chars separated longer string, or (c)
19251 ispell-program-name is really ispell and misspelling is found as
19252 part of a TeX string. After successful match move beginning of
19253 search region to end of match. Warn about not found misspellings
19254 once the process is done.
19255 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19256
19257 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19258
19259 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19260 tool bar (removed inadvertently).
19261
19262 2005-12-02 Juri Linkov <juri@jurta.org>
19263
19264 * log-view.el (log-view-diff): Clarify doc string.
19265
19266 2005-12-01 Bill Wohler <wohler@newt.com>
19267
19268 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19269 triggers lm-verify errors.
19270
19271 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19272
19273 * simple.el (transient-mark-mode, line-number-mode)
19274 (column-number-mode, size-indication-mode): Remove `:require nil'.
19275
19276 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19277
19278 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19279 in the margin also.
19280 (gdb-breakpoints-mode-map): Use D instead of d for
19281 gdb-delete-breakpoint.
19282 (gdb-get-frame-number): Require a number to match on.
19283 (gdb-threads-mode-map): Add follow-link binding.
19284
19285 2005-11-30 Jason Rumney <jasonr@gnu.org>
19286
19287 * isearch.el (isearch-mode-map): Avoid exiting search on
19288 language-change event.
19289
19290 2005-11-30 Romain Francoise <romain@orebokech.com>
19291
19292 * speedbar.el (speedbar-default-position): New defcustom.
19293 (speedbar-frame-reposition-smartly): Use it.
19294
19295 * dframe.el (dframe-reposition-frame-emacs): Fix position
19296 computation for `left' location.
19297 Update copyright year.
19298
19299 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19300
19301 * help.el (help-map): Move initialization into declaration.
19302
19303 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19304
19305 * help-fns.el (help-argument-name): Don't autoload.
19306 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19307 to be re-loaded when customizing the `help' group.
19308
19309 2005-11-30 John Paul Wallington <jpw@gnu.org>
19310
19311 * help-fns.el (describe-function-1): Fill arglist output.
19312
19313 2005-11-30 Kim F. Storm <storm@cua.dk>
19314
19315 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19316 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19317 after revert-buffer (or anything else which kills all local variables).
19318
19319 * apropos.el (apropos-parse-pattern): Doc fix.
19320 Set apropos-regexp directly, rather than expecting callers to do so.
19321 (apropos-command, apropos, apropos-value, apropos-documentation):
19322 Simplify calls to apropos-parse-pattern.
19323
19324 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19325
19326 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19327 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19328 (hi-lock-write-interactive-patterns): Use comment-region.
19329
19330 * longlines.el (longlines-mode): Add mail-setup-hook.
19331
19332 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19333
19334 * simple.el (sendmail-user-agent-compose, next-line):
19335 Conditionally use hard-newline.
19336
19337 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19338
19339 * international/latexenc.el (latex-inputenc-coding-alist):
19340 Reword doc string.
19341
19342 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19343
19344 * help.el (describe-key-briefly, describe-key): Recognize default
19345 bindings.
19346
19347 2005-11-29 Romain Francoise <romain@orebokech.com>
19348
19349 * view.el (view-inhibit-help-message): New defcustom.
19350 (view-mode-enter): Use it.
19351
19352 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19353
19354 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19355 Preserve user position.
19356
19357 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19358
19359 * font-lock.el: Throw error if facemenu is not loaded to prevent
19360 accidental change of loading order in loadup.el. (Suggested by RMS.)
19361
19362 * loadup.el: Add comment explaining why facemenu must be loaded
19363 before font-lock.
19364
19365 2005-11-28 Jay Belanger <belanger@truman.edu>
19366
19367 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19368 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19369
19370 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19371
19372 * calc/calc-embed.el (calc-do-embedded): Update help message.
19373
19374 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19375
19376 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19377
19378 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19379
19380 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19381 called-interactively-p.
19382 (elp-profilable-p): Rename from elp-not-profilable-p.
19383 Invert result and take into account macros and autoloaded functions.
19384 (elp-instrument-function): Update call.
19385 (elp-instrument-package): Update call. Add completion.
19386 (elp-pack-number): Use match-string.
19387 (elp-results-jump-to-definition-by-mouse): Merge into
19388 elp-results-jump-to-definition and then remove.
19389 (elp-output-insert-symname): Make help echo text single-line.
19390
19391 * replace.el (query-replace-map): Move initialization into declaration.
19392 (occur-engine): Use with-current-buffer.
19393 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19394 (occur-mode-mouse-goto): Replace with an alias.
19395
19396 2005-11-28 Juri Linkov <juri@jurta.org>
19397
19398 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19399
19400 * term/w32-win.el: Bind [S-tab] to [backtab].
19401
19402 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19403 `Info-find-file' to t.
19404
19405 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19406 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19407 and same-window-regexps.
19408 (occur-next-error): Don't move point for arg 0.
19409
19410 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19411
19412 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19413
19414 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19415
19416 * log-edit.el (log-edit-changelog-use-first): New var.
19417 (log-edit-changelog-ours-p): Use it.
19418 (log-edit-insert-changelog): Set it with new arg `use-first'.
19419 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19420 (log-edit-hook): Add them to the list of suggested options.
19421
19422 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19423 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19424 redundant work.
19425 (flyspell-mode-on): Use add-hook for after-change-functions.
19426 (flyspell-mode-off): Use remove-hook for after-change-functions.
19427 (flyspell-changes): Make it buffer-local.
19428 (flyspell-after-change-function): Make it non-interactive. Use push.
19429 (flyspell-post-command-hook): Check input-pending-p while processing
19430 the potentially long list of buffer changes.
19431
19432 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19433
19434 * buff-menu.el (list-buffers-noselect): Display the selected
19435 frame's buffer list, not the global one.
19436
19437 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19438
19439 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19440 that (list last-input-event) works as in interactive spec.
19441
19442 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19443
19444 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19445 `facemenu-keymap' needs to be defined when font-lock is loaded.
19446 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19447
19448 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19449
19450 * completion.el: Remove useless leading * in defcustom docstrings.
19451 (save-completions-file-name): Use ~/.emacs.d if available.
19452 (completion-standard-syntax-table): Rename from
19453 cmpl-standard-syntax-table and fold initialization into declaration,
19454 thus removing cmpl-make-standard-completion-syntax-table.
19455 (completion-lisp-syntax-table, completion-c-syntax-table)
19456 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19457 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19458 (symbol-under-point, symbol-before-point)
19459 (symbol-under-or-before-point, symbol-before-point-for-complete)
19460 (add-completions-from-c-buffer): Use with-syntax-table.
19461 (make-completion): Don't return a list of completion entries.
19462 Update callers.
19463 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19464 (completion-initialize): Rename from initialize-completions.
19465 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19466 (kill-emacs-save-completions): Collect stats here.
19467 (save-completions-to-file, load-completions-from-file):
19468 Use with-current-buffer.
19469 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19470 into a function. Move all calls to toplevel.
19471 (completion-lisp-mode-hook): New fun.
19472 (completion-c-mode-hook, completion-setup-fortran-mode):
19473 Set the syntax-table here. Use local-set-key.
19474 (completion-saved-bindings): New var.
19475 (dynamic-completion-mode): Make it into a proper minor mode.
19476 (load-completions-from-file): Remove unused var `num-uses'.
19477
19478 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19479 constructor if it is explicitly overridden.
19480
19481 * complete.el (PC-completion-as-file-name-predicate):
19482 Use minibuffer-completing-file-name.
19483 (partial-completion-mode): Use find-file-not-found-functions.
19484 (PC-lisp-complete-symbol): Use with-syntax-table.
19485 (PC-look-for-include-file): Remove dead setq.
19486 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19487 (PC-complete): Use with-current-buffer.
19488
19489 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19490 escape single quotes.
19491
19492 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19493
19494 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19495 of `if' whose condition always returned nil. Doc fix.
19496
19497 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19498 window's buffer the current buffer around the call to
19499 `list-buffers-noselect'. This is necessary to mark that buffer
19500 with a `.' in the Buffer Menu when called from Lisp, for instance
19501 by Auto Revert Mode.
19502
19503 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19506 attaching to it.
19507 (gdb-pre-prompt): Make sure gdb-error is reset.
19508
19509 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19510 with a child process, detect it.
19511 (gud-speedbar-buttons): Match regexp more carefully.
19512
19513 2005-11-27 Richard M. Stallman <rms@gnu.org>
19514
19515 * mouse.el (mouse-drag-move-window-bottom):
19516 Use adjust-window-trailing-edge.
19517
19518 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19519
19520 * simple.el (blink-matching-open): Ignore
19521 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19522 (blink-matching-paren-on-screen): Update docstring.
19523
19524 * paren.el (show-paren-mode): No longer change
19525 `blink-matching-paren-on-screen'.
19526
19527 2005-11-27 John Paul Wallington <jpw@pobox.com>
19528
19529 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19530 (gdb-threads-select, gdb-edit-register-value):
19531 Use `posn-set-point' instead of `mouse-set-point' because the
19532 latter is not fbound when configured without X.
19533
19534 2005-11-27 Kim F. Storm <storm@cua.dk>
19535
19536 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19537 existing face when partially highlighting a TAB in a rectangle.
19538
19539 2005-11-26 Kim F. Storm <storm@cua.dk>
19540
19541 * ido.el (ido-mode-map): Doc fix.
19542 (ido-mode-common-map, ido-mode-file-map)
19543 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19544 (ido-define-mode-map): Rewrite. Select one of the new maps as
19545 parent for ido-mode-map instead of building from scratch.
19546 (ido-init-mode-maps): New defun to initialize new maps.
19547 (ido-mode): Call it.
19548 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19549 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19550
19551 2005-11-26 John Paul Wallington <jpw@pobox.com>
19552
19553 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19554 `mouse-set-point' because the latter is not fbound when configured
19555 without X.
19556
19557 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19558
19559 * files.el (file-relative-name): Doc fix.
19560
19561 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19562
19563 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19564 non-empty string for secondary prompt PS2.
19565
19566 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19567
19568 * progmodes/compile.el (compilation-setup): Fix last change.
19569
19570 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19571
19572 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19573 (gdb-mouse-toggle-breakpoint-margin)
19574 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19575 Add gdb-server-prefix to keep out of command history.
19576 (gdb-edit-register-value): New function.
19577 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19578 (gdb-info-registers-custom): Use above map.
19579
19580 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19581
19582 * custom.el (enable-theme): Signal error if argument is not a
19583 theme. Don't recalculate a face if it's not loaded yet.
19584
19585 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19586 the `user' theme is in effect.
19587
19588 * info.el (Info-on-current-buffer): Record actual filename in
19589 Info-current-file, instead of t, or a fake filename if a non-file
19590 buffer. Make autoload.
19591 (Info-find-node, Info-revert-find-node): No need to check for
19592 Info-current-file nil.
19593 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19594 Info-current-file is now never `t'.
19595 (Info-fontify-node): Many simplifications due to Info-current-file
19596 always being valid. Use Info-find-file to find node filename.
19597
19598 2005-11-25 David Kastrup <dak@gnu.org>
19599
19600 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19601 new character, then delete" in order to preserve markers.
19602
19603 2005-11-25 David Ponce <david@dponce.com>
19604
19605 * recentf.el (recentf-arrange-by-rule): Handle a special
19606 `auto-mode-alist'-like "strip suffix" rule.
19607 (recentf-build-mode-rules): Handle second level auto-mode entries.
19608
19609 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19610
19611 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19612 window modes.
19613
19614 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19615 jde-javadoc-checker-report-mode.
19616
19617 * ediff-wind (ediff-make-wide-display): Slight simplification.
19618
19619 * ediff.el (ediff-date): Change the date of last update.
19620
19621 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19622
19623 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19624 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19625 (hi-lock-mode): New global minor mode.
19626 (turn-on-hi-lock-if-enabled): New function.
19627 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19628 Change arguments to regexp and face instead of a font-lock pattern.
19629 Directly set face property, instead of refontifying.
19630 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19631 (hi-lock-find-patterns): Use line-number-at-pos.
19632
19633 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19634 arguments for hi-lock-set-pattern.
19635 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19636 Call font-lock-fontify-buffer.
19637 (hi-lock-find-file-hook, hi-lock-current-line)
19638 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19639
19640 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19641 turned off.
19642
19643 * progmodes/compile.el (compilation-setup): Don't fiddle with
19644 font-lock-defaults.
19645
19646 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19647
19648 * progmodes/gdb-ui.el (gdb-var-create-handler)
19649 (gdb-var-list-children-handler): Find values for all variable
19650 objects. gud-speedbar-buttons decides whether to display them.
19651
19652 2005-11-24 Romain Francoise <romain@orebokech.com>
19653
19654 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19655 buffer name with a space.
19656
19657 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19658
19659 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19660 `org-export-local-list-max-depth'. Change default value to 3.
19661 (org-auto-renumber-ordered-lists)
19662 (org-plain-list-ordered-item-terminator): New options.
19663 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19664 (org-get-indentation, org-get-string-indentation)
19665 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19666 New functions.
19667 (org-move-item-down, org-move-item-up): New commands.
19668 (org-export-as-html): New classes for CSS support. Bug fix in
19669 regular expression detecting fixed-width regions. Respect
19670 `org-local-list-ordered-item-terminator'.
19671 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19672 also a list item.
19673 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19674 New item moving functions.
19675
19676 2005-11-24 Juri Linkov <juri@jurta.org>
19677
19678 * isearch.el (isearch-repeat): With empty search ring set
19679 `isearch-error' to the error string instead of signaling error
19680 with the function `error'.
19681
19682 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19683
19684 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19685
19686 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19687
19688 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19689 and variable.
19690 (gdb-var-create-handler, gdb-var-list-children-handler):
19691 Don't match on "char **...".
19692 (gdb-var-update-handler): Find values for all variable objects.
19693 (gdb-info-frames-custom): Identify frames by leading "#".
19694
19695 * progmodes/gud.el (gud-speedbar-menu-items): Add
19696 gdb-speedbar-auto-raise as radio button.
19697 (gud-speedbar-buttons): Raise speedbar if requested.
19698 Don't match on "char **...".
19699 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19700 Make it editable.
19701
19702 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19703
19704 * info.el (Info-fontify-node): Handle the case where
19705 Info-current-file is t.
19706
19707 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19708
19709 * simple.el (blink-matching-open): Fix off-by-one in last change.
19710
19711 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19712
19713 * term/mac-win.el: Don't change default directory.
19714
19715 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19716
19717 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19718 buffers correctly. (It used to throw an error in such buffers.)
19719 Make it ask for confirmation in group buffers and other Custom
19720 buffers containing more than one customization item.
19721
19722 2005-11-22 John Paul Wallington <jpw@gnu.org>
19723
19724 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19725 property on mail and url overlays.
19726 (goto-address-at-point): Use `posn-set-point' instead of
19727 `mouse-set-point' because the latter is not fbound when configured
19728 without X.
19729
19730 2005-11-22 Lars Hansen <larsh@soem.dk>
19731
19732 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19733 (ls-lisp-classify, ls-lisp-format): Delete call to
19734 ls-lisp-parse-symlink.
19735 (ls-lisp-handle-switches): Handle symlinks to directories as
19736 directories when ls-lisp-dirs-first in non-nil.
19737
19738 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19739
19740 * startup.el (command-line): Make sure that loaddefs.el is handled
19741 correctly in load-history.
19742
19743 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19744
19745 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19746 (gdb-struct-string, gdb-array-string): New constants.
19747 (gdb-info-locals-handler): Use them.
19748 (gdb-reset): Reset gdb-var-list to nil.
19749
19750 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19751
19752 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19753 in patterns.
19754
19755 2005-11-21 Juri Linkov <juri@jurta.org>
19756
19757 * custom.el (defcustom): Update link types in docstring.
19758
19759 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19760
19761 * custom.el (defgroup): Add doc-string-elt info.
19762
19763 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19764
19765 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19766
19767 * newcomment.el (comment-enter-backward): Fix last fix.
19768
19769 * simple.el (blink-matching-open):
19770 * paren.el (show-paren-function): Allow new paren-class info.
19771
19772 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19773
19774 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19775 handled automagically.
19776
19777 2005-11-20 Andreas Schwab <schwab@suse.de>
19778
19779 * descr-text.el (describe-char): When copying overlays put them
19780 over the full char description instead of just the first character
19781 of it.
19782
19783 2005-11-20 Juri Linkov <juri@jurta.org>
19784
19785 * simple.el (what-cursor-position):
19786 * descr-text.el (describe-char): Use Lisp-readable syntax
19787 for octal and hex. Reorder decimal, octal and hex values.
19788 Remove excess whitespace in the output. Use `=' in `column='
19789 like in `point=' and `Hscroll='.
19790
19791 * international/mule-cmds.el (encoded-string-description):
19792 Use Lisp-readable syntax for hex.
19793
19794 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * newcomment.el (comment-enter-backward): Handle the case where the
19797 comment is closed by EOB.
19798
19799 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19800
19801 * longlines.el (longlines-before-revert-hook)
19802 (longlines-after-revert-hook): New functions.
19803 (longlines-mode): Turn off longlines temporarily when reverting.
19804 Add a message-setup-hook.
19805 (longlines-decode-buffer): New function.
19806 (longlines-wrap-line): Preserve marker positions.
19807
19808 2005-11-19 Andreas Schwab <schwab@suse.de>
19809
19810 * emacs-lisp/shadow.el: Handle compressed files.
19811
19812 2005-11-19 Romain Francoise <romain@orebokech.com>
19813
19814 * net/browse-url.el (browse-url-default-browser): Signal an error
19815 if no usable browser can be found, rather than try to load w3.
19816
19817 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19818
19819 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19820 replacing existing properties.
19821 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19822 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19823 tty specs.
19824 (rcirc-server-prefix, rcirc-server): New faces.
19825 (rcirc-url-regexp): Generate with rx macro.
19826 (rcirc-last-server-message-time): New variable.
19827 (rcirc-filter): Record time of last message.
19828 (rcirc-keepalive): Kill processes that did not send a message
19829 since the last ping.
19830 (rcirc-mode): Give rcirc-topic a local binding here.
19831
19832 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19833
19834 * subr.el (read-passwd): Fontify the prompt as we do with other
19835 prompts.
19836
19837 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19838
19839 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19840 binding buffer-read-only to nil.
19841
19842 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19843
19844 * complete.el (partial-completion-mode):
19845 Mention completion-auto-help in the doc string.
19846
19847 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19848 more Lisp-ish way.
19849
19850 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19851
19852 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19853 digits, not 8, to avoid misalignment for files larger than 100MB.
19854
19855 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19856
19857 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19858 Mention "keyboard shortcuts" in the help text.
19859
19860 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19861
19862 * startup.el (fancy-splash-default-action): Discard only
19863 mouse-down and succeeding mouse-up events in the splash screen
19864 window so that drag-n-drop event can be processed.
19865
19866 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
19867
19868 * longlines.el (longlines-mode): Add hacks for mail-mode and
19869 message-mode.
19870
19871 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
19872
19873 * textmodes/org.el (org-table-sort-lines): New command.
19874 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19875 (org-add-file): Command removed, use `org-agenda-file-to-front'
19876 instead.
19877 (org-export-icalendar): Use `org-icalendar-combined-name'.
19878 (org-cycle-agenda-files, org-agenda-file-to-end)
19879 (org-agenda-file-to-front): New commands.
19880 (org-table-tab-jumps-over-hlines, org-export-html-style):
19881 New options.
19882 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19883 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19884 New functions.
19885 (org-fill-paragraph): Call `org-table-align' in tables.
19886 (org-mode): Call `org-set-autofill-regexps'.
19887 (org-export-as-html): Support for local handformatted lists.
19888 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
19889 (org-export-local-list-max-depth): New option.
19890 (org-html-expand): Use `org-html-protect'.
19891
19892 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
19893
19894 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19895 to "p".
19896 (gdb): Move definition of gud-pp to...
19897
19898 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
19899 speedbar.
19900 (gdb-find-watch-expression): New function.
19901
19902 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19903
19904 * faces.el (face-attribute, set-face-attribute): Mention existence
19905 of `:ignore-defface' setting in docstring.
19906
19907 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * simple.el (completion-setup-function): Fix last change.
19910
19911 2005-11-17 John Paul Wallington <jpw@pobox.com>
19912
19913 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19914 Use `posn-set-point' instead of `mouse-set-point' because the
19915 latter is not fbound when configured without X.
19916
19917 * comint.el (comint-insert-input): Likewise.
19918
19919 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19920
19921 * simple.el (hard-newline): New variable.
19922 (sendmail-user-agent-compose, next-line): Use it.
19923
19924 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19925 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19926 (mail-mail-reply-to, mail-mail-followup-to)
19927 (mail-position-on-field, mail-signature, mail-yank-original)
19928 (mail-attach-file): Likewise.
19929
19930 * mail/mailheader.el (mail-header-format)
19931 (mail-header-format-function): Likewise.
19932
19933 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19934
19935 2005-11-17 Juri Linkov <juri@jurta.org>
19936
19937 * font-lock.el (font-lock-faces): Rename this defgroup from
19938 `font-lock-highlighting-faces'.
19939 (font-lock-comment-face, font-lock-comment-delimiter-face)
19940 (font-lock-string-face, font-lock-doc-face)
19941 (font-lock-keyword-face, font-lock-builtin-face)
19942 (font-lock-function-name-face, font-lock-variable-name-face)
19943 (font-lock-type-face, font-lock-constant-face)
19944 (font-lock-warning-face, font-lock-negation-char-face)
19945 (font-lock-preprocessor-face)
19946 (font-lock-regexp-grouping-backslash)
19947 (font-lock-regexp-grouping-construct): Rename :group from
19948 `font-lock-highlighting-faces' to `font-lock-faces'.
19949
19950 * cus-edit.el (lisp, c, tex):
19951 * progmodes/ada-mode.el (ada):
19952 * progmodes/asm-mode.el (asm):
19953 * progmodes/cperl-mode.el (cperl-faces):
19954 * progmodes/cpp.el (cpp):
19955 * progmodes/dcl-mode.el (dcl):
19956 * progmodes/f90.el (f90):
19957 * progmodes/fortran.el (fortran):
19958 * progmodes/icon.el (icon):
19959 * progmodes/idlwave.el (idlwave-misc):
19960 * progmodes/m4-mode.el (m4):
19961 * progmodes/make-mode.el (makefile):
19962 * progmodes/meta-mode.el (meta-font):
19963 * progmodes/modula2.el (modula2):
19964 * progmodes/octave-mod.el (octave):
19965 * progmodes/pascal.el (pascal):
19966 * progmodes/perl-mode.el (perl):
19967 * progmodes/prolog.el (prolog):
19968 * progmodes/ps-mode.el (PostScript-edit):
19969 * progmodes/scheme.el (scheme):
19970 * progmodes/sh-script.el (sh-script):
19971 * progmodes/simula.el (simula):
19972 * progmodes/tcl.el (tcl):
19973 * textmodes/nroff-mode.el (nroff):
19974 * textmodes/reftex-vars.el (reftex-fontification-configurations):
19975 * textmodes/sgml-mode.el (sgml):
19976 * textmodes/texinfo.el (texinfo):
19977 Add :link (custom-group-link font-lock-faces) to defgroup.
19978
19979 * hi-lock.el (hi-lock): Rename this defgroup from
19980 `hi-lock-interactive-text-highlighting'. Change parent group from
19981 `faces' to `font-lock'. Add link to the manual.
19982 (hi-lock-mode, hi-lock-file-patterns-range)
19983 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19984 `hi-lock-interactive-text-highlighting' to `hi-lock'.
19985 (hi-lock-faces): Add :group `faces'.
19986
19987 * cus-edit.el (custom-variable-prompt): Clarify the code.
19988
19989 * faces.el (face-read-string): Set the default value arg of
19990 completing-read.
19991
19992 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
19993
19994 * rfn-eshadow.el (file-name-shadow-properties)
19995 (file-name-shadow-tty-properties, file-name-shadow-mode):
19996 Remove autoloads, because the file is now preloaded.
19997
19998 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19999
20000 * printing.el (easy-menu-intern): Don't define.
20001 (pr-get-symbol): Use easy-menu-intern only if defined.
20002
20003 * simple.el (blink-matching-open): Simplify a bit.
20004 (completion-setup-function): Fix the case of partial-completion-mode
20005 when the minibuffer's contents start with "-".
20006 Obey completion-base-size-function even when
20007 minibuffer-completing-file-name is non-nil.
20008
20009 2005-11-16 Richard M. Stallman <rms@gnu.org>
20010
20011 * net/eudcb-ph.el (eudc-ph-open-session):
20012 Use set-process-query-on-exit-flag.
20013
20014 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20015
20016 * international/ucs-tables.el (ucs-set-table-for-input):
20017 Use make-local-variable, not make-variable-buffer-local.
20018
20019 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20020 Improve warning message text.
20021
20022 * savehist.el (savehist-save-hook): Add :group.
20023
20024 * menu-bar.el (menu-bar-help-menu):
20025 Rename Find Extra Packages to External Packages.
20026
20027 * cus-edit.el (Custom-reset-standard): Verify that
20028 :custom-standard-value prop exists before calling it.
20029
20030 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20031
20032 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20033
20034 * wid-edit.el (color): Enclose %t in %{...%}.
20035
20036 * cus-edit.el (face): Enclose %t in %{...%}.
20037
20038 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20039
20040 * savehist.el (savehist-mode-hook): Re-add the var.
20041 (savehist-mode): Use it.
20042
20043 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20044
20045 * textmodes/flyspell.el: Fix commenting convention.
20046 Remove unnecessary leading * in custom docstrings.
20047 (flyspell-emacs): Remove unused var.
20048 (flyspell-delete-region-overlays): Use remove-overlays.
20049 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20050 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20051 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20052 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20053 (make-flyspell-overlay): Don't locally reuse a global name.
20054 (flyspell-highlight-incorrect-region)
20055 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20056 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20057 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20058 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20059 Wrap calls to accept-process-output inside with-local-quit since it's
20060 often called from a post-command-hook.
20061 (flyspell-correct-word, flyspell-auto-correct-word):
20062 Use ispell-send-string.
20063 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20064
20065 * calendar/diary-lib.el (diary-list-entries): Also hide the
20066 terminating newline.
20067
20068 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20069
20070 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20071 window-system, to allow fonts on tty.
20072
20073 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20074
20075 * progmodes/gud.el (gud-speedbar-item-info): New function.
20076 (gud-install-speedbar-variables): Use it to display data type
20077 of watch expression as a tooltip in speedbar.
20078
20079 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20080
20081 * font-core.el (global-font-lock-mode): Add :version keyword,
20082 because default was changed.
20083
20084 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20085
20086 * startup.el (command-line): Use `custom-reevaluate-setting' for
20087 `file-name-shadow-mode'.
20088
20089 * loadup.el: Preload rfn-eshadow.
20090
20091 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20092 Add :version keyword.
20093 (file-name-shadow-properties, file-name-shadow-tty-properties)
20094 (file-name-shadow): Add :version keyword.
20095
20096 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20097 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20098 in the custom-group property of the symbol frames and the fringe
20099 group got no link to its parent group frames.
20100 Doc fix.
20101
20102 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20103
20104 * progmodes/gud.el (gud-stop-subjob): New function.
20105 (gud-menu-map, gud-tool-bar-map): Use it.
20106
20107 2005-11-16 Kim F. Storm <storm@cua.dk>
20108
20109 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20110 than kill it.
20111 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20112 to a more useful/logical place.
20113
20114 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20115
20116 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20117 go buttons complementary.
20118
20119 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20122 (rfn-eshadow-sifn-equal): New function.
20123 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20124
20125 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20126
20127 * viper-utils.el (viper-non-word-characters-reformed-vi):
20128 Quote `-' in string.
20129
20130 * viper.el (viper-emacs-state-mode-list): Ensure that
20131 rcirc-mode buffers come up in Emacs state.
20132
20133 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20134 operation.
20135
20136 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20137
20138 * term.el (term-termcap-format): Fix typos.
20139 (term-down): Fix the negative argument case.
20140
20141 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20142
20143 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20144 2005-08-15.
20145 (gdb-ann3): New command gud-go.
20146 (menu): Accomodate gdb-mi.el.
20147 (gdb-assembler-custom): Make buffer of selected window current
20148 so that set-window-point works.
20149
20150 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20151 buttons and include new ones.
20152
20153 2005-11-16 Kim F. Storm <storm@cua.dk>
20154
20155 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20156 (gud-menu-map): Use it.
20157
20158 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20159
20160 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20161 that works correctly for Custom and that does not override a user
20162 who disables it.
20163
20164 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20165 (help-xref-interned, help-follow): Make hyperlinks for variables
20166 that are unbound, but have a non-nil variable-documentation property.
20167
20168 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20169 mode hook. (It conflicted with defcustoms for some mode hooks.)
20170 Use the `variable-documentation' property to give the mode hook a
20171 docstring and expand that docstring.
20172
20173 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20174
20175 * savehist.el (savehist-mode): Don't bother with
20176 `custom-set-minor-mode'.
20177 (savehist-coding-system): Check XEmacs version.
20178 (history-length): Declare also at run time.
20179 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20180 Don't set the customize state.
20181 (savehist-minibuffer-hook): Special case for when
20182 minibuffer-history-variable is equal to t.
20183
20184 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20185
20186 * files.el (write-file): Refresh VC status.
20187
20188 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20189 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20190 than fundamental-mode to see if the mode was set.
20191
20192 2005-11-14 Romain Francoise <romain@orebokech.com>
20193
20194 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20195 dummy function in `eval-when-compile' to avoid compiler warning.
20196 Require `man' at compile time.
20197
20198 2005-11-14 Jay Belanger <belanger@truman.edu>
20199
20200 * calc-alg.el (calcFunc-write-out-power): Rename it to
20201 calcFunc-powerexpand.
20202 (math-write-out-power): Rename it to math-powerexpand; have it
20203 handle negative exponents.
20204 (calc-writeoutpower): Rename it to calc-powerexpand.
20205
20206 * calc-ext.el: Change calcFunc-writeoutpower and
20207 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20208 autoloads.
20209 Add calcFunc-ldiv to autoloads.
20210
20211 * calc-arith.el (calcFunc-ldiv): New function.
20212
20213 * calc.el (calc-left-divide): New function.
20214
20215 2005-11-14 Juri Linkov <juri@jurta.org>
20216
20217 * cus-edit.el (custom-variable-prompt): Set the default value arg
20218 of completing-read.
20219
20220 * cus-dep.el (custom-make-dependencies): Reverse the list of
20221 found dependencies.
20222
20223 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20224
20225 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20226 Highlighting" entry, it is on by default now.
20227 (menu-bar-options-save): Do not save global-font-lock-mode.
20228
20229 2005-11-13 Richard M. Stallman <rms@gnu.org>
20230
20231 * textmodes/flyspell.el (flyspell-large-region):
20232 Call flyspell-accept-buffer-local-defs.
20233
20234 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20235
20236 * textmodes/flyspell.el (flyspell-notify-misspell):
20237 Fix misspelling of "Misspelling".
20238 (flyspell-process-localwords): New function.
20239 (flyspell-large-region): Call flyspell-process-localwords and
20240 flyspell-delete-region-overlays.
20241 (flyspell-delete-region-overlays): New function.
20242 (flyspell-delete-all-overlays): Call that.
20243
20244 2005-11-13 Richard M. Stallman <rms@gnu.org>
20245
20246 * help.el (help-for-help-internal): Improve doc of C-h a.
20247 (describe-key): Improve prompt; doc fix.
20248
20249 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * vc-svn.el (vc-svn-registered): Catch all errors.
20252
20253 * cus-dep.el (custom-make-dependencies): Typo.
20254
20255 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20256
20257 * net/tramp-util.el (top): Fix compilation warning.
20258
20259 2005-11-13 Kim F. Storm <storm@cua.dk>
20260
20261 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20262
20263 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20264
20265 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20266 (gud-speedbar-buttons): Match on "const char *" too.
20267
20268 * progmodes/gdb-ui.el (gdb-var-create-handler)
20269 (gdb-var-list-children-handler): Match on "const char *" too.
20270 (gdb-var-evaluate-expression-handler): Match on empty string.
20271 (gdb-var-update-handler): Only call
20272 gdb-var-evaluate-expression-handler when required.
20273
20274 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20275
20276 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20277 selected window. This still doesn't work for speedbar.
20278 (gud-speedbar-buttons): Handle string expressions properly.
20279
20280 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20281 (gdb-var-create-handler): Handle string expressions properly.
20282 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20283 Handle string expressions properly. Move "type" field into regexp.
20284
20285 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20286
20287 * bookmark.el (bookmark-maybe-message): New function to reduce
20288 code duplication: invokes `message' iff baud-rate is high enough.
20289 (bookmark-write-file): Use above instead of an inline conditional.
20290 (bookmark-load): Same.
20291
20292 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20293
20294 * bookmark.el (bookmark-write-file): Don't visit the destination
20295 file, just write the data to it using write-region. This is
20296 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20297 change to avoid visiting the file in the first place.
20298
20299 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20300
20301 * hi-lock.el (hi-lock-mode): Set the default value of
20302 font-lock-defaults.
20303
20304 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20305
20306 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20307 arg to `file-attributes'.
20308 (find-lisp-format): The UID and GID can now be strings.
20309
20310 2005-11-12 Kim F. Storm <storm@cua.dk>
20311
20312 * help.el (help-map): Bind C-h d to apropos-documentation.
20313
20314 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20315 when point is at end-of-buffer.
20316
20317 * apropos.el (apropos-match-face): Doc fix.
20318 (apropos-sort-by-scores): Add new choice `verbose'.
20319 (apropos-documentation-sort-by-scores): New defcustom.
20320 (apropos-pattern): Now contains the pattern entered by the user.
20321 (apropos-pattern-quoted): New defvar.
20322 (apropos-regexp): New defvar, containing the regexp corresponding
20323 to apropos-pattern.
20324 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20325 (apropos-read-pattern): New defun. Use it to read pattern arg in
20326 interactive calls; returns list of words for a word list, and
20327 string for a regexp.
20328 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20329 parses a list of words or regexp as returned by apropos-read-pattern.
20330 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20331 (apropos-score-doc): Return a very high score if the string
20332 entered by the user matches literally.
20333 (apropos-variable): Doc fix. Use apropos-read-pattern.
20334 (apropos-command): Doc fix. Use apropos-read-pattern and
20335 apropos-parse-pattern. Call apropos-print with nosubst=t.
20336 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20337 apropos-parse-pattern.
20338 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20339 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20340 apropos-documentation-sort-by-scores. Call apropos-print with
20341 nosubst=t.
20342 (apropos-documentation-internal): Pass doc string through
20343 substitute-key-definition before adding text properties.
20344 Highlight substring matching literal user input if possible.
20345 (apropos-documentation-check-doc-file): Remove locals beg and end.
20346 Fix calculation of score (as added twice). Pass doc string through
20347 substitute-key-definition before adding text properties.
20348 (apropos-documentation-check-elc-file): Pass doc string through
20349 substitute-key-definition before adding text properties.
20350 Highlight substring matching literal user input if possible.
20351 (apropos-print): Add new arg NOSUBST; if set, command and variable
20352 doc strings have already been passed through substitute-key-definition.
20353 Add code to handle apropos-accumulator items without score element
20354 for backwards compatibility (e.g. with woman package).
20355 Only show scores if apropos-sort-by-scores is `verbose'.
20356
20357 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20358
20359 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20360 Add jka-compr-load-suffixes to load-suffixes.
20361
20362 * jka-compr.el: Require jka-cmpr-hook.
20363 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20364 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20365 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20366 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20367 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20368 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20369 (jka-compr-uninstall): Remove entries from
20370 jka-compr-added-to-file-coding-system-alist after they are used.
20371 (jka-compr-error): Remove unused var `curbuf'.
20372 (jka-compr-file-local-copy): Remove unused var `notfound'.
20373
20374 2005-11-10 Romain Francoise <romain@orebokech.com>
20375
20376 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20377
20378 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20379
20380 * progmodes/gud.el (gud-menu-map): Move parentheses.
20381 (gdb): New command gud-pv.
20382
20383 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * tar-mode.el: Remove spurious or unnecessary leading stars
20386 in docstrings.
20387 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20388 (tar-parse-octal-integer-safe): Use mapc.
20389 (tar-header-block-summarize): Remove unused var `ck'.
20390 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20391 cleared before. Obey default-enable-multibyte-characters.
20392 Use mapconcat. Simplify setting of tar-header-offset.
20393 (tar-mode-map): Move initialization inside delcaration.
20394 (tar-flag-deleted): Use `abs'.
20395 (tar-expunge-internal): Remove unused var `line'.
20396 (tar-expunge-internal): Don't hardcode point-min==1.
20397 (tar-expunge): Widen while doing set-buffer-multibyte.
20398 (tar-rename-entry): Use file-name-coding-system.
20399 (tar-alter-one-field): Don't hardcode point-min==1.
20400 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20401 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20402
20403 2005-11-10 Masatake YAMATO <jet@gyve.org>
20404
20405 * add-log.el (add-log-current-defun): Handle class::method
20406 notation of c++. Fix incorrect comment.
20407
20408 2005-11-10 Alan Mackenzie <acm@muc.de>
20409
20410 * help-fns.el (describe-variable): Make C-h v work when a variable
20411 has variable documentation yet is unbound.
20412
20413 2005-11-10 Masatake YAMATO <jet@gyve.org>
20414
20415 * man.el (Man-highlight-references): Set an empty
20416 string to `Man-arguments' if it is nil.
20417 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20418
20419 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20420
20421 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20422 commenting conventions.
20423
20424 * cus-dep.el (custom-make-dependencies): Simplify.
20425 Better follow the commenting conventions.
20426
20427 2005-11-09 Richard M. Stallman <rms@gnu.org>
20428
20429 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20430 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20431 All uses changed.
20432 (apropos-rewrite-regexp): Doc fix.
20433 (apropos-variable, apropos-command, apropos, apropos-value):
20434 Change prompt; carry through the argument renaming.
20435
20436 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20437
20438 * find-lisp.el: Require dired.
20439 (find-lisp-find-dired-internal): Do not call
20440 `abbreviate-file-name' on DIR.
20441
20442 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20443
20444 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20445
20446 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20447
20448 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20449 when using the speedbar.
20450 (gdb): New command gud-pp.
20451 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20452
20453 2005-11-09 Juri Linkov <juri@jurta.org>
20454
20455 * replace.el (occur-excluded-properties): New defcustom.
20456 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20457
20458 2005-11-08 Jay Belanger <belanger@truman.edu>
20459
20460 * calc/calc-units.el (math-convert-units): Replace any composite
20461 unit by its definition.
20462
20463 2005-11-08 Lars Hansen <larsh@soem.dk>
20464
20465 * emacs-lisp/autoload.el (update-directory-autoloads):
20466 Add obsolete function alias.
20467
20468 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20469
20470 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20471 comment-indent-function.
20472 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20473
20474 * reveal.el (reveal-post-command): Rework the handling of
20475 reveal-open-spots, so as to be more reliable. There were several
20476 tricky corner cases where an open spot might be lost, or where
20477 a closed spot might end up on the list of open spots.
20478 Only reveal text that's ellipsised.
20479
20480 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20481
20482 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20483
20484 2005-11-07 John Paul Wallington <jpw@gnu.org>
20485
20486 * ibuffer.el (ibuffer): Search iconified frames too when
20487 getting Ibuffer buffer's window.
20488
20489 2005-11-06 Richard M. Stallman <rms@gnu.org>
20490
20491 * progmodes/compile.el (compilation-internal-error-properties):
20492 save-excursion around the computation of MARKER.
20493
20494 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20495
20496 * textmodes/flyspell.el (flyspell-external-point-words):
20497 flyspell-get-word returns a list, not just a string.
20498
20499 2005-11-06 John Paul Wallington <jpw@pobox.com>
20500
20501 * ibuffer.el (ibuffer): Search all visible frames when getting
20502 Ibuffer buffer's window.
20503
20504 2005-11-07 Masatake YAMATO <jet@gyve.org>
20505
20506 * man.el (Man-reference-regexp): Accept spaces between
20507 `Man-name-regexp' and `Man-section-regexp'.
20508 (Man-apropos-regexp): New variable.
20509 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20510 if available.
20511 (Man-highlight-references, Man-highlight-references0):
20512 Handle the case when `Man-arguments' includes "-k".
20513 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20514 `TARGET'. `TARGET' can be a number, function or nil.
20515
20516 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20517
20518 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20519 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20520 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20521 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20522 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20523 (gdb-send-item): Use buffer-local-value and simplify.
20524
20525 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20526
20527 * startup.el (command-line): Use `custom-reevaluate-setting' for
20528 `global-font-lock-mode'.
20529
20530 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20531 by default, except in batch mode or when the -D option is given.
20532
20533 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20534 specified keyword args on to `define-minor-mode'. Update docstring.
20535
20536 2005-11-05 Romain Francoise <romain@orebokech.com>
20537
20538 * replace.el (occur-engine): Add marker at end of line, too.
20539
20540 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20541
20542 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20543 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20544 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20545 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20546 argument to all these routines, so the passphrase can be managed
20547 externally and passed in to the system.
20548 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20549 pgg-add-passphrase-to-cache function.
20550
20551 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20552 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20553 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20554 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20555 argument to all these routines, so the passphrase can be managed
20556 externally and passed in to the system.
20557 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20558 function.
20559
20560 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20561
20562 * font-lock.el: Don't deal with font-lock-face-attributes here,
20563 move the code ...
20564
20565 * startup.el (command-line): ... here. Use face-spec-set instead
20566 of custom-declare-face.
20567
20568 * faces.el (face-spec-set): Reset the face if spec is not nil.
20569
20570 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20571
20572 * newcomment.el (comment-region-internal): Box more tightly in the
20573 common case where there's no TAB in the boxed text.
20574
20575 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20576
20577 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20578 up-node.
20579
20580 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20581
20582 * newsticker.el: Commentary updated. Code formatting changed.
20583 (newsticker-version): Change to "1.9".
20584 (newsticker, newsticker-feed): Doc fix.
20585 (newsticker-url-list): Doc fix. Add option "Weekly".
20586 (newsticker-retrieval-interval): Add option "Weekly".
20587 (newsticker-headline-processing): Doc fix.
20588 (newsticker-auto-mark-filter): Remove.
20589 (newsticker-auto-mark-filter-list): New.
20590 (newsticker-layout, newsticker-sort-method): Doc fix.
20591 (newsticker-hide-old-items-in-newsticker-buffer)
20592 (newsticker-heading-format, newsticker-item-format)
20593 (newsticker-desc-format): Doc fix.
20594 (newsticker-show-all-rss-elements): Remove.
20595 (newsticker-show-all-news-elements): New.
20596 (newsticker-faces, newsticker-ticker): Doc fix.
20597 (remove-from-invisibility-spec): Code formatting.
20598 (newsticker--process-ids): New.
20599 (newsticker-mode): Doc fix.
20600 (newsticker-mode): Change mode-line-format.
20601 (newsticker-start): Remove debug output.
20602 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20603 (newsticker-w3m-show-inline-images): Code formatting.
20604 (newsticker-next-item): Call `force-mode-line-update'.
20605 (newsticker-previous-item): Call `force-mode-line-update'.
20606 (newsticker-next-feed): Call `force-mode-line-update'.
20607 (newsticker-previous-feed): Call `force-mode-line-update'.
20608 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20609 (newsticker-show-old-items): Do not show descs.
20610 (newsticker-hide-entry): Hide too much.
20611 (newsticker-hide-entry, newsticker-show-entry)
20612 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20613 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20614 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20615 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20616 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20617 (newsticker-get-news): Call `force-mode-line-update'.
20618 Collect process ids.
20619 (newsticker--sentinel): Change coding system handling.
20620 Move image retrieval to new functions newsticker--get-logo-url-*.
20621 Move feed parsing to new functions newsticker--parse-*.
20622 Update list of process ids.
20623 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20624 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20625 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20626 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20627 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20628 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20629 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20630 (newsticker--decode-coding-string): Remove.
20631 (newsticker--decode-numeric-entities): Check input. Format code.
20632 (newsticker--remove-whitespace): Check input.
20633 (newsticker--do-forget-preformatted): Doc fix.
20634 (newsticker--decode-rfc822-date): Allow for missing time.
20635 (newsticker--update-process-ids): New.
20636 (newsticker--image-sentinel): Change comment.
20637 (newsticker--image-read): Change error message.
20638 (newsticker--imenu-goto): Doc fix. Show headline title.
20639 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20640 (newsticker--buffer-do-insert-text): Clean whitespace in
20641 html-rendered headline title. Code formatting.
20642 Call `newsticker--buffer-print-extra-elements'.
20643 (newsticker--buffer-print-extra-element): Remove.
20644 (newsticker--buffer-print-extra-elements): New.
20645 (newsticker--buffer-do-print-extra-element): New.
20646 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20647 large sizes.
20648 (newsticker--run-auto-mark-filter)
20649 (newsticker--do-run-auto-mark-filter):
20650 Use `newsticker-auto-mark-filter-list'.
20651
20652 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20653
20654 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20655 (rcirc-print): Force redisplay before running hooks. Do long
20656 buffer truncation after making new text read-only. Deal with nil
20657 text when decoding strings. If TARGET is nil, use either the
20658 currently selected buffer, if it is an rcirc buffer and of the
20659 same process or the process buffer.
20660 (rcirc-mode): Remove header-line. Recompute short buffer names.
20661 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20662 (rcirc-short-buffer-name): Add variable.
20663 (rcirc-kill-buffer-hook): Recompute short buffer names.
20664 Remove nick from private channel.
20665 (rcirc-send-input): Send command text to current-buffer.
20666 Don't clear overlay arrow here.
20667 (rcirc-short-buffer-name): Return a short buffer name.
20668 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20669 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20670 buffer-name abbreviations.
20671 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20672 Do not touch nick-table when killing a parted channel.
20673 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20674 Clear arrow from current buffer if it is now hidden.
20675 (rcirc-current-buffer): Add variable.
20676 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20677 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20678 Remove -face from names.
20679 (rcirc-update-activity-string): Print "DND" when globally ignoring
20680 activity.
20681 (rcirc-ignore-buffer-activity-flag): Rename from
20682 rcirc-ignore-channel-activity.
20683 (rcirc-ignore-all-activity-flag): Doc fix.
20684 (rcirc-channels): Remove variable.
20685 (rcirc-kill-buffer-hook):
20686 (rcirc-get-buffer-create): Add nick to private channel.
20687 (rcirc-multiline-edit-submit): Remove tabs.
20688 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20689 folded.
20690 (rcirc-remove-nick-channel): Bug fix.
20691 (rcirc-toggle-ignore-buffer-activity): Rename from
20692 rcirc-toggle-ignore-channel-activity.
20693 (rcirc-record-activity): Add buffers to the front of the list.
20694 (rcirc-update-activity): Remove killed buffers from list.
20695 (rcirc-process-server-response-1): Remove last argument if it is
20696 null before calling handler.
20697 (rcirc): Add "rcirc" defcustom prefix.
20698 (rcirc-prompt): Simplify default prompt.
20699 Use custom-initialize-default.
20700 (rcirc-private-chats): Remove variable.
20701 (rcirc-prompt): Change initialization.
20702 (rcirc-version): Remove function.
20703 (rcirc-id-string): Add constant.
20704 (rcirc-last-buffer): Remove variable.
20705 (rcirc-buffer-alist): Add variable.
20706 (rcirc-connect): Update variable setup.
20707 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20708 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20709 default.
20710 (rcirc-handler-generic): Trigger activity.
20711 (rcirc-send-message): Create the buffor of the target.
20712 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20713 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20714 (rcirc-multiline-edit-cancel): Remove function.
20715 (rcirc-set-last-buffer): Remove function.
20716 (rcirc-get-any-buffer): Add function.
20717 (rcirc-join-channels): Don't print /join text.
20718 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20719 messages.
20720 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20721 (rcirc-handler-NOTICE): Recognize CTCP responses.
20722 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20723 constructing TOPIC string for buffers we are not JOINed.
20724 (rcirc-handler-CTCP-response): Add handler.
20725 (rcirc-multiline-edit-submit): Restore the window-configuration
20726 before adjusting point.
20727 (rcirc): Add customization group.
20728 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20729 (rcirc-user-full-name, rcirc-startup-channels-alist)
20730 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20731 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20732 (rcirc-input-ring-size, rcirc-read-only-flag)
20733 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20734 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20735 Change defvar to defcustom.
20736 (rcirc-update-prompt): Add optional ALL arg, which will update
20737 prompts in all rcirc buffers. Regexp quote replacement text.
20738 (rcirc-fill-column): Accept frame-width as a value.
20739 (rcirc-set-changed): Add function.
20740 (rcirc-next-active-buffer): Write more meaningful messages.
20741 (rcirc-faces): Add customization group.
20742 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20743 (rcirc-nick-in-message-face, rcirc-prompt-face)
20744 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20745 (with-rcirc-process-buffer): Move before first usage.
20746 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20747 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20748 (rcirc-debug): Rename from `rcirc-log'.
20749 (rcirc-format-response-string): Do not print `-' chars for a
20750 NOTICE with no sender. Simplify output of server responses.
20751
20752 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20753
20754 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20755 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20756 Make urls mouse and RET clickable.
20757
20758 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20759
20760 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20761
20762 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20763
20764 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20765 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20766 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20767 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20768 argument to all these routines, so the passphrase can be managed
20769 externally and passed in to the system.
20770 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20771 pgg-add-passphrase-to-cache function.
20772
20773 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20774 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20775 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20776 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20777 argument to all these routines, so the passphrase can be managed
20778 externally and passed in to the system.
20779 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20780 function.
20781
20782 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20783
20784 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20785 from goto-address-url-regexp.
20786
20787 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20788
20789 * textmodes/org.el (org-read-date, org-goto-calendar)
20790 (org-recenter-calendar, org-agenda-goto-calendar):
20791 Temporarily clear `calendar-move-hook'.
20792
20793 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20794
20795 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20796 merging.
20797
20798 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20799 have merge clashes.
20800
20801 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20802
20803 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20804 Undo previous change.
20805
20806 * startup.el (command-line): Use `custom-reevaluate-setting' for
20807 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20808 tty-register-default-colors on Mac.
20809
20810 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20811
20812 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20813 (gdb-buffer-type): Make it automatically buffer local...
20814 (gdb-get-create-buffer): ...and set it accordingly.
20815 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20816 actually work.
20817
20818 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20819
20820 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20821 not red.
20822
20823 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20824
20825 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20826 case GUD buffer is not visible.
20827 (gdb-goto-breakpoint): Try to force display in source buffer.
20828 (gdb-frame-gdb-buffer): Copy other similar functions.
20829 (gdb-restore-windows): Don't display source if not asked for.
20830 (gdb-assembler-buffer-name): Don't capitalise.
20831
20832 2005-11-03 Richard M. Stallman <rms@gnu.org>
20833
20834 * wid-edit.el (key-sequence): New widget type.
20835
20836 * simple.el (set-mark-command-repeat-pop): New variable.
20837 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20838 if set-mark-command-repeat-pop is true.
20839
20840 * info.el (Info-fontify-node): Don't display extra "see" if there
20841 already is one here.
20842
20843 * mouse.el: Fix special handling of DEL after dragging a region:
20844 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20845 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20846
20847 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20848
20849 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20850 not to assume it pertains to an affix.
20851
20852 * textmodes/flyspell.el (flyspell-post-command-hook):
20853 Bind deactivate-mark to prevent deactivation.
20854
20855 2005-11-03 Lars Hansen <larsh@soem.dk>
20856
20857 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20858 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20859 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20860
20861 2005-11-03 Romain Francoise <romain@orebokech.com>
20862
20863 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20864 Update copyright years.
20865
20866 2005-11-03 Sam Steingold <sds@gnu.org>
20867
20868 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20869 Use system-type instead of window-system because window-system is not
20870 correctly defined during loadup.
20871
20872 2005-11-02 Mark A. Hershberger <mah@everybody.org>
20873
20874 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20875 (xml-parse-tag): Join strings separated by a comment properly.
20876
20877 2005-11-02 Andreas Schwab <schwab@suse.de>
20878
20879 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20880
20881 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20882
20883 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20884 (byte-optimize-pure-func): Quote the eval'd value.
20885
20886 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20887 Rename from perl-font-lock-syntactic-face-function.
20888 Change the calling convention so it can be used as a font-lock MATCHER.
20889 Do the parse-partial-sexp loop outselves.
20890 (perl-font-lock-syntactic-keywords): Use it.
20891 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20892
20893 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
20894
20895 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20896 disassembly buffer too.
20897 (gdb-exited): Remove overlay arrows when execution has finished.
20898 (gdb-info-frames-custom, gdb-info-threads-custom)
20899 (gdb-info-registers-custom): Don't add inappropriate text
20900 properties if inferior is not active.
20901
20902 2005-11-02 Glenn Morris <rgm@gnu.org>
20903
20904 * progmodes/fortran.el (fortran-blink-match):
20905 Use `blink-matching-delay'.
20906
20907 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
20908
20909 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20910
20911 2005-11-02 Lars Hansen <larsh@soem.dk>
20912
20913 * net/tramp.el (tramp-action-out-of-band): Handle scp message
20914 "Permission denied".
20915
20916 2005-11-01 Richard M. Stallman <rms@gnu.org>
20917
20918 * textmodes/flyspell.el (flyspell-external-point-words):
20919 Pass nil to flyspell-get-word.
20920
20921 2005-11-02 Kim F. Storm <storm@cua.dk>
20922
20923 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20924 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20925
20926 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20927
20928 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20929 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20930 (calendar-mouse-print-dates): Add optional `event' argument.
20931 Update interactive-spec.
20932 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20933 Use `calendar-event-to-date' instead of `event'.
20934
20935 2005-11-02 Masatake YAMATO <jet@gyve.org>
20936
20937 * progmodes/ld-script.el (ld-script-builtins):
20938 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20939 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20940 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20941
20942 2005-11-01 Romain Francoise <romain@orebokech.com>
20943
20944 * vc-sccs.el: Update copyright year.
20945 * ezimage.el: Likewise.
20946
20947 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
20948
20949 * info.el (Info-fontify-node): Use `string-width' for fontifying
20950 underlined titles.
20951
20952 2005-11-01 Juri Linkov <juri@jurta.org>
20953
20954 * info.el (Info-fontify-node): Downcase node header keywords Node,
20955 Prev, Next, Up before comparison.
20956 (Info-history): Insert absolute directory name, and put invisible
20957 property on it.
20958
20959 2005-11-01 Juri Linkov <juri@jurta.org>
20960
20961 * info.el (Info-file-supports-index-cookies): New variable.
20962 (Info-find-node-2): Check makeinfo version for index cookie support.
20963 (Info-index-nodes): Search for nodes with index cookies only when
20964 Info-file-supports-index-cookies is t. Otherwise, search nodes
20965 with "Index" in the node name.
20966 (Info-index-node): Search index cookie in the current node only when
20967 Info-file-supports-index-cookies is t. Otherwise, check the word
20968 "Index" in the node name.
20969 (Info-find-emacs-command-nodes): Remove code that searches nodes
20970 with "Index" node name in the top menu.
20971
20972 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20973
20974 * progmodes/scheme.el (scheme-mode-variables): Use the default
20975 comment-indent-function.
20976
20977 * faces.el (face-attribute): Handle the case where a face inherits from
20978 a non-existent face.
20979
20980 * simple.el (eval-expression-print-format): Use lisp-readable syntax
20981 for octal and hexa output, and merge the char into the paren.
20982 (kill-new): Use push.
20983 (copy-to-buffer): Use with-current-buffer.
20984 (completion-setup-function): Move code in loop to remove redundancy.
20985 (minibuffer-local-must-match-map): Don't add bindings that duplicate
20986 those inherited from minibuffer-local-completion-map.
20987
20988 * savehist.el (savehist-mode) <defcustom>:
20989 Use custom-set-minor-mode if available.
20990 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20991 and emit a message if applicable.
20992
20993 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
20994
20995 * savehist.el: Sync up to version 19.
20996 (savehist-mode): New minor mode.
20997 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20998 (savehist-length): Remove (use history-length instead).
20999 (savehist-file-modes): Rename from savehist-modes.
21000 (savehist-save-hook, savehist-loaded): New vars.
21001 (savehist-load): Use savehist-mode. Try to smooth up transition from
21002 old format to new format.
21003 (savehist-install): Allow savehist-autosave-interval to be nil.
21004 (savehist-save): Run the new hook. Be more careful to only trim the
21005 history variables.
21006 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21007 (savehist-printable): Print into a buffer rather than char-by-char.
21008
21009 2005-11-01 John Wiegley <johnw@newartisans.com>
21010
21011 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21012 toggle-ignore keybinding (C-a). The author said it had been
21013 disabled much earlier due to a possible incompatibility, but after
21014 many months of usage I have encountered no problems (and it is a
21015 rather useful option, especially for switching to " *temp*").
21016
21017 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21018 support for OS/X's AddressBook, by calling out to the open source
21019 program "contacts" (installable through Fink).
21020
21021 * net/eudc.el (eudc-expand-inline): If the
21022 `eudc-multiple-match-handling-method' is set to `all', delete the
21023 query string before inserting the query result.
21024
21025 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21026 flag, to prevent Eshell from using the system ls when
21027 `eshell-ls-insert-directory' is in used.
21028 (eshell-ls-insert-directory): Disable font-lock in directory
21029 buffer so that Eshell's own fontification is seen. This broke
21030 recently due to changes in font-lock, so this goes back to version
21031 21 behavior.
21032
21033 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21034
21035 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21036 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21037 (gdb-many-windows): Doc fix.
21038
21039 2005-10-31 Romain Francoise <romain@orebokech.com>
21040
21041 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21042
21043 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21044
21045 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21046 that global-font-lock-mode can be enabled by default.
21047
21048 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21049 (font-lock-add-keywords, font-lock-remove-keywords)
21050 (font-lock-fontify-buffer): Remove autoload cookies.
21051
21052 * jit-lock.el (jit-lock-register): Likewise.
21053
21054 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21055
21056 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21057
21058 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21059 intact if there is no gud-comint-buffer.
21060
21061 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21062
21063 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21064 old prompt comint-prompt-read-only is t and GDB commands are
21065 issued from tool bar etc.
21066
21067 2005-10-31 Masatake YAMATO <jet@gyve.org>
21068
21069 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21070
21071 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21072
21073 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21074 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21075
21076 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21077
21078 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21079 starting at beginning of line. Fontification is messed up when
21080 `open-paren-in-column-0-is-defun-start' set to t.
21081 Reported by John Paul Wallington <jpw@pobox.com>.
21082
21083 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21084
21085 * comint.el (comint-send-input): Call `comint-update-fence' when
21086 `comint-process-echoes' and `comint-prompt-read-only' are both
21087 non-nil, to avoid leftover read-only newline.
21088
21089 2005-10-30 Richard M. Stallman <rms@gnu.org>
21090
21091 * textmodes/flyspell.el (flyspell-external-point-words):
21092 Detect when WORD can't be checked properly because
21093 flyspell-get-word finds just part of it, and move on.
21094
21095 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21096 boundarychar for Polish.
21097 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21098 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21099
21100 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21101
21102 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21103 (gdb-registers-font-lock-keywords): Delete.
21104 (gdb-registers-mode): Don't fontify.
21105 (gdb-info-registers-custom): Use text properties instead as, in
21106 future, changed register values will use font-lock-warning-face.
21107 (gdb-local-font-lock-keywords): Rename to...
21108 (gdb-locals-font-lock-keywords): ...for consistency.
21109
21110 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21111
21112 * vc.el (vc-switch-backend): Better error message if the buffer is
21113 not visiting a file under version control.
21114
21115 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21116
21117 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21118
21119 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21120 ~/.emacs.d/.emacs.
21121
21122 2005-10-29 Richard M. Stallman <rms@gnu.org>
21123
21124 * replace.el (occur-mode-mouse-goto): Always go to other window.
21125 (occur-mode-goto-occurrence): Always switch in same window.
21126
21127 * simple.el (undo): Display message at end, not at start.
21128
21129 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21130 New arg REUSE-CELL.
21131 (cancel-timer-internal): New function.
21132 (timer-event-handler): Use cancel-timer-internal,
21133 and pass the cell it returns to timer-activate...
21134
21135 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21136 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21137 (jit-lock-after-change): Test memory-full.
21138
21139 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21140
21141 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21142 part of the decoded armor to find the key-identifier.
21143 (pgg-gpg-lookup-key-owner): New function to return the
21144 human-readable identifier of a key owner.
21145 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21146 key itself.
21147 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21148 the key value) if we have a key and can match it against a secret
21149 key. Also, added a note pointing out fact that the prompt only
21150 indicates the first matching key.
21151
21152 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21153 pgg-decrypt-region.
21154 (pgg-pending-timers): A new hash for tracking the passphrase cache
21155 timers, so that new ones supercede old ones.
21156 (pgg-add-passphrase-to-cache): Rename from
21157 `pgg-add-passphrase-cache' to reduce confusion (all callers
21158 changed). Modified to cancel old timers when new ones are added.
21159 (pgg-remove-passphrase-from-cache): Rename from
21160 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21161 changed). Modified to cancel old timers when their keys are
21162 removed from the cache.
21163 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21164 XEmacs, an indirection to delete-itimer.
21165 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21166 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21167 users can only check cache without risk of prompting. Correct bug in
21168 notruncate behavior.
21169 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21170 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21171 Add informative docstrings.
21172 (pgg-decrypt): Convey provided passphrase in subordinate call to
21173 pgg-decrypt-region.
21174
21175 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21176 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21177 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21178 `passphrase' argument, so the passphrase can be managed externally
21179 and then passed in to the system.
21180
21181 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21182 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21183 so the passphrase cache can be used reliably with identifiers
21184 besides a pgp packet's key id.
21185
21186 * pgg-gpg.el (pgg-pgp-encrypt-region)
21187 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21188 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21189 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21190 argument to all these routines, so the passphrase can be managed
21191 externally and passed in to the system.
21192
21193 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21194 `notruncate' argument, so the passphrase cache can be used
21195 reliably with identifiers besides a pgp packet's key id.
21196
21197 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21198
21199 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21200 symmetric encryption.
21201 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21202 encrypted session key.
21203 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21204 message ask for the passphrase in a proper way.
21205
21206 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21207 New user commands for symmetric encryption.
21208
21209 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21210
21211 * textmodes/conf-mode.el (conf-assignment-sign)
21212 (conf-assignment-regexp): Fix docstrings.
21213 (conf-mode-initialize): New function.
21214 (conf-mode): Remove optional args. Use delay-mode-hooks to
21215 recognize recursive calls.
21216 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21217 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21218 (conf-xdefaults-mode): Use define-derived-mode and
21219 conf-mode-initialize.
21220
21221 2005-10-29 Romain Francoise <romain@orebokech.com>
21222
21223 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21224
21225 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21226
21227 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21228 part of the decoded armor to find the key-identifier.
21229 (pgg-gpg-lookup-key-owner): New function to return the
21230 human-readable identifier of a key owner.
21231 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21232 key itself.
21233 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21234 the key value) if we have a key and can match it against a secret
21235 key. Also, added a note pointing out fact that the prompt only
21236 indicates the first matching key.
21237
21238 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21239 pgg-decrypt-region.
21240 (pgg-pending-timers): A new hash for tracking the passphrase cache
21241 timers, so that new ones supercede old ones.
21242 (pgg-add-passphrase-to-cache): Rename from
21243 `pgg-add-passphrase-cache' to reduce confusion (all callers
21244 changed). Modified to cancel old timers when new ones are added.
21245 (pgg-remove-passphrase-from-cache): Rename from
21246 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21247 changed). Modified to cancel old timers when their keys are
21248 removed from the cache.
21249 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21250 XEmacs, an indirection to delete-itimer.
21251 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21252 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21253 users can only check cache without risk of prompting. Correct bug in
21254 notruncate behavior.
21255 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21256 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21257 Add informative docstrings.
21258 (pgg-decrypt): Convey provided passphrase in subordinate call to
21259 pgg-decrypt-region.
21260
21261 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21262
21263 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21264 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21265 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21266 `passphrase' argument, so the passphrase can be managed externally
21267 and then passed in to the system.
21268
21269 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21270 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21271 so the passphrase cache can be used reliably with identifiers
21272 besides a pgp packet's key id.
21273
21274 * pgg-gpg.el (pgg-pgp-encrypt-region)
21275 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21276 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21277 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21278 argument to all these routines, so the passphrase can be managed
21279 externally and passed in to the system.
21280
21281 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21282 `notruncate' argument, so the passphrase cache can be used
21283 reliably with identifiers besides a pgp packet's key id.
21284
21285 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21286
21287 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21288 symmetric encryption.
21289 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21290 encrypted session key.
21291 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21292 message ask for the passphrase in a proper way.
21293
21294 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21295 New user commands for symmetric encryption.
21296
21297 2005-10-28 Bill Wohler <wohler@newt.com>
21298
21299 * help-mode.el (help-url): New button type. Calls browse-url.
21300 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21301 Similar to Info nodes: URL `url'.
21302 (help-make-xrefs): Create help-url buttons for
21303 help-xref-url-regexp matches.
21304
21305 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21306
21307 * tool-bar.el (tool-bar-add-item-from-menu)
21308 (tool-bar-local-item-from-menu): Fix doc strings.
21309
21310 2005-10-28 Romain Francoise <romain@orebokech.com>
21311
21312 * ldefs-boot.el: Update.
21313
21314 * subr.el (locate-library): Move from help-fns.el.
21315 * help-fns.el (locate-library): Move to subr.el.
21316
21317 2005-10-28 Richard M. Stallman <rms@gnu.org>
21318
21319 * net/tramp.el (tramp-completion-mode): defvar moved up.
21320
21321 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21322
21323 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21324
21325 * files.el (find-file-noselect): Use %d to format large file size.
21326
21327 * bindings.el (mode-line-format): Add %e.
21328
21329 * loadup.el ("facemenu"): Load unconditionally.
21330 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21331 ("x-dnd"): Load, when appropriate.
21332
21333 * startup.el (command-line): Call before-init-hook earlier.
21334 Warn about some bad characters in -u user name.
21335
21336 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21337 (flyspell-external-point-words): Error if misspelled word is not found.
21338 Set flyspell-large-region-beg at end of word.
21339
21340 2005-10-28 Andreas Schwab <schwab@suse.de>
21341
21342 * view.el (View-revert-buffer-scroll-page-forward):
21343 Use view-page-size-default.
21344
21345 2005-10-28 Juri Linkov <juri@jurta.org>
21346
21347 * international/quail.el (quail-get-current-str): Translate last
21348 raw character for deterministic input methods.
21349
21350 2005-10-27 Jay Belanger <belanger@truman.edu>
21351
21352 * calc/calc-ext.el: Add functions to autoloads.
21353 (math-identity-matrix-p, math-ident-row-p): New functions.
21354
21355 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21356 multiplication by an identity matrix; don't turn multiplication by
21357 an inverse matrix into division.
21358 (math-div-symbol-fancy): Replace division by matrices with
21359 multiplication by inverse.
21360
21361 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21362
21363 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21364 (calc-writeoutpower): New functions.
21365
21366 2005-10-27 Romain Francoise <romain@orebokech.com>
21367
21368 * replace.el (occur-engine): Include colon in mouse-face highlight.
21369
21370 * dired-x.el: Change Maintainer field.
21371
21372 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21373
21374 * longlines.el (longlines-mode): Bind after-change-functions to
21375 nil during initial decoding and final encoding.
21376
21377 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21378
21379 * term.el (term-emulate-terminal, term-handle-colors-array)
21380 (term-handle-ansi-escape): Specify the terminfo capabilities
21381 implemented.
21382
21383 2005-10-26 Richard M. Stallman <rms@gnu.org>
21384
21385 * info.el (Info-fontify-node): Fix detection of sentence-break
21386 before *Note.
21387
21388 2005-10-26 Romain Francoise <romain@orebokech.com>
21389
21390 * smerge-mode.el: Add `tools' to file keywords.
21391
21392 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21393
21394 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21395 when the fringe is not available.
21396
21397 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21398 (def-gdb-auto-update-trigger): Simplify construction.
21399 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21400 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21401 defined explicitly.
21402 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21403 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21404 defined explicitly.
21405 (gdb-info-locals-custom): Remove as it's a no-op.
21406
21407 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21408
21409 * longlines.el (longlines-mode): Remove narrowing before
21410 performing the initial decoding or final encoding.
21411
21412 2005-10-25 Romain Francoise <romain@orebokech.com>
21413
21414 * emacs-lisp/find-func.el (find-library-name): Also strip
21415 extension if library name ends in .el, to take advantage of
21416 `find-library-suffixes'.
21417
21418 2005-10-25 Richard M. Stallman <rms@gnu.org>
21419
21420 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21421
21422 2005-10-25 Juri Linkov <juri@jurta.org>
21423
21424 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21425 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21426
21427 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21428
21429 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21430 (blackbox-redefine-key): Add argument `map'.
21431
21432 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21433 regions when moving the jit-lock-context-unfontify-pos boundary.
21434
21435 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21436
21437 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21438
21439 2005-10-25 Masatake YAMATO <jet@gyve.org>
21440
21441 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21442
21443 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21444
21445 * play/blackbox.el (blackbox-redefine-key): New function.
21446 (blackbox-mode-map): Use it to remap existing bindings for cursor
21447 motion instead of binding literal keys.
21448
21449 2005-10-25 Glenn Morris <rgm@gnu.org>
21450
21451 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21452 diary does not end in a newline. Do not assume a blank line at
21453 the start of the diary file.
21454
21455 2005-10-25 Kenichi Handa <handa@m17n.org>
21456
21457 * international/quail.el (quail-translate-key): If the input
21458 method is deterministic and failed to handle the last key, restart
21459 the key handling loop from an appropriate key.
21460
21461 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21462
21463 * vc.el (vc-dired-mode): Extend comment for binding of
21464 `directory-listing-before-filename-regexp'.
21465
21466 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21467
21468 * textmodes/texinfo.el (texinfo-mode):
21469 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21470 not to unnecessarily expose emacs-mule's internal char codes.
21471
21472 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21473
21474 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21475 Display hand pointer and help-echo on disabled icon too.
21476 (gdb-mouse-until): New function.
21477 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21478
21479 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21480
21481 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21482 with 2005-10-23 change to doctor.el.
21483
21484 * finder.el (finder-mode-map): Add follow-link binding.
21485
21486 2005-10-25 Kim F. Storm <storm@cua.dk>
21487
21488 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21489 to gdb-mouse-toggle-breakpoint-fringe.
21490 (gdb-mouse-toggle-breakpoint-margin): Rename from
21491 gdb-mouse-toggle-breakpoint. Fix doc.
21492 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21493 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21494 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21495 string properties also for fringe breakpoint bitmaps.
21496
21497 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21498
21499 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21500
21501 2005-10-25 Masatake YAMATO <jet@gyve.org>
21502
21503 * simple.el (completion-common-substring):
21504 Use `completion-common-substring' prior to `completion-base-size'.
21505
21506 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21507
21508 * savehist.el: Require CL while compiling.
21509 (savehist-history-variables): Remove.
21510 (savehist-save-minibuffer-history, savehist-additional-variables)
21511 (savehist-minibuffer-history-variables): New vars.
21512 (savehist-save): Use them.
21513 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21514 (savehist-install): New fun, extracted from savehist-load.
21515 (savehist-load): Use them.
21516
21517 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21518
21519 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21520 a dummy doc-string-elt property.
21521 (defalias, defvaralias, define-category): Add a docstring property.
21522
21523 * image.el (defimage):
21524 * widget.el (define-widget):
21525 * custom.el (defface, defcustom): Add `doc-string' declaration.
21526
21527 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21528 (defadvice): Add `doc-string' declaration.
21529
21530 * emacs-lisp/byte-run.el (macro-declaration-function):
21531 Handle `doc-string' declarations.
21532 (define-obsolete-function-alias, define-obsolete-variable-alias):
21533 Add `doc-string' declaration.
21534
21535 2005-10-24 Kenichi Handa <handa@m17n.org>
21536
21537 * international/utf-7.el (utf-7): Add autoload cookie.
21538
21539 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21540
21541 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21542
21543 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21544 list of directories passed to batch-update-autoloads. Add "." to
21545 the list of the echoed directories.
21546
21547 * pgg-def.el:
21548 * pgg-gpg.el:
21549 * pgg-parse.el:
21550 * pgg-pgp.el:
21551 * pgg-pgp5.el:
21552 * pgg.el: Moved here from the gnus subdirectory.
21553
21554 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21555
21556 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21557 in case comint-prompt-read-only is set to t.
21558
21559 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21560 in case comint-prompt-read-only is set to t.
21561
21562 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21563
21564 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21565 Now a string.
21566 (icalendar-import-format): Handle CLASS, STATUS, URL.
21567 Rename `subject' to `summary'.
21568 (icalendar-import-format-summary): Rename from
21569 `icalendar-import-format-subject'.
21570 (icalendar-import-format-url, icalendar-import-format-status)
21571 (icalendar-import-format-class): New variables.
21572 (icalendar--rris): Take variable argument list.
21573 (icalendar--datestring-to-isodate): Remove unnecessary
21574 calendar-style check when converting dates with explicit month names.
21575 (icalendar-export-region): Change return type of conversion
21576 subroutines. Bury current buffer unless error occurred.
21577 (icalendar--convert-to-ical)
21578 (icalendar--parse-summary-and-rest): New functions.
21579 (icalendar--convert-ordinary-to-ical)
21580 (icalendar--convert-weekly-to-ical)
21581 (icalendar--convert-yearly-to-ical)
21582 (icalendar--convert-block-to-ical)
21583 (icalendar--convert-cyclic-to-ical)
21584 (icalendar--convert-anniversary-to-ical): Change return type.
21585 Strip trailing blanks from subject.
21586 (icalendar--convert-sexp-to-ical): Change return type.
21587 Strip trailing blanks from subject. Handle simple sexp
21588 entries as generated by icalendar.el.
21589 (icalendar--convert-float-to-ical)
21590 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21591 (icalendar-import-file): Doc fix.
21592 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21593 Correct call to icalendar--rris.
21594 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21595 `summary'.
21596 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21597
21598 2005-10-24 Romain Francoise <romain@orebokech.com>
21599
21600 * server.el (server-sentinel): Set query-on-exit flag to nil on
21601 new client processes (it isn't inherited from the server process).
21602
21603 * replace.el (occur-engine): Rearrange text properties.
21604
21605 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21606
21607 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21608 case-fold-search is nil.
21609 (debug-help-follow): Use help-xref-interned directly.
21610
21611 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21612
21613 * thumbs.el (thumbs-image-type): Add .pbm.
21614
21615 2005-10-23 Richard M. Stallman <rms@gnu.org>
21616
21617 * faces.el (inhibit-face-set-after-frame-default): New variable.
21618 (set-face-attribute): Bind it.
21619 (face-set-after-frame-default): Test it.
21620
21621 * help-fns.el (describe-simplify-lib-file-name): New function.
21622 (describe-function-1, describe-variable): Use it.
21623
21624 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21625
21626 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21627 Eliminate nil as possible value.
21628 (tooltip-hide-delay): Reduce internal-border-width.
21629
21630 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21631 (menu-bar-file-menu) <new-file>: Likewise.
21632
21633 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21634
21635 * international/mule.el (load-with-code-conversion):
21636 Pass full file name to `eval-buffer' unless preloading.
21637
21638 * textmodes/flyspell.el (flyspell-large-region):
21639 Call ispell-check-version.
21640
21641 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21642 Fix the make-variable-buffer-local call that was supposed
21643 to be for this variable.
21644 (ispell-aspell-supports-utf8): Doc fix.
21645 (ispell-find-aspell-dictionaries): Preserve elements of
21646 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21647 (ispell-aspell-find-dictionary): Return nil on error.
21648
21649 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21650 (doctor-symptoms): Likewise.
21651
21652 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21653
21654 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21655
21656 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21657 (custom-raised-buttons): Add :set spec.
21658 (custom-button-unraised, custom-button-pressed-unraised):
21659 New faces, so that custom-raised-buttons actually does something.
21660 (custom-mode): Use custom-button and custom-button-pressed.
21661
21662 * wid-edit.el (widget-specify-button): Don't ignore
21663 widget-mouse-face on graphic terminals.
21664 (widget-move-and-invoke): Cleanup.
21665
21666 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21667
21668 * whitespace.el (whitespace-cleanup): Doc fix.
21669
21670 2005-10-23 Romain Francoise <romain@orebokech.com>
21671
21672 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21673 `eval-after-load' to avoid evaluating their result.
21674
21675 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21676
21677 * files.el (directory-listing-before-filename-regexp):
21678 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21679
21680 * dired.el (dired-move-to-filename-regexp): Remove.
21681 All occurrences replaced by `directory-listing-before-filename-regexp'.
21682
21683 * dired-x.el, locate.el, vc.el:
21684 Replace `dired-move-to-filename-regexp' by
21685 `directory-listing-before-filename-regexp'. In vc.el it is
21686 overwritten locally; maybe this can be handled in files.el too.
21687
21688 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21689 replaced by `directory-listing-before-filename-regexp'.
21690
21691 2005-10-23 Andreas Schwab <schwab@suse.de>
21692
21693 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21694 and eval-next-after-load.
21695
21696 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21697
21698 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21699 exist, create it.
21700
21701 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21702
21703 * allout.el: Remove autoloads for mailcrypt and crypt++.
21704 Require pgg, pgg-gpg during compilation.
21705 (allout-version): Increment version number to 2.1, and use a literal
21706 rather than RCS Id.
21707 (allout-default-encryption-scheme): Remove.
21708 (allout-passphrase-verifier-handling)
21709 (allout-passphrase-verifier-string)
21710 (allout-file-passphrase-verifier-string)
21711 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21712 (allout-passphrase-hint-handling): Rename and simplify.
21713 (allout-init): Use `find-file-hook' if available, otherwise
21714 `find-file-hooks'.
21715 (allout-mode): Use `write-file-functions' if available, otherwise
21716 `local-write-file-hooks' and, instead of making auto-save-hook
21717 buffer local, make the write-file-hook activity contingent to
21718 allout-mode.
21719 (allout-mode): Use key-binding substitution in the docstring.
21720 (allout-kill-line): Spell-out kill ring data structure mutation
21721 instead of using byte-compiler-complaint-provoking `pop'.
21722 (allout-insert-listified): Use `insert' rather than `insert-string'
21723 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21724 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21725 (allout-encrypt-string): Totally revamped vis new underlying
21726 encryption facilities.
21727 (allout-mc-activate-passwd): Remove.
21728 (allout-obtain-passphrase): New, more or less replaces
21729 allout-mc-activate-passwd.
21730 (allout-encrypted-key-info): More or less replaces
21731 allout-encrypted-text-type.
21732 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21733 (my-mark-marker): Use `(featurep 'xemacs)'.
21734
21735 2005-10-23 Lars Hansen <larsh@soem.dk>
21736
21737 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21738 (byte-compile-file-form-defmumble, byte-compile-defun)
21739 (byte-compile-defmacro): Use it.
21740 (byte-compile-form): Don't call byte-compile-set-symbol-position
21741 when a byte-compile handler is called.
21742
21743 2005-10-22 Romain Francoise <romain@orebokech.com>
21744
21745 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21746
21747 * subr.el (eval-after-load): Convert library name to an absolute
21748 file name using locate-library, since load-history no longer has
21749 library names in it.
21750
21751 2005-10-22 Richard M. Stallman <rms@gnu.org>
21752
21753 * files.el (make-temp-file): Move from subr.el.
21754 * subr.el (make-temp-file): Move to files.el.
21755
21756 * window.el (get-buffer-window-list): Move from subr.el.
21757 * subr.el (get-buffer-window-list): Move to window.el.
21758
21759 * image.el (image-load-path): Use eval-at-startup to initialize.
21760
21761 * subr.el (eval-at-startup): New macro.
21762
21763 * subr.el: Much rearrangement of functions and division
21764 into pages. No code changes.
21765
21766 2005-10-22 Kenichi Handa <handa@m17n.org>
21767
21768 * tar-mode.el (tar-extract): Be sure to call
21769 find-operation-coding-system if set-auto-coding doesn't find a
21770 coding system.
21771
21772 2005-10-22 Kim F. Storm <storm@cua.dk>
21773
21774 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21775 Change users.
21776 (image-type-file-name-regexps): New defconst.
21777 (image-type-from-data): Simplify loop.
21778 (image-type-from-buffer): New defun.
21779 (image-type-from-file-header): Use it instead of image-type-from-data.
21780 Use image-search-load-path instead of only looking in data-directory.
21781 (image-type-from-file-name): New defun.
21782 (image-search-load-path): Change `pathname' to `filename'.
21783 Make PATH arg optional, default to image-load-path.
21784
21785 2005-10-21 Richard M. Stallman <rms@gnu.org>
21786
21787 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21788
21789 * textmodes/paragraphs.el (sentence-end-base): New variable.
21790 (sentence-end): Use sentence-end-base.
21791
21792 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21793
21794 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21795 property independently from the font-lock-multiline variable.
21796
21797 2005-10-21 Richard M. Stallman <rms@gnu.org>
21798
21799 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21800
21801 * startup.el (command-line): Convert library names
21802 in `load-history' to absolute file names.
21803
21804 * subr.el (symbol-file): Doc fix.
21805
21806 * loadhist.el (file-loadhist-lookup): Call locate-library
21807 instead of find-library-name. Don't try converting
21808 abs file names to library names, since load-history no longer
21809 has library names in it.
21810 (file-dependents, file-provides, file-requires): Doc fixes.
21811
21812 2005-10-21 Juri Linkov <juri@jurta.org>
21813
21814 * progmodes/etags.el (tags-table-mode): New function.
21815 (tags-verify-table): Replace initialize-new-tags-table with
21816 tags-table-mode.
21817
21818 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21819 default value.
21820 (desktop-modes-not-to-save): Add tags-table-mode to the
21821 default value.
21822
21823 * info.el (Info-index-next): Add total number of index
21824 alternatives to the message.
21825
21826 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21827 backward only space (instead of space and period) before looking
21828 at sentence end.
21829
21830 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21831 Add the old variable value as 4th default-value arg of read-string.
21832
21833 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21834
21835 * cus-face.el (custom-declare-face): Make face from X resources
21836 also on Mac.
21837
21838 * disp-table.el (standard-display-g1, standard-display-graphic):
21839 Refuse to use string glyphs also on Mac.
21840 (standard-display-european): Don't set terminal coding system also
21841 on Mac.
21842
21843 * frame.el (display-screens): Use x-display-screens also on Mac.
21844
21845 2005-10-21 Romain Francoise <romain@orebokech.com>
21846
21847 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21848
21849 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21850
21851 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21852 and $? into sexps.
21853
21854 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21855 warning face on open-paren-in-column-0.
21856
21857 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21858 boundary case. Fix typo.
21859 Suggested by Martin Rudalics <rudalics@gmx.at>.
21860
21861 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21862
21863 * textmodes/org.el (org-combined-agenda-icalendar-file)
21864 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21865 (org-export-icalendar-this-file)
21866 (org-export-icalendar-all-agenda-files)
21867 (org-export-icalendar-combine-agenda-files): New commands.
21868 (org-export-icalendar, org-print-icalendar-entries)
21869 (org-start-icalendar-file, org-finish-icalendar-file)
21870 (org-ical-ts-to-string): New functions.
21871 (org-read-date, org-goto-calendar)
21872 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21873 call to `calendar'.
21874 (orgtbl-setup): Remove the :keys arguments from the menu description.
21875 (org-after-save-iCalendar-file-hook): New variable.
21876
21877 2005-10-21 Kenichi Handa <handa@m17n.org>
21878
21879 * language/vietnamese.el (tcvn-5712): Make it an alias of
21880 vietnamese-tcvn coding-system.
21881
21882 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
21883
21884 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21885 group id is given.
21886
21887 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21888
21889 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21890 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21891 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21892 whose line is either continued or ends with a comment.
21893
21894 2005-10-20 Romain Francoise <romain@orebokech.com>
21895
21896 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21897
21898 * replace.el (occur-engine): Add follow-link property.
21899
21900 * font-core.el (font-lock-mode): Doc fix.
21901
21902 2005-10-20 Richard M. Stallman <rms@gnu.org>
21903
21904 * net/rcirc.el: New file.
21905
21906 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
21907
21908 * term.el (term-term-name): Initialize to "eterm-color".
21909
21910 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
21911
21912 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21913 for encryption functionality.
21914 Move allout customization subgroup from `editing' to `outlines' group.
21915 Fix commentary keywords to legitimate ones.
21916 Update author info (using my current email address, obscurified).
21917 (allout-encrypt-string, allout-encryption-produce-work-buffer)
21918 (allout-encrypted-topic-p, allout-encrypted-text-type)
21919 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21920 (allout-situate-encryption-key-verifier)
21921 (allout-get-encryption-key-verifier, allout-verify-key)
21922 (allout-next-topic-pending-encryption)
21923 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21924 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21925 (outline-key-verifier-handling, outline-key-hint-handling)
21926 (outline-encrypt-unencrypted-on-saves): New defcustoms.
21927 (allout-file-key-verifier-string, allout-encryption-scheme)
21928 (allout-key-verifier-string, allout-key-hint-string)
21929 (allout-after-save-decrypt): New variables.
21930 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21931 (allout-after-saves-handler): New hook functions.
21932 (allout-post-command-business): Do allout-after-save-decrypt.
21933 (allout-enable-file-variable-adjustment): Custom var to enable
21934 mechanism for adding and adjusting settings of Emacs file variables.
21935 (allout-adjust-file-variable, allout-file-vars-section-data):
21936 New functions, implement the mechanism.
21937 (outlineify-sticky): Use the file vars mechanism.
21938 (allout-inhibit-protection, allout-during-write-cue)
21939 (allout-override-protect, allout-before-change-protect): Remove.
21940 (allout-flag-region, allout-open-topic): Adjust read-only text.
21941 (allout-open-line-not-read-only): Add to facilitate read-only
21942 text based protection.
21943 (allout-kill-line): Revise to adjust read-only text, clue the
21944 user about the inhibition.
21945 (allout-unprotected): Use unwind-protect.
21946 (allout-shift-in, allout-shift-out): Disallow manually shifting a
21947 topic deeper than the offspring depth of the previous topic -
21948 avoiding confusing "containment discontinuities".
21949 (allout-reindent-bodies): Fix retention of body relative hanging
21950 indent during promotion of collapsed bodies.
21951 (allout-open-topic): Make it easy to open new topic with same
21952 bullet as current topic - topic creation functions provided with
21953 any universal argument provokes now prompt for bullet, defaulting
21954 to the bullet of the previous topic.
21955 (allout-plain-bullets-string, allout-distinctive-bullets-string):
21956 Plain bullet alternates `.' period and `,' comma only. All other
21957 bullets are relegated to special status (but customizable).
21958 (allout-end-of-entry): Rename from allout-end-of-current-entry
21959 since it actually operates w.r.t. most immediately containing
21960 entry, visible or not.
21961 (allout-hide-current-entry, allout-show-current-entry): Use the
21962 revised version.
21963 (allout-old-expose-topic): Solidify deprecation.
21964 (allout-end-of-subtree): Add so we can span concealed as well
21965 as visible topics.
21966 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21967 (allout-end-of-current-heading): Tweak to just respect the first line.
21968 (allout-get-body-text): Add.
21969 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21970 when invoked interactively.
21971 (allout-up-current-level): Use `interactive-p'.
21972 (allout-mode, allout-init): Miscellaneous docstring and
21973 operational refinements, as well as hookups of new encryption stuff.
21974 (allout-beginning-of-current-entry): Now works as advertised.
21975 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21976 (allout-isearch-rectification): Refine condition for isearching.
21977 (allout-isearch-abort, allout-enwrap-isearch)
21978 (allout-flag-region, my-region-active-p): Relocate some macros.
21979 (allout-title): Fallback title is (buffer-name), not
21980 non-existing (current-buffer-name).
21981 (subst-char-in-string): Define if absent (for some XEmacs versions).
21982
21983 2005-10-20 Jari Aalto <jari.aalto@cante.net>
21984
21985 * mail/sendmail.el (mail-setup-hook, mail-aliases)
21986 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21987 (mail-citation-prefix-regexp, mail-signature-file)
21988 (mail-default-headers, mail-bury-selects-summary)
21989 (mail-send-nonascii): Add autoload cookies.
21990
21991 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21992
21993 * frame.el (blink-cursor-mode): Add `mac' to the list of
21994 window-system's that support blinking cursor.
21995
21996 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
21997
21998 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21999
22000 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22001
22002 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22003 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22004 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22005
22006 2005-10-20 Kim F. Storm <storm@cua.dk>
22007
22008 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22009 (ido-set-current-directory): Don't add / after final @.
22010 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22011 Explicitly handle ange-ftp completion oddities.
22012 (ido-make-file-list): Don't rotate list at tramp root to avoid
22013 triggering tramp file handler for expand-file-name via get-file-buffer.
22014
22015 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22016
22017 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22018
22019 2005-10-19 Jay Belanger <belanger@truman.edu>
22020
22021 * calc/calc-units.el (math-standard-units): Add units, adjust
22022 symbols and update values.
22023 (math-unit-prefixes): Add more prefixes.
22024
22025 2005-10-19 Romain Francoise <romain@orebokech.com>
22026
22027 * bookmark.el (bookmark-menu-heading): New face.
22028 (bookmark-bmenu-list): Use it.
22029 Don't fiddle with `baud-rate' at top-level.
22030
22031 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22032
22033 * image.el (create-image, find-image): Mention max-image-size in
22034 docstring.
22035
22036 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * savehist.el (savehist-load): Revert to checking XEmacs.
22039
22040 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22041 Various docstring and line-width fixups.
22042 (conf-mode): Use cond.
22043 Set font-lock-defaults. Don't set comment-use-syntax.
22044
22045 2005-10-18 David Ponce <david@dponce.com>
22046
22047 * tree-widget.el (tree-widget-button-click): New function.
22048 (tree-widget-button-keymap): Use it.
22049
22050 2005-10-18 Romain Francoise <romain@orebokech.com>
22051
22052 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22053 (bookmark-bmenu-hide-filenames): Add follow-link property.
22054 Improve help-echo text.
22055
22056 * ffap.el (find-file-at-point): Doc fix.
22057
22058 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22059
22060 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22061
22062 2005-10-18 Masatake YAMATO <jet@gyve.org>
22063
22064 Install to the CVS repository what I forgot to install in my
22065 2005-10-16 changes.
22066
22067 * progmodes/python.el (python-complete-symbol): Pass the common
22068 prefix substring of completion to `display-completion-list'.
22069
22070 * textmodes/org.el (org-complete): Ditto.
22071
22072 2005-10-18 Masatake YAMATO <jet@gyve.org>
22073
22074 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22075
22076 * woman.el (WoMan-xref-man-page): New button type derived
22077 from `Man-abstract-xref-man-page'.
22078 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22079
22080 * man.el (Man-abstract-xref-man-page): New button type.
22081 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22082 (Man-highlight-references): Add new optional argument `xref-man-type'.
22083
22084 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22085
22086 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22087
22088 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22089
22090 * cus-edit.el (Custom-move-and-invoke): Delete.
22091 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22092
22093 * wid-edit.el (widget-move-and-invoke): New function, from
22094 Custom-move-and-invoke.
22095
22096 2005-10-17 Bill Wohler <wohler@newt.com>
22097
22098 Move all remaining images from lisp/toolbar to etc/images, move
22099 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22100 the low resolution images in their own directory (low-color).
22101
22102 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22103 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22104 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22105 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22106 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22107 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22108 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22109
22110 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22111 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22112 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22113 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22114 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22115 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22116 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22117 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22118 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22119 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22120 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22121 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22122 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22123 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22124 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22125
22126 To conform with convention, replace the underscore (_) in the
22127 following image names with dash (-) or (/) as appropriate.
22128
22129 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22130 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22131 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22132 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22133 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22134 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22135 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22136 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22137 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22138 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22139 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22140 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22141 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22142 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22143 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22144
22145 * info.el (info-tool-bar-map): Replace underscores in image names
22146 with dashes.
22147
22148 * makefile.w32-in (WINS): Remove toolbar.
22149
22150 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22151
22152 * tool-bar.el: Move to lisp from toolbar. Now that
22153 toolbar is empty, it should be deleted when folks run "cvs up -P".
22154
22155 2005-10-18 Jay Belanger <belanger@truman.edu>
22156
22157 * calc/calc-store.el (calc-store-into): Get the proper variable name
22158 to display in message.
22159
22160 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22161
22162 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22163 expressions display in speedbar for all buffers when debugging.
22164 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22165
22166 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22167 (speedbar-insert-button, speedbar-make-button):
22168 Use add-text-properties.
22169 (speedbar-update-localized-contents)
22170 (speedbar-update-directory-contents)
22171 (speedbar-update-special-contents): Use dolist.
22172 (speedbar-buffer-easymenu-definition): Add a menu separator.
22173
22174 2005-10-17 Jason Rumney <jasonr@gnu.org>
22175
22176 * makefile.w32-in: Use $(lisp) consistently.
22177 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22178 for shell specific generation of mh-autoloads.
22179
22180 2005-10-17 Richard M. Stallman <rms@gnu.org>
22181
22182 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22183
22184 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * jit-lock.el (jit-lock-fontify-now):
22187 Move jit-lock-context-unfontify-pos to avoid wasted work.
22188
22189 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22190
22191 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22192 `tramp-completion-mode' for checking if we are in completion mode.
22193 (tramp-completion-handle-file-name-all-completions): Reorder code
22194 in order to complete for file names only in case there are no
22195 method/user/host completions. This is necessary for cooperation
22196 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22197
22198 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22199
22200 * longlines.el (longlines-search-forward)
22201 (longlines-search-backward): Match any number of spaces.
22202
22203 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22204
22205 * diff-mode.el (diff-mode): Doc fix.
22206
22207 2005-10-16 David Reitter <david.reitter@gmail.com>
22208
22209 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22210 as default on darwin and windows systems.
22211
22212 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22213
22214 * arc-mode.el (archive-zip-extract): Doc fix.
22215
22216 2005-10-16 Romain Francoise <romain@orebokech.com>
22217
22218 * mouse.el (mouse-1-click-follows-link): Doc fix.
22219
22220 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22221
22222 * savehist.el: Don't require CL at runtime.
22223 (savehist-xemacs): Remove.
22224 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22225 (savehist-no-conversion): Use (featurep 'xemacs).
22226 (savehist-load): Check existence of start-itimer rather than XEmacs.
22227 Use an idle timer.
22228 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22229 `delete-if-not'.
22230
22231 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22232
22233 * savehist.el: Newer version.
22234 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22235 (savehist-last-checksum, savehist-no-conversion): New vars.
22236 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22237 New functions.
22238 (savehist-load, savehist-save): Use them.
22239 (savehist-delimit): Remove.
22240
22241 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22242
22243 * progmodes/compile.el (compilation-goto-locus): Display the
22244 compilation buffer first and the source buffer second, in case they're
22245 in overlapping frames. Don't raise the compilation frame if it was the
22246 selected window upon entry. Pass the `other-window' arg to
22247 pop-to-buffer.
22248
22249 * info.el (Info-fontify-node): Use dolist.
22250 Change add-text-properties to put-text-property.
22251
22252 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22253
22254 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22255 bound of search.
22256
22257 2005-10-16 Masatake YAMATO <jet@gyve.org>
22258
22259 * dabbrev.el (dabbrev-completion): Pass the common
22260 prefix substring of completion to `display-completion-list'.
22261
22262 * filecache.el (file-cache-minibuffer-complete)
22263 (file-cache-complete): Ditto.
22264
22265 * tempo.el (tempo-display-completions): Ditto.
22266
22267 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22268
22269 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22270
22271 * eshell/em-hist.el (eshell-list-history): Ditto.
22272
22273 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22274
22275 * mail/mailalias.el (mail-complete): Ditto.
22276
22277 * progmodes/etags.el (complete-tag): Ditto.
22278
22279 * progmodes/make-mode.el (makefile-complete): Ditto.
22280
22281 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22282
22283 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22284
22285 * progmodes/pascal.el (pascal-complete-word)
22286 (pascal-show-completions): Ditto.
22287
22288 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22289
22290 * simple.el (completion-common-substring): New variable.
22291 (completion-setup-function): Use `completion-common-substring'
22292 to put faces.
22293
22294 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22295
22296 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22297 (x-get-selection, mac-select-convert-to-string): Convert from/to
22298 UTF-16 clipboard data as in native byte order, no BOM.
22299
22300 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22301
22302 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22303 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22304 (gud-sentinel): Use speedbar-frame to check for speedbar.
22305
22306 2005-10-15 Richard M. Stallman <rms@gnu.org>
22307
22308 * savehist.el: New file.
22309
22310 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22311
22312 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22313 Fix bug in \bf fontification.
22314
22315 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22316
22317 * pcvs.el (cvs-edit-log-files): New var.
22318 (cvs-mode-edit-log): New arg `file'.
22319 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22320 Instead force the use of the original file and nothing else.
22321 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22322 the cvs-minor-wrap-function is set.
22323 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22324
22325 2005-10-14 Bill Wohler <wohler@newt.com>
22326
22327 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22328 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22329 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22330 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22331 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22332 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22333 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22334 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22335 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22336 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22337 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22338 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22339 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22340 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22341 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22342
22343 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22344 appropriately (for example, gud-break to gud/break).
22345
22346 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22347
22348 * longlines.el (longlinges-search-function)
22349 (longlines-search-forward, longlines-search-backward): New functions.
22350 (longlines-mode): Set isearch-search-fun-function to
22351 longlinges-search-function.
22352
22353 * mouse.el (mouse-drag-region-1): Handle the case where a
22354 double-click event is bound to an arbitrary function.
22355
22356 2005-10-14 David Ponce <david@dponce.com>
22357
22358 * recentf.el (recentf-track-opened-file)
22359 (recentf-track-closed-file, recentf-update-menu)
22360 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22361 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22362 mouse-1-click-follows-link.
22363
22364 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22365
22366 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22367 Gnome file-manager.png. Suggested by
22368 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22369
22370 * toolbar/README: Add diropen.xpm.
22371
22372 2005-10-13 Bill Wohler <wohler@newt.com>
22373
22374 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22375 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22376
22377 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22378
22379 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22380 Don't waste the byte-compiler's time on constant data.
22381
22382 2005-10-13 Kenichi Handa <handa@m17n.org>
22383
22384 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22385 byte with `escape-glyph' face.
22386
22387 * international/fontset.el (ccl-encode-unicode-font):
22388 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22389 Handle the case that ucs-mule-to-mule-unicode translates a character to
22390 ASCII (usually for IPA characters).
22391
22392 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22393
22394 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22395 Don't hide the underline of titles if font-lock-mode is disabled.
22396
22397 2005-10-12 Bill Wohler <wohler@newt.com>
22398
22399 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22400 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22401 files in MH-E-SRC have been updated.
22402 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22403
22404 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22405
22406 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22407 (mixal-mode-syntax-table): Add \n as end-comment.
22408 (mixal-operation-codes-alist): Immediately initialize to full value.
22409 (mixal-add-operation-code): Remove.
22410 (mixal-describe-operation-code): Make the arg non-optional.
22411 Use the interactive spec instead.
22412 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22413 (mixal-font-lock-keywords): Don't highlight comments here any more.
22414 (mixal-font-lock-syntactic-keywords): New var.
22415 (mixal-mode): Use it. Fix comment-start-skip.
22416
22417 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22418
22419 * startup.el (command-line-x-option-alist): -nb => -nbi.
22420
22421 2005-10-12 Kim F. Storm <storm@cua.dk>
22422
22423 * startup.el (fancy-splash-default-action): Discard mouse click in
22424 the splash screen window, as it has no sensible meaning in the
22425 next window to be selected. Fixes error reported by Jan D.
22426
22427 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22428
22429 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22430
22431 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22434 Try to fix up minor layout issues like indentation, line break, etc...
22435 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22436 because it doesn't work.
22437 (mixal-operation-codes): Add some more codes.
22438 (mixal-font-lock-keywords): Process comments here.
22439 (mixal-mode): mixasm no longer needs -g option.
22440
22441 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22442
22443 * progmodes/sh-script.el (sh-tmp-file):
22444 Use mktemp -t. Finish support for es and rc shells.
22445
22446 2005-10-11 Jay Belanger <belanger@truman.edu>
22447
22448 * calc/calcalg2.el (calc-integral): With an argument, compute the
22449 definite integral.
22450
22451 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22452
22453 * mouse.el (mouse-drag-region-1): Don't try to catch a
22454 double-click when doing follow-link (it's overridden anyway).
22455
22456 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22457
22458 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22459 (autoload-print-form-outbuf): Add docstring.
22460
22461 2005-10-11 Juri Linkov <juri@jurta.org>
22462
22463 * info.el (Info-mode-menu): Delete menu item "Edit".
22464 (Info-mode): Delete description of Info-edit from docstring,
22465 and rearrange descriptions of Info commands in the order
22466 they are documented in the Info manual.
22467
22468 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22469
22470 * calendar/appt.el (appt-check): Use diary-selective-display var.
22471
22472 2005-10-10 Richard M. Stallman <rms@gnu.org>
22473
22474 * net/newsticker.el (newsticker-start, newsticker-show-news):
22475 Add autoload cookies.
22476
22477 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22478
22479 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22480
22481 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22482
22483 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22484
22485 2005-10-10 Jay Belanger <belanger@truman.edu>
22486
22487 * calc/calc-arith.el (math-check-known-scalarp)
22488 (math-check-known-matrixp): Check the values of arguments that are
22489 variables.
22490 (math-check-known-square-matrixp): New function.
22491 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22492 (math-super-types): Add sqmatrix type.
22493
22494 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22495 mode name `square' to `sqmatrix'.
22496
22497 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22498 mode name `square' to `sqmatrix'.
22499
22500 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22501
22502 * progmodes/etags.el (select-tags-table-mode): Don't use
22503 selective-display.
22504 (tags-select-tags-table): Pass `button' to the action function.
22505 (select-tags-table): Place the side-info on button properties rather
22506 than in hidden text. Abbreviate file names.
22507 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22508 (select-tags-table-select): Add `button' argument.
22509 Get side-info from the button property rather than from hidden text.
22510
22511 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22512
22513 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22514 (gud-speedbar-buttons): Preserve point if possible.
22515 (gud-sentinel): Restore previous speedbar display type.
22516
22517 * progmodes/gdb-ui.el (gdba): Improve diagram.
22518 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22519 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22520 Call get-buffer-window once.
22521
22522 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22523
22524 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22525 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22526 (pascal-indent-command): Remove unused var `ind'.
22527 (pascal-indent-case): Remove unused var `oldpos'.
22528 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22529 since it's now used as a proper minor mode map.
22530 (pascal-outline): Rename to pascal-outline-mode.
22531 (pascal-outline-mode): Use define-minor-mode.
22532 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22533 selective-display.
22534
22535 2005-10-10 Andreas Schwab <schwab@suse.de>
22536
22537 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22538 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22539
22540 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22541 outside source directory.
22542
22543 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22544
22545 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22546 C-x' as a prefix.
22547 (orgtbl-mode-map): Full keymap instead of sparse, because all
22548 `self-insert-command' keys are redefined in this map.
22549 (org-export-as-html): Specify charset for HTML file, by taking it
22550 from the coding system.
22551
22552 2005-10-10 Kenichi Handa <handa@m17n.org>
22553
22554 * textmodes/flyspell.el (flyspell-check-word-p):
22555 If unread-command-events is non-empty, don't call sit-for.
22556
22557 2005-10-09 Richard M. Stallman <rms@gnu.org>
22558
22559 * font-lock.el (font-lock-syntactic-keywords)
22560 (font-lock-keywords): Doc fixes.
22561
22562 * textmodes/flyspell.el (flyspell-external-point-words):
22563 Simplify logic, and don't try to check for consecutive appearances
22564 of one incorrect word.
22565
22566 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22567
22568 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22569 separator.
22570
22571 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22572 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22573 (gud-expansion-speedbar-buttons): New function.
22574 (gud-speedbar-buttons): Check for gud-comint-buffer.
22575
22576 2005-10-09 Bill Wohler <wohler@newt.com>
22577
22578 * Makefile.in (updates): Add mh-loaddefs dependency.
22579
22580 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22581
22582 * speedbar.el (speedbar-file-key-map): Fix typo.
22583
22584 2005-10-09 Daniel Brockman <daniel@brockman.se>
22585
22586 * cus-start.el (line-spacing): Add custom spec.
22587
22588 2005-10-09 Romain Francoise <romain@orebokech.com>
22589
22590 * textmodes/ispell.el (ispell-check-version): Fix last change.
22591
22592 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22593
22594 * term/x-win.el: Remove -i, --icon-type from comment.
22595
22596 * startup.el (command-line-x-option-alist): Remove options -i,
22597 -itype, --icon-type, added -nb, --no-bitmap-icon.
22598
22599 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22600
22601 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22602 instead of :active.
22603
22604 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22605
22606 * textmodes/ispell.el (ispell-check-version):
22607 Ignore hyphen, and all that follows, in aspell's version text.
22608
22609 2005-10-08 Jay Belanger <belanger@truman.edu>
22610
22611 * calc/calc-arith.el (math-known-square-matrixp): New function.
22612 (math-pow-fancy): Check for matrices before distributing exponent
22613 across products.
22614
22615 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22616 fullscreen keypad. Suggested by Luc Teirlinck.
22617 (calc-keypad-show-input): Add space for formatting.
22618
22619 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22620 Add square matrix option.
22621
22622 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22623 of checking calc-matrix-mode when deciding how to expand.
22624
22625 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22626
22627 2005-10-08 Lars Hansen <larsh@soem.dk>
22628
22629 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22630 Add error handling.
22631 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22632
22633 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22634
22635 Sync with Tramp 2.0.51.
22636
22637 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22638 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22639 Insert special handling for `last-coding-system-used', again
22640 it still seems to be necessary (unlike stated before).
22641 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22642 (tramp-password-prompt-regexp): There might be other words before
22643 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22644 (tramp-chunksize): Improve docstring.
22645 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22646 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22647 Christian Joergensen <bugs@razor.dk>.
22648
22649 2005-10-07 Glenn Morris <rgm@gnu.org>
22650
22651 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22652 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22653 precision'.
22654
22655 2005-10-07 Romain Francoise <romain@orebokech.com>
22656
22657 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22658 (ibuffer-do-shell-command-pipe-replace)
22659 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22660 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22661 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22662 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22663 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22664 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22665 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22666 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22667 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22668 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22669 Autoload file sans suffix.
22670
22671 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22672
22673 2005-10-07 David Ponce <david@dponce.com>
22674
22675 * recentf.el (recentf-menu-open-all-flag): New option.
22676 (recentf-digit-shortcut-command-name): New function.
22677 (recentf--shortcuts-keymap): New variable.
22678 (recentf-menu-shortcuts): New variable.
22679 (recentf-make-menu-items): Initialize it. Replace the "More..."
22680 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22681 (recentf-menu-value-shortcut): New function.
22682 (recentf-make-menu-item): Use it. No more in-lined.
22683 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22684 (recentf-open-most-recent-file): Rename from
22685 `recentf-open-file-with-key'. Don't depend on key binding.
22686 (recentf-mode-map): New variable.
22687 (recentf-mode): Use it.
22688
22689 2005-10-06 Bill Wohler <wohler@newt.com>
22690
22691 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22692
22693 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22694 (MH-E-SRC): New. Used by mh-autoloads.
22695 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22696 files in MH-E-SRC have been updated.
22697 (compile, recompile, bootstrap): Depend on mh-autoloads.
22698
22699 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22700
22701 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22702 gud-break and gud-remove icons when the fringe is not available.
22703
22704 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22705 Typo.
22706
22707 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22708
22709 * play/zone.el (zone): Wrap body with save-window-excursion.
22710
22711 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22712
22713 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22714 Use the new `list-only' arg to diary-list-entries.
22715
22716 * calendar/diary-lib.el: Use overlays rather than selective-display.
22717 (diary-selective-display): New var.
22718 (diary-header-line-format): Use it.
22719 (diary-list-entries): Add argument `list-only'.
22720 Put the buffer in diary-mode. Don't add \^M at beg and end.
22721 Replace \^M by invisible overlays.
22722 (diary-unhide-everything): Replace \^M by invisible overlays.
22723 (print-diary-entries): Look for overlays rather than \^M.
22724 Add a space to the temp buffer name.
22725 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22726 Put the buffer in diary-mode.
22727 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22728 (diary-anniversary): Make the year arg optional.
22729 (diary-time-regexp): New const.
22730 (diary-font-lock-keywords): Use it to accept a few more time formats.
22731
22732 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22733
22734 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22735
22736 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22737 Fix bug introduced 2005-07-03: Use (car (last ...))
22738 to faithfully reproduce replaced artist-last.
22739 (artist-set-arrow-points-for-poly): Likewise.
22740 Suggested by Johan Bockg\e,Ae\e(Brd.
22741
22742 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22743
22744 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22745 * wid-edit.el (widget):
22746 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22747 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22748
22749 2005-10-06 Kenichi Handa <handa@m17n.org>
22750
22751 * international/mule-cmds.el (set-language-environment):
22752 Fix setting up of case-table for unibyte mode.
22753
22754 * simple.el (what-cursor-position): If the character is displayed
22755 by some `display' text property, show that. Don't use
22756 single-key-description for eight-bit characters in multibyte mode.
22757
22758 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22759
22760 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22761 (gdb-ann3): Set it.
22762 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22763 (gdb-info-frames-custom): Use inverse-video for first five
22764 characters of selected frame only.
22765 (gdb-get-frame-number): Select frame even when point is on frame
22766 number.
22767
22768 2005-10-06 Masatake YAMATO <jet@gyve.org>
22769
22770 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22771 Put `font-lock-function-name-face'.
22772 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22773 and `font-lock-variable-name-face'
22774 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22775 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22776 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22777 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22778 (gdb-local-font-lock-keywords): New font lock keywords definition.
22779 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22780 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22781 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22782
22783 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22784
22785 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22786 (ediff-merge-region-is-non-clash-to-skip): Previously called
22787 ediff-merge-region-is-non-clash.
22788
22789 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22790 Use insert-buffer-substring.
22791
22792 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22793 selecting files to patch. Also bug fixes.
22794
22795 * ediff-util.el (ediff-setup): Bug fix.
22796 (ediff-next-difference): Never skip clashes that differ in white
22797 space only.
22798
22799 * ediff-wind.el (ediff-setup-control-frame)
22800 (ediff-destroy-control-frame): Check the menubar feature.
22801
22802 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22803 (viper-refresh-mode-line): Use make-local-variable to localize
22804 some vars instead of make-variable-buffer-local. Suggested by
22805 Stefan Monnier.
22806
22807 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22808 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22809 Use make-local-variable instead of make-variable-buffer-local.
22810 Suggested by Stefan Monnier.
22811
22812 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22813 (viper-comint-mode-hook): Use make-local-variable on
22814 require-final-newline.
22815 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22816
22817 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22818
22819 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22820 also the second char of a comment-start sequence.
22821 (scheme-sexp-comment-syntax-table): New var.
22822 (lambda, define): Set their scheme-doc-string-elt property.
22823 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22824 Use lisp-font-lock-syntactic-face-function now that it properly
22825 handles |...| symbols.
22826 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22827 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22828
22829 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22830 bit from # to |.
22831 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22832
22833 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22834 (lisp-doc-string-elt-property): New var.
22835 (lisp-font-lock-syntactic-face-function): Use it.
22836 Rewrite to recognize docstrings even for forms not at toplevel.
22837
22838 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22839 annotation on the | part of #| rather than on the # part.
22840 (scheme-font-lock-syntactic-face-function): New function, to
22841 distinguish strings from |...| symbols.
22842 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22843 syntax-table so that #|...|# is properly highlighted.
22844
22845 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22846 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22847
22848 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22849
22850 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22851 and C-e.
22852
22853 * emacs-lisp/eldoc.el: Move comments into docstrings.
22854 (eldoc-message-commands): Initialize in its declaration.
22855 Add move-beginning-of-line and move-end-of-line.
22856 (eldoc-add-command, eldoc-add-command-completions)
22857 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22858
22859 * outline.el (outline-mark-subtree): Activate the mark.
22860
22861 * calendar/appt.el (appt-time-regexp): New var.
22862 (appt-add, appt-make-list): Use it.
22863 (appt-convert-time): Clean up.
22864
22865 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22866 Don't set any syntax-table property here.
22867 (tex-font-lock-verb): New function. Do it here.
22868 (tex-font-lock-syntactic-keywords): Use it.
22869
22870 2005-10-04 Richard M. Stallman <rms@gnu.org>
22871
22872 * wid-edit.el (widget-file-complete): Get the widget start point
22873 the right way. Default directory to `/' if file has none.
22874
22875 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22876
22877 * textmodes/flyspell.el (flyspell-mode-on):
22878 Call ispell-maybe-find-aspell-dictionaries.
22879
22880 * textmodes/ispell.el (ispell-word, ispell-region):
22881 Call ispell-maybe-find-aspell-dictionaries.
22882 (ispell-accept-buffer-local-defs):
22883 Don't call ispell-maybe-find-aspell-dictionaries.
22884
22885 2005-10-04 Richard M. Stallman <rms@gnu.org>
22886
22887 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22888
22889 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
22890
22891 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22892 instead of `fboundp' in order to allow for anonymous functions.
22893
22894 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
22895
22896 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22897 case the user clicks on the link while another window is selected.
22898 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22899
22900 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22901 functionality.
22902 (dframe-help-echo): Save point in case mouse tracking is off.
22903
22904 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
22905
22906 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22907
22908 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22909
22910 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22911 not change the global value of those vars.
22912
22913 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22914 make-local-variable which we do not need any more.
22915
22916 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
22917
22918 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22919 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22920 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22921 (speedbar-path-line): Define obsolete aliases.
22922 (speedbar-line-directory): Doc fix.
22923
22924 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22925 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22926 instead of speedbar-line-path.
22927
22928 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22929
22930 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22931 to nil if dropping on a window. Handle dropping on a minibuffer window
22932 like dropping on a non-window part of Emacs.
22933
22934 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22935
22936 * net/ange-ftp.el: Use with-current-buffer.
22937 (ange-ftp-insert-directory): Do not follow symlinks any more.
22938
22939 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22940 Remove interactive spec.
22941
22942 2005-10-03 Kim F. Storm <storm@cua.dk>
22943
22944 * ido.el (ido-mode): Use custom-initialize-set.
22945
22946 2005-10-02 Richard M. Stallman <rms@gnu.org>
22947
22948 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22949 Use insert-buffer-substring.
22950
22951 * net/tramp.el: Pacify byte compiler warnings in pacification code.
22952 (tramp-handle-file-local-copy): Use insert-buffer-substring.
22953
22954 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22955
22956 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22957 in last change.
22958 (ange-ftp-insert-directory): Fix up the search for the case where
22959 `file' is absolute.
22960
22961 2005-10-02 Romain Francoise <romain@orebokech.com>
22962
22963 * progmodes/compile.el (compile-goto-error): Delete extra paren.
22964
22965 2005-10-02 Andreas Schwab <schwab@suse.de>
22966
22967 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22968 directory component in the session info.
22969
22970 2005-10-01 Richard M. Stallman <rms@gnu.org>
22971
22972 * comint.el (comint-redirect-subvert-readonly): Doc fix.
22973
22974 * simple.el (next-error-internal): New function.
22975
22976 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22977 (compilation-start): Pass new arg to compilation-buffer-name.
22978 (compile-goto-error): Use next-error-internal.
22979
22980 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22981
22982 * speedbar.el: Remove RCS tag.
22983 (speedbar-check-read-only): Handle non-existent files.
22984
22985 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22986
22987 * info.el (Info-speedbar-hierarchy-buttons)
22988 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22989
22990 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22991
22992 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22993 Do not match newline.
22994 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22995 (bibtex-summary): Remove unnecessary save-excursion.
22996 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22997
22998 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22999
23000 * term/mac-win.el: Add charset info for "iso10646-1".
23001 Modify default fontset to use ATSUI-compatible fonts for some charsets
23002 if available.
23003
23004 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23005
23006 * speedbar.el: Re-apply arch tag.
23007 (speedbar-version): Rename to version 1.0. Suggested by Eric
23008 M. Ludlam.
23009 Reapply two changes from Emacs CVS' version of speedbar lost
23010 during the merge:
23011 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23012 (speedbar-frame-parameters): Improve customize type.
23013
23014 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23015
23016 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23017 (ange-ftp-file-directory-p): Fix the symlink case.
23018 (ange-ftp-insert-directory): When listing a single file, get a list of
23019 the parent buffer and extract the relevant line. Inspired from a patch
23020 by Katsumi Yamaoka <yamaoka@jpl.org>.
23021 (ange-ftp-file-name-sans-versions): Simplify.
23022
23023 2005-09-30 Bill Wohler <wohler@newt.com>
23024
23025 Move MH-E image files from toolbar and mail directories into
23026 etc/images.
23027
23028 * mail/reply2.*: Move to etc/images/mail/reply*.
23029
23030 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23031 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23032 etc/images.
23033
23034 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23035 * toolbar/reply*: Move to etc/images/mail.
23036
23037 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23038
23039 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23040
23041 * speedbar.el: New version 1.0pre3.
23042
23043 Frame management code (including timer, and mouse click specifics)
23044 moved to dframe.el:
23045 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23046 (speedbar-timer): Removed. Use dframe-timer.
23047 (speedbar-close-frame): Removed. Use dframe-close-frame.
23048 (speedbar-activity-change-focus-flag): Removed. Use
23049 dframe-activity-change-focus-flag.
23050 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23051 dframe-update-speed.
23052
23053 (speedbar-current-frame): New macro. Use this instead of the
23054 variable speedbar-frame.
23055
23056 (speedbar-use-images, speedbar-expand-image-button-alist)
23057 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23058
23059 (speedbar-find-image-on-load-path): Removed. Replaced by
23060 defezimage in ezimage.el.
23061 (speedbar-expand-image-button-alist): Removed. Replaced by
23062 ezimage-expand-image-button-alist in ezimage.el.
23063
23064 (speedbar-ignored-directory-regexp)
23065 (speedbar-add-ignored-directory-regexp)
23066 (speedbar-ignored-directory-expressions)
23067 (speedbar-line-directory, speedbar-buffers-line-directory)
23068 (speedbar-directory-line, speedbar-buffers-line-directory):
23069 Renamed, replacing `path' with `directory'.
23070
23071 (speedbar-create-directory, speedbar-expand-line-descendants)
23072 (speedbar-toggle-line-expansion)
23073 (speedbar-contract-line-descendants): New commands.
23074
23075 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23076 (speedbar-use-tool-tips-flag): New options.
23077
23078 (speedbar-check-read-only, speedbar-require-version)
23079 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23080 (speedbar-handle-delete-frame, speedbar-try-completion)
23081 (speedbar-update-localized-contents): New functions.
23082
23083 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23084 (speedbar-object-read-only-indicator): New variables.
23085
23086 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23087 New hooks.
23088
23089 (speedbar-separator-face): New face.
23090
23091 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23092 (speedbar-ignored-modes): Add fundamental-mode.
23093 (speedbar-directory-unshown-regexp): Add . directories.
23094
23095 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23096 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23097 `]' for full expand/close.
23098 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23099
23100 (speedbar-check-vc): Support hidden files.
23101 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23102 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23103 state is nil, it is not checked out.
23104
23105 (speedbar-line-text, speedbar-line-token): Support expand buttons
23106 with no text.
23107 (speedbar-refresh): Universal argument acts as power-click.
23108 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23109 that buffer to get variable values.
23110
23111 And many other bugfixes.
23112
23113 * dframe.el, ezimage.el, sb-image.el: New files.
23114
23115 * sb-*.xpm: Remove files. New image files installed into
23116 etc/images/ezimage.
23117
23118 2005-09-30 Kenichi Handa <handa@m17n.org>
23119
23120 * ps-mule.el (ps-mule-show-warning): If a character is in
23121 ps-print-translation-table, don't treat it as non-printable.
23122
23123 2005-09-30 David Ponce <david@dponce.com>
23124
23125 * tree-widget.el (tree-widget-themes-load-path): New variable.
23126 (tree-widget-themes-directory): Doc fix.
23127 (tree-widget-image-formats) [Emacs]: Doc fix.
23128 (tree-widget--locate-sub-directory): New function.
23129 (tree-widget-themes-directory): Use it.
23130
23131 * recentf.el (recentf-filename-handlers): Rename from
23132 `recentf-filename-handler'. Allow a list of functions.
23133 (recentf-menu-items-for-commands): Fix :help strings.
23134 (recentf-apply-filename-handlers): New function.
23135 (recentf-expand-file-name): Use it.
23136 (recentf-cleanup): Remove duplicates too.
23137
23138 2005-09-29 Juri Linkov <juri@jurta.org>
23139
23140 * faces.el: Rearrange face definitions to be in the same order as
23141 their face descriptions in "(emacs)Standard Faces".
23142
23143 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23144
23145 * tooltip.el (tooltip): Add group `basic-faces'.
23146
23147 * buff-menu.el (Buffer-menu-buffer): Remove group
23148 `font-lock-highlighting-faces'.
23149
23150 * progmodes/compile.el (compilation-error, compilation-warning)
23151 (compilation-info, compilation-line-number, compilation-column-number):
23152 Change group from `font-lock-highlighting-faces' to `compilation'.
23153
23154 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23155 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23156 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23157 (vhdl-font-lock-reserved-words-face)
23158 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23159 `font-lock-highlighting-faces'.
23160
23161 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23162
23163 2005-09-28 Kim F. Storm <storm@cua.dk>
23164
23165 * emulation/cua-base.el: Set CUA move property on additional commands:
23166 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23167 forward-sexp, backward-sexp, forward-list, backward-list.
23168
23169 2005-09-28 Romain Francoise <romain@orebokech.com>
23170
23171 * comint.el (comint-show-output): Really set point at the
23172 beginning of the output when not using `comint-use-prompt-regexp'.
23173
23174 2005-09-27 Jay Belanger <belanger@truman.edu>
23175
23176 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23177 in TeX mode.
23178
23179 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23180
23181 * textmodes/org.el (org-table-sum): Fix format string.
23182
23183 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23184 Quote face names.
23185
23186 2005-09-26 Romain Francoise <romain@orebokech.com>
23187
23188 * isearch.el (isearch-forward-regexp): Close doc string.
23189
23190 2005-09-25 Richard M. Stallman <rms@gnu.org>
23191
23192 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23193
23194 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23195
23196 * progmodes/compile.el (compilation-error-properties):
23197 When getting the file from the previous error message,
23198 correctly decode the new data format.
23199
23200 * progmodes/cc-cmds.el (c-electric-paren):
23201 Call old-blink-paren only for close-paren.
23202
23203 2005-09-24 Andreas Schwab <schwab@suse.de>
23204
23205 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23206 condition.
23207
23208 2005-09-25 Romain Francoise <romain@orebokech.com>
23209
23210 * dired-aux.el (dired-copy-file-recursive):
23211 * dired.el (dired-delete-file):
23212 * ediff-mult.el (ediff-dir-diff-copy-file):
23213 * ediff-util.el (ediff-test-save-region):
23214 * forms.el (forms-mode):
23215 * ido.el (ido-file-internal, ido-delete-file-at-head):
23216 * log-edit.el (log-edit-done):
23217 * ses.el (ses-yank-resize):
23218 * play/gomoku.el (gomoku-human-plays, gomoku)
23219 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23220 (gomoku-offer-a-draw):
23221 * play/landmark.el (lm-human-resigns, lm):
23222 * net/eudcb-ldap.el (eudc-ldap-check-base):
23223 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23224 * progmodes/ebrowse.el (ebrowse-find-pattern):
23225 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23226 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23227 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23228
23229 * vc.el (vc-delete-file):
23230 * play/gomoku.el (gomoku-terminate-game, gomoku)
23231 (gomoku-prompt-for-move, gomoku-human-takes-back):
23232 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23233 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23234
23235 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23236
23237 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23238 color rxvt terminals by using the code xterm.el used to use before
23239 2005-04-09 in order to match the colors used by rxvt.
23240
23241 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23242
23243 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23244 colors rxvt-unicode terminals by using the same code as xterm.el.
23245
23246 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23247
23248 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23249 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23250 new symbol used for the tex-verbatim face.
23251
23252 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23253
23254 * woman.el (woman-file-name):
23255 * wid-edit.el (widget-file-prompt-value)
23256 (widget-coding-system-prompt-value):
23257 * w32-fns.el (set-w32-system-coding-system):
23258 * vc.el (vc-version-diff, vc-annotate):
23259 * textmodes/reftex-auc.el (reftex-arg-cite)
23260 (reftex-arg-index-tag):
23261 * textmodes/refer.el (refer-get-bib-files):
23262 * textmodes/artist.el (artist-figlet-choose-font):
23263 * terminal.el (terminal-emulator):
23264 * replace.el (occur-read-primary-args):
23265 * rect.el (string-rectangle, string-insert-rectangle):
23266 * ps-print.el (ps-print-preprint):
23267 * progmodes/pascal.el (pascal-goto-defun):
23268 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23269 * progmodes/compile.el (compilation-find-file):
23270 * printing.el (pr-interactive-n-up):
23271 * play/animate.el (animate-birthday-present):
23272 * net/rcompile.el (remote-compile):
23273 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23274 * mail/rmailsum.el (rmail-summary-search-backward)
23275 (rmail-summary-search):
23276 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23277 (rmail-output-read-file-name):
23278 * mail/rmail.el (rmail-search, rmail-search-backwards):
23279 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23280 * locate.el (locate):
23281 * international/quail.el (quail-show-keyboard-layout):
23282 * international/mule.el (set-buffer-file-coding-system)
23283 (revert-buffer-with-coding-system, set-file-name-coding-system)
23284 (set-terminal-coding-system, set-keyboard-coding-system)
23285 (set-next-selection-coding-system):
23286 * international/mule-diag.el (describe-coding-system)
23287 (describe-font, describe-fontset):
23288 * international/mule-cmds.el (universal-coding-system-argument)
23289 (search-unencodable-char, describe-input-method)
23290 (set-language-environment, describe-language-environment):
23291 * international/codepage.el (codepage-setup):
23292 * international/code-pages.el (codepage-setup):
23293 * info.el (Info-search, Info-follow-reference)
23294 (Info-search-backward):
23295 * emacs-lisp/advice.el (ad-read-advised-function)
23296 (ad-read-advice-class, ad-clear-cache, ad-activate)
23297 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23298 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23299 (ad-read-regexp):
23300 * ediff-util.el (ediff-toggle-regexp-match):
23301 * ediff-ptch.el (ediff-prompt-for-patch-file):
23302 * dired-aux.el (dired-diff):
23303 * diff.el (diff):
23304 * cus-edit.el (custom-variable-prompt):
23305 * calendar/timeclock.el (timeclock-ask-for-project):
23306 * calc/calcalg3.el (calc-get-fit-variables):
23307 * calc/calc-store.el (calc-edit-variable)
23308 (calc-permanent-variable):
23309 * vc-mcvs.el (vc-mcvs-register):
23310 * shadowfile.el (shadow-define-literal-group):
23311 * woman.el (woman-file-name):
23312 * vc.el (vc-version-diff, vc-merge):
23313 * textmodes/reftex-index.el (reftex-index-complete-tag):
23314 * format.el (format-decode-buffer, format-decode-region):
23315 * emulation/viper-cmd.el (viper-read-string-with-history):
23316 * emacs-lisp/debug.el (cancel-debug-on-entry):
23317 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23318 * ediff.el (ediff-merge-revisions)
23319 (ediff-merge-revisions-with-ancestor, ediff-revision):
23320 * completion.el (interactive-completion-string-reader):
23321 * calc/calc-prog.el (calc-user-define-formula):
23322 Follow convention for reading with the minibuffer.
23323
23324 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23325
23326 * progmodes/python.el (python-describe-symbol): Add globals() and
23327 locals() to the arguments of emacs.ehelp.
23328
23329 2005-09-24 Magnus Henoch <mange@freemail.hu>
23330
23331 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23332 New function, code extracted from ispell-valid-dictionary-list.
23333 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23334 Call it.
23335
23336 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23337
23338 * subr.el (version-regexp-alist): Extend valid syntax for version
23339 strings: allow any of the characters -,_,+ to separate the
23340 alpha/beta/rc part from the version part. Doc fix.
23341 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23342
23343 2005-09-23 David Reitter <david.reitter@gmail.com>
23344
23345 * mail/mailclient.el: New file.
23346
23347 2005-09-23 Richard M. Stallman <rms@gnu.org>
23348
23349 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23350 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23351 Doc fixes.
23352
23353 * progmodes/cc-mode.el (c-font-lock-init):
23354 Specify font-lock-lines-before.
23355
23356 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23357
23358 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23359 whole conflict.
23360
23361 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23362
23363 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23364 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23365 of `remap' feature when available. Additional key bindings for
23366 better tty support.
23367 (org-mode-restart, org-force-self-insert): New commands.
23368 (org-time-stamp-inactive): New command.
23369 (org-remap): New function.
23370 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23371 (org-enable-fixed-width-editor): Move to `org-structure'
23372 customization group.
23373 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23374 blank field after field motion commands.
23375
23376 2005-09-23 Kenichi Handa <handa@m17n.org>
23377
23378 * international/mule-cmds.el (set-language-environment):
23379 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23380 have to call utf-translate-cjk-load-tables.
23381
23382 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23383
23384 * mouse.el (mouse-move-drag-overlay): Fix last change.
23385
23386 2005-09-22 David Ponce <david@dponce.com>
23387
23388 * tree-widget.el (tree-widget-value-create): Fix previous change.
23389
23390 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23391
23392 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23393
23394 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23395
23396 * mouse.el (mouse-move-drag-overlay): New function.
23397 (mouse-drag-region-1): Use it.
23398 Try to simplify a bit the state handling. Handle clicks on links
23399 inside intangible areas.
23400 (mouse-save-then-kill): Minor simplification.
23401 (mouse-secondary-overlay): Make it always non-nil instead of
23402 recreating it each time.
23403 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23404 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23405 Simplify accordingly.
23406
23407 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23408
23409 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23410
23411 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23412
23413 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23414 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23415 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23416 to patch.
23417
23418 * ediff-util.el: Use insert-buffer-substring.
23419
23420 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23421
23422 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23423 field boundaries in the minibuffer.
23424 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23425 (viper-minibuffer-post-command-hook): New hook.
23426 (viper-line): Don't move cursor at bolp.
23427
23428 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23429
23430 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23431 avoid compiler warnings.
23432
23433 * emulation/viper-macs.el (ex-map): Better messages.
23434
23435 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23436
23437 * emulation/viper.el: Replace make-variable-buffer-local with
23438 viper-make-variable-buffer-local everywhere, to avoid warnings.
23439
23440 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23441
23442 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23443 Delete unused var `old-selected-window'.
23444 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23445 (mouse-drag-secondary): Delete unused var `start-frame'.
23446
23447 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23448
23449 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23450
23451 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23452
23453 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23454 Re-indent within 80 columns. Use inhibit-read-only.
23455
23456 2005-09-19 Romain Francoise <romain@orebokech.com>
23457
23458 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23459
23460 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23461
23462 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23463 unconditionally, since the after-change-function already did it.
23464
23465 2005-09-19 Miles Bader <miles@gnu.org>
23466
23467 * net/newsticker.el: Get rid of CVS keyword.
23468
23469 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23470
23471 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23472 The prompt is formatted later.
23473
23474 2005-09-19 David Ponce <david@dponce.com>
23475
23476 * tree-widget.el (tree-widget-value-create): Save the converted
23477 tree :node widget.
23478
23479 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23480
23481 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23482 variable `message'.
23483
23484 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23485
23486 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23487 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23488 <slawomir.nowaczyk.847@student.lu.se>.
23489
23490 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23491
23492 * image.el (image-load-path): Use symbol `data-directory' instead
23493 of its value, for backward compatibility with packages that bind
23494 it during `find-image'. Suggested by Katsumi Yamaoka.
23495 (image-search-load-path): Handle symbols whose values are strings.
23496
23497 2005-09-18 Romain Francoise <romain@orebokech.com>
23498
23499 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23500 with-current-buffer form in save-excursion.
23501
23502 2005-09-18 Deepak Goel <deego@gnufans.org>
23503
23504 * apropos.el (apropos-command): Fix `message' call: first arg
23505 should be a format spec. In this and all other cases that appear
23506 below and elsewhere in the source code, I made a change only when
23507 two conditions were satisfied: [1] I can think of a possibility
23508 that the arguments would cause an error, for example, the code in
23509 question relies on external variables such as filenames. [2] I
23510 was sure that the arg to `message' could not have been nil in the code.
23511
23512 * textmodes/tildify.el (tildify-region): Ditto.
23513
23514 * textmodes/reftex-index.el (reftex-index-change-entry)
23515 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23516 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23517 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23518 (org-priority, org-table-sum):
23519 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23520 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23521 (flyspell-word, flyspell-display-next-corrections):
23522 * textmodes/bibtex.el (bibtex-print-help-message):
23523 * textmodes/artist.el (artist-key-set-point-poly):
23524 * term/mac-win.el (mac-services-insert-text):
23525 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23526 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23527 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23528 (vhdl-compose-configuration):
23529 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23530 (sh-set-indent, sh-learn-line-indent):
23531 * progmodes/ps-mode.el (ps-mode-target-column):
23532 * progmodes/idlwave.el (idlwave-make-tags)
23533 (idlwave-scan-library-catalogs):
23534 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23535 * progmodes/gud.el (gud-jdb-analyze-source):
23536 * progmodes/flymake.el (flymake-log):
23537 * progmodes/ebnf2ps.el (ebnf-generate-region):
23538 * progmodes/cmacexp.el (c-macro-expansion):
23539 * progmodes/ada-xref.el (ada-treat-cmd-string):
23540 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23541 (ada-justified-indent-current, ada-batch-reformat):
23542 * play/zone.el (zone):
23543 * play/landmark.el (lm-move):
23544 * play/decipher.el (decipher-show-alphabet):
23545 * net/newsticker.el (newsticker--display-jump)
23546 (newsticker--display-scroll):
23547 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23548 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23549 * mail/feedmail.el (feedmail-dump-message-to-queue):
23550 * eshell/esh-proc.el (eshell-remove-process-entry):
23551 * emulation/ws-mode.el (ws-last-error):
23552 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23553 (viper-record-kbd-macro):
23554 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23555 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23556 * emacs-lisp/find-func.el (find-function-noselect):
23557 * calendar/timeclock.el (timeclock-status-string)
23558 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23559 (timeclock-when-to-leave-string):
23560 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23561 * calc/calc-units.el (calc-enter-units-table):
23562 * calc/calc-mode.el (calc-mode-record-mode):
23563 * woman.el (woman-mini-help):
23564 * wdired.el (wdired-change-to-wdired-mode):
23565 * vc.el (vc-retrieve-snapshot):
23566 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23567 * startup.el (display-startup-echo-area-message):
23568 * simple.el (set-goal-column):
23569 * ses.el (ses-command-hook, ses-recalculate-cell):
23570 * server.el (server-process-filter):
23571 * printing.el (pr-interface-txt-print, pr-interface-printify)
23572 (pr-interface-ps):
23573 * pcvs.el (cvs-help):
23574 * log-edit.el (log-edit, log-edit-mode-help):
23575 * iswitchb.el (iswitchb-possible-new-buffer):
23576 * isearch.el (isearch-edit-string):
23577 * image-mode.el (image-mode, image-minor-mode):
23578 * ibuf-macs.el (define-ibuffer-filter):
23579 * hi-lock.el (hi-lock-find-patterns):
23580 * files.el (toggle-read-only):
23581 * ediff-util.el (ediff-copy-diff)
23582 (ediff-write-merge-buffer-and-maybe-kill):
23583 * echistory.el (Electric-history-undefined):
23584 * dnd.el (dnd-insert-text):
23585 * dired-aux.el (dired-query):
23586 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23587 * bookmark.el (bookmark-bmenu-locate):
23588 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23589 Fix `message' calls to ensure first arg is a format string.
23590 The change was made only when these two conditions were satisfied:
23591 [1] when there is a possibility that the arguments would cause an error
23592 for example, if the code in question relies on external variables
23593 such as filenames, and
23594 [2] if the arg to `message' could not have been nil in the code.
23595
23596 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23597 Not having a %s would be weird, though not technically wrong.
23598
23599 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23600
23601 * term/mac-win.el (mac-add-charset-info): Doc fix.
23602
23603 2005-09-17 Romain Francoise <romain@orebokech.com>
23604
23605 * shell.el (shell-resync-dirs): Handle echoing processes more
23606 reliably. Don't insert resync command if `comint-process-echoes'
23607 is non-nil.
23608
23609 2005-09-17 Magnus Henoch <mange@freemail.hu>
23610
23611 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23612 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23613 aspell versions >= 0.60.
23614 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23615 only if ispell-aspell-supports-utf8 is non-nil.
23616
23617 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23618
23619 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23620 buffer-local value to lisp-indent-function.
23621
23622 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23623
23624 * progmodes/glasses.el (glasses-make-readable): If
23625 glasses-separator differs from underscore, put appropriate
23626 overlays over underscore characters.
23627 (glasses-convert-to-unreadable): If glasses-separator differs from
23628 underscore, try to convert glasses-separator characters to
23629 underscores.
23630
23631 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23632
23633 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23634 Use with-syntax-table and dolist.
23635
23636 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23637
23638 * textmodes/reftex-auc.el:
23639 * textmodes/reftex-cite.el:
23640 * textmodes/reftex-dcr.el:
23641 * textmodes/reftex-global.el:
23642 * textmodes/reftex-parse.el:
23643 * textmodes/reftex-ref.el:
23644 * textmodes/reftex-sel.el:
23645 * textmodes/reftex-toc.el:
23646 * textmodes/reftex-vars.el:
23647 * textmodes/reftex.el: Small changes to remove compiler warnings.
23648
23649 * textmodes/reftex-index.el: Likewise.
23650 (reftex-query-index-phrase): More efficient use of markers.
23651
23652 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23653
23654 * image.el (image-load-path): New variable.
23655 (image-search-load-path): New function.
23656 (find-image): Search for images in `image-load-path'.
23657
23658 2005-09-15 Richard M. Stallman <rms@gnu.org>
23659
23660 * follow.el: Change Maintainer field.
23661
23662 2005-09-15 David Ponce <david@dponce.com>
23663
23664 * recentf.el (recentf-save-file-modes): New option.
23665 (recentf-save-list): Use it.
23666
23667 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23668
23669 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23670 (mode-line-mule-info, mode-line-modified): Move bindings from
23671 mouse-3 to mouse-1.
23672
23673 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23674
23675 * simple.el (sendmail-user-agent-compose): Revert last change.
23676
23677 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23678
23679 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23680 Use with-current-buffer.
23681 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23682 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23683 (ange-ftp-insert-directory): Remove unused var `short'.
23684 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23685
23686 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23687 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23688
23689 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23690 (check-calendar-holidays, diary-list-entries): Autoload.
23691 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23692 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23693
23694 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23695 which mistakenly removed a call to display-buffer.
23696
23697 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23698
23699 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23700
23701 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23702
23703 * progmodes/hideshow.el
23704 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23705 (hs-allow-nesting): New user var.
23706 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23707 (hs-hide-block-at-point): When nesting allowed,
23708 if there is already an overlay in place, delete it.
23709 (hs-safety-is-job-n): Delete func; remove call sites.
23710 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23711 (hs-overlay-at): New func.
23712 (hs-already-hidden-p, hs-show-block): Use it.
23713 (hs-hide-all): Don't pre-clean if nesting allowed.
23714 (hs-show-all): Temporarily disallow
23715 nesting around call to `hs-discard-overlays'.
23716
23717 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23718
23719 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23720 Delete unused local var.
23721
23722 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23723
23724 * help-fns.el (describe-categories): "?\ " -> "?\s".
23725 (help-do-arg-highlight): Recognize also ARG-n, as in
23726 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23727
23728 * international/codepage.el (dos-unsupported-char-glyph):
23729 * net/newsticker.el (tool-bar-map, w3-mode-map)
23730 (w3m-minor-mode-map):
23731 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23732 (ent-alist):
23733 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23734
23735 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23736
23737 * custom.el (custom-push-theme): Handle the case where a symbol is
23738 bound but face properties have not yet been assigned.
23739
23740 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23741 Fix behavior if noerase is `t' and there is no mail buffer.
23742
23743 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23744 if `continue' is nil, rather than signal an error.
23745
23746 2005-09-12 Richard M. Stallman <rms@gnu.org>
23747
23748 * font-lock.el (font-lock-keywords): Add autoload.
23749
23750 * help-fns.el (describe-variable): Rearrange to put source link
23751 in a predictable place.
23752
23753 * net/newsticker.el: New file.
23754
23755 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23756
23757 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23758 (calendar-basic-setup): Use the new nil arg.
23759 (number-of-diary-entries): Move to diary-lib.el.
23760
23761 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23762 (diary-list-entries): Use with-syntax-table and dolist.
23763 Rename from list-diary-entries.
23764 Use number-of-diary-entries if `number' is nil.
23765 (diary, diary-view-entries): Use this new name and new nil arg value.
23766 (number-of-diary-entries): Move from calendar.el.
23767 (diary-unhide-everything): New function.
23768 (include-other-diary-files, fancy-diary-display)
23769 (diary-show-all-entries, make-diary-entry): Use it.
23770 (diary-mail-entries): Use buffer-string.
23771 (mark-diary-entries): Fix long standing paren typo.
23772 (diary-sexp-entry): Use count-lines.
23773 (make-diary-entry): Avoid `previous-line'.
23774 (diary-mode-map): New var.
23775 (diary-mode): Redraw cal after saving. Setup header-line.
23776 (fancy-diary-display-mode): Use local-set-key.
23777
23778 * startup.el (command-line): Try calling various terminal-init-foo-bar
23779 functions by stripping hyphenated suffixes from $TERM.
23780
23781 * files.el (normal-mode): Check boundness of font-lock-keywords.
23782
23783 2005-09-12 Richard M. Stallman <rms@gnu.org>
23784
23785 * progmodes/compile.el: Don't decide a file's directory
23786 until the user actually tries to go there.
23787 (compilation-next-error-function):
23788 Pass compilation-find-file the directory from the file-struct.
23789 (compilation-internal-error-properties): Separate local FILE-STRUCT
23790 from FILE. Doc the args better. Rename arg FMT to FMTS.
23791 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23792 Expand it, and if nil, use default-directory.
23793 (compilation-get-file-structure): Don't mix specified directory
23794 with default directory. Put specified directory into
23795 file-struct. Don't make the file name absolute.
23796
23797 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23798 (compile-command): Add autoload.
23799 (compilation-disable-input): Add autoload.
23800
23801 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23802
23803 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23804 strings of the variables it can override.
23805 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23806 %Q and %q, for fully-qualified domain name and unqualified host name.
23807
23808 2005-09-11 Kim F. Storm <storm@cua.dk>
23809
23810 * emacs-lisp/authors.el (authors-aliases): Update list.
23811 (authors-fixed-entries): Update mldrag.el entry.
23812
23813 2005-09-10 Alan Mackenzie <acm@muc.de>
23814
23815 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23816 from the region narrowed to.
23817
23818 2005-09-10 Magnus Henoch <mange@freemail.hu>
23819
23820 * textmodes/ispell.el (ispell-check-version): Signal an error if
23821 aspell version is less than 0.60.
23822
23823 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23824
23825 * progmodes/octave-inf.el (inferior-octave-startup):
23826 Resync current dir at the end.
23827
23828 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23829
23830 * woman.el (woman-topic-at-point-default):
23831 Rename to woman-use-topic-at-point-default.
23832 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23833 (woman-file-name): Reflect renames above. Automatically use the
23834 word at point as topic if woman-use-topic-at-point is non-nil.
23835 Otherwise offer it as default but don't insert it in the
23836 minibuffer. Also use `test-completion' instead of `assoc' as
23837 suggested by Stefan Monnier.
23838
23839 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23840
23841 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23842 the attempt to do it over Tramp. This is not yet supported.
23843
23844 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23845
23846 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23847 (menu-bar-non-minibuffer-window-p): New functions.
23848 ("Split Window", "Save As..."): Use them.
23849 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23850 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23851 Use menu-bar-menu-frame-live-and-visible-p.
23852 ("Save Buffer", "Insert File", "Open Directory...")
23853 ("Open File...", "Visit New File..."):
23854 Use menu-bar-non-minibuffer-window-p.
23855 (kill-this-buffer-enabled-p, dired <menu-enable>):
23856 Use menu-bar-non-minibuffer-window-p.
23857
23858 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23859
23860 * cus-start.el (all): Don't complain about fringe-related
23861 built-ins if fringes are not supported. Ditto about
23862 selection-related built-ins. Fix the test for GTK-related built-ins.
23863
23864 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23865 ("Postscript Print Buffer", "Print Region", "Save As...")
23866 ("Save", "Insert File...", "Open Directory...")
23867 ("Open File...", "Visit New File..."")
23868 ("Truncate Long Lines in this Buffer"): Don't look at
23869 menu-updating-frame if this display does not support multiple frames.
23870
23871 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23872
23873 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23874
23875 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
23876
23877 * woman.el: Format- and whitespace-related changes.
23878
23879 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23880
23881 * woman.el: Fix my email address.
23882
23883 2005-09-08 Richard M. Stallman <rms@gnu.org>
23884
23885 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23886 (sh-mode): Locally set skeleton-pair-default-alist.
23887
23888 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23889
23890 * progmodes/flymake.el: Require `compile' unconditionally.
23891
23892 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23893
23894 * woman.el (woman-file-name): Provide a default, not initial input.
23895
23896 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23897
23898 * font-lock.el (font-lock-support-mode): Doc fix.
23899
23900 * descr-text.el (describe-property-list): Handle non-symbol prop names.
23901
23902 2005-09-08 Richard M. Stallman <rms@gnu.org>
23903
23904 * simple.el (blink-matching-open): Get rid of text props from
23905 the string shown in echo area. Don't permanently set point.
23906 Some rearrangements.
23907
23908 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23909
23910 * recentf.el (recentf-filename-handler): Add custom choice
23911 `abbreviate-file-name'.
23912
23913 * msb.el (msb--very-many-menus): Fix typo.
23914
23915 * disp-table.el (standard-display-european): Don't set
23916 enable-multibyte-characters to nil.
23917
23918 2005-09-08 David Ponce <david@dponce.com>
23919
23920 * recentf.el (recentf-show-file-shortcuts-flag): New option.
23921 (recentf-expand-file-name): Doc fix.
23922 (recentf-dialog-mode-map): Define digit shortcuts.
23923 (recentf--files-with-key): New variable.
23924 (recentf-show-digit-shortcut-filter): New function.
23925 (recentf-open-files-items): New function.
23926 (recentf-open-files): Use it.
23927 (recentf-open-file-with-key): New command.
23928
23929 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
23930
23931 * buff-menu.el (Buffer-menu-sort-by-column): New function.
23932 Suggested by Kim F. Storm.
23933 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23934 (Buffer-menu-make-sort-button): Use global keymap.
23935
23936 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
23937
23938 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23939 (Man-getpage-in-background-advice): Remove defadvice; it isn't
23940 necessary any longer with the remapped command.
23941 (Man-bgproc-sentinel-advice): Remove defadvice which counts
23942 formatting time only.
23943
23944 * net/tramp.el (tramp-action-password)
23945 (tramp-multi-action-password): Compile the password prompt from
23946 `method', `user' and `host'. Sometimes it isn't obvious which
23947 password to enter, for example with remote files offered by
23948 recentf.el, or with multiple steps. Suggested by Robert Marshall
23949 <robert@chezmarshall.freeserve.co.uk>.
23950
23951 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23952
23953 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23954 Fix regexp for when "s///" is at the beginning of line.
23955
23956 2005-09-07 Jay Belanger <belanger@truman.edu>
23957
23958 * calc/calc-poly.el (math-expand-term): Multiply out any powers
23959 when in matrix mode.
23960
23961 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23962
23963 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23964 non-anonymous functions.
23965
23966 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
23967
23968 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23969 when using a header line. Otherwise, use mouse-1-click-follows-link.
23970
23971 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23972 can't be moved; don't signal an error.
23973
23974 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
23975
23976 * cus-theme.el (custom-theme-write-faces): Save the current face
23977 spec, not the defface spec.
23978
23979 * custom.el (custom-known-themes): Clarify meaning of "standard".
23980 (custom-push-theme): Save old values in the standard theme.
23981 (disable-theme): Correct typo.
23982 (custom-face-theme-value): Deleted unused function.
23983 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23984
23985 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
23986
23987 * progmodes/compile.el (compilation-goto-locus): Take into account
23988 iconified frames when determining whether the buffer is
23989 already visible.
23990 Don't reset window height if the window already existed.
23991
23992 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
23993
23994 * custom.el (load-theme): Rename from require-theme.
23995 Add interactive spec.
23996 (enable-theme): Rename from custom-enable-theme.
23997 Add interactive spec.
23998 (disable-theme): Rename from custom-disable-theme.
23999 Add interactive spec.
24000 (custom-make-theme-feature): Doc fix.
24001 (custom-theme-directory): Doc fix.
24002 (provide-theme): Call enable-theme.
24003
24004 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24005
24006 * obsolete/lazy-lock.el (lazy-lock-mode):
24007 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24008 font-lock-mode if it's off. Print a warning instead.
24009
24010 * progmodes/compile.el (compilation-start): Ignore errors if the
24011 process died before we get to send-eof.
24012
24013 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24014 Undo last change. Enclosing the result in quotes broke things on Unix
24015 since tex-send-command passes it through shell-quote-argument.
24016 (tex-send-command): Pass `file' through convert-standard-filename
24017 when possible.
24018 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24019 info in a transcript.
24020
24021 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24022
24023 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24024 fix compilation warning. Reorder the key definitions to group
24025 together keys emitted by the current version of xterm.
24026
24027 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24028 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24029 Reorder predicates to correct min-color usage.
24030
24031 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24032
24033 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24034 Kill local variables when longlines-mode is turned off.
24035
24036 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24037
24038 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24039
24040 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24041
24042 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24043
24044 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24045 (font-lock-lines-before): Change default to being inactive.
24046 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24047 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24048
24049 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24050
24051 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24052 Deactivate temporarily advice if active (not needed for Emacs 22,
24053 but for backwards compatibility).
24054 (tramp-exists-file-name-handler): Rewrite. First implementation
24055 was too simple.
24056 (tramp-advice-make-auto-save-file-name):
24057 Call `tramp-handle-make-auto-save-file-name' (again, just for
24058 backwards compatibility).
24059
24060 2005-08-31 Reto Zimmermann <reto@gnu.org>
24061
24062 * progmodes/vhdl-mode.el
24063 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24064 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24065 (vhdl-set-default-project): New function (easier setting of default).
24066 (vhdl-port-copy): Handle extended identifiers for generics.
24067 (vhdl-compiler-alist): Better description for error message regexp.
24068 (vhdl-make): Query for target, use previous as default.
24069 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24070 (vhdl-font-lock-keywords-2): Fix fontification for record
24071 el. assign.
24072 (vhdl-speedbar-make-subpack-line): Add package body link.
24073 (vhdl-generate-makefile-1): Not include itself as dependency.
24074 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24075 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24076 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24077 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24078 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24079 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24080 (vhdl-import-project): Add string argument for `error'.
24081 (vhdl-compose-configuration)
24082 (vhdl-compose-configuration-architecture): Add configuration
24083 declaration generation.
24084 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24085 (vhdl-trailer-re): Add "record" keyword (better indentation).
24086 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24087 "[^ \t-\"]+".
24088 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24089 (vhdl-testbench-entity-file-name)
24090 (vhdl-testbench-architecture-file-name): Allow separate
24091 customization of testbench file names.
24092 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24093 (vhdl-get-visible-signals): Allow newline within alias declaration.
24094 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24095 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24096 (member-ignore-case): Alias for missing function in XEmacs.
24097 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24098 (vhdl-update-sensitivity-list): Ignore case on read signals.
24099 (vhdl-replace-string): Adjust case only for file names.
24100 (vhdl-update-sensitivity-list): Fix search for read signals.
24101 (vhdl-update-sensitivity-list): Exclude formal parameters.
24102 (vhdl-get-visible-signals): Include aliases of signals.
24103 (vhdl-get-visible-signals): Fix signal name searching.
24104 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24105 (vhdl-fixup-whitespace-region): Fix for character
24106 literals (e.g. `:').
24107
24108 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24109
24110 * ansi-color.el (comint-last-output-start):
24111 * bs.el (font-lock-verbose):
24112 * diff-mode.el (add-log-buffer-file-name-function):
24113 * dired-x.el (vm-folder-directory):
24114 * faces.el (help-xref-stack-item):
24115 * files.el (font-lock-keywords):
24116 * find-lisp.el (dired-buffers, dired-subdir-alist):
24117 * ido.el (cua-inhibit-cua-keys):
24118 * log-view.el (cvs-minor-wrap-function):
24119 * outline.el (font-lock-warning-face):
24120 * simple.el (compilation-current-error):
24121 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24122 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24123 * tooltip.el (comint-prompt-regexp):
24124 * w32-fns.el (explicit-shell-file-name):
24125 * term/mac-win.el (mac-charset-info-alist)
24126 (mac-services-selection, mac-system-script-code):
24127 * term/tty-colors.el (msdos-color-values):
24128 * term/w32-win.el (xlfd-regexp-registry-subnum):
24129 * term/x-win.el (x-keysym-table, x-selection-timeout)
24130 (x-session-id, x-session-previous-id):
24131 * textmodes/ispell.el (mail-yank-prefix):
24132 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24133 * textmodes/org.el (calc-embedded-close-formula)
24134 (calc-embedded-open-formula)
24135 (font-lock-unfontify-region-function):
24136 * textmodes/reftex-global.el (isearch-next-buffer-function)
24137 (TeX-master):
24138 * textmodes/reftex.el (font-lock-keywords):
24139 * textmodes/tex-mode.el (font-lock-comment-face)
24140 (font-lock-doc-face):
24141 * textmodes/texinfo.el (outline-heading-alist):
24142 Add defvars.
24143
24144 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24145 (artist-spray-chars, artist-mode-init, artist-replace-string)
24146 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24147 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24148 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24149
24150 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24151 (conf-align-assignments): "?\ " -> "?\s".
24152
24153 * textmodes/reftex-index.el (TeX-master): Add defvar.
24154 (reftex-index-phrases-marker): Move up defvar.
24155
24156 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24157 (reftex-toc-include-labels-indicator)
24158 (reftex-toc-include-index-indicator)
24159 (reftex-toc-max-level-indicator): Move up declarations.
24160
24161 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24162 of args to `tramp-run-real-handler', even if it's empty in this case.
24163
24164 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24165
24166 * dired.el (dired-move-to-filename-regexp): Add date format for
24167 Mac OS X 10.3 in East Asian locales.
24168
24169 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24170
24171 * files.el (make-auto-save-file-name): Add file name handler call
24172 if applicable.
24173
24174 * net/tramp.el (tramp-file-name-handler-alist)
24175 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24176 (tramp-handle-make-auto-save-file-name): Rename from
24177 `tramp-make-auto-save-file-name'.
24178 (tramp-exists-file-name-handler): New defun.
24179 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24180 `make-auto-save-file-name' is not a magic file name operation.
24181
24182 2005-08-30 Richard M. Stallman <rms@gnu.org>
24183
24184 * files.el (risky-local-variable-p):
24185 Match `-predicates' and `-commands.
24186
24187 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24188 (custom-save-all): Visit the file if necessary;
24189 kill the buffer if we created it.
24190 (custom-save-delete): Don't visit file or kill buffer here.
24191
24192 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24193
24194 * textmodes/org.el (org-special-keyword): New face.
24195 (org-table-copy-down, org-table-eval-formula)
24196 (org-table-recalculate, org-init-section-numbers):
24197 Use `string-to-number' instead of `string-to-int'.
24198 (org-get-location): Use `insert-buffer-substring' instead of
24199 `insert-buffer'.
24200 (org-modify-diary-entry-string): New function.
24201 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24202 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24203 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24204 active region.
24205 (org-export-as-html): Handle QUOTE keyword.
24206 (org-quote-string): New option.
24207 (org-bookmark-jump-unhide): New function, used for
24208 `bookmark-after-jump-hook'.
24209 (org-diary-default-entry): Apply only when not called through
24210 `org-agenda'.
24211
24212 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24213
24214 * net/eudc.el (mode-popup-menu):
24215 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24216 * progmodes/ada-mode.el (compile-auto-highlight)
24217 (skeleton-further-elements):
24218 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24219 * progmodes/cmacexp.el (msdos-shells):
24220 * progmodes/compile.el (font-lock-extra-managed-props)
24221 (font-lock-keywords, font-lock-maximum-size)
24222 (font-lock-support-mode):
24223 * progmodes/grep.el (font-lock-lines-before):
24224 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24225 * progmodes/mixal-mode.el (compile-command):
24226 * progmodes/perl-mode.el (font-lock-comment-face)
24227 (font-lock-doc-face, font-lock-string-face):
24228 * progmodes/prolog.el (comint-prompt-regexp):
24229 * progmodes/sh-script.el (font-lock-comment-face)
24230 (font-lock-set-defaults, font-lock-string-face):
24231 * progmodes/sql.el (font-lock-keyword-face)
24232 (font-lock-set-defaults, font-lock-string-face):
24233 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24234 (itimer-version, lazy-lock-defer-contextually)
24235 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24236 Add defvars.
24237
24238 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24239 (cperl-electric-keyword, cperl-electric-pod)
24240 (cperl-electric-backspace, cperl-forward-re)
24241 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24242 (vc-rcs-header, vc-sccs-header): Add defvars.
24243
24244 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24245 (font-lock-syntactic-keywords, gud-find-expr-function):
24246 Add defvars.
24247
24248 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24249 (gdb-frame-parameters): Declare before use.
24250
24251 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24252 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24253 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24254 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24255
24256 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24257 (idlwave-help-with-source): Use `insert-buffer-substring', not
24258 `insert-buffer'.
24259
24260 2005-08-29 Juri Linkov <juri@jurta.org>
24261
24262 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24263 Put outline-back-to-heading function call inside save-excursion.
24264
24265 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24266
24267 * man.el (Man-init-defvars, Man-translate-references)
24268 (Man-support-local-filenames, Man-highlight-references):
24269 * progmodes/sql.el (sql-interactive-mode):
24270 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24271
24272 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24273 (compilation-mode-font-lock-keywords): Add defvars.
24274 (checkdoc-interactive-loop): "?\ " -> "?\s".
24275
24276 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24277 (font-lock-doc-face, font-lock-string-face)
24278 (font-lock-keywords-case-fold-search): Add defvars.
24279 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24280
24281 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24282 Don't pass X and Y (they are ignored anyway).
24283 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24284 (mouse-delete-window): Make arguments optional.
24285
24286 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24287 (caesar-translate-table, minor-modes, news-buffer-save)
24288 (news-group-name, news-minor-modes): Add defvars.
24289
24290 * emacs-lisp/lselect.el (mouse-highlight-priority)
24291 (x-lost-selection-functions, zmacs-regions):
24292 * emacs-lisp/pp.el (font-lock-verbose):
24293 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24294 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24295 (ses-mode-map):
24296 * emacs-lisp/tcover-unsafep.el (safe-functions):
24297 * international/mule-cmds.el (mac-system-coding-system)
24298 (mac-system-locale):
24299 * language/ethio-util.el (rmail-current-message)
24300 (rmail-message-vector):
24301 * language/thai-util.el (thai-auto-composition-mode):
24302 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24303 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24304 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24305 (vm-primary-inbox, vm-spool-files):
24306 * mail/rmail.el (deleted-head, font-lock-fontified)
24307 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24308 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24309 (total-messages):
24310 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24311 (rmail-summary-mode-map):
24312 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24313 (rmail-last-label, rmail-last-multi-labels)
24314 (rmail-summary-vector, rmail-total-messages):
24315 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24316 * mail/rmailsum.el (msgnum):
24317 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24318 (rmail-current-message):
24319 * obsolete/fast-lock.el (font-lock-face-list):
24320 * obsolete/rnewspost.el (mail-reply-buffer):
24321 * obsolete/scribe.el (compile-command):
24322 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24323
24324 2005-08-28 John Paul Wallington <jpw@gnu.org>
24325
24326 * ibuf-ext.el (ibuffer-auto-update-changed):
24327 Use `frame-or-buffer-changed-p' to check whether we need to update.
24328 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24329 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24330 as a `frame-or-buffer-changed-p' state vector instead.
24331
24332 2005-08-27 Romain Francoise <romain@orebokech.com>
24333
24334 * textmodes/makeinfo.el (makeinfo-compile):
24335 Use `compilation-start'. Set `next-error-function' according to
24336 `disable-errors'.
24337 (makeinfo-next-error): New function.
24338 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24339 (makeinfo-buffer): Likewise.
24340
24341 * progmodes/compile.el (compilation-start): Add autoload cookie.
24342
24343 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24344 * textmodes/sgml-mode.el: Likewise.
24345 * progmodes/python.el: Likewise.
24346
24347 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24348
24349 * simple.el (blink-matching-paren-distance): Document the meaning
24350 of nil value, and allow to customize to nil.
24351
24352 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24353 command.com, not command.exe.
24354
24355 2005-08-26 John Wiegley <johnw@newartisans.com>
24356
24357 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24358 code around a bit so that an extraneous nil argument is not added
24359 to a command when no args are given.
24360
24361 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24362 double-quoted argument resolves to nil, return it as an empty
24363 string rather than as nil. This made it impossible to pass "" to
24364 a shell script as a null string argument.
24365
24366 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24367
24368 * outline.el (outline-invent-heading): New fun.
24369 (outline-promote, outline-demote): Use it.
24370 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24371 (outline-end-of-subtree): Remove unused var `opoint'.
24372
24373 2005-08-26 David Reitter <david.reitter@gmail.com>
24374
24375 * menu-bar.el (truncate-lines, write-file, print-buffer)
24376 (ps-print-buffer-faces, ps-print-buffer, split-window):
24377 Disable menu items when the frame they refer to is invisible, or when
24378 they refer to a buffer and the minibuffer is selected.
24379
24380 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24381
24382 * progmodes/flymake.el (flymake-highlight-err-lines):
24383 Use save-excursion around flymake-highlight-line to preserve point.
24384
24385 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24386
24387 * progmodes/octave-mod.el: Change Author and Maintainer address.
24388 (octave-maintainer-address): Change Kurt's email address.
24389 * progmodes/octave-inf.el: Change Author and Maintainer address.
24390 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24391
24392 2005-08-26 Kim F. Storm <storm@cua.dk>
24393
24394 * subr.el (version-list-<, version-list-<=, version-list-=):
24395 Rename from integer-list-*.
24396 (version-list-not-zero): Likewise. Fix while loop.
24397 (version=): Use version-list-= instead of string-equal.
24398
24399 2005-08-26 Richard M. Stallman <rms@gnu.org>
24400
24401 * outline.el (outline-promote): Try shortening the heading.
24402 As last resort, read the heading to use.
24403 (outline-demote): As last resort, read the heading to use.
24404
24405 2005-08-26 Romain Francoise <romain@orebokech.com>
24406
24407 * progmodes/compile.el (compilation-start): Doc fix.
24408
24409 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24410 (antlr-font-lock-additional-keywords): Fix reference to
24411 `antlr-font-lock-literal-regexp' erroneously changed during the
24412 mass face rename.
24413 (antlr-run-tool): Use `compilation-start'.
24414
24415 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24416 instead of the obsolete `compile-internal'.
24417
24418 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24419
24420 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24421 (number, original-date):
24422 * calendar/cal-china.el (date):
24423 * calendar/cal-coptic.el (date):
24424 * calendar/cal-french.el (date):
24425 * calendar/cal-hebrew.el (date, entry, number, original-date):
24426 * calendar/cal-islam.el (date, number, original-date):
24427 * calendar/cal-iso.el (date):
24428 * calendar/cal-julian.el (date):
24429 * calendar/cal-mayan.el (date):
24430 * calendar/cal-menu.el (date, event):
24431 * calendar/cal-persia.el (date):
24432 * calendar/lunar.el (date):
24433 * calendar/solar.el (date): Add defvars.
24434
24435 * emerge.el:
24436 * ibuffer.el:
24437 * info-xref.el:
24438 * obsolete/bg-mouse.el:
24439 * obsolete/sun-curs.el:
24440 * obsolete/swedish.el: Move the `defvar's to the top level.
24441
24442 * smerge-mode.el (smerge-refined-change): Add :group.
24443
24444 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24445
24446 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24447 (smerge-keep-n): Remove props.
24448 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24449 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24450 now that it's done in smerge-keep-n.
24451 (smerge-refined-change): New face.
24452 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24453 (smerge-refine): New funs.
24454 (smerge-basic-map): Bind smerge-refine.
24455
24456 2005-08-25 Juri Linkov <juri@jurta.org>
24457
24458 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24459 compilation-process-setup-function and compilation-disable-input
24460 in grep-mode instead of let-bindings in grep.
24461
24462 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24463 Delete "Automatic File De/compression" (auto-compression-mode).
24464
24465 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24466
24467 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24468 Silence warning about non-existent variable.
24469
24470 2005-08-25 Richard M. Stallman <rms@gnu.org>
24471
24472 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24473 Rename "Describe Key" to "Describe Key or Mouse Operation".
24474
24475 * mail/mailalias.el (build-mail-aliases): Delete comments
24476 from the contents before processing them.
24477
24478 * isearch.el (isearch-edit-string): Erase the Search prompt
24479 if user enters an empty string and there is no default.
24480
24481 * comint.el (comint-file-name-prefix): Add autoload.
24482
24483 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24484
24485 * subr.el (play-sound): Rearrange to avoid warning.
24486
24487 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24488
24489 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24490 New hook.
24491 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24492
24493 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24494
24495 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24496
24497 * custom.el (custom-theme-set-variables): Sort minor modes last.
24498
24499 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24500
24501 * subr.el (version-separator, version-regexp-alist): New vars used by
24502 version comparison funs.
24503 (integer-list-<, integer-list-=, integer-list-<=)
24504 (integer-list-not-zero): New funs for integer list comparison.
24505 (version-to-list, version=, version<, version<=): New funs for version
24506 comparison.
24507
24508 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24509
24510 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24511 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24512 time to silence the byte-compiler.
24513
24514 * ibuffer.el (ibuffer-compile-make-eliding-form)
24515 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24516 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24517 so it's silly to get warnings for it).
24518 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24519 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24520 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24521 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24522 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24523 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24524 Defvar at compile time.
24525 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24526 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24527 Declare them before use.
24528
24529 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24530 (info-xref-good, info-xref-bad): Defvar at compile time.
24531
24532 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24533 Use `let*' instead of `let'.
24534
24535 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24536 (*mouse-y*, menu, char): Defvar at compile time.
24537 (sc::menu): Declare it before use.
24538 (sc::pack-one-line): Use `let', not `let*'.
24539
24540 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24541 (mail-send-hook): Defvar at compile time.
24542
24543 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24544 Defvar at compile time.
24545
24546 * term/sun-mouse.el (current-global-mousemap)
24547 (current-local-mousemap): Declare them before use.
24548
24549 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24550
24551 * bookmark.el (bookmark-after-jump-hook): New hook.
24552 (bookmark-jump): Run `bookmark-after-jump-hook'.
24553
24554 2005-08-23 Juri Linkov <juri@jurta.org>
24555
24556 * faces.el (minibuffer-prompt): Doc fix.
24557
24558 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24559
24560 * progmodes/xscheme.el: Trivial changes to silence warnings.
24561 (xscheme-previous-mode, xscheme-previous-process-state):
24562 Add defvars.
24563 (xscheme-last-input-end, xscheme-process-command-line)
24564 (xscheme-process-name, xscheme-buffer-name)
24565 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24566 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24567 (xscheme-control-g-synchronization-p)
24568 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24569 (default-xscheme-runlight, xscheme-runlight)
24570 (xscheme-runlight-string, xscheme-process-filter-state)
24571 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24572 Move to beginning of file.
24573 (scheme-interaction-mode-commands-alist)
24574 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24575 Declare them before use. Note: the initialization code for the
24576 variables has not been moved because it uses functions that reference
24577 the variables.
24578 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24579 (xscheme-prompt-for-expression-map): Declare them before use.
24580 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24581
24582 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24583
24584 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24585
24586 2005-08-22 Juri Linkov <juri@jurta.org>
24587
24588 * faces.el (set-face-underline): Delete this duplicate function
24589 and make an obsolete alias to set-face-underline-p.
24590 (set-face-underline-p): Use docstring of set-face-underline.
24591 (describe-face): Create hyperlink to parent face.
24592
24593 * info.el (Info-insert-dir): Use save-excursion around
24594 insert-buffer-substring.
24595 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24596 (Info-escape-percent): Delete function.
24597 (Info-fontify-node): Replace Info-escape-percent by
24598 replace-regexp-in-string with REP arg set to lambda that
24599 duplicates `%' and preserves text properties.
24600
24601 * progmodes/compile.el (compilation-disable-input): Doc fix.
24602 (define-compilation-mode): Doc fix and refill.
24603 (kill-compilation): Use `mode-name' in the error message.
24604 (compilation-find-file): Use `compilation-error' in the
24605 read-file-name's prompt.
24606
24607 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24608
24609 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24610 (smerge-auto-leave): Make undo re-enable the mode.
24611 (debug-ignored-errors): Add the user-error of impossible resolution.
24612 (smerge-resolve): Move things around a bit, in preparation for later.
24613 (smerge-diff): Don't fail if the buffer has no associated file.
24614 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24615 (smerge-conflict-overlay): New function.
24616 (smerge-match-conflict): Don't add text properties here.
24617 (smerge-find-conflict): Instead, add an overlay here.
24618 Also check for the case where we're inside a conflict already, so as to
24619 obviate the need for font-lock-multiline, which is unbearably slow with
24620 large conflicts and ciomplex font-lock patterns.
24621 (smerge-remove-props): Remove overlay rather than text-properties.
24622 (smerge-mode): Don't set font-lock-multiline.
24623 Remove overlays when turned off.
24624
24625 2005-08-21 Kim F. Storm <storm@cua.dk>
24626
24627 * ido.el (ido-ignore-item-p): Use save-match-data.
24628 Bind case-fold-search to ido-case-fold locally.
24629
24630 2005-08-20 Richard M. Stallman <rms@gnu.org>
24631
24632 * files.el (normal-mode): If font lock is on, turn it off and on.
24633
24634 * subr.el (replace-regexp-in-string): Doc fix.
24635
24636 * startup.el (command-line-1): Don't suppress startup screen
24637 due to existing processes.
24638
24639 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24640
24641 * progmodes/compile.el (compilation-disable-input): Default to nil.
24642
24643 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24644
24645 * progmodes/compile.el (compilation-disable-input): New defcustom.
24646 (compilation-start): If compilation-disable-input is non-nil, send
24647 EOF to the compilation process.
24648
24649 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24650
24651 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24652 Run the argument of tex-shell-cd-command through
24653 convert-standard-filename, to get the correct style of slashes on
24654 Windows, and enclose the result in quotes, in case the file name
24655 includes whitespace or other special characters.
24656
24657 2005-08-19 Andreas Schwab <schwab@suse.de>
24658
24659 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24660 process.
24661
24662 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24663
24664 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24665
24666 2005-08-18 Kim F. Storm <storm@cua.dk>
24667
24668 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24669
24670 2005-08-18 Richard M. Stallman <rms@gnu.org>
24671
24672 * scroll-lock.el: New file.
24673
24674 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24675
24676 * dired.el (dired-move-to-end-of-filename):
24677 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24678
24679 2005-08-18 Kim F. Storm <storm@cua.dk>
24680
24681 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24682 rather than toggle mode when custom value is nil.
24683 (ido-everywhere): Fix defun doc string.
24684
24685 2005-08-17 Richard M. Stallman <rms@gnu.org>
24686
24687 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24688 as tag instead of "Inviolable".
24689
24690 2005-08-17 Kim F. Storm <storm@cua.dk>
24691
24692 * windmove.el (windmove-coordinates-of-position): Remove.
24693 (windmove-coordinates-of-window-position): Remove.
24694 (windmove-reference-loc): Use posn-at-point instead.
24695
24696 * subr.el (insert-for-yank-1): Doc fix.
24697
24698 * ido.el (ido-enter-matching-directory): Rename from
24699 ido-enter-single-matching-directory. Change `slash' choice to
24700 `only'. Add `first' choice.
24701 (ido-exhibit): Adapt to above changes.
24702
24703 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24704
24705 * Makefile.in: Expand comment about building loaddefs.el.
24706
24707 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24708
24709 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24710 Comment use of defadvice.
24711
24712 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24713
24714 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24715
24716 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24717 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24718 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24719 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24720 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24721 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24722 for backward compatibility for faces that did not appear in the
24723 previous Emacs release.
24724
24725 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24726
24727 2005-08-15 Kim F. Storm <storm@cua.dk>
24728
24729 * emulation/cua-base.el (cua-delete-region): Return t if
24730 deleted region was non-empty.
24731 (cua-replace-region): Inhibit overwrite-mode for
24732 self-insert-command if replaced region was non-empty.
24733 (cua--explicit-region-start, cua--status-string): Make them
24734 buffer-local at top-level...
24735 (cua-mode): ...rather than when mode is enabled.
24736
24737 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24738
24739 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24740 Set t for Emacs 21, 22, and so on.
24741
24742 2005-08-15 David Ponce <david@dponce.com>
24743
24744 * tree-widget.el: Update Commentary header.
24745 (tree-widget-theme): Doc fix.
24746 (tree-widget-space-width): New option.
24747 (tree-widget-image-properties): Look up in the default theme too.
24748 (tree-widget--cursors): Only for images with arrow pointer shape.
24749 (tree-widget-lookup-image): Pointer shape is hand by default.
24750 (tree-widget-icon): Rename generic icon widget from
24751 `tree-widget-control'.
24752 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24753 derive from `tree-widget-icon'.
24754 (tree-widget-handle): Improve default look and feel of the text
24755 representation.
24756 (tree-widget): Rename :*-control properties to :*-icon properties.
24757 Add :action and :help-echo properties.
24758 (tree-widget-after-toggle-functions): Move.
24759 (tree-widget-close-node, tree-widget-open-node): Remove.
24760 (tree-widget-before-create-icon-functions): New hook.
24761 (tree-widget-value-create): Update to allow customization of icons
24762 and nodes at run-time via that new hook.
24763 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24764 (tree-widget-icon-action, tree-widget-icon-help-echo)
24765 (tree-widget-action, tree-widget-help-echo): New functions.
24766
24767 2005-08-15 Kim F. Storm <storm@cua.dk>
24768
24769 * ido.el (ido-buffer-internal): Use with-no-warnings.
24770 (ido-make-merged-file-list): Use while-no-input.
24771
24772 2005-08-15 Richard M. Stallman <rms@gnu.org>
24773
24774 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24775 (flyspell-large-region): Fix doc and custom type.
24776
24777 2005-08-14 Richard M. Stallman <rms@gnu.org>
24778
24779 * files.el (interpreter-mode-alist): Doc fix.
24780
24781 * mail/rmail.el (rmail-nonignored-headers): New variable.
24782 (rmail-clear-headers): Use it.
24783 (rmail-reply): Better handling of mail-followup-to header.
24784
24785 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24786 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24787 don't try to refer to executable-font-lock-keywords.
24788 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24789 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24790 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24791 (sh-mode): Set comment-start-skip, local-abbrev-table,
24792 imenu-case-fold-search.
24793 (sh-set-shell): Don't set them here.
24794 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24795 Don't cache the results in the original alist; don't ever modify
24796 that alist.
24797
24798 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24799
24800 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24801 empty.
24802
24803 2005-08-15 Andreas Schwab <schwab@suse.de>
24804
24805 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24806
24807 * dired.el, info.el, mail/rmail.el: Revert last change.
24808
24809 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24810
24811 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24812 modification in `eval-after-load' form.
24813 * info.el: Likewise.
24814 * mail/rmail.el: Likewise.
24815
24816 2005-08-14 Juri Linkov <juri@jurta.org>
24817
24818 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24819 Remove highlighting of "Compilation started". Highlight only
24820 the word "finished" in "Compilation finished". Add highlighting
24821 of "interrupt", "killed", "terminated" and the exit code.
24822 (compilation-start): Add newline after header. Use exactly the
24823 same time stamp format as the finishing message.
24824 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24825
24826 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24827 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24828 Add highlighting of "interrupt", "killed", "terminated".
24829
24830 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24831 enabled and the current command is self-insert-command, call it
24832 explicitly with overwrite-mode bound to nil, to not allow it
24833 to delete the character after the selected region.
24834
24835 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24836
24837 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24838 move-end-of-line, end-of-line, and beginning-of-line to the list
24839 of commands after which the echo area is updated.
24840
24841 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24842
24843 * cus-edit.el (custom-save-all, custom-save-delete):
24844 Bind recentf-exclude to exclude custom-file.
24845
24846 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24847
24848 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24849 to go to the bottom of the mail message. Added to
24850 `rmail-summary-mode-map' with key "/".
24851 (rmail-summary-show-message): New (internal) function for use by
24852 both `rmail-summary-beginning/end-of-message'.
24853 (rmail-summary-beginning-of-message): Change to use
24854 rmail-summary-show-message.
24855
24856 * mail/rmail.el (rmail-end-of-message): New command to go to the
24857 end of the current message. Added to `rmail-mode-map' with key "/".
24858 (rmail-beginning-of-message): Fix to work as documented.
24859 (rmail-mode): Change documentation.
24860
24861 * progmodes/compile.el (compilation-start): Add the line
24862 "Compilation started" with compilation start time.
24863 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24864
24865 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24866
24867 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24868 of menu items.
24869
24870 2005-08-11 Richard M. Stallman <rms@gnu.org>
24871
24872 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24873
24874 * battery.el (battery-status-function): Don't use ignore-errors.
24875
24876 2005-08-11 Lute Kamstra <lute@gnu.org>
24877
24878 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24879 define-obsolete-variable-alias.
24880
24881 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24882
24883 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24884 (ange-ftp-send-cmd): Revert last change, and expand
24885 the comment explaining the problem.
24886
24887 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24888
24889 * ldefs-boot.el: Update.
24890
24891 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24892 item to "Time, Load and Mail". Change help echo text.
24893
24894 * time.el (display-time-use-mail-icon, display-time-format)
24895 (display-time-string-forms): Shorten first line of docstrings.
24896
24897 2005-08-10 Lars Hansen <larsh@soem.dk>
24898
24899 * desktop.el (desktop-buffer-mode-handlers):
24900 Make non-customizable. Add autoload cookie. Change initial value to
24901 nil; add elements in respective modules instead. Fix doc string.
24902 (desktop-load-file): New function.
24903 (desktop-minor-mode-handlers): New autoloaded variable.
24904 (desktop-create-buffer): Call minor mode handlers.
24905 Use desktop-load-file to load major and minor mode modules prior to
24906 checking for a handler.
24907 (desktop-save): Don't add nil to desktop-minor-modes for minor
24908 modes with nil function in desktop-minor-mode-table. Don't delete
24909 desktop file before rewriting it.
24910 (desktop-locals-to-save): Add autoload cookie. Don't make
24911 automatically buffer-local. Add variables column-number-mode,
24912 size-indication-mode, indent-tabs-mode,
24913 indicate-buffer-boundaries, indicate-empty-lines and
24914 show-trailing-whitespace.
24915 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24916 regexps. Don't use desktop-clear-preserve-buffers-regexp.
24917 (desktop-clear-preserve-buffers-regexp): Delete.
24918 (desktop-clear-preserve-buffers): Update initial value and docstring.
24919 (desktop-save-buffer): Fix doc string.
24920
24921 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24922 (hilit-chg-desktop-restore): New function.
24923 (highlight-changes-mode): Add highlight-changes-mode to
24924 desktop-locals-to-save.
24925
24926 * dired.el: Add handler to desktop-buffer-mode-handlers.
24927 (dired-restore-desktop-buffer): Remove autoload cookie.
24928 (dired-mode): Add autoload cookie.
24929
24930 * info.el: Add handler to desktop-buffer-mode-handlers.
24931 (Info-restore-desktop-buffer): Remove autoload cookie.
24932 (Info-mode): Add autoload cookie.
24933
24934 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24935 (mh-restore-desktop-buffer): Remove autoload cookie.
24936 (mh-folder-mode): Add autoload cookie.
24937
24938 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24939 (rmail-restore-desktop-buffer): Remove autoload cookie.
24940
24941 2005-08-11 Masatake YAMATO <jet@gyve.org>
24942
24943 * hexl.el (hexl-address-region):
24944 (hexl-ascii-region, hexl-font-lock-keywords):
24945 (hexl-highlight-line-range): Use the term "region"
24946 instead of "area" for consistency with the other symbols
24947 defined in hexl.el.
24948
24949 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
24950
24951 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24952 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24953 out by Juri Linkov). Add `display-battery-mode'.
24954
24955 2005-08-09 Juri Linkov <juri@jurta.org>
24956
24957 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24958 Remove `-text' from face variable names.
24959 (compilation-error-file-name, compilation-warning-file-name)
24960 (compilation-info-file-name): Delete faces.
24961 (compilation-line-number, compilation-column-number):
24962 Remove face underlining.
24963 (compilation-message-face): Set to `underline' value by default.
24964 (compilation-error-face, compilation-warning-face)
24965 (compilation-info-face): Remove `-file-name' from face names.
24966 (compilation-error-text-face, compilation-warning-text-face)
24967 (compilation-info-text-face): Delete face variables.
24968 (compilation-text-face): Delete function.
24969
24970 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24971 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24972 (grep-error-face): Set to `compilation-error' instead of
24973 `compilation-error-face' (which is redefined to `grep-hit-face' in
24974 grep buffers).
24975 (grep-mode-font-lock-keywords): Remove `-text' from face variable
24976 names. Use `grep-error-face' instead of `compilation-error-text-face'.
24977
24978 * dired-aux.el (dired-do-query-replace-regexp):
24979 Use `query-replace-read-args'.
24980
24981 * replace.el (query-replace-read-from, query-replace-read-to)
24982 (query-replace-read-args): Rename arg `string' to `prompt'.
24983
24984 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24985
24986 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
24987
24988 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24989 uploading files.
24990 (ange-ftp-canonize-filename): Handle file names beginning with ~
24991 correctly.
24992
24993 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24994
24995 * textmodes/fill.el (canonically-space-region)
24996 (fill-context-prefix, fill-french-nobreak-p)
24997 (fill-delete-newlines, fill-comment-paragraph)
24998 (justify-current-line): "?\ " -> "?\s".
24999
25000 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25001
25002 * textmodes/fill.el (fill-nonuniform-paragraphs):
25003 Improve argument/docstring consistency.
25004
25005 2005-08-09 Richard M. Stallman <rms@gnu.org>
25006
25007 * textmodes/ispell.el (ispell-word): More fboundp checks.
25008
25009 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25010 (find-file-noselect-1): Call it here, only if RAWFILE.
25011 (normal-mode): Always set some major mode.
25012 (save-some-buffers-action-alist): Change some explanation strings.
25013 (file-name-non-special): In the `quote' method, use unwind-protect.
25014
25015 2005-08-09 Magnus Henoch <mange@freemail.hu>
25016
25017 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25018 (ispell-have-aspell-dictionaries): New variable.
25019 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25020 (ispell-get-aspell-config-value): New function.
25021 (ispell-aspell-find-dictionary): New function.
25022 (ispell-aspell-add-aliases): New function.
25023 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25024 appropriate. Don't look for ispell dictionaries if we use aspell.
25025 (ispell-menu-map): Don't build a submenu of dictionaries.
25026
25027 2005-08-09 Richard M. Stallman <rms@gnu.org>
25028
25029 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25030 (sql-read-passwd): Use read-passwd.
25031
25032 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25033 (idlwave-toolbar-is-possible): Add defvars.
25034
25035 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25036 Avoid warnings.
25037
25038 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25039 (idlwave-system-class-info, idlwave-executive-commands-alist):
25040 Use defvar.
25041
25042 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25043
25044 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25045 Avoid warnings.
25046
25047 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25048 and content-type: headers.
25049
25050 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25051
25052 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25053 and rename some of them to be more self-explanatory.
25054
25055 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25056
25057 * startup.el (command-line-1): Implement -scriptload.
25058
25059 * replace.el (occur-engine): Initial *Occur* output not undoable.
25060
25061 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25062 and improve help strings.
25063
25064 * isearch.el (isearch-repeat): When changing direction,
25065 mark search successful.
25066
25067 * ediff-init.el: Use (featurep 'xemacs).
25068
25069 * comint.el (send-invisible): Identify buffer, if not selected.
25070
25071 * align.el: Delete autoload for c-guess-basic-syntax.
25072
25073 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25074
25075 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25076 Improve argument/docstring consistency. Doc fixes.
25077 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25078 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25079 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25080 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25081 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25082 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25083 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25084 Defvar at compile time.
25085
25086 2005-08-09 Juri Linkov <juri@jurta.org>
25087
25088 * info.el: Replace `info' with upper-case `Info' where appropriate.
25089 (info-title-1, info-title-2, info-title-3, info-title-4)
25090 (info-menu-header): Move up face definitions.
25091 (info-menu-star): Rename from `info-menu-5'.
25092 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25093 (Info-fontify-visited-nodes): Fix docstring.
25094 (Info-hide-note-references): Fix docstring.
25095 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25096 menu items in the same way as on cross-references.
25097 (info-apropos): Fix sorting order and formatting to be like in the
25098 stand-alone Info browser. Display error messages for 1 sec.
25099 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25100 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25101 from the menu bar.
25102 (Info-insert-dir): Restore point after calling
25103 `insert-buffer-substring'.
25104
25105 2005-08-08 Richard M. Stallman <rms@gnu.org>
25106
25107 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25108 (recompute-lucid-menubar): Add defvars.
25109
25110 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25111
25112 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25113
25114 * net/net-utils.el (run-dig): Rename from `dig'.
25115
25116 * play/gametree.el (gametree-mode): Use make-local-variable,
25117 not make-variable-buffer-local.
25118
25119 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25120
25121 * ansi-color.el (ansi-color-make-extent)
25122 (ansi-color-set-extent-face): Use fboundp, not functionp.
25123
25124 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25125 not make-variable-buffer-local.
25126
25127 * bookmark.el (Info-current-file): Add defvar.
25128 (bookmark-jump-noselect): Use with-no-warnings.
25129
25130 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25131
25132 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25133
25134 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25135
25136 * find-file.el (ada-procedure-start-regexp)
25137 (ada-package-start-regexp): Add defvars.
25138
25139 * info.el (Info-insert-dir): Use insert-buffer-substring.
25140
25141 * xml.el (xml-att-def-re): Add defvar.
25142
25143 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25144 calling convention.
25145
25146 * subr.el (while-no-input): Return t if there is input.
25147
25148 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25149
25150 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25151
25152 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25153
25154 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25155 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25156
25157 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25158
25159 * cmuscheme.el (scheme-start-file): Replace reference to
25160 `user-emacs-directory' by "~/.emacs.d/".
25161
25162 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25163
25164 * info.el (Info-dir-remove-duplicates): Avoid case folding
25165 in loop; instead, keep downcased strings for comparison.
25166 Suggested by Helmut Eller.
25167
25168 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25169
25170 Sync with Tramp 2.0.50.
25171
25172 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25173 XEmacs case; not necessary anymore.
25174 (tramp-user-regexp): Allow "@" as part of user name.
25175 (tramp-handle-set-visited-file-modtime)
25176 (tramp-handle-insert-file-contents)
25177 (tramp-handle-write-region): No special handling for
25178 `last-coding-system-used, because this is done in
25179 `tramp-accept-process-output' now.
25180 (tramp-accept-process-output): New defun.
25181 (tramp-process-one-action, tramp-process-one-multi-action)
25182 (tramp-wait-for-regexp, tramp-wait-for-output)
25183 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25184 Howells <dhowells@redhat.com>.
25185 (clear-visited-file-modtime): Defadvice removed. The check for
25186 unset buffer's modtime does not need to be based on
25187 `tramp-buffer-file-attributes'. Suggested by RMS.
25188 (tramp-message): Insert "\n" if not being at beginning of line.
25189 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25190 sequence with same logic.
25191 (tramp-completion-handle-expand-file-name): Discard call of
25192 `tramp-drop-volume-letter'. It is not necessary, and there have
25193 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25194 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25195 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25196 should always be visible.
25197 (tramp-handle-insert-directory, tramp-setup-complete)
25198 (tramp-set-process-query-on-exit-flag)
25199 (tramp-append-tramp-buffers): Pacify byte-compiler.
25200 (tramp-bug): Delete non-existing variables from list.
25201 Apply `tramp-load-report-modules' as pre-hook.
25202 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25203 `shell-prompt-pattern' because of non-7bit characters.
25204 Reported by Sebastian Luque <sluque@mun.ca>.
25205 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25206 (tramp-match-string-list): Remove function.
25207 (tramp-wait-for-regexp): Remove call of that function.
25208 Suggested by Kim F. Storm <storm@cua.dk>.
25209 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25210 instead of octal character code ?\600. The latter resulted in a
25211 syntax error with XEmacs.
25212
25213 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25214 XEmacs case; not necessary anymore.
25215 (tramp-smb-handle-write-region): No special handling for
25216 `last-coding-system-used, because this is done in
25217 `tramp-accept-process-output' now.
25218 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25219
25220 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25221
25222 * wid-edit.el (widget-choice-value-create):
25223 Unconditionally respect user choice. Set :explicit-choice back to nil
25224 when no longer needed.
25225 (widget-choice-action): Unconditionally respect user choice.
25226 Eliminate :explicit-choice-value.
25227
25228 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25229
25230 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25231 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25232 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25233 running new function `toggle-indicate-empty-lines'.
25234 Rename "Customize" item to "Customize fringe".
25235 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25236 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25237 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25238 Delete "Empty lines only" item.
25239 (menu-bar-showhide-fringe-ind-customize): New function.
25240 (menu-bar-showhide-fringe-ind-mixed)
25241 (menu-bar-showhide-fringe-ind-box)
25242 (menu-bar-showhide-fringe-ind-right)
25243 (menu-bar-showhide-fringe-ind-left)
25244 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25245 instead of `fringe-indicators'.
25246
25247 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25248
25249 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25250 Change the date of last update.
25251
25252 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25253
25254 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25255 (viper-exec-yank, viper-put-back): Don't display modification msg
25256 if in the minibuffer.
25257
25258 * viper-init.el (viper-replace-overlay-cursor-color)
25259 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25260 Make variables frame local.
25261
25262 * viper-util.el (viper-append-filter-alist): Use append instead of
25263 nconc.
25264
25265 * viper.el (viper-vi-state-mode-list)
25266 (viper-emacs-state-mode-list): Move help-mode and
25267 completion-list-mode from the first list to the second.
25268 (viper-mode): Docstring.
25269 (viper-go-away, viper-non-hook-settings): Don't localize
25270 minor-mode-alist in newer Emacsen. Add advice to
25271 set-cursor-color. Don't bind "\C-c\\".
25272
25273 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25274
25275 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25276 (scheme-macro-expand-command): New user options.
25277 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25278 (scheme-form-at-point, scheme-start-file)
25279 (scheme-interactively-start-process): New functions.
25280 (scheme-get-process): New function, extracted from `scheme-proc'.
25281 (run-scheme): Call `scheme-start-file' to get start file, and pass
25282 it to `make-comint'.
25283 (switch-to-scheme, scheme-proc):
25284 Call `scheme-interactively-start-process' if no Scheme buffer/process
25285 is available.
25286
25287 2005-08-06 Juri Linkov <juri@jurta.org>
25288
25289 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25290 Use `compilation-text-face', `compilation-info-text-face' and
25291 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25292 (compilation-error): New face.
25293 (compilation-error-file-name): Inherit from
25294 `compilation-error' instead of `font-lock-warning-face'.
25295 (compilation-warning-file-name): Inherit from
25296 `compilation-warning' instead of `font-lock-warning-face'.
25297 (compilation-info, compilation-error-file-name)
25298 (compilation-warning-file-name, compilation-info-file-name)
25299 (compilation-line-number, compilation-column-number): Doc fix.
25300 (compilation-error-text-face, compilation-warning-text-face)
25301 (compilation-info-text-face): New face variables.
25302 (compilation-line-face, compilation-column-face)
25303 (compilation-enter-directory-face)
25304 (compilation-leave-directory-face): Doc fix.
25305 (compilation-text-face): New function.
25306
25307 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25308 instead of 1 to display binary file names as info file links.
25309 (grep-error-face): Use `compilation-error-face' instead of
25310 `font-lock-keyword-face'.
25311 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25312 and `compilation-warning-text-face' instead of
25313 `font-lock-keyword-face'. Use `compilation-error-text-face'
25314 instead of `grep-error-face'.
25315
25316 2005-08-05 Kenichi Handa <handa@m17n.org>
25317
25318 * international/code-pages.el: Add autoload cookies for all coding
25319 systems.
25320
25321 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25322
25323 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25324
25325 2005-08-04 Juri Linkov <juri@jurta.org>
25326
25327 * progmodes/compile.el (compilation-mode-map):
25328 * progmodes/grep.el (grep-mode-map):
25329 Bind TAB to `compilation-next-error' and [backtab] to
25330 `compilation-previous-error'.
25331
25332 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25333 matching line numbers, column numbers and their ranges with regexp
25334 matching only line numbers.
25335 (grep-context-face): New face variable.
25336 (grep-mode-font-lock-keywords): Use it.
25337
25338 * faces.el (read-face-name): Delete duplicate faces.
25339
25340 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25341
25342 * thumbs.el (thumbs-find-image): Don't make variables
25343 automatically buffer local.
25344 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25345 (thumbs-image-num): Make automatically buffer local.
25346 (thumbs-show-thumbs-list): Use `make-local-variable', not
25347 `make-variable-buffer-local'.
25348 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25349
25350 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25351 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25352 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25353 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25354 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25355 (feelings-about, foullst, found, hello, history, howareyoulst)
25356 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25357 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25358 (neglst, obj, object, owner, please, problems, qlist)
25359 (random-adjective, relation, remlst, repetitive-shortness)
25360 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25361 (shortlst, something, sportslst, stallmanlst, states, subj)
25362 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25363 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25364 Defvar at compile time.
25365
25366 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25367 not `make-variable-buffer-local'.
25368
25369 2005-08-02 Kim F. Storm <storm@cua.dk>
25370
25371 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25372 rectangle overlay in selected window.
25373
25374 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25375
25376 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25377 instead of display group. Make `indicate-buffer-boundaries'
25378 customizable through Custom.
25379
25380 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25381
25382 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25383 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25384 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25385 (gdb-put-string): Fix typos in docstrings.
25386
25387 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25388
25389 Update copyright notices of files in progmodes directory for
25390 release of Emacs 22.1.
25391
25392 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25393
25394 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25395 Don't barf if the GUD buffer has been killed.
25396
25397 2005-08-01 Kim F. Storm <storm@cua.dk>
25398
25399 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25400
25401 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25402
25403 * simple.el (next-error-follow-minor-mode):
25404 make-variable-buffer-local -> make-local-variable.
25405
25406 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25407
25408 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25409 (byte-compile-form-make-variable-buffer-local): New functions to warn
25410 about misuses of make-variable-buffer-local where make-local-variable
25411 was meant.
25412
25413 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25414
25415 * bs.el (bs-attributes-list): Doc fix.
25416 (bs): Update url-link.
25417
25418 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25419 (desktop-load-default): Simplify.
25420
25421 * ibuffer.el (ibuffer-columnize-and-insert-list)
25422 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25423 (ibuffer-unmark-all, ibuffer-toggle-marks)
25424 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25425 (ibuffer-compile-make-format-form, ibuffer-format-column)
25426 (ibuffer-current-buffers-with-marks)
25427 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25428 (ibuffer): Doc fix.
25429 (ibuffer-mode): Fix typo in docstring.
25430 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25431 with `define-obsolete-variable-alias'.
25432 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25433
25434 2005-07-29 Kenichi Handa <handa@m17n.org>
25435
25436 * international/mule-cmds.el (select-message-coding-system):
25437 Be sure to use LF for end-of-line. If no coding system is decided,
25438 return iso-8859-1-unix.
25439
25440 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25441
25442 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25443 (ange-ftp-pending-error-line): New vars.
25444 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25445 to handle the non-fatal no-route-to-host messages.
25446 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25447
25448 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25449
25450 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25451 (isearch-quote-char, isearch-printing-char)
25452 (isearch-text-char-description): "?\ " -> "?\s".
25453 (isearch-lazy-highlight-cleanup)
25454 (isearch-lazy-highlight-initial-delay)
25455 (isearch-lazy-highlight-interval)
25456 (isearch-lazy-highlight-max-at-a-time)
25457 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25458 Declare with define-obsolete-*-alias macros.
25459 (isearch-forward): Fix typo in docstring.
25460 (search-invisible, search-ring-yank-pointer)
25461 (regexp-search-ring-yank-pointer): Doc fixes.
25462
25463 * recentf.el (recentf-menu-append-commands-p): Declare with
25464 `define-obsolete-variable-alias'.
25465 (recentf-max-saved-items, recentf-menu-filter)
25466 (recentf-arrange-by-rule-subfilter): Doc fixes.
25467 (recentf-menu-append-commands-flag)
25468 (recentf-initialize-file-name-history, recentf-expand-file-name)
25469 (recentf-clear-data): Fix typos in docstrings.
25470
25471 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25472
25473 * progmodes/gdb-ui.el: Smarten comments.
25474 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25475
25476 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25477
25478 * term/apollo.el (terminal-init-apollo): New function containing
25479 all former top level forms in the file.
25480 * term/bobcat.el (terminal-init-bobcat):
25481 * term/cygwin.el (terminal-init-cygwin):
25482 * term/iris-ansi.el (terminal-init-iris-ansi):
25483 * term/linux.el (terminal-init-linux):
25484 * term/news.el (terminal-init-news):
25485 * term/rxvt.el (terminal-init-rxvt):
25486 * term/sun.el (terminal-init-sun):
25487 * term/tvi970.el (terminal-init-tvi970):
25488 * term/vt100.el (terminal-init-vt100):
25489 * term/vt102.el (terminal-init-vt102):
25490 * term/vt125.el (terminal-init-vt125):
25491 * term/vt200.el (terminal-init-vt200):
25492 * term/vt201.el (terminal-init-vt201):
25493 * term/vt220.el (terminal-init-vt220):
25494 * term/vt240.el (terminal-init-vt240):
25495 * term/vt300.el (terminal-init-vt300):
25496 * term/vt320.el (terminal-init-vt320):
25497 * term/vt400.el (terminal-init-vt400):
25498 * term/vt420.el (terminal-init-vt420):
25499 * term/wyse50.el (terminal-init-wyse50):
25500 * term/xterm.el (terminal-init-xterm): Likewise.
25501
25502 * term/README: Describe the terminal-init-* functionality.
25503
25504 * startup.el (command-line): After loading the terminal initialization
25505 file call the corresponding terminal initialization function.
25506
25507 2005-07-27 Kenichi Handa <handa@m17n.org>
25508
25509 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25510 negative.
25511
25512 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25513 (ps-mule-composition-prologue): Fix for the case that
25514 RelativeCompose is false.
25515
25516 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25517
25518 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25519
25520 * descr-text.el (describe-char): Handle the case where the list of
25521 chars is displayed in a separate frame.
25522 Be a bit more discriminating when looking for the char.
25523
25524 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25525
25526 * bookmark.el (bookmark-automatically-show-annotations)
25527 (bookmark-read-annotation-text-func): Doc fixes.
25528 (bookmark-save): Improve argument/docstring consistency.
25529 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25530 (bookmark-alist-from-buffer)
25531 (bookmark-upgrade-file-format-from-0)
25532 (bookmark-grok-file-format-version)
25533 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25534 (bookmark-read-annotation-mode)
25535 (bookmark-insert-current-bookmark, bookmark-jump)
25536 (bookmark-exit-hook): Fix typos in docstrings.
25537 (bookmark-exit-hooks): Define as obsolete alias.
25538 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25539 not `bookmark-exit-hooks'. Fix docstring.
25540 (bookmark-bmenu-select): "?\ " -> "?\s".
25541
25542 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25543
25544 * startup.el (command-line): Fix typo.
25545
25546 2005-07-24 Richard M. Stallman <rms@gnu.org>
25547
25548 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25549 not emacs-quick-startup.
25550
25551 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25552
25553 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25554 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25555 instead of `reb-with-current-window'.
25556 (reb-prev-match): Likewise. Also, don't move left if the search
25557 was unsuccessful.
25558 (reb-initialize-buffer): New function.
25559 (re-builder, reb-change-syntax): Use it.
25560
25561 * man.el (Man-goto-page): Make second argument NOERROR optional.
25562
25563 2005-07-23 Richard M. Stallman <rms@gnu.org>
25564
25565 * man.el (Man-bgproc-sentinel): Check here for failure to find
25566 any man page in the output, and report the error here.
25567 (Man-arguments): Make it permanent local.
25568 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25569 (Man-mode): Pass t for NOERROR.
25570
25571 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25572 (grep-mode-font-lock-keywords):
25573 Don't use compilation-...-face for messages that are not file names.
25574
25575 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25576 Don't use compilation-...-face for messages that are not file names.
25577
25578 2005-07-22 Juri Linkov <juri@jurta.org>
25579
25580 * startup.el (normal-splash-screen): Update menu name.
25581
25582 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25583
25584 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25585
25586 * term/xterm.el: Load term/rxvt if the terminal is actually an
25587 rxvt terminal.
25588 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25589
25590 * term/rxvt.el (function-key-map): Use substitute-key-definition
25591 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25592
25593 * term/cygwin.el: New file.
25594
25595 2005-07-22 Kim F. Storm <storm@cua.dk>
25596
25597 * image-file.el (insert-image-file, image-file-yank-handler):
25598 Fix last change to maintain a (unique) yank-handler on yanked images.
25599
25600 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25601
25602 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25603 of the file size (as in "177B" for 177 bytes). This happens with
25604 "ls -lh" on FreeBSD.
25605
25606 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25607
25608 * hilit-chg.el (highlight-changes-global-initial-state)
25609 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25610 (hilit-chg-fixup, highlight-changes-mode):
25611 Fix typos in docstrings.
25612 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25613 Doc fixes.
25614
25615 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25616
25617 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25618 mode function using `eval-after-load'.
25619
25620 2005-07-21 Kim F. Storm <storm@cua.dk>
25621
25622 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25623 included when reporting an Emacs crash, and tell about the DEBUG file.
25624
25625 * image-file.el (insert-image-file): Add yank-handler.
25626 (image-file-yank-handler): Yank handler to make unique copies of
25627 images when they are yanked into a buffer next to each other.
25628
25629 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25630
25631 * comint.el (comint-use-prompt-regexp, comint-send-input)
25632 (comint-source-default, comint-extract-string)
25633 (comint-get-source, comint-word, comint-completion)
25634 (comint-source, comint-prompt-read-only, comint-update-fence):
25635 Fix typos in docstrings.
25636 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25637 Declare with define-obsolete-*-alias macros.
25638 (comint-previous-matching-input-from-input)
25639 (comint-next-matching-input-from-input)
25640 (comint-previous-matching-input, comint-next-matching-input)
25641 (comint-forward-matching-input):
25642 Improve argument/docstring consistency.
25643
25644 * desktop.el (desktop-clear-preserve-buffers-regexp):
25645 Also preserve the *server* buffer.
25646
25647 * simple.el (clone-indirect-buffer): Doc fix.
25648 (fixup-whitespace, just-one-space)
25649 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25650 (next-error, next-error-highlight)
25651 (next-error-highlight-no-select, next-error-last-buffer)
25652 (next-error-buffer-p, next-error-find-buffer, next-error)
25653 (previous-error, next-error-no-select, previous-error-no-select)
25654 (open-line, split-line, minibuffer-prompt-width, kill-new)
25655 (binary-overwrite-mode): Fix typos in docstrings.
25656 (set-fill-column): Fix typo in message.
25657
25658 * skeleton.el (skeleton-proxy-new): Doc fix.
25659
25660 * strokes.el (strokes-load-hook): Doc fix.
25661 (strokes-grid-resolution, strokes-get-grid-position)
25662 (strokes-renormalize-to-grid, strokes-read-stroke)
25663 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25664 (strokes-global-map): Fix typos in docstrings.
25665 (strokes-help): Doc fix. Fix help message and pass it through
25666 `substitute-command-keys'.
25667
25668 * tempo.el (tempo-insert-prompt, tempo-interactive)
25669 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25670 (tempo-insert-string-functions, tempo-local-tags)
25671 (tempo-define-template, tempo-insert-template)
25672 (tempo-insert-prompt-compat, tempo-is-user-element)
25673 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25674 Fix typos in docstrings.
25675
25676 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25677 (vcursor-key-bindings, vcursor-use-vcursor-map)
25678 (vcursor-find-window, vcursor-scroll-down)
25679 (vcursor-disable, vcursor-beginning-of-buffer)
25680 (vcursor-end-of-buffer): Fix typos in docstrings.
25681 (vcursor-relative-move, vcursor-get-char-count):
25682 Improve argument/docstring consistency.
25683
25684 * version.el: "?\ " -> "?\s".
25685
25686 * wid-edit.el (widget-default-create, widget-after-change)
25687 (widget-default-format-handler, widget-checklist-add-item)
25688 (widget-radio-add-item, widget-choose, widget-specify-secret)
25689 (widget-field-value-create, widget-field-value-get)
25690 (widget-editable-list-format-handler)
25691 (widget-editable-list-entry-create, widget-group-value-create)
25692 (widget-documentation-link-add)
25693 (widget-documentation-string-value-create): "?\ " -> "?\s".
25694 (widget-convert-text): Doc fix.
25695 (widget-narrow-to-field, widget-field-find)
25696 (widget-url-link-action, widget-emacs-library-link-action)
25697 (widget-color-notify): Fix typos in docstrings.
25698
25699 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25700 (x-select-text, set-w32-system-coding-system)
25701 (w32-add-charset-info): Fix typos in docstrings.
25702
25703 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25704 (cua-enable-cua-keys, cua-use-hyper-key)
25705 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25706 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25707
25708 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25709
25710 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25711 `defalias' instead of faking it.
25712
25713 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25714 (eshell-ls-missing, eshell-ls-dired-initial-args)
25715 (eshell-ls-use-in-dired): Fix typos in docstrings.
25716
25717 2005-07-20 Kim F. Storm <storm@cua.dk>
25718
25719 * emulation/cua-base.el (cua-mode): Improve doc string.
25720
25721 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25722
25723 * abbrev.el (expand-region-abbrevs): Doc fix.
25724 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25725 Improve argument/docstring consistency.
25726
25727 * arc-mode.el (archive-get-descr, archive-alternate-display):
25728 Doc fixes.
25729 (archive-l-e): Improve argument/docstring consistency.
25730 (archive-tmpdir, archive-unixdate, archive-unixtime)
25731 (archive-chmod-entry): Fix typos in docstrings.
25732 (archive-unflag, archive-unflag-backwards)
25733 (archive-unmark-all-files): "?\ " -> "?\s".
25734
25735 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25736 (Buffer-menu-not-modified, Buffer-menu-execute)
25737 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25738 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25739
25740 * composite.el (compose-string, encode-composition-rule)
25741 (compose-last-chars): Fix typos in docstrings.
25742
25743 * desktop.el (desktop-enable, desktop-basefilename):
25744 Declare with `define-obsolete-variable-alias'.
25745 (desktop-internal-v2s): Don't quote keywords.
25746 (desktop-clear): "?\ " -> "?\s".
25747
25748 * dired.el (dired-align-file, dired-flag-backup-files)
25749 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25750 (dired-listing-switches, dired-ls-F-marks-symlinks)
25751 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25752 (dired-directory, dired-faces, dired, dired-revert)
25753 (dired-mode, dired-summary, dired-view-file)
25754 (dired-copy-filename-as-kill, dired-delete-file)
25755 (dired-no-confirm, dired-unmark-all-marks)
25756 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25757 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25758 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25759 Fix typos in message strings.
25760
25761 * dired-x.el (virtual-dired): Declare with `defalias'.
25762 (dired-mark-unmarked-files, dired-local-variables-file)
25763 (dired-omit-here-always): Doc fix.
25764 (dired-omit-mode, dired-find-subdir)
25765 (dired-enable-local-variables, dired-clean-up-buffers-too)
25766 (dired-extra-startup, dired-mark-extension, dired-jump)
25767 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25768 (dired-smart-shell-command, dired-guess-shell-alist-user)
25769 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25770 (dired-x-bind-find-file, dired-x-submit-report):
25771 Fix typos in docstrings.
25772 (dired-mark-unmarked-files): "?\ " -> "?\s".
25773
25774 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25775
25776 * faces.el (describe-face): "?\ " -> "?\s".
25777 (read-all-face-attributes, read-face-font, modify-face)
25778 (face-attr-construct, italic): Fix typos in docstrings.
25779 (frame-update-face-colors): Declare with
25780 `define-obsolete-function-alias'.
25781
25782 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25783 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25784 (magic-mode-alist, buffer-file-numbers-unique)
25785 (write-file-functions, get-free-disk-space):
25786 Fix typos in docstrings.
25787 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25788 (write-contents-hooks, write-file-hooks):
25789 Declare with `define-obsolete-variable-alias'.
25790
25791 * forms-d2.el (arch-rj): Fix typo in docstrings.
25792 (arch-tocol): Likewise. "?\ " -> "?\s".
25793
25794 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25795 Fix typo in docstring.
25796 (set-screen-width, set-screen-height): Delete redundant info in
25797 doctrings.
25798 (new-frame, screen-height, screen-width): Declare with
25799 `define-obsolete-function-alias'.
25800 (delete-frame-hook, blink-cursor): Declare with
25801 `define-obsolete-variable-alias'.
25802
25803 * paths.el (prune-directory-list): Fix typos in docstring.
25804
25805 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25806 (cvs-prefix-get): Fix typos in docstrings.
25807
25808 * ps-print.el (ps-extend-face-list, ps-extend-face)
25809 (ps-print-background-image): Fix typos in docstrings.
25810 (ps-default-fg, ps-default-bg): Doc fixes.
25811
25812 * s-region.el (s-region-bind): Doc fix.
25813 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25814
25815 * textmodes/org.el (org-table-formula-substitute-names)
25816 (org-table-get-vertical-vector): Doc fixes.
25817 (org-table-recalculate): Remove unused argument to `message'.
25818
25819 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25820
25821 * textmodes/org.el (org-table-column-names)
25822 (org-table-column-name-regexp)
25823 (org-table-named-field-locations): New variables.
25824 (org-archive-subtree): Protect `this-command' when calling
25825 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25826 the kill buffer.
25827 (org-complete): Remove fixed-formula completion.
25828 (org-edit-formulas-map): New variable.
25829 (org-table-edit-formulas): New command.
25830 (org-finish-edit-formulas, org-abort-edit-formulas)
25831 (org-show-variable, org-table-get-vertical-vector): New functions.
25832 (org-table-maybe-eval-formula): Handle `:=' fields.
25833 (org-table-get-stored-formulas, org-table-store-formulas)
25834 (org-table-get-formula, org-table-modify-formulas)
25835 (org-table-replace-in-formulas): Handle named field formulas.
25836 (org-table-get-specials): Store locations of named fields.
25837
25838 2005-07-19 Juri Linkov <juri@jurta.org>
25839
25840 * progmodes/grep.el (grep-regexp-alist)
25841 (grep-mode-font-lock-keywords, grep-process-setup):
25842 Use default GNU grep match color "01;31m" instead of "01;41m".
25843 (grep-regexp-alist, grep-mode-font-lock-keywords):
25844 Use `\\[[0-9]*m' instead of `\\[00m'.
25845 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25846 sgr_start where its handling is more important. Use the real
25847 length of sgr_start instead of constant 8.
25848 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25849 specially. Delete all remaining escape sequences.
25850 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25851 (grep-regexp-alist): Make hyperlink only for binary file name
25852 instead of the whole line.
25853 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25854 (grep-mode): Add autoload.
25855
25856 * emacs-lisp/find-func.el (find-function-regexp):
25857 Add `define-compilation-mode'.
25858
25859 2005-07-19 Juri Linkov <juri@jurta.org>
25860
25861 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25862 (compare-windows-sync-string-size, compare-windows-recenter)
25863 (compare-windows-highlight, compare-windows): Add version 22.1.
25864 (compare-windows) <defface>: Inherit from lazy-highlight instead
25865 of duplicating its default value.
25866
25867 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25868 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25869
25870 * descr-text.el (describe-char): Create link buttons for `charset'
25871 and `code point'. Add the current input method name with a link
25872 button to `to input' field. Print face names of display table
25873 characters in `The display table entry is displayed by' section
25874 instead of printing face-id in the `display' field.
25875 Guess hardcoded faces and create a link button for them.
25876 Skip empty fields when calculating max-width.
25877 Treat `widget-create' specially while inserting strings from the
25878 collected field list.
25879 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25880
25881 * diff-mode.el (diff-file-header): Change foreground color from
25882 yellow to green on light backgrounds.
25883 (diff-context): Inherit from `shadow' only for color/grayscale
25884 with more than 88 colors.
25885 (diff-indicator-removed, diff-indicator-added)
25886 (diff-indicator-changed): New faces.
25887 (diff-font-lock-keywords): Use new faces. Regroup rules.
25888 Add "^---$" for `normal' diff format. Fontify `#' lines with
25889 font-lock-comment-delimiter-face and font-lock-comment-face.
25890 Add `#' to ^[^...] in the rule for `diff-context-face'.
25891
25892 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25893 a button-like box. Inherit from `highlight' on low colors.
25894 (shadow): Use shades of gray only for color/grayscale with
25895 more than 88 colors. Use green for light backgrounds with
25896 8 colors, and yellow for dark backgrounds with 8 colors.
25897
25898 * font-lock.el (font-lock-regexp-grouping-backslash):
25899 Don't inherit from escape-glyph (use bold for all cases).
25900
25901 * info.el (info-xref-visited): Use light foreground color `violet'
25902 for dark backgrounds instead of dark color `magenta3'.
25903 (info-title-1): Use `yellow' color for dark backgrounds.
25904
25905 * isearch.el (isearch): Use not-too-dark magenta3 instead of
25906 too-light magenta2.
25907
25908 * replace.el (match): Use slightly more light RoyalBlue3 instead
25909 of dark RoyalBlue4.
25910
25911 * wid-edit.el (widget-inactive): Inherit from `shadow'.
25912
25913 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
25914
25915 * novice.el (disabled-command-hook): Declare it with
25916 `define-obsolete-variable-alias'.
25917
25918 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25919 (desktop-buffer-misc-functions, desktop-buffer-handlers)
25920 (desktop-load-default): Add release to obsolescence info.
25921 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25922 (desktop-append-buffer-args, desktop-read):
25923 Fix typos in docstrings.
25924 (desktop-kill): Fix typo in message.
25925 (desktop-save): Doc fix.
25926
25927 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
25928
25929 * viper-cmd.el (viper-escape-to-state): Bug fix.
25930 (viper-envelop-ESC-key): Change the definition of fast
25931 keysequence so it'll work with keyboard macros.
25932
25933 * ediff.el (ediff-patch-buffer): Change the docstring.
25934
25935 2005-07-19 Kenichi Handa <handa@m17n.org>
25936
25937 * international/mule-cmds.el (select-safe-coding-system): Try to
25938 use an auto-coding (if any) before anything else. If the found
25939 auto-coding is invalid, show a warning message.
25940
25941 * international/mule.el (find-auto-coding): New function created
25942 by modifying the body of set-auto-coding.
25943 (set-auto-coding): Use find-auto-coding to find a coding.
25944
25945 2005-07-18 Richard M. Stallman <rms@gnu.org>
25946
25947 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25948 not isearch-mode-end-hook-error.
25949 (allout-before-change-protect): Fix error message.
25950
25951 2005-07-18 Juri Linkov <juri@jurta.org>
25952
25953 * allout.el (allout-mode):
25954 * calculator.el (calculator-copy):
25955 * custom.el (custom-known-themes):
25956 * dired.el (dired-desktop-buffer-misc-data)
25957 (dired-restore-desktop-buffer):
25958 * dired-x.el (dired-omit-marker-char):
25959 * files.el (basic-save-buffer):
25960 * font-core.el (font-lock-mode):
25961 * calendar/calendar.el (calendar-goto-hebrew-date)
25962 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25963 (calendar-goto-persian-date):
25964 * language/ethio-util.el (ethio-sera-to-fidel-region):
25965 * textmodes/picture.el (picture-mode):
25966 Delete duplicate duplicate words.
25967
25968 2005-07-18 Juri Linkov <juri@jurta.org>
25969
25970 * isearch.el (isearch-mode-map): Remove key bindings for regexp
25971 chars * ? } |.
25972 (isearch-fallback): Don't call `isearch-process-search-char'.
25973 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25974 (isearch-process-search-char): Call `isearch-fallback' for regexp
25975 chars * ? } |.
25976 (isearch-return-char): Make obsolete with `make-obsolete' instead
25977 of simply documenting it as obsolete in the docstring.
25978 (isearch-fallback): Refill docstring.
25979
25980 * international/isearch-x.el
25981 (isearch-process-search-multibyte-characters): Remove unneeded
25982 `concat'. Add intermediate values to `junk-hist' instead of
25983 `minibuffer-history'. Test the length of `str'.
25984
25985 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
25986
25987 * allout.el (allout-resolve-xref): Fix typos in error strings.
25988 (allout-before-change-protect): Remove unneeded `concat'.
25989
25990 * array.el (array-mode, array-reconfigure-rows)
25991 (untabify-backward): Fix typos in docstrings.
25992 (array-reconfigure-rows): Use `insert-buffer-substring', not
25993 `insert-buffer'.
25994
25995 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25996 * progmodes/ada-mode.el (ada-make-body):
25997 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25998
25999 * dired.el (dired-log):
26000 * tar-mode.el (tar-subfile-save-buffer):
26001 * play/zone.el (zone-pgm-stress-destress):
26002 Use `insert-buffer-substring', not `insert-buffer'.
26003
26004 2005-07-17 Simon Josefsson <jas@extundo.com>
26005
26006 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26007
26008 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26009
26010 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26011 Add plain auth method.
26012 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26013
26014 2005-07-17 Kim F. Storm <storm@cua.dk>
26015
26016 * ido.el (dired-other-window): Add ido property.
26017
26018 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26019
26020 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26021 Fix typo in docstring.
26022 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26023 `insert-file-literally'.
26024
26025 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26026 info and delete redundant message. Doc fix.
26027 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26028 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26029
26030 2005-07-16 Richard M. Stallman <rms@gnu.org>
26031
26032 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26033 (byte-compile-and): Use byte-compile-and-recursion.
26034 (byte-compile-or-recursion): New function.
26035 (byte-compile-or): Use that.
26036 (byte-compile-if): Guard the else-clause too.
26037 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26038
26039 * isearch.el (isearch-mode-end-hook-quit): New variable.
26040 (isearch-done): Bind it.
26041 (isearch-mode-end-hook): Doc fix.
26042
26043 * allout.el (allout-isearch-did-quit): Variable deleted.
26044 (allout-real-isearch-abort): Function name no longer used.
26045 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26046 (allout-isearch-rectification): isearch-mode always exists.
26047 Don't set allout-isearch-did-quit.
26048 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26049 allout-isearch-did-quit.
26050 (allout-enwrap-isearch): Just add the hook.
26051 (allout-isearch-abort): Function deleted.
26052 (allout-pre-command-business): Avoid warning.
26053
26054 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26055 Correctly avoid warnings.
26056 (pascal-outline): Likewise.
26057
26058 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26059
26060 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26061
26062 * play/tetris.el (tetris-mode): Avoid warning.
26063
26064 * play/snake.el (snake-mode): Avoid warning.
26065
26066 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26067 (gamegrid-set-display-table): Avoid warning.
26068 (gamegrid-set-timer): Likewise.
26069 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26070 (gamegrid-add-score-with-update-game-score-1): Take FILE
26071 as argument.
26072 (gamegrid-add-score-with-update-game-score): Pass that argument.
26073 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26074
26075 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26076
26077 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26078 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26079
26080 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26081 and insert-file.
26082
26083 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26084 (sc-ask): Avoid warnings.
26085
26086 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26087 (eshell-hist-initialize): Use that var the natural way.
26088
26089 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26090
26091 * emacs-lisp/re-builder.el (reb-cook-regexp):
26092 Avoid warning calling lre-compile-string.
26093 (reb-color-display-p): Avoid warning.
26094
26095 * calculator.el (calculator-last-input): Guard uses
26096 of event-key and key-press-event-p.
26097 (event-key, key-press-event-p): Delete definitions.
26098
26099 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26100 (find-gc-source-directory, find-gc-subrs-callers)
26101 (find-gc-noreturn-list, find-gc-source-files)
26102 (find-gc-subrs-called): Vars renamed and defvar'd.
26103
26104 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26105 (checkdoc-overlay-put, checkdoc-delete-overlay)
26106 (checkdoc-overlay-start, checkdoc-overlay-end)
26107 (checkdoc-mode-line-update, checkdoc-char=):
26108 Define such that compiler knows they are defined.
26109 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26110 (checkdoc-read-event): Delete. Use read-event directly.
26111
26112 * whitespace.el (whitespace-make-overlay)
26113 (whitespace-overlay-put, whitespace-delete-overlay)
26114 (whitespace-overlay-start, whitespace-overlay-end):
26115 Define such that compiler knows they are defined.
26116 (whitespace): Move conditional inside.
26117
26118 * tempo.el (tempo-insert-template): Suppress warning.
26119
26120 * ediff-diff.el (longlines-mode): Add defvar.
26121
26122 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26123
26124 * server.el: Bind "C-x #" in a way that works even if C-x is
26125 redefined to a command key, not a prefix key.
26126
26127 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26128
26129 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26130 cl-make-type-test till execution time.
26131
26132 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26133
26134 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26135 arg ARG and use it.
26136
26137 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26138
26139 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26140
26141 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26142
26143 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26144 a defcustom with two :set or :type keywords.
26145
26146 2005-07-15 Richard M. Stallman <rms@gnu.org>
26147
26148 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26149 Don't give ^M comment-end syntax.
26150
26151 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26152
26153 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26154 Don't consider gdbmi (gdb-mi.el has its own update functions).
26155 (gdb-var-delete): Make it work for gdbmi as well.
26156 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26157
26158 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26159 (gud-speedbar-menu-items): Correct logic for enabling items.
26160
26161 2005-07-15 Kim F. Storm <storm@cua.dk>
26162
26163 * ido.el: Fix commentary.
26164 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26165 Use with-no-warnings around ffap-guesser.
26166 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26167 Let bind minibuffer-completing-file-name to t.
26168
26169 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26170
26171 * startup.el (site-run-file, keyboard-type): Doc fixes.
26172 (command-line): Check for "--basic-display" argument; also for
26173 "--quick", not "--bare-bones" (which was renamed).
26174 (fancy-splash-text): Add missing item "Getting New Versions".
26175 (normal-splash-screen): Fix typos and improve consistency with
26176 `fancy-splash-text'. Update copyright year.
26177
26178 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26179 valid binding for `help-char'.
26180
26181 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26182
26183 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26184
26185 * term.el (term-mode): Disable cua-mode for term buffers.
26186
26187 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26188
26189 * add-log.el (add-log-mailing-address, change-log-merge):
26190 Doc fixes.
26191 (change-log-get-method-definition): Fix typo in docstring.
26192
26193 2005-07-14 Kim F. Storm <storm@cua.dk>
26194
26195 * emulation/cua-base.el:
26196 (cua--pre-command-handler-1, cua--pre-command-handler)
26197 (cua--post-command-handler-1, cua--post-command-handler):
26198 Split in two. Check (buffer local) value of cua-mode.
26199 (cua-selection-mode): New command.
26200
26201 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26202
26203 * custom.el (custom-initialize-safe-set)
26204 (custom-initialize-safe-default): Doc fixes.
26205
26206 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26207 and simplify :init-value again.
26208
26209 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26210 and simplify :init-value again. Delete autoload.
26211
26212 * startup.el (command-line): Use `custom-reevaluate-setting' again
26213 for tooltip-mode.
26214
26215 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26216 a defcustom with two :initialize keywords.
26217
26218 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26219
26220 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26221 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26222 (allout-post-command-business, allout-flag-region)
26223 (isearch-reenable-font-lock, allout-yank)
26224 (allout-insert-latex-header, allout-insert-latex-trailer)
26225 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26226 (allout-latex-verb-quote): Fix typos in docstrings.
26227 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26228 (allout-unprotected, allout-prefix-data):
26229 Improve argument/docstring consistency.
26230 (allout-chart-subtree): Fix argument spec.
26231 (allout-open-topic): Rename `use_sib_bullet' argument to
26232 `use-sib-bullet'. Doc fix.
26233
26234 * whitespace.el (whitespace-check-buffer-leading)
26235 (whitespace-check-buffer-trailing)
26236 (whitespace-check-buffer-indent)
26237 (whitespace-check-buffer-spacetab)
26238 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26239 (whitespace-check-leading-whitespace)
26240 (whitespace-check-trailing-whitespace)
26241 (whitespace-check-spacetab-whitespace)
26242 (whitespace-check-indent-whitespace)
26243 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26244 (whitespace-modes): Fix typos in docstrings.
26245 (defgroup, defcustom): Doc fixes.
26246
26247 * winner.el (winner-mode, winner-boring-buffers)
26248 (winner-pending-undo-ring): Doc fixes.
26249 (winner-ring): Remove unneeded `progn'.
26250 (winner-equal): `defsubst' it.
26251 (winner-redo): Fix message.
26252
26253 2005-07-13 Kim F. Storm <storm@cua.dk>
26254
26255 * simple.el (line-move-1): Always use vertical-motion to
26256 do the last (or only) line move to ensure some movement.
26257 Undo 2005-06-23 change--don't check for overlays.
26258
26259 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26260
26261 * term/mac-win.el (ccl-encode-mac-roman-font)
26262 (ccl-encode-mac-centraleurroman-font)
26263 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26264 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26265 Change charset-id boundary of dimension to ?\xef.
26266 (mac-char-fontspec-list): New constant.
26267 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26268 argument. Nil uses itself as family in font-spec. Previous
26269 behavior for nil is now provided by non-nil non-string argument.
26270 All callers changed. Add font-specs for Mac fonts to
26271 "fontset-default" unless iso8859-1 fonts are installed.
26272
26273 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26274
26275 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26276 a continuation line if the \ is preceded by SPC or TAB.
26277 (sh-get-indent-info): Simplify.
26278 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26279 Use with-current-buffer.
26280
26281 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26282 when the matched text is empty.
26283
26284 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26285
26286 * startup.el (command-line): Revert to previous handling of
26287 tooltip-mode. Explain in comment why the complexity is needed.
26288
26289 * tooltip.el (tooltip-mode): Revert to previous implementation of
26290 its defcustom.
26291
26292 * frame.el (blink-cursor-mode): Revert to previous implementation
26293 of its defcustom. Update comment.
26294
26295 2005-07-12 Lars Hansen <larsh@soem.dk>
26296
26297 * desktop.el: Update e-mail address.
26298
26299 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26300
26301 * term/mac-win.el (mac-services-mail-selection)
26302 (mac-services-mail-to): New functions.
26303 (mac-application-menu-map): Bind them.
26304
26305 2005-07-12 wulei <milton@wulei.net> (tiny change)
26306
26307 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26308
26309 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26310
26311 * custom.el (custom-reevaluate-setting): Doc fix.
26312
26313 2005-07-11 Jay Belanger <belanger@truman.edu>
26314
26315 * calc/calc.el (calc-embedded-announce-formula-alist)
26316 (calc-embedded-open-close-plain-alist)
26317 (calc-embedded-open-close-mode-alist): Add checks for additional
26318 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26319
26320 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26321
26322 * custom.el (custom-enable-theme): Don't add theme to
26323 `custom-enabled-themes' with `push' because there is no
26324 setf-method for `delq'.
26325
26326 2005-07-11 Richard M. Stallman <rms@gnu.org>
26327
26328 * custom.el (custom-declare-variable): Doc fix.
26329
26330 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26331 from the alists.
26332
26333 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26334 Do nothing if edebug-active.
26335
26336 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26337 (edebug-display): Do it here instead.
26338
26339 2005-07-10 Richard M. Stallman <rms@gnu.org>
26340
26341 * cus-face.el (custom-theme-set-faces): Make it work.
26342 (custom-reset-faces): Doc fix.
26343 (custom-theme-reset-internal-face, custom-theme-face-value):
26344 Functions deleted.
26345
26346 * custom.el (custom-push-theme): Maintain list of the settings
26347 of a given theme in its theme-settings property.
26348 Maintain position of old settings in the theme-value
26349 or theme-face property.
26350 (custom-enabled-themes): New variable.
26351 (custom-theme-enabled-p): New function.
26352 (provide-theme): Update custom-enabled-themes.
26353 Disable and reenable the `user' theme.
26354 (require-theme): Doc fix.
26355 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26356 (custom-theme-value, custom-theme-variable-value): Likewise.
26357 (custom-theme-reset-internal): Likewise.
26358 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26359 (custom-enable-theme, custom-disable-theme): New functions.
26360 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26361 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26362 (custom-theme-reset-variables): Simplify.
26363 (deftheme, custom-declare-theme, custom-make-theme-feature):
26364 Definitions moved.
26365
26366 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26367
26368 * longlines.el (longlines-show-region)
26369 (longlines-unshow-hard-newlines): Recognize hard newlines by
26370 non-nil hard property, instead of t.
26371
26372 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26373
26374 * viper-cmd.el (viper--key-maps): New variable.
26375 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26376 emulation-mode-map-alists.
26377 (viper-envelop-ESC-key): Use viper-subseq.
26378 (viper-search-forward/backward/next): Disable debug-on-error.
26379
26380 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26381 (viper-ESC-key): New defcustoms.
26382
26383 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26384
26385 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26386 (viper-subseq): Copy of subseq from cl.el.
26387
26388 * viper.el (viper-go-away, viper-set-hooks): Use
26389 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26390
26391 * viper-mous.el (viper-current-frame-saved): Use defvar.
26392
26393 * viper-init.el: Get rid of -face in face names.
26394
26395 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26396 Make it work with longlines mode.
26397
26398 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26399
26400 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26401
26402 * ediff-init.el: Get rid of -face in face names.
26403
26404 2005-07-10 Richard M. Stallman <rms@gnu.org>
26405
26406 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26407 and with-timeout-unsuspend.
26408
26409 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26410 and with-timeout-unsuspend.
26411
26412 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26413 (with-timeout): Bind that variable to record timers.
26414 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26415
26416 * emacs-lisp/debug.el (debug-help-follow): New function.
26417 (debugger-mode-map): Use that instead of help-follow.
26418 (debugger-setup-buffer): Use eval-buffer-list
26419 to handle eval-buffer frames.
26420
26421 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26422
26423 * timezone.el (timezone-parse-date): Change first regexp
26424 so it will not mistakenly match dates with no time zone.
26425
26426 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26427
26428 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26429
26430 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26431
26432 * custom.el (custom-initialize-safe-set)
26433 (custom-initialize-safe-default): New functions.
26434
26435 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26436 and simplify :init-value.
26437
26438 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26439 and simplify :init-value. Delete obsolete comment.
26440
26441 * startup.el (command-line): Use `custom-reevaluate-setting' to
26442 handle `tooltip-mode'. Delete obsolete comment.
26443
26444 * files.el (set-visited-file-name): Avoid calling
26445 `file-name-nondirectory' with a nil argument.
26446
26447 2005-07-09 Richard M. Stallman <rms@gnu.org>
26448
26449 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26450 was called with nil for the buffer, handle the read position right.
26451 Handle read position for eval-region, too.
26452
26453 2005-07-09 Juri Linkov <juri@jurta.org>
26454
26455 * fringe.el (fringe-mode): Add period in docstring.
26456 (fringe-query-style): Build prompt depending on `all-frames' arg.
26457
26458 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26459 to not create links to unrelated functions in the Help buffer.
26460
26461 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26462 Doc fix.
26463
26464 * simple.el (next-error-hook): New variable.
26465 (next-error): Use it. Doc fix.
26466
26467 * textmodes/ispell.el (ispell-command-loop): Add current
26468 dictionary name and program name to mode-line-format.
26469 (ispell-region, ispell-process-line): Add current dictionary name
26470 and program name to messages.
26471
26472 2005-07-08 Jay Belanger <belanger@truman.edu>
26473
26474 * calc/calc.el (calc-embedded-announce-formula-alist)
26475 (calc-embedded-open-close-formula-alist)
26476 (calc-embedded-open-close-word-alist)
26477 (calc-embedded-open-close-plain-alist)
26478 (calc-embedded-open-close-new-formula-alist)
26479 (calc-embedded-open-close-mode-alist)
26480 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26481 (calc-embedded-mode-hook): New variables.
26482
26483 * calc/calc-embed.el (calc-embedded-firsttime)
26484 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26485 New variables.
26486 (calc-do-embedded): Use calc-embedded-firsttime,
26487 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26488 determine whether or not to run hooks.
26489 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26490 calc-embedded-firsttime-formula appropriately.
26491 Set calc-embedded delimiter variables according to mode.
26492
26493 2005-07-08 Richard M. Stallman <rms@gnu.org>
26494
26495 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26496 Check for "emacs", etc., as entire symbol, not just as word.
26497 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26498
26499 * files.el (set-visited-file-name): Report the error
26500 for "empty filename" earlier.
26501 (kill-some-buffers): Ignore buffers already dead.
26502
26503 * fringe.el (fringe-mode): Doc fix.
26504
26505 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26506 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26507 Use unwind-protect to ensure byte-compile-unresolved-functions
26508 is updated.
26509
26510 * whitespace.el (whitespace-buffer-leading-cleanup):
26511 Simplify w/ skip-chars-forward.
26512 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26513
26514 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26515 Unconditionally try to leave point at the same old place.
26516
26517 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26518
26519 * comint.el (comint-postoutput-scroll-to-bottom)
26520 (comint-show-maximum-output): Take scroll-margin into consideration.
26521
26522 2005-07-08 Kim F. Storm <storm@cua.dk>
26523
26524 * ido.el (ido-use-filename-at-point): New choice `guess'.
26525 (ido-file-internal): Try ffap-guesser if selected.
26526
26527 * ido.el (ido-before-fallback-functions): New hook.
26528 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26529 (ido-read-file-name): Run it.
26530
26531 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26532
26533 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26534 strings rather than a list of symbols to the completion function.
26535
26536 2005-07-07 Jay Belanger <belanger@truman.edu>
26537
26538 * calc/calc-units.el (math-apply-units): Change the places in
26539 which units are simplified.
26540
26541 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26542
26543 * cus-edit.el (customize-option, customize-option-other-window):
26544 Make them handle aliases.
26545
26546 * custom.el (custom-variable-p): Make it recursively follow
26547 aliases. Mention that in the docstring.
26548
26549 2005-07-07 Richard M. Stallman <rms@gnu.org>
26550
26551 * cus-start.el (exec-path): Use `directory' instead of `file'.
26552 Fix tag for nil.
26553
26554 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26555
26556 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26557 when called non-interactively. Doc fix.
26558
26559 2005-07-07 Lute Kamstra <lute@gnu.org>
26560
26561 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26562 new address as well.
26563
26564 2005-07-07 Kenichi Handa <handa@m17n.org>
26565
26566 * international/mule.el (make-coding-system):
26567 Describe `ascii-incompatible' property in the docstring.
26568 (set-file-name-coding-system): Signal an error if coding-system is
26569 ascii-incompatible.
26570 (set-keyboard-coding-system): Likewise.
26571
26572 * international/mule-cmds.el (set-default-coding-systems):
26573 Don't set default-file-name-coding-system and
26574 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26575
26576 * international/utf-16.el: Declare that all UTF-16-based coding
26577 systems are ASCII-incompatible.
26578
26579 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26580
26581 * progmodes/gud.el: Require font-lock for displaying errors.
26582 Used by gdb-ui.el.
26583
26584 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26585
26586 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26587 values for the pattern lists which are `read'able but not
26588 `append'able (like symbols).
26589
26590 2005-07-06 Richard M. Stallman <rms@gnu.org>
26591
26592 * progmodes/flymake.el (flymake-float-time): Instead of
26593 with-no-warnings, test for XEmacs.
26594 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26595 to avoid warning.
26596
26597 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26598
26599 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26600
26601 2005-07-05 Lute Kamstra <lute@gnu.org>
26602
26603 * battery.el: Add support for Darwin (with much debugging help
26604 from Samuel Lauber <sam124@operamail.com>).
26605 (battery-status-function, battery-echo-area-format)
26606 (battery-mode-line-format): Add support for pmset on Darwin.
26607 (battery-load-low, battery-load-critical): New user options.
26608 (battery-pmset): New function.
26609
26610 2005-07-05 Lute Kamstra <lute@gnu.org>
26611
26612 Update FSF's address in GPL notices.
26613
26614 * textmodes/page-ext.el: Update FSF's address.
26615
26616 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26617
26618 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26619 filling from using prefix when filling a single-line docstring.
26620
26621 * progmodes/flymake.el: Remove useless eval-when-compile.
26622
26623 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26624
26625 2005-07-04 Richard M. Stallman <rms@gnu.org>
26626
26627 * textmodes/org.el (org-file-apps-defaults-gnu):
26628 Rename from org-file-apps-defaults-linux.
26629 (org-default-apps): Don't test system-type for `linux'.
26630 (org-file-apps): Doc fix.
26631
26632 2005-07-04 David Ponce <david@dponce.com>
26633
26634 * tree-widget.el: Improve header Commentary section.
26635 (tree-widget) [defgroup]
26636 (tree-widget-image-enable, tree-widget-themes-directory)
26637 (tree-widget-theme, tree-widget-image-properties-emacs)
26638 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26639 (tree-widget-image-formats, tree-widget-control)
26640 (tree-widget-empty-control, tree-widget-leaf-control
26641 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26642 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26643 (tree-widget-keep, tree-widget-after-toggle-functions)
26644 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26645 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26646 :help-echo message.
26647 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26648 (tree-widget-image-properties): Doc fix. Clearer implementation.
26649 (tree-widget--cursors): New constant.
26650 (tree-widget-lookup-image): New function split from
26651 `tree-widget-find-image'. Clearer implementation.
26652 (tree-widget-find-image): Use it.
26653 (tree-widget-button-keymap): Use `set-keymap-parent'.
26654 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26655 Define the sub-widgets here.
26656 (tree-widget-node): Check that :node is not a tree-widget.
26657 (tree-widget-get-super, tree-widget-open-control)
26658 (tree-widget-close-control, tree-widget-empty-control)
26659 (tree-widget-leaf-control, tree-widget-guide)
26660 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26661 (tree-widget-no-handle, tree-widget-value-delete)
26662 (tree-widget-map): Remove.
26663 (tree-widget-children-value-save): Doc fix. Simplified.
26664 (tree-widget-value-create): Update according to previous changes.
26665
26666 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26667
26668 * textmodes/org.el: Leading space replaced by TABS.
26669 (org-recalc-marks, org-table-rotate-recalc-marks)
26670 (org-table-get-specials): Treat "^" and "_" marks.
26671 (org-table-justify-field-maybe): Optional argument NEW.
26672 (org-table-eval-formula): Parsing of the format simplified.
26673 New modes C,I. Honor the %= parameter in the current table.
26674 Avoid unnecessary re-align by using the NEW argument to
26675 `org-table-justify-field-maybe'.
26676 (org-calc-default-modes): Default for date-format mimicks org-mode.
26677 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26678
26679 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26680
26681 * cus-face.el (custom-theme-set-faces): Make it handle face
26682 aliases whose alias declarations are pre- or autoloaded.
26683
26684 2005-07-04 Juri Linkov <juri@jurta.org>
26685
26686 * faces.el (read-face-name): Put the code for getting a face name
26687 from the buffer before adding the faces from the `face' property.
26688 Use `completing-read-multiple' instead of `completing-read'.
26689 Require `crm'. Add default value and post-process the returned
26690 list of faces.
26691
26692 * emacs-lisp/crm.el (crm-find-current-element)
26693 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26694
26695 * emacs-lisp/lisp-mode.el (eval-defun-1):
26696 * emacs-lisp/edebug.el (edebug-eval-defun):
26697 Remove unnecessary quotes.
26698
26699 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26700
26701 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26702 (prolog-indent-level): Fix typo in docstring.
26703
26704 * info.el (Info-history, Info-history-forward)
26705 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26706
26707 * add-log.el (add-change-log-entry):
26708 * comint.el (comint-dynamic-list-input-ring)
26709 (comint-dynamic-list-completions):
26710 * dabbrev.el (dabbrev-expand):
26711 * delim-col.el (delimit-columns-rectangle-line):
26712 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26713 (diff-unified->context):
26714 * ediff-init.el (ediff-abbrev-jobname):
26715 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26716 (ediff-replace-session-activity-marker-in-meta-buffer):
26717 * info.el (Info-summary):
26718 * lpr.el (printify-region):
26719 * printing.el (pr-create-interface):
26720 * ps-print.el (ps-print-quote):
26721 * ses.el (ses-column-widths, ses-print-cell)
26722 (ses-adjust-print-width, ses-center):
26723 * shell.el (shell-file-name-quote-list):
26724 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26725 (strokes-fill-current-buffer-with-whitespace)
26726 (strokes-xpm-for-stroke, strokes-list-strokes)
26727 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26728 * term.el (term-dynamic-list-input-ring)
26729 (term-dynamic-list-completions):
26730 * calc/calc.el (math-format-stack-value):
26731 * emacs-lisp/edebug.el (edebug-display-freq-count):
26732 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26733 (delphi-new-comment-line):
26734 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26735 * progmodes/executable.el (executable-set-magic):
26736 * progmodes/python.el (inferior-python-mode):
26737 * progmodes/scheme.el (scheme-mode-syntax-table):
26738 * progmodes/sh-script.el (sh-maybe-here-document):
26739 * progmodes/sql.el (sql-copy-column):
26740 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26741 * textmodes/bibtex.el (bibtex-mode):
26742 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26743 (sgml-auto-attributes):
26744 * textmodes/table.el (table-insert, table-shorten-cell)
26745 (table--generate-source-scan-lines, table-delete-row)
26746 (*table--cell-delete-char, table--spacify-frame)
26747 (table--horizontally-shift-above-and-below)
26748 (table--cell-insert-char, table--cell-blank-str)
26749 (table--fill-region-strictly):
26750 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26751 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26752
26753 * add-log.el (change-log):
26754 * apropos.el (apropos):
26755 * comint.el (comint-completion, comint-source):
26756 * dabbrev.el (dabbrev):
26757 * delim-col.el (columns):
26758 * diff-mode.el (diff-mode):
26759 * ediff.el (ediff):
26760 * ediff-diff.el (ediff-diff):
26761 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26762 * ediff-mult.el (ediff-mult):
26763 * ediff-ptch.el (ediff-ptch):
26764 * ediff-wind.el (ediff-window):
26765 * facemenu.el (facemenu):
26766 * indent.el (indent):
26767 * info.el (info):
26768 * jka-cmpr-hook.el (compression, jka-compr):
26769 * lpr.el (lpr):
26770 * outline.el (outlines):
26771 * pcmpl-cvs.el (pcmpl-cvs):
26772 * pcmpl-rpm.el (pcmpl-rpm):
26773 * printing.el (printing):
26774 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26775 (ps-print-vertical, ps-print-headers, ps-print-font)
26776 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26777 (ps-print-background, ps-print-printer, ps-print-page)
26778 (ps-print-miscellany):
26779 * ses.el (ses):
26780 * shell.el (shell, shell-directories, shell-faces):
26781 * startup.el (initialization):
26782 * strokes.el (strokes):
26783 * term.el (term):
26784 * uniquify.el (uniquify):
26785 * w32-vars.el (w32):
26786 * calc/calc.el (calc):
26787 * emacs-lisp/bytecomp.el (bytecomp):
26788 * emacs-lisp/cl-indent.el (lisp-indent):
26789 * emacs-lisp/edebug.el (edebug):
26790 * emacs-lisp/elp.el (elp):
26791 * emacs-lisp/testcover.el (testcover):
26792 * emacs-lisp/trace.el (trace):
26793 * emulation/viper-ex.el (viper-ex):
26794 * emulation/viper-mous.el (viper-mouse):
26795 * mail/mailalias.el (mailalias):
26796 * mail/supercite.el (supercite, supercite-frames)
26797 (supercite-attr, supercite-cite, supercite-hooks):
26798 * net/rcompile.el (remote-compile):
26799 * net/rlogin.el (rlogin):
26800 * obsolete/ooutline.el (outlines):
26801 * progmodes/delphi.el (delphi):
26802 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26803 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26804 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26805 (ebnf-optimization):
26806 * progmodes/etags.el (etags):
26807 * progmodes/executable.el (executable):
26808 * progmodes/idlwave.el (idlwave):
26809 * progmodes/pascal.el (pascal):
26810 * progmodes/prolog.el (prolog):
26811 * progmodes/python.el (python):
26812 * progmodes/scheme.el (scheme):
26813 * progmodes/sh-script.el (sh, sh-script):
26814 * progmodes/sql.el (SQL):
26815 * progmodes/tcl.el (tcl):
26816 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26817 * textmodes/enriched.el (enriched):
26818 * textmodes/makeinfo.el (makeinfo):
26819 * textmodes/sgml-mode.el (sgml):
26820 * textmodes/table.el (table-hooks):
26821 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26822 * textmodes/texinfo.el (texinfo):
26823 * textmodes/two-column.el (two-column):
26824 Finish `defgroup' description with period.
26825
26826 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26827 * eshell/esh-var.el (eshell-var):
26828 * progmodes/vhdl-mode.el (vhdl-testbench):
26829 * textmodes/org.el (org): Fix typos in docstrings.
26830
26831 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26832 consistency.
26833
26834 * progmodes/flymake.el (flymake-find-file): Remove.
26835 (flymake-float-time): Use `with-no-warnings'.
26836 (flymake-check-start-time, flymake-check-was-interrupted)
26837 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26838 (flymake-new-err-info): `defvar' at compile time.
26839
26840 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26841
26842 * replace.el (occur-hook): Doc fix.
26843 (occur-1): Don't call `occur-hook' if there are no matches.
26844
26845 2005-07-03 Richard M. Stallman <rms@gnu.org>
26846
26847 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26848 global-map, save the same map.
26849 (global-map): Don't alter it at top level.
26850 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26851 Then alter it here instead.
26852 (tpu-edt-off): Set global-map to the saved one.
26853
26854 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26855 All references simplified.
26856 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26857 (zmacs-regions): Add defvar.
26858 (repeat-complex-command-map): Everything about that deleted.
26859
26860 * textmodes/artist.el (artist-key-is-drawing)
26861 (artist-key-endpoint1, artist-key-poly-point-list)
26862 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26863 (artist-key-compl-table, artist-rb-save-data)
26864 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26865 Don't put them in eval-when-compile.
26866 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26867
26868 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26869 Use with-no-warnings.
26870
26871 * net/browse-url.el (dos-windows-version): Add defvar.
26872
26873 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26874
26875 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26876 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26877 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26878 Add defvar.
26879 (rmail-summary-beginning-of-message): Use with-no-warnings.
26880 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26881
26882 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26883 Use with-no-warnings.
26884
26885 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26886 (c-mark-function): Add point-moving-unit property.
26887 (vi-goto-line): Use with-no-warnings.
26888
26889 * emulation/edt.el (edt-last-copied-word): Add defvar.
26890 (zmacs-region-stays): Likewise.
26891 (edt-mark-section-wisely): Use c-mark-function for C.
26892 Use makr-defun for Fortran.
26893 (time-string): defvar deleted.
26894 (edt-display-the-time): Don't set time-string.
26895
26896 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26897
26898 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26899 Don't warn when name is not constant
26900 or for defining the group `emacs'.
26901
26902 * tooltip.el (gud-tooltip-mode): Add defvar.
26903
26904 * startup.el (default-frame-background-mode): Add defvar.
26905
26906 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26907
26908 * info.el (tool-bar-map): Add defvar.
26909
26910 * dired.el (dnd-protocol-alist): Add defvar.
26911
26912 * dired-aux.el (dired-query): Display question with answer, when
26913 the user answers.
26914
26915 * custom.el (custom-add-option): Doc fix.
26916
26917 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26918
26919 2005-07-03 Eli Zaretskii <eliz@gnu.org>
26920
26921 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26922 bogus name from the last change.
26923
26924 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
26925
26926 * custom.el (custom-declare-variable): Fix typos in comment.
26927 (custom-known-themes): Doc fix.
26928 (custom-theme-directory): New defcustom.
26929 (require-theme): Make it check `custom-theme-directory'.
26930
26931 * cus-theme.el (custom-new-theme-mode): New function.
26932 (custom-theme-name, custom-theme-variables, custom-theme-faces)
26933 (custom-theme-description): Add compiler defvars.
26934 (customize-create-theme): Add doc to the "*New Custom Theme*"
26935 buffer. Use `custom-new-theme-mode'.
26936 (custom-theme-write): Put the created buffer in emacs-lisp-mode
26937 and save it to the `custom-theme-directory'. Make this the
26938 default directory of the buffer.
26939
26940 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
26941
26942 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26943 Fix unbalanced parentheses.
26944
26945 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
26946
26947 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26948 into flymake-mode and delegate to flymake-mode.
26949
26950 * find-file.el (ff-which-function-are-we-in): Clean up.
26951
26952 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
26953
26954 * replace.el (occur-rename-buffer): Fix docstring.
26955
26956 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26957 (edt-last-copied-word, edt-learn-macro-count)
26958 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26959 (edt-rect-start-point, edt-user-global-map, rect-start-point)
26960 (time-string, zmacs-region-stays):
26961 * emulation/edt-mapper.el (edt-save-function-key-map)
26962 (EDT-key-name): `defvar' to silence the byte-compiler.
26963
26964 2005-07-02 Martin Rudalics <rudalics@gmx.at>
26965
26966 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26967 font-lock-regexp-backslash. Doc fix.
26968 (font-lock-regexp-backslash-grouping-construct): Rename from
26969 font-lock-regexp-backslash-construct. Doc fix.
26970 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26971 grouping constructs.
26972
26973 2005-07-02 Eli Zaretskii <eliz@gnu.org>
26974
26975 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26976 updating all the prerequisites.
26977
26978 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
26979
26980 * textmodes/org.el (org-agenda-start-on-weekday)
26981 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26982 (org-agenda-use-time-grid, org-archive-location)
26983 (org-allow-space-in-links, org-usenet-links-prefer-google)
26984 (org-enable-table-editor, org-export-default-language)
26985 (org-export-html-show-new-buffer, org-fill-paragraph)
26986 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26987 (org-goto-quit, org-occur, org-eval-in-calendar)
26988 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26989 (org-agenda-diary-entry, org-remember-help)
26990 (org-table-convert-region, org-at-table-p)
26991 (org-table-move-row-down, org-table-move-row-up)
26992 (org-table-copy-region, org-table-toggle-vline-visibility)
26993 (org-table-get-stored-formulas, org-table-get-specials)
26994 (org-recalc-commands, org-table-eval-formula)
26995 (org-table-formula-substitute-names, orgtbl-make-binding)
26996 (org-format-org-table-html, org-format-table-table-html)
26997 (org-format-table-table-html-using-table-generate-source)
26998 (org-customize): Fix typos in docstrings.
26999 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27000 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27001 (org-back-to-heading): Doc fixes.
27002 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27003 (org-agenda-change-all-lines, org-get-header):
27004 Improve argument/docstring consistency.
27005 (orgtbl-error): Fix error message.
27006
27007 * progmodes/flymake.el (flymake-find-possible-master-files)
27008 (flymake-master-file-compare, flymake-get-line-err-count)
27009 (flymake-highlight-line, flymake-gui-warnings-enabled):
27010 Fix typos in docstrings.
27011 (flymake-parse-line, flymake-get-project-include-dirs-function)
27012 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27013 Doc fixes.
27014 (flymake-get-project-include-dirs-function)
27015 (flymake-make-err-menu-data):
27016 Improve argument/docstring consistency.
27017
27018 2005-07-01 Lute Kamstra <lute@gnu.org>
27019
27020 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27021 Catch errors with ignore-errors. Use temporary buffer.
27022 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27023
27024 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27025 background color faces.
27026 (facemenu-set-foreground, facemenu-set-background):
27027 Use facemenu-set-face-from-menu.
27028 (facemenu-set-face-from-menu): Treat face names that start with
27029 "fg:" or "bg:" as special.
27030 (facemenu-add-new-color): Don't create faces. Simplify.
27031
27032 2005-06-30 Richard M. Stallman <rms@gnu.org>
27033
27034 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27035 (crm-find-current-element): Likewise.
27036
27037 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27038
27039 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27040
27041 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27042
27043 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27044 (archive-mouse-extract): Make it an obsolete alias.
27045 (archive-mode-map): Don't use archive-mouse-extract any more.
27046 (archive-mode, archive-extract): write-contents-hooks ->
27047 write-contents-functions.
27048 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27049 first arg.
27050 (archive-rename-entry): Update the call.
27051 (archive-zip-summarize): Remove unused var `method'.
27052 (archive-lzh-summarize): Remove unused var `creator'.
27053
27054 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27055 dedicated frame upon exit.
27056
27057 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27058 (archive-zip-extract, archive-zip-expunge)
27059 (archive-zip-update, archive-zip-update-case): Use executable-find.
27060 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27061 Use restore-buffer-modified-p.
27062 (archive-extract, archive-add-new-member, archive-write-file-member):
27063 Use with-current-buffer.
27064 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27065
27066 2005-06-30 Andreas Schwab <schwab@suse.de>
27067
27068 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27069
27070 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27071
27072 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27073
27074 2005-06-30 Juri Linkov <juri@jurta.org>
27075
27076 * faces.el (vertical-border): Inherit from mode-line-inactive
27077 only on tty.
27078
27079 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27080
27081 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27082 example, -NLINES in the `occur' docstring).
27083
27084 * replace.el (occur-1): When no matches are found, do not set the
27085 `buffer-read-only' and modified flags for the occur buffer,
27086 because it is deleted.
27087
27088 * emulation/cua-base.el (cua-check-pending-input)
27089 (cua-repeat-replace-region, cua-mode, cua-debug)
27090 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27091 Fix typos in docstrings.
27092
27093 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27094 (cua-cut-region-to-global-mark)
27095 (cua--cut-rectangle-to-global-mark):
27096 Remove period from end of messages.
27097
27098 * emulation/cua-rect.el (cua-do-rectangle-padding):
27099 Remove period from end of messages.
27100 (cua--rectangle-seq-format): Fix typo in docstring.
27101 (cua-sequence-rectangle, cua-fill-char-rectangle):
27102 Improve argument/docstring consistency.
27103
27104 2005-06-29 Juri Linkov <juri@jurta.org>
27105
27106 * faces.el (default-frame-background-mode): New internal variable.
27107 (frame-set-background-mode): Use it.
27108
27109 * startup.el (normal-top-level): Set default-frame-background-mode
27110 instead of frame-background-mode. Before setting it, test for its
27111 nil value. Remove tests for frame-background-mode and frame
27112 parameter `reverse'. Add test for "unspecified-fg".
27113
27114 * term/xterm.el (xterm-rxvt-set-background-mode):
27115 * term/rxvt.el (rxvt-set-background-mode):
27116 Set default-frame-background-mode instead of frame-background-mode.
27117
27118 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27119
27120 * simple.el (set-variable): Warn about obsolete user variables.
27121
27122 * imenu.el (imenu--completion-buffer):
27123 * mouse.el (mouse-buffer-menu-alist):
27124 * msb.el (msb-invisible-buffer-p):
27125 * calendar/diary-lib.el (diary-header-line-format):
27126 * emacs-lisp/pp.el (pp-buffer):
27127 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27128 * textmodes/picture.el (picture-replace-match):
27129 Change space constants followed by a sexp to "?\s ".
27130
27131 * play/decipher.el (decipher-loop-with-breaks):
27132 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27133 constants "protected" from end of line by a comment to "?\s".
27134
27135 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27136
27137 * font-lock.el (save-buffer-state): Use `declare'.
27138
27139 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27140 reset the syntax-table to cperl-mode-syntax-table.
27141 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27142 "foo_print_bar" is not matched as a reserved keyword.
27143
27144 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27145
27146 * textmodes/org.el (orgtbl-setup): New function, for delayed
27147 setup for the orgtbl commands.
27148 (org-calc-default-modes): New option.
27149 (orgtbl-make-binding): Use `defun' to get better help display.
27150 (org-diary): Call `org-compile-prefix-format'.
27151 (org-table-formula-substitute-names): New function.
27152 (org-agenda-day-view, org-agenda-week-view): New commands.
27153 (org-agenda-toggle-week-view): Command removed.
27154 (org-tbl-menu): Split off from org-org-menu.
27155 (org-mode): Move removal of outline-mode menus to here.
27156 (org-table-formula-debug): New option.
27157 (org-table-insert-row): Keep first field if just "#" or "*".
27158 (org-mode): Paragraph regexps fixed.
27159 (org-table-recalculate-regexp): New constant.
27160 (org-table-justify-field-maybe): Avoid replace if not necessary.
27161 (org-copy-special, org-cut-special): Use `call-interactively'.
27162 (org-table-copy-region): Take region from `interactive' call.
27163 (org-trim): Return string even if no match.
27164 (org-formula): New face.
27165 (org-set-font-lock-defaults): No longer highlight "FIXME".
27166 But highlight formula-related fields in table.
27167 (org-table-p): Use regexp, not fontification.
27168 (org-table-align): Handle white space at end of line.
27169 (org-table-formula-evaluate-inline): New option.
27170 (org-mode): Auto-wrapping in comment lines turned off.
27171 (org-table-copy-down): Evaluate only in copied field, not in
27172 destination.
27173 (org-table-current-formula): Variable removed.
27174 (org-table-store-formulas, org-table-get-stored-formulas)
27175 (org-table-modify-formulas, org-table-replace-in-formulas)
27176 (org-table-maybe-eval-formula): New functions.
27177 (org-table-get-formula): Modify to use stored formulas.
27178 (org-table-insert-column, org-table-delete-column)
27179 (org-table-move-column): Call `org-table-modify-formulas'.
27180 (org-complete): Add completion for keyword formulas.
27181 (orgtbl-mode): Pull orgtbl-mode-map to start of
27182 minor-mode-map-alist.
27183
27184 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27185
27186 * progmodes/python.el (python-check): Require `compile' before
27187 modifying its variables.
27188
27189 * newcomment.el (comment-indent-default): Don't get fooled by an early
27190 end of buffer.
27191
27192 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27193
27194 * ps-print.el (ps-print-version): Fix version number.
27195
27196 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27197
27198 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27199
27200 2005-06-28 Richard M. Stallman <rms@gnu.org>
27201
27202 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27203 (flyspell-local-mouse-map): Declaration deleted.
27204 (flyspell-mouse-map): Bind only mouse-2.
27205 (flyspell-mode-map): Don't test flyspell-use-local-map.
27206 (flyspell-overlay-keymap-property-name): Var deleted.
27207 (flyspell-mode-on): Don't make local bindings for
27208 flyspell-mouse-map and flyspell-mode-map.
27209 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27210
27211 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27212
27213 * progmodes/compile.el (compilation-next-error-function):
27214 Don't switch buffers; operate on the current buffer.
27215
27216 * progmodes/compile.el (compilation-error-file-name)
27217 (compilation-warning-file-name, compilation-info-file-name)
27218 (compilation-line-number, compilation-column-number): New faces.
27219 (compilation-error-face, compilation-warning-face)
27220 (compilation-info-face, compilation-line-face)
27221 (compilation-column-face): Use them.
27222
27223 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27224
27225 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27226
27227 * bindings.el (global-map): Bind insertchar and its variants.
27228
27229 2005-06-27 Richard M. Stallman <rms@gnu.org>
27230
27231 * textmodes/artist.el (artist-text-overwrite)
27232 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27233
27234 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27235
27236 * ps-print.el: It was not working the page selection for printing.
27237 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27238 (ps-print-version): New version 6.6.7.
27239 (ps-end-sheet): New fun.
27240 (ps-header-sheet, ps-end-job): Call it.
27241
27242 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27243
27244 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27245
27246 2005-06-27 Lute Kamstra <lute@gnu.org>
27247
27248 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27249 background color faces.
27250 (facemenu-get-face): Delete function.
27251 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27252 (facemenu-add-new-color): Make second argument mandatory.
27253 Create the appropriate face and return it. Simplify.
27254 (facemenu-set-foreground, facemenu-set-background): Don't check if
27255 color is defined. Use return value of facemenu-add-new-color.
27256
27257 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27258
27259 * progmodes/gud.el (gud-filter): Add missing argument to
27260 with-selected-window.
27261
27262 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27263
27264 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27265 a :require to the defcustom.
27266
27267 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27268 defcustoms corresponding to minor modes.
27269
27270 2005-06-26 David Ponce <david@dponce.com>
27271
27272 * recentf.el: Require tree-widget instead of wid-edit.
27273 (recentf-filename-handler): Fix widget :type.
27274 (recentf-cancel-dialog, recentf-open-more-files)
27275 (recentf-open-files-action): Doc fix.
27276 (recentf-dialog-goto-first): New function.
27277 (recentf-dialog-mode-map): Set parent keymap first.
27278 (recentf-dialog-mode): Define with define-derived-mode.
27279 Don't display continuation lines in dialogs.
27280 (recentf-edit-list): Rename from recentf-edit-selected-items.
27281 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27282 Simplify.
27283 (recentf-edit-list-validate): New function.
27284 (recentf-edit-list): Update accordingly.
27285 (recentf-open-files-item-shift): Remove.
27286 (recentf-open-files-item): Convert menu elements into tree and
27287 link widgets. Don't create the widgets.
27288 (recentf-open-files): Update accordingly.
27289 (recentf-save-list): Untabify.
27290
27291 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27292
27293 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27294 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27295 partially contained in the active region. Do not take active
27296 region into account when called from Lisp, unless INTERACTIVE arg
27297 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27298 avoid trouble with fields. Make marker point nowhere when no
27299 longer used. Always return nil. Doc fix.
27300 (flush-lines): Add INTERACTIVE arg. Do not take active region
27301 into account when called from Lisp, unless INTERACTIVE arg is
27302 non-nil. Use `forward-line' instead of `beginning-of-line' to
27303 avoid trouble with fields. Make marker point nowhere when no
27304 longer used. Always return nil. Doc fix.
27305 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27306 interchangeable. Do not take active region into account when
27307 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27308 message in echo area when called from Lisp, unless INTERACTIVE arg
27309 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27310 Return the number of matches. Doc fix.
27311 (occur): Doc fix.
27312 (perform-replace): Make comment follow double space convention for
27313 the sake of `outline-minor-mode'.
27314
27315 * faces.el (facep): Doc fix.
27316
27317 2005-06-25 Richard M. Stallman <rms@gnu.org>
27318
27319 * facemenu.el (facemenu-enable-faces-p): New function.
27320 (facemenu-background-menu, facemenu-foreground-menu)
27321 (facemenu-face-menu): Add menu-enable property.
27322
27323 * jka-compr.el (jka-compr-insert-file-contents):
27324 Special handling if cannot find the uncompression program.
27325
27326 * cus-face.el (custom-face-attributes): Add autoload.
27327
27328 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27329 Bind comment-indent-function locally.
27330
27331 * window.el (save-selected-window): Use save-current-buffer.
27332
27333 * subr.el (with-selected-window): Use save-current-buffer.
27334
27335 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27336 and with-current-buffer.
27337
27338 2005-06-24 Richard M. Stallman <rms@gnu.org>
27339
27340 * simple.el (line-move-1): Fix previous change.
27341
27342 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27343
27344 * replace.el (occur-1): Set `buffer-read-only' and the
27345 buffer-modified flag before running `occur-hook' to protect
27346 against unintentional buffer switches that can lead to data loss.
27347
27348 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27349
27350 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27351 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27352 initial error.
27353
27354 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27355 after fresh input.
27356 (gdb-var-create-handler): Put name of expression in quotes.
27357
27358 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27359
27360 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27361 elements of RING in order, and without bogus nil elements.
27362
27363 2005-06-23 Richard M. Stallman <rms@gnu.org>
27364
27365 * simple.el (set-variable): Args renamed; doc fix.
27366 (line-move-1): When there are overlays around, use vertical-motion.
27367
27368 * faces.el (escape-glyph): Use brown against light background.
27369 (nobreak-space): Rename from no-break-space.
27370 Fix previous change.
27371
27372 * dired-aux.el (dired-do-copy): Fix arg prompt.
27373
27374 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27375
27376 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27377
27378 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27379 rather than "Distributor".
27380
27381 2005-06-23 Lute Kamstra <lute@gnu.org>
27382
27383 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27384 (debug-on-entry): Use it. New interactive declaration that uses
27385 function-called-at-point.
27386
27387 2005-06-23 Kim F. Storm <storm@cua.dk>
27388
27389 * subr.el (save-match-data): Add comment about using evaporate arg
27390 to set-match-data.
27391
27392 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27393
27394 * cus-edit.el (customize-face)
27395 (customize-face-other-window): Handle face aliases.
27396
27397 * faces.el (face-documentation, set-face-attribute)
27398 (face-spec-set): Handle face aliases.
27399
27400 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27401
27402 * help-mode.el (help-make-xrefs): If a symbol representing a face
27403 name is not followed by the word "face", it could still be a
27404 function or variable name, so don't bypass other checks.
27405
27406 2005-06-22 Juri Linkov <juri@jurta.org>
27407
27408 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27409 Replace aliased functions with calls where second arg `inherit' is t.
27410
27411 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27412
27413 * progmodes/gdb-ui.el (gdb-error): New variable.
27414 (gdb-error): New function.
27415 (gdb-annotation-rules): Act on error-begin and error annotations.
27416 (gdb-concat-output): Use font-lock-warning-face for errors.
27417
27418 2005-06-22 Miles Bader <miles@gnu.org>
27419
27420 * bindings.el (propertized-buffer-identification): Use renamed
27421 `Buffer-menu-buffer' face.
27422
27423 * faces.el (vertical-border): Rename from `vertical-divider'.
27424 (escape-glyph): Change dark-background color back to `cyan'.
27425
27426 2005-06-21 Juri Linkov <juri@jurta.org>
27427
27428 * faces.el (face-user-default-spec): Try getting `customized-face'
27429 prior to `saved-face'.
27430 (frame-background-mode): Refill docstring.
27431
27432 * emacs-lisp/lisp-mode.el (eval-defun-1):
27433 * emacs-lisp/edebug.el (edebug-eval-defun):
27434 Set `saved-face' temporarily to nil before calling form.
27435 Set `customized-face' to the new spec after that.
27436
27437 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27438
27439 * subr.el (1value, lambda, key-substitution-in-progress):
27440 Doc fixes.
27441
27442 * autoinsert.el (auto-insert-alist):
27443 * ses.el (ses-call-printer):
27444 * subr.el (noreturn):
27445 * emacs-lisp/lisp.el (check-parens):
27446 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27447 * net/browse-url.el (browse-url-mosaic):
27448 * progmodes/cc-defs.el (c-safe-scan-lists):
27449 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27450 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27451 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27452 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27453 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27454 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27455
27456 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27457
27458 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27459
27460 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27461
27462 * calendar/appt.el (appt-make-list): Activate the package, if
27463 not already active (for backwards compatibility).
27464
27465 2005-06-20 Kim F. Storm <storm@cua.dk>
27466
27467 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27468
27469 2005-06-20 Miles Bader <miles@gnu.org>
27470
27471 * faces.el (vertical-divider): New face.
27472
27473 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27474
27475 * simple.el (kill-whole-line): Doc fix.
27476 (next-error-buffer-p, next-error-find-buffer)
27477 (clone-indirect-buffer): Fix typos in docstrings.
27478 (comment-line-break-function): Doc fix: don't say variable
27479 is automatically buffer-local (it isn't).
27480
27481 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27482
27483 * net/tramp-ftp.el (top):
27484 * net/tramp-smb.el (top):
27485 * net/tramp-util.el (top):
27486 * net/tramp-uu.el (top):
27487 * net/tramp-vc.el (top):
27488 * net/tramp.el (top): Revert copyright years back to original
27489 ones. Tramp has a life outside GNU Emacs.
27490
27491 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27492
27493 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27494
27495 2005-06-18 Juri Linkov <juri@jurta.org>
27496
27497 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27498 end of first regexp to limit the match to the position between
27499 line number and source line with same separator character as used
27500 between file name and line number. In the second regexp limit
27501 mouse-face area to file name and line number by adding new group
27502 for them and referring it in HYPERLINK arg.
27503 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27504 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27505 previous line where grep markers may be already removed.
27506
27507 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27508
27509 * progmodes/ps-mode.el: Update version and maintainer's email address.
27510
27511 2005-06-18 Steve Youngs <steve@xemacs.org>
27512
27513 * net/browse-url.el (browse-url-browser-function)
27514 (browse-url-default-browser): Add firefox.
27515 (browse-url-firefox-program, browse-url-firefox-arguments)
27516 (browse-url-firefox-startup-arguments)
27517 (browse-url-firefox-new-window-is-tab): New defcustoms.
27518 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27519
27520 2005-06-17 Richard M. Stallman <rms@gnu.org>
27521
27522 * startup.el (command-line): Warn if specified user name has
27523 no home directory.
27524
27525 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27526 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27527
27528 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27529 Doc fixes.
27530
27531 * faces.el (underline): Try bold if terminal doesn't support underline.
27532
27533 * mail/sendmail.el (mail-setup-with-from): New variable.
27534 (mail-insert-from-field): New function.
27535 (sendmail-send-it): Call it.
27536 (mail-setup): Optionally call it here.
27537
27538 * term/linux.el: Call tty-no-underline.
27539
27540 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27541
27542 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27543
27544 2005-06-17 Miles Bader <miles@gnu.org>
27545
27546 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27547 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27548 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27549 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27550 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27551 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27552 Remove "-face" suffix from face names.
27553 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27554 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27555 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27556 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27557 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27558 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27559 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27560 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27561 New backward-compatibility aliases for renamed faces.
27562 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27563 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27564 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27565 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27566 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27567 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27568 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27569 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27570 Use renamed ediff faces.
27571
27572 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27573 Remove "-face" suffix from face names.
27574 (eshell-test-ok-face, eshell-test-failed-face):
27575 New backward-compatibility aliases for renamed faces.
27576 (eshell-run-test): Use renamed eshell-test faces.
27577
27578 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27579 face name.
27580 (eshell-prompt-face): New backward-compatibility alias for renamed
27581 face.
27582 (eshell-emit-prompt): Use renamed eshell-prompt face.
27583
27584 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27585 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27586 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27587 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27588 Remove "-face" suffix from face names.
27589 (eshell-ls-directory-face, eshell-ls-symlink-face)
27590 (eshell-ls-executable-face, eshell-ls-readonly-face)
27591 (eshell-ls-unreadable-face, eshell-ls-special-face)
27592 (eshell-ls-missing-face, eshell-ls-archive-face)
27593 (eshell-ls-backup-face, eshell-ls-product-face)
27594 (eshell-ls-clutter-face):
27595 New backward-compatibility aliases for renamed faces.
27596 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27597
27598 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27599 Remove "-face" suffix from face name.
27600 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27601 instead of literal face.
27602
27603 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27604
27605 * emacs-lisp/warnings.el (display-warning, lwarn)
27606 (warning-minimum-log-level): Doc fixes.
27607 (warning-minimum-level, warning-minimum-log-level):
27608 Add :debug to :type choices.
27609
27610 * progmodes/ada-mode.el (ada-format-paramlist)
27611 (ada-get-indent-case, ada-check-matching-start)
27612 (ada-check-defun-name, ada-goto-matching-decl-start)
27613 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27614 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27615 (ada-make-subprogram-body): Follow error conventions.
27616 (ada-case-exception-file, ada-indent-comment-as-code)
27617 (ada-indent-handle-comment-special, ada-indent-renames)
27618 (ada-indent-return, ada-search-directories-internal)
27619 (ada-tab-policy, ada-case-exception-substring)
27620 (ada-other-file-alist, ada-matching-start-re)
27621 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27622 (ada-imenu-generic-expression, ada-compile-goto-error)
27623 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27624 (ada-popup-menu, ada-add-extensions, ada-mode)
27625 (ada-region-selected, ada-create-case-exception)
27626 (ada-create-case-exception-substring, ada-after-keyword-p)
27627 (ada-activate-keys-for-case, ada-adjust-case-region)
27628 (ada-adjust-case-buffer, ada-format-paramlist)
27629 (ada-scan-paramlist, ada-insert-paramlist)
27630 (ada-indent-newline-indent)
27631 (ada-indent-newline-indent-conditional)
27632 (ada-justified-indent-current, ada-goto-previous-word)
27633 (ada-indent-current, ada-get-indent-open-paren)
27634 (ada-get-indent-paramlist, ada-get-indent-end)
27635 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27636 (ada-get-indent-block-start, ada-get-indent-subprog)
27637 (ada-get-indent-noindent, ada-get-indent-label)
27638 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27639 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27640 (ada-goto-stmt-end, ada-goto-next-word)
27641 (ada-check-matching-start, ada-check-defun-name)
27642 (ada-goto-matching-decl-start, ada-goto-matching-start)
27643 (ada-goto-matching-end, ada-search-ignore-string-comment)
27644 (ada-in-decl-p, ada-looking-at-semi-or)
27645 (ada-looking-at-semi-private, ada-in-paramlist-p)
27646 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27647 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27648 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27649 (ada-previous-package, ada-create-menu)
27650 (ada-fill-comment-paragraph-justify)
27651 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27652 (ada-other-file-name, ada-last-which-function-line)
27653 (ada-last-which-function-subprog, ada-which-function)
27654 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27655 (ada-gen-treat-proc, ada-check-emacs-version)
27656 (ada-continuation-indent, ada-align-region-separate):
27657 Fix typos in docstrings.
27658 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27659
27660 2005-06-16 Lute Kamstra <lute@gnu.org>
27661
27662 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27663 conditionally.
27664
27665 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27666
27667 * comint.el (comint-replace-by-expanded-filename)
27668 (comint-prompt-regexp, comint-delimiter-argument-list)
27669 (comint-preinput-scroll-to-bottom):
27670 * info.el (Info-hide-cookies-node):
27671 * ls-lisp.el (ls-lisp-classify):
27672 * find-file.el (ff-search-directories, ff-special-constructs)
27673 (ff-find-other-file):
27674 * font-lock.el (font-lock-keywords):
27675 * shell.el (shell-prompt-pattern)
27676 (shell-dynamic-complete-functions, shell-mode)
27677 (shell-delimiter-argument-list):
27678 * term.el (term-replace-by-expanded-filename)
27679 (term-prompt-regexp, term-delimiter-argument-list):
27680 * woman.el (woman-ignore, woman0-if):
27681 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27682 * emacs-lisp/elint.el (elint-init-env):
27683 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27684 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27685 * language/ethio-util.el (ethio-tilde-escape)
27686 (ethio-use-three-dot-question):
27687 * net/zone-mode.el (zone-mode-load-time-setup):
27688 * progmodes/cc-align.el (c-lineup-argcont):
27689 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27690 * progmodes/cperl-mode.el (cperl-set-style-back):
27691 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27692 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27693 Fix spellings in docstrings.
27694
27695 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27696 * progmodes/modula2.el (m2-for): Fix spellings.
27697
27698 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27699
27700 * simple.el (undo-more): Don't use `format' on `error' arguments.
27701 Improve argument/docstring consistency.
27702 (pending-undo-list): Doc fix.
27703
27704 * smerge-mode.el (smerge-ensure-match):
27705 * emulation/vip.el (vip-ex):
27706 * net/zone-mode.el (zone-mode-update-serial):
27707 * progmodes/idlwave.el (idlwave-complete):
27708 * progmodes/vhdl-mode.el (vhdl-visit-file)
27709 (vhdl-compose-wire-components):
27710 Don't use `format' on `error' arguments.
27711
27712 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27713 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27714 (tooltip-help-tips): Fix typos in docstrings.
27715
27716 2005-06-16 David Ponce <david@dponce.com>
27717
27718 * tree-widget.el (tree-widget-value-create): Simplify last change.
27719
27720 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27721
27722 * ido.el (ido-incomplete-regexp): New variable.
27723 (ido-set-matches-1): Handle invalid-regexp error and set
27724 ido-incomplete-regexp.
27725 (ido-incomplete-regexp): New face.
27726 (ido-completions): Use it.
27727 (ido-complete, ido-exit-minibuffer, ido-completions):
27728 Handle incomplete regexps.
27729 (ido-completions): Add check for complete match when entering a regexp.
27730
27731 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27732
27733 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27734
27735 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27736
27737 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27738 by field delimiters.
27739
27740 2005-06-15 David Ponce <david@dponce.com>
27741
27742 * tree-widget.el: eval-and-compile inlined functions so they will
27743 be available at run-time too.
27744 (tree-widget-super-format-handler)
27745 (tree-widget-format-handler): Remove.
27746 (tree-widget-value-create): Handle the :indent property.
27747
27748 2005-06-15 Miles Bader <miles@gnu.org>
27749
27750 * progmodes/which-func.el (which-func): Only inherit
27751 `font-lock-function-name-face' when that makes sense against the
27752 default mode-line face, otherwise set the face color explicitly.
27753
27754 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27755 faces instead of (non-existent) variables.
27756
27757 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27758
27759 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27760 (iswitchb-get-matched-buffers): Likewise. Simplify.
27761
27762 2005-06-14 Miles Bader <miles@gnu.org>
27763
27764 * progmodes/ld-script.el (ld-script-location-counter):
27765 Remove "-face" suffix from face name.
27766 (ld-script-location-counter-face):
27767 New backward-compatibility alias for renamed face.
27768 (ld-script-location-counter-face): Use renamed face.
27769
27770 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27771 (cperl-hash): Remove "-face" suffix from face names.
27772 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27773 New backward-compatibility aliases for renamed faces.
27774 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27775 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27776
27777 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27778 name.
27779 (which-func-face): New backward-compatibility alias for renamed face.
27780 (which-func-format): Use renamed which-func face.
27781
27782 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27783 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27784 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27785 names.
27786 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27787 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27788 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27789 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27790 (vhdl-speedbar-architecture-selected)
27791 (vhdl-speedbar-configuration-selected)
27792 (vhdl-speedbar-package-selected)
27793 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27794 names.
27795 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27796 Use renamed faces.
27797 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27798 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27799 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27800 Use renamed faces.
27801 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27802 names.
27803 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27804 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27805 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27806 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27807 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27808 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27809
27810 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27811 face name.
27812 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27813 (sh-heredoc-face): Use renamed sh-heredoc face.
27814
27815 * progmodes/idlw-help.el (idlwave-help-link):
27816 Remove "-face" suffix from face name.
27817 (idlwave-help-link-face):
27818 New backward-compatibility alias for renamed face.
27819 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27820
27821 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27822 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27823 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27824 New backward-compatibility aliases for renamed faces.
27825 (idlwave-shell-disabled-breakpoint-face)
27826 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27827
27828 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27829 Remove "-face" suffix from face names.
27830 (flymake-errline-face, flymake-warnline-face):
27831 New backward-compatibility aliases for renamed faces.
27832 (flymake-highlight-line): Use renamed flymake faces.
27833
27834 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27835 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27836 (ebrowse-member-class, ebrowse-progress):
27837 Remove "-face" suffix from face names.
27838 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27839 (ebrowse-file-name-face, ebrowse-default-face)
27840 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27841 (ebrowse-progress-face):
27842 New backward-compatibility aliases for renamed faces.
27843 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27844 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27845 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27846 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27847
27848 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27849 antlr-syntax)
27850 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27851 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27852 names.
27853 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27854 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27855 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27856 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27857 backward-compatibility aliases for renamed faces.
27858 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27859 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27860 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27861 remove "font-lock-". Use renamed antlr-mode faces.
27862 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27863 literal face-names with face variable references.
27864
27865 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27866 face name.
27867 (Buffer-menu-buffer-face): New backward-compatibility alias for
27868 renamed face.
27869 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27870
27871 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27872
27873 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27874 Eliminate "-face" suffix.
27875 (makefile-targets): Inherit from font-lock-function-name-face and
27876 eliminate "-face" suffix.
27877 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27878 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27879 actions, instead of prepending, to make it less visible.
27880 (makefile-previous-dependency, makefile-match-dependency):
27881 Don't match a target on a continuation line.
27882
27883 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27884
27885 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
27886
27887 * progmodes/gdb-ui.el (menu): Re-order menu items.
27888 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27889
27890 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27891 Define in tooltip.el.
27892 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27893 (gud-tooltip-tips): Respect tooltip-use-echo-area and
27894 gud-tooltip-echo-area.
27895
27896 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27897 backward compatibility and make obsolete.
27898 (tooltip-help-tips): Use tooltip-use-echo-area.
27899 (tooltip-show-help-function): Rename to...
27900 (tooltip-show-help): ...this, because it is a function.
27901 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27902
27903 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
27904
27905 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27906 (edebug-print-length, edebug-print-level, edebug-print-circle)
27907 (edebug-modify-breakpoint, edebug-eval-last-sexp)
27908 (edebug-eval-print-last-sexp): Doc fixes.
27909
27910 2005-06-14 Kim F. Storm <storm@cua.dk>
27911
27912 * ido.el (ido-mode): Make a new keymap every time we enable ido,
27913 as the coverage buffer/file/both may change.
27914
27915 2005-06-14 Lute Kamstra <lute@gnu.org>
27916
27917 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27918 and run-mode-hooks. Simplify.
27919
27920 * mail/rmailedit.el (rmail-edit-mode):
27921 * progmodes/octave-inf.el (inferior-octave-mode):
27922 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27923
27924 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27925 and run-mode-hooks.
27926 (recentf-edit-list, recentf-open-files): Don't call
27927 kill-all-local-variables directly.
27928
27929 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27930
27931 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
27932
27933 * emacs-lisp/byte-run.el (make-obsolete)
27934 (define-obsolete-function-alias): Rename arguments FUNCTION and
27935 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27936 (make-obsolete-variable, define-obsolete-variable-alias):
27937 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27938 respectively.
27939
27940 * isearchb.el (isearchb-activate):
27941 * pcvs.el (cvs-mode):
27942 * ses.el (ses-load):
27943 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27944 * net/tramp.el (tramp-find-file-exists-command)
27945 (tramp-find-shell):
27946 * progmodes/ada-mode.el (ada-create-case-exception)
27947 (ada-create-case-exception-substring, ada-make-subprogram-body):
27948 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27949 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27950 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27951 * textmodes/org.el (org-promote, org-evaluate-time-range)
27952 (org-agenda-next-date-line, org-agenda-previous-date-line)
27953 (org-agenda-error, org-open-at-point, org-table-move-row)
27954 (org-format-table-table-html-using-table-generate-source)
27955 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27956 * textmodes/reftex.el (reftex-access-scan-info):
27957 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27958 (reftex-toc-promote-prepare): Follow error conventions.
27959
27960 * diff-mode.el (diff-mode): Fix typo in docstring.
27961
27962 * forms.el (forms--intuit-from-file): Fix reference to
27963 `forms-number-of-fields' in error message.
27964 (forms-print): Fix quoting in error message.
27965
27966 * forms.el (forms-mode):
27967 * emulation/vi.el (vi-goto-insert-state):
27968 * progmodes/flymake.el (flymake-new-err-info)
27969 (flymake-start-syntax-check-for-current-buffer)
27970 (flymake-simple-cleanup):
27971 * eshell/esh-var.el (eshell/export):
27972 * progmodes/gud.el (xdb):
27973 * textmodes/flyspell.el (flyspell-incorrect-hook)
27974 (flyspell-maybe-correct-transposition)
27975 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27976
27977 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
27978
27979 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27980 minibuffer prompt.
27981
27982 2005-06-13 Kim F. Storm <storm@cua.dk>
27983
27984 * subr.el (add-to-ordered-list): New defun.
27985
27986 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27987 add cua--keymap-alist to emulation-mode-map-alists.
27988
27989 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
27990
27991 * subr.el (complete-in-turn): New macro.
27992 (dynamic-completion-table, lazy-completion-table): Add debug info.
27993
27994 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27995 in preference to face aliases.
27996
27997 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27998 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27999 Remove unused vars `start' and `firstline'.
28000 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28001 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28002
28003 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28004
28005 * cus-start.el (all): Don't complain about missing GTK-related
28006 variables, unless either `gtk' is boundp or this isn't a
28007 `windows-nt' build.
28008
28009 2005-06-13 Lute Kamstra <lute@gnu.org>
28010
28011 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28012 run-mode-hooks.
28013
28014 * ediff-mult.el (ediff-meta-mode):
28015 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28016
28017 * ledit.el (ledit-mode): Use delay-mode-hooks.
28018
28019 * woman.el (woman-mode-line-format): Delete constant.
28020 (woman-mode-map): Initialize it properly.
28021 (woman-mode): Set mode-class property to special.
28022 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28023 Set major-mode and mode-name. Don't set mode-line-format directly.
28024 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28025
28026 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28027 string argument obsolete.
28028
28029 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28030
28031 * textmodes/org.el (org-CUA-compatible): New option.
28032 (org-disputed-keys): New variable.
28033 (org-key): New function.
28034 (orgtbl-make-binding): Add docstring to the created function.
28035 (org-mode): Set paragraph start/separate regexps.
28036 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28037 (org-archive-location, org-archive-mark-done)
28038 (org-archive-stamp-time): New options.
28039 (org-archive-subtree): New command.
28040 (org-fill-paragraph): New function.
28041 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28042 (org-fake-empty-table-line): Function removed.
28043 (org-format-org-table-html): Do not create empty table lines at
28044 separator lines. Improved table header treatment.
28045 (org-link-format): New option.
28046 (org-make-link): New function.
28047 (org-insert-link, org-store-link): Use org-make-link.
28048 (org-open-file): Quote file name for shell command, to allow
28049 spaces in file names.
28050 (org-link-regexp): Fix bug with mailto link.
28051 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28052 New constants.
28053 (org-export-as-html): Deal with the optional angles around a link.
28054 Better treatment of file: links.
28055 (org-open-at-point): Replace @{ and @} with < and >.
28056 (org-run-mode-hooks): Function removed.
28057 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28058
28059 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28060
28061 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28062 MI command -data-list-register-values.
28063 (gdb-post-prompt): Indent properly.
28064
28065 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28066
28067 * hilit-chg.el (highlight-changes-colors): Rename from
28068 `highlight-changes-colours'.
28069 (highlight-changes-colours): Keep as obsolete alias.
28070 (highlight-changes-face-list): Doc fix.
28071 (hilit-chg-make-list): Use `highlight-changes-colors'.
28072
28073 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28074
28075 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28076 defun-prompt-regexp.
28077
28078 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28079
28080 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28081 and cygwin.
28082
28083 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28084 Don't use an old loaddefs.el, as in Makefile.in.
28085
28086 2005-06-12 Lute Kamstra <lute@gnu.org>
28087
28088 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28089
28090 * man.el (Man-mode-map): Initialize it properly.
28091 (Man-mode): Set mode-class property to special.
28092
28093 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28094
28095 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28096
28097 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28098 A newline is needed in the docstring there.
28099
28100 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28101 Doc fixes.
28102
28103 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28104
28105 * printing.el: Doc fix. The menubar is no more changed when printing
28106 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28107 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28108 (pr-version): New version number (6.8.4).
28109 (pr-menu-bind): New command.
28110 (pr-update-menus): Docstring and code fix.
28111 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28112 Docstring fix.
28113 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28114 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28115
28116 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28117
28118 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28119 "Returns" to "return", document useful return values, etc.
28120
28121 2005-06-11 Alan Mackenzie <acm@muc.de>
28122
28123 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28124 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28125 (adaptive-file-function): Minor amendment to doc-string.
28126
28127 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28128
28129 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28130 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28131 Fix :type--it is `integer', not `string'.
28132
28133 * faces.el (modeline-highlight): Rename from (the erroneous)
28134 `modeline-higilight'.
28135
28136 2005-06-11 Lute Kamstra <lute@gnu.org>
28137
28138 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28139 lisp-interaction-mode-map but make it the parent.
28140 (edebug-eval-mode): Use define-derived-mode.
28141
28142 2005-06-11 Andreas Schwab <schwab@suse.de>
28143
28144 * bindings.el: Add binding of `ESC functionkey' for every
28145 `M-functionkey'.
28146 * hexl.el (hexl-mode-map): Likewise.
28147
28148 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28149
28150 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28151 [msft]: update regexp for newer msft compilers.
28152
28153 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28154
28155 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28156 ATTLIST portions of included DTDs.
28157 (xml-parse-dtd): Eliminate use of inefficient match-data.
28158
28159 2005-06-10 Miles Bader <miles@gnu.org>
28160
28161 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28162 (mpuz-text): Remove "-face" suffix from face names.
28163 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28164 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28165 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28166
28167 * play/gomoku.el (gomoku-O, gomoku-X):
28168 Remove "-face" suffix from face names.
28169 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28170 New backward-compatibility aliases for renamed faces.
28171 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28172
28173 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28174
28175 * thumbs.el: Fixes for changes of 2005-06-09.
28176 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28177 as a directory.
28178 (thumbs-thumbname): Remove directory separator from format string;
28179 `thumbs-thumbsdir' now returns a valid directory name.
28180 (thumbs-temp-dir): New defsubst.
28181 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28182 Use it.
28183
28184 * cus-edit.el (minibuffer):
28185 * files.el (make-backup-file-name-function):
28186 * filesets.el (filesets-external-viewers):
28187 * hilit-chg.el (highlight-changes-colours)
28188 (highlight-changes-face-list, highlight-changes-rotate-faces):
28189 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28190 * kmacro.el (kmacro-call-macro):
28191 * log-edit.el (log-edit-changelog-full-paragraphs):
28192 * mouse.el (mouse-1-click-follows-link):
28193 * skeleton.el (skeleton-autowrap):
28194 * subr.el (insert-for-yank-1):
28195 * tempo.el (tempo-insert-region):
28196 * terminal.el (terminal-emulator):
28197 * time.el (display-time-mail-face):
28198 * vc.el (vc-annotate):
28199 * vcursor.el (vcursor-copy-line):
28200 * woman.el (woman-bold-headings, woman-ignore)
28201 (woman-default-faces, woman-monochrome-faces):
28202 * calendar/todo-mode.el (todo-insert-threshold):
28203 * emulation/pc-select.el (pc-select-selection-keys-only)
28204 (pc-selection-mode):
28205 * emulation/vip.el (vip-find-char-forward):
28206 * emulation/viper-cmd.el (viper-find-char-forward):
28207 * international/mule-cmds.el
28208 (select-safe-coding-system-accept-default-p)
28209 (input-method-exit-on-invalid-key):
28210 * international/mule-diag.el (describe-coding-system):
28211 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28212 * net/browse-url.el (browse-url-xterm-program):
28213 * obsolete/lazy-lock.el (lazy-lock-mode):
28214 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28215 (cperl-mode):
28216 * progmodes/cpp.el (cpp-face-light-name-list)
28217 (cpp-face-dark-name-list):
28218 * progmodes/delphi.el (delphi-newline-always-indents):
28219 Fix spellings in docstrings.
28220
28221 * ido.el (ido-mode, ido-file-extensions-order)
28222 (ido-default-file-method, ido-default-buffer-method)
28223 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28224 (ido-decorations, ido-read-file-name-as-directory-commands)
28225 (ido-read-file-name-non-ido, ido-work-directory-list)
28226 (ido-ignore-item-temp-list, ido-current-directory)
28227 (ido-magic-forward-char, ido-enter-find-file)
28228 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28229 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28230
28231 2005-06-10 Lute Kamstra <lute@gnu.org>
28232
28233 * play/dunnet.el (dun-mode): Use define-derived-mode.
28234 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28235 obsolete alias.
28236
28237 * play/doctor.el (doctor-mode-map): Remove defvar.
28238 (doctor-mode): Use define-derived-mode.
28239
28240 * mail/mspools.el (mspools-mode):
28241 * net/eudc-hotlist.el (eudc-hotlist-mode):
28242 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28243
28244 2005-06-10 Miles Bader <miles@gnu.org>
28245
28246 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28247 Remove "-face" suffix from face names.
28248 (flyspell-incorrect-face, flyspell-duplicate-face):
28249 New backward-compatibility aliases for renamed faces.
28250 (flyspell-mode-on, make-flyspell-overlay)
28251 (flyspell-highlight-incorrect-region)
28252 (flyspell-highlight-duplicate-region)
28253 (flyspell-display-next-corrections)
28254 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28255
28256 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28257 from face name.
28258 (texinfo-heading-face): New backward-compatibility alias for
28259 renamed face.
28260 (texinfo-heading-face): Use renamed texinfo-heading face.
28261
28262 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28263 suffix from face names.
28264 (tex-math-face, tex-verbatim-face):
28265 New backward-compatibility aliases for renamed faces.
28266 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28267 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28268 literal face name.
28269
28270 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28271 name.
28272 (table-cell-face): New backward-compatibility alias for renamed face.
28273 (table--put-cell-face-property, table--update-cell-face):
28274 Use renamed table-cell face.
28275
28276 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28277 from face name.
28278 (sgml-namespace-face): New backward-compatibility alias for
28279 renamed face.
28280 (sgml-namespace-face): Use renamed sgml-namespace face.
28281
28282 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28283 (org-level-4, org-level-5, org-level-6, org-level-7)
28284 (org-level-8, org-warning, org-headline-done)
28285 (org-deadline-announce, org-scheduled-today)
28286 (org-scheduled-previously, org-link, org-done, org-table)
28287 (org-time-grid): Remove "-face" suffix from face names.
28288 (org-level-1-face, org-level-2-face, org-level-3-face)
28289 (org-level-4-face, org-level-5-face, org-level-6-face)
28290 (org-level-7-face, org-level-8-face, org-warning-face)
28291 (org-headline-done-face, org-deadline-announce-face)
28292 (org-scheduled-today-face, org-scheduled-previously-face)
28293 (org-link-face, org-done-face, org-table-face)
28294 (org-time-grid-face):
28295 New backward-compatibility aliases for renamed faces.
28296 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28297 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28298 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28299 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28300
28301 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28302 (viper-minibuffer-emacs, viper-minibuffer-insert)
28303 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28304 (viper-search-face, viper-replace-overlay-face)
28305 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28306 (viper-minibuffer-vi-face):
28307 New backward-compatibility aliases for renamed faces.
28308 (viper-search-face, viper-replace-overlay-face)
28309 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28310 (viper-minibuffer-vi-face): Use renamed viper faces.
28311
28312 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28313 Remove "-face" suffix from face names.
28314 (testcover-nohits-face, testcover-1value-face):
28315 New backward-compatibility aliases for renamed faces.
28316 (testcover-mark): Use renamed testcover faces.
28317
28318 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28319 face name.
28320 (diary-button-face): New backward-compatibility alias for renamed face.
28321 (diary-entry): Use renamed diary-button face.
28322
28323 * calendar/calendar.el (diary, calendar-today, holiday)
28324 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28325 (diary-face, calendar-today-face, holiday-face):
28326 New backward-compatibility aliases for renamed faces.
28327 (eval-after-load "facemenu", diary-entry-marker)
28328 (calendar-today-marker, calendar-holiday-marker, diary-face):
28329 Use renamed calendar faces.
28330
28331 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28332 (compare-windows-face): New backward-compatibility alias for
28333 renamed face.
28334 (compare-windows-highlight): Use renamed compare-windows face.
28335
28336 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28337 (strokes-char-face): New backward-compatibility alias for renamed face.
28338 (strokes-encode-buffer): Use renamed strokes-char face.
28339
28340 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28341 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28342 Remove "-face" suffix from face names.
28343 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28344 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28345 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28346 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28347 Use renamed pcvs faces.
28348 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28349 * pcvs-defs.el (cvs-mode-map): Likewise.
28350 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28351
28352 * info.el (info-title-1, info-title-2, info-title-3)
28353 (info-title-4): Remove "-face" suffix from and downcase face names.
28354 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28355 (Info-title-4-face):
28356 New backward-compatibility aliases for renamed faces.
28357 (Info-fontify-node): Use renamed info faces.
28358
28359 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28360 Remove "-face" suffix from face names.
28361 (highlight-changes-face, highlight-changes-delete-face):
28362 New backward-compatibility aliases for renamed faces.
28363 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28364 (hilit-chg-make-list): Use renamed highlight-changes faces.
28365
28366 * generic-x.el (show-tabs-tab, show-tabs-space):
28367 Remove "-face" suffix from face names.
28368 (show-tabs-tab-face, show-tabs-space-face):
28369 New backward-compatibility aliases for renamed faces.
28370 (show-tabs-generic-mode-font-lock-defaults-1)
28371 (show-tabs-generic-mode-font-lock-defaults-2):
28372 Use renamed show-tabs faces.
28373
28374 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28375 (smerge-markers): Remove "-face" suffix from face names.
28376 (smerge-mine-face, smerge-other-face, smerge-base-face)
28377 (smerge-markers-face):
28378 New backward-compatibility aliases for renamed faces.
28379 (smerge-mine-face, smerge-other-face, smerge-base-face)
28380 (smerge-markers-face): Use renamed smerge faces.
28381
28382 * log-view.el (log-view-file, log-view-message): Remove "-face"
28383 suffix from face names.
28384 (log-view-file-face, log-view-message-face):
28385 New backward-compatibility aliases for renamed faces.
28386 (log-view-file-face, log-view-message-face): Use renamed log-view
28387 faces.
28388
28389 * paren.el (show-paren-match, show-paren-mismatch):
28390 Remove "-face" suffix from face names.
28391 (show-paren-match-face, show-paren-mismatch-face):
28392 New backward-compatibility aliases for renamed faces.
28393 (show-paren-function): Use renamed show-paren faces.
28394
28395 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28396 (ruler-mode-margins, ruler-mode-fringes)
28397 (ruler-mode-column-number, ruler-mode-fill-column)
28398 (ruler-mode-comment-column, ruler-mode-goal-column)
28399 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28400 suffix from face names.
28401 (ruler-mode-default-face, ruler-mode-pad-face)
28402 (ruler-mode-margins-face, ruler-mode-fringes-face)
28403 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28404 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28405 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28406 New backward-compatibility aliases for renamed faces.
28407 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28408 (ruler-mode-column-number, ruler-mode-fill-column)
28409 (ruler-mode-comment-column, ruler-mode-goal-column)
28410 (ruler-mode-tab-stop, ruler-mode-current-column)
28411 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28412 faces.
28413
28414 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28415 face name.
28416 (whitespace-highlight-the-space): Use renamed face.
28417 (whitespace-highlight-face): New backward-compatibility alias for
28418 renamed face.
28419
28420 * woman.el (woman-italic, woman-bold, woman-unknown)
28421 (woman-addition, woman-symbol-face):
28422 Remove "-face" suffix from face names.
28423 (woman-italic-face, woman-bold-face, woman-unknown-face)
28424 (woman-addition-face):
28425 New backward-compatibility aliases for renamed faces.
28426 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28427 (woman-decode-region, woman-replace-match)
28428 (woman-display-extended-fonts, woman-special-characters)
28429 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28430 Use renamed woman faces.
28431
28432 * longlines.el (longlines-visible-face): Face removed.
28433
28434 * diff-mode.el (diff-header, diff-file-header, diff-index)
28435 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28436 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28437 suffix from face names.
28438 (diff-header-face, diff-file-header-face, diff-index-face)
28439 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28440 (diff-changed-face, diff-function-face, diff-context-face)
28441 (diff-nonexistent-face): New backward-compatibility aliases for
28442 renamed faces.
28443 (diff-header-face, diff-file-header-face)
28444 (diff-index, diff-index-face, diff-hunk-header)
28445 (diff-hunk-header-face, diff-removed, diff-removed-face)
28446 (diff-added, diff-added-face, diff-changed-face, diff-function)
28447 (diff-function-face, diff-context-face, diff-nonexistent)
28448 (diff-nonexistent-face): Use renamed diff-mode faces.
28449
28450 * progmodes/compile.el (compilation-warning-face)
28451 (compilation-info-face): Remove "-face" suffix from face names.
28452 (compilation-warning-face, compilation-info-face):
28453 New backward-compatibility aliases for renamed faces.
28454 (compilation-warning-face, compilation-info-face):
28455 Use renamed compilation faces.
28456
28457 * add-log.el (change-log-date, change-log-name)
28458 (change-log-email, change-log-file, change-log-list)
28459 (change-log-conditionals, change-log-function)
28460 (change-log-acknowledgement): Remove "-face" suffix from face names.
28461 (change-log-date-face, change-log-name-face)
28462 (change-log-email-face, change-log-file-face)
28463 (change-log-list-face, change-log-conditionals-face)
28464 (change-log-function-face, change-log-acknowledgement-face):
28465 New backward-compatibility aliases for renamed faces.
28466 (change-log-font-lock-keywords): Use renamed change-log faces.
28467
28468 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28469 (custom-set, custom-changed, custom-saved, custom-button)
28470 (custom-button-pressed, custom-documentation, custom-state)
28471 (custom-comment, custom-comment-tag, custom-variable-tag)
28472 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28473 (custom-group-tag): Remove "-face" suffix from face names.
28474 (custom-magic-alist, custom-magic-value-create)
28475 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28476 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28477 (custom-set-face, custom-changed-face, custom-saved-face)
28478 (custom-button-face, custom-button-pressed-face)
28479 (custom-documentation-face, custom-state-face)
28480 (custom-comment-face, custom-comment-tag-face)
28481 (custom-variable-tag-face, custom-variable-button-face)
28482 (custom-face-tag-face, custom-group-tag-face-1)
28483 (custom-group-tag-face):
28484 New backward-compatibility aliases for renamed faces.
28485
28486 * wid-edit.el (widget-documentation, widget-button)
28487 (widget-field, widget-single-line-field, widget-inactive)
28488 (widget-button-pressed): "-face" suffix removed from face names.
28489 (widget-documentation-face, widget-button-face)
28490 (widget-field-face, widget-single-line-field-face)
28491 (widget-inactive-face, widget-button-pressed-face):
28492 New backward-compatibility aliases for renamed faces.
28493 (widget-documentation-face, widget-button-face)
28494 (widget-button-pressed-face, widget-specify-field)
28495 (widget-specify-inactive): Use renamed widget faces.
28496
28497 2005-06-10 Kenichi Handa <handa@m17n.org>
28498
28499 * term/x-win.el (x-clipboard-yank): Remove condition-case
28500 wrapping.
28501
28502 2005-06-11 Kenichi Handa <handa@m17n.org>
28503
28504 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28505 date lines stricter.
28506
28507 2005-06-10 Zhang Wei <id.brep@gmail.com>
28508
28509 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28510 of x-get-selection.
28511
28512 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28513
28514 * comint.el (comint-mode, comint-snapshot-last-prompt):
28515 * frame.el (frame-current-scroll-bars):
28516 * term.el (term-mode, term-check-proc, term-input-sender)
28517 (term-simple-send, term-extract-string, term-word)
28518 (term-match-partial-filename):
28519 * window.el (window-current-scroll-bars):
28520 * emulation/cua-base.el (cua-normal-cursor-color)
28521 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28522 (cua-global-mark-cursor-color):
28523 * mail/undigest.el (rmail-forward-separator-regex):
28524 Fix typos in docstrings.
28525
28526 * comint.el (comint-check-proc, make-comint-in-buffer)
28527 (comint-source-default): Doc fixes.
28528
28529 * term.el (term-send-string): Improve argument/docstring consistency.
28530
28531 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28532
28533 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28534 call to `delete-region'.
28535 (comint-mode-hook): Do not enable Font Lock by default.
28536
28537 2005-06-09 Lute Kamstra <lute@gnu.org>
28538
28539 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28540 could be void.
28541
28542 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28543
28544 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28545 (debug): Use it.
28546 (debugger-step-through, debugger-continue, debugger-jump)
28547 (debugger-return-value): Set it when needed.
28548 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28549 Use inhibit-read-only.
28550
28551 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28552
28553 * window.el (shrink-window-if-larger-than-buffer)
28554 (window-size-fixed): Fix typo in docstring.
28555
28556 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28557 thumbnails directory on loading.
28558 (thumbs-conversion-program): Use `eq' to check the system type,
28559 not `equal'.
28560 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28561 not "/tmp". Fix docstring.
28562 (thumbs-thumbsdir): New function to return the thumbnails
28563 directory, creating it if needed.
28564 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28565 (thumbs-temp-file): Delete variable and make it into a function.
28566 (thumbs-resize-image, thumbs-modify-image): Use it.
28567 (thumbs-kill-buffer): Simplify.
28568 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28569 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28570 docstrings.
28571
28572 2005-06-09 Kim F. Storm <storm@cua.dk>
28573
28574 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28575 set-match-data to free markers in match-data.
28576
28577 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28578 match-data to unchain markers in match-data.
28579
28580 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28581
28582 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28583 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28584 unnecessary now.
28585
28586 2005-06-08 Richard M. Stallman <rms@gnu.org>
28587
28588 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28589 give the variable a doc string that doesn't say don't set it directly.
28590
28591 * textmodes/ispell.el (ispell-check-version):
28592 Use match-string-no-properties.
28593 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28594 (ispell-buffer-local-words): Likewise.
28595
28596 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28597 except on terminals with enough colors to really display it.
28598 (makefile-dependency-regex): Delete spurious `bb'.
28599
28600 * faces.el (escape-glyph): Use blue once again in last case.
28601 (no-break-space): Redefine so that it isn't invisible on a tty.
28602
28603 2005-06-08 Kim F. Storm <storm@cua.dk>
28604
28605 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28606 also when reading directory name.
28607
28608 2005-06-08 Lute Kamstra <lute@gnu.org>
28609
28610 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28611 (flyspell-mode-line-string): Remove autoload cookie.
28612 (flyspell-mode): Remove defvar.
28613
28614 2005-06-07 Lute Kamstra <lute@gnu.org>
28615
28616 * textmodes/org.el (org-run-mode-hooks): New function.
28617 (org-agenda-mode): Use it.
28618
28619 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28620
28621 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28622
28623 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28624
28625 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28626
28627 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28628
28629 * font-lock.el (font-lock-add-keywords): Doc fix.
28630
28631 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28632
28633 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28634 (tex-compile-default): In the absence of any history, use the order in
28635 tex-compile-alist to choose the preferred command.
28636 (tex-compile-commands): Reorder a bit.
28637
28638 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28639 (flyspell-incorrect-face, flyspell-duplicate-face):
28640 Use (X)Emacs-agnostic code.
28641 (flyspell-mode-map): Don't overwrite at each load. Remove code
28642 redundant with the subsequent add-minor-mode. Merge Emacs and
28643 XEmacs code.
28644 (flyspell-word): Minor simplification.
28645 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28646 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28647 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28648 Merge the corresponding Emacs code.
28649 (flyspell-correct-word, flyspell-xemacs-popup):
28650 Use flyspell-do-correct.
28651
28652 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28653 a dedicated window.
28654
28655 * international/latexenc.el (latexenc-find-file-coding-system):
28656 Undo part of last patch, to turn off a compiler warning.
28657
28658 2005-06-06 Juri Linkov <juri@jurta.org>
28659
28660 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28661 Rename `tmm-inactive-face' to `tmm-inactive'.
28662
28663 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28664
28665 * iswitchb.el: Rename faces.
28666
28667 2005-06-06 Kim F. Storm <storm@cua.dk>
28668
28669 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28670 (cua-global-mark): Remove -face suffix from face names.
28671
28672 * emulation/cua-gmrk.el (cua--init-global-mark):
28673 Remove cua-global-mark face setup.
28674
28675 2005-06-06 Richard M. Stallman <rms@gnu.org>
28676
28677 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28678 just like other allowed characters.
28679 (makefile-match-dependency): Exclude leading and training whitespace
28680 from the range of regexp subexp 1.
28681 (makefile-macroassign-regex): Don't try to match the body,
28682 just the name of the macro being defined.
28683
28684 * info.el (Info-read-node-name-2): New function.
28685 (Info-read-node-name-1): Use that.
28686 Add a completion-base-size-function property.
28687
28688 * simple.el (completion-setup-function): Look for
28689 completion-base-size-function property of minibuffer-completion-table.
28690
28691 * files.el (locate-file-completion): Doc fix.
28692
28693 * printing.el: Don't call pr-update-menus; user must do that.
28694
28695 * emacs-lisp/debug.el (debugger-window): New variable.
28696 (debug): Use debugger-window if it is set and still alive.
28697 Record debugger-window for next entry.
28698
28699 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28700
28701 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28702
28703 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28704 (hack-one-local-variable, hack-local-variables)
28705 (hack-local-variables-prop-line): Pass that arg.
28706
28707 2005-06-06 Kim F. Storm <storm@cua.dk>
28708
28709 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28710 (ido-indicator): Remove -face suffix from face names.
28711
28712 2005-06-06 Juri Linkov <juri@jurta.org>
28713
28714 * font-lock.el (font-lock-regexp-backslash)
28715 (font-lock-regexp-backslash-construct): New faces.
28716 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28717 after `('. Add `while-no-input' to control structures.
28718
28719 * faces.el (no-break-space, shadow): New faces.
28720 (escape-glyph): Use less loud colors pink2 and red4.
28721
28722 * diff-mode.el (diff-context-face)
28723 * dired.el (dired-ignored)
28724 * rfn-eshadow.el (file-name-shadow)
28725 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28726
28727 * info.el (Info-title-1-face): Use green instead of yellow because
28728 bold yellow is not readable on light backgrounds.
28729
28730 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28731 before selecting the desired mode to not spend time fontifying
28732 old contents.
28733
28734 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28735
28736 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28737 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28738
28739 * ps-print.el (ps-default-fg, ps-default-bg):
28740 Fix typos in docstrings.
28741
28742 * isearchb.el (isearchb): Don't pass a spurious second argument to
28743 `iswitchb-completions'.
28744
28745 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28746
28747 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28748 to preserve point.
28749 (gdb-find-file-hook): Add doc string.
28750
28751 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28752 C dereferenced pointer expression.
28753 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28754
28755 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28756
28757 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28758 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28759 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28760 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28761 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28762 Make background transparent.
28763
28764 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28765
28766 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28767 (font-lock-remove-keywords): Doc fix.
28768 (font-lock-mode-major-mode): Compiler defvar.
28769 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28770
28771 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28772 (font-lock-mode): Update `font-lock-mode-major-mode'.
28773 (font-lock-set-defaults): Compiler defvar.
28774 (font-lock-default-function): Take `font-lock-mode-major-mode'
28775 into account.
28776
28777 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28778 keep track of which major mode it enabled the minor mode for.
28779 Use find-file-hook again. Update docstring.
28780
28781 * simple.el (eval-expression-print-level)
28782 (eval-expression-print-length, eval-expression-debug-on-error):
28783 Doc fixes.
28784
28785 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28786
28787 * iswitchb.el (iswitchb-single-match-face)
28788 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28789 (iswitchb-invalid-regexp-face): New faces.
28790 (iswitchb-completions): Use them.
28791 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28792 now marked as an obsolete alias.
28793 (iswitchb-read-buffer): Remove check for bound font variables.
28794 (iswitchb-invalid-regexp): New free variable.
28795 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28796 set iswitchb-invalid-regexp.
28797 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28798 invalid regexps.
28799 (iswitchb-completions): Add check for complete match when entering
28800 a regexp.
28801 (iswitchb-completions): Remove require-match argument.
28802 (iswitchb-exhibit): Fix caller.
28803 (iswitchb-common-match-inserted): New variable.
28804 (iswitchb-complete, iswitchb-completion-help): Use it.
28805
28806 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28807
28808 * url-http.el (url-http-chunked-encoding-after-change-function):
28809 Use `url-http-debug' instead of `message'.
28810
28811 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28812
28813 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28814 callback argument.
28815
28816 2005-06-04 Kim F. Storm <storm@cua.dk>
28817
28818 * simple.el (line-move): Only call sit-for when moving backwards.
28819
28820 * ido.el (ido-make-merged-file-list-1): New defun split from
28821 ido-make-merged-file-list.
28822 (ido-make-merged-file-list): Bind throw-on-input around call to
28823 ido-make-merged-file-list-1. Return input-pending-p if
28824 interrupted by more input available.
28825 (ido-read-internal): Handle input-pending-p return value from
28826 ido-make-merged-file-list.
28827
28828 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28829
28830 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28831 compatibility code.
28832
28833 * international/latexenc.el (latexenc-find-file-coding-system):
28834 Don't inherit the EOL part of the coding-system from the
28835 tex-main buffer. Fit within 80 columns.
28836
28837 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28838
28839 * tmm.el (tmm-inactive-face): New face.
28840 (tmm-remove-inactive-mouse-face): New function.
28841 (tmm-prompt, tmm-add-one-shortcut)
28842 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28843 but not selectable.
28844
28845 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28846
28847 * faces.el (face-equal): Improve argument/docstring consistency.
28848
28849 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28850
28851 * progmodes/make-mode.el (makefile-targets-face)
28852 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28853 (makefile-bsdmake-dependency-regex)
28854 (makefile-makepp-rule-action-regex)
28855 (makefile-bsdmake-rule-action-regex): New constants.
28856 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28857
28858 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28859 Allow (...) within `...' for makepp messages.
28860
28861 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28862
28863 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28864
28865 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28866 "." files are deleted from all file lists before comparison.
28867
28868 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28869 (viper-ESC-key): Made them customizable.
28870
28871 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28872
28873 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28874
28875 * autorevert.el (auto-revert-buffers): Use save-match-data.
28876
28877 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28878
28879 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28880 menu items with a nil command binding.
28881
28882 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
28883
28884 * emacs-lisp/cl-macs.el (defsetf):
28885 Improve argument/docstring consistency.
28886
28887 * faces.el (list-faces-display): Improve the formatting by
28888 computing the maximum length required for any face-name (reworked
28889 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28890 (internal-find-face): Remove redundant info in docstring.
28891
28892 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
28893
28894 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28895 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28896 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28897 (gdb-assembler-custom): Improve regexps.
28898 (def-gdb-auto-update-handler): Use window point to preserve point.
28899
28900 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
28901
28902 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28903
28904 2005-05-31 Jay Belanger <belanger@truman.edu>
28905
28906 * calc/calc-embed.el (calc-embedded-word): Change argument passed
28907 to calc-embedded.
28908 (calc-embedded-make-info): Have plain prefix argument select
28909 entire line.
28910
28911 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
28912
28913 * faces.el (list-faces-display): Signal error if passed a regexp
28914 that matches no face name.
28915
28916 * simple.el (filter-buffer-substring): Fix typo in docstring.
28917
28918 2005-05-31 Richard M. Stallman <rms@gnu.org>
28919
28920 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28921 (vhdl-emacs-21): Doc fix.
28922 (vhdl-mode): Unconditionally set comment-padding.
28923 (vhdl-fixup-whitespace-region): Insert spaces only where
28924 there are none.
28925 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28926
28927 2005-05-30 John Wiegley <johnw@newartisans.com>
28928
28929 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28930 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28931 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28932 `directory-sep-char' to ?/, and all uses of `string-to-int' to
28933 `string-to-number'.
28934
28935 2005-05-30 Jay Belanger <belanger@truman.edu>
28936
28937 * calc/calc.el (calc-bug-address): Fix docstring.
28938 (calc-window-hook, calc-trail-window-hook): New variables.
28939 (calc-trail-display): Restore use of calc-trail-window-hook.
28940 (calc): Restore use of calc-window-hook.
28941
28942 2005-05-31 Masatake YAMATO <jet@gyve.org>
28943
28944 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28945
28946 * help-fns.el (help-C-file-name): Add autoload mark for
28947 `find-function-noselect'.
28948
28949 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
28950
28951 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28952 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28953
28954 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28955
28956 * calendar/diary-lib.el (mark-included-diary-files): Only kill
28957 included diary buffer if it was not already being visited.
28958 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28959
28960 * calendar/icalendar.el (top-level): Do not require appt.
28961
28962 * mail/supercite.el (sc-select-attribution): Only use a list
28963 element from sc-attrib-selection-list if it returns a string.
28964 Reported by Davide G. M. Salvetti <salve@debian.org>.
28965
28966 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
28967
28968 * thumbs.el (thumbs-thumbname): The resulting thumbname now
28969 includes a hash value to improve its uniqueness, and has a ".jpg"
28970 extension. Also, it is now a valid filename on all systems.
28971 (thumbs-make-thumb): Use `let', not `let*'.
28972 (thumbs-show-thumbs-list): Check for JPEG availability.
28973
28974 2005-05-30 Richard M. Stallman <rms@gnu.org>
28975
28976 * filesets.el (filesets-menu-ensure-use-cached):
28977 Prevent warning when emacs-version>= is undefined.
28978
28979 * printing.el (pr-interactive-n-up): Use string-to-number.
28980
28981 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28982
28983 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28984 Warn only when name to be defined is quoted.
28985
28986 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
28987
28988 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28989 Make regexp more robust.
28990 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28991 Force regeneration of disassembly.
28992
28993 2005-05-29 Jay Belanger <belanger@truman.edu>
28994
28995 * calc/calc.el (calc-user-invocation): Check if
28996 calc-invocation-macro is non-nil.
28997
28998 2005-05-29 Juri Linkov <juri@jurta.org>
28999
29000 * add-log.el (change-log-font-lock-keywords):
29001 Add `+' to e-mail regexp to accept mail address with keywords.
29002
29003 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29004
29005 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29006
29007 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29008
29009 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29010
29011 2005-05-29 Richard M. Stallman <rms@gnu.org>
29012
29013 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29014 Undo the change that moves to end of the current word.
29015
29016 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29017
29018 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29019 Throw error when count <= 0 to ensure input is a number.
29020 (gdb-read-memory-custom): Pick up address from buffer.
29021 (gdb-memory-mode): Allow user to increment and decrement
29022 memory address from header line.
29023
29024 2005-05-29 Richard M. Stallman <rms@gnu.org>
29025
29026 * flyspell.el (flyspell-version): Function deleted.
29027 (flyspell-auto-correct-previous-hook): Doc fix.
29028
29029 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29030 Do nothing if memory is full.
29031
29032 * font-lock.el (font-lock-fontify-syntactically-region):
29033 Pass t for GREEDY to looking-back.
29034
29035 * saveplace.el (save-place-alist-to-file): Write the file
29036 using write-region.
29037
29038 * subr.el (looking-back): New argument GREEDY.
29039
29040 * progmodes/compile.el (compilation-start): Set the mode
29041 before inserting the initial text.
29042
29043 * progmodes/which-func.el (which-func-update-1): Turn the mode
29044 off in case of error by setting which-func-mode.
29045
29046 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29047
29048 * flyspell.el (flyspell-auto-correct-previous-word):
29049 Narrow down to what's on the screen, and recenter overlays
29050 at the end of the next word.
29051
29052 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29053
29054 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29055 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29056 (flyspell-abbrev-p): Default to nil.
29057 (flyspell-use-global-abbrev-table-p): Doc fix.
29058 (flyspell-large-region): Allow nil as value.
29059 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29060
29061 (mail-mode-flyspell-verify): More robust handling
29062 of `mail-header-separator'. More efficient signature detection.
29063 Allow for regexp metacharacters in message-header-separator.
29064 Adding `To' not to be checked in mail-mode-flyspell-verify.
29065
29066 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29067 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29068 Bind flyspell-auto-correct-binding.
29069 Bind C-. and C-, .
29070 (flyspell-mode-map): Likewise.
29071 (flyspell-mode): Doc fix.
29072 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29073 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29074 (flyspell-word-cache-result): New var, always local.
29075 (flyspell-check-pre-word-p): Doc fix.
29076 (flyspell-check-changed-word-p): Handle spc like newline.
29077 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29078 (flyspell-word-search-backward, flyspell-word-search-forward):
29079 New functions.
29080 (flyspell-word): Return t if nothing to check.
29081 When parsing TeX code, check for after } or \.
29082 Use flyspell-word-search-backward to find previous word.
29083 Return nil if duplicated word.
29084 For word already checked, return same value as last time.
29085 Set flyspell-word-cache-result after checking.
29086 Don't clobber the return value.
29087 (flyspell-get-word): Major rewrite.
29088 (flyspell-external-point-words): New locals pword, pcount.
29089 Fix size used in progress message.
29090 Find the proper corresponding word in flyspell-large-region-buffer.
29091 (flyspell-region): Check for flyspell-large-region = nil.
29092 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29093 (flyspell-auto-correct-word): Check that WORD is a cons.
29094 (flyspell-correct-word): Likewise.
29095
29096 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29097
29098 * progmodes/make-mode.el (makefile-rule-action-regex)
29099 (makefile-macroassign-regex, makefile-makepp-mode)
29100 (makefile-bsdmake-mode): Continuation lines may be empty.
29101 Reported by Joshua Varner.
29102 (makefile-makepp-font-lock-keywords): Add $(stem).
29103
29104 2005-05-28 Karl Berry <karl@gnu.org>
29105
29106 * textmodes/tex-mode.el: Now that tex-send-command calls
29107 shell-quote-argument (2005-03-31 change), remove all calls to
29108 shell-quote-argument; they all end up invoking tex-send-command.
29109 The double quoting loses on filenames with non-safe characters,
29110 such as "@". Reported by Frederik Fouvry.
29111
29112 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29113
29114 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29115 about preserving point.
29116
29117 2005-05-27 Jay Belanger <belanger@truman.edu>
29118
29119 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29120 Info-goto-node.
29121
29122 * calc/calc-embed.el (calc-embed-arg): New variable.
29123 (calc-do-embedded-activate, calc-embedded-activate-formula)
29124 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29125 variable by new variable.
29126 (calc-embedded-make-info): Replace undeclared variable by new
29127 variable. When selecting region with positive prefix
29128 argument, use end of previous line instead of beginning of line.
29129
29130 * calc/calc-aent.el (calc-arg-values): Declare it.
29131
29132 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29133 Declare them.
29134
29135 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29136
29137 * calc/calc.el (calc-alg-map): Declare it.
29138
29139 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29140
29141 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29142
29143 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29144 (gdb-registers-buffer, toggle-gdb-all-registers):
29145 Toggle display of floating point registers.
29146 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29147
29148 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29149 (toggle-gud-tooltip-dereference):
29150 Rename from gud-toggle-tooltip-dereference.
29151
29152 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29153
29154 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29155
29156 2005-05-27 Jay Belanger <belanger@truman.edu>
29157
29158 * calc/calc-prog.el (calc-kbd-report): Remove.
29159 (calc-kbd-query): Rewrite.
29160
29161 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29162
29163 * image.el (image-library-alist): Move to image.c.
29164 (image-type-available-p): Doc fix.
29165
29166 2005-05-27 Lute Kamstra <lute@gnu.org>
29167
29168 * calc/calc.el (calc):
29169 * outline.el (outline-1, outline-2, outline-3, outline-4)
29170 (outline-5, outline-6, outline-7, outline-8):
29171 * textmodes/dns-mode.el (dns-mode):
29172 * textmodes/sgml-mode.el (sgml-namespace-face):
29173 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29174 (tex-verbatim-face, tex-use-reftex):
29175 * textmodes/texinfo.el (texinfo-heading-face):
29176 Specify customization group.
29177
29178 * longlines.el: Don't require easy-mmode.
29179 (longlines-visible-face): Specify customization group.
29180
29181 2005-05-27 Kenichi Handa <handa@m17n.org>
29182
29183 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29184 encoding table of windows-1251.
29185
29186 * international/ucs-tables.el (ucs-set-table-for-input):
29187 If translation-table-for-input of a coding system is a symbol, get
29188 its translation-table property.
29189
29190 * international/code-pages.el: Don't register a coding system into
29191 non-iso-charset-alist more than once.
29192 (cp-make-coding-system): Likewise.
29193
29194 2005-05-26 John Wiegley <johnw@newartisans.com>
29195
29196 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29197 `eshell-resume-eval' is wrapped in a list, it indicates that the
29198 command was run asynchronously. In that case, unwrap the value
29199 before checking the delimiter value.
29200
29201 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29202 character before a space at the end of a line is \, assume the space
29203 is part of the last argument rather than a final argument separator.
29204
29205 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29206 is in use, and the target is `t' or `nil' (which are the most common
29207 values), don't assume that the symbol target is a buffer.
29208
29209 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29210
29211 * calendar/calendar.el (calendar-mode-line-format):
29212 Use mode-line-highlight as mouse-face.
29213
29214 * time.el (display-time-string-forms, display-time-update):
29215 Use mode-line-highlight as mouse-face.
29216
29217 2005-05-26 Jay Belanger <belanger@truman.edu>
29218
29219 * calc/calc.el (calc-language-alist): Remove extra defvar.
29220
29221 2005-05-26 Lute Kamstra <lute@gnu.org>
29222
29223 * arc-mode.el (archive-mode):
29224 * bookmark.el (bookmark-read-annotation-mode)
29225 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29226 * bs.el (bs-mode):
29227 * calc/calc-yank.el (calc-edit-mode):
29228 * calc/calc.el (calc-mode, calc-trail-mode):
29229 * calculator.el (calculator-mode):
29230 * chistory.el (command-history-mode):
29231 * comint.el:
29232 * cus-edit.el (custom-mode):
29233 * descr-text.el (describe-text-mode):
29234 * ebuff-menu.el (Electric-buffer-menu-mode):
29235 * ediff-util.el (ediff-mode):
29236 * emacs-lisp/re-builder.el (reb-mode):
29237 * emulation/vi.el (vi-mode-setup):
29238 * emulation/ws-mode.el (wordstar-mode):
29239 * eshell/esh-mode.el (eshell-mode):
29240 * forms.el (forms-mode):
29241 * help-mode.el (help-mode):
29242 * hexl.el (hexl-mode):
29243 * ibuffer.el (ibuffer-mode):
29244 * ielm.el (inferior-emacs-lisp-mode):
29245 * info.el (Info-mode, Info-edit-mode):
29246 * international/swedish.el:
29247 * ledit.el (ledit-from-lisp-mode):
29248 * locate.el (locate-mode):
29249 * mail/rmail.el (rmail-mode):
29250 * mail/rmailedit.el (rmail-edit-mode):
29251 * mail/rmailsum.el (rmail-summary-mode):
29252 * mail/supercite.el (sc-electric-mode):
29253 * net/eudc.el (eudc-mode):
29254 * net/quickurl.el (quickurl-list-mode):
29255 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29256 * obsolete/ooutline.el (outline-mode):
29257 * obsolete/options.el (Edit-options-mode):
29258 * obsolete/rnews.el (news-mode):
29259 * obsolete/rnewspost.el (news-reply-mode):
29260 * play/5x5.el (5x5-mode):
29261 * play/decipher.el (decipher-mode, decipher-stats-mode):
29262 * play/gomoku.el (gomoku-mode):
29263 * play/snake.el (snake-mode):
29264 * play/solitaire.el (solitaire-mode):
29265 * play/tetris.el (tetris-mode):
29266 * progmodes/ada-mode.el (ada-mode):
29267 * progmodes/antlr-mode.el (antlr-mode):
29268 * progmodes/autoconf.el (autoconf-mode):
29269 * progmodes/dcl-mode.el (dcl-mode):
29270 * progmodes/delphi.el (delphi-mode):
29271 * progmodes/ebrowse.el (ebrowse-tree-mode)
29272 (ebrowse-electric-list-mode, ebrowse-member-mode)
29273 (ebrowse-electric-position-mode):
29274 * progmodes/f90.el (f90-mode):
29275 * progmodes/fortran.el (fortran-mode):
29276 * progmodes/icon.el (icon-mode):
29277 * progmodes/idlw-help.el (idlwave-help-mode):
29278 * progmodes/idlw-shell.el (idlwave-shell-mode):
29279 * progmodes/idlwave.el (idlwave-mode):
29280 * progmodes/inf-lisp.el (inferior-lisp-mode):
29281 * progmodes/m4-mode.el (m4-mode):
29282 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29283 * progmodes/modula2.el (modula-2-mode):
29284 * progmodes/octave-inf.el (inferior-octave-mode):
29285 * progmodes/octave-mod.el (octave-mode):
29286 * progmodes/pascal.el (pascal-mode):
29287 * progmodes/sh-script.el (sh-mode):
29288 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29289 * progmodes/vhdl-mode.el (vhdl-mode):
29290 * progmodes/xscheme.el (scheme-interaction-mode):
29291 * replace.el (occur-mode):
29292 * ses.el (ses-mode):
29293 * simple.el (completion-list-mode):
29294 * skeleton.el:
29295 * speedbar.el (speedbar-mode):
29296 * term.el (term-mode):
29297 * terminal.el (terminal-edit-mode):
29298 * textmodes/reftex-index.el (reftex-index-mode)
29299 (reftex-index-phrases-mode):
29300 * textmodes/reftex-sel.el (reftex-select-label-mode)
29301 (reftex-select-bib-mode):
29302 * textmodes/reftex-toc.el (reftex-toc-mode):
29303 * wdired.el (wdired-change-to-wdired-mode):
29304 * wid-browse.el (widget-browse-mode):
29305 Use run-mode-hooks.
29306
29307 * array.el (array-mode):
29308 * calendar/todo-mode.el (todo-mode):
29309 * man.el (Man-mode):
29310 * play/landmark.el (lm-mode):
29311 * play/mpuz.el (mpuz-mode):
29312 Use kill-all-local-variables and run-mode-hooks.
29313
29314 * subr.el (delay-mode-hooks): Specify indentation.
29315
29316 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29317
29318 * xml.el (xml-substitute-special): Don't die for undefined xml
29319 entities.
29320
29321 2005-05-26 Jay Belanger <belanger@truman.edu>
29322
29323 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29324 of nil.
29325
29326 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29327
29328 * progmodes/gdb-ui.el (gdb-frame-address):
29329 Rename from gdb-current-address.
29330 (gdb-previous-frame-address): Rename from gdb-previous-address.
29331 (gdb-selected-frame): Rename from gdb-current-frame.
29332 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29333 (gdb-frame-number): Rename from gdb-current-stack-level.
29334 (gdb-ann3): Match new mode-name for disassembly buffer.
29335 Extend initialization of variables.
29336 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29337 (gdb-memory-mode): Use mouse-face in header line.
29338 (gdb-assembler-buffer-name): Call it disassembly and give frame
29339 in mode line.
29340 (gdb-source-spec-regexp, gdb-assembler-custom)
29341 (gdb-invalidate-assembler, gdb-frame-handler):
29342 Make robust to leading zeroes in address format.
29343
29344 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29345
29346 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29347 define `org-mode'.
29348 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29349
29350 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29351
29352 * log-edit.el (log-edit-changelog-entries): Distinguish between
29353 filenames like xfns.c and fns.c.
29354
29355 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29356
29357 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29358 point after reverting.
29359 (Buffer-menu-make-sort-button): Handle the case where
29360 `Buffer-menu-use-header-line' is nil.
29361
29362 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29363
29364 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29365 New funcs. In minibuffer-local-completion-map bind `]', `/'
29366 and `:' to them.
29367
29368 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29369
29370 * startup.el (normal-top-level): Allow modification of load-path while
29371 we're iterating over it.
29372
29373 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29374
29375 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29376 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29377 (thumbs-resize-interactive, thumbs-insert-image)
29378 (thumbs-insert-thumb, thumbs-dired-show-marked)
29379 (thumbs-find-image-at-point, thumbs-delete-images)
29380 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29381 (thumbs-increment-image-size, thumbs-decrement-image-size):
29382 Fix typos in docstrings.
29383
29384 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29385
29386 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29387 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29388 (cperl-mode): Use them.
29389
29390 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29391
29392 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29393 Doc fixes.
29394
29395 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29396
29397 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29398 Bind C-d to gdb-inferior-io-eof.
29399
29400 * dired.el (dired-dnd-popup-notice): Use message-box.
29401
29402 2005-05-23 Masatake YAMATO <jet@gyve.org>
29403
29404 * bindings.el (mode-line-major-mode-keymap):
29405 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29406
29407 * faces.el (mode-line-highlight): New face.
29408
29409 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29410 as mouse-face.
29411
29412 * bindings.el (top-level, help-echo, mode-line-modified)
29413 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29414 as mouse-face.
29415
29416 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29417
29418 * progmodes/cc-engine.el (c-guess-basic-syntax):
29419 Remove spurious call to `zerop'.
29420
29421 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29422
29423 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29424
29425 CC Mode update to 5.30.10:
29426
29427 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29428 could go past the limit in decoration level 2, thereby causing
29429 errors during interactive fontification.
29430
29431 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29432 the file is evaluated interactively.
29433
29434 * cc-engine.el (c-guess-basic-syntax): Handle operator
29435 declarations somewhat better in C++.
29436
29437 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29438 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29439 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29440 (awk-mode): Use it.
29441 (make-local-hook): Suppress warning about obsoleteness.
29442
29443 * cc-engine.el, cc-align.el, cc-cmds.el
29444 (c-append-backslashes-forward, c-delete-backslashes-forward)
29445 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29446 Compensate for return value from `forward-line' when it has moved
29447 but not to a different line due to eob.
29448
29449 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29450 `objc-method-intro' and `objc-method-args-cont'.
29451
29452 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29453
29454 CC Mode update to 5.30.10:
29455
29456 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29457 in the copyright statement. Incidentally, change "along with GNU
29458 Emacs" to "along with this program" where it occurs.
29459
29460 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29461 so that it is interactive, hence can be found by M-x awk-mode
29462 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29463 <gmorris+emacs@ast.cam.ac.uk>.
29464
29465 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29466 Mode's regexps.
29467
29468 2005-05-23 Kevin Ryde <user42@zip.com.au>
29469
29470 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29471 c-parse-state, to avoid a lisp error (on bad code).
29472
29473 2005-05-23 Lute Kamstra <lute@gnu.org>
29474
29475 * subr.el (font-lock-defaults): Remove defvar as it's already
29476 defined in font-core.el.
29477
29478 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29479
29480 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29481
29482 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29483 more general and work when GDB variable "print pretty" is on,
29484 as with Emacs, for example.
29485
29486 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29487
29488 * font-core.el: Update comment.
29489
29490 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29491 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29492
29493 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29494
29495 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29496
29497 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29498 and `yank-handler' in the doc strings.
29499
29500 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29501
29502 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29503
29504 2005-05-22 Richard M. Stallman <rms@gnu.org>
29505
29506 * help.el (describe-key): Move print-help-return-message call
29507 out of conditional.
29508
29509 * progmodes/etags.el (list-tags): Use with-no-warnings.
29510
29511 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29512 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29513 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29514
29515 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29516
29517 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29518 Add defvar.
29519
29520 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29521 Use defvar, not defconst.
29522
29523 * hexl.el (hexl-follow-line): Use with-no-warnings.
29524
29525 * emulation/tpu-extras.el: Use write-file-functions instead of
29526 write-file-hooks.
29527
29528 * dired.el (dired-font-lock-keywords): Fontify files with junk
29529 extensions even if marked by -F.
29530
29531 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29532
29533 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29534 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29535 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29536 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29537 (concatenate, list-length, get*, getf, cl-remprop):
29538 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29539 (etypecase, progv, lexical-let, lexical-let*)
29540 (multiple-value-bind, multiple-value-setq, shiftf):
29541 Improve argument/docstring consistency.
29542
29543 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29544
29545 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29546
29547 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29548 doesn't exist.
29549
29550 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29551 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29552
29553 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29554
29555 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29556 already deleted variables: auto-fill-hook, blink-paren-hook,
29557 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29558 suspend-hooks, comment-indent-hook, meta-flag,
29559 before-change-function, after-change-function,
29560 font-lock-doc-string-face.
29561
29562 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29563
29564 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29565
29566 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29567
29568 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29569 rmail-dont-reply-to.
29570
29571 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29572
29573 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29574 literal blank when splitting new-header-values.
29575
29576 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29577
29578 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29579 string so that tmm doesn't create a completion entry for it.
29580
29581 * textmodes/table.el (table-disable-menu): Ditto.
29582
29583 2005-05-21 Richard M. Stallman <rms@gnu.org>
29584
29585 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29586
29587 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29588
29589 * net/rcompile.el (remote-compile): Use compilation-start.
29590
29591 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29592
29593 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29594
29595 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29596 Default to makefile-bsdmake-mode on BSD systems.
29597
29598 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29599 REGEXP may also be a search function now. The part of doc-string
29600 for describing the structure was 95% identical to that of
29601 `imenu--generic-function'. Unify it there.
29602
29603 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29604 Use function to find dependencies, because regexp alone is so complex,
29605 it easily goes into an endless loop.
29606 (makefile-makepp-mode): Also add submenu for Perl functions
29607 defined in the makefile.
29608 (makefile-bsdmake-mode): Special imenu-generic-expression no
29609 longer needed, due to function call.
29610 (makefile-match-dependency): Take BOUND into account when checking
29611 if we're through.
29612
29613 2005-05-20 Jay Belanger <belanger@truman.edu>
29614
29615 * calc/calc-units.el (calc-invalidate-units-table):
29616 Use inhibit-read-only.
29617 (math-build-units-table-buffer): Use view-mode.
29618
29619 2005-05-20 David Kastrup <dak@gnu.org>
29620
29621 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29622 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29623
29624 2005-05-20 Lute Kamstra <lute@gnu.org>
29625
29626 * diff-mode.el (diff-header-face, diff-file-header-face)
29627 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29628 (diff-added-face, diff-changed-face, diff-function-face)
29629 (diff-context-face, diff-nonexistent-face): Put them in the
29630 diff-mode customization group.
29631
29632 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29633
29634 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29635
29636 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29637
29638 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29639 Minor regexp-optimization.
29640
29641 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29642
29643 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29644 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29645 (org-agenda-add-time-grid-maybe): New function.
29646 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29647 (org-table-create): `dotimes' instead of `mapcar'.
29648 (org-xor): Simplify implementation.
29649 (org-agenda): `inhibit-redisplay' turned on.
29650 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29651 a consistent line after a state change.
29652 (org-agenda-remove-times-when-in-prefix): New option.
29653 (org-prefix-has-time): New variable.
29654 (org-parse-time-string): Optional argument NODEFAULT.
29655 (org-format-agenda-item): Parse items for time-of-day
29656 specifications and move these into the prefix if possible.
29657 (org-agenda-priority): Get current heading, not previous heading
29658 during agenda remote editing.
29659
29660 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29661
29662 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29663 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29664 (remove-duplicates, delete-duplicates, substitute)
29665 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29666 (nsubstitute-if-not, find, find-if, find-if-not, position)
29667 (position-if, position-if-not, count, count-if, count-if-not)
29668 (mismatch, search, sort*, stable-sort, merge, member*)
29669 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29670 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29671 (intersection, nintersection, set-difference, nset-difference)
29672 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29673 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29674 (nsublis, tree-equal): Improve argument/docstring consistency.
29675
29676 * subr.el (send-string, send-region): Remove obsolescence declaration.
29677 (window-dot, set-window-dot, read-input, show-buffer)
29678 (eval-current-buffer, string-to-int):
29679 Add release number to obsolescence declarations.
29680
29681 2005-05-19 Kim F. Storm <storm@cua.dk>
29682
29683 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29684 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29685
29686 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29687
29688 * faces.el (list-faces-display): Make back button respect optional
29689 regexp arg.
29690
29691 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29692
29693 * calculator.el (calculator-radix-grouping-mode)
29694 (calculator-radix-grouping-digits, calculator-displayer)
29695 (calculator-radix-grouping-separator, calculator-copy-displayer):
29696 * dabbrev.el (dabbrev-search-these-buffers-only):
29697 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29698 (diff-advance-after-apply-hunk, diff-mode-hook)
29699 (diff-minor-mode-prefix):
29700 * imenu.el (imenu-use-popup-menu):
29701 * jit-lock.el (jit-lock-context-time):
29702 * newcomment.el (comment-fill-column, comment-column)
29703 (comment-style, comment-padding, comment-multi-line)
29704 (comment-empty-lines, comment-auto-fill-only-comments):
29705 * reveal.el (reveal-around-mark):
29706 * uniquify.el (uniquify-buffer-name-style)
29707 (uniquify-after-kill-buffer-p)
29708 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29709 (uniquify-min-dir-content, uniquify-separator)
29710 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29711 * w32-vars.el (w32-fixed-font-alist):
29712 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29713 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29714 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29715 * progmodes/perl-mode.el (perl-indent-level)
29716 (perl-continued-statement-offset, perl-continued-brace-offset)
29717 (perl-brace-offset, perl-brace-imaginary-offset)
29718 (perl-label-offset, perl-indent-continued-arguments)
29719 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29720 * progmodes/tcl.el (tcl-indent-level)
29721 (tcl-continued-indent-level, tcl-auto-newline)
29722 (tcl-tab-always-indent, tcl-electric-hash-style)
29723 (tcl-help-directory-list, tcl-use-smart-word-finder)
29724 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29725 (inferior-tcl-source-command):
29726 * textmodes/fill.el (enable-kinsoku):
29727 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29728 * textmodes/table.el (table-yank-handler):
29729 Specify missing group (and type, if simple) in defcustom.
29730
29731 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29732
29733 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29734
29735 2005-05-19 Richard M. Stallman <rms@gnu.org>
29736
29737 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29738
29739 * subr.el (event-basic-type): Don't get an error.
29740 (left-fringe-p): Function deleted.
29741
29742 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29743 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29744
29745 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29746 in recursive copy.
29747
29748 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29749
29750 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29751
29752 * emacs-lisp/bytecomp.el
29753 (byte-compile-file-form-custom-declare-variable):
29754 Call byte-compile-nogroup-warn if appropriate.
29755
29756 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29757 (compilation-set-window): Don't call left-fringe-p; do it directly.
29758
29759 2005-05-19 Jay Belanger <belanger@truman.edu>
29760
29761 * calc/calc-graph.el (calc-graph-format-data): Make sure
29762 var-PlotRejects is bound before trying to check its value.
29763
29764 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29765
29766 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29767 definition of this variable from reftex-global.el to reftex.el,
29768 because it is needed in the menu.
29769
29770 2005-05-19 Lute Kamstra <lute@gnu.org>
29771
29772 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29773 years are fixed. Don't insert a space after a dash.
29774
29775 2005-05-19 Kim F. Storm <storm@cua.dk>
29776
29777 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29778
29779 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29780
29781 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29782 strings, because (eq ... ?\\) is fairly frequent.
29783
29784 * progmodes/make-mode.el (makefile-add-this-line-targets):
29785 Simplify and integrate into `makefile-pickup-targets'.
29786 (makefile-add-this-line-macro): Simplify and integrate into
29787 `makefile-pickup-macros.
29788 (makefile-pickup-filenames-as-targets): Simplify.
29789 (makefile-previous-dependency, makefile-match-dependency):
29790 Don't stumble over `::'.
29791
29792 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29793
29794 * subr.el (post-command-idle-hook, post-command-idle-delay):
29795 Remove obsoletion of post-command-idle-hook and
29796 post-command-idle-delay.
29797
29798 * faces.el (list-faces-display): Provide button when describe-face
29799 is called to take user back to the list of faces.
29800
29801 * help-fns.el (describe-variable): Remove hyperlinks in a
29802 variable's value as these are quite frequently inappropriate.
29803
29804 * follow.el (follow-submit-feedback, follow-mode):
29805 Remove references to post-command-idle-hook.
29806
29807 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29808
29809 * progmodes/make-mode.el (makefile-previous-dependency)
29810 (makefile-match-dependency): Check for := (and in bsd mode also
29811 !=) to give a better result, even when font-lock is not on.
29812
29813 2005-05-18 Jay Belanger <belanger@truman.edu>
29814
29815 * calc/calc-help.el (calc-s-prefix-help):
29816 Add `calc-copy-special-constant' to help string.
29817
29818 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29819
29820 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29821
29822 2005-05-18 Jay Belanger <belanger@truman.edu>
29823
29824 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29825 in linear factors are in proper order.
29826
29827 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29828
29829 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29830 Support for jurabib.
29831
29832 * textmodes/reftex.el (featurep): Define aliases for overlay
29833 commands, for XEmacs compatibility, and use these aliases in
29834 overlay initializations.
29835 (reftex-highlight): Use `reftex-move-overlay'.
29836 (reftex-unhighlight): Use `reftex-delete-overlay'.
29837 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29838 (reftex-access-search-path): Use `reftex-uniquify' instead of
29839 `reftex-uniq'.
29840
29841 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29842 `before-string' property modification enables for Emacs as well.
29843 (reftex-select-item): Use `reftex-delete-overlay'.
29844 (reftex-select-mark): Use `reftex-make-overlay' and
29845 `reftex-overlay-put'.
29846 (reftex-select-unmark): Use `reftex-delete-overlay' and
29847 `reftex-overlay-put'.
29848
29849 2005-05-18 Lute Kamstra <lute@gnu.org>
29850
29851 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29852
29853 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29854
29855 * add-log.el (add-change-log-entry):
29856 * array.el (array-make-template, array-reconfigure-rows)
29857 (array-init-max-row, array-init-max-column)
29858 (array-init-columns-per-line, array-init-field-width):
29859 * replace.el (replace-match-maybe-edit, perform-replace):
29860 * textmodes/spell.el (spell-region):
29861 Replace `read-input' by `read-string'.
29862
29863 * forms.el (forms-mode):
29864 * finder.el (finder-compile-keywords):
29865 * shadowfile.el (shadow-read-files):
29866 Replace `eval-current-buffer' by `eval-buffer'.
29867
29868 * terminal.el (te-pass-through):
29869 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29870 (ange-ftp-raw-send-cmd):
29871 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29872 (send-process-next-char, telnet-initial-filter, telnet):
29873 Replace `send-string' by `process-send-string'.
29874
29875 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29876 (prolog-consult-region): Replace `send-string' by
29877 `process-send-string'; replace `send-region' by `process-send-region'.
29878
29879 * progmodes/delphi.el (delphi-log-msg):
29880 Replace `set-window-dot' by `set-window-point'.
29881
29882 * subr.el (window-dot, set-window-dot, read-input, send-string)
29883 (send-region, show-buffer, eval-current-buffer):
29884 Make really obsolete, as the comment says.
29885
29886 2005-05-17 Kim F. Storm <storm@cua.dk>
29887
29888 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29889 (cua--init-keymaps): Bind C-return instead of S-return to set
29890 rectangle mark.
29891
29892 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29893 instead of S-return to toggle/clear rectangle mark.
29894
29895 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
29896
29897 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29898 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29899 Also fontify plain strings assigned to variables, mostly so that a
29900 colon has a face and is thus not taken as a dependency separator.
29901 (makefile-previous-dependency): Inline the new matcher, because it
29902 is too complex to work in both directions.
29903 (makefile-match-dependency): Eliminate `backward' arg (see above).
29904 Completely reimplemented so as to not sometimes go into an endless
29905 loop. It should also be more efficient, because first it only
29906 searches for `:', instead of applying the very complex regexp.
29907 (makefile-mode): Cancel `font-lock-support-mode', because blocks
29908 to be fontified in one piece can be too long for JIT.
29909 Makefiles are never *that* big.
29910
29911 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
29912
29913 * dired.el (dired-mode): Simplify.
29914
29915 2005-05-17 Lute Kamstra <lute@gnu.org>
29916
29917 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29918 defcustom for the mode hook variable.
29919
29920 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29921 Emacs Lisp Reference Manual.
29922
29923 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
29924
29925 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29926 (evenp, list*):
29927 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29928 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29929
29930 * net/tramp-smb.el (tramp-smb-open-connection):
29931 Pass `tramp-chunksize' as fifth (required) argument.
29932
29933 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
29934
29935 * font-lock.el (lisp-font-lock-keywords-1):
29936 Set `font-lock-negation-char-face' for [^...] char group.
29937 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29938
29939 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29940 a var, and refine it to mask one more level of nested vars.
29941 (makefile-rule-action-regex): Turn it into a var, and refine it so
29942 it recognizes backslashed continuation lines as belonging to the
29943 same command.
29944 (makefile-macroassign-regex): Refine it so it recognizes
29945 backslashed continuation lines as belonging to the same command.
29946 (makefile-var-use-regex): Don't look at the next char, because it
29947 might be the same one to be skipped by the initial [^$], leading
29948 to an overlooked variable use.
29949 (makefile-make-font-lock-keywords): Remove two parameters, which
29950 are now variables that some of the modes set locally.
29951 Handle dependency and rule action matching through functions, because
29952 regexps alone match too often. Dependency matching now comes
29953 last, so it can check, whether a colon already matched something else.
29954 (makefile-mode): Inform that font-lock improves makefile parsing
29955 capabilities.
29956 (makefile-match-dependency, makefile-match-action): New functions.
29957
29958 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
29959
29960 * emacs-lisp/cl-extra.el (equalp): Doc fix.
29961
29962 * align.el (align-regexp):
29963 * ansi-color.el (ansi-color-get-face):
29964 * array.el (array-reconfigure-rows, array-init-max-row)
29965 (array-init-max-column, array-init-columns-per-line)
29966 (array-init-field-width):
29967 * dired-aux.el (dired-trample-file-versions):
29968 * dired-x.el (dired-mark-sexp):
29969 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29970 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29971 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29972 * faces.el (face-read-integer):
29973 * files.el (backup-extract-version, insert-directory):
29974 * hexl.el (hexl-insert-decimal-char):
29975 * server.el (server-process-filter):
29976 * shell.el (shell-extract-num):
29977 * startup.el (command-line-1):
29978 * term.el (term-command-hook):
29979 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29980 (time-stamp-do-number):
29981 * time.el (display-time-update):
29982 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29983 (timezone-fix-time):
29984 * vms-patch.el (vms-suspend-resume-hook):
29985 * calendar/appt.el (appt-convert-time):
29986 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29987 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29988 * calendar/cal-islam.el (mark-islamic-diary-entries):
29989 * calendar/calendar.el (calendar-cursor-to-date)
29990 (calendar-star-date):
29991 * calendar/diary-lib.el (diary-attrtype-convert)
29992 (mark-diary-entries, diary-entry-time):
29993 * calendar/solar.el (solar-get-number):
29994 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29995 * emacs-lisp/re-builder.el (reb-display-subexp):
29996 * emulation/edt.el (edt-set-scroll-margins):
29997 * emulation/tpu-extras.el (tpu-set-scroll-margins):
29998 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29999 (vip-get-ex-count):
30000 * emulation/viper-ex.el (viper-get-ex-token)
30001 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30002 * international/fontset.el (fontset-plain-name):
30003 * mail/feedmail.el (feedmail-look-at-queue-directory):
30004 * mail/mailalias.el (mail-get-names):
30005 * mail/rmail.el (rmail-convert-to-babyl-format):
30006 * mail/rmailsum.el (rmail-make-basic-summary-line)
30007 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30008 (rmail-summary-goto-msg):
30009 * mail/smtpmail.el (smtpmail-read-response):
30010 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30011 (ange-ftp-vms-add-file-entry):
30012 * play/gametree.el (gametree-looking-at-ply)
30013 (gametree-current-branch-score):
30014 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30015 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30016 * progmodes/cperl-mode.el (condition-case):
30017 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30018 (ebrowse-set-member-buffer-column-width)
30019 (ebrowse-select-1st-to-9nth):
30020 * progmodes/etags.el (etags-snarf-tag):
30021 * progmodes/flymake.el (flymake-parse-line):
30022 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30023 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30024 (idlwave-shell-menu-def):
30025 * progmodes/ps-mode.el (ps-run-goto-error):
30026 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30027 (vhdl-speedbar-contract-level):
30028 * term/mac-win.el (x-handle-numeric-switch):
30029 * term/sun-mouse.el (sun-get-frame-data):
30030 * term/w32-win.el (x-handle-numeric-switch):
30031 * term/x-win.el (x-handle-numeric-switch):
30032 * textmodes/ispell.el (ispell-parse-output):
30033 * textmodes/nroff-mode.el (nroff-outline-level):
30034 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30035 (reftex-bib-sort-year-reverse, reftex-format-citation):
30036 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30037 (reftex-section-number):
30038 * textmodes/texinfmt.el (texinfo-paragraphindent):
30039 Replace `string-to-int' by `string-to-number'.
30040
30041 * international/latexenc.el: Add page marker to force the "Local
30042 Variables:" string out of the last page.
30043
30044 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30045
30046 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30047 tooltip-change-major-mode.
30048 (gud-tooltip-print-command): Remove case where gud-minor-mode
30049 is gdb ("--fullname").
30050 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30051 explain to user.
30052
30053 2005-05-16 Jay Belanger <belanger@truman.edu>
30054
30055 * calc/calc-store.el (calc-copy-special-constant): New function.
30056
30057 * calc/calc-ext.el (calc-init-extensions): Add binding for
30058 `calc-copy-special-constant'.
30059
30060 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30061 for the `calc-copy-special-constant' command.
30062
30063 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30064
30065 * subr.el (left-fringe-p): New function.
30066
30067 * progmodes/compile.el (compilation-setup): Set local value of
30068 overlay-arrow-string to "" always.
30069 (compilation-set-window): Left fringe then don't scroll.
30070 No left fringe then no arrow and scroll message to top.
30071 (compilation-context-lines): Adjust doc string accordingly.
30072
30073 2005-05-16 Kim F. Storm <storm@cua.dk>
30074
30075 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30076 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30077 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30078 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30079 (ido-read-file-name): Handle commands with ido property value
30080 equal to find-file as reading a file name, to allow C-d to enter dired.
30081 (ibuffer-find-file): Add ido property with value find-file.
30082
30083 2005-05-15 Kim F. Storm <storm@cua.dk>
30084
30085 * subr.el (open-network-stream-nowait): Remove.
30086 (open-network-stream-server): Remove.
30087
30088 2005-05-15 Richard M. Stallman <rms@gnu.org>
30089
30090 * faces.el (describe-face): Output a definition link button.
30091
30092 * help-mode.el (help-face-def): New button type.
30093
30094 * emacs-lisp/copyright.el (copyright-fix-years):
30095 Match properly if the first year is 2-digit.
30096 Don't mess up the whitespace after the years by filling.
30097
30098 * dired-aux.el (dired-mark-confirm):
30099 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30100
30101 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30102 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30103 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30104
30105 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30106 Set font-lock-comment-start-skip.
30107
30108 * font-lock.el (font-lock-comment-start-skip): New variable.
30109 (font-lock-comment-end-skip): New variable.
30110 (font-lock-fontify-syntactically-region): Use them if non-nil.
30111
30112 2005-05-15 Jay Belanger <belanger@truman.edu>
30113
30114 * calc/calc-store.el (calc-store-value): Return a string rather
30115 than display it as a message.
30116 Use calc-var-name for variable name.
30117 (calc-store-into): Add the result of calc-store-value to message.
30118 (calc-copy-variable): Add a message.
30119 (calc-store-exchange): Improve error messages.
30120 (calc-store-binary, calc-store-map): Don't reset the values of
30121 special constants.
30122
30123 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30124
30125 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30126 manual to docstring.
30127
30128 * files.el (hack-local-variables-confirm): Add STRING argument.
30129 Make the function handle non file visiting buffers correctly.
30130 (hack-local-variables-prop-line, hack-local-variables)
30131 (hack-one-local-variable): Use STRING arg of
30132 `hack-local-variables-confirm'.
30133
30134 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30135
30136 Sync with Tramp 2.0.49.
30137
30138 * net/tramp.el (tramp-handle-dired-call-process)
30139 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30140 because the contents of the Tramp buffer is changed before
30141 insertion (`expand-file' and alike).
30142 (tramp-handle-insert-directory): If `localname' has an empty
30143 nondirectory name, it must not be quoted.
30144 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30145 variable `tramp-chunksize'. Change callees.
30146 (tramp-open-connection-setup-interactive-shell): Check remote host
30147 for buggy `send-process-string' implementation.
30148 Set `tramp-chunksize' if found. Reported by Michael Kifer
30149 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30150 (tramp-handle-shell-command): `insert-buffer' cannot be used
30151 because the contents of the Tramp buffer is changed before
30152 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30153 <frederic.bothamy@free.fr>.
30154 (tramp-set-auto-save): Actions should be done for Tramp file name
30155 handler only. Ange-FTP has its own auto-save mechanism.
30156 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30157 (tramp-set-auto-save-file-modes): Set file modes of
30158 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30159 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30160 (tramp-bug): Remove obsolete variable.
30161 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30162 for presence of `mml-mode'. Make it running for older Emacsen as well.
30163
30164 2005-05-14 John Paul Wallington <jpw@pobox.com>
30165
30166 * ibuf-ext.el (define-ibuffer-filter filename):
30167 If `dired-directory' is a list, use its car.
30168
30169 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30170
30171 * ibuffer.el (define-ibuffer-column filename):
30172 If `dired-directory' is a list, use its car.
30173
30174 2005-05-14 Richard M. Stallman <rms@gnu.org>
30175
30176 * subr.el (symbol-file): Doc fix.
30177
30178 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30179 (byte-compile-form): Call byte-compile-nogroup-warn.
30180 (byte-compile-warning-types): Doc fix.
30181
30182 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30183
30184 * progmodes/cc-engine.el (c-literal-faces):
30185 Add font-lock-comment-delimiter-face.
30186
30187 * net/net-utils.el (dig): Use with-no-warnings.
30188
30189 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30190 (sc-recite-frame-alist, sc-default-cite-frame)
30191 (sc-default-uncite-frame, sc-default-recite-frame)
30192 (sc-attrib-selection-list, sc-rewrite-header-list):
30193 Mark as risky-local-variable.
30194
30195 * international/ogonek.el (ogonek-jak, ogonek-how):
30196 Don't use beginning-of-buffer.
30197
30198 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30199
30200 * calendar/solar.el (solar-data-list): Move definition up.
30201
30202 * dnd.el (dnd-protocol-alist): Add autoload.
30203
30204 * progmodes/sh-script.el: Many doc usage fixes.
30205 (sh-indent-after-do): Change default to match common styles.
30206
30207 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30208
30209 * files.el (interpreter-mode-alist)
30210 (auto-mode-interpreter-regexp): Doc fixes.
30211
30212 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30213
30214 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30215
30216 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30217
30218 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30219
30220 * dired.el (dired-mode): make-variable-buffer-local =>
30221 make-local-variable.
30222
30223 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30224
30225 * term/mac-win.el (mac-select-convert-to-string): Try coding
30226 systems in mac-script-code-coding-systems if specified one cannot
30227 encode string for `com.apple.traditional-mac-plain-text'.
30228
30229 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30230
30231 * progmodes/make-mode.el (makefile-targets-face)
30232 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30233 (makefile-dependency-regex): Fix it to not make the colon in
30234 $(var:a=b) special.
30235 (makefile-rule-action-regex): New regexp for highlighting embedded
30236 Shell strings.
30237 (makefile-macroassign-regex): Handle != for highlighting as
30238 embedded Shell strings.
30239 (makefile-var-use-regex): New const.
30240 (makefile-statements, makefile-automake-statements)
30241 (makefile-gmake-statements, makefile-makepp-statements)
30242 (makefile-bsdmake-statements): New consts.
30243 (makefile-make-font-lock-keywords): New function.
30244 (makefile-automake-font-lock-keywords)
30245 (makefile-gmake-font-lock-keywords)
30246 (makefile-makepp-font-lock-keywords)
30247 (makefile-bsdmake-font-lock-keywords): New consts.
30248 (makefile-mode-map): Add switchers between the various submodes.
30249 (makefile-mode): Document the availability of the variants.
30250 (makefile-automake-mode, makefile-gmake-mode)
30251 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30252
30253 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30254 new variants of makefile-mode.
30255
30256 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30257
30258 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30259 the inheritance.
30260
30261 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30262
30263 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30264 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30265
30266 * files.el (normal-mode): Extend the scope of the
30267 `enable-local-variables' binding to include the `set-auto-mode' call.
30268 (magic-mode-alist): Doc fix.
30269
30270 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30271
30272 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30273 font-lock-comment-face rather than copying its setting.
30274
30275 2005-05-12 Andreas Schwab <schwab@suse.de>
30276
30277 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30278
30279 2005-05-12 Lute Kamstra <lute@gnu.org>
30280
30281 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30282 defcustom for the mode hook variable. Delete the last argument.
30283 * generic-x.el: Fix callers of define-generic-mode.
30284 (generic-x-modes): Delete group.
30285 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30286 generic-x customization group.
30287
30288 2005-05-12 Kim F. Storm <storm@cua.dk>
30289
30290 * font-lock.el (font-lock-negation-char-face): Default to "off".
30291
30292 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30293 font-lock-negation-char-face to ! in !=.
30294
30295 2005-05-12 Masatake YAMATO <jet@gyve.org>
30296
30297 * add-log.el (find-change-log): Fix typos in the docstring
30298 of function.
30299
30300 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30301
30302 * international/latexenc.el (latexenc-find-file-coding-system):
30303 Avoid `re-search-forward' when looking for input encoding because
30304 of speed and safety. Better regular expressions for recognizing
30305 input encoding. Limit a search for TeX-master/tex-main-file to
30306 the local variable section.
30307
30308 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30309
30310 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30311 syntax of $ to "'" (quote).
30312
30313 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30314
30315 * dnd.el (dnd-protocol-alist): Improve custom type.
30316
30317 * dired.el (dired-dnd-protocol-alist): New variable.
30318 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30319 `dired-mode-hook' to the end.
30320
30321 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30322
30323 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30324 comment-end if comment-start-skip is not set.
30325 Obey the font-lock-comment-delimiter-face variables.
30326
30327 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30328
30329 * files.el (executable-find): Move from executable.el. Use
30330 locate-file.
30331 * progmodes/executable.el (executable-find): Move to files.el.
30332
30333 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30334 when trying to ensure forward progress.
30335
30336 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30337
30338 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30339 (mouse-select, mouse-select-internal, mouse-extend-internal):
30340 Use it to implement mouse-1-click-follows-link functionality.
30341
30342 2005-05-11 Richard M. Stallman <rms@gnu.org>
30343
30344 * font-lock.el (font-lock-fontify-syntactically-region):
30345 Use font-lock-comment-delimiter-face for comment delimiters.
30346
30347 2005-05-10 Jay Belanger <belanger@truman.edu>
30348
30349 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30350 preserving embedded modes.
30351
30352 2005-05-10 Richard M. Stallman <rms@gnu.org>
30353
30354 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30355
30356 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30357 Move from ada-stmt.el.
30358 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30359
30360 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30361 Move to ada-mode.el.
30362 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30363
30364 * cus-edit.el (custom-file): Call file-chase-links.
30365
30366 * files.el (read-directory-name): Fix previous change.
30367 (hack-local-variables-confirm): New function.
30368 (hack-local-variables-prop-line, hack-local-variables)
30369 (hack-one-local-variable): Use it.
30370
30371 2005-05-10 Lute Kamstra <lute@gnu.org>
30372
30373 * font-lock.el (font-lock-keywords-alist)
30374 (font-lock-removed-keywords-alist): Clarify docstrings.
30375
30376 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30377
30378 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30379 (gdb-source-info): Check for preprocessor info.
30380 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30381 a macro for a function.
30382 (gdb-info-breakpoints-custom): Try to find file again if not already
30383 found (user might have used GDB dir command).
30384 (gdb-get-location): Update gdb-location-alist correctly for change
30385 to gdb-info-breakpoints-custom.
30386
30387 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30388 (gud-tooltip-print-command): Add gdbmi case.
30389 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30390 preprocessor info.
30391
30392 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30393
30394 * startup.el (fancy-splash-insert): Fix typo in doc string.
30395
30396 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30397
30398 * obsolete/float.el (string-to-float):
30399 * obsolete/hilit19.el (hilit-add-pattern):
30400 * obsolete/rnews.el (news-parse-range, news-select-message)
30401 (news-get-pruned-list-of-files): Replace `string-to-int' by
30402 `string-to-number'.
30403
30404 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30405 `find-file-not-found-hooks'; use `add-hook'.
30406 (uncompress-while-visiting): Set `write-file-functions', not
30407 `write-file-hooks'; use `add-hook'.
30408
30409 2005-05-09 Kim F. Storm <storm@cua.dk>
30410
30411 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30412 (cua-paste): Handle clipboard action.
30413 (cua--init-keymaps): Remap clipboard-kill-region and
30414 clipboard-kill-ring-save.
30415
30416 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30417
30418 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30419 Improve commentary.
30420
30421 * simple.el (next-error-overlay-arrow-position): Revert the change
30422 made on 2005-04-30.
30423
30424 2005-05-07 Jay Belanger <belanger@truman.edu>
30425
30426 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30427 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30428 `calc-sel-reselect'.
30429
30430 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30431 Calc is in embedded mode.
30432
30433 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30434
30435 * progmodes/compile.el (compilation-setup):
30436 Set overlay-arrow-string to an empty string on text terminals.
30437
30438 * textmodes/ispell.el (ispell-program-name): Try looking for
30439 "aspell" along exec-path, and if found, use it as the default
30440 speller program.
30441
30442 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30443
30444 * international/mule.el (sgml-xml-auto-coding-function):
30445 Recognize encoding='FOO' in single quotes as well as in double quotes.
30446
30447 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30448
30449 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30450 as well as `interactive', so that defmacro* would recognize
30451 `declare' forms.
30452
30453 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30454
30455 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30456 Explain more about the LIGHTER arg's usage in the doc string.
30457 Add commentary to clarify what the code does. Fix the regexp that
30458 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30459 since it could have characters special to regular expressions.
30460
30461 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30462
30463 * replace.el (occur-1): Bind inhibit-read-only so that
30464 erase-buffer doesn't barf on read-only text properties (likewise
30465 for add-text-properties in occur-engine). Mark buffer as unmodified.
30466 (occur-engine): Don't set buffer-read-only here.
30467
30468 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30469
30470 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30471 list-buffers-directory. This caused the *cvs-commit* buffer to be
30472 sometimes mistakenly reused as a *cvs* buffer.
30473
30474 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30475
30476 * tooltip.el: Move code for GUD tooltips into gud.el.
30477 (require): CL no longer needed to compile case.
30478 (tooltip-mode): Do not toggle functions for GUD tooltips.
30479 (tooltip-gud-tips-p): Remove. Replace with minor mode
30480 gud-tooltip-mode in gud.el.
30481 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30482 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30483 tooltip-gud prefix with gud-tooltip and obsolete.
30484 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30485 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30486 (tooltip-mouse-motion): Mouse movement functions/variable.
30487 Rename in gud.el by adding gud prefix.
30488 (tooltip-gud-original-filter, tooltip-gud-dereference)
30489 (tooltip-gud-event, tooltip-toggle-gud-tips)
30490 (tooltip-gud-process-output, tooltip-gud-print-command)
30491 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30492 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30493 (gdb-tooltip-print): Move to gdb-ui.el.
30494
30495 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30496 (require): CL needed to compile case.
30497 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30498 tooltip-gud-tips-p. Make it a minor-mode.
30499 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30500 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30501 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30502 (gud-tooltip-change-major-mode)
30503 (gud-tooltip-activate-mouse-motions-if-enabled)
30504 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30505 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30506 (gud-tooltip-original-filter, gud-tooltip-dereference)
30507 (gud-tooltip-event, tooltip-toggle-gud-tips)
30508 (gud-tooltip-process-output, gud-tooltip-print-command)
30509 (gud-tooltip-tips): Move from tooltip.el.
30510
30511 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30512 (gdb-cpp-define-alist-flags): Doc fix.
30513 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30514 gud-tooltip-mode is t.
30515
30516 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30517
30518 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30519 evaporate if their text is deleted.
30520 (goto-address-at-point): Make it work as a mouse binding as well.
30521 (goto-address-at-mouse): Obsolete it. Update users.
30522
30523 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30524
30525 * calendar/appt.el (top-level): No longer activate on load.
30526
30527 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30528
30529 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30530 * net/webjump.el (webjump):
30531 * progmodes/idlw-help.el (idlwave-do-context-help1)
30532 (idlwave-highlight-linked-completions):
30533 * textmodes/po.el (po-find-file-coding-system-guts):
30534 Replace `assoc-ignore-case' by `assoc-string'.
30535
30536 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30537
30538 * files.el (locate-file): Doc fix.
30539
30540 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30541 Remove the redundant test for ms-dos.
30542
30543 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30544 look for the preprocessor with exec-suffixes. If not found in
30545 standard places, look in exec-path. Remove most of the tests that
30546 used system-type.
30547
30548 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30549
30550 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30551
30552 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30553 file-name clash with jka-compr.el on 8+3 filesystems.
30554
30555 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30556
30557 * term/mac-win.el: Don't define or bind scroll bar functions if
30558 x-toolkit-scroll-bars is t.
30559 (x-select-text, x-get-selection-value): Clear
30560 x-last-selected-text-clipboard if x-select-enable-clipboard is
30561 nil.
30562 (PRIMARY): Put mac-scrap-name property.
30563 (mac-select-convert-to-file-url): New function.
30564 (public.file-url): New selection target type. Add to
30565 selection-converter-alist.
30566 (x-get-selection, x-selection-value): Handle it.
30567 (x-cut-buffer-or-selection-value): New alias.
30568
30569 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30570
30571 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30572 entry to avoid calling bibtex-find-entry with arg global
30573 being t. Remove arg key.
30574 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30575 (bibtex-copy-summary-as-kill): Change accordingly.
30576
30577 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30578
30579 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30580 (org-agenda-date-later): Use with-current-buffer.
30581
30582 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30583
30584 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30585 (define-obsolete-variable-alias): Doc Fixes.
30586
30587 2005-05-06 Kim F. Storm <storm@cua.dk>
30588
30589 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30590 vertical-motion when selective-display is active.
30591
30592 * ido.el (ido-setup-hook): New hook.
30593 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30594 (ido-input-stack): New var.
30595 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30596 ido-next-work-file binding to M-O.
30597 Bind M-f to ido-wide-find-file-or-pop-dir.
30598 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30599 (ido-read-internal): Run ido-setup-hook.
30600 Catch quit in read-file-name and read-string to cancel edit.
30601 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30602 Automatically pop-all when completing a directory name (RET).
30603 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30604 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30605 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30606 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30607 New functions for M-b/M-f to move among the directory components.
30608 (ido-make-merged-file-list): Catch quit to cancel merge.
30609 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30610 (ido-completion-help): No warnings for ido-completion-buffer-full.
30611
30612 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30613
30614 * font-lock.el (font-lock-negation-char-face): New face and variable.
30615 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30616 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30617 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30618 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30619
30620 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30621
30622 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30623 Fix typo in docstring.
30624
30625 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30626 (ebrowse-print-statistics-line)
30627 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30628
30629 * term/w32-win.el (image-library-alist): Add additional name for
30630 Xpm library.
30631
30632 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30633
30634 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30635 use gcc instead of cpp.
30636
30637 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30638 (gdb-create-define-alist): Use it.
30639 (gdb-cpp-define-alist-program): Update for MS-DOS.
30640
30641 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30642
30643 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30644
30645 2005-05-04 Richard M. Stallman <rms@gnu.org>
30646
30647 * help.el (describe-key): No error when UNTRANSLATED is nil.
30648
30649 * simple.el (line-move-1): Fix previous change to signal errors
30650 appropriately.
30651
30652 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30653
30654 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30655 (icalendar-duration-correction): Remove.
30656 (icalendar--get-event-properties): Split result at commas.
30657 (icalendar--decode-isoduration): New optional argument
30658 DURATION-CORRECTION.
30659 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30660 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30661 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30662 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30663 (icalendar--convert-anniversary-to-ical): New functions, extracted
30664 from icalendar-export-region, with bug fixes.
30665 (icalendar-export-region): Use the above functions.
30666 (icalendar-import-buffer): Check before saving diary file.
30667 (icalendar--convert-recurring-to-diary)
30668 (icalendar--convert-non-recurring-all-day-to-diary)
30669 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30670 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30671 (icalendar--convert-ical-to-diary): Use the above functions.
30672
30673 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30674
30675 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30676 Remove these recent additions.
30677 (c-mode): Restore to before 2005-04-28.
30678
30679 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30680 recent addition.
30681
30682 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30683 (gdb-define-alist): New variables.
30684 (gdb-create-define-alist): New function.
30685 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30686 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30687 with string-to-number.
30688 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30689
30690 * progmodes/gud.el: Replace string-to-int with string-to-number.
30691 (gud-find-file): Handle gdb-define-alist.
30692
30693 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30694
30695 2005-05-02 Jay Belanger <belanger@truman.edu>
30696
30697 * calc/calc-aent.el (math-read-token):
30698 * calc/calc-bin.el (calc-word-size):
30699 * calc/calc-ext.el (calc-read-number-fancy):
30700 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30701 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30702 * calc/calc-frac.el (calc-over-notation):
30703 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30704 (calc-graph-num-points, calc-graph-init):
30705 * calc/calc-prog.el (calc-read-parse-table-part)
30706 (calc-edit-macro-repeats):
30707 * calc/calc-yank.el (calc-do-grab-rectangle):
30708 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30709 Replace `string-to-int' by `string-to-number'.
30710
30711 2005-05-02 Kim F. Storm <storm@cua.dk>
30712
30713 * kmacro.el: Use executing-kbd-macro-index variable.
30714
30715 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30716
30717 * net/rlogin.el (rlogin-parse-words): Delete func.
30718 (rlogin): Use split-string, not rlogin-parse-words.
30719 Also, if there are option-like elements in the parsed args,
30720 take the host to be the first arg immediately following them.
30721 Suggested by Michael Mauger.
30722
30723 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30724
30725 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30726
30727 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30728
30729 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30730 (cc-mode-cpp-program): Rename to cc-define-list-program and
30731 move to cc-vars.el.
30732
30733 * progmodes/cc-vars.el (cc-define-list-program):
30734 Change to "gcc -E -dM -". Make customizable.
30735
30736 2005-05-02 Kim F. Storm <storm@cua.dk>
30737
30738 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30739
30740 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30741
30742 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30743
30744 * international/mule-util.el (truncate-string): Remove alias and
30745 obsolete declaration.
30746
30747 * international/mule-cmds.el (update-iso-coding-systems):
30748 Remove alias and obsolete declaration.
30749
30750 * international/mule.el (coding-system-parent): Remove alias and
30751 obsolete declaration.
30752
30753 * subr.el (define-function, sref): Remove aliases and obsolete
30754 declarations.
30755 (chars-in-region): Remove obsolete declaration.
30756
30757 2005-05-01 Richard M. Stallman <rms@gnu.org>
30758
30759 * info.el (Info-mode): Set widen-automatically to nil, locally.
30760
30761 * simple.el (widen-automatically): New variable.
30762 (pop-global-mark): Obey widen-automatically.
30763
30764 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30765
30766 * term/xterm.el (function-key-map): Call substitute-key-definition
30767 before the keymap size is increased by a lot of define-key calls.
30768
30769 2005-05-01 Richard M. Stallman <rms@gnu.org>
30770
30771 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30772 Rename ARG to ELEMENT. Doc fix.
30773
30774 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30775
30776 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30777 Remove references to allout-exposure/change to allout-new-exposure.
30778
30779 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30780 bytecode symbols.
30781
30782 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30783 (compiled-function-p, focus-frame, unfocus-frame):
30784 Remove aliases and obsolete declarations.
30785 Back out inadvertent changes from previous commit.
30786
30787 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30788
30789 * files.el (require-final-newline): Make Custom tags consistent
30790 with mode-require-final-newline.
30791 (mode-require-final-newline): Doc fix.
30792
30793 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30794
30795 * international/latexenc.el (latexenc-find-file-coding-system):
30796 Fix regular expressions.
30797
30798 2005-05-01 David Kastrup <dak@gnu.org>
30799
30800 * international/latexenc.el (latexenc-find-file-coding-system):
30801 Fix regular expressions.
30802
30803 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30804
30805 * subr.el (string-to-int): Make obsolete.
30806
30807 2005-04-30 Richard M. Stallman <rms@gnu.org>
30808
30809 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30810
30811 * loadup.el: load jka-comp-hook.
30812
30813 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30814 (jka-compr-handler): Add autoload. `put' calls moved
30815 to jka-comp-hook.el.
30816 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30817 (jka-compr-inhibit): Autoload.
30818
30819 * jka-comp-hook.el: New file.
30820 Enable the mode by default.
30821
30822 * files.el (backup-buffer-copy): Use copy-file instead
30823 of write-region, and put back the 'excl.
30824
30825 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30826
30827 * progmodes/flymake.el (flymake-split-string)
30828 (flymake-split-string, flymake-log, flymake-pid-to-names)
30829 (flymake-reg-names, flymake-get-source-buffer-name)
30830 (flymake-unreg-names, flymake-add-line-err-info)
30831 (flymake-add-err-info): Clarify docstrings.
30832 (flymake-popup-menu, flymake-make-emacs-menu)
30833 (flymake-make-xemacs-menu): Add docstrings.
30834 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30835 Set variables directly throughout.
30836
30837 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30838
30839 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30840 exists. Initialize cc-define-alist.
30841 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30842 If there is no file (Macroexpansion) don't create an alist.
30843
30844 2005-04-29 Sam Steingold <sds@gnu.org>
30845
30846 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30847 (cc-create-define-alist): Use it instead of the hard-coded string.
30848
30849 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30850
30851 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30852 for latexenc.
30853
30854 2005-04-29 Lute Kamstra <lute@gnu.org>
30855
30856 * emacs-lisp/generic.el: Improve commentary section.
30857 (define-generic-mode): Improve docstring.
30858
30859 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30860
30861 * textmodes/org.el (many places): Change to quiet the byte compiler.
30862 (org-prefix-format-compiled): New variable.
30863 (org-compile-prefix-format): New function.
30864 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30865 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30866 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30867 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30868 consistency with entries from `org-mode' files.
30869 (org-get-time-of-day): Fix bug with partial matches early in a line.
30870 (org-non-link-chars): New constant.
30871 (org-link-regexp): Respect `org-non-link-chars'.
30872 (org-agenda-day-view): Remove command.
30873 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30874 (org-follow-bbdb-link, org-store-link): Search also company field.
30875 (org-highlight-overlay): New variable.
30876 (org-highlight, org-unhighlight): New functions.
30877 (org-agenda-mode): Add pre-command-hook to remove highlight.
30878 (org-evaluate-time-range): Behavior depends upon whether time stamp
30879 contains a time or not.
30880 (org-show-subtree, org-show-entry): New functions.
30881 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30882
30883 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30884
30885 * comint.el (comint-output-filter-functions): Add autoload cookie.
30886
30887 2005-04-28 Kim F. Storm <storm@cua.dk>
30888
30889 * ido.el (ido-everywhere): Fix last change.
30890
30891 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30892
30893 * international/latexenc.el: New file.
30894 * international/mule-conf.el (file-coding-system-alist): For .tex,
30895 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30896
30897 2005-04-28 Lute Kamstra <lute@gnu.org>
30898
30899 * font-lock.el (font-lock-add-keywords)
30900 (font-lock-remove-keywords): Clarify docstring.
30901 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30902 Don't start docstrings with a `*'.
30903 (font-lock-update-removed-keyword-alist): Give it a docstring.
30904
30905 * generic-x.el: Update commentary section.
30906 Only require font-lock when compiling.
30907 Define all modes conditionally.
30908 Place all generic modes in the generic-x-modes customization group.
30909 (generic-x-modes): New customization group.
30910 (generic-default-modes, generic-mswindows-modes)
30911 (generic-unix-modes, generic-other-modes): New constants.
30912 (generic-define-mswindows-modes, generic-define-unix-modes):
30913 Update docstrings. Make them obsolete.
30914 (generic-extras-enable-list): New default value. Update docstring.
30915 Improve :type. Change :set function.
30916 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30917 Fix docstring.
30918
30919 * emacs-lisp/generic.el (generic-mode-internal):
30920 Simplify font-lock-defaults.
30921 (define-generic-mode): Fix docstring.
30922
30923 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
30924
30925 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30926 font-lock-face property to highlight matches.
30927
30928 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
30929
30930 * progmodes/cc-mode.el (cc-create-define-alist): New function.
30931 (cc-define-alist): New variable.
30932 (c-mode): Make it local and initialize it.
30933
30934 * progmodes/gdb-ui.el (gdb-active-process): New variable.
30935 (gdb-exited): New function.
30936 (gdb-annotation-rules): Use it.
30937 (gdb-starting): Set gdb-active-process to t.
30938 (gdb-stopping): Amend doc string.
30939 (gdb-reset): Set gdb-active-process to nil.
30940
30941 * tooltip.el (tooltip-gud-tips): Show the associated #define
30942 directives when a C program under GDB is not executing.
30943
30944 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
30945
30946 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30947 font-lock-fontify-syntactic-keywords.
30948
30949 * font-lock.el (font-lock-default-fontify-region): Don't force
30950 parse-sexp-lookup-properties to nil.
30951
30952 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
30953
30954 * man.el (man-mode-syntax-table): Set up `:' to have
30955 word-constituent syntax.
30956
30957 2005-04-27 Lute Kamstra <lute@gnu.org>
30958
30959 * novice.el (disable-command): Don't add spurious newlines to the
30960 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
30961
30962 2005-04-26 Jay Belanger <belanger@truman.edu>
30963
30964 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30965 than one window before deleting window.
30966
30967 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
30968
30969 * shell.el (shell-prompt-pattern): Doc fix.
30970 (shell-mode): Set paragraph-separate buffer locally to "\\'".
30971
30972 * comint.el (comint-prompt-regexp, comint-get-old-input)
30973 (comint-use-prompt-regexp)
30974 (comint-use-prompt-regexp-instead-of-fields)
30975 (comint-replace-by-expanded-history, comint-send-input)
30976 (comint-output-filter, comint-get-old-input-default)
30977 (comint-line-beginning-position, comint-bol, comint-show-output)
30978 (comint-backward-matching-input, comint-forward-matching-input)
30979 (comint-next-prompt, comint-previous-prompt):
30980 Rename `comint-use-prompt-regexp-instead-of-fields' to
30981 `comint-use-prompt-regexp'. Keep old name as alias and declare
30982 obsolete.
30983 (comint-use-prompt-regexp): Shorten first line of doc string.
30984
30985 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30986 Set paragraph-separate buffer locally to "\\'".
30987
30988 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30989 Adapt to above name change.
30990
30991 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30992 (smbclient-prompt-regexp): Ditto.
30993
30994 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30995
30996 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
30997
30998 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30999 gdb-location-list.
31000 Break lines that are over 80 characters wide.
31001
31002 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31003
31004 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31005 New fun and var, to preserve compatibility.
31006
31007 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31008
31009 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31010
31011 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31012 name to file-newer-than-file-p.
31013
31014 2005-04-26 Richard M. Stallman <rms@gnu.org>
31015
31016 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31017
31018 * progmodes/python.el (python-mode):
31019 Use new name eldoc-documentation-function.
31020
31021 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31022
31023 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31024 (eldoc-documentation-function):
31025 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31026
31027 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31028
31029 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31030
31031 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31032
31033 * term/xterm.el (function-key-map): Fix strings for
31034 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31035 {C,S,A,C-S}-{f1-f12}.
31036
31037 2005-04-26 Kenichi Handa <handa@m17n.org>
31038
31039 * international/mule-cmds.el (select-safe-coding-system):
31040 Fix previous change.
31041
31042 2005-04-26 Lute Kamstra <lute@gnu.org>
31043
31044 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31045
31046 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31047 (font-lock-comment-delimiter-face): Ditto.
31048
31049 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31050
31051 2005-04-25 Jay Belanger <belanger@truman.edu>
31052
31053 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31054 to t while inserting information; use help-mode.
31055
31056 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31057
31058 * term.el (ansi-term-color-vector): Use the xterm colors.
31059 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31060
31061 2005-04-25 Lute Kamstra <lute@gnu.org>
31062
31063 * font-core.el (font-lock-defaults): Fix docstring.
31064
31065 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31066
31067 2005-04-25 Kenichi Handa <handa@m17n.org>
31068
31069 * international/mule-cmds.el (select-safe-coding-system):
31070 Don't check consistency with coding: spec, etc if raw-text or
31071 no-conversion was found to be safe.
31072
31073 2005-04-24 Richard M. Stallman <rms@gnu.org>
31074
31075 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31076 citation markers at start of each line.
31077
31078 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31079 citation markers at start of each line.
31080
31081 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31082
31083 * files.el (mode-require-final-newline): Fix previous change.
31084 (require-final-newline): Fix type label.
31085
31086 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31087
31088 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31089 statement in buffer (broken by 2004-11-24 change).
31090
31091 2005-04-24 Kim F. Storm <storm@cua.dk>
31092
31093 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31094 and read-file-name-function values. Don't overwrite existing
31095 non-nil values if ido-mode is enabled without ido-everywhere.
31096
31097 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31098
31099 * files.el (mode-require-final-newline): Minor doc fix.
31100
31101 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31102
31103 * subr.el (syntax-after): Doc fix.
31104 (syntax-class): If argument is nil, return nil. Mask off upper 16
31105 bits, not 8 bits.
31106
31107 * files.el (mode-require-final-newline): Doc fix.
31108 (backup-buffer-copy): Fix last change.
31109
31110 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31111
31112 * term/mac-win.el: Require select. Set selection-coding-system to
31113 mac-system-coding-system. Call menu-bar-enable-clipboard.
31114 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31115 (x-select-enable-clipboard): New variables.
31116 (x-select-text, x-get-selection, x-selection-value)
31117 (x-get-selection-value, mac-select-convert-to-string)
31118 (mac-services-open-file, mac-services-open-selection)
31119 (mac-services-insert-text): New functions.
31120 (CLIPBOARD, FIND): Put mac-scrap-name property.
31121 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31122 (public.tiff): Put mac-ostype property.
31123 (selection-converter-alist): Add entries for them.
31124 (mac-application-menu-map): New keymap.
31125 (interprogram-cut-function, interprogram-paste-function): Set to
31126 x-select-text and x-get-selection-value, respectively.
31127 (split-window-keep-point): Set to t.
31128
31129 2005-04-23 Richard M. Stallman <rms@gnu.org>
31130
31131 * files.el (read-directory-name): Always pass non-nil
31132 DEFAULT-FILENAME arg to read-file-name.
31133 (backup-buffer-copy, basic-save-buffer-2): Take care against
31134 writing thru an unexpected existing symlink.
31135 (revert-buffer): In indirect buffer, revert the base buffer.
31136 (magic-mode-alist): Doc fix.
31137 (buffer-stale-function): Doc fix.
31138 (minibuffer-with-setup-hook): Avoid warning.
31139 (mode-require-final-newline): Doc and custom fix.
31140
31141 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31142
31143 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31144 use the default appearance.
31145 (font-lock-comment-delimiter-face): New face, new variable.
31146
31147 * imenu.el (imenu--generic-function): The official position of a
31148 definition is the start of the line that BEG is in.
31149
31150 * midnight.el (midnight-timer): Move defvar up.
31151
31152 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31153
31154 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31155
31156 * startup.el (command-line): Use with-no-warnings.
31157
31158 * window.el (window-size-fixed): New defvar.
31159
31160 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31161
31162 * mail/rmail.el (rmail-font-lock-keywords):
31163 Use font-lock-comment-delimiter-face.
31164
31165 * mail/sendmail.el (mail-font-lock-keywords):
31166 Use font-lock-comment-delimiter-face.
31167
31168 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31169
31170 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31171
31172 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31173 Specify t for LAXMATCH when matching directories.
31174 Save match data around compilation-compat-error-properties form.
31175
31176 2005-04-23 David Kastrup <dak@gnu.org>
31177
31178 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31179 Mention that the autoloaded aliases should be kept for AUCTeX.
31180
31181 2005-04-23 Andreas Schwab <schwab@suse.de>
31182
31183 * isearch.el (isearch-forward): Doc fix.
31184
31185 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31186
31187 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31188 (jit-lock-stealth-nice): Change default value to 0.5.
31189
31190 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31191
31192 * abbrev.el (write-abbrev-file): Write table entries in
31193 alphabetical order by table name.
31194
31195 2005-04-22 Kim F. Storm <storm@cua.dk>
31196
31197 * ido.el (ido-read-internal): Fix `list' completion.
31198
31199 2005-04-22 Kenichi Handa <handa@m17n.org>
31200
31201 * recentf.el (recentf-save-file-coding-system): New variable.
31202 (recentf-save-list): Encode the file by
31203 recentf-save-file-coding-system and add coding: tag.
31204
31205 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31206
31207 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31208
31209 2005-04-21 Lute Kamstra <lute@gnu.org>
31210
31211 * loadhist.el (unload-feature): Don't remove a function from hooks
31212 if it is about to be restored to an autoload . Remove functions
31213 that will become unbound from auto-mode-alist. Simplify the code.
31214
31215 * subr.el (assq-delete-all): New implementation that is linear,
31216 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31217 (rassq-delete-all): New function.
31218
31219 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31220 Add size-indication-mode.
31221
31222 2005-04-21 Kenichi Handa <handa@m17n.org>
31223
31224 * international/mule-cmds.el: Add autoload for widget-value in
31225 eval-when-compile.
31226
31227 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31228
31229 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31230 Add tooltip-mode.
31231
31232 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31233
31234 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31235
31236 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31237 (inferior-lisp-filter-regexp, inferior-lisp-program)
31238 (inferior-lisp-load-command, inferior-lisp-prompt)
31239 (inferior-lisp-mode-hook, lisp-source-modes)
31240 (inferior-lisp-load-hook): defvar->defcustom.
31241 (inferior-lisp-program, inferior-lisp-prompt)
31242 (inferior-lisp-load-hook): Doc fixes.
31243 (inferior-lisp-install-letter-bindings): Small change in
31244 introductory comment.
31245
31246 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31247
31248 * vc.el (vc-annotate-color-map): Change some colors so that text
31249 using them as foreground is readable on both white and black
31250 backgrounds.
31251
31252 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31253
31254 * international/mule-conf.el (translation-table-for-input):
31255 Remove redundant declaration.
31256
31257 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31258
31259 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31260
31261 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31262 (tooltip-toggle-gud-tips): New function.
31263
31264 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31265
31266 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31267 right angle brackets.
31268
31269 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31270
31271 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31272
31273 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31274
31275 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31276 Remove. Update callers to use expand-file-name instead.
31277
31278 * subr.el (syntax-class): New function.
31279
31280 * simple.el (blink-matching-open): Use it.
31281
31282 * paren.el (show-paren-function): Use it to recognize parens that are
31283 also used in 2-char comment markers.
31284
31285 2005-04-19 Lute Kamstra <lute@gnu.org>
31286
31287 * loadhist.el (unload-feature): Update for new format of
31288 load-history. Simplify the code.
31289
31290 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31291
31292 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31293 (mac-add-charset-info): New function. Initialize variable
31294 mac-charset-info-alist using it.
31295 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31296 for translation.
31297 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31298 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31299 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31300 New CCL programs.
31301
31302 2005-04-19 Kim F. Storm <storm@cua.dk>
31303
31304 * simple.el (next-buffer, prev-buffer, next-error)
31305 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31306 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31307
31308 * bindings.el (next-buffer, prev-buffer, next-error)
31309 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31310 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31311 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31312 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31313
31314 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31315
31316 * isearch.el (isearch-edit-string): Make the search-ring available for
31317 minibuffer history commands.
31318 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31319 the default history commands now work just as well.
31320 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31321
31322 2005-04-18 Kim F. Storm <storm@cua.dk>
31323
31324 * emulation/cua-base.el (cua--pre-command-handler): Add more
31325 elaborate check for shift modifier on non-window systems.
31326
31327 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31328
31329 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31330
31331 2005-04-18 Kim F. Storm <storm@cua.dk>
31332
31333 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31334 and make it optional. Don't test tooltip-gud-echo-area here.
31335 (tooltip-gud-process-output, gdb-tooltip-print):
31336 Pass tooltip-gud-echo-area to tooltip-show.
31337 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31338
31339 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31340
31341 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31342 `display-graphic-p' may not be bound yet.
31343
31344 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31345
31346 * startup.el (command-line): No longer enable Xterm Mouse mode by
31347 default in terminals compatible with xterm.
31348
31349 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31350
31351 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31352
31353 * tooltip.el (tooltip-gud-echo-area): Rename from
31354 tooltip-use-echo-area.
31355 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31356 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31357 area independently of where help tooltips are displayed.
31358
31359 2005-04-17 David Kastrup <dak@gnu.org>
31360
31361 * cus-theme.el (custom-theme-write-variables): Quote variables
31362 where necessary.
31363
31364 2005-04-17 Richard M. Stallman <rms@gnu.org>
31365
31366 * simple.el (yank-excluded-properties): Add follow-link to value.
31367
31368 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31369
31370 * startup.el (fancy-splash-max-time): Just 30 seconds.
31371 (fancy-splash-delay): Just 7.
31372 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31373
31374 * loadhist.el (unload-feature): Update for new format of load-history.
31375 Simplify the code.
31376
31377 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31378 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31379
31380 * mail/sendmail.el (mail-font-lock-keywords):
31381 Don't fontify subject text.
31382 Don't fontify the text of a citation.
31383
31384 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31385
31386 * comint.el (comint-output-filter): Run comint-output-filter-functions
31387 with point where the user had it.
31388
31389 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31390
31391 * international/ucs-tables.el (ucs-set-table-for-input):
31392 Disable when using unify-on-decoding.
31393
31394 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31395
31396 * emulation/cua-base.el (cua-global-mark-face): Add special case
31397 for displays supporting a high number of colors.
31398
31399 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31400
31401 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31402
31403 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31404
31405 * filesets.el (filesets-add-buffer): If user supplies a name of a
31406 non-existing fileset, create a new fileset.
31407
31408 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31409
31410 * textmodes/org.el (org-up-heading-all): Fix bug with
31411 `outline-up-heading-all'.
31412
31413 2005-04-16 Andreas Schwab <schwab@suse.de>
31414
31415 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31416 /etc/permissions.d/* and /etc/aliases.d/*.
31417
31418 2005-04-16 Kenichi Handa <handa@m17n.org>
31419
31420 * international/code-pages.el (cp-make-coding-system):
31421 Set `translation-table-for-input' property value to the symbol
31422 ucs-mule-to-mule-unicode, not to that value.
31423 (pt154): Escape guillemet by `\'.
31424
31425 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31426
31427 * loadup.el: Load tooltip if x-show-tip is fboundp.
31428
31429 * startup.el (command-line): Add comment.
31430
31431 * tooltip.el (tooltip-mode): Specify correct standard value for
31432 Custom in init-value.
31433
31434 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31435
31436 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31437 possible.
31438
31439 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31440
31441 * textmodes/org.el (org-agenda-date-prompt): Rename from
31442 `org-agenda-date-today'.
31443 (org-evaluate-time-range): Insert at point instead of directly
31444 after time range.
31445 (org-first-headline-recenter, org-subtree-end-visible-p)
31446 (org-optimize-window-after-visibility-change): New functions
31447 (org-agenda-post-command-hook): Don't allow point at end of line,
31448 to make sure it always hits the text properties.
31449 (org-agenda-next-date-line, org-agenda-previous-date-line):
31450 New commands.
31451 (org-set-regexps-and-options): Category may contain white space.
31452 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31453 Improve marker positions.
31454 (org-agenda-new-marker): Argument POS made optional.
31455 (org-agenda-get-timestamps): Deadlines which are done are listed
31456 in org-done-face now.
31457 (org-agenda-get-todos, org-agenda-get-timestamps)
31458 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31459 Set `undone-face' and `done-face' properties.
31460 (org-last-todo-state-is-todo): New variable.
31461 (org-todo): Set `org-last-todo-state-is-todo'.
31462 (org-agenda-todo): Change face according to
31463 `org-last-todo-state-is-todo'. And change other lines referring to
31464 the same entry.
31465 (org-calendar-goto-agenda): New command.
31466 (org-calendar-to-agenda-key): New option.
31467 (org-startup-folded): New allowed value `content'.
31468 (org-set-regexps-and-options): Accept new value `content' for
31469 `org-startup-folded'.
31470 (org-get-current-options): Handle new value `content' for
31471 `org-startup-folded'.
31472 (org-insert-todo-heading): New command.
31473 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31474 interactively in empty file and option
31475 `org-insert-mode-line-in-empty-file' has been set.
31476 (org-agenda-todo, org-agenda-priority): Modify to use
31477 `org-agenda-change-all-lines'.
31478 (org-warning-face): Change color on dark background.
31479
31480 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31481
31482 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31483 use preferences AppleLocale and AppleLanguages, and variable
31484 mac-system-locale for default locale. On Mac OS Classic, use
31485 mac-system-coding-system for default coding systems.
31486
31487 * term/mac-win.el: Don't set file-name-coding-system.
31488 Decode variables system-name, emacs-build-system, user-login-name, and
31489 user-full-name by mac-system-coding-system on Mac OS Classic.
31490 (mac-system-coding-system): New variable.
31491
31492 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31493
31494 * startup.el (command-line): Handle `xterm-mouse-mode' before
31495 reading init file.
31496
31497 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31498
31499 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31500
31501 * progmodes/sh-script.el (sh-here-document-word): Make it a
31502 defcustom. Doc fix.
31503 (sh-add): Bash uses $(( )) for arithmetic.
31504 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31505 (sh-maybe-here-document): Remove quotes and leading whitespace
31506 from heredoc word when closing. Indent heredoc with tabs if word
31507 starts with "-".
31508
31509 2005-04-13 Richard M. Stallman <rms@gnu.org>
31510
31511 * simple.el (undo): Fix previous change.
31512
31513 * custom.el (defface): Doc fix.
31514
31515 2005-04-13 Lute Kamstra <lute@gnu.org>
31516
31517 * Makefile.in (DONTCOMPILE): Remove list.
31518 (compile, compile-always): Don't use DONTCOMPILE.
31519 (update-authors): Load the library in which batch-update-authors
31520 is defined.
31521 * makefile.w32-in (DONTCOMPILE): Remove list.
31522 (compile, compile-always): Fix comments.
31523 (update-authors): Load the library in which batch-update-authors
31524 is defined.
31525
31526 * generic-x.el (generic-mode-ini-file-find-file-hook):
31527 Rename to ini-generic-mode-find-file-hook.
31528 Keep generic-mode-ini-file-find-file-hook as an alias.
31529 (ini-generic-mode-find-file-hook): Rename from
31530 generic-mode-ini-file-find-file-hook. Fix docstring.
31531 (ini-generic-mode): Docstring change.
31532 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31533
31534 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31535 called from lisp.
31536
31537 * generic.el: Move to the emacs-lisp subdir.
31538
31539 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31540
31541 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31542 and C-S- function and cursor motion keys.
31543
31544 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31545
31546 * startup.el (command-line): Enable Xterm Mouse mode by default.
31547 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31548 for Custom. No longer show "Mouse" in mode line when enabled.
31549 Doc fix.
31550
31551 2005-04-12 Kim F. Storm <storm@cua.dk>
31552
31553 * emulation/cua-base.el (cua-rectangle-face)
31554 (cua-rectangle-noselect-face): Define face attributes here.
31555
31556 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31557
31558 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31559
31560 * startup.el (command-line): Turn off blinking cursor if
31561 cursorBlink in resources is off or false.
31562
31563 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31564
31565 * term/mac-win.el (dnd): Require dnd.
31566 (mac-drag-n-drop): Call dnd-handle-one-url.
31567 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31568 (kTextEncodingISOLatin2): Remove constants.
31569 (mac-script-code-coding-systems): New constant.
31570 (mac-handle-language-change): New function.
31571 (special-event-map): Bind it to `language-change' event.
31572 (mac-centraleurroman, mac-cyrillic): New coding systems.
31573 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31574 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31575 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31576 encode-mac-cyrillic, respectively.
31577
31578 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31579
31580 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31581 Don't set overlay-arrow-string to "=>" as this is done
31582 globally in C now.
31583
31584 2005-04-12 Lute Kamstra <lute@gnu.org>
31585
31586 * generic-x.el (rc-generic-mode, rul-generic-mode):
31587 Fix auto-mode-alist entries.
31588 (etc-fstab-generic-mode): Tweak fontification.
31589
31590 * generic.el (generic-make-keywords-list): Fix docstring.
31591 (generic-mode-internal): Simplify generic-font-lock-keywords.
31592
31593 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31594
31595 * whitespace.el (whitespace-buffer-leading)
31596 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31597 However, fix the highlight area for the leading and
31598 trailing whitespaces to show space.
31599
31600 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31601
31602 * whitespace.el (whitespace-version): Bump to 3.5.
31603
31604 (whitespace-buffer-leading, whitespace-buffer-trailing):
31605 Invert sense of the test to highlight the whitespace.
31606
31607 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31608
31609 * progmodes/gud.el (gud-display-line): GUD uses its own
31610 overlay arrow now so don't set overlay-arrow-string.
31611 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31612
31613 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31614
31615 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31616 (term-ansi-current-reverse, term-ansi-current-invisible)
31617 (term-ansi-face-already-done): Change to boolean.
31618 (term-reset-terminal, term-handle-colors-array): Handle the above
31619 vars accordingly.
31620 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31621 (term-emulate-terminal): Use the new name.
31622
31623 * faces.el (secondary-selection): Use yellow1, not yellow.
31624 (trailing-whitespace): Use red1, not red.
31625
31626 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31627
31628 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31629 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31630 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31631
31632 * cus-edit.el (dnd): New group.
31633
31634 * term/w32-win.el (dnd): Require dnd
31635 (w32-drag-n-drop): Call dnd-handle-one-url.
31636
31637 * x-dnd.el: Require dnd.
31638 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31639 Call dnd-handle-one-url.
31640 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31641 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31642 to dnd-insert-text.
31643 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31644 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31645 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31646 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31647
31648 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31649
31650 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31651
31652 * wdired.el: Doc fixes.
31653 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31654 (wdired-use-dired-vertical-movement): Rename from
31655 wdired-always-move-to-filename-beginning.
31656 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31657 (wdired-change-to-wdired-mode): Change mode name.
31658 (wdired-newline): Delete.
31659
31660 2005-04-11 Richard M. Stallman <rms@gnu.org>
31661
31662 * whitespace.el (whitespace-highlight-the-space):
31663 Don't call whitespace-unhighlight-the-space here.
31664
31665 * simple.el (undo): Record t in undo-equiv-table
31666 for the redo record made by an undo-in-region.
31667
31668 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31669
31670 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31671 (gdb-frame-inferior-io-buffer): New Functions to control
31672 display of separate IO buffer.
31673 (menu): Add them to menu-bar.
31674 (gdb-display-buffer): Check for buffer another frame.
31675 Protect GUD buffer.
31676 (gdb-setup-windows): Create IO buffer if not already there.
31677 (gdb-memory-mode): Remove purecopy noops.
31678
31679 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31680
31681 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31682 and pass to self-insert-command.
31683
31684 2005-04-11 Lute Kamstra <lute@gnu.org>
31685
31686 * generic.el: Commentary section cleanup.
31687 (generic): Delete.
31688 (generic-use-find-file-hook, generic-lines-to-scan)
31689 (generic-find-file-regexp, generic-ignore-files-regexp)
31690 (default-generic-mode, generic-mode-find-file-hook)
31691 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31692 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31693 (generic-use-find-file-hook, generic-lines-to-scan)
31694 (generic-find-file-regexp, generic-ignore-files-regexp)
31695 (default-generic-mode, generic-mode-find-file-hook)
31696 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31697
31698 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31699
31700 * bookmark.el (bookmark-write-file): Catch errors writing file.
31701 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31702
31703 2005-04-10 Richard M. Stallman <rms@gnu.org>
31704
31705 * startup.el (fancy-splash-tail): Update copyright year.
31706 (command-line): Split part of -Q into -D.
31707 (emacs-basic-display): New defvar.
31708 (fancy-splash-text): Correct name of menu item.
31709
31710 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31711
31712 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31713 lines in one node.
31714
31715 * comint.el (comint-send-input): New arg ARTIFICIAL.
31716 Callers in this file changed.
31717
31718 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31719
31720 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31721
31722 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31723
31724 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31725 `ldap-search-internal'.
31726
31727 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31728
31729 * files.el (set-auto-mode-1): Use line-end-position.
31730
31731 * international/latin-1.el:
31732 * international/latin-2.el:
31733 * international/latin-3.el:
31734 * international/latin-4.el:
31735 * international/latin-5.el:
31736 * international/latin-8.el:
31737 * international/latin-9.el: Give punctuation syntax to NBSP.
31738
31739 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31740 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31741 Use char-classes to accept non-ascii letters, accepted in some recent
31742 bibtex implementations.
31743
31744 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31745
31746 * custom.el (custom-set-minor-mode): Any non-nil value for the
31747 variable should enable the mode when set through Custom.
31748
31749 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31750
31751 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31752 TAB binding so tab-always-indent is obeyed.
31753 (vhdl-minibuffer-local-map): Move initialization into declaration.
31754 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31755 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31756 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31757 (vhdl-current-line): Use line-beginning-position.
31758 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31759 with-output-to-temp-buffer, so the current position can be recorded.
31760
31761 2005-04-10 Masatake YAMATO <jet@gyve.org>
31762
31763 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31764 Add regexp for gcov.
31765
31766 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31767
31768 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31769 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31770 syntax which Emacs 20 doesn't support.
31771
31772 2005-04-09 Richard M. Stallman <rms@gnu.org>
31773
31774 * help.el (describe-key-briefly, describe-key):
31775 Replace strings as event types with "(any string)".
31776
31777 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31778
31779 * arc-mode.el (archive-mode-map): Move initialization into
31780 the declaration. Override *all* bindings of `undo'.
31781 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31782
31783 2005-04-09 Jay Belanger <belanger@truman.edu>
31784
31785 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31786
31787 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31788
31789 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31790 (xterm-register-default-colors): Update color values computation
31791 to match xterm-200.
31792
31793 2005-04-09 Kenichi Handa <handa@m17n.org>
31794
31795 * international/code-pages.el (iso-latin-7): Fix the map.
31796
31797 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31798
31799 * emacs-lisp/lisp.el (defun-prompt-regexp)
31800 (parens-require-spaces, buffer-end, end-of-defun)
31801 (insert-parentheses): Doc fixes.
31802
31803 2005-04-08 Kim F. Storm <storm@cua.dk>
31804
31805 * comint.el (comint-highlight-prompt): Fix face spec.
31806 * hi-lock.el (hi-green): Likewise.
31807
31808 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31809
31810 * cus-edit.el (custom-modified-face):
31811 * comint.el (comint-highlight-input): Fix previous changes.
31812 * term.el (term-handle-ansi-escape): Add a comment.
31813
31814 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31815
31816 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31817 in the buffer and in whitespace-highlighted-space.
31818 (whitespace-unhighlight-the-space): Simplify.
31819 (whitespace-buffer): Simplify.
31820
31821 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31822
31823 * textmodes/table.el (table-cell-face): Add special case for
31824 displays supporting a high number of colors.
31825 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31826 (vhdl-font-lock-reserved-words-face)
31827 (vhdl-speedbar-architecture-face)
31828 (vhdl-speedbar-instantiation-face)
31829 (vhdl-speedbar-architecture-selected-face)
31830 (vhdl-speedbar-instantiation-selected-face): Likewise.
31831 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31832 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31833 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31834 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31835 (ebrowse-progress-face): Likewise.
31836 * progmodes/compile.el (compilation-info-face): Likewise.
31837 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31838 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31839 * calendar/calendar.el (diary-face): Likewise.
31840 * woman.el (woman-italic-face, woman-bold-face)
31841 (woman-unknown-face): Likewise.
31842 * wid-edit.el (widget-button-pressed-face): Likewise.
31843 * whitespace.el (whitespace-highlight-face): Likewise.
31844 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31845 * pcvs-info.el (cvs-marked-face): Likewise.
31846 * info.el (info-xref): Likewise.
31847 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31848 * hilit-chg.el (highlight-changes-face)
31849 (highlight-changes-delete-face): Likewise.
31850 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31851 (hi-red-b): Likewise.
31852 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31853 * font-lock.el (font-lock-keyword-face)
31854 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31855 * cus-edit.el (custom-invalid-face, custom-modified-face)
31856 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31857 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31858 * comint.el (comint-highlight-prompt): Likewise.
31859
31860 2005-04-08 Lute Kamstra <lute@gnu.org>
31861
31862 * font-lock.el (font-lock-keywords): Docstring fixes.
31863
31864 2005-04-08 Kenichi Handa <handa@m17n.org>
31865
31866 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31867 chars are more than a limit, print " and more..." at the tail.
31868
31869 2005-04-08 Kim F. Storm <storm@cua.dk>
31870
31871 * emacs-lisp/authors.el (authors-aliases): Update list.
31872 (authors-ignored-files): New list.
31873 (authors-fixed-entries): Fix typo.
31874 (authors-renamed-files-alist): Update list.
31875 (authors-add): Check authors-ignored-files.
31876
31877 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
31878
31879 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31880 optional, to ensure backward compatibility.
31881
31882 2005-04-08 Stephen Eglen <stephen@gnu.org>
31883
31884 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31885
31886 2005-04-08 Kim F. Storm <storm@cua.dk>
31887
31888 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31889
31890 * mouse.el (mouse-on-link-p): Doc fix.
31891
31892 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31893
31894 * ielm.el (ielm-prompt-read-only): Doc fix.
31895
31896 * comint.el (comint-prompt-read-only): Doc fix.
31897
31898 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
31899
31900 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31901 ensure dired always handles wildcards passed to ffap.
31902 (find-file-at-point): Use it.
31903 (ffap-dired-wildcards): Doc fix.
31904
31905 2005-04-07 Juri Linkov <juri@jurta.org>
31906
31907 * simple.el (next-error-overlay-arrow-position): New defvar.
31908 Put "=>" on its property `overlay-arrow-string'. Add it to
31909 `overlay-arrow-variable-list'.
31910
31911 * progmodes/compile.el (compilation-setup):
31912 Set `next-error-overlay-arrow-position' to nil. Also set it to
31913 nil in the local hook `kill-buffer-hook'. Make local variable
31914 `overlay-arrow-string' and set it to "=>".
31915 (compilation-goto-locus): Set BOL position to
31916 `next-error-overlay-arrow-position' instead of
31917 `overlay-arrow-position'.
31918
31919 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31920 locally instead of adding it to the global hook.
31921 (Info-kill-buffer): Move up.
31922
31923 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
31924
31925 * term/xterm.el (xterm-standard-colors): Update color values from
31926 xterm-200.
31927
31928 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
31929
31930 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31931
31932 * fast-lock.el:
31933 * lazy-lock.el: Move them to the obsolete subdir.
31934
31935 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31936
31937 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31938 (wdired-add-replace-advice): Remove.
31939 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31940
31941 2005-04-06 Kim F. Storm <storm@cua.dk>
31942
31943 * startup.el (command-line): Add --bare-bones alias for -Q.
31944
31945 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31946
31947 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31948 create the startup fontset if a font specification ends with
31949 `mac-roman'.
31950
31951 2005-04-06 Lute Kamstra <lute@gnu.org>
31952
31953 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31954 change.
31955
31956 * emacs-lisp/copyright.el (copyright-update-year): Replace the
31957 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
31958
31959 2005-04-05 Lute Kamstra <lute@gnu.org>
31960
31961 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31962 (define-generic-mode): Ditto. Fix debug declaration.
31963
31964 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31965 Put them in the generic-x group.
31966
31967 * calendar/timeclock.el (timeclock): Doc fix.
31968
31969 * generic.el (define-generic-mode): Don't use custom-current-group.
31970 Document default :group value.
31971 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31972 (define-global-minor-mode): Don't use custom-current-group.
31973
31974 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
31975
31976 * startup.el (command-line-1): Display startup-echo-area-message
31977 when fancy splash screen is in use.
31978
31979 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31980 (sh-escaped-newline): New face.
31981 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31982 newline, and use sh-escaped-newline face.
31983
31984 * progmodes/tcl.el (tcl-escaped-newline): New face.
31985 (tcl-builtin-list): New variable.
31986 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31987 newlines. Fix keywords subexpression number.
31988
31989 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
31990
31991 * textmodes/org.el (org-diary-default-entry): Fix call to
31992 `add-to-diary-entry'.
31993
31994 2005-04-05 Kim F. Storm <storm@cua.dk>
31995
31996 * ediff-init.el: Use (featurep 'xemacs).
31997
31998 2005-04-05 David Ponce <david@dponce.com>
31999
32000 * cus-edit.el (face): Derive from symbol widget. Display sample
32001 of the current face on the fly.
32002 (widget-face-sample-face-get, widget-face-notify): New functions.
32003 (widget-face-value-create): Remove.
32004
32005 * wid-edit.el (widget-field-end): Temporarily remove field
32006 narrowing before to call `get-char-property'.
32007
32008 2005-04-04 Jay Belanger <belanger@truman.edu>
32009
32010 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32011 (math-read-subscripts): New variable.
32012 (math-read-preprocess-string): Process subscripts.
32013
32014 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32015
32016 * comint.el (comint-prompt-read-only): Doc fix.
32017
32018 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32019 `-1'. Doc fix.
32020
32021 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32022
32023 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32024 Change default value to nil.
32025
32026 2005-04-04 Lute Kamstra <lute@gnu.org>
32027
32028 * autorevert.el (auto-revert-mode): Specify :group.
32029 * battery.el (display-battery-mode): Specify :group.
32030 * diff-mode.el (diff-minor-mode): Specify :group.
32031 * font-core.el (font-lock-mode): Specify :group.
32032 * hl-line.el (hl-line-mode): Specify :group.
32033 * iimage.el (iimage): New customization group.
32034 (iimage-mode): Specify :group.
32035 * longlines.el (longlines-mode): Specify :group.
32036 * master.el: Don't require easy-mmode.
32037 (master): New customization group.
32038 (master-mode): Specify :group.
32039 * msb.el (msb-mode): Specify :group.
32040 * reveal.el (reveal-mode): Specify :group.
32041 * simple.el (next-error-follow-minor-mode): Specify :group.
32042 * smerge-mode.el (smerge-mode): Specify :group.
32043 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32044 * emulation/cua-base.el (cua-mode): Specify :group.
32045 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32046 * language/thai-util.el (thai-auto-composition-mode)
32047 (thai-word-mode): Specify :group.
32048 * mail/supercite.el (sc-minor-mode): Specify :group.
32049 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32050 * progmodes/flymake.el (flymake-mode): Specify :group.
32051 * progmodes/glasses.el (glasses-mode): Specify :group.
32052 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32053 * textmodes/enriched.el (enriched-mode): Specify :group.
32054 * textmodes/refill.el (refill-mode): Specify :group.
32055
32056 * add-log.el (change-log-font-lock-keywords): Names in
32057 parenthesized lists can contain spaces.
32058
32059 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32060
32061 * startup.el (fancy-splash-text): Shorten default text of
32062 "Emacs Tutorial" line. Also, if the current language env
32063 indicates an available tutorial file other than TUTORIAL,
32064 extract its title and append it to the line in parentheses.
32065 (fancy-splash-insert): If arg is a thunk, funcall it.
32066
32067 2005-04-04 Jay Belanger <belanger@truman.edu>
32068
32069 * calc.el (calc-language-alist): Add tags to customization type.
32070
32071 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32072
32073 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32074 Doc fix.
32075
32076 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32077
32078 * add-log.el (change-log-font-lock-keywords): The manual
32079 describing a Change Log entry, says: (...) "Aside from these
32080 header lines, every line in the change log starts with a space or
32081 a tab.". The font-lock was not highlighting lines started with
32082 spaces, added support for it.
32083
32084 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32085
32086 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32087 (bibtex-generate-url-list): Update docstring accordingly. Put the
32088 complex example in the docstring.
32089 (bibtex-font-lock-url): Use pop.
32090
32091 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32092
32093 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32094
32095 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32096
32097 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32098
32099 * filesets.el (filesets-set-default): Doc fix.
32100
32101 2005-04-03 Lute Kamstra <lute@gnu.org>
32102
32103 * generic.el (define-generic-mode): Add argument to specify
32104 keywords for defcustom.
32105 (default-generic-mode): Specify :group.
32106
32107 * generic-x.el: Specify :group for all generic modes.
32108
32109 * desktop.el (desktop-no-desktop-file-hook)
32110 (desktop-after-read-hook): Doc fix.
32111
32112 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32113
32114 * simple.el (visible-mode): Use explicit :group keyword.
32115 This changes the group of `visible-mode-hook' from paren-blinking
32116 to editing-basics.
32117
32118 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32119
32120 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32121 mailbox specifications as well as URLs.
32122 (rmail-insert-inbox-text): Remove unused conditional branches.
32123
32124 2005-04-01 Jay Belanger <belanger@truman.edu>
32125
32126 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32127 (calc-gnuplot-print-command): Move definitions to calc.el.
32128
32129 * calc/calc-embed.el (calc-embedded-announce-formula)
32130 (calc-embedded-open-formula, calc-embedded-close-formula)
32131 (calc-embedded-open-word, calc-embedded-close-word)
32132 (calc-embedded-open-plain, calc-embedded-close-plain)
32133 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32134 (calc-embedded-open-mode, calc-embedded-close-mode):
32135 Move definitions to calc.el.
32136
32137 * calc/calc.el (calc-settings-file, calc-language-alist):
32138 Make customizable.
32139 (calc-embedded-announce-formula, calc-embedded-open-formula)
32140 (calc-embedded-close-formula, calc-embedded-open-word)
32141 (calc-embedded-close-word, calc-embedded-open-plain)
32142 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32143 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32144 (calc-embedded-close-mode, calc-gnuplot-name)
32145 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32146 from other files and make customizable.
32147
32148 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32149
32150 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32151 Use buffer-live-p.
32152 (cvs-mode-run): Don't call cvs-update-header here.
32153 (cvs-run-process): Call cvs-update-header.
32154 Use process properties for cvs-postprocess and cvs-buffer so that
32155 the sentinel can behave better if the temp buffer is killed.
32156 Use a pipe rather than a tty, to better handle unexpected prompts.
32157 (cvs-sentinel): Rewrite. Call cvs-update-header.
32158
32159 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32160
32161 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32162 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32163
32164 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32165
32166 * generic.el (define-generic-mode): Add indentation rule.
32167
32168 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32169
32170 * files.el (mode-require-final-newline): Make Custom correctly
32171 report a nil value and allow to set it to nil via Custom.
32172 Doc fix.
32173
32174 2005-04-01 Kenichi Handa <handa@m17n.org>
32175
32176 * international/characters.el: Enable the correct case setting for
32177 dotless-i and dotted-I.
32178
32179 2005-04-01 Kim F. Storm <storm@cua.dk>
32180
32181 * ido.el (ido-file-internal): Fall back to non-ido command if
32182 initial directory is on slow ftp (or tramp) host.
32183
32184 2005-03-31 Richard M. Stallman <rms@gnu.org>
32185
32186 * emacs-lisp/autoload.el (make-autoload):
32187 Handle define-global-minor-mode.
32188
32189 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32190 Rename from easy-mmode-define-global-mode.
32191 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32192
32193 * progmodes/scheme.el (scheme-mode-syntax-table):
32194 Update syntax of | and # for two-character comment syntax.
32195
32196 2005-03-31 Lute Kamstra <lute@gnu.org>
32197
32198 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32199 (define-minor-mode): Call custom-current-group at load-time.
32200
32201 * generic.el (define-generic-mode): Add debug declaration.
32202 Add defcustom for the mode hook.
32203 (generic-mode-internal): Use run-mode-hooks.
32204
32205 2005-03-31 Kim F. Storm <storm@cua.dk>
32206
32207 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32208 (mouse-fixup-help-message): New defun called by show_help_echo
32209 to fixup mouse-2 prefix in help messages when applicable.
32210
32211 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32212
32213 2005-03-31 Kenichi Handa <handa@m17n.org>
32214
32215 * language/thai-word.el (thai-find-word-ends): Pay attention to
32216 the case that we reach the end of buffer.
32217
32218 * textmodes/fill.el (fill-text-properties-at): New function.
32219 (fill-newline): Use fill-text-properties-at instead of
32220 text-properties-at.
32221
32222 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32223
32224 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32225 not comint-quote-filename.
32226
32227 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32228
32229 * help-fns.el (help-with-tutorial): Revert last change.
32230
32231 2005-03-31 Kim F. Storm <storm@cua.dk>
32232
32233 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32234
32235 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32236
32237 * calendar/cal-china.el: Update reference to "Calendrical
32238 Calculations" book; there's a new edition.
32239 * calendar/cal-coptic.el: Likewise.
32240 * calendar/cal-french.el: Likewise.
32241 * calendar/cal-hebrew.el: Likewise.
32242 * calendar/cal-islam.el: Likewise.
32243 * calendar/cal-iso.el: Likewise.
32244 * calendar/cal-julian.el: Likewise.
32245 * calendar/cal-mayan.el: Likewise.
32246 * calendar/cal-persia.el: Likewise.
32247 * calendar/calendar.el: Likewise.
32248 * calendar/holidays.el: Likewise.
32249 * calendar/lunar.el: Likewise.
32250 * calendar/solar.el: Likewise.
32251
32252 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32253 white space from doc string.
32254
32255 2005-03-30 Jay Belanger <belanger@truman.edu>
32256
32257 * calc/calc-help.el (calc-full-help): Remove email address.
32258
32259 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32260
32261 * help-fns.el (help-with-tutorial): Delete title line.
32262
32263 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32264
32265 * calendar/cal-x.el (calendar-one-frame-setup)
32266 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32267 rather than `symbol' for set-window-dedicated-p.
32268
32269 * calendar/appt.el (appt-buffer-name): Make it a constant.
32270 (appt-add): Doc fix.
32271
32272 * filesets.el (filesets-menu-path, filesets-menu-before)
32273 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32274 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32275 (filesets-add-submenu): Delete and use add-submenu instead.
32276
32277 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32278
32279 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32280 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32281 (org-diary-default-entry): New function.
32282 (org-get-entries-from-diary): Better parsing of diary entries.
32283 (org-agenda-check-no-diary): New function.
32284 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32285 linking to diary entries.
32286 (org-agenda-execute-calendar-command): New function.
32287 (org-agenda): Improve visible section in window.
32288 Use `org-fit-agenda-window'.
32289 (org-fit-agenda-window): New option.
32290 (org-move-subtree-down): Better handling of empty lines
32291 at end of subtree.
32292 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32293 levels up.
32294 (org-fontify-done-headline): New option.
32295 (org-headline-done-face): New face.
32296 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32297 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32298 When current field is non-empty, it is copied to next row.
32299 (org-table-copy-from-above): Fix bug which made it
32300 impossible to copy fields containing only a single non-white character.
32301
32302 2005-03-30 Kim F. Storm <storm@cua.dk>
32303
32304 * kmacro.el (kmacro-end-macro): Isearch may store this command
32305 into the macro -- so ignore it when executing keyboard macro.
32306
32307 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32308
32309 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32310
32311 2005-03-29 Kenichi Handa <handa@m17n.org>
32312
32313 * language/thai.el ("Thai"): Set setup-function and exit-function
32314 for Thai language environment.
32315
32316 * language/thai-util.el: Require thai-word.
32317 (thai-word-mode-map): New variable.
32318 (thai-word-mode): New minor mode.
32319 (setup-thai-language-environment-internal): New function.
32320 (exit-thai-language-environment-internal): New function.
32321
32322 * language/thai-word.el (thai-word-table): Declare it by defvar,
32323 use dolist to initialize it.
32324 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32325 (thai-fill-find-break-point): New functions.
32326
32327 2005-03-29 Richard M. Stallman <rms@gnu.org>
32328
32329 * simple.el (idle-update-delay): Move definition up.
32330 (set-mark): Doc fix.
32331
32332 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32333
32334 * longlines.el: New file.
32335
32336 * simple.el (buffer-substring-filters): New variable.
32337 (filter-buffer-substring): New function.
32338 (kill-region, copy-region-as-kill): Use it.
32339
32340 * register.el (copy-to-register, append-to-register)
32341 (prepend-to-register): Use filter-buffer-substring.
32342
32343 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32344
32345 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32346 (gud-filter-pending-text): Move in front of gdb.
32347 (gud-overlay-arrow-position): New variable.
32348 (gud-sentinel, gud-display-line): Use it in place of
32349 overlay-arrow-position.
32350
32351 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32352
32353 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32354 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32355 (fortran-font-lock-keywords-4): New variable.
32356 (fortran-blocks-re, fortran-end-block-re)
32357 (fortran-start-block-re): New constants, for hideshow.
32358 (hs-special-modes-alist): Add a Fortran entry.
32359 (fortran-mode-map): Bind fortran-end-of-block,
32360 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32361 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32362 (fortran-looking-at-if-then, fortran-end-of-block)
32363 (fortran-beginning-of-block): New functions, for hideshow.
32364
32365 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32366 Doc fix. Tweak regexp.
32367 (f90-beginning-of-block): Push mark first.
32368
32369 2005-03-29 Jay Belanger <belanger@truman.edu>
32370
32371 * calc/calc.el: Update copyright date.
32372 (calc-version): Increase to 2.1.
32373 (calc-version-date): Remove.
32374
32375 * calc/calc-help.el: Update copyright date.
32376 (calc-full-help): Remove reference to calc-version-date.
32377 Update copyright date.
32378
32379 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32380
32381 * vc.el (vc-do-command): Use a pipe for async processes, so password
32382 prompts don't show up at places where the user can't reply.
32383
32384 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32385
32386 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32387 on the file name we pass to the inferior shell.
32388
32389 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32390
32391 * progmodes/which-func.el (which-function): Be robust in the face of an
32392 imenu--make-index-alist failure.
32393
32394 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32395
32396 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32397
32398 * progmodes/python.el (python-preoutput-filter): Fix last change.
32399
32400 2005-03-29 Lute Kamstra <lute@gnu.org>
32401
32402 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32403 functions and compiled macros.
32404 (debug-convert-byte-code): Handle macros too.
32405 (debug-on-entry-1): Don't signal an error when trying to clear a
32406 function that is not set to debug on entry.
32407
32408 2005-03-29 Jay Belanger <belanger@truman.edu>
32409
32410 * calc/calc-lang.el: Add functions to math-function-table
32411 properties of tex and math.
32412
32413 2005-03-29 Kenichi Handa <handa@m17n.org>
32414
32415 * ps-mule.el (ps-mule-plot-string): Translate characters by
32416 ps-print-translation-table.
32417 (ps-mule-begin-job): Call find-charset-region/string with
32418 ps-print-translation-table.
32419 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32420
32421 * ps-print.el (ps-print-translation-table): New variable.
32422 (ps-plot-region): Translate characters by ps-print-translation-table.
32423
32424 2005-03-29 Juri Linkov <juri@jurta.org>
32425
32426 * simple.el (next-error-highlight-timer): New variable.
32427
32428 * progmodes/compile.el (compilation-goto-locus):
32429 Use `next-error-highlight-timer' instead of `sit-for'.
32430
32431 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32432
32433 * mail/supercite.el (sc-mail-field): Use assoc-string.
32434 (sc-get-address): Simplify regexps.
32435
32436 * files.el (minibuffer-with-setup-hook): New macro.
32437 (find-file-read-args): Use it to avoid let-binding
32438 minibuffer-with-setup-hook (which breaks turning on/off
32439 file-name-shadow-mode while in the prompt).
32440
32441 * complete.el (PC-read-include-file-name-internal):
32442 Use test-completion.
32443
32444 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32445
32446 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32447
32448 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32449
32450 * window.el (window-buffer-height): Use count-screen-lines.
32451
32452 * progmodes/python.el (python-preoutput-leftover): New var.
32453 (python-preoutput-filter): Use it.
32454 (python-send-receive): Loop until all the result has been received.
32455
32456 2005-03-28 Juri Linkov <juri@jurta.org>
32457
32458 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32459
32460 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32461 "Recover Crashed Session".
32462 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32463 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32464 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32465 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32466 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32467 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32468 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32469 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32470
32471 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32472 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32473 Ediff Sessions", "Toggle use of separate control buffer frame",
32474 "Use separate frame for Ediff control buffer".
32475
32476 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32477 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32478 "Rename Bookmark", "Delete Bookmark".
32479
32480 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32481 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32482 Add `:active Info-index-alternatives' to "Next Matching Item".
32483
32484 * wdired.el (wdired-change-to-wdired-mode):
32485 Mention `wdired-abort-changes' key in the initial message.
32486
32487 * international/mule.el (auto-coding-alist): Associate non-ascii
32488 image filename extensions with `no-conversion'.
32489
32490 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32491
32492 * international/iso-acc.el:
32493 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32494
32495 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32496
32497 * textmodes/sgml-mode.el (html-mode): Doc update.
32498
32499 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32500
32501 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32502
32503 * term.el (term-move-columns): Fix face after extending a line.
32504 (term-insert-spaces): Likewise.
32505 (term-reset-terminal): Fix off by one error.
32506
32507 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32508
32509 * international/mule.el (auto-coding-alist): Add .xpi files.
32510
32511 * files.el (auto-mode-alist): Add .xpi files.
32512
32513 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32514
32515 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32516
32517 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32518
32519 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32520
32521 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32522
32523 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32524 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32525
32526 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32527 cursor to Jan 1 when needed.
32528 (calendar-end-of-year): Fix -/+ typo.
32529 Reported by Chong Yidong <cyd@stupidchicken.com>.
32530
32531 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32532
32533 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32534
32535 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32536 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32537
32538 2005-03-25 Richard M. Stallman <rms@gnu.org>
32539
32540 * filesets.el (filesets-init): Add autoload.
32541
32542 * mail/mailalias.el (mail-directory): Doc fix.
32543
32544 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32545
32546 * mail/mailalias.el (mail-directory-process): Do nothing if
32547 mail-directory-process is an atom.
32548 (mail-get-names): Ignore mail-directory-names if it is an atom.
32549 (mail-directory-process defvar): Doc fix.
32550 (mail-names): Doc fix.
32551
32552 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32553
32554 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32555
32556 2005-03-26 Kenichi Handa <handa@m17n.org>
32557
32558 * international/mule-util.el (detect-coding-with-priority):
32559 Call update-coding-systems-internal before detect-coding-region.
32560
32561 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32562
32563 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32564 (gdb-frames-mode-map): Add follow-link property.
32565
32566 2005-03-25 Jay Belanger <belanger@truman.edu>
32567
32568 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32569 for variables.
32570
32571 2005-03-25 Juri Linkov <juri@jurta.org>
32572
32573 * image-mode.el: Optimize image filename extension regexps in
32574 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32575 in `auto-mode-alist'.
32576 (image-mode): Add `image-toggle-display-text' to local hook
32577 `change-major-mode-hook'. Display the image as an image by
32578 default. Set `cursor-type' and `truncate-lines' if the image
32579 is already displayed. Take into account the current mode (image
32580 or text) in message.
32581 (image-minor-mode): New minor mode.
32582 (image-mode-maybe, image-toggle-display-text): New functions.
32583 (image-toggle-display): Use called-interactively-p.
32584 Let-bind `inhibit-read-only' to t.
32585
32586 * image-mode.el (image-minor-mode): Set `cursor-type' and
32587 `truncate-lines' if the image is already displayed. Add turning
32588 image-minor-mode off to `change-major-mode-hook'. Add message.
32589 Call `image-toggle-display-text' after turning image-minor-mode off.
32590
32591 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32592
32593 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32594 Terminal.app, use utf-8.
32595 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32596 (set-locale-environment): Use it.
32597
32598 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32599
32600 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32601
32602 * progmodes/python.el (python-close-block-statement-p)
32603 (python-outdent-p, python-current-defun): Use symbol-end.
32604
32605 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32606
32607 * files.el (save-some-buffers): Doc fix.
32608
32609 2005-03-25 Werner Lemberg <wl@gnu.org>
32610
32611 * complete.el, thumbs.el: Replace `legal' with `valid'.
32612 * calendar/calendar.el: Replace `legal' with `valid'.
32613 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32614 * mail/supercite.el: Replace `legal' with `valid'.
32615 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32616 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32617 Replace `legal' with `valid'.
32618 * textmodes/reftex-vars.el, textmodes/reftex.el:
32619 Replace `legal' with `valid'.
32620
32621 2005-03-25 Werner Lemberg <wl@gnu.org>
32622
32623 * calc/calc-forms.el, calc/calc-sel.el
32624 * midnight.el, vc-cvs.el
32625 * emacs-lisp/cl-macs.el
32626 * emulation/vip.el
32627 * eshell/esh-io.el, eshell/esh-var.el
32628 * mail/supercite.el
32629 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32630 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32631 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32632 * progmodes/sh-script.el, progmodes/xscheme.el
32633 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32634 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32635 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32636 * textmodes/reftex.el, textmodes/org.el:
32637 Replace `illegal' with `invalid'.
32638
32639 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32640
32641 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32642 (flymake-find-buildfile, flymake-find-possible-master-files)
32643 (flymake-check-include, flymake-parse-line): Replace loops over the
32644 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32645
32646 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32647 Substitute file-name-as-directory in the rest of the file.
32648 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32649 (flymake-replace-region): Remove unused arg `buffer'.
32650 (flymake-check-patch-master-file-buffer): Update calls to it.
32651 (flymake-add-err-info): Remove unused var `count'.
32652 (flymake-mode): Use define-minor-mode.
32653
32654 * progmodes/flymake.el: Use with-current-buffer.
32655 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32656 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32657 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32658 Avoid testing for `xemacs'.
32659 (flymake-nop): Move.
32660 (flymake-region-has-flymake-overlays): Return the computed value.
32661 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32662 Remove unused var `endline'.
32663 (flymake-get-line-count): Remove unused function.
32664 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32665
32666 * emulation/vi.el:
32667 * generic.el:
32668 * hilit-chg.el (global-highlight-changes):
32669 * hi-lock.el (hi-lock-mode):
32670 * follow.el: find-file-hooks -> find-file-hook.
32671
32672 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32673
32674 2005-03-24 Juri Linkov <juri@jurta.org>
32675
32676 * dired.el (dired-mode-map): Add menu item "Compare directories"
32677 for dired-compare-directories.
32678
32679 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32680 Doc fix. Replace `read-file-name' with `read-directory-name'.
32681
32682 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32683
32684 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32685
32686 2005-03-24 Jay Belanger <belanger@truman.edu>
32687
32688 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32689 relevant mode settings in calc-embedded-original-modes when modes
32690 are permanently changed.
32691
32692 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32693
32694 * autoinsert.el: find-file-hooks -> find-file-hook.
32695
32696 2005-03-24 Lute Kamstra <lute@gnu.org>
32697
32698 * generic.el (generic-font-lock-defaults): Make it obsolete.
32699 (generic-font-lock-keywords): New variable to replace
32700 generic-font-lock-defaults.
32701 (generic-mode-set-font-lock): Delete it.
32702 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32703 (generic-bracket-support): Add docstring.
32704
32705 * generic-x.el: Rename generic-font-lock-defaults to
32706 generic-font-lock-keywords throughout.
32707 (mailagent-rules-setup-function): Delete it.
32708 (mailagent-rules-generic-mode): Use anonymous function instead.
32709 (show-tabs-generic-mode-font-lock-defaults-1)
32710 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32711 Quote faces.
32712 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32713 not foreground.
32714
32715 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32716 Recognize define-generic-mode.
32717
32718 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32719
32720 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32721 if there's no completion table.
32722
32723 2005-03-23 Miles Bader <miles@gnu.org>
32724
32725 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32726 Remove tty-specific variants, as they're no longer needed.
32727
32728 2005-03-23 Lute Kamstra <lute@gnu.org>
32729
32730 * generic-x.el: Code cleanup: make args constant whenever possible.
32731 (installshield-statement-keyword-list)
32732 (installshield-system-functions-list)
32733 (installshield-system-variables-list, installshield-types-list)
32734 (installshield-funarg-constants-list): Make them constants.
32735
32736 * generic.el (generic-make-keywords-list): Add autoload cookie.
32737
32738 * calendar/time-date.el: Add comment on time value formats.
32739 Don't require parse-time.
32740 (with-decoded-time-value): New macro.
32741 (encode-time-value): New function.
32742 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32743 (days-to-time): Return a valid time value when arg is huge.
32744 (time-since): Use time-subtract.
32745 (time-to-number-of-days): Use time-to-seconds.
32746
32747 2005-03-23 David Ponce <david@dponce.com>
32748
32749 * recentf.el (recentf-keep): New option.
32750 (recentf-menu-action): Default to `find-file'.
32751 (recentf-keep-non-readable-files-flag)
32752 (recentf-keep-non-readable-files-p)
32753 (recentf-file-readable-p, recentf-find-file)
32754 (recentf-cleanup-remote): Remove.
32755 (recentf-include-p): More robust.
32756 (recentf-keep-p): New function.
32757 (recentf-remove-if-non-kept): Rename from
32758 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32759 All callers updated.
32760 (recentf-menu-items-for-commands): Fix help string.
32761 (recentf-track-closed-file): Update. Doc fix.
32762 (recentf-cleanup): Update. Count removed files. Doc fix.
32763
32764 2005-03-23 Kim F. Storm <storm@cua.dk>
32765
32766 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32767 Don't inherit from fringe face (now happens automatically).
32768
32769 2005-03-22 Kim F. Storm <storm@cua.dk>
32770
32771 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32772 position values.
32773
32774 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32775
32776 * menu-bar.el (showhide-date-time): Remove.
32777 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32778 (menu-bar-make-mm-toggle): Simplify.
32779
32780 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32781
32782 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32783 Accept qualified variable and function names.
32784
32785 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32786
32787 * bindings.el (completion-ignored-extensions):
32788 Remove ".lis" for `vax-vms'.
32789
32790 2005-03-22 Andreas Schwab <schwab@suse.de>
32791
32792 * generic-x.el: Revert last change.
32793 * ldefs-boot.el: Update.
32794
32795 2005-03-22 Jay Belanger <belanger@truman.edu>
32796
32797 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32798 (calc-embedded-save-original-modes)
32799 (calc-embedded-restore-original-modes): New functions.
32800 (calc-do-embedded): Save original modes when entering embedded mode
32801 and restore when leaving embedded mode.
32802 (calc-embedded-modes-change): Change the value of
32803 calc-embedded-original-modes to reflect permanent changes.
32804
32805 2005-03-22 Lute Kamstra <lute@gnu.org>
32806
32807 * generic-x.el: Require generic again.
32808
32809 2005-03-22 Miles Bader <miles@gnu.org>
32810
32811 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32812 Tweak details to look good on both ttys and bitmap displays, light
32813 or dark background, etc.
32814
32815 2005-03-21 Kim F. Storm <storm@cua.dk>
32816
32817 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32818 mouse position.
32819
32820 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32821
32822 * icomplete.el: Don't forcibly turn on the mode upon load.
32823 (icomplete-mode): Use define-minor-mode.
32824 (icomplete-eoinput): Default to nil.
32825 (icomplete-minibuffer-setup): Remove autoload.
32826 (icomplete-tidy): Simplify.
32827 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32828 in the initial state or if the user has modified the field.
32829 Fix handling of icomplete-max-delay-chars.
32830 Remove code that handles the oddball case where
32831 minibuffer-completion-table is an integer.
32832 Wrap icomplete-completions in while-no-input in case building
32833 completions takes more time than expected.
32834 (icomplete-completions): Simplify.
32835
32836 2005-03-21 Richard M. Stallman <rms@gnu.org>
32837
32838 * jka-compr.el (jka-compr-really-do-compress):
32839 Make variable buffer-local.
32840
32841 * image-mode.el: Handle .xpm files too.
32842 (image-toggle-display): Preserve modification flag.
32843
32844 * help.el (where-is): Don't mention aliases with no key bindings.
32845
32846 2005-03-21 Lute Kamstra <lute@gnu.org>
32847
32848 * generic.el: Fix commentary section. Don't require cl for
32849 compilation.
32850 (generic-mode-list): Add autoload cookie.
32851 (generic-use-find-file-hook, generic-lines-to-scan)
32852 (generic-find-file-regexp, generic-ignore-files-regexp)
32853 (generic-mode, generic-mode-find-file-hook)
32854 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32855 (define-generic-mode): Make it a defmacro. Fix docstring.
32856 (generic-mode-internal): Code cleanup. Add autoload cookie.
32857 (generic-mode-set-comments): Code cleanup.
32858 * generic-x.el: Don't prevent compilation. Don't require generic.
32859 Follow coding conventions. Minor code cleanup.
32860 (etc-fstab-generic-mode): Add some keywords.
32861 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32862 define-generic-mode like a function declaration.
32863
32864 2005-03-21 Jay Belanger <belanger@truman.edu>
32865
32866 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32867 changing modes.
32868
32869 2005-03-21 Sam Steingold <sds@gnu.org>
32870
32871 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32872
32873 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32874
32875 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32876 Add underscore to "f$ lexicals" regexp.
32877
32878 2005-03-20 Juri Linkov <juri@jurta.org>
32879
32880 * subr.el (progress-reporter-do-update): When `min-value' is equal
32881 to `max-value', set `percentage' to 0 and prevent division by zero.
32882
32883 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
32884
32885 Sync with Tramp 2.0.48.
32886
32887 * net/tramp.el (all): Change all addresses to .gnu.org.
32888 (tramp-append-tramp-buffers): New defun.
32889 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32890 Catch `dont-send' signal.
32891 (tramp-set-auto-save-file-modes): Set always permissions, because
32892 there might be an old auto-saved file belonging to another
32893 original file. This could be a security threat. Reported by
32894 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32895 Check for Emacs 21.3.50 removed.
32896
32897 * net/tramp-smb.el (all): Remove debug construct for
32898 `with-parsed-tramp-file-name'.
32899 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32900 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32901 No error message if DIRECTORY or FILENAME doesn't exist.
32902 (tramp-smb-open-connection): Check existence of
32903 `tramp-smb-program'.
32904
32905 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
32906
32907 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32908 Properly handle the case where the `m' or `s' command's argument is not
32909 yet terminated.
32910 (perl-indent-new-calculate): New function.
32911 (perl-indent-line): Use it.
32912
32913 2005-03-20 Miles Bader <miles@gnu.org>
32914
32915 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32916 in text-mode too. Change to new face names.
32917 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32918 Add `:weight bold' attribute.
32919 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32920
32921 2005-03-19 Juri Linkov <juri@jurta.org>
32922
32923 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
32924
32925 * international/mule.el (auto-coding-alist): Sync with
32926 `auto-mode-alist' by adding upper case archive file extensions
32927 and adding ear/war to jar extension.
32928
32929 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
32930
32931 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32932 running, restart it.
32933
32934 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
32935
32936 * finder.el (finder-current-item): Throw an error on an empty line.
32937
32938 * man.el (Man-follow-manual-reference): If current-word returns
32939 nil, use "".
32940
32941 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
32942
32943 * simple.el (goto-line): Doc fix.
32944
32945 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
32946
32947 * files.el (save-buffer): Doc fix.
32948
32949 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
32950
32951 * recentf.el (recentf-cleanup-remote): New variable.
32952 (recentf-cleanup): Use it to conditionally check availability of
32953 remote files.
32954
32955 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
32956
32957 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32958 function names.
32959
32960 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32961
32962 * language/thai-word.el: New file.
32963
32964 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32965
32966 * files.el (backup-buffer): If the file's directory is not
32967 writable, use copy instead of move to backup the file.
32968
32969 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32970
32971 * obsolete/keyswap.el: Moved to obsolete/ from term/.
32972
32973 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32974
32975 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32976 Use functionp instead of symbolp and fboundp. Reported by Drkm
32977 <darkman_spam@yahoo.fr>.
32978 (ps-print-version): New version 6.6.6.
32979
32980 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
32981
32982 * textmodes/table.el (table--line-column-position): New idiom.
32983 (table--row-column-insertion-point-p): New function to test
32984 validity of row and column insertion operation at a location.
32985 (table-global-menu, table-cell-menu): Use above functions for
32986 deterministic test operation.
32987 (table--editable-cell-p): Behave in deterministic fashion.
32988
32989 2005-03-18 Juri Linkov <juri@jurta.org>
32990
32991 * isearch.el (isearch-lazy-highlight-new-loop):
32992 Make arguments beg and end optional.
32993 (isearch-update): Remove optional arguments nil from
32994 isearch-lazy-highlight-new-loop.
32995 (isearch-lazy-highlight-search): Let-bind case-fold-search to
32996 isearch-lazy-highlight-case-fold-search instead of
32997 isearch-case-fold-search, and let-bind isearch-regexp to
32998 isearch-lazy-highlight-regexp.
32999 Use isearch-lazy-highlight-last-string instead of isearch-string.
33000
33001 * replace.el (perform-replace): Remove bindings of global
33002 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33003 Add three new arguments to `replace-highlight'.
33004 (replace-highlight): Add arguments string, regexp, case-fold.
33005 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33006 to allow isearch-lazy-highlight-new-loop to use these values
33007 to set corresponding isearch-lazy-highlight-* internal
33008 variables whose values lazy highlighting will use regardless of
33009 changes to global variables isearch-string, isearch-regexp,
33010 isearch-case-fold-search during lazy highlighting loop.
33011 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33012 to `lazy-highlight-cleanup'.
33013
33014 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33015 (ispell-highlight-face): Set default face to `isearch' when
33016 lazy highlighting is enabled.
33017 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33018 priority to 1. Add lazy highlighting.
33019 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33020 from `isearch-dehighlight'.
33021
33022 2005-03-18 David Ponce <david@dponce.com>
33023
33024 * files.el (hack-local-variables): Do a case-insensitive search
33025 for End.
33026
33027 2005-03-18 Juri Linkov <juri@jurta.org>
33028
33029 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33030 `isearch-lazy-highlight-cleanup', add alias to old name and
33031 declare obsolete. Add release numbers to other obsolete vars.
33032 (isearch-done, isearch-lazy-highlight-new-loop):
33033 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33034 (lazy-highlight-cleanup) <variable>: Doc fix.
33035 (isearch-lazy-highlight-update): Rename obsolete
33036 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33037
33038 2005-03-18 Kenichi Handa <handa@m17n.org>
33039
33040 * language/thai-util.el: Fix categorization of Thai characters in
33041 thai-category-table.
33042 (thai-composition-pattern): Adjust it for the above change.
33043 (thai-self-insert-command, thai-compose-syllable): New functions.
33044 (thai-compose-region): Use thai-compose-syllable.
33045 (thai-compose-string): Likewise.
33046 (thai-composition-function): Likewise.
33047 (thai-auto-composition): New function.
33048 (thai-auto-composition-mode): New minor mode.
33049
33050 * language/thai.el: Fix patterns to be registered in
33051 composition-function-table.
33052
33053 * international/quail.el (quail-input-method): Locally bind
33054 inhibit-modification-hooks to t.
33055
33056 2005-03-17 Richard M. Stallman <rms@gnu.org>
33057
33058 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33059 (perl-mode): Use run-mode-hooks.
33060
33061 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33062 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33063 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33064
33065 * mail/sendmail.el (sendmail-send-it): Reenable the code
33066 to compute resend-to-address and use it.
33067
33068 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33069
33070 * image-mode.el: New file.
33071
33072 * image.el (insert-sliced-image): Add autoload cookie.
33073
33074 * font-lock.el (font-lock-lines-before): New user option.
33075 (font-lock-after-change-function): Obey it.
33076
33077 * bindings.el (esc-map): Make M-g a prefix.
33078 Bind M-g g and M-g M-g to goto-line.
33079
33080 * faces.el (face-id): Doc fix.
33081
33082 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33083
33084 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33085 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33086 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33087
33088 * mail/sendmail.el (mail-yank-ignored-headers)
33089 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33090 Add Mail-Followup-To and Mail-Reply-To headers.
33091 (mail-citation-hook): Add autoload cookie.
33092 (mail-mode): Doc fix.
33093 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33094 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33095 (mail-mode-fill-paragraph): Handle those headers.
33096 (mail-mailing-lists): New variable.
33097 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33098
33099 2005-03-17 Juri Linkov <juri@jurta.org>
33100
33101 * isearch.el (isearch-fallback): Check for `(car previous)'
33102 before calling `isearch-other-end-state'.
33103
33104 2005-03-17 Kim F. Storm <storm@cua.dk>
33105
33106 * simple.el (move-beginning-of-line): Move to beginning of buffer
33107 line, as well as beginning of screen line.
33108
33109 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33110
33111 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33112 argument REDRAW rather than calendar-redrawing variable.
33113 * calendar/calendar.el (calendar-redrawing): Delete.
33114 (redraw-calendar): Do not bind calendar-redrawing.
33115
33116 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33117
33118 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33119 diary-file buffer.
33120
33121 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33122
33123 * help.el (describe-mode): Allow a :minor-mode-function property to
33124 specify a different minor mode toggle function than the variable.
33125 * simple.el (auto-fill-function):
33126 * subr.el (add-minor-mode): Use it.
33127
33128 2005-03-16 Kenichi Handa <handa@m17n.org>
33129
33130 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33131 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33132 (ethio-fidel-to-sera-buffer): Likewise.
33133
33134 2005-03-16 Juri Linkov <juri@jurta.org>
33135
33136 * emacs-lisp/find-func.el (find-function-regexp):
33137 Add defun-emitting macro `menu-bar-make-toggle'.
33138
33139 * isearch.el: Put `isearch-scroll' property to
33140 `split-window-horizontally'.
33141
33142 * info.el: Update error messages for `debug-ignored-errors'.
33143 (Info-isearch-search): Doc fix.
33144 (Info-find-node): Move up code to go into info buffer before
33145 recording the node to the history.
33146 (Info-fontify-node): Fontify titles only if the next line
33147 has two or more `*', `=', `-', `.'.
33148 Display "go to this node" for empty (match-string 3).
33149
33150 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33151
33152 * term/mac-win.el: Add mouse pointer shape constants.
33153
33154 2005-03-15 Kim F. Storm <storm@cua.dk>
33155
33156 * simple.el (move-beginning-of-line): Use vertical-motion.
33157
33158 2005-03-15 Juri Linkov <juri@jurta.org>
33159
33160 * isearch.el (isearch-error): New variable.
33161 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33162 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33163 (isearch-within-brackets-state): Remove.
33164 (isearch-case-fold-search-state, isearch-pop-fun-state):
33165 Decrease frame index.
33166 (isearch-mode, isearch-top-state, isearch-push-state)
33167 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33168 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33169 (isearch-search, isearch-lazy-highlight-new-loop):
33170 Replace `isearch-invalid-regexp' with `isearch-error'.
33171 Remove `isearch-within-brackets'.
33172 (isearch-search): Add `search-failed' handler to `condition-case'.
33173 (isearch-lazy-highlight-search): Add `condition-case' to catch
33174 errors and allow `isearch-lazy-highlight-update' to try
33175 highlighting from the beginning of the window.
33176 (isearch-repeat): Move up code to set isearch-wrapped to t
33177 before calling isearch-wrap-function.
33178
33179 * info.el (Info-isearch-initial-node): New internal variable.
33180 (Info-search): Signal an error in isearch mode when search leaves
33181 the initial node. Signal an error when `bound' is non-nil and
33182 nothing was found in the current subfile.
33183 (Info-isearch-search): Remove `condition-case'.
33184 (Info-isearch-wrap): Don't wrap when search failed during leaving
33185 the initial node. If `Info-isearch-search' is nil, wrap around
33186 the current node.
33187 (Info-isearch-start): New fun.
33188 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33189 `isearch-mode-hook'.
33190
33191 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33192
33193 * simple.el (normal-erase-is-backspace): Set default to t if
33194 running on Mac.
33195
33196 * term/mac-win.el (function-key-map): Sync with x-win.el.
33197
33198 2005-03-15 Kenichi Handa <handa@m17n.org>
33199
33200 * international/mule-cmds.el (locale-language-names): Modify the
33201 format of elements and add more entries.
33202 (locale-preferred-coding-systems): Add more entries.
33203 (set-locale-environment): Adjust for the change of
33204 locale-language-names.
33205
33206 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33207
33208 * pcvs.el (smerge-ediff): Remove bogus autoload.
33209
33210 2005-03-14 Lute Kamstra <lute@gnu.org>
33211
33212 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33213 Ignore a `*' at the beginning of a line.
33214
33215 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33216 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33217 subr.el.
33218 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33219 to specify indentation.
33220
33221 * generic.el (define-generic-mode): Let generic-mode-list be a
33222 list of strings; test membership with equal.
33223
33224 2005-03-14 Kim F. Storm <storm@cua.dk>
33225
33226 * simple.el (next-line, previous-line): Add optional try-vscroll
33227 arg to recognize interactive use. Pass it on to line-move.
33228 (line-move): Don't perform auto-window-vscroll when defining or
33229 executing keyboard macro to ensure consistent behavior.
33230
33231 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33232
33233 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33234
33235 2005-03-13 Lute Kamstra <lute@gnu.org>
33236
33237 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33238 debugger-setup-buffer so that backtrace marks the frames set to
33239 debug-on-exit and we don't have to do it manually. Set an extra
33240 debug-on-exit for macro's.
33241 (debugger-setup-buffer): Don't mark the top frame manually.
33242
33243 2005-03-12 Lute Kamstra <lute@gnu.org>
33244
33245 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33246 lisp-indent-function throughout.
33247 (with-no-warnings): Set lisp-indent-function property.
33248
33249 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33250
33251 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33252 Add entry for backslash.
33253
33254 2005-03-12 Juri Linkov <juri@jurta.org>
33255
33256 * info.el (Info-search): Four fixes for backward search.
33257
33258 2005-03-11 Jay Belanger <belanger@truman.edu>
33259
33260 * calc/calc.el (calc-language-alist): New variable.
33261 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33262 (calc-embedded-find-modes): Use calc-language-alist instead of
33263 calc-embedded-language-alist.
33264
33265 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33266
33267 * calendar/calendar.el (calendar-redrawing): New internal
33268 variable.
33269 (redraw-calendar): Remove bogus save-excursion from previous
33270 change. Bind calendar-redrawing to t for mark-diary-entries.
33271 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33272 calendar if that is why we were called.
33273
33274 2005-03-11 Kenichi Handa <handa@m17n.org>
33275
33276 * international/mule.el (make-coding-system): Set property
33277 coding-system-define-form to nil.
33278 (define-coding-system-alias): Likewise.
33279
33280 2005-03-11 Kenichi Handa <handa@m17n.org>
33281
33282 These changes are suggested by Dave Love <fx@gnu.org>.
33283
33284 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33285 coding: tag.
33286 (adaptive-fill-regexp): Add more bullets.
33287 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33288 regexps.
33289
33290 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33291
33292 * help.el (describe-mode): Properly handle non-trivial lighters.
33293 Don't ignore minor modes that are not listed in minor-mode-list.
33294
33295 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33296 feature ON when the user requests to turn it OFF.
33297
33298 2005-03-10 Lute Kamstra <lute@gnu.org>
33299
33300 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33301 (implement-debug-on-entry): New function to replace debug-entry-code.
33302 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33303 second argument as the 2005-03-07 change makes it obsolete.
33304 (debug-on-entry, cancel-debug-on-entry): Update call to
33305 debug-on-entry-1.
33306 (debug, debugger-setup-buffer): Comment update.
33307 (debugger-frame-number): Update to work with implement-debug-on-entry.
33308
33309 2005-03-10 Jay Belanger <belanger@truman.edu>
33310
33311 * calc/calc-embed.el (math-ms-args): Declare it.
33312 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33313 math-ms-args.
33314 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33315 variables.
33316
33317 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33318
33319 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33320 Use message-box.
33321
33322 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33323 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33324 (tooltip-gud-tips): Simplify.
33325 (tooltip-gud-tips-p): Remove superfluous :set.
33326 (tooltip-gud-modes): Add fortran-mode.
33327 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33328
33329 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33330
33331 2005-03-09 Kim F. Storm <storm@cua.dk>
33332
33333 * play/animate.el (animate-place-char): Use forward-line instead
33334 of next-line to improve performance.
33335
33336 2005-03-09 Simon Josefsson <jas@extundo.com>
33337
33338 * net/browse-url.el (browse-url-default-browser): Doc fix.
33339
33340 2005-03-09 Miles Bader <miles@gnu.org>
33341
33342 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33343 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33344
33345 2005-03-09 Kenichi Handa <handa@m17n.org>
33346
33347 * international/latin-1.el: Set case and syntax for 255 only if
33348 set-case-syntax-set-multibyte is nil.
33349
33350 * textmodes/ispell.el (ispell-insert-word): New function.
33351 (ispell-word): Use ispell-insert-word to insert a new word.
33352 (ispell-process-line): Likewise.
33353 (ispell-complete-word): Likewise.
33354
33355 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33356
33357 * calendar/calendar.el (redraw-calendar): Preserve point.
33358 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33359 (calendar-week-start-day): Move after definition of
33360 redraw-calendar. Delete buffer test, since redraw-calendar has
33361 that now.
33362
33363 * calendar/diary-lib.el (mark-diary-entries): Only call
33364 redraw-calendar in the first of any recursive calls.
33365 Reported by Alan Shutko <ats@acm.org>.
33366
33367 2005-03-08 Juri Linkov <juri@jurta.org>
33368
33369 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33370 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33371 (html-radio-buttons): Add a space before the trailing `/>' where
33372 sgml-xml-mode is non-nil.
33373 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33374 the subsequent tag of the empty XML tag.
33375 (html-href-anchor): Don't set initial input to "http:".
33376 (html-image): Ask for the image URL and set point inside alt="".
33377 (html-name-anchor): Duplicate the name in the `id' attribute when
33378 sgml-xml-mode is non-nil.
33379 (html-paragraph): Remove \n before <p>.
33380 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33381 instead of `checked' when sgml-xml-mode is non-nil.
33382
33383 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33384 Remove 1 space before #RRGGBB to not truncate it on terminal
33385 windows w/o fringes. Remove 1 space between bg and fg examples
33386 to get more space.
33387 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33388 avoid byte-compile warnings.
33389
33390 * image-file.el (image-file-handler): Put `safe-magic' property to
33391 `image-file-handler'.
33392
33393 * info.el (Info-isearch-search): Emulate word search in
33394 isearching through multiple Info nodes with Info-search.
33395 (Info-isearch-wrap): Allow isearch-word.
33396
33397 2005-03-08 Lute Kamstra <lute@gnu.org>
33398
33399 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33400 stepping into the debugger's code is not possible.
33401 (debugger-jumping-flag): Docstring update.
33402
33403 2005-03-08 Jay Belanger <belanger@truman.edu>
33404
33405 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33406 embedded mode begins.
33407 (calc-embedded-language-alist): New variable.
33408 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33409 set default language mode.
33410
33411 2005-03-08 Kenichi Handa <handa@m17n.org>
33412
33413 * international/ccl.el (define-ccl-program): Fix docstring about
33414 extra 256 bytes assured for the output buffer.
33415
33416 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33417 Fix BUFFER_MAGNIFICATION to 2.
33418 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33419
33420 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33421
33422 * align.el (align-rules-list): Added an alignment rule for CSS
33423 declarations (applies to css-mode and html-mode buffers).
33424
33425 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33426
33427 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33428
33429 2005-03-07 Kim F. Storm <storm@cua.dk>
33430
33431 * simple.el (move-beginning-of-line): New command.
33432
33433 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33434
33435 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33436
33437 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33438 and move-beginning-of-line.
33439
33440 * apropos.el (apropos-print): Omit command from M-x ... RET.
33441
33442 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33443
33444 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33445 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33446
33447 2005-03-06 Richard M. Stallman <rms@gnu.org>
33448
33449 * bindings.el (esc-map): Bind M-g to goto-line.
33450
33451 * facemenu.el (global-map): Bind M-o, not M-g.
33452
33453 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33454
33455 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33456 "Open Directory" as for "Open File".
33457
33458 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33459
33460 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33461 (push-mark-command): Run activate-mark-hook.
33462
33463 2005-03-06 Richard M. Stallman <rms@gnu.org>
33464
33465 * help-mode.el (help-mode-finish): Don't alter the element
33466 in view-return-to-alist if there already is one.
33467
33468 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33469 make sure the current buffer is the expected one.
33470
33471 * novice.el (disabled-command-function): Output in *Disabled Command*.
33472 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33473
33474 * textmodes/flyspell.el (flyspell-large-region):
33475 Pass args differently for aspell.
33476
33477 * files.el (mode-require-final-newline): Doc fix.
33478
33479 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33480
33481 * progmodes/which-func.el (which-function):
33482 Specify NOERROR when calling imenu--make-index-alist.
33483
33484 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33485
33486 * simple.el (normal-erase-is-backspace): Define default value.
33487
33488 * custom.el (custom-theme-set-variables): Remove unused var
33489 `immediate'.
33490 (custom-reevaluate-setting): Simple function to handle variables
33491 that are defined before their default value can really be
33492 computed.
33493
33494 * startup.el (command-line): Use it for temporary-file-directory,
33495 small-emporary-file-directory, auto-save-file-name-transforms,
33496 blink-cursor-mode, and normal-erase-is-backspace.
33497
33498 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33499 progress, even with buggy anchored keywords.
33500
33501 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33502
33503 * simple.el (goto-line): Remove unbalanced final parenthesis.
33504
33505 2005-03-05 Richard M. Stallman <rms@gnu.org>
33506
33507 * simple.el (goto-line): Use a number at point as the default.
33508 With C-u as arg, switch buffers.
33509
33510 2005-03-05 Juri Linkov <juri@jurta.org>
33511
33512 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33513 with `no-blinking-cursor'.
33514
33515 * startup.el (no-blinking-cursor): New defvar.
33516 (command-line): Add `--no-blinking-cursor' to longopts.
33517 Set `no-blinking-cursor' to t for command line arguments
33518 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33519 with `no-blinking-cursor' in the condition for calling
33520 `blink-cursor-mode'.
33521
33522 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33523
33524 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33525 (menu-bar-options-save): Add blink-cursor-mode.
33526 (menu-bar-options-menu): Add blink-cursor-mode.
33527
33528 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33529
33530 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33531 (icalendar-export-file, icalendar-export-region)
33532 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33533 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33534
33535 2005-03-04 Lute Kamstra <lute@gnu.org>
33536
33537 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33538 (debug-function-list): Ditto.
33539
33540 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33541
33542 * textmodes/texinfmt.el (texinfo-append-refill):
33543 Redefine the types of line to which @refill
33544 is not appended by replacing a search for `@refill\\|@bye' with
33545 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33546 itemize@refill' bug and the unfilled long lines bug.
33547 (texinfmt-version): Update number and date.
33548
33549 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33550
33551 * international/code-pages.el (windows-1250, windows-125[2-8])
33552 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33553
33554 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33555
33556 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33557 bound yet.
33558
33559 2005-03-02 Romain Francoise <romain@orebokech.com>
33560
33561 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33562 buffer after removing limits.
33563 (ibuffer-pop-filter): Ditto.
33564 Update copyright.
33565
33566 2005-03-02 Miles Bader <miles@gnu.org>
33567
33568 * button.el (make-text-button): If the user doesn't specify a
33569 type, use the default. Rewrite to use `add-text-properties' and
33570 plist functions.
33571
33572 2005-03-01 Lute Kamstra <lute@gnu.org>
33573
33574 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33575 (debugger-jumping-flag): New var.
33576 (debug-entry-code): Use it.
33577 (debugger-jump): Use debugger-jumping-flag and add
33578 debugger-reenable to post-command-hook.
33579 (debugger-reenable): Use debugger-jumping-flag and remove itself
33580 from post-command-hook.
33581 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33582 debugger-reenable.
33583
33584 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33585
33586 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33587 inclusion of "itemize\\|", which may be unnecessary, is certainly
33588 inelegant, and stops refilling in itemize lists when formatting
33589 Japanese Texinfo files to Info.
33590 Update copyright to 2005.
33591
33592 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33593
33594 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33595 of an error if GDB can't find the source file.
33596
33597 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33598
33599 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33600 not just the calendar.
33601
33602 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33603 first.
33604 (diary-redraw-calendar): New function.
33605 (make-diary-entry): Add diary-redraw-calendar to local
33606 write-contents-functions. Turn off selective display before
33607 inserting in diary.
33608
33609 2005-03-01 Kim F. Storm <storm@cua.dk>
33610
33611 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33612
33613 2005-03-01 Lute Kamstra <lute@gnu.org>
33614
33615 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33616 that debug-entry-code can be safely removed from a function while
33617 this code is being evaluated. Revert the 2005-02-27 change as the
33618 new implementation no longer requires it. Make sure that a
33619 function body containing just a string is not mistaken for a docstring.
33620 (debug): Skip one more frame in case of debug on entry.
33621 (debugger-setup-buffer): Delete one more frame line in case of
33622 debug on entry.
33623 (debugger-frame-number): Update to use the new text introduced by
33624 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33625
33626 2005-02-28 Kim F. Storm <storm@cua.dk>
33627
33628 * double.el (double-translate-key): Call force-window-update after
33629 read-event to avoid crash in redisplay.
33630
33631 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33632
33633 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33634 (debug): Use it. Move the inhibit-trace earlier.
33635 (debug-entry-code): New const.
33636 (debug-on-entry-1): Use it.
33637
33638 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33639
33640 * international/utf-16.el (ccl-encode-mule-utf-16le):
33641 Fix BUFFER_MAGNIFICATION to 2.
33642 (ccl-encode-mule-utf-16be): Likewise.
33643
33644 2005-02-28 Kenichi Handa <handa@m17n.org>
33645
33646 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33647 Fix BUFFER_MAGNIFICATION to 4.
33648 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33649
33650 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33651
33652 * speedbar.el (speedbar-update-flag): Doc fix.
33653 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33654 argument.
33655
33656 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33657
33658 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33659 have a non-nil `invisible' property but are actually visible.
33660
33661 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33662 for perldoc sections.
33663 (perl-outline-regexp, perl-outline-level): New var and function.
33664 (perl-mode): Use them.
33665
33666 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33667
33668 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33669 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33670
33671 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33672
33673 * cus-edit.el: Comment change.
33674 (custom-buffer-create-internal): Slightly reword text at top of
33675 Custom buffers. Mention there that saving an option edits the
33676 init file. Add link to Emacs manual node on `custom-file'.
33677 (custom-magic-alist): Rewrite individual State messages to use
33678 capitalized keywords. Doc fix.
33679
33680 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33681
33682 * calendar/calendar.el (calendar-buffer): Move above
33683 calendar-week-start-day.
33684 (calendar-week-start-day): Doc fix. Add :set function.
33685 (calendar-minimum-window-height): New variable.
33686 (generate-calendar-window): Only resize window if selected-window
33687 is displaying the calendar buffer. Use new variable
33688 calendar-minimum-window-height.
33689 (generate-calendar): Reword error message.
33690 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33691
33692 2005-02-27 Andreas Schwab <schwab@suse.de>
33693
33694 * vc.el (vc-do-command): Don't run command asynchronously when
33695 operating in a remote directory.
33696
33697 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33698 change from sync with Tramp 2.0.47.
33699
33700 2005-02-27 Richard M. Stallman <rms@gnu.org>
33701
33702 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33703
33704 * textmodes/flyspell.el (flyspell-mode-on):
33705 Call ispell-change-dictionary only if necessary.
33706
33707 * emacs-lisp/re-builder.el (regexp-builder): New function.
33708
33709 * register.el (describe-register-1): Explicitly handle
33710 yank-excluded-properties = t.
33711
33712 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33713 (custom-magic-alist): Change the status descriptions again.
33714 (face widget-type): Total rewrite based on `restricted-sexp'
33715 to eliminate the confusing double hiding levels.
33716
33717 * emacs-lisp/debug.el (debug-on-entry-1):
33718 If function body is empty, add nil as body form.
33719
33720 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33721
33722 * emacs-lisp/trace.el (inhibit-trace): New var.
33723 (trace-make-advice): Use it.
33724
33725 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33726
33727 2005-02-26 Kim F. Storm <storm@cua.dk>
33728
33729 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33730 (mouse-on-link-p, mouse-drag-region-1): Use it.
33731
33732 2005-02-25 Lute Kamstra <lute@gnu.org>
33733
33734 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33735
33736 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33737
33738 * frame.el (blink-cursor-mode): Add :group keyword.
33739
33740 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33741
33742 * calendar/icalendar.el (icalendar--decode-isodatetime):
33743 New optional argument DAY-SHIFT.
33744 (icalendar-export-region): Fix coding-system-for-write.
33745 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33746 events by one.
33747
33748 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33749
33750 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33751
33752 2005-02-24 Kim F. Storm <storm@cua.dk>
33753
33754 * international/iso-acc.el (iso-accents-compose): Fix crash
33755 during redisplay. Call force-window-update after read-event
33756 and delete-region to signal that window is not accurate.
33757
33758 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33759
33760 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33761 Remove unused and inexistent var `inhibit-trace'.
33762 (debugger-mode): Use run-mode-hooks.
33763 (debugger-list-functions): Add buttons; setup xref stack.
33764
33765 2005-02-23 Richard M. Stallman <rms@gnu.org>
33766
33767 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33768 appointment says it was explicitly made.
33769 (appt-add): Set the 3rd element.
33770 (appt-make-list): Preserve explicit appointments.
33771
33772 * subr.el (find-tag-default): Catch errors in forward-sexp.
33773
33774 2005-02-23 Juri Linkov <juri@jurta.org>
33775
33776 * info.el (Info-isearch-search): New defcustom.
33777 (Info-isearch-search): Call the default isearch function
33778 when Info-isearch-search is nil.
33779 (Info-isearch-wrap): Use variable Info-isearch-search.
33780
33781 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33782
33783 * cus-edit.el: Comment change.
33784
33785 2005-02-22 Kim F. Storm <storm@cua.dk>
33786
33787 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33788 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33789
33790 2005-02-22 Simon Josefsson <jas@extundo.com>
33791
33792 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33793 New variable.
33794 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33795 Oskarsson" <myrkraverk@users.sourceforget.net>.
33796
33797 2005-02-22 Kim F. Storm <storm@cua.dk>
33798
33799 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33800 check that window of that event is the selected window.
33801 (mouse-drag-region-1): Compare mouse event window to selected
33802 window before setting point.
33803
33804 * tooltip.el (tooltip-show-help-function): Pass event to
33805 mouse-on-link-p so it can check selected window.
33806
33807 2005-02-22 Kenichi Handa <handa@m17n.org>
33808
33809 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33810 (ps-mule-show-warning): New function.
33811 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33812 characters are found.
33813
33814 * ps-print.el (ps-header-footer-string): Return a list of header
33815 and footer strings.
33816
33817 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33818
33819 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33820
33821 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33822
33823 * frame.el (blink-cursor-mode): Use define-minor-mode.
33824
33825 * term/mac-win.el (function-key-map): Use char-names more consistently.
33826 (file-name-coding-system): Only set it for MacOS-9. The other case is
33827 already handled in mule-cmds.el (where it also works when mac-win.el
33828 is not used).
33829
33830 2005-02-21 Kenichi Handa <handa@m17n.org>
33831
33832 * international/mule.el (ctext-pre-write-conversion): Always use
33833 " *code-converting-work*" buffer for work.
33834
33835 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33836
33837 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33838
33839 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33840
33841 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33842
33843 * ses.el (undo-more): Restore defadvice, but only the part that
33844 allows changes outside the restricted area of the buffer.
33845
33846 2005-02-20 Kim F. Storm <storm@cua.dk>
33847
33848 * simple.el (line-move): Add fourth optional arg try-vscroll which
33849 must be set to perform auto-window-vscroll.
33850 When moving backwards and doing auto-window-vscroll, automatically
33851 vscroll to the last part of lines which are taller than the window.
33852 (next-line, previous-line): Set try-vscroll arg on line-move.
33853
33854 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33855
33856 * replace.el (query-replace, query-replace-regexp)
33857 (replace-string, replace-regexp): When operating on region, make
33858 the minibuffer prompt say so.
33859
33860 * isearch.el (isearch-forward): Document isearch-query-replace and
33861 isearch-query-replace-regexp keybindings.
33862
33863 2005-02-19 Jay Belanger <belanger@truman.edu>
33864
33865 * calc/calc-aent.el (math-read-token): Add local variable.
33866
33867 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33868 (calc-edit-top): Move declaration to earlier in file.
33869 (calc-edit-macro-repeats): Add local variables.
33870
33871 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33872 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33873 calcFunc-tanh.
33874 Adjust integration rule for calcFunc-tan.
33875
33876 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33877
33878 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33879 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33880 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33881 (viper-skip-separators): Bug fix.
33882 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33883 particular major mode.
33884 (viper-del-backward-char-in-replace): Don't put deleted char on the
33885 kill ring.
33886
33887 * viper-ex.el (viper-color-display-p): New function.
33888 (viper-has-face-support-p): Use viper-color-display-p.
33889
33890 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33891
33892 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33893
33894 * viper-util.el (viper-glob-unix-files): Fix shell status check.
33895 (viper-file-remote-p): Make equivalent to file-remote-p.
33896
33897 * viper.el (viper-major-mode-modifier-list):
33898 Use viper-gnus-modifier-map.
33899
33900 2005-02-19 David Kastrup <dak@gnu.org>
33901
33902 * subr.el (subregexp-context-p): Fix garbled doc string by adding
33903 quoting.
33904
33905 2005-02-19 Jay Belanger <belanger@truman.edu>
33906
33907 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33908 Remove extra definitions.
33909 (calc-coth): New function.
33910 (calcFunc-cot): Fix `let'.
33911
33912 2005-02-19 Eli Zaretskii <eliz@gnu.org>
33913
33914 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33915 the reasons we use "type pc" in these faces.
33916
33917 * button.el (button): Ditto.
33918
33919 2005-02-19 Michael Mauger <mmaug@yahoo.com>
33920
33921 * replace.el (query-replace-read-from): Set the value of
33922 query-replace-from-history-variable to handle the case of an empty
33923 string entered to accept the suggested default.
33924
33925 * net/tramp.el (tramp-file-name-for-operation):
33926 Use dired-call-process instead of dired-call-process-command.
33927
33928 2005-02-19 Jay Belanger <belanger@truman.edu>
33929
33930 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33931 (math-div-non-trig): New variables.
33932 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33933 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33934 (math-combine-prod, math-div-symb-fancy): Add simplifications for
33935 trig expressions.
33936
33937 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
33938
33939 * progmodes/gdb-ui.el (gdb-var-update-handler)
33940 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33941 for watch expressions,
33942 (gdb-var-create-handler): Don't set speedbar-update-flag.
33943 (gdb-post-prompt): Simplify test for speedbar.
33944
33945 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33946
33947 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33948 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33949 we use the syntax table of the correct buffer.
33950 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33951 Felix Gatzemeier.
33952
33953 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33954 (ediff-file-remote-p): Make synonymous with file-remote-p.
33955 In all deffaces ediff-*-face-*, use min-colors.
33956
33957 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33958 ediff-recurse-to-subdirectories.
33959 (ediff-mark-if-equal): Check that the arguments are strings, use
33960 ediff-same-contents (after to Felix Gatzemeier).
33961
33962 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33963 nil.
33964
33965 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
33966
33967 * log-view.el (log-view-message-re): Fix up Subversion regexp.
33968
33969 2005-02-18 David Kastrup <dak@gnu.org>
33970
33971 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33972 use `mark-active' when defined.
33973
33974 2005-02-18 Kenichi Handa <handa@m17n.org>
33975
33976 * ps-print.el (ps-font-info-database): New entry
33977 ZapfChancery-MediumItalic with correct font name. Fix font name
33978 of the entry Zapf-Chancery-MediumItalic.
33979
33980 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
33981
33982 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33983
33984 2005-02-16 Kim F. Storm <storm@cua.dk>
33985
33986 * ido.el (ido-fallback-command): Pass user input to fallback command.
33987
33988 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
33989
33990 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33991 (gdb-find-file-hook): Add server prefix.
33992
33993 2005-02-16 Richard M. Stallman <rms@gnu.org>
33994
33995 * replace.el (perform-replace): Pass new args to replace-highlight.
33996 (replace-highlight): Take region args,
33997 and pass them to isearch-lazy-highlight-new-loop.
33998
33999 * novice.el (disabled-command-hook): Autoload the defalias
34000 and the make-obsolete-variable call.
34001
34002 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34003
34004 * isearch.el (isearch-lazy-highlight-start-limit)
34005 (isearch-lazy-highlight-end-limit): New variables limit
34006 the region for highlighting.
34007 (isearch-lazy-highlight-new-loop): New args BEG and END.
34008 (isearch-lazy-highlight-search): Use the new vars.
34009 (isearch-lazy-highlight-update): Likewise.
34010
34011 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34012
34013 * cus-start.el (all): Use default-boundp.
34014
34015 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34016
34017 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34018
34019 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34020
34021 * autorevert.el (auto-revert-stop-on-user-input)
34022 (auto-revert-verbose): Doc fixes.
34023
34024 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34025
34026 * international/mule-cmds.el (set-locale-environment): Remove call
34027 to set-selection-coding-system on Windows.
34028
34029 2005-02-15 Jay Belanger <belanger@truman.edu>
34030
34031 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34032 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34033 calcFunc-coth.
34034 (math-simplify-sqrt): Add simplifications.
34035
34036 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34037 to list.
34038
34039 * calc/calc-ext.el: Add functions to autoloads.
34040
34041 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34042 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34043 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34044 (math-csc-raw, math-cot-raw): New functions.
34045
34046 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34047
34048 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34049 the variable name in a message.
34050
34051 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34052 calcFunc-csc, calcFunc-cot.
34053
34054 * calc/calcalg2.el: Add derivative and integration rules for
34055 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34056 calcFunc-csch, calcFunc-coth.
34057 (math-do-integral-methods): Add to checks for when to use
34058 substitutions.
34059
34060 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34061
34062 2005-02-15 Lute Kamstra <lute@gnu.org>
34063
34064 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34065 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34066 <monnier@iro.umontreal.ca>.
34067 (lisp-outline-level): Improve efficiency. Suggested by David
34068 Kastrup <dak@gnu.org>.
34069
34070 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34071
34072 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34073 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34074 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34075 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34076 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34077
34078 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34079
34080 * cus-start.el (all): Comment change.
34081
34082 2005-02-14 Lute Kamstra <lute@gnu.org>
34083
34084 * cus-start.el (all): Check if symbol is void.
34085
34086 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34087
34088 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34089 optional argument to \cite.
34090
34091 2005-02-14 Richard M. Stallman <rms@gnu.org>
34092
34093 * cus-edit.el (custom-buffer-create-internal): Update help message.
34094 (custom-magic-alist): Update help messages.
34095
34096 * cus-start.el (all): Allow a var to specify a standard value.
34097
34098 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34099
34100 * custom.el (custom-theme-set-variables): Handle variable aliases.
34101
34102 * frame.el (blink-cursor-timer): Doc fix.
34103 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34104 declare obsolete.
34105 (blink-cursor-mode): Define with defcustom and use correct
34106 standard expression in that defcustom.
34107 * startup.el (command-line): Adapt to above changes in frame.el.
34108
34109 2005-02-11 Lute Kamstra <lute@gnu.org>
34110
34111 * apropos.el (apropos-score-doc): Prevent division by zero.
34112
34113 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34114
34115 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34116 (icalendar--get-event-property-attributes)
34117 (icalendar--get-event-properties)
34118 (icalendar--datetime-to-diary-date): New functions.
34119 (icalendar--split-value): Doc fix.
34120 (icalendar--datetime-to-noneuropean-date)
34121 (icalendar--datetime-to-european-date): New optional argument
34122 SEPARATOR. Return result as a string instead of a list.
34123 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34124 (icalendar--convert-string-for-export): Rename arg S to STRING.
34125 (icalendar-export-region): Doc fix. Change name of error buffer.
34126 Save output buffer.
34127 (icalendar-import-file): Add blank at end of prompt.
34128 (icalendar-import-buffer): Doc fix. Do not switch to error
34129 buffer. Indicate status in return value.
34130 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34131 buffer. Save output buffer. Handle exception from recurrence
34132 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34133 events. Fix problems with weekly all-day events.
34134
34135 2005-02-10 Richard M. Stallman <rms@gnu.org>
34136
34137 * simple.el (eval-expression-print-format):
34138 Avoid warning about edebug-active.
34139
34140 * help.el (help-for-help-internal): Rename from help-for-help.
34141 (help-for-help): Define with defalias.
34142
34143 * font-core.el (font-lock-default-function): Use with-no-warnings.
34144
34145 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34146
34147 * custom.el (defface): Doc fix.
34148
34149 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34150
34151 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34152 width 0" to prevent word wrapping problems.
34153
34154 2005-02-09 Kim F. Storm <storm@cua.dk>
34155
34156 * ido.el (ido-file-extensions-order): New defcustom.
34157 (ido-file-extension-lessp, ido-file-extension-aux)
34158 (ido-file-extension-order): New advanced file ordering.
34159 (ido-file-lessp): New simple file ordering.
34160 (ido-sort-list): Remove.
34161 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34162 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34163
34164 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34165
34166 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34167 that some versions of grep produce.
34168 (grep-mode-font-lock-keywords): Likewise.
34169
34170 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34171
34172 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34173 (gdb-cdir): Delete.
34174 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34175 (gdb-source-info): Treat case when source file is in another
34176 directory properly.
34177 (gdb-get-location): New function.
34178
34179 2005-02-07 Jay Belanger <belanger@truman.edu>
34180
34181 * calc/calc-prog.el (calc-write-parse-table-part)
34182 (calc-fix-token-name): Fix a check for language type.
34183
34184 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34185
34186 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34187
34188 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34189 as directory not writable.
34190
34191 2005-02-07 Kim F. Storm <storm@cua.dk>
34192
34193 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34194 (cua--standard-movement-commands): Remove list.
34195 Instead, set CUA property value to move for movement commands.
34196 (cua-movement-commands): Remove. Users must set CUA prop instead.
34197 (cua--pre-command-handler): Check CUA property.
34198 (cua--init-keymaps): Don't remap undo commands.
34199 (cua-mode): Don't call cua--rectangle-on-off.
34200
34201 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34202 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34203 (cua--rect-undo-set-point): New var.
34204 (cua--rectangle-undo-boundary): Setup undo apply entry.
34205 (cua--rect-undo-handler): New function for rectangle undo.
34206 (cua--rect-start-position, cua--rect-end-position): Add.
34207 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34208 for restored rectangle. Set point if cua--rect-undo-set-point.
34209
34210 2005-02-06 Jay Belanger <belanger@truman.edu>
34211
34212 * calc/calc-lang.el (calc-tex-language): Display more information
34213 in messages.
34214
34215 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34216 in TeX mode.
34217
34218 2005-02-06 Richard M. Stallman <rms@gnu.org>
34219
34220 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34221
34222 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34223
34224 * net/ldap.el (ldap-search-internal): Support attributes with
34225 optional descriptions separated by a semi-colon, as in
34226 "userCertificate;binary".
34227
34228 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34229
34230 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34231 isn't a cons (i.e. the version is 0).
34232
34233 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34234
34235 * help.el (help-for-help): Doc fix.
34236
34237 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34238
34239 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34240 GDB-Windows on the menu-bar as this works better.
34241
34242 2005-02-04 Jay Belanger <belanger@truman.edu>
34243
34244 * calc/calc-embed.el (calc-embedded-update): Don't put in
34245 unnecessary newlines. Adjust the end of formula marker.
34246
34247 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34248 (math-latex-parse-two-args): New function.
34249
34250 2005-02-03 Lute Kamstra <lute@gnu.org>
34251
34252 * help-fns.el (help-with-tutorial): Make sure that users cannot
34253 remove the entire text of the tutorial by means of `undo'.
34254
34255 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34256
34257 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34258 in recent changes, where the ispell process was repeatedly
34259 killed & restarted.
34260
34261 * international/mule-cmds.el (set-locale-environment): Set file-name
34262 coding system to utf-8 on Darwin systems.
34263 (set-default-coding-systems): Don't set default-file-name-coding-system
34264 on Darwin systems.
34265
34266 2005-02-03 Richard M. Stallman <rms@gnu.org>
34267
34268 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34269
34270 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34271
34272 * faces.el (list-faces-display): Add optional argument.
34273
34274 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34275
34276 * font-core.el (font-lock-default-function): Handle the rare case where
34277 only font-lock-keywords is set.
34278
34279 2005-02-02 Kenichi Handa <handa@m17n.org>
34280
34281 * international/characters.el: Cancel previous change for
34282 I-WITH-DOT-ABOVE and DOTLESS-i.
34283
34284 * international/latin-5.el: Cancel previous change.
34285
34286 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34287
34288 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34289
34290 2005-02-02 Kenichi Handa <handa@m17n.org>
34291
34292 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34293 DOTLESS-i.
34294
34295 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34296 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34297
34298 * case-table.el (get-upcase-table): New function.
34299 (copy-case-table): Copy upcaes table too if non-nil.
34300 (set-case-syntax-delims): Maintain upcase table too.
34301 (set-case-syntax-pair): Likewise.
34302 (set-upcase-syntax, set-downcase-syntax): New functions.
34303 (set-case-syntax): Maintain upcase table too.
34304
34305 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34306
34307 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34308
34309 * progmodes/gud.el (gud-goto-info): New function.
34310 (gud-tool-bar-map): Use correct icon.
34311
34312 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34313
34314 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34315 When delegating, order args in the funcall correctly.
34316
34317 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34318
34319 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34320
34321 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34322
34323 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34324 buffer not visiting a file.
34325
34326 2005-01-31 Jay Belanger <belanger@truman.edu>
34327
34328 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34329 bound on the line with the formula.
34330
34331 2005-01-31 Kim F. Storm <storm@cua.dk>
34332
34333 * ses.el (ses-create-cell-variable-range)
34334 (ses-destroy-cell-variable-range, ses-reset-header-string)
34335 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34336 (ses-insert-row): Fix format of apply undo entries.
34337
34338 2005-01-31 Jay Belanger <belanger@truman.edu>
34339
34340 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34341 parts.
34342
34343 * calc/calc-embed.el (calc-embedded-open-formula)
34344 (calc-embedded-close-formula): Ignore matrix environments.
34345
34346 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34347 TeX mode.
34348
34349 * calc/calc-lang.el (math-function-table, math-oper-table)
34350 (math-variable-table): Adjust the LaTeX portions.
34351
34352 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34353 (math-latex-ignore-words): New constant.
34354
34355 2005-01-31 Richard M. Stallman <rms@gnu.org>
34356
34357 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34358 (ispell-local-dictionary): Doc fix.
34359 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34360 Don't reinitialize at run time. Don't defcustom.
34361 All uses changed to append ispell-local-dictionary-alist,
34362 or check it first.
34363 (ispell-current-dictionary): New variable for dictionary in use.
34364 (ispell-dictionary): Now used only for global default.
34365 (ispell-start-process): Set ispell-current-dictionary,
34366 not ispell-dictionary.
34367 (ispell-change-dictionary): Use this only for setting
34368 user preferences.
34369 (ispell-internal-change-dictionary): New function
34370 to change the current dictionary in use.
34371 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34372 Use ispell-current-dictionary.
34373 Handle ispell-local-dictionary-overridden.
34374 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34375
34376 2005-01-31 Jay Belanger <belanger@truman.edu>
34377
34378 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34379
34380 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34381 (calc-mode-map): Add calc-latex-language.
34382
34383 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34384 (math-latex-print-frac): New functions.
34385 (math-oper-table, math-function-table, math-variable-table)
34386 (math-complex-format, math-input-filter): Add latex properties.
34387 (calc-set-language): Set math-expr-special-function-mapping.
34388
34389 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34390 (calc-write-parse-table-part): Add LaTeX support.
34391
34392 * calc/calc.el (calc-language): Adjust docstring.
34393 (calc-set-mode-line): Add LaTeX support.
34394 (math-expr-special-function-mapping): New variable.
34395 (math-tex-ignore-words): Add to list.
34396
34397 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34398 Add LaTeX support.
34399 (math-compose-expr): Add support for special functions.
34400
34401 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34402
34403 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34404
34405 * progmodes/gdb-ui.el (gdb-memory-address)
34406 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34407 (gdb-memory-mode-map, gdb-memory-format-keymap)
34408 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34409 (gdb-memory-unit-menu): New variables for a buffer
34410 that lets the user examine program memory.
34411 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34412 (gdb-memory-format-binary, gdb-memory-format-octal)
34413 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34414 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34415 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34416 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34417 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34418 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34419 (gdb-memory-mode, gdb-memory-buffer-name)
34420 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34421 New functions for above buffer.
34422
34423 2005-01-30 Richard M. Stallman <rms@gnu.org>
34424
34425 * cus-edit.el (custom-bury-buffer): Function deleted.
34426 (custom-buffer-done-function): Option deleted.
34427 (custom-buffer-done-kill): New replacement option.
34428 (Custom-buffer-done): Call quit-window.
34429 (custom-buffer-create-internal): Update for above changes.
34430
34431 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34432
34433 * simple.el (undo-ask-before-discard): New var.
34434 (undo-outer-limit-truncate): Implement it.
34435 (undo-extra-outer-limit): Doc update.
34436
34437 2005-01-29 Richard M. Stallman <rms@gnu.org>
34438
34439 * ses.el (undo-more): Delete defadvice.
34440 (ses-begin-change): Doc fix.
34441
34442 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34443 instead of rebinding C-x u and C-_.
34444
34445 * files.el (normal-backup-enable-predicate): Return nil for files
34446 in /tmp, regardless of temporary-file-directory.
34447
34448 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34449
34450 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34451 (open-rectangle, delete-whitespace-rectangle-line)
34452 (clear-rectangle-line): If FILL, pass t instead of FILL
34453 for move-to-column's 2nd arg.
34454
34455 * simple.el (undo): Fix the test for continuing a series of undos.
34456 (undo-more): Set pending-undo-list to t when we reach end.
34457 (pending-undo-list): Move up defvar.
34458
34459 * wid-edit.el (widget-button-click):
34460 Shorten the range of the track-mouse binding.
34461
34462 * comint.el (comint-insert-input): Undo previous changes;
34463 use last-input-event in interactive spec.
34464
34465 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34466
34467 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34468 to nil before invoking call-process. Reset buffer's modified flag
34469 after fontifying it in the no-async branch.
34470
34471 * wid-edit.el (widget-specify-button): If mouse pointer shape
34472 cannot be changed, use mouse face instead.
34473
34474 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34475
34476 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34477 (gdb-goto-breakpoint): Make breakpoint handling work on template
34478 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34479 (gdb-assembler-custom): Update to recognize breakpoint information
34480 added on 2005-01-19.
34481
34482 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34483
34484 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34485 (dsssl-mode): Use define-derived-mode.
34486 (scheme-mode-initialize): Remove.
34487 (scheme-mode): Use run-mode-hooks.
34488
34489 * cus-edit.el (customize-group-other-window)
34490 (custom-buffer-create-other-window): Don't override special-display-*.
34491 (custom-mode-map): Make it dense.
34492
34493 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34494 sets the default value.
34495
34496 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34497
34498 * descr-text.el: Add more keywords.
34499
34500 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34501
34502 * speedbar.el: Avoid unnecessary use of locate-library.
34503
34504 * international/mule-cmds.el (standard-display-european-internal):
34505 Don't fiddle with latin-1 non-break space any more since it's now
34506 special cased in the C code.
34507 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34508
34509 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34510
34511 * cus-start.el (all): Add `undo-outer-limit'.
34512
34513 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34514
34515 * textmodes/bibtex.el (bibtex-format-entry):
34516 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34517 field lines.
34518 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34519 not on part of a buffer.
34520
34521 2005-01-25 Lute Kamstra <lute@gnu.org>
34522
34523 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34524 nonempty field text strings like "{letters\\macro{}more letters}".
34525 Clarify docstring.
34526 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34527 (bibtex-entry-offset, bibtex-parse-association)
34528 (bibtex-parse-field-name): Fix typos in docstrings.
34529 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34530
34531 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34532
34533 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34534 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34535 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34536 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34537
34538 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34539 isearch minor mode.
34540
34541 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34542
34543 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34544
34545 2005-01-24 Lute Kamstra <lute@gnu.org>
34546
34547 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34548 CASECHARS and NOT-CASECHARS regular expressions of the
34549 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34550 striding over charsets" error.
34551
34552 2005-01-24 Jay Belanger <belanger@truman.edu>
34553
34554 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34555 display variable name.
34556
34557 2005-01-24 Kenichi Handa <handa@m17n.org>
34558
34559 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34560 Fix setting of the element of encoded-kbd-iso2022-invocations.
34561
34562 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34563
34564 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34565 (gdb-threads-select): Change to also accept mouse events.
34566 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34567 (gdb-threads-mouse-select): Delete.
34568
34569 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34570
34571 * files.el (insert-directory): Take care of empty directory,
34572 listed without -a switch.
34573
34574 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34575
34576 * textmodes/refill.el (refill-post-command-function):
34577 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34578 to the list of functions that we should be careful not to undo.
34579 (refill-late-fill-paragraph-function): Remove.
34580 (refill-saved-state): New var.
34581 (refill-mode): Use it to save fill-paragraph-function.
34582 Save also the value of auto-fill-function.
34583
34584 * term/w32-win.el: Simplify code.
34585
34586 2005-01-23 Kim F. Storm <storm@cua.dk>
34587
34588 * simple.el (line-move): Adapt to new return value from
34589 pos-visible-in-window-p.
34590
34591 * simple.el (line-move): Fix last change. Check partial
34592 visibility at point rather than at window-start.
34593
34594 2005-01-22 Jason Rumney <jasonr@gnu.org>
34595
34596 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34597
34598 2005-01-22 David Kastrup <dak@gnu.org>
34599
34600 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34601
34602 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34603
34604 * type-break.el (type-break-mode): Add a test for
34605 type-break-file-name being non-nil.
34606
34607 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34608
34609 * net/eudc.el (top level): Call (message "") via progn, so that
34610 eudc-options-file is loaded.
34611
34612 2005-01-22 Kim F. Storm <storm@cua.dk>
34613
34614 * simple.el (line-move-1): Rename from line-move.
34615 (line-move): New function that adjusts vscroll for partially
34616 visible rows, and calls line-move-1 otherwise.
34617
34618 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34619
34620 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34621 since it's not a complete read-event implementation.
34622
34623 2005-01-20 Jay Belanger <belanger@truman.edu>
34624
34625 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34626 for called function.
34627
34628 2005-01-20 Steven Tamm <steventamm@mac.com>
34629
34630 * term/mac-win.el (process-connection-type): Remove.
34631 Controlled now by s/darwin.h:PTY_ITERATION.
34632
34633 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34634
34635 * window.el (handle-select-window): Don't switch window when we're
34636 in the minibuffer.
34637
34638 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34639
34640 * subr.el (dotimes-with-progress-reporter): New macro.
34641
34642 * ses.el (ses-dotimes-msg): Remove macro.
34643 Use `dotimes-with-progress-reporter' instead.
34644
34645 2005-01-19 Steven Tamm <steventamm@mac.com>
34646
34647 * term/mac-win.el (process-connection-type): Use new
34648 operating-system-release variable to use ptys on Darwin 7 (OS X
34649 10.3) when using carbon build.
34650
34651 2005-01-19 Jay Belanger <belanger@truman.edu>
34652
34653 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34654 flags if the last command was a tab or M-tab.
34655
34656 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34657 in formula editing buffer.
34658
34659 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34660
34661 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34662 breakpoint image symbol in margin.
34663
34664 2005-01-19 Jay Belanger <belanger@truman.edu>
34665
34666 * calc/calc-prog.el (calc-execute-kbd-macro):
34667 Ignore calc-keep-arg-flag.
34668
34669 2005-01-19 Kenichi Handa <handa@m17n.org>
34670
34671 * textmodes/ispell.el (ispell-looking-at): New function.
34672 (ispell-process-line): Use ispell-looking-at to compare the ispell
34673 output and the buffer contents.
34674
34675 2005-01-18 Jay Belanger <belanger@truman.edu>
34676
34677 * calc/calc.el (calc-display-raw): Fix docstring.
34678
34679 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34680
34681 * simple.el (blink-matching-open): Strip extra info from syntax.
34682
34683 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34684 funny chars in the end-of-here-doc marker.
34685
34686 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34687
34688 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34689 that enable/disabled state of breakpoints is shown correctly in
34690 fringe and on ttys.
34691 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34692 Add breakpoint information as text properties.
34693 (gdb-mouse-toggle-breakpoint):
34694 Rename to gdb-mouse-set-clear-breakpoint.
34695 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34696 breakpoints in the margin.
34697 (gdb-remove-strings): Simplify.
34698
34699 2005-01-17 Jay Belanger <belanger@truman.edu>
34700
34701 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34702 erasing buffer.
34703
34704 2005-01-17 Richard M. Stallman <rms@gnu.org>
34705
34706 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34707 for calling grep-compute-defaults.
34708
34709 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34710 if buffer is empty.
34711
34712 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34713
34714 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34715
34716 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34717
34718 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34719 non-preloaded variables.
34720
34721 2005-01-17 Steven Tamm <steventamm@mac.com>
34722
34723 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34724 tex-shell cause to force interactivity when using pipes.
34725
34726 2005-01-17 Kim F. Storm <storm@cua.dk>
34727
34728 * simple.el (just-one-space): Make arg optional.
34729
34730 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34731
34732 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34733 posn-at-x-y to t to access left-margin.
34734
34735 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34736
34737 Sync with Tramp 2.0.47.
34738
34739 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34740 catching keep-date problems in cp/scp operations.
34741 (tramp-handle-copy-file): Don't call `set-file-modes'
34742 unconditionally. Specialized functions should know better what is
34743 necessary. This improves performance a little bit, and the
34744 functions could catch errors with `cp -p' and `scp -p'.
34745 (tramp-do-copy-or-rename-file-via-buffer)
34746 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34747 when appropriate.
34748 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34749 Call `set-file-modes' when appropriate.
34750 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34751 Johnsson <isak@hypergene.com>.
34752 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34753 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34754 <joakim@verona.se>.
34755 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34756 Emacs only.
34757
34758 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34759 `find-file-hooks' and `dired-mode-hook'.
34760 (tramp-minor-mode-map): Respective map. Add remapping for
34761 `compile' and `recompile'.
34762 (tramp-remap-command, tramp-recompile): New defuns.
34763 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34764 in buffer "*Compilation*". Call the commands asynchronously.
34765
34766 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34767 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34768 `shell-command', because it isn't magic in XEmacs. Reported by
34769 Adrian Aichner <adrian@xemacs.org>.
34770
34771 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34772 `substitute-in-file-name.
34773 (tramp-smb-handle-substitute-in-file-name): New defun.
34774 (tramp-smb-advice-PC-do-completion): Delete advice.
34775
34776 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34777
34778 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34779 Fix error in deleting region.
34780
34781 2005-01-15 Richard M. Stallman <rms@gnu.org>
34782
34783 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34784 In non-temp buffer, switch syntax table temporarily.
34785
34786 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34787
34788 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34789
34790 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34791
34792 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34793 (imenu--generic-function): Use START, not BEG, as pos of definition.
34794
34795 * simple.el (just-one-space): Argument specifies number of spaces.
34796
34797 * simple.el (eval-expression-print-format): Avoid warning
34798 about edebug-active.
34799
34800 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34801
34802 * progmodes/sh-script.el: Code copied from make-mode.el
34803 with small changes,
34804 (sh-mode-map): Bind C-c C-\.
34805 (sh-backslash-column, sh-backslash-align): New variables.
34806 (sh-backslash-region, sh-append-backslash): New functions.
34807
34808 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34809
34810 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34811 (rmail-pop-password, rmail-pop-password-required): Move to
34812 rmail-obsolete group.
34813 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34814 All callers updated.
34815 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34816 Take an argument specifying whether it is POP or IMAP mailbox we
34817 are using. All callers updated.
34818 (rmail-pop-password-error): Rename to
34819 rmail-remote-password-error. Added mailutils-specific error message.
34820 (rmail-movemail-search-path)
34821 (rmail-movemail-variant-in-use): New variables.
34822 (rmail-remote-password, rmail-remote-password-required):
34823 New customization variables.
34824 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34825 (rmail-parse-url): New function.
34826 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34827 with GNU mailutils movemail.
34828
34829 2005-01-15 Kevin Ryde <user42@zip.com.au>
34830
34831 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34832 suffix to space, $ or '$, to correctly position point when going
34833 to @table style constants like DBL_MAX.
34834
34835 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34836
34837 * type-break.el (type-break-mode, type-break-file-time)
34838 (type-break-file-keystroke-count, type-break-choose-file):
34839 Don't store data in or load data from the file if type-break-file-name
34840 is nil.
34841 (type-break-file-name): Doc update as per the above.
34842
34843 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34844
34845 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34846 lookup-key might return nil; handle that.
34847
34848 2005-01-15 Alan Mackenzie <acm@muc.de>
34849
34850 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34851 rather than the element found, thus enabling the tree to be setcar'd.
34852
34853 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34854
34855 * textmodes/org.el (org-show-following-heading): New option.
34856 (org-show-hierarchy-above): Use `org-show-following-heading'.
34857 (org-cycle): Documentation fix.
34858
34859 * textmodes/org.el (orgtbl-optimized): New option
34860 (orgtbl-mode): New command, a minor mode.
34861 (orgtbl-mode-map): New variable.
34862 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34863 (orgtbl-error, orgtbl-self-insert-command)
34864 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34865
34866 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34867 a local variable in each org-mode buffer.
34868
34869 * textmodes/org.el (org-set-regexps-and-options): Rename from
34870 `org-set-regexps'. Added checking for STARTUP keyword.
34871 (org-get-current-options): Add STARTUP options.
34872 (org-table-insert-row): Make mode intelligent about when
34873 realignment is needed.
34874 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34875 New commands.
34876 (org-enable-table-editor): New default value `optimized'.
34877 (org-table-blank-field): Support blanking regions if active.
34878
34879 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34880
34881 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34882 if the year is not given.
34883
34884 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34885 Add new escapes %m and %M, fixed bug with %F by adding
34886 save-match-data.
34887 (reftex-reference): Remove ?. from list of spaces.
34888 (reftex-label-info): Add automatic label prefix recognition.
34889
34890 * textmodes/reftex-index.el (reftex-index-next-phrase):
34891 Add slave parameter to call of `reftex-index-this-phrase'.
34892 (reftex-index-this-phrase): New optional argument.
34893 (reftex-index-region-phrases): Add slave parameter to call of
34894 `reftex-index-this-phrase'.
34895 (reftex-display-index): New argument redo.
34896 (reftex-index-rescan): Add `redo' to arguments of
34897 `reftex-display-index'.
34898 (reftex-index-Rescan, reftex-index-revert)
34899 (reftex-index-switch-index-tag): Add `redo' to arguments of
34900 `reftex-display-index'.
34901 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34902 indexing. Fix bug with matching is there is a quote before or
34903 after the word.
34904
34905 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34906 Fix bug when collecting citation keys in lines with comments.
34907 (reftex-citation): Prefix argument no longer rescans the document,
34908 but forces prompting for optional arguments of cite macros.
34909 (reftex-do-citation): Prompting for optional arguments implemented.
34910
34911 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34912 Add optional arguments to most cite commands.
34913 (reftex-cite-cleanup-optional-args): New option
34914 (reftex-cite-prompt-optional-args): New option.
34915 (reftex-trust-label-prefix): New option.
34916
34917 * textmodes/reftex-toc.el (reftex-toc-find-section):
34918 Add push-mark before changing the position in the buffer.
34919
34920 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34921 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34922
34923 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
34924
34925 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34926 more carefully.
34927
34928 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
34929
34930 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34931 (sgml-mode): Use it.
34932 (sgml-get-context): Better keep track of implicitly closed tags.
34933
34934 2005-01-13 Kenichi Handa <handa@m17n.org>
34935
34936 * textmodes/ispell.el: These changes are to fix misalignment error
34937 caused by equivalent characters of different Emacs charsets.
34938 (ispell-unified-chars-table): New variable.
34939 (ispell-get-decoded-string): New function.
34940 (ispell-get-casechars, ispell-get-not-casechars)
34941 (ispell-get-otherchars): Call ispell-get-decoded-string.
34942
34943 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
34944
34945 * custom.el (custom-declare-variable): Just put symbol instead
34946 of (defvar . symbol) in `current-load-list'.
34947
34948 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
34949
34950 * emacs-lisp/elint.el: Fixed typo in Commentary section.
34951
34952 2005-01-12 Jay Belanger <belanger@truman.edu>
34953
34954 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34955 to create a Calc summary.
34956
34957 2005-01-12 Kim F. Storm <storm@cua.dk>
34958
34959 * mouse.el (mouse-on-link-p): Change functionality and doc
34960 string to comply with latest description in lisp ref.
34961
34962 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
34963
34964 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34965 Enable mouse clicks on mode-line, header-line and margin.
34966 (event-type): Give mouse event symbols an `event-kind' property
34967 with value `mouse-click'.
34968
34969 2005-01-12 Juri Linkov <juri@jurta.org>
34970
34971 * facemenu.el (list-colors-display): Add new arg buffer-name.
34972 Use it. Fix docstring. Replace code for identifying duplicate
34973 colors by the name with call to `list-colors-duplicates' which
34974 identifies duplicate colors by the value unless the color
34975 is one of special Windows colors. Set truncate-lines to t.
34976 Print sorted duplicate color names on each line. Indent to 22
34977 \(the longest color name in rgb.txt) instead of 20. Optimize.
34978 (list-colors-duplicates): New function.
34979 (facemenu-color-name-equal): Delete function.
34980
34981 * facemenu.el (list-colors-print): New function created from code
34982 in list-colors-display. Print #RRGGBB at the window right edge.
34983 (list-colors-display): When temp-buffer-show-function is not
34984 defined, call list-colors-print from temp-buffer-show-hook
34985 to get the right value of window-width in list-colors-print
34986 after the buffer is displayed.
34987
34988 * simple.el (pop-mark): Move deactivate-mark out of conditional
34989 part to deactivate the active mark regardless of the state of the
34990 mark ring.
34991
34992 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34993 variables line in desktop files.
34994
34995 2005-01-12 Juri Linkov <juri@jurta.org>
34996
34997 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34998 Bring together isearch highlight related options.
34999 (lazy-highlight): Replace group `replace' by `matching'.
35000 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35001 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35002 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35003 and declare them obsolete.
35004 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35005 (isearch-faces): Remove defgroup.
35006 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35007 Move isearch highlighting code closer to lazy highlighting code.
35008
35009 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35010 (query-replace-highlight, query-replace-lazy-highlight)
35011 (query-replace): Move definitions to the beginning of the file.
35012
35013 2005-01-11 Juri Linkov <juri@jurta.org>
35014
35015 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35016 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35017 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35018
35019 * info.el (Info-history-forward): New variable.
35020 (Info-select-node): Reset Info-history-forward to nil.
35021 (Info-last): Turn into defalias.
35022 (Info-history-back): Rename from Info-last.
35023 Add current node to Info-history-forward.
35024 (Info-history-forward): New fun.
35025 (Info-mode-map): Replace Info-last by Info-history-back.
35026 Bind Info-history-forward to "r".
35027 (Info-mode-menu): Replace Info-last by Info-history-back.
35028 Fix menu item text. Add menu item for Info-history-forward.
35029 (info-tool-bar-map): Replace Info-last by Info-history-back.
35030 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35031 for Info-history-forward.
35032 (Info-mode): Replace Info-last by Info-history-back in docstring.
35033 Add local variable Info-history-forward.
35034 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35035
35036 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35037
35038 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35039 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35040 Ignore select-window events rather than fiddle with
35041 mouse-autoselect-window.
35042
35043 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35044
35045 * type-break.el (type-break-mode): Fix previous change.
35046
35047 2005-01-10 Jay Belanger <belanger@truman.edu>
35048
35049 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35050 calculator; only reset when point is inside a calculator.
35051 Don't adjust the window height if the window takes up the whole height
35052 of the frame.
35053
35054 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35055
35056 * ebuff-menu.el (Electric-buffer-menu-mode):
35057 Preserve value of buffer-local var header-line-format.
35058
35059 2005-01-09 Jay Belanger <belanger@truman.edu>
35060
35061 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35062 Make sure settings file exists before accessing it.
35063
35064 * calc/calc-embed.el (calc-embedded-subst):
35065 Replace math-multi-subst-rec, which is only supposed to be called
35066 by math-multi-subst, by math-multi-subst.
35067
35068 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35069
35070 * vc.el (vc-allow-async-revert): New user option.
35071 (vc-disable-async-diff): New internal variable.
35072 (vc-revert-buffer): Use them to disable asynchronous diff.
35073
35074 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35075 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35076 asynchronously if vc-disable-async-diff is t.
35077
35078 2005-01-09 Jay Belanger <belanger@truman.edu>
35079
35080 * calc/calc.el (defcalcmodevar): New macro.
35081 (calc-mode-var-list-restore-default-values)
35082 (calc-mode-var-list-restore-saved-values): New functions.
35083 (calc-mode-var-list): Use defcalcmodevar to define it.
35084 (calc-always-load-extensions, calc-line-numbering)
35085 (calc-line-breaking, calc-display-just, calc-display-origin)
35086 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35087 (calc-group-char, calc-point-char, calc-frac-format)
35088 (calc-prefer-frac, calc-hms-format, calc-date-format)
35089 (calc-float-format, calc-full-float-format, calc-complex-format)
35090 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35091 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35092 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35093 (calc-matrix-brackets, calc-language, calc-language-option)
35094 (calc-left-label, calc-right-label, calc-word-size)
35095 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35096 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35097 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35098 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35099 (calc-window-height, calc-display-trail, calc-show-selections)
35100 (calc-use-selections, calc-assoc-selections)
35101 (calc-display-working-message, calc-auto-why, calc-timing)
35102 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35103 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35104 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35105 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35106 (calc-gnuplot-geometry, calc-graph-default-resolution)
35107 (calc-graph-default-resolution-3d, calc-invocation-macro)
35108 (calc-show-banner): Use defcalcmodevar to declare them and set
35109 their default values.
35110
35111 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35112 instead of default values (but restore default values if there is
35113 an argument of 0).
35114
35115 2005-01-09 David Kastrup <dak@gnu.org>
35116
35117 * desktop.el (desktop-restore-eager): Fix typo in type.
35118
35119 2005-01-08 Richard M. Stallman <rms@gnu.org>
35120
35121 * cus-edit.el (customize): Delete :link.
35122
35123 2005-01-08 Jay Belanger <belanger@truman.edu>
35124
35125 * calc/calc.el (calc-mode): Remove the extension from the
35126 `calc-settings-file' file name when loading it.
35127
35128 2005-01-08 Kim F. Storm <storm@cua.dk>
35129
35130 * info.el (Info-mode-map, Info-next-link-keymap)
35131 (Info-prev-link-keymap, Info-up-link-keymap):
35132 Map follow-link to mouse-face.
35133 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35134
35135 2005-01-08 Jay Belanger <belanger@truman.edu>
35136
35137 * calc/calc.el (calc-settings-file): Change default value.
35138 Suggested by cgw in a comment in calc-mode.el.
35139
35140 * calc/calc-mode.el (calc-settings-file-name):
35141 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35142 Replace ~/.emacs in a prompt by calc-settings-file.
35143
35144 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35145
35146 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35147 (desktop-lazy-idle-delay): New customizable variables.
35148 (desktop-buffer-args-list): New variable.
35149 (desktop-append-buffer-args): New function.
35150 (desktop-save): Call desktop-append-buffer-args for some buffers.
35151 (desktop-lazy-create-buffer): New function.
35152 (desktop-idle-create-buffers): New function.
35153 (desktop-read): Add message about buffers to restore lazily.
35154 (desktop-lazy-abort): New command.
35155 (desktop-clear): Call desktop-lazy-abort.
35156 (desktop-lazy-complete): New command.
35157
35158 2005-01-06 Richard M. Stallman <rms@gnu.org>
35159
35160 * emacs-lisp/find-func.el (find-face-definition):
35161 Rename from find-face.
35162
35163 2005-01-06 Kim F. Storm <storm@cua.dk>
35164
35165 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35166
35167 * man.el (Man-xref-man-page, Man-xref-header-file)
35168 (Man-xref-normal-file): Add follow-link property.
35169
35170 2005-01-06 Jay Belanger <belanger@truman.edu>
35171
35172 * calc/calc-units.el: Make sure the proper macro definitions are
35173 available when compiling.
35174
35175 2005-01-06 Juri Linkov <juri@jurta.org>
35176
35177 * isearch.el (isearch-lazy-highlight-update):
35178 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35179
35180 2005-01-06 Miles Bader <miles@gnu.org>
35181
35182 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35183 (isearch-lazy-highlight-face): Use new name.
35184
35185 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35186
35187 * uniquify.el (uniquify-rationalize-file-buffer-names):
35188 Re-add an interactive spec.
35189 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35190 to the same name.
35191
35192 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35193 (isearch-update, isearch-done): Adjust calls accordingly.
35194
35195 2005-01-05 Richard M. Stallman <rms@gnu.org>
35196
35197 * custom.el (custom-set-variables, custom-theme-set-variables):
35198 Clarify documentation.
35199
35200 * emacs-lisp/find-func.el (find-variable)
35201 (find-variable-other-window, find-variable-other-frame):
35202 Fix the TYPE args to find-function-read and find-function-do-it.
35203 (find-function): Doc fix.
35204 (find-function-at-point): Replace function-at-point alias.
35205
35206 2005-01-04 Richard M. Stallman <rms@gnu.org>
35207
35208 * cus-face.el (custom-declare-face):
35209 Record defface in current-load-list.
35210
35211 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35212
35213 * emacs-lisp/find-func.el: Doc fixes.
35214 (find-face-regexp): New variable.
35215 (find-function-regexp-alist): New variable.
35216 (find-function-C-source): Third arg is now TYPE.
35217 (find-function-search-for-symbol): Handle general TYPE.
35218 (find-function-read, find-function-do-it): Handle general TYPE.
35219 (find-definition-noselect, find-face): New functions.
35220 (function-at-point): Alias deleted.
35221
35222 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35223
35224 * battery.el (display-battery-mode): Rename from display-battery.
35225 Handle the case where it gets turned off.
35226
35227 2005-01-04 Richard M. Stallman <rms@gnu.org>
35228
35229 * cus-edit.el (customize): Make :link point to user doc.
35230
35231 * man.el (Man-fontify-manpage): Turn off undo generation.
35232
35233 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35234
35235 2005-01-04 Andreas Schwab <schwab@suse.de>
35236
35237 * files.el (insert-directory): Only look for error lines in
35238 inserted text. Don't move too far after processing --dired markers.
35239
35240 2005-01-04 Richard M. Stallman <rms@gnu.org>
35241
35242 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35243 Don't expand if the character is @, period, dash, etc.
35244 (define-mail-abbrev): Quote names that contain problem characters.
35245
35246 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35247
35248 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35249
35250 2005-01-03 Richard M. Stallman <rms@gnu.org>
35251
35252 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35253 (query-replace-highlight, query-replace-lazy-highlight)
35254 (query-replace): Definitions moved up. Doc fix.
35255
35256 2005-01-03 Richard M. Stallman <rms@gnu.org>
35257
35258 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35259 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35260 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35261 (lazy-highlight-face): Rename from isearch-lazy-...
35262 Change all references to them.
35263
35264 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35265
35266 * cus-edit.el (custom-file): Doc fix for defcustom.
35267 (custom-file): The function no longer sets the variable
35268 `custom-file' to its return value.
35269
35270 * startup.el (command-line): No longer load `custom-file'.
35271
35272 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35273
35274 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35275
35276 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35277 Don't confuse module-prefixed identifiers for labels.
35278 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35279
35280 2005-01-02 Richard M. Stallman <rms@gnu.org>
35281
35282 * files.el (basic-save-buffer-1): Fix previous change.
35283
35284 * loadhist.el (file-loadhist-lookup): New function.
35285 (file-provides, file-requires): Use it.
35286
35287 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35288 instead of calculating the right size.
35289
35290 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35291
35292 * vc-svn.el (vc-svn-diff): Stay local if possible.
35293
35294 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35295
35296 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35297
35298 * files.el (hack-local-variables): Fix last change.
35299
35300 2005-01-02 Jay Belanger <belanger@truman.edu>
35301
35302 * calc/calc-yank.el (calc-edit-top): New variable.
35303 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35304 object. Change header properties.
35305 (calc-edit-finish, calc-edit-finish-stack-object)
35306 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35307 edited object.
35308 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35309 for the beginning of the edited object.
35310 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35311 for the beginning of the edited object.
35312 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35313 (calc-finish-formula-edit, calc-macro-repeats)
35314 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35315 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35316 beginning of the edited object.
35317 (calc-user-define-edit): Change the header for editing macros.
35318 Remove unnecessary variable.
35319
35320 2005-01-01 Jay Belanger <belanger@truman.edu>
35321
35322 * calc/calc-yank.el (calc-edit-mode): Change default header.
35323 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35324 * calc/calc-store.el (calc-edit-variable): Change title to match new
35325 header.
35326 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35327 mode to match new header.
35328 (calc-user-define-edit): Change titles to include names of commands.
35329 (calc-finish-formula-edit): Adjust to handle new header.
35330 (calc-finish-macro-edit): Remove.
35331 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35332 (calc-edit-macro-command, calc-edit-macro-command-type)
35333 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35334 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35335 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35336 (calc-edit-macro-finish-edit): New functions.
35337 (calc-user-define-edit): Use new functions to edit named calc macros.
35338
35339 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35340
35341 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35342
35343 * ses.el (copy-region-as-kill): Deactivate mark.
35344
35345 2005-01-01 Richard M. Stallman <rms@gnu.org>
35346
35347 * replace.el (occur-1): If the output buffer is also an input,
35348 don't kill it, rename it.
35349
35350 * faces.el (set-face-background, set-face-foreground): Doc fix.
35351
35352 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35353 for :foreground and :background.
35354
35355 * dired.el (dired-view-command-alist): Variable deleted.
35356 (dired-view-file, dired-mouse-find-file-other-window):
35357 Delete the code to use it.
35358
35359 2005-01-01 Kim F. Storm <storm@cua.dk>
35360
35361 * image.el (insert-sliced-image): Use t for line-height property.
35362
35363 See ChangeLog.11 for earlier changes.
35364
35365 ;; Local Variables:
35366 ;; coding: iso-2022-7bit
35367 ;; add-log-time-zone-rule: t
35368 ;; End:
35369
35370 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35371
35372 This file is part of GNU Emacs.
35373
35374 GNU Emacs is free software; you can redistribute it and/or modify
35375 it under the terms of the GNU General Public License as published by
35376 the Free Software Foundation; either version 3, or (at your option)
35377 any later version.
35378
35379 GNU Emacs is distributed in the hope that it will be useful,
35380 but WITHOUT ANY WARRANTY; without even the implied warranty of
35381 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35382 GNU General Public License for more details.
35383
35384 You should have received a copy of the GNU General Public License
35385 along with GNU Emacs; see the file COPYING. If not, write to the
35386 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35387 Boston, MA 02110-1301, USA.
35388
35389 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1