0fa66e193daa38161cada549e18abb8ad98cbac4
[bpt/emacs.git] / lisp / ChangeLog
1 2007-09-13 Eli Zaretskii <eliz@gnu.org>
2
3 * files.el (find-file, find-file-other-window)
4 (find-file-other-frame, find-file-existing, find-file-read-only)
5 (find-file-read-only-other-window)
6 (find-file-read-only-other-frame)
7 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
8
9 2007-09-13 Jari Aalto <jari.aalto@cante.net>
10
11 * man.el (Man-default-man-entry): At end of line, continue looking
12 to the next line for possible end of hyphenated command.
13
14 2007-09-13 Chris Moore <dooglus@gmail.com>
15
16 * shell.el (shell-resync-dirs): Don't move the cursor relative to
17 the command being edited.
18
19 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
20
21 * progmodes/gud.el (gdb-ready): New variable.
22 (gdb): Set it to nil. Set gud-running to nil here...
23 (gud-common-init): ...instead of here.
24
25 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
26 Use gdb-ready. Discard input until GDB is ready to accept it.
27
28 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
29
30 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
31 C-M-S- keys.
32
33 2007-09-12 Martin Rudalics <rudalics@gmx.at>
34
35 * dired.el (dired-warning): Inherit from font-lock-warning-face to
36 make it show up with eight colors.
37
38 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
41 diffs are concatenated with no intervening line.
42
43 2007-09-10 Dave Love <fx@gnu.org>
44
45 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
46 (python-font-lock-keywords): Update to the 2.5 version of the language.
47 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
48 (python-backspace): Only behave funny in code.
49 (python-compilation-regexp-alist): Add PDB stack trace regexp.
50 (inferior-python-mode): Add PDB prompt regexp.
51 (python-fill-paragraph): Refine the fenced-string regexp.
52 (python-find-imports): Handle imports spanning several lines.
53 (python-mode): Add `class' to hideshow support.
54
55 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
58 add-log-buffer-file-name-function rather than bind buffer-file-name,
59 so we dont end up calling change-log-mode in *cvs* when `fi' is the
60 ChangeLog file itself.
61
62 * outline.el (outline-flag-region): Use front-advance.
63
64 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
65
66 * progmodes/cperl-mode.el: Merge upstream 5.23.
67 (cperl-where-am-i): Remove function.
68 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
69 (cperl-sniff-for-indent): De-invert [string] and [comment].
70 When looking for label, skip s:m:y:tr.
71 (cperl-indent-line): Likewise.
72 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
73 (cperl-windowed-init): Wrong `ps-print' handling.
74 Both thanks to Chong Yidong.
75 (cperl-look-at-leading-count): Could fail with unfinished RExen.
76 (cperl-find-pods-heres): If the second part of s()[] is missing,
77 don't try to highlight delimiters...
78
79 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * progmodes/compile.el (compilation-get-file-structure): Complete last
82 change by also using spec-directory in the puthash.
83
84 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
85
86 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
87 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
88 (vc-bzr-status): Fix shadowing of variable 'status'.
89 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
90 Use `expand-file-name' instead of `concat'.
91 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
92 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
93
94 2007-09-05 Jason Rumney <jasonr@gnu.org>
95
96 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
97
98 2007-09-02 Richard Stallman <rms@gnu.org>
99
100 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
101 Add `safe-local-variable' property.
102 (lisp-body-indent): Likewise.
103
104 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
105
106 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
107 prev/next-node.
108
109 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
110 (x-gtk-map-stock): New function.
111
112 2007-09-02 Glenn Morris <rgm@gnu.org>
113
114 * comint.el (comint-mode): Don't set scroll-conservatively.
115
116 * eshell/em-unix.el (eshell/time): Stringify and flatten the
117 non-command arguments.
118
119 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
120
121 * emacs-lisp/bytecomp.el (byte-recompile-directory):
122 Fix bug: Don't expand top-level file name more than once.
123 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
124
125 2007-09-01 Richard Stallman <rms@gnu.org>
126
127 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
128 Add doc string.
129
130 2007-08-30 Richard Stallman <rms@gnu.org>
131
132 * speedbar.el (speedbar-frame-reposition-smartly)
133 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
134 (speedbar-check-vc): Don't use dframe-xemacsp.
135
136 2007-08-30 Martin Rudalics <rudalics@gmx.at>
137
138 * files.el (backup-buffer-copy): Try to overwrite old backup first.
139
140 2007-08-29 Martin Rudalics <rudalics@gmx.at>
141
142 * repeat.el (repeat): Use last-repeatable-command instead of
143 real-last-command. Run pre- and post-command hooks for
144 self-insertion. Update doc-string.
145
146 2007-08-28 Glenn Morris <rgm@gnu.org>
147
148 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
149
150 2007-08-27 Alexandre Julliard <julliard@winehq.org>
151
152 * vc-git.el (vc-git-state): Call git-add --refresh to update the
153 state of the file.
154 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
155 (vc-git-create-repo): Fix invalid command.
156
157 2007-08-27 Richard Stallman <rms@gnu.org>
158
159 * textmodes/flyspell.el (flyspell-mode):
160 Catch errors in flyspell-mode-on.
161
162 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
163
164 * progmodes/modula2.el (m2-definition, m2-module):
165 Don't use previous-line. Reported by T. V. Raman.
166
167 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
168
169 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
170 argument to tool-bar-mode call.
171
172 2007-08-27 Glenn Morris <rgm@gnu.org>
173
174 * diff-mode.el (diff-find-file-name): Only accept regular files,
175 to rule out /dev/null, directories, etc.
176
177 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
178
179 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
180 safe-local-variable setting.
181 * progmodes/perl-mode.el (perl-indent-level): Likewise.
182
183 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
186 of buffers in uniquify-managed.
187
188 * simple.el (invisible-p): Rename from text-invisible-p.
189 Update callers.
190
191 2007-08-25 Alan Mackenzie <acm@muc.de>
192
193 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
194 new language variable.
195
196 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
197 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
198 "extern" etc., rather than BOI. Fix addition of spurious
199 syntactic-symbol 'defun-block-intro, replacing it with
200 'innamespace, etc.
201
202 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
203
204 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
205 Don't behave differently when executed via M-x. Add doc string.
206
207 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
208
209 * files.el (backup-buffer-copy): Don't wrap delete in
210 condition-case, only try to delete if file exists.
211
212 2007-08-24 Glenn Morris <rgm@gnu.org>
213
214 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
215
216 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
219 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
220 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
221 (cperl-etags-goto-tag-location): Use new style backquotes.
222
223 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
224 (dynamic-completion-table): Use it it.
225
226 * net/browse-url.el: Remove spurious * in custom docstrings.
227 (browse-url-filename-alist): Use new-style backquote.
228
229 * emacs-lisp/backquote.el (backquote-unquote-symbol)
230 (backquote-splice-symbol): Clarify they're not new-style unquotes.
231
232 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
233 (\,@): Backslash the , and ,@ which are not new-style unquotes.
234
235 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
236
237 * net/socks.el (socks-username/password-auth-filter):
238 Remove unused vars `state' and `desired-len'.
239 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
240 (socks-wait-for-state-change): Use new-style backquotes.
241
242 * pcvs.el (cvs-mode-status): Fix long-standing typo.
243
244 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
245 backquotes after each `read' rather than once per buffer.
246
247 * dframe.el: Remove spurious * in custom docstrings.
248 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
249 (dframe-xemacs20p): Remove, inline at the sole use point.
250 (defface): Don't defvar the face, don't use old-style backquote.
251 (defcustom): Don't use old-style backquote.
252 (dframe-frame-parameter, dframe-mouse-event-p):
253 Make it obvious that it's always defined.
254 (dframe-popup-kludge): New function to replace
255 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
256 (dframe-frame-mode, dframe-set-timer-internal)
257 (dframe-mouse-set-point): Remove use of with-no-warnings from
258 XEmacs-specific code.
259 (dframe-set-timer-internal): Fix very old bug with
260 post-command-idle-hook.
261
262 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
263
264 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
265
266 * image-mode.el (image-minor-mode): Use image-mode-text-map.
267
268 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
269
270 * sort.el (sort-fold-case, sort-numeric-base): Mark as
271 safe-local-variable.
272
273 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
274
275 * net/browse-url.el (browse-url-emacs): New function.
276
277 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
280 warning if the file uses old style backquotes.
281
282 * emacs-lisp/bytecomp.el (byte-compile-log-file)
283 (byte-recompile-directory, byte-compile-file)
284 (byte-compile-from-buffer): Use with-current-buffer.
285
286 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
287 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
288 (line-move-1, line-move-finish, line-move-to-column)
289 (move-end-of-line, move-beginning-of-line): Use new name.
290
291 2007-08-22 Glenn Morris <rgm@gnu.org>
292
293 * files.el (backup-buffer-copy): Check backup directory is
294 writable, to avoid infloop deleting old backup.
295
296 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
297 movemail related variables.
298 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
299 will now be set before this is called.
300
301 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
304
305 * progmodes/ada-mode.el: Fix up comment style in header.
306 (ada-check-emacs-version): Remove.
307 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
308 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
309 to try and quieten the byte-compiler.
310 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
311
312 * vc.el (vc-annotate-warp-version): Don't use previous-line.
313
314 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
315
316 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
317 extracted from `eval-last-sexp-1'.
318 (eval-last-sexp-1): Call `preceding-sexp'.
319
320 2007-08-19 Glenn Morris <rgm@gnu.org>
321
322 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
323 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
324 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
325 shadow files messing up the compilation.
326
327 2007-08-18 Glenn Morris <rgm@gnu.org>
328
329 * progmodes/scheme.el (scheme-mode-variables):
330 Set font-lock-comment-start-skip.
331
332 2007-08-18 Martin Rudalics <rudalics@gmx.at>
333
334 * progmodes/ada-mode.el (ada-create-syntax-table):
335 Move set-syntax-table from here to ...
336 (ada-mode): ... here. Don't change global value of comment-multi-line.
337 Call new function ada-initialize-syntax-table-properties.
338 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
339 (ada-deactivate-properties, ada-initialize-properties):
340 Replace by new functions ...
341 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
342 (ada-initialize-syntax-table-properties): ... to set up syntax-table
343 properties uniformly, independently from whether font-lock-mode
344 is enabled or not. Handle read-only buffers and do not change
345 undo-list when setting syntax-table properties.
346 (ada-after-change-function): Use ada-set-syntax-table-properties.
347
348 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
349
350 * progmode/cperl-mode.el (cperl-look-at-leading-count)
351 (cperl-find-pods-heres): Fix an error when typing expressions like
352 `s{a}{b}'.
353
354 2007-08-17 Glenn Morris <rgm@gnu.org>
355
356 * progmodes/compile.el (compilation-get-file-structure): Make use
357 of the directory part when checking for an existing entry, to
358 handle files with same basename in different directories.
359
360 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
361
362 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
363 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
364 (ps-paragraph-spacing): Docstring fix.
365
366 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * smerge-mode.el (smerge-resolve): New arg `safe'.
369 (smerge-resolve-all, smerge-batch-resolve): New function.
370 (smerge-refine): Make sure `diff' returns the expected result.
371 (smerge-parsep-re): New const.
372 (smerge-mode): Use it to adjust paragraph-separate.
373
374 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
375 Correctly match / regexp matchers as first char on a line when
376 fontifying only that line.
377
378 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
379
380 2007-08-16 Glenn Morris <rgm@gnu.org>
381
382 * ps-print.el (ps-font-size): Doc fix.
383
384 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * vc-bzr.el: Don't fiddle with vc-handled-backend.
387 (vc-bzr-registered): Don't redundantly protect against
388 file-error. Actually use the format-specific code.
389 (vc-bzr-buffer-nonblank-p): Remove.
390 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
391
392 2007-08-15 Glenn Morris <rgm@gnu.org>
393
394 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
395 sloppier, for the sake of GNU Mailman.
396 (rmail-digest-rfc1153): Initialize `result' correctly.
397
398 2007-08-14 Glenn Morris <rgm@gnu.org>
399
400 * simple.el (bad-packages-alist): New constant.
401 (bad-package-check): New function. Together, these two add
402 elements to `after-load-alist' to check for problematic external
403 packages.
404 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
405
406 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
407
408 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
409 optional quotes around files in NEED-UPDATE . REMOVED case.
410
411 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
412 (ada-treat-cmd-string): Improve error message.
413 (ada-do-file-completion): Call `ada-require-project-file', so
414 project variables are set properly.
415 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
416 (ada-gnatfind-buffer-name): New constant.
417 (ada-find-any-references): Use new constant. Set buffer name
418 properly in compilation-start. Toggle read-only properly.
419 (ada-find-in-src-path): Fix spelling error in docstring.
420
421 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
422 by zero error.
423
424 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
425
426 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
427
428 2007-08-12 Richard Stallman <rms@gnu.org>
429
430 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
431 (cvs-execute-single-file): Use new name split-string-and-unquote.
432 (cvs-header-msg): Use new name combine-and-quote-strings.
433
434 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
435
436 * progmodes/gud.el (gud-common-init): Use new name
437 split-string-and-unquote.
438
439 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
440 in javac regexp.
441
442 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
443 combine-and-quote-strings and split-string-and-unquote.
444
445 * subr.el (combine-and-quote-strings): Rename from strings->string.
446 (split-string-and-unquote): Rename from string->strings.
447
448 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
451 to buffer-local settings.
452
453 * emacs-lisp/backquote.el (backquote-delay-process): New function.
454 (backquote-process): Add internal arg `level'. Use the two to
455 correctly handle nested backquotes.
456
457 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
458
459 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
460 (vc-bzr-state-words): Add "kind changed" state word.
461 (vc-bzr-status): New function. Return Bzr idea of file status,
462 which is different from VC's.
463 (vc-bzr-state): Use vc-bzr-status.
464 (vc-workfile-unchanged-p): Use vc-bzr-status.
465 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
466 (vc-dired-state): Process "kind changed" state word.
467
468 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
471
472 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
473 Move from vc-default-find-file-not-found-hook.
474
475 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
476
477 * url/url-auth.el (url-basic-auth): When prompting for username
478 and password, default to the username and password in the URL.
479
480 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * man.el: Remove spurious * in docstrings.
483 Merge defvars and toplevel setq-defaults.
484 (Man-highlight-references0): Limit=nil rather than point-max.
485 (Man-mode-map): Move initialization into the declaration.
486 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
487 (Man-view-header-file): Use expand-file-name rather than concat.
488 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
489
490 * man.el (Man-next-section): Make sure we do not move backward.
491
492 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
493
494 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
495 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
496 ps-print-color-p is neither nil nor black-white. Reported by Christian
497 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
498
499 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * files.el (auto-mode-alist): Use the purecopied text (duh!).
502
503 2007-08-08 Andreas Schwab <schwab@suse.de>
504
505 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
506 self-insert-command, not self-insert.
507
508 2007-08-08 Glenn Morris <rgm@gnu.org>
509
510 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
511
512 * Replace `iff' in doc-strings and comments.
513
514 * help-mode.el (help-make-xrefs): Search for symbol constituents,
515 rather than just `-'.
516
517 2007-08-08 Martin Rudalics <rudalics@gmx.at>
518
519 * dired.el (dired-pop-to-buffer):
520 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
521 * calendar/calendar.el (generate-calendar-window):
522 * progmodes/compile.el (compilation-set-window-height):
523 * textmodes/two-column.el (2C-two-columns, 2C-merge):
524 Use window-full-width-p instead of comparing frame-width and
525 window-width.
526
527 * progmodes/compile.el (compilation-find-buffer): Remove extra
528 argument in call to compilation-buffer-internal-p.
529
530 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
531
532 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
533 parameters IDENTIFICATION and CONNECTED.
534 (tramp-handle-insert-file-contents): VISIT must be handled after
535 insertion of the local copy. Reported by Peter Gordon
536 <peter@pg-consultants.com>.
537 (tramp-file-name-handler): No special handling for
538 `expand-file-name'. But for `file-name-as-directory'.
539 (tramp-find-shell, tramp-open-connection-telnet)
540 (tramp-open-connection-rsh, tramp-open-connection-su)
541 (tramp-open-connection-multi)
542 (tramp-open-connection-setup-interactive-shell): Guard against
543 $PROMPT_COMMAND shell var. Reported by Steve Youngs
544 <steve@sxemacs.org>.
545 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
546 the hint.
547
548 * net/trampver.el: Update release number.
549
550 2007-08-07 Tom Tromey <tromey@redhat.com>
551
552 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
553 Add safe-local-variable property.
554
555 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
556
557 * image-mode.el (image-toggle-display): Use image-refresh.
558
559 * longlines.el (longlines-decoded): New variable.
560 (longlines-mode): Avoid encoding or decoding the buffer twice.
561
562 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
563
564 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
565 unofficial version.
566 (vc-bzr-command): Remove redundant setting of process-connection-type.
567 (vc-bzr-admin-checkout-format-file): Add autoload.
568 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
569 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
570 (vc-bzr-registered): Compare dirstate format tag with known good
571 value, abort parsing if match fails. Warn user in docstring.
572 (vc-bzr-workfile-version): Case for different Bzr branch formats.
573 See bzrlib/branch.py in Bzr sources.
574 (vc-bzr-diff): First argument FILES may be a string rather than a list.
575 (vc-bzr-shell-command): Remove in favor of
576 vc-bzr-command-discarding-stderr.
577 (vc-bzr-command-discarding-stderr): New function.
578
579 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
580
581 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
582 program, and return nil
583 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
584 (vc-bzr-state): Look for path names relative to the repository
585 root after status keyword.
586 (vc-bzr-file-name-relative): New function.
587 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
588 depend on it.
589 (vc-bzr-admin-dirname, ...-checkout-format-file)
590 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
591 files that we now parse directly for speed.
592 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
593 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
594 (vc-bzr-state): "bzr status" successful only if exitcode is 0
595 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
596 Bzr warnings, so we must discard it.
597 (vc-bzr-workfile-version): Speedup counting lines from
598 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
599 if that file doesn't exist.
600 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
601 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
602 (not ".bzr"!) to `vc-directory-exclusion-list'
603 (vc-bzr-shell-command): New function.
604
605 2007-08-06 Tom Tromey <tromey@redhat.com>
606
607 * diff-mode.el (diff-unified->context, diff-reverse-direction)
608 (diff-fixup-modifs): Typo in docstring.
609
610 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
613 count-screen-lines.
614 (tpu-edt-off): Disable relevant pieces of advice.
615
616 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
617 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
618 (newline, newline-and-indent, do-auto-fill): Use advice instead of
619 redefining the function.
620 (tpu-set-scroll-margins): Activate the pieces of advice.
621
622 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
623
624 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
625 process-filter.
626
627 2007-08-06 Martin Rudalics <rudalics@gmx.at>
628
629 * help.el (resize-temp-buffer-window): Use window-full-width-p
630 instead of comparing frame-width and window-width.
631
632 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
633
634 * term.el: Honor term-default-fg-color and term-default-bg-color
635 settings when modifying term-current-face.
636 (term-default-fg-color, term-default-bg-color): Initialize from
637 default term-current-face.
638 (term-mode, term-reset-terminal): Set term-current-face with
639 term-default-fg-color and term-default-bg-color.
640 (term-handle-colors-array): term-current-face has term-default-fg-color
641 and term-default-bg-color after reset escape sequence.
642 (term-handle-colors-array): Set term-current-color with
643 term-default-fg/bg-color instead of ansi-term-color-vector when the
644 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
645
646 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
647
648 * files.el (set-auto-mode): Handle also remote files wrt
649 `auto-mode-alist'.
650
651 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
652 remote identification.
653
654 2007-08-04 Glenn Morris <rgm@gnu.org>
655
656 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
657 zero, not nil, when the library is first loaded. Check for a file
658 that has been modified on disk.
659
660 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
661 Remove duplicate defvar preventing initialization.
662 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
663
664 2007-08-03 Miles Bader <miles@gnu.org>
665
666 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
667 backend names for new backends to `Git', `Hg', and `Bzr'.
668 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
669 not `HG'.
670 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
671 name, not `GIT'.
672 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
673 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
674
675 2007-08-03 Glenn Morris <rgm@gnu.org>
676
677 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
678
679 2007-08-02 Richard Stallman <rms@gnu.org>
680
681 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
682 to update deleted flag.
683
684 * cus-edit.el (customize-apropos, customize-apropos-options)
685 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
686
687 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
688
689 * startup.el (fancy-splash-head, startup-echo-area-message):
690 Change message text.
691
692 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
693 All callers use line-move.
694
695 * progmodes/compile.el (compilation-find-buffer): Return current
696 buffer immediately if suitable.
697 (compile, compilation-buffer-name, compilation-start): Doc fixes.
698
699 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
702 Make it more discriminating and more useful.
703 (vc-bzr-root-dir): Use new name.
704 (vc-bzr-registered): Use new name and look at the dirstate file to
705 determine if it's registered or not without running `bzr'.
706
707 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
708
709 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
710
711 2007-07-31 Drew Adams <drew.adams@oracle.com>
712
713 * cus-edit.el (custom-group-value-create, custom-goto-parent):
714 Fix parent groups link.
715
716 2007-07-31 Daiki Ueno <ueno@unixuser.org>
717
718 * faces.el (face-normalize-spec): New function.
719 (frame-set-background-mode): Normalize face-spec before calling
720 face-spec-match-p.
721
722 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * vc-bzr.el: New file (copied from the trunk).
725
726 * vc-hooks.el (vc-handled-backends): Add BZR.
727 (vc-find-file-hook): Failsafe if the backend's `registered'
728 function burps.
729
730 * server.el (server-window): Add switch-to-buffer-other-frame option.
731
732 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
733
734 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
735 (vc-git-revision-completion-table): Enable.
736
737 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
738
739 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
740
741 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
742 (vc-hg-registered): Set the vc-state property.
743
744 * diff-mode.el (diff-mode-menu): New entries.
745
746 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
749 (diff-file-kill): Use it.
750 (diff-beginning-of-hunk): Add arg `try-harder' using it.
751 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
752 Use it so they find the hunk even when we're in the file header.
753
754 * vc.el: Add new VC operation `revision-completion-table'.
755 (vc-default-revision-completion-table): New function.
756 (vc-version-diff, vc-version-other-window): Use it to provide
757 completion of revision names if the backend provides it.
758
759 * vc-arch.el (vc-arch--version-completion-table)
760 (vc-arch-revision-completion-table): New functions to provide
761 completion of revision names.
762
763 * vc-cvs.el: Require CL.
764 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
765 New functions to provide completion of revision names.
766
767 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
768
769 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
770 (copyright-fix-years, copyright): Correctly handle the case where
771 copyright-limit is nil.
772
773 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
774
775 * progmodes/python.el (run-python): Fix path separator under w32.
776
777 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
778
779 * vc-git.el: New File.
780
781 2007-07-28 Alan Mackenzie <acm@muc.de>
782
783 Fix problem with modes derived from CC Mode:
784 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
785 macro to cc-langs.
786 (c-init-language-vars-for): Remove call to above macro.
787 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
788 been moved to here.
789 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
790
791 2007-07-28 Eli Zaretskii <eliz@gnu.org>
792
793 * net/trampver.el: Fix the `coding' cookie.
794
795 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
796
797 * add-log.el (change-log-redate): Remove (not needed anymore and
798 doesn't appear to work).
799
800 2007-07-25 Glenn Morris <rgm@gnu.org>
801
802 * Relicense all FSF files to GPLv3 or later.
803
804 * COPYING: Switch to GPLv3.
805
806 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
809 Replace it with another one which disables undo before calling
810 erase-buffer and then turns it back on if needed.
811
812 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
813
814 * ps-print.el: Problem with foreground and background color when
815 printing a buffer with and without faces. Reported by Christian
816 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
817 (ps-print-version): New version 6.7.5.
818 (ps-default-fg): Change default value to nil, so black color is used
819 when a face does not specify a foreground color.
820 (ps-default-bg): Change default value to nil, so white color is used
821 for background color.
822 (ps-begin-job): Fix code.
823
824 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
827
828 2007-07-24 Alan Mackenzie <acm@muc.de>
829
830 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
831 Initialise byte-compile-unresolved-functions before rather than
832 after a compilation.
833 (byte-compile-unresolved-functions): Amplify doc string.
834
835 2007-07-24 Glenn Morris <rgm@gnu.org>
836
837 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
838 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
839 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
840 (cal-tex-cursor-week, cal-tex-cursor-week2)
841 (cal-tex-cursor-week-iso, cal-tex-week-hours)
842 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
843 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
844 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
845
846 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
849
850 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
853 underlying file is uptodate.
854
855 2007-07-23 Richard Stallman <rms@gnu.org>
856
857 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
858
859 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
862 (sh-font-lock-flush-syntax-ppss-cache): New funs.
863 (sh-font-lock-syntactic-keywords): Use them to distinguish the
864 different possible cases for \'.
865 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
866
867 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
868 `file' from which to start the search and fix case where `file' is the
869 current directory and the root as well.
870
871 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
872 name for buffer-file-name if it refers to a directory.
873
874 2007-07-22 Jason Rumney <jasonr@gnu.org>
875
876 * w32-fns.el (set-default-process-coding-system): Use dos line ends
877 for input to cmdproxy on all versions of Windows.
878 Use dos line ends for input to plink.
879
880 * comint.el (comint-simple-send): Concat newline before sending.
881 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
882
883 2007-07-22 Juri Linkov <juri@jurta.org>
884
885 * isearch.el (isearch-edit-string): Save old point and
886 isearch-other-end to old-point and old-other-end before reading
887 the search string from minibuffer. After exiting minibuffer set
888 point to old-other-end if point and the search direction is the
889 same as before reading the search string.
890 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
891 to isearch-other-end. Instead of isearch-search-and-update call
892 three functions isearch-search, isearch-push-state and isearch-update.
893
894 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
895
896 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
897 destroying an existing buffer.
898
899 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
900
901 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
902
903 * term/x-win.el (x-handle-no-bitmap-icon): New function.
904
905 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
906
907 * textmodes/reftex.el (reftex-access-parse-file): Create parse
908 file in a way that does not interfere with recentf.
909
910 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
911
912 * image-dired.el (image-dired-sane-db-file): New func.
913 (image-dired-write-tags, image-dired-remove-tag)
914 (image-dired-list-tags, image-dired-write-comments)
915 (image-dired-get-comment, image-dired-mark-tagged-files)
916 (image-dired-create-gallery-lists): Call new func.
917 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
918
919 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
920
921 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
922 (vc-hg-dir-state): Fix loop.
923 (vc-hg-print-log): Fix expected return value for vc-hg-command.
924 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
925 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
926 (vc-hg-revert): Likewise.
927 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
928
929 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
930
931 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
932 case of alignment under a constant symbol, find and consider
933 the sexp actually at indentation to be the "last sexp".
934
935 2007-07-20 Eli Zaretskii <eliz@gnu.org>
936
937 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
938 (install): Use them to copy all *.el files before *.elc.
939 (clean): Don't delete *~.
940
941 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
942
943 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
944
945 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
946
947 * vc-hg.el (vc-hg-registered): Replace if with when.
948 (vc-hg-state): Deal with nonexistent files.
949
950 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
951
952 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
953 (follow-delete-other-windows-and-split, follow-recenter)
954 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
955 (follow-redisplay, follow-estimate-first-window-start)
956 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
957 Fix typos in docstrings.
958
959 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
960
961 * bookmark.el (bookmark-show-all-annotations):
962 Make sure each inserted annotation ends with newline.
963
964 (bookmark-maybe-sort-alist): Don't modify
965 bookmark-alist. Instead, if not sorting, simply return it.
966 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
967 for its return value, not for its side effect.
968
969 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
970
971 * vc.el: Add more info about the vc-registered function.
972
973 2007-07-16 David Kastrup <dak@gnu.org>
974
975 * emacs-lisp/advice.el (defadvice): Doc fix.
976
977 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
978
979 * subr.el (when, unless): Doc fix.
980
981 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
982
983 * vc-hg.el (vc-hg-state): Handle removed files.
984 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
985 (vc-hg-checkout): Re-enable.
986
987 2007-07-15 Richard Stallman <rms@gnu.org>
988
989 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
990
991 * tutorial.el (tutorial--find-changed-keys):
992 Handle C-x specially like ESC.
993
994 2007-07-15 Roland McGrath <roland@frob.com>
995
996 * add-log.el (add-change-log-entry): Check add-log-full-name
997 and add-log-mailing-address later, after change-log-mode-hook.
998
999 2007-07-15 Richard Stallman <rms@gnu.org>
1000
1001 * isearch.el (isearch-mode, isearch-done):
1002 Delete unintended code in previous change.
1003
1004 * ps-print.el (ps-default-bg): Change to White.
1005
1006 2007-07-15 Aaron Hawley <aaronh@garden.org>
1007
1008 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1009
1010 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1011
1012 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1013 when handling the terminating event.
1014
1015 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1016
1017 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1018
1019 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1020
1021 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1022 (install): Use them to copy all *.el files before *.elc.
1023
1024 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1025
1026 * replace.el (match): Use yellow1 instead of yellow.
1027
1028 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1029
1030 * pcvs-info.el (cvs-unknown): Likewise.
1031
1032 2007-07-12 Davis Herring <herring@lanl.gov>
1033
1034 * desktop.el (desktop-buffer-info, desktop-save):
1035 Use `desktop-dirname' instead of `dirname'.
1036
1037 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1038
1039 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1040
1041 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1042
1043 2007-07-10 Richard Stallman <rms@gnu.org>
1044
1045 * emacs-lisp/lisp-mode.el (eval-defun):
1046 Explain special handling of `defface'.
1047
1048 2007-07-09 Richard Stallman <rms@gnu.org>
1049
1050 * isearch.el (isearch-edit-string): Call to isearch-push-state
1051 after the search.
1052
1053 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1054
1055 * cus-start.el (file-coding-system-alist): Fix custom type.
1056
1057 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1060 modified.
1061 (longlines-auto-wrap, longlines-window-change-function):
1062 Remove unnecessary calls to set-buffer-modified-p.
1063
1064 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * vc.el (vc-default-log-view-mode): New function.
1067 (vc-print-log): Add new `log-view-mode' VC operation.
1068
1069 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1070
1071 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1072 Rename and move to...
1073
1074 * subr.el (strings->string, string->strings): ...here.
1075
1076 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1077 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1078
1079 * progmodes/gud.el (gud-common-init): Call string->strings instead
1080 of split-string.
1081
1082 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1083
1084 * term/w32-win.el (menu-bar-open): New function.
1085 Bind <f10> to it.
1086
1087 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1088
1089 * log-view.el (log-view-mode-menu): New menu.
1090
1091 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1092
1093 * vc-hg.el: New file.
1094
1095 2007-07-06 Andreas Schwab <schwab@suse.de>
1096
1097 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1098 dynamic bindings around the evaluation of the expression.
1099 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1100
1101 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1102
1103 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1104 file names.
1105
1106 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1107
1108 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1109
1110 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1111 event is not a cons cell. Do not unread drag-mouse-1 events.
1112 Select right window in check whether space was stolen from
1113 window above.
1114
1115 2007-07-01 Richard Stallman <rms@gnu.org>
1116
1117 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1118
1119 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * generic-x.el (generic-define-mswindows-modes)
1122 (generic-define-unix-modes, apache-log-generic-mode)
1123 (bat-generic-mode-keymap, java-manifest-generic-mode)
1124 (show-tabs-generic-mode): Fix typos in docstrings.
1125
1126 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1127
1128 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1129 replace-regexp-in-string.
1130
1131 2007-06-28 Andreas Schwab <schwab@suse.de>
1132
1133 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1134 $(lisp)/subdirs.el.
1135
1136 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1139 the speedbar frame if nil; that deletes the current frame or
1140 causes an error if it is the only frame.
1141 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1142
1143 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1144
1145 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1146 directory where the desktop file was found, as the docstring says.
1147 (desktop-kill): Use `read-directory-name'.
1148
1149 * desktop.el (desktop-load-locked-desktop): New option.
1150 (desktop-read): Use it.
1151 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1152 Use `when'.
1153
1154 2007-06-24 Davis Herring <herring@lanl.gov>
1155
1156 * desktop.el (desktop-save-mode-off): New function.
1157 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1158 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1159 (desktop-claim-lock, desktop-release-lock): New functions.
1160 (desktop-kill): Tell `desktop-save' that this is the last save.
1161 Release the lock afterwards.
1162 (desktop-buffer-info): New function.
1163 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1164 says to. Detect conflicts, and manage the lock.
1165 (desktop-read): Detect conflicts. Manage the lock.
1166
1167 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1168
1169 * ls-lisp.el (insert-directory): If an invalid regexp error is
1170 thrown, try using FILE as a literal file name, not a wildcard.
1171 Check for FILE as an existing file, not just a directory.
1172
1173 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1176 `header-line-format' when reentering ruler mode.
1177
1178 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1179
1180 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1181 FILE exists as a directory.
1182
1183 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1186 (vera-font-lock-match-item): Fix doc string.
1187 (vera-in-comment-p): Remove unused function.
1188 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1189 use `syntax-ppss'.
1190 (vera-forward-syntactic-ws): Fix argument order.
1191 (vera-prepare-search): Use `with-syntax-table'.
1192 (vera-indent-line): Fix doc string.
1193 (vera-electric-tab): Fix doc string.
1194 (vera-expand-abbrev): Define alias instead of using `fset'.
1195 (vera-comment-uncomment-region): Use `comment-start-skip'.
1196
1197 2007-06-20 Reto Zimmermann <reto@gnu.org>
1198
1199 * progmodes/vera-mode.el: New file.
1200
1201 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1202
1203 * ido.el (ido-find-file-in-dir): Don't signal an error for
1204 empty directories.
1205
1206 2007-06-18 Alan Mackenzie <acm@muc.de>
1207
1208 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1209 When removing lines, also remove the \n. Correction of patch of
1210 2007-04-21.
1211
1212 2007-06-17 Glenn Morris <rgm@gnu.org>
1213
1214 * lpr.el (lpr-page-header-switches): Move %s to separate element
1215 for correct quoting. Doc fix.
1216
1217 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1218
1219 * term/xterm.el (terminal-init-xterm): Escape parens in character
1220 constants.
1221
1222 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1223
1224 * scroll-lock.el (scroll-lock-mode): Doc fix.
1225
1226 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1229 half-activated, forcefully activate it completely.
1230
1231 2007-06-11 Richard Stallman <rms@gnu.org>
1232
1233 * cus-edit.el (custom-variable-type): Doc fix.
1234
1235 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1236
1237 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1238
1239 2007-06-09 Davis Herring <herring@lanl.gov>
1240
1241 * desktop.el (desktop-minor-mode-table): Doc fix.
1242
1243 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1244
1245 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1246 (image-next-line, image-previous-line, image-scroll-up)
1247 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1248 New functions.
1249 (image-mode-map): Remap motion commands.
1250 (image-mode-text-map): New keymap for viewing images as text.
1251 (image-mode): Use image-mode-map.
1252 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1253
1254 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1255
1256 Sync with Tramp 2.0.56.
1257
1258 * net/tramp.el:
1259 * net/tramp-ftp.el:
1260 * net/tramp-smb.el:
1261 * net/tramp-util.el:
1262 * net/tramp-vc.el:
1263 Don't load cl.el, because that pollutes the namespace. Replace cl
1264 macros by their implementations where necessary. Requested by
1265 Richard Stallman <rms@gnu.org>.
1266
1267 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1268 doesn't exist.
1269 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1270 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1271 (tramp-file-name-p, tramp-file-name-multi-method)
1272 (tramp-file-name-method, tramp-file-name-user)
1273 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1274 replacing defstruct `tramp-file-name'.
1275 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1276 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1277 Apply `vector' instead of `make-tramp-file-name'.
1278 (tramp-handle-make-auto-save-file-name):
1279 Apply `tramp-temporary-file-directory' for compatibility reasons.
1280 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1281 because of XEmacs.
1282 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1283 started.
1284
1285 2007-06-07 David Kastrup <dak@gnu.org>
1286
1287 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1288 Change default to `top'.
1289
1290 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * dired.el (dired-mode-map): Remove spurious separator.
1293
1294 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1297
1298 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1299 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1300
1301 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1302
1303 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1304 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1305
1306 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * progmodes/ebrowse.el (ebrowse-member-table):
1309 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1310
1311 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1312
1313 * pgg.el (pgg-sign-region, pgg-sign):
1314 * ses.el (ses-call-printer):
1315 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1316 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1317
1318 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1319
1320 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1321 (tar-get-descriptor): Handle type 55, an extended pax header.
1322
1323 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * textmodes/css-mode.el: New file.
1326
1327 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1328
1329 * net/socks.el: New file, taken from w3 repository.
1330 (top): Update Copyright. Don't load cl.el.
1331 (all): Replace `case' by `cond', `string-to-int' by
1332 `string-to-number', and `process-kill-without-query' by
1333 `set-process-query-on-exit-flag'.
1334 (socks-char-int): Remove defalias and all occurrences.
1335
1336 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1339 (sort-coding-systems, search-unencodable-char): Doc fixes.
1340 (coding-system-change-eol-conversion, set-default-coding-systems)
1341 (prefer-coding-system, find-multibyte-characters, princ-list)
1342 (leim-list-entry-regexp, set-input-method, locale-language-names)
1343 (input-method-exit-on-first-char, exit-language-environment-hook)
1344 (locale-charset-language-names): Fix typos in docstrings.
1345
1346 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1347
1348 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1349 `switch-to-buffer' has returned succesfully.
1350 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1351 window is dedicated (it could iconify the frame).
1352
1353 2007-06-05 Glenn Morris <rgm@gnu.org>
1354
1355 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1356
1357 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * files.el (auto-mode-alist): Add lower-priority match for names
1360 like ChangeLog.old.
1361
1362 2007-06-04 Andreas Schwab <schwab@suse.de>
1363
1364 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1365
1366 2007-06-04 Davis Herring <herring@lanl.gov>
1367
1368 * calendar/timeclock.el: Update version number.
1369 (timeclock-modeline-display): Mention timeclock-use-display-time
1370 in explanatory message.
1371 (timeclock-log): Suppress warnings when finding the log.
1372 Don't check for a nil project twice. Run hooks after killing the
1373 buffer (if applicable).
1374 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1375 was geometric). All uses changed.
1376 (timeclock-generate-report): Support prefix argument.
1377
1378 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1379
1380 * man.el (Man-next-section): Don't consider the last line of the
1381 page as being part of any section.
1382
1383 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1384
1385 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1386 modified flag of buffer. Use `inhibit-modification-hooks'.
1387
1388 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1389
1390 * mail/mail-extr.el (mail-extract-address-components):
1391 Recognize non-ASCII characters except for NBSP as words.
1392
1393 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1394
1395 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1396
1397 2007-06-04 Michael Olson <mwolson@gnu.org>
1398
1399 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1400 died and we are trying to send a signal to it.
1401
1402 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1403
1404 * emacs-lisp/easy-mmode.el (define-minor-mode)
1405 (easy-mmode-define-navigation): Fix typos in docstrings.
1406
1407 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1408 Fix typos in docstrings.
1409 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1410 (compilation-finish-function): Fix typo in obsolescence declaration.
1411
1412 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1413
1414 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1417 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1418
1419 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1420
1421 * longlines.el (longlines-mode): Make longlines-auto-wrap
1422 buffer-local. Add hooks unconditionally.
1423 (longlines-auto-wrap): Toggle wrapping.
1424 (longlines-after-change-function)
1425 (longlines-post-command-function): Check longlines-auto-wrap.
1426
1427 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * Version 22.1 released.
1430
1431 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1432
1433 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1434 changes.
1435
1436 2007-05-31 Richard Stallman <rms@gnu.org>
1437
1438 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1439
1440 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1441
1442 * textmodes/table.el (table--point-entered-cell-function)
1443 (table--point-left-cell-function):
1444 Bind `inhibit-point-motion-hooks' to t.
1445
1446 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1447
1448 * emacs-lisp/rx.el (rx): Doc fix.
1449
1450 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1453
1454 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1455
1456 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1457 as the end of the ChangeLog paragraph when it ends without a line
1458 termination.
1459
1460 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * textmodes/fill.el (canonically-space-region): Make the second arg
1463 a marker if it's not already the case.
1464
1465 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1466 (xterm-mouse-event): Use it.
1467
1468 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1469
1470 * vc-hooks.el (vc-find-root): Fix file attribute test.
1471
1472 2007-05-24 Richard Stallman <rms@gnu.org>
1473
1474 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1475 Don't let opoint be nil.
1476 (flyspell-emacs-popup): Explicit error if no dialogs.
1477
1478 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1479
1480 * tar-mode.el (tar-file-name-handler): New function.
1481 (tar-extract): Bind file-name-handler-alist to it to force
1482 find-buffer-file-type-coding-system behave as if the file being
1483 extracted existed. Use last-coding-system-used to force
1484 buffer-file-coding-system to what decode-coding-region actually
1485 used to decode the file.
1486
1487 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1488
1489 * progmodes/compile.el (compilation-handle-exit):
1490 `compilation-finish-function' may change the current buffer.
1491
1492 2007-05-22 Richard Stallman <rms@gnu.org>
1493
1494 * files.el (set-auto-mode): Doc fix.
1495
1496 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1497
1498 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1499
1500 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1501
1502 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1503 (rcirc-print): Handle `window-width'.
1504 (rcirc-buffer-maximum-lines): Doc fix.
1505
1506 2007-05-19 Kevin Ryde <user42@zip.com.au>
1507
1508 * info.el (Info-fontify-node): Match https also.
1509
1510 2007-05-18 Richard Stallman <rms@gnu.org>
1511
1512 * simple.el (push-mark): Doc fix.
1513
1514 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1515
1516 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1517 tpu-global-map.
1518 (tpu-original-global-map): Delete variable.
1519 (tpu-control-keys-map): New keymap variable.
1520 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1521 setting keymapping directly.
1522 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1523 tpu-global-map.
1524 (tpu-edt-on): Activate the tpu-global-map.
1525 (tpu-edt-off): Deactivate the tpu-global-map.
1526
1527 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1528
1529 * textmodes/ispell.el (ispell-get-word): Return markers
1530 for start and end positions.
1531 (ispell-word): Assume END is a marker.
1532
1533 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1534
1535 * ps-print.el: Use default color when foreground or background color
1536 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1537 (ps-print-version): New version 6.7.4.
1538 (ps-rgb-color): New argument. Use default color when color is
1539 unspecified.
1540 (ps-begin-job): Fix code.
1541
1542 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1543
1544 * textmodes/ispell.el (ispell-start-process): Defend against bad
1545 default-directory.
1546
1547 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1550
1551 2007-05-16 Richard Stallman <rms@gnu.org>
1552
1553 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1554
1555 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1558 Move the *ml, Postscript, and XmCD entries to the fallback part.
1559
1560 * files.el (magic-fallback-mode-alist):
1561 Rename from file-start-mode-alist.
1562
1563 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1564
1565 * progmodes/compile.el (compilation-handle-exit): Quote first
1566 argument of `run-hook-with-args'.
1567
1568 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * buff-menu.el (Buffer-menu-sort-column):
1571 * dabbrev.el (dabbrev-upcase-means-case-search):
1572 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1573 * info.el (Info-current-subfile):
1574 * ls-lisp.el (ls-lisp-verbosity):
1575 * msb.el (msb-menu-cond):
1576 * pcvs.el (cvs-dired-use-hook):
1577 * simple.el (set-mark-command-repeat-pop):
1578 * time.el (display-time-24hr-format, display-time-mail-file):
1579 Doc fixes.
1580
1581 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1582 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1583
1584 * view.el (view-inhibit-help-message): Fix typo in docstring.
1585 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1586
1587 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1588
1589 * mail/rmail.el (rmail-convert-to-babyl-format):
1590 Check content-transfer-encoding _last_, because we need its position
1591 in base64-header-field-end.
1592
1593 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1594
1595 * files.el (mode-require-final-newline, require-final-newline)
1596 (enable-local-variables, enable-local-eval): Doc fixes.
1597
1598 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1599
1600 * progmodes/python.el (python-font-lock-keywords)
1601 (python-open-block-statement-p, python-mode): Add support for the new
1602 "with" keyword.
1603
1604 2007-05-10 Richard Stallman <rms@gnu.org>
1605
1606 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1607 (iso-cvt-write-only): Likewise.
1608
1609 * emacs-lisp/easy-mmode.el (define-minor-mode):
1610 Fix generated doc string.
1611
1612 * startup.el (fancy-splash-text): Add URL of guided tour.
1613 Adjust horizontal and vertical whitespace.
1614
1615 * progmodes/compile.el (compilation-handle-exit):
1616 Use run-hook-with-args to run compilation-finish-functions.
1617
1618 * files.el (file-start-mode-alist): New variable.
1619 (magic-mode-regexp-match-limit): Doc fix.
1620 (set-auto-mode): Handle file-start-mode-alist.
1621 A little cleanup of structure.
1622
1623 2007-05-10 Davis Herring <herring@lanl.gov>
1624
1625 * calendar/timeclock.el (timeclock-in): Fix non-interactive
1626 workday specifications.
1627 (timeclock-log): Don't kill the log buffer if it already existed.
1628
1629 2007-05-08 Richard Stallman <rms@gnu.org>
1630
1631 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1632 Don't include non-self-insert commands in the exception for `-'.
1633
1634 2007-05-08 David Reitter <david.reitter@gmail.com>
1635
1636 * progmodes/python.el (python-guess-indent): Check non-nullness
1637 before comparing indent against the 2..8 interval.
1638
1639 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1640
1641 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1642 available.
1643
1644 2007-05-06 Richard Stallman <rms@gnu.org>
1645
1646 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1647
1648 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1649
1650 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1651 disconnections.
1652
1653 2007-05-01 Romain Francoise <romain@orebokech.com>
1654
1655 * dired-x.el: Revert 2007-04-06 change.
1656
1657 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
1658
1659 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1660 don't put stop on toolbar.
1661
1662 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1663
1664 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1665
1666 2007-04-29 Richard Stallman <rms@gnu.org>
1667
1668 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1669
1670 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1673 than 1.
1674
1675 2007-04-28 Richard Stallman <rms@gnu.org>
1676
1677 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1678
1679 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1682
1683 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1684
1685 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1686 instead of $(lisp)/mh-e.
1687
1688 * textmodes/fill.el (fill-paragraph): Doc fix.
1689
1690 2007-04-28 Glenn Morris <rgm@gnu.org>
1691
1692 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1693 (image-dired-cmd-create-temp-image-options): Replace option
1694 +profile "*" with -strip.
1695
1696 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1699 Use window-start and window-end.
1700
1701 2007-04-26 Glenn Morris <rgm@gnu.org>
1702
1703 * progmodes/python.el: Restore file pending consideration of legal
1704 status.
1705
1706 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1707
1708 * locate.el (locate-in-alternate-database): Doc fix.
1709
1710 2007-04-26 Glenn Morris <rgm@gnu.org>
1711
1712 * button.el (button): Use underline if supported, else fall back
1713 to color.
1714
1715 2007-04-25 Richard Stallman <rms@gnu.org>
1716
1717 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1718
1719 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1720
1721 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1722 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1723 pushing mark.
1724 (idlwave-current-routine): Don't push mark.
1725
1726 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1727
1728 * image-dired.el (image-dired-display-image): Derive image-type from
1729 filename rather than assuming jpeg, in case no resizing was needed.
1730
1731 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1732
1733 * custom.el (defface): Doc fix.
1734
1735 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * progmodes/python.el: Remove due to unclear legal issues.
1738
1739 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1740
1741 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1742 Don't re-query for each cleared BP.
1743 (idlwave-shell-clear-bp): Optionally skip BP query.
1744 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1745 of set-window-buffer, which incorrectly moves displayed region.
1746
1747 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
1748
1749 * calc/calc.el (calc-bug-address): Update maintainer's address.
1750 * calc/*: Update maintainer's address.
1751
1752 2007-04-23 Richard Stallman <rms@gnu.org>
1753
1754 * simple.el (set-mark-command-repeat-pop): Doc fix.
1755 Put in `editing-basics' group.
1756
1757 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1760 New functions.
1761 (Info-mode-line-node-keymap): Bind mouse commands to
1762 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1763
1764 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
1765
1766 * locate.el (locate-local-prompt): New var.
1767 (locate-prompt-for-command): Doc fix.
1768 (locate-prompt-for-search-string): New function.
1769 (locate): New optional arg. Make locate-local-prompt
1770 buffer-local. Use locate-prompt-for-search-string.
1771 (locate-with-filter): New optional arg.
1772 Use locate-prompt-for-search-string.
1773 (locate-update): Bind locate-prompt-for-command.
1774
1775 2007-04-23 Glenn Morris <rgm@gnu.org>
1776
1777 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1778
1779 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
1780
1781 * button.el (button): Inherit from link face on a tty.
1782
1783 2007-04-23 Glenn Morris <rgm@gnu.org>
1784
1785 * button.el (button): Use color for this face on a tty.
1786
1787 * files.el (magic-mode-alist): Allow for carriage-returns in
1788 html-mode and sgml-mode entries.
1789
1790 2007-04-22 Richard Stallman <rms@gnu.org>
1791
1792 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1793 Improve doc string of generated command.
1794
1795 * subr.el (read-number): Catch errors.
1796
1797 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1798
1799 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * image-dired.el: Rename from thumbnails.el. All instances of
1802 "thumbnails" replaced with "image-dired".
1803
1804 * dired.el (dired-mode-map): Rename "thumbnails" again, to
1805 "image-dired".
1806
1807 2007-04-22 Kim F. Storm <storm@cua.dk>
1808
1809 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1810 Don't use kill-line.
1811
1812 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
1813
1814 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1815 error message.
1816
1817 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * dired.el: Rename "tumme" to "thumbnails".
1820
1821 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
1822 replaced with "thumbnails".
1823
1824 2007-04-22 Glenn Morris <rgm@gnu.org>
1825
1826 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1827 and give it the risky-local-variable property.
1828
1829 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1830 before defining it.
1831
1832 2007-04-21 Martin Rudalics <rudalics@gmx.at>
1833
1834 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1835 Use delete-region instead of kill-line.
1836
1837 2007-04-21 Alan Mackenzie <acm@muc.de>
1838
1839 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1840 `kill-region' by `delete-region'.
1841
1842 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1845 instead of kill-region.
1846
1847 * progmodes/mantemp.el (mantemp-make-mantemps-region)
1848 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1849 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1850 and kill-line.
1851
1852 * progmodes/vhdl-mode.el (vhdl-template-type)
1853 (vhdl-template-record, vhdl-template-nature)
1854 (vhdl-template-configuration-spec, vhdl-template-component-inst)
1855 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1856 Use delete-region instead of kill-word and kill-line.
1857
1858 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1859
1860 * dired-x.el (dired-virtual-mode): Doc fix.
1861
1862 2007-04-21 Richard Stallman <rms@gnu.org>
1863
1864 * font-lock.el (font-lock-keywords-alist): Mark as risky.
1865
1866 * subr.el (read-number): Doc fix.
1867
1868 * simple.el (pop-to-mark-command): Display message "mark popped"
1869 if point does not move.
1870 (set-mark-command): Doc fix.
1871
1872 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
1873
1874 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1875 (locate-local-filter, locate-local-search): New vars.
1876 (locate): Make variables local.
1877 (locate-update): Bind locate-buffer-name. Call locate using
1878 locate-local-filter and locate-local-search.
1879
1880 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1881
1882 * hi-lock.el (hi-lock-file-patterns-policy): New var.
1883 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1884 (hi-lock-mode): Update docstring.
1885
1886 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1889 fill-nobreak-predicate when the break is past fill-column.
1890
1891 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1892
1893 * locate.el (locate): Output from shell-command should go in the
1894 current buffer rather than *Shell Command Output*.
1895
1896 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * paren.el (show-paren-function): Fix last fix.
1899
1900 2007-04-19 Kevin Ryde <user42@zip.com.au>
1901
1902 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1903 (archive-lzh-summarize): Add optional start arg for where to start
1904 looking at the archive.
1905 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1906
1907 * international/mule.el (auto-coding-alist): no-conversion for .exe
1908 and .EXE.
1909
1910 2007-04-19 Alan Mackenzie <acm@muc.de>
1911
1912 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1913 function return type contains "struct", "union", etc.
1914 c-end-of-defun goes too far forward.
1915
1916 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * paren.el (show-paren-function): Reset window-start to avoid
1919 recentering.
1920
1921 2007-04-19 Glenn Morris <rgm@gnu.org>
1922
1923 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1924
1925 2007-04-18 Glenn Morris <rgm@gnu.org>
1926
1927 * calendar/diary-lib.el (diary-header-line-format): Add a custom
1928 :set function.
1929 (diary-list-entries): Only switch to diary-mode from
1930 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
1931 diary-mode set header-line-format, in case of any customization.
1932
1933 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1934
1935 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1936 is less than the length of parse-time-syntax.
1937
1938 2007-04-17 David Kastrup <dak@gnu.org>
1939
1940 * replace.el (query-replace-regexp-eval): Deprecate.
1941
1942 2007-04-17 Alan Mackenzie <acm@muc.de>
1943
1944 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1945 point too close to EOB, leave point at EOB rather than last `}'.
1946
1947 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1948
1949 * textmodes/bibtex.el (bibtex-include-OPTkey)
1950 (bibtex-user-optional-fields, bibtex-entry-field-alist):
1951 Fix defcustom.
1952
1953 2007-04-17 Glenn Morris <rgm@gnu.org>
1954
1955 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1956 be encoded, fall back to current year.
1957
1958 2007-04-14 Kevin Ryde <user42@zip.com.au>
1959
1960 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1961 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
1962 M "MSDOS".
1963
1964 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1965
1966 * progmodes/python.el (python-end-of-block): Avoid looping forever
1967 if python-next-statement fails.
1968
1969 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1970
1971 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1972
1973 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1974
1975 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1976 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1977
1978 2007-04-15 Jay Belanger <belanger@truman.edu>
1979
1980 * calc/calc.el (calc-version): New function.
1981 (calc-trail-mode): Shorten the title.
1982
1983 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1984
1985 * mail/footnote.el (footnote-style): Clarify docstring to state
1986 that customizing this only applies to future footnotes.
1987
1988 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1989
1990 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1991 (bibtex-make-field): Check that INIT is a string. Use functionp.
1992
1993 2007-04-14 Glenn Morris <rgm@gnu.org>
1994
1995 * complete.el (PC-goto-end): New buffer-local variable.
1996 (PC-do-completion-end): Make buffer-local.
1997 (partial-completion-mode) <choose-completion-string-functions>:
1998 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1999 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2000 doc string. Set PC-goto-end for choose-completion.
2001 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2002 PC-do-completion.
2003
2004 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2005 arg to bibtex-make-field.
2006 (bibtex-make-field): Add optional fourth arg NODELIM.
2007 Insert delimiters around INIT unless this arg is non-nil.
2008
2009 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2010
2011 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2012 global map isn't modified.
2013
2014 2007-04-14 Glenn Morris <rgm@gnu.org>
2015
2016 * calendar/appt.el (appt-disp-window): Do not split small windows.
2017 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2018
2019 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2022
2023 * files.el: Ditto.
2024
2025 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2026
2027 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2028
2029 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2030 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2031 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2032 (term-pager-help): Fix typos in docstrings.
2033
2034 * wid-edit.el (widget-documentation): Fix typo in docstring.
2035
2036 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2037 Fix typos in error messages.
2038
2039 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2040
2041 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2042 window marked as dedicated.
2043
2044 * mail/footnote.el (footnote-latin-string): New variable.
2045 (footnote-latin-regexp): Redefine as regexp alternative.
2046 (Footnote-latin): Use footnote-latin-string instead of
2047 footnote-latin-regexp.
2048
2049 2007-04-13 Glenn Morris <rgm@gnu.org>
2050
2051 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2052 inherited keymaps.
2053
2054 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * outline.el (outline-get-next-sibling): Clarify docstring.
2057 (outline-get-last-sibling): Handle case where we are at the first
2058 heading. Clarify docstring.
2059
2060 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2061
2062 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2063 length as stop button to lessen flicker.
2064 (jdb): Add gud-print.
2065 (gud-find-expr): Jdb prints the expression with the value, so
2066 don't insert it in the output.
2067
2068 2007-04-11 Jason Rumney <jasonr@gnu.org>
2069
2070 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2071 case hex. Do not try to decode non-hex letters.
2072
2073 2007-04-11 Markus Triska <markus.triska@gmx.at>
2074
2075 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2076 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2077 (byte-optimize-form-code-walker): Evaluate pure function calls if
2078 possible.
2079 (byte-optimize-all-constp): New function.
2080
2081 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2082 Improve numeric argument case.
2083 (byte-compile-backward-char, byte-compile-backward-word):
2084 New functions, performing rewriting previously done in byte-opt.el.
2085 Fix their "Fixme" item (restriction to numeric arguments).
2086
2087 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2090 with dolist.
2091 (after-init-hook): Don't quote lambda.
2092 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2093 (desktop-internal-v2s): Remove unused var `el'.
2094 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2095 desktop-restore-file-buffer.
2096 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2097 desktop-create-buffer.
2098
2099 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * woman.el (woman-decode-buffer): Postpone macro-set check...
2102 (woman-decode-region): ...to here.
2103
2104 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2105
2106 * startup.el (tty-handle-args): Use %S to log ARGS.
2107
2108 2007-04-10 Glenn Morris <rgm@gnu.org>
2109
2110 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2111 it is obsolete and has no effect.
2112
2113 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2114 byte-compiler.
2115
2116 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2117 obsolete function make-local-hook.
2118
2119 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2120 start to quieten byte-compiler.
2121
2122 2007-04-10 Markus Triska <markus.triska@gmx.at>
2123
2124 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2125 to bytecomp.el as byte-compile-char-before).
2126 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2127 New function (modified replacement for byte-optimize-char-before in
2128 byte-opt.el).
2129
2130 2007-04-09 Alan Mackenzie <acm@muc.de>
2131
2132 * startup.el (inhibit-splash-screen): Emphatically state that it
2133 can't be set in site-start.el.
2134
2135 2007-04-09 Masatake YAMATO <jet@gyve.org>
2136
2137 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2138 mimic the behavior of `capitalize-word'. Do not move point with a
2139 negative argument. Based on tiny change by Paul Curry.
2140
2141 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2142
2143 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2144 Don't move point if ARG is negative.
2145
2146 2007-04-09 Alan Mackenzie <acm@muc.de>
2147
2148 Changes to make `narrow-to-defun' and `mark-defun' work properly
2149 in CC Mode:
2150
2151 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2152 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2153 Bind beginning/end-of-defun-function to nil around calls to
2154 beginning/end-of-defun.
2155
2156 * progmodes/cc-langs.el (beginning-of-defun-function)
2157 (end-of-defun-function): New c-lang-setvar's.
2158
2159 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2160 (setq arg 1))" to enable non-interactive call.
2161
2162 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2163
2164 * simple.el (set-mark-command): Doc fix.
2165
2166 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2167
2168 * progmodes/gud.el (gdb): Restore existing session if user
2169 tries to start a second one in graphical mode.
2170
2171 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2172
2173 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2174
2175 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2176
2177 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2178 Add binding for C-M-SPC.
2179
2180 2007-04-08 Richard Stallman <rms@gnu.org>
2181
2182 * pcomplete.el (pcomplete-read-event): One single definition,
2183 and not a defsubst.
2184
2185 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2188 byte-compiler warning "value unused".
2189
2190 2007-04-08 Andreas Schwab <schwab@suse.de>
2191
2192 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2193
2194 2007-04-07 Glenn Morris <rgm@gnu.org>
2195
2196 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2197 Autoload these functions.
2198 (diary-date-forms): Add a custom :set form.
2199
2200 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2201 before first use.
2202 (diary-font-lock-keywords): New function with old code for
2203 initialization of variable of same name.
2204
2205 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2206
2207 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2208 clean-up: only insert space when on identifier, etc.
2209
2210 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2213
2214 * net/tls.el (open-tls-stream): Properly handle case where there
2215 is no associated buffer.
2216
2217 2007-04-07 Glenn Morris <rgm@gnu.org>
2218
2219 * ffap.el (ffap-file-at-point): Lower the priority of the
2220 ffap-ftp-sans-slash-regexp check.
2221
2222 2007-04-06 Alan Mackenzie <acm@muc.de>
2223
2224 Fix fontification of labels, and other things with ":".
2225
2226 * progmodes/cc-engine.el (c-forward-label): The function now
2227 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2228 the former t.
2229
2230 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2231 new return code from c-forward-label, fontifying tokens properly.
2232 Add some general comments throughout the file.
2233
2234 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2237 Revert 2006-01-27 change.
2238
2239 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2240
2241 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2242
2243 * desktop.el (desktop-create-buffer, desktop-save):
2244 Revert 2004-11-12 change for lack of copyright papers.
2245
2246 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2247 (dired-guess-default): Respect case.
2248
2249 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2250
2251 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2252 was originally checked in as byte-optimize-concat on 1997-11-02.
2253
2254 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2255 1995-05-19 doc changes.
2256
2257 2007-04-06 Kim F. Storm <storm@cua.dk>
2258
2259 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2260 (unload-feature): Update interactive spec accordingly.
2261
2262 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2263
2264 2007-04-06 John Paul Wallington <jpw@pobox.com>
2265
2266 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2267 capture. Restore the table in the same buffer.
2268
2269 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2270
2271 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2274 Print entire form.
2275
2276 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2277
2278 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2279 for low-color displays.
2280
2281 2007-04-05 Glenn Morris <rgm@gnu.org>
2282
2283 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2284 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2285 Seed random number generator on loading.
2286
2287 * emacs-lisp/authors.el (top-level): Provide self.
2288
2289 * play/animate.el (top-level): Provide self.
2290
2291 2007-04-04 Alan Mackenzie <acm@muc.de>
2292
2293 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2294 to mention c-syntactic-indentation.
2295
2296 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * subr.el (with-case-table): New macro.
2299
2300 * international/mule.el (ascii-case-table): New var.
2301
2302 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2303 downcasing.
2304
2305 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2306
2307 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2308
2309 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2310 of the window if we're outside it e.g menu-bar.
2311
2312 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2313 window if we're outside it e.g menu-bar.
2314
2315 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2316
2317 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2318 decode base-64 encoded body if its content-type is something other
2319 than text/* or message/*.
2320
2321 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * simple.el (activate-mark-hook): Fix typo in docstring.
2324
2325 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2326
2327 * tmm.el (tmm-c-prompt): Initialize.
2328 (tmm-menubar): Deal with extended menu-items at top level.
2329 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2330 (tmm-prompt): Handle visibility of top level menu-items.
2331
2332 * progmodes/gud.el (gud-menu-map): Simplify.
2333 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2334 menubar.
2335
2336 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2339
2340 * comint.el (comint-send-input): Widen the buffer first.
2341
2342 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2343
2344 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2347 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2348
2349 * newcomment.el (comment-search-forward): Discard comment starters
2350 before point.
2351
2352 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2353
2354 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2355
2356 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2359 when downcasing.
2360
2361 * button.el (previous-button): Rewrite to account for adjacent buttons.
2362
2363 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2364
2365 * progmodes/idlwave.el (idlwave-auto-fill):
2366 Revert paragraph-separate change.
2367
2368 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2369 Simplify module calc.
2370 (idlwave-shell-set-bp-in-module): Compute module.
2371
2372 2007-03-31 Glenn Morris <rgm@gnu.org>
2373
2374 * emacs-lisp/timer.el (run-at-time): Doc fix.
2375
2376 * emacs-lisp/warnings.el (display-warning): If we create the
2377 buffer displaying the warning, disable undo there.
2378
2379 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2380
2381 * net/tramp.el (tramp-register-file-name-handler)
2382 (tramp-register-completion-file-name-handler): New defsubst,
2383 derived from `tramp-register-file-name-handlers'. The split is
2384 necessary because Tramp's file name handlers must be registered at
2385 different startup places.
2386
2387 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * progmodes/hideshow.el (turn-off-hideshow): New function.
2390 (hs-minor-mode): Use it instead of a lambda expression in
2391 change-major-mode-hook.
2392
2393 2007-03-31 David Kastrup <dak@gnu.org>
2394
2395 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2396 corresponding to MANPATH_MAP entries.
2397 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2398 (woman-parse-man.conf): Use more discriminating man.conf name.
2399 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2400 (woman-manpath): Doc fix and type fix.
2401 (woman-cached-data): Check for MANPATH_MAP entries.
2402 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2403
2404 2007-03-31 Stuart Herring <herring@lanl.gov>
2405
2406 * emacs-lisp/sregex.el (sregexq): Doc fix.
2407
2408 2007-03-31 Markus Triska <markus.triska@gmx.at>
2409
2410 * flymake.el (flymake-err-line-patterns): Doc fix.
2411
2412 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2413
2414 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2415 Move to the right.
2416
2417 2007-03-30 Alan Mackenzie <acm@muc.de>
2418
2419 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2420
2421 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2422
2423 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2424 Use it, passed in explicitly, instead of from the dynamic binding.
2425 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2426
2427 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2428
2429 * simple.el (blink-matching-open): When in minibuffer, don't
2430 search for a match inside the prompt.
2431
2432 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2433
2434 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2435 (tmm-prompt): Don't make the mouse user select the first menu
2436 item twice.
2437
2438 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2441 SIGUSR1 and SIGUSR2.
2442
2443 2007-03-29 Kim F. Storm <storm@cua.dk>
2444
2445 * ido.el (ido-read-internal): When reading file or dir, only override
2446 minibuffer-local-filename-completion-map, otherwise only override
2447 minibuffer-local-completion-map.
2448
2449 2007-03-29 Glenn Morris <rgm@gnu.org>
2450
2451 * complete.el (partial-completion-mode): Set PC-do-completion-end
2452 to nil after use.
2453 (PC-lisp-complete-symbol): Create and use a marker at `end',
2454 rather than using point-marker.
2455
2456 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2457
2458 * simple.el (next-error-highlight): Doc fix.
2459 (compose-mail): Revert 2007-03-19 change.
2460
2461 2007-03-28 Richard Stallman <rms@gnu.org>
2462
2463 * emacs-lisp/edebug.el (edebug-display): Don't go to
2464 edebug-outside-buffer if it is dead.
2465
2466 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * view.el (view-mode): Fix typos in docstring.
2469
2470 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2471
2472 * recentf.el (recentf-save-file): Add a custom :set function.
2473
2474 2007-03-28 Glenn Morris <rgm@gnu.org>
2475
2476 * complete.el (PC-do-completion-end): New variable.
2477 (partial-completion-mode) <choose-completion-string-functions>:
2478 Use PC-do-completion-end in the non-minibuffer case to replace the
2479 correct amount of text.
2480 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2481 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2482 to deal with improvements inserted after point.
2483
2484 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * button.el (make-text-button): Add explicit `button' property.
2487 (default-button): Don't put a `button' property on it.
2488
2489 * progmodes/python.el (python-mode): Skip comments when parsing.
2490
2491 * vc-arch.el (vc-with-current-file-buffer): New macro.
2492 (vc-arch-file-source-p): Use it to avoid infloop.
2493
2494 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2495
2496 * emacs-lisp/lisp.el (lisp-complete-symbol):
2497 Fix call to get-buffer-window to find windows in other frames.
2498
2499 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2502 Fix calls to get-buffer-window to find windows in other frames.
2503 Reported by David Hansen <david.hansen@gmx.net>.
2504
2505 2007-03-27 Kevin Ryde <user42@zip.com.au>
2506
2507 * info.el (Info-display-images-node): On a text-only terminal,
2508 show the "text" or "alt" parts of the image blobs.
2509
2510 2007-03-27 Glenn Morris <rgm@gnu.org>
2511
2512 * complete.el (PC-do-completion): Compute completion-base-size in
2513 the non-filename case, rather than setting to nil.
2514 (PC-lisp-complete-end): New variable.
2515 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2516 original end in a series of consecutive invocations.
2517
2518 * calendar/calendar.el (calendar-mode-hook): Declare it.
2519
2520 * calendar/diary-lib.el (diary-live-p): Do not check for
2521 diary-selective-display.
2522
2523 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * replace.el (occur-next-error): *Occur* might not be displayed in the
2526 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2527
2528 2007-03-26 Richard Stallman <rms@gnu.org>
2529
2530 * textmodes/flyspell.el (flyspell-large-region):
2531 Use ispell-call-process-region.
2532
2533 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2534
2535 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2536 Use prin1 instead of princ.
2537
2538 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2539
2540 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2541 Merge in X resources before global face.
2542
2543 * progmodes/compile.el (compilation-start): Save compilation-directory
2544 rather than default-directory as local var.
2545 (compilation-directory): Mark as safe local var.
2546
2547 * files.el: Don't mark default-directory as a safe local var.
2548
2549 2007-03-25 Alan Mackenzie <acm@muc.de>
2550
2551 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2552 * progmodes/cc-engine.el: Fix typo.
2553
2554 2007-03-25 Juri Linkov <juri@jurta.org>
2555
2556 * compare-w.el (compare-windows): Rename customization group
2557 `compare-w' to `compare-windows'.
2558 (compare-windows-whitespace, compare-ignore-whitespace)
2559 (compare-ignore-case, compare-windows-sync)
2560 (compare-windows-sync-string-size, compare-windows-recenter)
2561 (compare-windows-highlight, compare-windows): Change group name in
2562 the `group' tag from `compare-w' to `compare-windows'.
2563 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2564
2565 2007-03-24 Markus Triska <markus.triska@gmx.at>
2566
2567 * expand.el: Change example to always enable abbrev-mode,
2568 and remove redundant `function'.
2569 (expand-abbrev-hook): Add autoload cookie.
2570
2571 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2572
2573 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2574 (testcover-mark-all, testcover-unmark-all): Add prompts to
2575 interactive specs.
2576
2577 2007-03-24 Jason Rumney <jasonr@gnu.org>
2578
2579 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2580 Use file size in bytes for auto-revert-tail-pos not characters.
2581
2582 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2583
2584 * vc-rcs.el (vc-rcs-annotate-command):
2585 Set text property :vc-annotate-prefix on the annotation text.
2586 (vc-rcs-annotate-time): Instead of searching for ": ",
2587 search for end of text propertized with :vc-annotate-prefix.
2588
2589 2007-03-24 Martin Rudalics <rudalics@gmx.at>
2590
2591 * whitespace.el (top level): Remove calls putting
2592 permanent-local nil property since these are no-ops.
2593
2594 * man.el (Man-support-local-filenames): Assure that
2595 default-directory exists when doing call-process.
2596
2597 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2598
2599 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2600 Fix omission bug: Use m4-program-options to construct shell command.
2601
2602 2007-03-23 David Kastrup <dak@gnu.org>
2603
2604 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2605 Use `mapcar' rather than `mapcan' to silence compiler warning.
2606
2607 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2608
2609 * textmodes/reftex.el, textmodes/reftex-vars.el,
2610 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2611 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2612 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2613 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2614 * textmodes/reftex-auc.el: Add maintainer address.
2615
2616 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
2617
2618 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2619 Make sure that `global-font-lock-mode' does not turn on font-lock
2620 in these buffers.
2621
2622 2007-03-21 Kim F. Storm <storm@cua.dk>
2623
2624 * xt-mouse.el (xt-mouse-epoch): New variable.
2625 (xterm-mouse-event): Use float-time.
2626
2627 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
2628
2629 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2630 current-time.
2631
2632 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * complete.el (read-file-name-internal): Don't add the final > if the
2635 completion is not finished (re-application of this patch, which was
2636 accidentally undone by Eli).
2637
2638 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * emulation/viper.el (viper-non-hook-settings): Handle mouse
2641 clicks in describe-key and describe-key-briefly advice a little better.
2642
2643 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * server.el (server-process-filter): Cancel any pending isearch.
2646
2647 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
2648
2649 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2650 (icalendar--get-unfolded-buffer): Define actual arguments rather
2651 than just using &rest. Check replace-in-string is fbound.
2652 (icalendar-import-buffer): Doc fix.
2653 (icalendar--convert-ical-to-diary): Set diary-file.
2654 Check diary-file before inserting final newline.
2655 (icalendar--add-diary-entry): Return diary-file.
2656
2657 2007-03-21 Glenn Morris <rgm@gnu.org>
2658
2659 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2660 (diary-display-hook): Add custom :set function.
2661
2662 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2663 Add custom :set function.
2664 (diary-header-line-format): Doc fix.
2665 (diary-set-maybe-redraw): New function.
2666 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2667 (diary-list-entries): Always run diary-mode.
2668
2669 2007-03-20 Kenichi Handa <handa@m17n.org>
2670
2671 * international/quail.el (quail-setup-completion-buf): Make the
2672 completion buffer read-only.
2673 (quail-completion): Adjusted for the above change. Leave the
2674 modified flag nil.
2675
2676 2007-03-20 David Kastrup <dak@gnu.org>
2677
2678 * files.el (magic-mode-alist): Require literal "%!PS" string for
2679 magic postscript file detection.
2680
2681 2007-03-20 Richard Stallman <rms@gnu.org>
2682
2683 * textmodes/ispell.el (ispell-call-process): New function.
2684 Defends against bad `default-directory.'
2685 (ispell-check-version, ispell-find-aspell-dictionaries)
2686 (ispell-get-aspell-config-value, lookup-words): Call it.
2687 (ispell-call-process-region): New function.
2688 (ispell-send-string): Call it.
2689
2690 2007-03-20 Andreas Schwab <schwab@suse.de>
2691
2692 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2693 (finder-data): Likewise.
2694 (autoloads): Likewise.
2695
2696 2007-03-20 Martin Rudalics <rudalics@gmx.at>
2697
2698 * files.el (basic-save-buffer): Do not set visited filename when
2699 the corresponding directory does not exist or the specified
2700 filename is that of an existing directory.
2701
2702 2007-03-20 Glenn Morris <rgm@gnu.org>
2703
2704 * calendar/diary-lib.el (diary-live-p): New function.
2705 (number-of-diary-entries): Add a :set function to redisplay diary
2706 when necessary.
2707
2708 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2711 from client program, mev, to compute mouse event.
2712
2713 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2714
2715 * faces.el (momentary): Face removed; unused due to reversion of
2716 2007-01-04 changes by Kevin Rodgers.
2717
2718 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2719 Suggested by Johan Bockg\e,Ae\e(Brd.
2720
2721 2007-03-19 Martin Rudalics <rudalics@gmx.at>
2722
2723 * font-lock.el (lisp-font-lock-keywords-1):
2724 Highlight define-globalized-minor-mode as a keyword.
2725
2726 2007-03-19 Kim F. Storm <storm@cua.dk>
2727
2728 * calc/calc-forms.el (math-std-daylight-savings)
2729 (math-std-daylight-savings-old): Doc fix.
2730
2731 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * progmodes/python.el (python-default-template): Doc fix.
2734 (python-buffer): Fix typo in docstring.
2735
2736 * isearchb.el (isearchb-follow-char):
2737 * subr.el (def-edebug-spec): Fix typo in docstring.
2738
2739 2007-03-19 Richard Stallman <rms@gnu.org>
2740
2741 * files.el (default-directory): Mark safe.
2742 (basic-save-buffer-2): Put proper dir name in error message.
2743
2744 * simple.el (compose-mail): Run switch-function after
2745 setting up the mail buffer.
2746
2747 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2748
2749 2007-03-18 Jay Belanger <belanger@truman.edu>
2750
2751 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2752 (math-std-daylight-savings-new): Rename from
2753 `math-std-daylight-savings'.
2754 (math-std-daylight-savings-old): Rename from old value of
2755 `math-std-daylight-savings'.
2756 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2757 `math-std-daylight-savings-old' depending on the year.
2758
2759 2007-03-18 Detlev Zundel <dzu@gnu.org>
2760
2761 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2762 zero-width regexps as invalid but rather at least count them correctly.
2763
2764 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
2765
2766 * net/tls.el (open-tls-stream): In handshake-waiting loop,
2767 don't wait more if there is output available to process.
2768
2769 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
2770
2771 * progmodes/compile.el (compilation-find-file): Revert change
2772 from 2006-07-18 to allow completion of directory names.
2773 Reported by John Carter <john.carter@tait.co.nz>.
2774
2775 2007-03-18 Kim F. Storm <storm@cua.dk>
2776
2777 * subr.el (when, unless): Doc fix.
2778
2779 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
2780
2781 * net/tls.el (tls-program): Doc fix.
2782
2783 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
2784
2785 * autorevert.el (auto-revert-tail-handler):
2786 Call after-revert-hook.
2787
2788 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
2789
2790 * simple.el (switch-to-completions): No error if search for \n\n fails.
2791
2792 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * simple.el (line-move-1):
2795 Respect `inhibit-line-move-field-capture' property.
2796
2797 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * comint.el (comint-arguments): Mark backslash-escaped chars.
2800 (comint-delim-arg): Don't treat them as delimiters.
2801
2802 2007-03-12 Kim F. Storm <storm@cua.dk>
2803 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2804
2805 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
2806
2807 * tempo.el (tempo-insert): Deal with 'r> if it appears
2808 specified with a prompt argument.
2809
2810 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
2811
2812 * textmodes/org.el (org-set-font-lock-defaults):
2813 Handle narrow table columns correctly.
2814
2815 2007-03-12 Mark A. Hershberger <mah@everybody.org>
2816
2817 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2818 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2819 Return to use of the -no-properties variants. There was
2820 consensus on emacs-devel that the speed of these variants was
2821 prefered since we are usually parsing files (from the internet
2822 or on disk) instead of XML created in Emacs.
2823
2824 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2825 Add customize option.
2826
2827 2007-03-12 Glenn Morris <rgm@gnu.org>
2828
2829 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2830 North American rule. Replace "daylight savings" with "daylight
2831 saving" in doc.
2832
2833 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2834 * calendar/lunar.el, solar.el: Replace "daylight savings" with
2835 "daylight saving" in text.
2836
2837 * woman.el (woman-change-fonts): Tweak previous change by using
2838 woman-request-regexp rather than "^\\.".
2839
2840 * startup.el (command-line-1): Make insertion of
2841 initial-scratch-message not depend on scratch being selected.
2842
2843 2007-03-11 Juri Linkov <juri@jurta.org>
2844
2845 * replace.el (match): Use yellow background on light-bg terminals.
2846
2847 2007-03-11 Richard Stallman <rms@gnu.org>
2848
2849 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2850 Correctly compute line number.
2851
2852 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
2853
2854 * type-break.el (type-break-get-previous-count):
2855 Repeat previous change here.
2856
2857 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
2858
2859 * progmodes/grep.el (grep-find-ignored-directories):
2860 Add .git and .bzr to list.
2861
2862 2007-03-11 Andreas Schwab <schwab@suse.de>
2863
2864 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2865
2866 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2869
2870 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * faces.el (face-set-after-frame-default): Recalculate face
2873 customizations after applying X resources.
2874
2875 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
2876
2877 * net/rcirc.el (rcirc-timeout-seconds): New variable.
2878 (rcirc-keepalive-seconds): Remove variable.
2879 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2880 (rcirc-process, rcirc-user-disconnect): New variables.
2881 (rcirc-connect): Initalize new variables.
2882 (rcirc-keepalive): Don't send keepalive pings before connection
2883 is completed.
2884 (rcirc-sentinel): Do mark all channels with activity when
2885 connection is dropped. Run hook with process buffer local.
2886 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2887 (rcirc-buffer-process): Return value of rcirc-process if
2888 rcirc-server-buffer is nil.
2889 (rcirc-server-name): Return the reported server name.
2890 (rcirc-update-prompt): Simplify computation of the server name.
2891 (rcirc-format-response-string): Likewise.
2892 (rcirc-handler-001): Mark server as connected, record the reported
2893 server name, and schedule a timeout.
2894 (rcirc-track-nick): Add a spec for the tty class.
2895 (rcirc-user-non-nick): Remove function.
2896 (rcirc-nick-prefix-chars): Add variable.
2897 (rcirc-user-nick): Use above variable.
2898
2899 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2900
2901 * icomplete.el (icomplete-tidy, icomplete-exhibit):
2902 Bind deactivate-mark to nil.
2903
2904 2007-03-10 Martin Rudalics <rudalics@gmx.at>
2905
2906 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2907 that buffer contents get erased during completion.
2908
2909 2007-03-10 Glenn Morris <rgm@gnu.org>
2910
2911 * woman.el (woman-change-fonts): Add a hack to deal with
2912 font-escape followed by "." at start of a line.
2913 (woman2-IP): Add a hack to deal with consecutive requests.
2914 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2915
2916 2007-03-10 Alan Mackenzie <acm@muc.de>
2917
2918 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2919
2920 2007-03-09 Richard Stallman <rms@gnu.org>
2921
2922 * abbrev.el (abbrev): Add `provide'.
2923
2924 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2925
2926 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2927
2928 2007-03-09 Martin Rudalics <rudalics@gmx.at>
2929
2930 * complete.el (PC-try-completion): New function.
2931 (PC-do-completion, read-file-name-internal): Use it instead of
2932 try-completion.
2933
2934 2007-03-08 Alan Mackenzie <acm@muc.de>
2935
2936 Remove stale tokens from `c-found-types' cache.
2937
2938 * progmodes/cc-mode.el (c-unfind-enclosing-token)
2939 (c-unfind-coalesced-tokens, c-before-change): New functions.
2940 (c-maybe-stale-found-type): New variable.
2941
2942 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2943 (c-trim-found-types): New functions.
2944
2945 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2948 (debug-ignored-errors): Add entry from smerge-match-conflict.
2949
2950 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2951
2952 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2953 special help topics for keywords.
2954 (idlwave-help-assistant-command): Include ".exe" for ms-dos
2955 etc. Assistant command.
2956
2957 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * replace.el (occur-engine): Move buffer-undo-list binding...
2960 (occur-1): ...to here.
2961
2962 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2963
2964 * simple.el (minibuffer-completing-symbol): New var.
2965 (eval-expression): Use it.
2966 (completion-setup-function): Don't bind completion-base-size when
2967 completing a symbol in the minibuffer.
2968
2969 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
2970
2971 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2972 tries to start a second session in graphical mode.
2973
2974 2007-03-07 Miles Bader <miles@gnu.org>
2975
2976 * international/isearch-x.el
2977 (isearch-process-search-multibyte-characters):
2978 Strip text-properties from PROMPT to avoid an error from read-string.
2979
2980 2007-03-07 Kim F. Storm <storm@cua.dk>
2981
2982 * complete.el (PC-bindings): Remap lisp-complete-symbol to
2983 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2984
2985 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2986
2987 * complete.el (PC-do-completion): Delete duplicates in the list of
2988 possible completions.
2989
2990 2007-03-07 Glenn Morris <rgm@gnu.org>
2991
2992 * ses.el (ses-mode): Doc fix.
2993
2994 2007-03-06 Kim F. Storm <storm@cua.dk>
2995
2996 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2997
2998 2007-03-06 Kenichi Handa <handa@m17n.org>
2999
3000 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3001
3002 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * simple.el (completion-setup-function): Improve last fix so it doesn't
3005 set it to a relative directory name either.
3006
3007 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3008
3009 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3010
3011 2007-03-05 Richard Stallman <rms@gnu.org>
3012
3013 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3014
3015 * files.el (find-file-noselect): No error if file no longer exists.
3016 Display a message and avoid other questions.
3017
3018 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3021 as not to use an invisible window and to create a window if none exist.
3022
3023 * progmodes/python.el (python-send-command): Restart proc if necessary.
3024 (python-proc): Simplify.
3025
3026 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3027
3028 * pcomplete.el (pcomplete-show-completions): Search all frames for
3029 completions buffer.
3030
3031 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * cus-edit.el (customize-save-variable): Clear customized-value
3034 property (saved values are now put in theme-value property).
3035 (customize-set-variable): Doc fix.
3036
3037 * complete.el (PC-do-completion): If completion-ignore-case is
3038 non-nil, replace field with completion string before exiting.
3039
3040 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3043 Append its extension to the resulting temporary file name.
3044 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3045
3046 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3047 (tramp-smb-handle-write-region): Apply it.
3048
3049 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3050
3051 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3052 Redo previous change.
3053
3054 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3055
3056 * diff-mode.el (diff-mode): Doc fix.
3057
3058 2007-03-05 Kenichi Handa <handa@m17n.org>
3059
3060 * international/characters.el: Set category `l' (latin)
3061 for more characters.
3062
3063 2007-03-04 Kim F. Storm <storm@cua.dk>
3064
3065 * emacs-lisp/authors.el (authors-aliases): Add alias.
3066
3067 2007-03-04 Glenn Morris <rgm@gnu.org>
3068
3069 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3070 all when switching major mode.
3071 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3072 (hs-block-start-mdata-select, hs-block-end-regexp)
3073 (hs-forward-sexp-func, hs-adjust-block-beginning):
3074 Do not make these variables permanent-local.
3075
3076 2007-03-04 Richard Stallman <rms@gnu.org>
3077
3078 * progmodes/cperl-mode.el (cperl-mode):
3079 Modify cperl-compilation-error-regexp-alist by appending.
3080
3081 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3082 (edebug-mode): Add the hook.
3083 (edebug-recursive-edit): Remove the hook on exiting.
3084
3085 * type-break.el (type-break-get-previous-time):
3086 Handle end-of-file errors specially
3087 so they don't get reported wrong in .emacs.
3088
3089 * startup.el (fancy-splash-text): Clarify text.
3090
3091 * simple.el (beginning-of-buffer, end-of-buffer):
3092 Avoid treating plain C-u like numeric arg.
3093
3094 * simple.el (completion-setup-function): Don't set
3095 default-directory to nil.
3096
3097 * shell.el (shell-dirstack-query): Doc fix.
3098
3099 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3100 Don't select the window -- pass it to primitives instead.
3101
3102 * faces.el (minibuffer-prompt): Use medium blue by default.
3103
3104 2007-03-04 David Kastrup <dak@gnu.org>
3105
3106 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3107 Preserve 16 as default value for "seconds" when customizing.
3108
3109 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3110
3111 * textmodes/org.el (org-self-insert-command)
3112 (orgtbl-self-insert-command, org-delete-char)
3113 (org-delete-backward-char): Set the `flyspell-delayed' property.
3114
3115 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * international/mule.el (find-auto-coding): Don't search for
3118 line-ending characters past the end of the tail.
3119
3120 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3121
3122 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3123 Jump to the line where new score has been uploaded.
3124
3125 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3126 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3127 Do nothing when the game is paused.
3128
3129 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3130
3131 * textmodes/org.el (org-set-tags): Prevent slipping of point
3132 during completion.
3133
3134 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3135
3136 * isearch.el (isearch-message-prefix):
3137 Use minibuffer-prompt-properties.
3138
3139 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3140
3141 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3142 (ps-setup): Print which Emacsen is running ps-print package.
3143
3144 2007-03-01 Stuart Herring <herring@lanl.gov>
3145
3146 * files.el (set-auto-mode-0): Use `indirect-function'.
3147 (hack-one-local-variable): Don't reapply current major mode.
3148
3149 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * progmodes/python.el (python-quote-syntax): Don't bother with
3152 syntax-ppss-context.
3153 (python-fill-paragraph): Make sure that fenced-string delimiters that
3154 stand on their own line stay there.
3155
3156 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3157
3158 * replace.el (perform-replace): Propertize message.
3159
3160 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3161
3162 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3163 invisible heading.
3164
3165 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * net/tramp.el (tramp-file-name-handler): Revert last change.
3168
3169 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3170
3171 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3172 Correct doc strings.
3173
3174 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * replace.el (perform-replace): Undo forward-char immediately if
3177 non-adjacent search fails.
3178
3179 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * version.el (emacs-major-version, emacs-minor-version):
3182 string-to-int -> string-to-number.
3183
3184 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * help.el (where-is): Fail gracefully when not passed a command.
3187
3188 2007-02-28 Stuart Herring <herring@lanl.gov>
3189
3190 * find-lisp.el (find-lisp-default-directory-predicate):
3191 Fix bug: Do symlink check on expanded filename.
3192
3193 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3194
3195 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3196 changes during replacement.
3197 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3198
3199 2007-02-28 Lars Hansen <larsh@soem.dk>
3200
3201 * desktop.el: Delete header line listing me as maintainer.
3202
3203 2007-02-28 Glenn Morris <rgm@gnu.org>
3204
3205 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3206 the menus case.
3207
3208 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3211 hooks to avoid confusion when combining after-change calls.
3212
3213 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3214
3215 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3216 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3217 (allout-distinctive-bullets-string): Add info about bullet conventions.
3218 (allout-mode): Add info about distinctive vs plain bullets.
3219
3220 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3221
3222 * textmodes/org.el (org-archive-subtree): Quote variable name.
3223 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3224
3225 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3226
3227 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3228 (gud-bashdb-command-name, bashdb): Remove.
3229 (gud, gud-menu-map): Remove references to bash/bashdb.
3230
3231 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3232
3233 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3234 keyword for Python 2.5.
3235
3236 2007-02-26 Romain Francoise <romain@orebokech.com>
3237
3238 * net/net-utils.el (whois-server-tld): Update server for .org.
3239 (whois-server-list): Add whois.publicinterestregistry.net.
3240 (whois-guess-server): Fix formatting in docstring.
3241
3242 2007-02-26 Kim F. Storm <storm@cua.dk>
3243
3244 * mouse.el (mouse-show-mark): Run hooks and perform command
3245 remapping for mouse-region-delete-keys.
3246
3247 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3248
3249 * font-core.el (font-lock-mode): Doc fix.
3250
3251 2007-02-25 Kim F. Storm <storm@cua.dk>
3252
3253 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3254 Add selected buffer to buffer-name-history.
3255 (ido-file-internal): Set this-command to fallback command.
3256 Add file names to file-name-history.
3257
3258 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3259 Apply minibuffer-prompt-properties.
3260
3261 2007-02-25 Andreas Schwab <schwab@suse.de>
3262
3263 * files.el (hack-one-local-variable-eval-safep): Correct handling
3264 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3265
3266 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3267
3268 * textmodes/org.el (org-table-overlay-coordinates)
3269 (org-table-toggle-coordinate-overlays): New functions.
3270 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3271 New variables.
3272 (org-startup-with-deadline-check): Remove option.
3273 (org-mode): Remove deadline check on startup.
3274 (org-table-limit-column-width): Remove option.
3275 (org-table-formula-numbers-only): Remove option.
3276 (org-link-style, org-link-format): Remove options.
3277 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3278 (org-export-ascii-show-new-buffer)
3279 (org-export-html-show-new-buffer): Remove options.
3280 (org-activate-links): Remove camel option.
3281 (org-file-link-context-use-camel-case): Remove option.
3282 (org-camel-regexp): Remove variable.
3283 (org-activate-camels): Remove function.
3284 (org-store-link): Remove Camel stuff.
3285 (org-make-org-heading-camel): Remove function.
3286 (org-open-at-point): Remove camel stuff.
3287 (org-link-search): Remove camel stuff.
3288 (org-camel-to-words): Function removed.
3289 (org-get-agenda-file-buffer): Make sure we prepare the base
3290 buffers, not any indirect buffers.
3291 (org-sort-entries): Sort top-level when not on a headline, and no
3292 active region.
3293 (org-in-regexp): New function.
3294 (org-search-not-self): Rename from `org-search-not-link'.
3295 (org-open-link-marker): New variable.
3296 (org-open-at-point): Set `org-open-link-marker'.
3297 (org-print-icalendar-entries): Fixe bug with excluding DONE
3298 entries from the exported list.
3299 (org-edit-formula-lisp-indent): New command.
3300 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3301 (orgtbl-to-latex, orgtbl-insert-radio-table)
3302 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3303 (orgtbl-radio-table-templates): New option.
3304 (org-store-link-props):
3305 (org-remember-templates): More possibilities to insert info
3306 into templates.
3307 (org-remember-apply-template): Make use of the extended
3308 template capabilities.
3309 (org-remember-redo-template): New command.
3310 (org-upgrade-old-links)
3311 (org-table-modify-formulas, org-table-replace-in-formulas)
3312 (org-table-find-dataline)
3313 (org-table-get-vertical-vector): Remove functions.
3314 (org-table-remove-rectangle-highlight)
3315 (org-time-stamp-format, org-toggle-log-option)
3316 (org-table-highlight-rectangle)
3317 (org-table-iterate, org-table-make-reference):
3318 (org-translate-time, org-tree-to-indirect-buffer)
3319 (org-table-field-info, org-table-fix-formulas)
3320 (org-table-force-dataline, org-table-get-descriptor-line)
3321 (org-table-get-range)
3322 (org-skip-comments, org-sort)
3323 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3324 (org-table-current-dline, org-table-current-field-formula)
3325 (org-table-edit-backward-field)
3326 (org-table-edit-formulas-post-command)
3327 (org-table-edit-line-down, org-table-edit-line-up)
3328 (org-agenda-archive)
3329 (org-agenda-clock-cancel)
3330 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3331 (org-agenda-open-link, org-agenda-show-new-time)
3332 (org-agenda-skip-subtree-when-regexp-matches)
3333 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3334 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3335 (org-do-sort, org-file-image-p, org-find-overlays)
3336 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3337 (org-highlight-until-next-command, org-isearch-end)
3338 (org-match-any-p, org-next-link, org-previous-link):
3339 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3340 (org-rewrite-old-row-references)
3341 (org-isearch-post-command)
3342 (org-table-edit-move, org-table-edit-next-field)
3343 (org-table-edit-scroll, org-table-edit-scroll-down)
3344 (org-set-frame-title, org-show-reference)
3345 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3346 (org-show-variable): Remove command.
3347 (org-add-log-maybe): New arguments STATE, FINDPOS
3348 (org-table-sort-lines): Rewrite from scratch.
3349 (org-link-search): New argument AVOID-POS.
3350 (org-print-icalendar-entries): Remove argument CATEGORY.
3351 (org-run-agenda-series): Remove argument WONDOW.
3352 (org-next-link, org-previous-link): New commands.
3353 (org-agenda-date-format): New option.
3354 (org-table-iterate): New command.
3355 (org-table-modify-formulas)
3356 (org-table-replace-in-formulas): Remove functions.
3357 (org-table-fix-formulas): New function.
3358 (org-table-insert-column, org-table-delete-column)
3359 (org-table-move-column): Use `org-table-fix-formulas'.
3360 (org-follow-gnus-link): Patch from Bastien/Leo.
3361 (org-table-current-field-formula): New function.
3362 (org-file-image-p): New function.
3363 (org-agenda-show-new-time): New function.
3364 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3365 (org-with-remote-undo): New macro.
3366 (org-agenda-undo): New command.
3367 (org-verify-change-for-undo): New function.
3368 (org-time-stamp-format): New function.
3369 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3370 by user.
3371 (org-match-any-p): New function.
3372 (org-make-tags-matcher): Handle regular expressions for tag and
3373 todo matches.
3374 (org-read-date): Accept "+N" as input for a date relative to the
3375 current date.
3376 (org-remove-subtree-entries-from-agenda): New function.
3377 (org-agenda-archive, org-agenda-kill):
3378 Use `org-remove-subtree-entries-from-agenda'.
3379 (org-do-sort, org-sort-entries): New functions.
3380 (org-sort): New command.
3381 (org-table-sort-lines): Use `org-do-sort'.
3382 (org-fix-decoded-time): New function.
3383 (org-table-number-regexp): Require 0x... to identify as number
3384 in tables.
3385 (org-startup-options): New keywords for note taking.
3386 (org-upgrade-old-links): Remove function.
3387 (org-get-repeat): New function.
3388 (org-show-context): Also show siblings on current level.
3389 (org-show-siblings): New function.
3390 (org-isearch-end, org-isearch-post-command): New functions.
3391 (org-show-siblings): New option.
3392 (org-show-context): Use `org-show-siblings'.
3393 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3394 to be bound, because user may just use elisp.
3395
3396 2007-02-24 Kim F. Storm <storm@cua.dk>
3397
3398 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3399 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3400
3401 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 * startup.el (command-line): Also check if the abbrev file is readable.
3404
3405 2007-02-24 John Paul Wallington <jpw@pobox.com>
3406
3407 * net/tls.el (tls-certtool-program): Fix custom type.
3408
3409 * mail/feedmail.el (feedmail-message-id-generator)
3410 (feedmail-date-generator): Fix custom types.
3411
3412 * mail/rmail.el (rmail-message-filter): Fix custom type.
3413
3414 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3415
3416 * startup.el (command-line): If simple.el cannot be found, proceed
3417 with a warning message.
3418
3419 2007-02-24 Kenichi Handa <handa@m17n.org>
3420
3421 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3422 case that BEG is a string.
3423
3424 2007-02-24 Chris Moore <dooglus@gmail.com>
3425
3426 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3427 * pgg-pgp.el (pgg-pgp-encrypt-region):
3428 * pgg-gpg.el (pgg-gpg-encrypt-region):
3429 Check pgg-encrypt-for-me if no other recipients.
3430
3431 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3432
3433 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3434
3435 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3436 shell-quote-argument.
3437
3438 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3439
3440 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3441 from the comint buffer instead of the temporary one.
3442
3443 2007-02-23 David Reitter <david.reitter@gmail.com>
3444
3445 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3446 storing it in recentf-exclude.
3447
3448 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3451 in splash screen.
3452
3453 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3454
3455 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3456 commands, for restart.
3457 (idlwave-shell-current-module): Fix handling of module name by type.
3458 (idlwave-shell-break-in): Update type handling.
3459 (idlwave-shell-bp-get): Encode type in BP structure.
3460 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3461 (idlwave-shell-module-source-query): Query routine info based on type.
3462 Fix path parsing for non-compiled files.
3463 (idlwave-shell-module-source-filter): Don't signal error in filter
3464 if no source found.
3465 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3466 filter race.
3467
3468 2007-02-22 Kim F. Storm <storm@cua.dk>
3469
3470 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3471 (editable-field): Document need to put some text before the %v
3472 escape in :format string.
3473
3474 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3477 (vc-svn-use-edit): Remove unused config var.
3478 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3479
3480 * outline.el (hide-sublevels): Keep empty last line, if available.
3481
3482 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3483 rather than the corresponding unicode char, to make the code
3484 more readable.
3485
3486 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3489 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3490 (speedbar-item-info-tag-helper): Doc fixes.
3491
3492 2007-02-19 Kenichi Handa <handa@m17n.org>
3493
3494 * international/mule-cmds.el (locale-language-names):
3495 Map "eo" to "Esperanto".
3496
3497 * language/european.el ("Esperanto"): New language environment.
3498
3499 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3500
3501 * simple.el (kill-line): Doc fix.
3502
3503 2007-02-17 Kim F. Storm <storm@cua.dk>
3504
3505 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3506 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3507 (bindat--unpack-group, bindat--pack-group):
3508 Handle vectors with optional element type.
3509
3510 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3511
3512 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3513 if PASSPHRASE is given.
3514
3515 2007-02-17 Chris Moore <dooglus@gmail.com>
3516
3517 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3518 Recognize backups of bz2 compressed files.
3519
3520 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3521
3522 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3523 to nil to speed up lookup of the symbol in index nodes.
3524
3525 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3526
3527 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3528 Add indentation for the constants of Lisp.
3529
3530 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * ps-print.el: Use (defvar <foo>) where applicable.
3533 (ps-print-emacs-type): Remove.
3534 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3535 (ps-frame-parameter): Align its call-convention with frame-parameter.
3536 (ps-begin-job): Adjust calls to it appropriately.
3537 (ps-setup): Don't print ps-print-emacs-type.
3538 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3539 Define in such a way that it's obvious that it's defined.
3540 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3541 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3542 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3543
3544 2007-02-15 Alan Mackenzie <acm@muc.de>
3545
3546 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3547 an empty one-line C-style comment, post-position point properly.
3548
3549 2007-02-15 Chris Moore <dooglus@gmail.com>
3550
3551 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3552 (isearch-lazy-highlight-new-loop): Bind it.
3553 (isearch-lazy-highlight-search): Use it.
3554
3555 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3556
3557 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * font-lock.el (font-lock-extend-region-wholelines):
3560 Only return non-nil if the region has really been changed.
3561 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3562
3563 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3566 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3567 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3568
3569 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3570
3571 * faces.el (color-values): Revert changes to docstring from
3572 2007-01-31 and 2000-09-07.
3573
3574 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3575 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3576 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3577 (ispell-help): Fix typos in docstring and output message.
3578
3579 2007-02-14 Kim F. Storm <storm@cua.dk>
3580
3581 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3582 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3583 (grep): Fix lgrep reference.
3584
3585 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3586 (standard-display-underline): Use make-glyph-code.
3587
3588 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3589
3590 * international/latin1-disp.el (latin1-display-char):
3591 Use make-glyph-code.
3592
3593 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
3594
3595 * ehelp.el (with-electric-help, electric-help-exit)
3596 (electric-help-retain): Doc fixes.
3597
3598 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3599 (byte-compile-file): Doc fixes.
3600
3601 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3602
3603 * term/mac-win.el: Change all uses of
3604 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3605 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3606 (mac-ae-get-url): Call select-frame-set-input-focus.
3607 (mac-dnd-handle-drag-n-drop-event): Don't call
3608 select-frame-set-input-focus.
3609
3610 2007-02-13 Kenichi Handa <handa@m17n.org>
3611
3612 * international/characters.el: Fix documentation of category `a'.
3613
3614 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3615
3616 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3617
3618 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
3619
3620 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3621 (tramp-get-remote-ln): Handle error case.
3622 Reported by Chris Moore <dooglus@gmail.com>.
3623
3624 2007-02-11 Kim F. Storm <storm@cua.dk>
3625
3626 * bindings.el (ctl-x-map): Remove register compatibility bindings
3627 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3628
3629 2007-02-11 Richard Stallman <rms@gnu.org>
3630
3631 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3632 in load history.
3633
3634 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3635 condition -- don't fail to stop at endpos.
3636
3637 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
3638
3639 * textmodes/org.el (org-agenda-get-todos)
3640 (org-agenda-get-timestamps, org-agenda-get-closed)
3641 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3642 (org-agenda-get-blocks, org-format-agenda-item)
3643 (org-agenda-change-all-lines, org-scan-tags): Rename text property
3644 from `category' to `org-category'.
3645
3646 2007-02-11 Kenichi Handa <handa@m17n.org>
3647
3648 * international/titdic-cnv.el (titdic-convert): Force files be written
3649 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
3650 (miscdic-convert): Force files be written with Unix-like eol format.
3651
3652 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
3653
3654 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3655
3656 * calculator.el (calculator-prompt): Doc fix.
3657 (calculator-mode-map): Fix typo in menu entry.
3658
3659 2007-02-10 Jay Belanger <belanger@truman.edu>
3660
3661 * calculator.el (calculator): Do more extensive checking for when
3662 3 lines should be used for the calculator.
3663
3664 2007-02-10 Eli Zaretskii <eliz@gnu.org>
3665
3666 * info-look.el (info-lookup-make-completions):
3667 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3668 index nodes.
3669
3670 * info.el (Info-fontify-maximum-menu-size): Document the effect
3671 of a nil value.
3672 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3673 non-nil before using it as size.
3674
3675 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * subr.el (insert-for-yank-1): Prevent read-only properties from
3678 interfering with text property operations.
3679
3680 * image-mode.el (image-mode): Revert 2007-01-30 changes.
3681
3682 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3683 (image-type-auto-detected-p): Fail if another match is found in
3684 auto-mode-alist.
3685
3686 * files.el (magic-mode-alist): Call image-mode instead of
3687 image-mode-maybe for autodetected images.
3688
3689 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3692 Fix typos in docstrings.
3693 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3694
3695 2007-02-09 Kim F. Storm <storm@cua.dk>
3696
3697 * emacs-lisp/float-sup.el: Remove obsolete comment.
3698
3699 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3702
3703 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3704
3705 * simple.el: Revert previous change, at request of RMS:
3706 (fundamental-mode-hook): Remove.
3707 (fundamental-mode): Run after-change-major-mode-hooks manually,
3708 and don't run the now-nonexistent fundamental-mode-hook.
3709
3710 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3711
3712 * simple.el (fundamental-mode-hook): Declare new hook.
3713 (fundamental-mode): Run the new dedicated hook, and don't run
3714 after-change-major-mode-hooks manually anymore.
3715
3716 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3719 added columns of chars. Remove support for the "no-meta-info" format.
3720 Prompted by Romain Francoise <romain@orebokech.com>.
3721
3722 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3723
3724 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3725 (gdb-mouse-until, gdb-mouse-jump): Use it.
3726
3727 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3728
3729 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3730 work when there is just an assembler buffer (no source buffer).
3731
3732 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3733
3734 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3735 just because the diff was produced using "-p" (--show-c-function).
3736
3737 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * faces.el (frame-set-background-mode): Use `color-values' and
3740 `display-color-p', not `x-color-values' and `x-display-color-p'.
3741 (face-valid-attribute-values): Use `defined-colors' instead of
3742 `x-defined-colors'.
3743
3744 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3745
3746 * ps-print.ps: The ps-print commands without face printing should not
3747 print background color. Reported by Leo <sdl.web@gmail.com>.
3748 (ps-print-version): New version 6.7.3.
3749 (ps-begin-job): New arg. Fix ps-default-background and
3750 ps-default-foreground initialization.
3751 (ps-face-attributes): Fix doc string.
3752 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3753
3754 * printing.el: Fix ps-print link.
3755
3756 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
3757
3758 * faces.el (face-set-after-frame-default): Compile attributes to
3759 be set by frame parameters before merging in X resources.
3760
3761 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * simple.el (blink-matching-paren-dont-ignore-comments):
3764 (blink-matching-paren-on-screen): Doc fixes.
3765
3766 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
3767
3768 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3769
3770 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * loadhist.el (unload-feature): Silently ignore `load-history' entries
3773 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3774 entries like `defun'. Return nil.
3775
3776 2007-02-05 Kim F. Storm <storm@cua.dk>
3777
3778 * ido.el: Doc fixes.
3779
3780 2007-02-04 David Kastrup <dak@gnu.org>
3781
3782 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3783 `mpuz-allow-double-multiplicator' is non-zero, and correct
3784 calculation of `min'.
3785
3786 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
3787
3788 * wid-edit.el (widget-default-create): Insert new text at the
3789 :from marker _after_ the marker, not before it.
3790
3791 2007-02-04 Alan Mackenzie <acm@muc.de>
3792
3793 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3794 containing it is re-indented.
3795
3796 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * net/newsticker.el (newsticker--insert-image): Update docstring,
3799 and insert the image directly.
3800 (newsticker--buffer-redraw): Update docstring.
3801
3802 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3803 Rename from define-global-minor-mode.
3804
3805 * progmodes/cwarn.el (global-cwarn-mode):
3806 * emacs-lisp/autoload.el (make-autoload):
3807 * hi-lock.el (global-hi-lock-mode):
3808 * font-core.el (global-font-lock-mode): All callers changed.
3809
3810 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3811
3812 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3813 Don't copy @ignore lines into menu descriptions.
3814 (texinfo-multi-file-update): Goto the @node line before attempting
3815 to pluck the node name.
3816 (texinfo-multiple-files-update): Reverse the optional arguments'
3817 order, as per the doc string and the `interactive' form.
3818
3819 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * image-mode.el: Use autoload to avoid overriding disabled setting
3822 applied in .emacs.
3823
3824 2007-02-03 Alan Mackenzie <acm@muc.de>
3825
3826 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3827 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
3828 adjacent paren groups).
3829
3830 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3831
3832 * progmodes/ebnf2ps.el: Doc fixes.
3833 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3834
3835 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3836
3837 * dired-x.el (dired-do-relsymlink): Add reference to
3838 dired-do-symlink. Add an autoload cookie.
3839
3840 * dired-aux.el (dired-do-symlink): Add reference to
3841 dired-do-relsymlink.
3842
3843 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
3844
3845 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3846 <left-fringe mouse-3>: New bindings.
3847
3848 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
3849
3850 * newsticker.el (newsticker-version): Changed to "1.10".
3851 (newsticker--set-customvar): Doc string.
3852 (newsticker-new-item-face): Doc string.
3853 (newsticker-mode): Initialize `invisibility-spec' with t.
3854 (newsticker-mode-map): Added
3855 `newsticker-mark-all-items-at-point-as-read'.
3856 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3857 (newsticker-w3m-show-inline-images): Do not call
3858 `w3m-remove-image'.
3859 (newsticker--buffer-after-w3m-insert-image): New advice for
3860 w3m-insert-image to cache images.
3861 (newsticker-next-item-same-feed): New.
3862 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3863 (newsticker-mark-all-items-of-feed-as-read): New.
3864 (newsticker-mark-all-items-at-point-as-read): Use new functions.
3865 (newsticker-mark-item-at-point-as-read): Doc string.
3866 (newsticker-mark-item-at-point-as-read): Use new functions.
3867 (newsticker--do-mark-item-at-point-as-read): New, extracted from
3868 `newsticker-mark-item-at-point-as-read'.
3869 (newsticker-hide-entry): Use (t) instead of t for invisibility.
3870 (newsticker--sentinel): Yet another xml-parser workaround.
3871 (newsticker--decode-iso8601-date): Bugfix for datestrings without
3872 days.
3873 (newsticker--buffer-do-insert-text): Fix.
3874 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3875 (newsticker--buffer-make-item-completely-visible):
3876 `switch-to-buffer' not necessary.
3877
3878 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3879
3880 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3881 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3882 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3883 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3884 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3885
3886 2007-02-02 Kenichi Handa <handa@m17n.org>
3887
3888 * international/quail.el (quail-show-key): Fix an error message.
3889
3890 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * faces.el (set-face-underline-p, modify-face): Rename arg
3893 UNDERLINE-P to UNDERLINE (it is not a flag).
3894
3895 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3898 when adding gdb-speedbar-update to gdb-input-queue.
3899
3900 2007-02-01 Kenichi Handa <handa@m17n.org>
3901
3902 * international/quail.el (quail-show-key): Signal an error if the
3903 current input method is not using Quail.
3904
3905 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
3906
3907 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3908 Trim leading whitespace in sysvar names.
3909
3910 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * faces.el (internal-find-face, internal-get-face): Doc fixes.
3913
3914 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * ido.el (ido-set-common-completion): Use `let', not `let*'.
3917
3918 2007-01-31 Romain Francoise <romain@orebokech.com>
3919
3920 * comint.el: Delete extra copy of `comint-copy-old-input' added in
3921 previous change to this file.
3922
3923 2007-01-31 Jason Rumney <jasonr@gnu.org>
3924
3925 * files.el (magic-mode-alist): Use image-mode-maybe rather than
3926 image-mode.
3927
3928 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3929 interfering with attempt to set major mode from modified
3930 auto-mode-alist.
3931
3932 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * faces.el (color-values): Doc fix.
3935 (face-differs-from-default-p): Don't check :foreground twice.
3936
3937 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
3938
3939 * comint.el (comint-mode): Prevent non-keyword fontification by default.
3940
3941 2007-01-31 Kenichi Handa <handa@m17n.org>
3942
3943 * international/quail.el (quail-store-decode-map-key): Store a
3944 translated character too.
3945 (quail-char-equal-p): New function.
3946 (quail-find-key1): Check character equality by quail-char-equal-p.
3947 (quail-decode-map-generated): New variable.
3948 (quail-find-key): Check quail-decode-map-generated and re-generate
3949 a decode map if necessary.
3950
3951 2007-01-30 Richard Stallman <rms@gnu.org>
3952
3953 * tutorial.el (tutorial--detailed-help): Make the list of
3954 changed keys look nicer.
3955
3956 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
3957
3958 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3959 (gdb-var-delete): Use it.
3960 (gdb-var-update-handler-1): Handle value "invalid" for MI field
3961 `in_scope'.
3962
3963 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
3964
3965 * files.el (get-free-disk-space): Return nil for remote directories.
3966
3967 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3968 instead of "dir".
3969
3970 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * type-break.el (type-break-catch-up-event): New function.
3973 (type-break-demo-hanoi, type-break-demo-life)
3974 (type-break-demo-boring): Use it.
3975
3976 * image-mode.el (image-mode): Don't automatically view as image.
3977 (image-toggle-display): Add `disabled' property.
3978
3979 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * isearchb.el (isearchb-iswitchb):
3982 * ps-print.el (ps-build-face-reference):
3983 * emacs-lisp/shadow.el (list-load-path-shadows):
3984 * eshell/esh-cmd.el (eshell-rewrite-for-command):
3985 * international/mule.el (find-auto-coding):
3986 * mail/supercite.el (sc-attrib-selection-list):
3987 * progmodes/cc-defs.el (c-emacs-features):
3988 * progmodes/cc-vars.el (c-offsets-alist):
3989 * progmodes/flymake.el
3990 (flymake-init-create-temp-source-and-master-buffer-copy):
3991 Fix typos in docstrings (some suggested by Chris Moore).
3992
3993 * progmodes/vhdl-mode.el (vhdl-components-package-name)
3994 (vhdl-get-library-unit, vhdl-corresponding-begin)
3995 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3996 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3997 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3998 (vhdl-font-lock-match-item): Fix typos in docstrings.
3999 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4000 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4001 (vhdl-speedbar-insert-project-hierarchy):
4002 Improve argument/docstring consistency.
4003
4004 2007-01-29 Kenichi Handa <handa@m17n.org>
4005
4006 * international/titdic-cnv.el (py-converter): Fix previous change.
4007
4008 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * jka-compr.el (jka-compr-partial-uncompress)
4011 (jka-compr-call-process): Rebind default-directory if it is
4012 invalid. Suggested by Chris Moore.
4013
4014 * comint.el (comint-insert-input): Handle situation where the
4015 selected buffer is not the clicked buffer.
4016
4017 2007-01-29 Kenichi Handa <handa@m17n.org>
4018
4019 * international/ja-dic-cnv.el (skkdic-convert):
4020 Add byte-compile-disable-print-circle:t at the head.
4021
4022 * international/titdic-cnv.el (tit-process-header):
4023 Add byte-compile-disable-print-circle:t at the head.
4024 (miscdic-convert): Likewise.
4025 (py-converter): Skip the header comments.
4026
4027 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4028 New variable.
4029 (byte-compile-output-file-form): Bing print-circle to nil if
4030 byte-compile-output-file-form is not nil.
4031 (byte-compile-output-docform): Likewise.
4032
4033 2007-01-28 Kim F. Storm <storm@cua.dk>
4034
4035 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4036 Declare earlier to avoid byte compiler warnings.
4037
4038 2007-01-28 Markus Triska <markus.triska@gmx.at>
4039
4040 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4041
4042 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4045 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4046 when calling update-game-score program. Remove unnecessary
4047 save-excursion.
4048
4049 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4050
4051 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4052
4053 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4054 avoid compiler warning.
4055 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4056 might have values other than "true" or "false".
4057
4058 2007-01-28 Richard Stallman <rms@gnu.org>
4059
4060 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4061 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4062
4063 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4064
4065 * image.el (image-type-header-regexps): Make GIF regex more specific.
4066
4067 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4068 Don't check `backspace'.
4069 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4070 in Fundamental mode.
4071
4072 * startup.el (fancy-splash-text, normal-splash-screen):
4073 Mention C-g.
4074
4075 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4076 when inserting in buffer.
4077
4078 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4079 inside the if.
4080
4081 2007-01-27 Richard Stallman <rms@gnu.org>
4082
4083 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4084
4085 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4086
4087 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4088 enum/union/struct/class definition.
4089 Revert change to call `forward-sexp' multiple times.
4090
4091 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * files.el (hack-local-variables-confirm): Don't keep trying to
4094 read an event from an empty kbd macro.
4095
4096 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4097
4098 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4099
4100 2007-01-27 Ben North <ben@redfrontdoor.org>
4101
4102 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4103 the arg CHILDREN -> WHICH.
4104
4105 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4106
4107 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4108 default-directory to a sane value when calling start-process.
4109
4110 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4111
4112 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4113 (ls-lisp-format-time-list): Doc fix. Mention
4114 ls-lisp-use-localized-time-format.
4115 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4116 ls-lisp-use-localized-time-format is non-nil, even if a valid
4117 locale is defined.
4118
4119 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * jka-compr.el (jka-compr-shell): Doc fix.
4122
4123 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4124
4125 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4126
4127 * ps-print.ps: Fix background height.
4128 (ps-print-version): New version 6.7.2.
4129
4130 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4131
4132 * makefile.w32-in (finder-data, custom-deps): Depend on
4133 $(lisp)/loaddefs.el.
4134
4135 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4136
4137 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4138
4139 2007-01-24 Miles Bader <miles@gnu.org>
4140
4141 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4142 (byte-compile-output-docform): Bind `print-circle' to t.
4143
4144 2007-01-24 Kenichi Handa <handa@m17n.org>
4145
4146 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4147 file name of the original SKK dictionary file.
4148
4149 2007-01-24 Kim F. Storm <storm@cua.dk>
4150
4151 * ido.el (ido-initial-position): New variable.
4152 (ido-read-internal): Set it if default item is specified.
4153 (ido-minibuffer-setup): Position cursor accordingly if set.
4154 (ido-edit-input): C-e moves to end of input if not already there.
4155 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4156 Don't switch to buffer mode if repeating C-b at start of input.
4157 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4158 input; else it moves to start of input.
4159 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4160 not at end of input, delete rest of input, rather than normal op.
4161
4162 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4163
4164 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4165
4166 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4167 of message. Activate mark.
4168 (ediff-activate-mark): Set transient-mark-mode to t.
4169
4170 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4171
4172 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4173
4174 * help-fns.el (describe-variable): Don't suppress display of
4175 buffer local value when the value is "large".
4176
4177 2007-01-22 Kim F. Storm <storm@cua.dk>
4178
4179 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4180 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4181 (ido-tidy): Use ido-active.
4182
4183 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4184
4185 * hexl.el (hexl-mode-exit): Add missing quote.
4186
4187 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4188
4189 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4190 (mac-ae-keyboard-modifiers): New function.
4191 (mac-handle-toolbar-switch-mode): Use it.
4192 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4193 if keyboard modifiers on drop contain option key.
4194 (mac-dnd-drop-data): Add optional argument `action'.
4195 (special-event-map): Remove binding for M-drag-n-drop.
4196
4197 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4198
4199 * add-log.el (add-log-current-defun): Use CC Mode functions to
4200 find the beginning and end of a defun.
4201
4202 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4203
4204 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4205 (gdb-var-create-handler): Handle value field in GDB output of
4206 -var-create.
4207 (gdb-max-frames): New variable.
4208 (gdb-stack-buffer, gdb-frames-select): Use it.
4209 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4210 if necessary.
4211 (gdb-get-frame-number): Simplify.
4212
4213 2007-01-21 Glenn Morris <rgm@gnu.org>
4214
4215 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4216 Update copyrights.
4217
4218 2007-01-21 Alan Mackenzie <acm@muc.de>
4219
4220 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4221 handling of K&R stuff.
4222
4223 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4224
4225 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4226
4227 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4228
4229 * ps-print.el: Handle frame parameters (background and/or foreground
4230 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4231 (ps-print-version): New version 6.7.1.
4232 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4233 (ps-frame-parameter): New fun.
4234 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4235 Fix doc and customization.
4236 (ps-begin-job): Get frame parameters (background and/or foreground
4237 colors).
4238 (ps-do-despool): Ensure ps-printer-name has a valid value.
4239
4240 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4241
4242 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4243 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4244 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4245 mean unlimited.
4246
4247 2007-01-20 Alan Mackenzie <acm@muc.de>
4248
4249 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4250 much more rigorous analysis of putative K&R regions.
4251
4252 2007-01-20 Alan Mackenzie <acm@muc.de>
4253
4254 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4255 New functions.
4256
4257 2007-01-20 Alan Mackenzie <acm@muc.de>
4258
4259 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4260 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4261 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4262 * progmodes/cc-vars.el: Add my name.
4263
4264 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * files.el (find-alternate-file): Revert query message to Emacs 21
4267 version.
4268
4269 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4270
4271 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4272 the doc string how to use personal abbrevs without electric
4273 keywords.
4274
4275 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4276
4277 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4278 Fixed cursor position when toggle abbreviated display.
4279
4280 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * t-mouse.el: Update copyright following assignment by
4283 Alessandro Rubini.
4284
4285 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4288 (type-break-demo-boring): Call read-event instead of read-char.
4289
4290 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4291
4292 * progmodes/compile.el: Add handling for makepplog.
4293
4294 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4295
4296 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4297 aspell dictionaries are initialized when called non-interactively.
4298
4299 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * progmodes/compile.el (compilation-loop): New arg limit.
4302 Handle case where the first error is at point-min.
4303 (compilation-next-error): New arg to compilation-loop call.
4304
4305 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4306
4307 * info.el (Info-default-dirs): Change default info dir to
4308 share/info.
4309
4310 * paths.el (Info-default-directory-list): Ditto.
4311
4312 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4313
4314 * hexl.el (hexl-before-revert-hook): New function.
4315 (hexl-mode): Use it.
4316 (hexl-after-revert-hook): Just call hexl-mode.
4317 (hexl-mode-exit): Remove before-revert-hook.
4318
4319 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4322
4323 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4324
4325 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4326 by "-" in francais7 otherchars entry.
4327 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4328 otherchars entry.
4329
4330 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4331
4332 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4333 path. Rewrite function in `cond' style for readability.
4334
4335 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4336 (The path shortening, that is, not the rearrarangement.)
4337
4338 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4339
4340 * term/mac-win.el (mac-ae-quit-application): New function.
4341 (mac-apple-event-map): Bind "quit application" Apple event to it.
4342
4343 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4346 than the program's output.
4347
4348 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4349
4350 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4351 (kmacro-start-macro-or-insert-counter)
4352 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4353 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4354
4355 * longlines.el (longlines-show-hard-newlines):
4356 * ruler-mode.el (ruler-mode-ruler):
4357 * emulation/keypad.el (keypad-setup):
4358 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4359 Fix typo in docstring.
4360
4361 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4362
4363 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4364 Remove redirect character ">".
4365
4366 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4367
4368 * replace.el (perform-replace): Remove leftover code.
4369
4370 2007-01-12 Richard Stallman <rms@gnu.org>
4371
4372 * replace.el (perform-replace): Don't clear NODENT when computing
4373 the replacement string.
4374
4375 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * net/tramp.el (tramp-handle-file-local-copy):
4378 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4379 <christopher.ian.moore@gmail.com>.
4380
4381 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * diff-mode.el (diff-sanity-check-context-hunk-half)
4384 (diff-sanity-check-hunk): New functions.
4385 (diff-find-source-location): Use'em to check the hunks are well-formed.
4386
4387 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4388 activate undo when undo is not active.
4389 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4390
4391 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4394 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4395 (ffap-url-at-point): Use char-classes rather than "a-z".
4396
4397 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4398
4399 * ediff-init.el (ediff-autostore-merges):
4400 * textmodes/fill.el (fill-region): Doc fix.
4401
4402 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * server.el (server-ensure-safe-dir): UIDs may be floats.
4405
4406 2007-01-10 Richard Stallman <rms@gnu.org>
4407
4408 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4409 around calls to directory-files.
4410
4411 * subr.el (momentary-string-display): Use save-excursion.
4412
4413 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4414 argument, but read it as `X' does.
4415
4416 2007-01-09 Juri Linkov <juri@jurta.org>
4417
4418 * info.el (Info-fontify-node): Don't hide node names of index entries.
4419
4420 * faces.el (momentary): Change :group to basic-faces where all
4421 basic faces belong to. Add :version.
4422
4423 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4424
4425 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4426 keybinding is found.
4427 (tutorial--find-changed-keys): Never treat null keybinding as a
4428 remapping.
4429
4430 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4431
4432 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4433
4434 2007-01-09 Kenichi Handa <handa@m17n.org>
4435
4436 * international/mule-cmds.el
4437 (select-safe-coding-system-interactively): Fix message.
4438
4439 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4442 (tramp-process-actions): Add optional parameter TIMEOUT.
4443 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4444 (tramp-open-connection-su): Add timeout of 60".
4445
4446 2007-01-09 Richard Stallman <rms@gnu.org>
4447
4448 * progmodes/compile.el (compile): Doc fix.
4449
4450 2007-01-09 Markus Triska <markus.triska@gmx.at>
4451
4452 * tumme.el (tumme-display-thumb): Doc fix.
4453
4454 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * battery.el (battery-search-for-one-match-in-files):
4457 * bindings.el (mode-line-minor-mode-help):
4458 * x-dnd.el (x-dnd-types-alist):
4459 * calendar/icalendar.el (icalendar-import-buffer):
4460 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4461
4462 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4463
4464 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4465
4466 * replace.el (replace-regexp): Fix typo in docstring.
4467
4468 2007-01-07 Alan Mackenzie <acm@muc.de>
4469
4470 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4471 Amend doc-string and comments.
4472
4473 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4474
4475 * files.el (abbreviate-file-name): Doc fix.
4476
4477 2007-01-06 Markus Triska <triska@gmx.at>
4478
4479 * subr.el (split-string): Remove spurious ")" from doc string.
4480
4481 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4482
4483 * textmodes/table.el (table--warn-incompatibility):
4484 Use display-warning instead of momentary-string-display.
4485
4486 2007-01-05 Richard Stallman <rms@gnu.org>
4487
4488 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4489
4490 * simple.el (backward-kill-word): Doc fix.
4491
4492 2007-01-05 Romain Francoise <romain@orebokech.com>
4493
4494 * international/mule.el (sgml-html-meta-auto-coding-function):
4495 Ensure that the buffer contains a HTML document.
4496
4497 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4498
4499 * faces.el (momentary): Move here ...
4500 * subr.el (momentary): ... from here.
4501
4502 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4503
4504 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4505 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4506 large structures/arrays.
4507
4508 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * files.el (find-file-noselect-1, set-visited-file-name):
4511 Allow backup-enable-predicate to be nil.
4512
4513 2007-01-04 Andreas Schwab <schwab@suse.de>
4514
4515 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4516 last change.
4517
4518 2007-01-03 Richard Stallman <rms@gnu.org>
4519
4520 * woman.el (woman-decode-buffer): Clarify error message.
4521
4522 2007-01-03 Alan Mackenzie <acm@muc.de>
4523
4524 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4525
4526 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4527
4528 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4529
4530 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4533
4534 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * emulation/viper.el (viper-custom-file-name, viper-mode):
4537 Fix typos in docstrings.
4538
4539 * subr.el (momentary-string-display): After moving point, set POS
4540 variable to it to avoid later errors once the buffer is modified.
4541 Doc fix.
4542
4543 2007-01-02 Alan Mackenzie <acm@muc.de>
4544
4545 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4546 check that the "*/" is present before trying to manipulate it.
4547
4548 2007-01-02 Richard Stallman <rms@gnu.org>
4549
4550 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4551
4552 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4553 Fix format of value.
4554
4555 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4556 Change messages accordingly.
4557 (customize-customized): Now alias.
4558
4559 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * files.el (version-control): Doc fix.
4562
4563 2007-01-01 Alan Mackenzie <acm@muc.de>
4564
4565 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4566 Check the format of c-state-cache is valid for an optimisation before
4567 using it.
4568
4569 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4570 are at a statement within a macro". Other changes so that only
4571 the first continuation line in a macro gets the symbol
4572 `cpp-define-intro', the others getting `statement', or whatever.
4573
4574 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4575 a string, preserve whitespace. Add a backslash only when also in
4576 a macro.
4577
4578 * progmodes/cc-defs.el: Correct typos.
4579
4580 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4581 new line after an escaped EOL in a string.
4582
4583 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4584 label when it directly follows "else", "do", ....
4585
4586 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4587 angle brackets (as seen in "explicit specialisations" of C++
4588 templates).
4589
4590 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4591 in the doc-string.
4592
4593 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4594 when the comment ender looks like "=========*/" and is alone on
4595 its line.
4596
4597 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4598 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4599 for the old name.
4600
4601 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4602 c-\(beginning\|end\)-of-defun by default.
4603
4604 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4605 New line-up function, for the DEFUN macro in the Emacs C sources.
4606 Only used in "gnu" style.
4607
4608 * progmodes/cc-styles.el (c-style-alist): Use this new function in
4609 the "gnu" style.
4610
4611 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4612 clean-up comment-close-slash also to work when there's a comment
4613 terminator on the line.
4614 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4615 these for large arg - only take account of top level {..}, except
4616 for initial and final adjustments. M-- C-M-[ae] now go to the
4617 right defuns when the starting point is between defuns. They use
4618 the four new functions:
4619 (c-in-function-trailer-p, c-where-wrt-brace-construct)
4620 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4621 support c-\(beginning\|end\)-of-defun.
4622
4623 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4624 expressions more rigorously, to exclude bit-field specifiers from
4625 being classed as labels.
4626 (c-forward-label): When analyzing a ":" within a macro, be careful
4627 about using c-forward-syntactic-ws at the macro beginning.
4628 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4629 stmt boundary, check for "operator=", etc.
4630
4631 * progmodes/cc-mode.el (c-postprocess-file-styles):
4632 Bind inhibit-read-only to t, around the call to
4633 c-remove-any-local-eval-or-mode-variables, so that it works on a
4634 RO file.
4635
4636 * progmodes/cc-defs.el (c-version): Update the version number to
4637 "5.31.4".
4638
4639 2007-01-01 Richard Stallman <rms@gnu.org>
4640
4641 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4642 only if we restored isearch-window-configuration.
4643
4644 2006-12-31 Romain Francoise <romain@orebokech.com>
4645
4646 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4647
4648 2006-12-31 Kim F. Storm <storm@cua.dk>
4649
4650 * files.el (auto-mode-case-fold): New defcustom.
4651 (set-auto-mode): If non-nil, perform second case-sensitive pass
4652 through auto-mode-alist if first pass failed.
4653
4654 2006-12-30 Richard Stallman <rms@gnu.org>
4655
4656 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4657
4658 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
4659
4660 * allout.el (allout-encrypt-string): Handle symmetric-key
4661 passphrase caching but leave keypair caching to pgg.
4662
4663 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
4664
4665 Sync with Tramp 2.0.55.
4666
4667 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4668 `integerp'. `char-equal' could fail else in case of negative
4669 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4670 (top): Check for `font-lock-add-keywords' before calling; it
4671 doesn't exist under XEmacs.
4672 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
4673 (tramp-completion-mode): Remove clause (not
4674 tramp-unified-filenames), because the function is called in other
4675 context too, where this check results in wrong results in the
4676 XEmacs case on Windows.
4677 (tramp-touch): UTC handling is not possible for XEmacs.
4678
4679 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4680
4681 * scroll-bar.el (previous-scroll-bar-mode): New variable
4682 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4683 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4684
4685 * term/x-win.el: Set scroll bar mode to right if set by X resources.
4686
4687 2006-12-30 Richard Stallman <rms@gnu.org>
4688
4689 * files.el (make-backup-file-name-1): Precompute abs name
4690 but don't lose the relative name.
4691
4692 * international/mule-cmds.el (select-safe-coding-system-interactively):
4693 Fix message.
4694
4695 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4696
4697 * files.el (backup-buffer): Show entire backup file name in msg.
4698
4699 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * image.el (image-type-header-regexps, image-type-from-data)
4702 (image-type-from-buffer, image-type-from-file-header):
4703 Revert changes from 2006-12-26.
4704 (image-type-auto-detectable): New variable.
4705 (image-type-auto-detected-p): New function.
4706
4707 * files.el (magic-mode-alist): Detect image files with
4708 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4709
4710 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
4711
4712 * dired.el (dired-sort-other): Move test for dired-mode...
4713 (dired-sort-set-modeline): ...to here.
4714
4715 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4716
4717 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4718 change. Suggested by Stefan Monnier.
4719
4720 2006-12-29 Kim F. Storm <storm@cua.dk>
4721
4722 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4723 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4724
4725 2006-12-27 Kim F. Storm <storm@cua.dk>
4726
4727 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4728 so it doesn't accidentally match an fsf.org mail address.
4729 (authors-renamed-files-alist): Add tcover-*.el.
4730
4731 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * vc-arch.el (vc-arch-find-version): New function.
4734
4735 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4736 composed of arbitrary characters (even /) in some systems.
4737
4738 2006-12-27 Eli Zaretskii <eliz@gnu.org>
4739
4740 * international/mule-cmds.el (select-safe-coding-system-interactively):
4741 Improve the message in the *Warning* buffer.
4742
4743 2006-12-27 Kim F. Storm <storm@cua.dk>
4744
4745 * ido.el (ido-set-matches-1): Fix last change. If default item is
4746 current buffer, it is ok to be first.
4747
4748 2006-12-27 Kenichi Handa <handa@m17n.org>
4749
4750 * international/mule-cmds.el (select-safe-coding-system-interactively):
4751 Use face `link' for problematic chars.
4752
4753 2006-12-27 Kenichi Handa <handa@m17n.org>
4754
4755 * international/mule-cmds.el (select-safe-coding-system-interactively):
4756 Improve the message in *Warning* buffer.
4757
4758 2006-12-27 Kim F. Storm <storm@cua.dk>
4759
4760 * ido.el (ido-set-matches-1): Never put current buffer first if
4761 there are other matches.
4762
4763 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
4764
4765 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4766 expressions.
4767 (gdb-var-delete): Handle duplicate names. Print message for non
4768 root expressions.
4769 (gdb-partial-output-name): Start buffer name with a space.
4770 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4771 buffer name.
4772
4773 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4774
4775 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4776 last footnote when `footnote-spaced-footnotes' is nil.
4777
4778 2006-12-26 Richard Stallman <rms@gnu.org>
4779
4780 * cus-edit.el (custom-browse-sort-alphabetically)
4781 (custom-buffer-sort-alphabetically)
4782 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
4783
4784 * image.el (image-type-header-regexps): Change element format
4785 to include third item NOT-ALWAYS.
4786 (image-type-from-data): Handle new format.
4787 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
4788 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4789
4790 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
4791
4792 * add-log.el (add-log-current-defun): Call `forward-sexp'
4793 multiple times to pick a member function name defined as
4794 part of nested classes/namespaces.
4795
4796 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4797
4798 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4799 which keymap should be used to change menu. It does not affect any
4800 existent code.
4801
4802 2006-12-26 Richard Stallman <rms@gnu.org>
4803
4804 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4805 rather than for being in a minibuffer window.
4806
4807 2006-12-25 Daiki Ueno <ueno@unixuser.org>
4808
4809 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4810 locale-coding-system.
4811 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4812 LF.
4813
4814 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
4815
4816 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4817 (sql-mode-syntax-table): Disable double quoted strings.
4818 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4819
4820 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4821
4822 * startup.el (fancy-splash-last-input-event): New variable.
4823 (fancy-splash-special-event-action): New function.
4824 (fancy-splash-screens): Temporarily bind special events to it.
4825 Execute command for saved special event before exiting from
4826 recursive editing.
4827
4828 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4829 New functions.
4830 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4831 Use mac-unread-string.
4832
4833 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4834
4835 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4836 an optimized comment regexp if `comment-start-skip' uses a ^.
4837 * bs.el (bs--up): Remove interactive spec.
4838
4839 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4842 Suggested by James Cloos.
4843
4844 2006-12-24 Kevin Ryde <user42@zip.com.au>
4845
4846 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4847 in March.
4848 (calendar-dst-ends): Default to first Sunday in November.
4849
4850 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
4851
4852 * allout.el (allout-encrypt-string): Inhibit use of agent within
4853 body of let form where encryption happens. Acknowledge non-use of
4854 gpg-agent in docstring.
4855 (allout-toggle-subtree-encryption): Acknowledge non-use of
4856 gpg-agent in docstring.
4857
4858 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4861
4862 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
4863
4864 * ediff-diff.el (ediff-diff-options): Clarify docstring.
4865 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4866
4867 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4868 in hooks.
4869 (viper-add-newline-at-eob-if-necessary): Add newline only if we
4870 actually modify buffer; ignore errors if occur.
4871
4872 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * calendar/calendar.el (calendar-mode-map): Switch < and >.
4875 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4876 formatting.
4877
4878 2006-12-23 Richard Stallman <rms@gnu.org>
4879
4880 * simple.el (delete-horizontal-space): Doc fix.
4881
4882 2006-12-23 Eli Zaretskii <eliz@gnu.org>
4883
4884 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4885 explicitly in a recursive Make, not implicitly through prerequisites,
4886 since the latter is wrong under parallel builds.
4887
4888 2006-12-22 Eli Zaretskii <eliz@gnu.org>
4889
4890 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4891
4892 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4893
4894 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4895 message string.
4896
4897 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
4898
4899 * outline.el (outline-next-visible-heading): Fix the case with a
4900 header at end-of-file with no final newline.
4901
4902 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4903
4904 * indent.el (tab-always-indent): Doc fix.
4905
4906 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4907
4908 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4909 (Info-fontify-node): Do fontify indices.
4910
4911 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4912 to the Emacs Lisp reference manual.
4913 (tutorial--tab-map): Remove. All callers changed.
4914 (tutorial--find-changed-keys): New elt QUIET, used to...
4915 (tutorial--display-changes): ...ensure that warning messages are
4916 only issued once per changed key.
4917 (tutorial--remove-remarks): Delete unused code-path.
4918 (lang-strings): Remove extraneous formatting.
4919 (tutorial--save-tutorial): Prompt before saving tutorial state.
4920
4921 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
4924 Replace '?\ ' by '?\s' throughout.
4925 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
4926 `help' custom group.
4927 (tutorial--key-description): New function.
4928 (tutorial--display-changes): Remove redundant arg. Scan for all
4929 key sequences to avoid false matches. Cleanup.
4930 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4931 reduce homedir pollution.
4932 (help-with-tutorial): Call tutorial--display-changes with no arg.
4933
4934 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
4935
4936 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4937
4938 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
4939
4940 * net/tramp.el (tramp-default-method): We still need to check for
4941 `executable-find', because it is not bound under Emacs 20.
4942 (tramp-handle-file-name-completion)
4943 (tramp-completion-handle-file-name-completion): Handle optional
4944 parameter PREDICATE.
4945 (tramp-find-default-method): Add code for default values.
4946
4947 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
4948
4949 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4950 make gud-go send "continue".
4951
4952 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
4953
4954 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4955 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
4956
4957 2006-12-19 Kim F. Storm <storm@cua.dk>
4958
4959 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4960 instead of global-map.
4961
4962 * files.el (magic-mode-alist): Allow matching file type by
4963 calling a function at bob. Check for image types by calling
4964 image-type-from-buffer. Suggested by Juanma Barranquero.
4965 (set-auto-mode): Do it.
4966
4967 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
4968
4969 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4970 Remove "ControlMaster" option from the other `scp*' methods.
4971 (tramp-default-method): Check for ssh-agent before setting to `scp'.
4972
4973 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4974
4975 * textmodes/org.el (org-mode): Show context after isearch.
4976 (org-show-siblings): New function.
4977 (org-show-context): Use `org-show-siblings'.
4978
4979 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4982 Use syntax-ppss-toplevel-pos.
4983
4984 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4985
4986 * textmodes/org.el (org-current-line): Make sure that lines are
4987 counted from beginning of buffer.
4988 (org-table-copy-region, org-table-paste-rectangle): Make sure that
4989 lines are counted from beginning of buffer.
4990
4991 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * info.el (Info-build-node-completions): Signal error if tag-table
4994 marker is not found.
4995
4996 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4997
4998 2006-12-17 Alan Mackenzie <acm@muc.de>
4999
5000 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5001 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5002 Based on code by Martin Rudalics.
5003
5004 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5005 open-paren-in-column-0-is-defun-start to nil any more.
5006
5007 2006-12-17 Richard Stallman <rms@gnu.org>
5008
5009 * simple.el (delete-horizontal-space): Use prefix arg.
5010
5011 * help-fns.el (describe-variable): Improve blank separator lines.
5012
5013 * files.el (magic-mode-alist): Mark as risky.
5014
5015 * files.el (make-backup-file-name-1):
5016 Expand backup-directory explicitly.
5017
5018 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5021 check whether package password.el is loaded, or Pageant is running.
5022
5023 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5024
5025 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5026 (icalendar--rris): First try Emacs, then XEmacs.
5027 (icalendar--convert-ical-to-diary): Doc fix.
5028 Insert newline at end of target file.
5029
5030 2006-12-17 Kim F. Storm <storm@cua.dk>
5031
5032 * outline.el (outline-isearch-open-invisible-function): New defvar.
5033 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5034 overlay property instead of outline-isearch-open-invisible.
5035
5036 2006-12-16 Kim F. Storm <storm@cua.dk>
5037
5038 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5039 if ido-directory-too-big is set on entry.
5040 (ido-toggle-ignore, ido-completion-help): Print message while
5041 reading big directory.
5042
5043 2006-12-15 Richard Stallman <rms@gnu.org>
5044
5045 * shell.el (shell): Doc fix.
5046
5047 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5048
5049 * emulation/edt.el (edt-xserver):
5050 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5051 to fix a problem on Cygwin.
5052
5053 * emulation/edt.el
5054 * emulation/edt-mapper.el
5055 * emulation/edt-lk201.el
5056 * emulation/edt-pc.el
5057 * emulation/edt-vt100.el: Update maintainer's email address.
5058
5059 2006-12-15 Simon Marshall <simon@gnu.org>
5060
5061 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5062
5063 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5064
5065 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5066 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5067 instead of mac-atsu-font-table.
5068 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5069
5070 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5071
5072 * align.el (align-match-tex-pattern): Fix a rare bug which
5073 hanged Emacs.
5074
5075 2006-12-14 Richard Stallman <rms@gnu.org>
5076
5077 * startup.el (use-fancy-splash-screens-p): Use frame-height
5078 instead of window-height. Pass frame to image-size.
5079
5080 2006-12-13 Kenichi Handa <handa@m17n.org>
5081
5082 * international/mule-cmds.el (set-locale-environment):
5083 Set default-sendmail-coding-system too.
5084
5085 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5086
5087 * progmodes/idlw-help.el: Fix copyright notice.
5088
5089 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5092
5093 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * subr.el (unread-command-char): Reformat obsolescence info.
5096
5097 2006-12-11 Richard Stallman <rms@gnu.org>
5098
5099 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5100 about calls to cl-struct-setf-expander.
5101
5102 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5103
5104 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5105 (ediff-combination-pattern): Fix typo in docstring.
5106
5107 * textmodes/refer.el (refer-find-entry): Doc fix.
5108 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5109 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5110 Fix tipos in docstrings.
5111
5112 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5113
5114 2006-12-10 Kim F. Storm <storm@cua.dk>
5115
5116 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5117 instead of binding M-backspace.
5118
5119 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5120
5121 * replace.el (replace-match-data, replace-match-maybe-edit):
5122 * calc/calc-aent.el (calc-eval-error):
5123 * emulation/vi.el (vi-char-argument):
5124 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5125 (c-vsemi-status-unknown-p-fn): Doc fixes.
5126
5127 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5130 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5131
5132 2006-12-10 Masatake YAMATO <jet@gyve.org>
5133
5134 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5135
5136 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5139
5140 * man.el (Man-xref-button-action): New function. If the
5141 `Man-target-string' button property is a function, assume it
5142 accepts a position argument.
5143 (Man-abstract-xref-man-page): Use it.
5144 (Man-default-man-entry): New optional arg POS.
5145
5146 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5147 symlink arrows read-only and non-rear-sticky.
5148
5149 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5150
5151 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5152 (wdired-search-and-rename): Simplify code.
5153 (wdired-preprocess-files, wdired-preprocess-perms): Make
5154 read-only property of preceding character rear-nonsticky to
5155 avoid that it can be modified. Put old-name and old-link
5156 properties on character preceding name and replace
5157 put-text-property by add-text-properties.
5158 (wdired-get-filename, wdired-get-previous-link): Get old-name
5159 and old-link properties from character preceding name and
5160 simplify code.
5161 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5162 (wdired-perms-to-number): Make local-map property
5163 rear-nonsticky to avoid that text following permissions may be
5164 modified. Use add-text-properties instead of put-text-property
5165 when changing a permission bit.
5166 (wdired-change-to-dired-mode): Remove stickiness properties.
5167
5168 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * international/mule-cmds.el (register-input-method): Doc fix.
5171
5172 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5173
5174 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5175
5176 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5177
5178 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5179 Force buffer local defs evaluation on local variables loading.
5180 (flyspell-mode-on, flyspell-mode-off): Use it in
5181 `hack-local-variables-hook'.
5182
5183 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5184
5185 * emacs-lisp/find-func.el (find-variable): Doc fix.
5186
5187 * help-fns.el (variable-at-point): Doc fix.
5188
5189 * w32-fns.el (w32-append-code-lines): New function.
5190
5191 2006-12-09 Romain Francoise <romain@orebokech.com>
5192
5193 * comint.el (comint-insert-input): Delete obsolete comment.
5194
5195 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5198 current frame, in case we're connected to several displays.
5199
5200 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * frame.el (other-frame): Doc fix.
5203 (set-frame-parameter): Fix typo in docstring.
5204
5205 2006-12-07 Kim F. Storm <storm@cua.dk>
5206
5207 * info.el (Info-index): Strip leading colon from topic.
5208
5209 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5210
5211 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5212 to pointers.
5213
5214 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5215
5216 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5217 Trim out spurious class inheritance "None" entries.
5218
5219 2006-12-05 Kim F. Storm <storm@cua.dk>
5220
5221 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5222 (cua-paste-pop): Rework last change for
5223 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5224 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5225 text inserted by the last M-y command.
5226
5227 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5228
5229 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5230 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5231
5232 * shell.el (shell): Search the start file in ~/.emacs.d as
5233 `init_SHELLNAME.sh' instead.
5234
5235 2006-12-05 Glenn Morris <rgm@gnu.org>
5236
5237 * progmodes/cperl-mode.el (cperl-mode)
5238 * progmodes/f90.el (f90-mode-abbrev-table)
5239 * progmodes/fortran.el (fortran-mode-abbrev-table)
5240 * progmodes/octave-mod.el (octave-abbrev-table)
5241 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5242 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5243
5244 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5245 clear abbrev table, else saved abbrevs will not be restored.
5246
5247 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5248
5249 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5250 the call to `make-obsolete-variable', not in the docstring.
5251
5252 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5255
5256 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5257
5258 * progmodes/ebnf-abn.el:
5259 * progmodes/ebnf-bnf.el:
5260 * progmodes/ebnf-dtd.el:
5261 * progmodes/ebnf-ebx.el:
5262 * progmodes/ebnf-iso.el:
5263 * progmodes/ebnf-otz.el:
5264 * progmodes/ebnf-yac.el:
5265 * progmodes/ebnf2ps.el:
5266 * delim-col.el:
5267 * printing.el:
5268 * ps-bdf.el:
5269 * ps-mule.el:
5270 * ps-print.el: Remove 'Time-stamp' comment mark.
5271
5272 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5273 'easy-menu-add-item' when called in Emacs 21 or higher.
5274
5275 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5276
5277 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5278 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5279
5280 2006-12-04 Kim F. Storm <storm@cua.dk>
5281
5282 * bindings.el (global-map): Bind [signal t] to ignore, to have
5283 user signals ignored by default.
5284
5285 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5288 Unicode data file pointed to by `describe-char-unicodedata-file'.
5289
5290 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5293 O(n^2) regexp-search by anchoring the search.
5294
5295 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5296
5297 * whitespace.el (whitespace-cleanup-internal): Use current
5298 argument for recursive call.
5299
5300 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5301
5302 * net/tramp.el (tramp-methods): Add "ControlPath" and
5303 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5304 Andreas Schwab <schwab@suse.de>.
5305 (tramp-do-copy-or-rename-file-out-of-band)
5306 (tramp-open-connection-rsh): Compute format spec for ?t.
5307 (tramp-process-actions): Trace command parameters.
5308
5309 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5310
5311 * simple.el (toggle-truncate-lines): Clarify doc string.
5312
5313 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5314 (gdb-speedbar-expand-node): Use it.
5315
5316 2006-12-04 Richard Stallman <rms@gnu.org>
5317
5318 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5319
5320 * dired.el (dired-revert): Turn off dired-after-readin-hook
5321 around call to dired-readin.
5322
5323 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5324 to echo area messages.
5325 <indicate-empty-lines, case-fold-search>:
5326 Add "globally" to Help string.
5327 <case-fold-search>: MESSAGE arg need not say "globally".
5328 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5329
5330 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5331
5332 * outline.el (outline-end-of-subtree): Don't leave an empty
5333 line hidden as we would a real next heading.
5334
5335 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5336
5337 * allout.el (allout-ascend): Add an optional argument to preserve
5338 original position of point when unsuccessful. Also, fix a
5339 docstring error.
5340 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5341 work again, using allout-ascend's new option.
5342 (allout-setup-mode-map): Extract from allout-mode to initialize
5343 allout-mode-map. Call it on file load, so the mode docstring
5344 substitutions work even if allout mode has not yet been invoked.
5345 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5346 customizations since the map was last processed. Also, refine the
5347 docstring so it's ship-shape for release.
5348 (allout-default-layout, allout-beginning-of-line-cycles)
5349 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5350 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5351 (allout-version, allout-layout, allout-infer-body-reindent)
5352 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5353 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5354 (allout-previous-heading, allout-goto-prefix-doublechecked)
5355 (allout-current-bullet-pos, allout-next-sibling-leap)
5356 (allout-pre-command-business, allout-encrypted-type-prefix)
5357 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5358 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5359 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5360 (allout-old-expose-topic, allout-listify-exposed)
5361 (allout-process-exposed, allout-latex-verb-quote)
5362 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5363 (allout-toggle-current-subtree-encryption)
5364 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5365 Remove extraneous open-paren and close paren string escapes.
5366
5367 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5368
5369 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5370 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5371 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5372 Fix typos in docstrings.
5373
5374 2006-12-03 Glenn Morris <rgm@gnu.org>
5375
5376 * progmodes/cc-align.el
5377 * progmodes/cc-awk.el
5378 * progmodes/cc-cmds.el
5379 * progmodes/cc-compat.el
5380 * progmodes/cc-defs.el
5381 * progmodes/cc-engine.el
5382 * progmodes/cc-langs.el
5383 * progmodes/cc-menus.el
5384 * progmodes/cc-mode.el
5385 * progmodes/cc-styles.el
5386 * progmodes/cc-vars.el
5387 * progmodes/vhdl-mode.el: Fix Copyright format.
5388
5389 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5392 initial down event.
5393
5394 2006-12-02 Kim F. Storm <storm@cua.dk>
5395
5396 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5397 (cua-repeat-replace-region): Make M-v more robust.
5398 (cua-paste-pop-rotate-temporarily): New defcustom.
5399 (cua-paste-pop): Use it.
5400 (cua-auto-mark-last-change): New defcustom.
5401 (cua-pop-to-last-change): New helper function.
5402 (cua-set-mark): Use them.
5403
5404 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5405
5406 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5407 mini-buffer message.
5408
5409 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5412
5413 2006-12-01 Ben North <ben@redfrontdoor.org>
5414
5415 * paren.el: Fix the highlight overlay extension when the user types a
5416 sequence of char very fast just before the open parenthesis.
5417
5418 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5419
5420 * ps-mule.el: Eliminate Emacs 20 compatibility.
5421
5422 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5423 (ps-print-version): New version 6.7.
5424 (ps-print-quote): Replace '?\ ' by '?\s'.
5425
5426 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5429 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5430 (hexl-end-of-1k-page): Doc fixes.
5431 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5432 Fix typos in docstrings.
5433
5434 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5435
5436 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5437 locally, i.e. without using file name handlers.
5438 (ido-read-internal): Allow mono letter host names, avoiding the
5439 `c:' problem by testing if the file exists locally.
5440 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5441
5442 2006-11-30 Masatake YAMATO <jet@gyve.org>
5443
5444 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5445 to avoid bytecomp warnings.
5446 (hexl-mode-old-ruler-function): New variable.
5447 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5448 and `hl-line-range-function' after `require' hl-line.
5449 Then bind `hl-line-range-function' and `hl-line-face'.
5450 Don't require frame. Don't use `with-no-warnings'.
5451 (hexl-activate-ruler): Store the original value of
5452 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5453 (hexl-mode-exit): Restore the original value of
5454 `ruler-mode-ruler-function'.
5455
5456 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5457
5458 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5459 (hexl-mode-old-hl-line-face): New variable.
5460 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5461 line when exit from the hexl-mode.
5462
5463 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5464
5465 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5466 Doc fixes.
5467
5468 * international/fontset.el (create-fontset-from-ascii-font)
5469 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5470 (fontset-name-p): Fix typo in docstring.
5471
5472 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5473
5474 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5475
5476 * ps-bdf.el: Fix maintainer email.
5477
5478 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5479 compatibility.
5480
5481 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5482 21 compatibility.
5483 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5484 Emacs 20 & 21.
5485
5486 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5487
5488 * progmodes/idlwave.el (idlwave-auto-fill):
5489 Remove paragraph-start let to prevent auto-fill giving up.
5490
5491 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5492
5493 * vt100-led.el (led-state): Fix typo in previous change.
5494
5495 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5496
5497 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5498 Fix interactive spec of the functions getting defined to make them
5499 work as documented.
5500
5501 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5504
5505 2006-11-28 Kim F. Storm <storm@cua.dk>
5506
5507 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5508 icomplete-mode is enabled.
5509
5510 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5511
5512 * textmodes/org.el (require): Require gnus-sum during compilation
5513 to avoid problem with a macro call.
5514
5515 2006-11-28 Glenn Morris <rgm@gnu.org>
5516
5517 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5518
5519 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5520 (fortran-window-create-momentarily): Do not need string-to-char.
5521
5522 2006-11-28 Richard Stallman <rms@gnu.org>
5523
5524 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5525 Replace incorrect use of assoc-default with a loop.
5526
5527 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5528
5529 * simple.el (next-error-find-buffer): Improve messages.
5530
5531 * files.el (revert-buffer): Special error message if file
5532 is now not readable.
5533
5534 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5535 constructed commands.
5536
5537 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5538 in INSIDE_EMACS.
5539
5540 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5543
5544 * server.el: Remove spurious * in docstrings.
5545 (server-process-filter): Exit from recursive editing before processing
5546 a new request.
5547
5548 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5549
5550 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5551 line so hidden blocks will be correctly identified.
5552
5553 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5554
5555 * ledit.el (ledit-save-defun, ledit-mode):
5556 * resume.el (resume-emacs-args-buffer):
5557 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5558 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5559 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5560 (command-send-input, command-kill-line):
5561 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5562
5563 * autoarg.el (autoarg-kp-mode): Doc fix.
5564
5565 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5566 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5567 (check-emacs-lock): Doc fix. Simplify.
5568
5569 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5570 (iimage-mode-buffer): Fix typos in docstring.
5571
5572 * misc.el (zap-up-to-char): Doc fix.
5573
5574 * time-stamp.el: Fix comment and obsolescence string for old
5575 functions. Use `dolist' instead of `while'.
5576
5577 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5578
5579 * disp-table.el (standard-display-8bit, standard-display-default):
5580 * ebuff-menu.el (electric-buffer-list):
5581 * ehelp.el (electric-help-command-loop):
5582 * font-core.el (font-lock-mode):
5583 * help-macro.el (make-help-screen):
5584 * help.el (describe-minor-mode-completion-table-for-indicator)
5585 (lookup-minor-mode-from-indicator):
5586 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5587 * info-look.el (info-lookup-guess-custom-symbol):
5588 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5589 * longlines.el (longlines-wrap-line):
5590 * macros.el (insert-kbd-macro):
5591 * menu-bar.el (menu-bar-update-buffers):
5592 * misc.el (copy-from-above-command):
5593 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5594 * newcomment.el (comment-indent):
5595 * novice.el (disabled-command-function):
5596 * sort.el (sort-fields-syntax-table):
5597 * subr.el (momentary-string-display):
5598 * tar-mode.el (tar-header-block-summarize)
5599 (tar-clear-modification-flags):
5600 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5601 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5602 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5603 (te-delete-char, te-down-vertically-or-scroll):
5604 * time-stamp.el (time-stamp-string-preprocess):
5605 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5606
5607 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5608
5609 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5610 in GUD mode.
5611
5612 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5613 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5614
5615 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5616
5617 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5618
5619 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
5620
5621 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5622 (ada-compile-goto-error): Adapt to new argument profile of
5623 compilation-goto-locus in Emacs 22. Don't check if the various
5624 compile functions are defined; we already do "(require 'compile)".
5625
5626 2006-11-26 Kim F. Storm <storm@cua.dk>
5627
5628 * kmacro.el: Fix commentary.
5629
5630 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5631
5632 * progmodes/gud.el (gdb): Explain how to run in text command mode
5633 more clearly. Say in error message that multiple debugging
5634 requires restarting GDB.
5635
5636 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5639
5640 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
5641
5642 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5643 (flymake-popup-menu): Use it instead of posn-at-point.
5644
5645 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5646
5647 * progmodes/cc-vars.el (c-backslash-column):
5648 Mention c-backslash-max-column in documentation for c-backslash-column.
5649
5650 2006-11-24 Lars Hansen <larsh@soem.dk>
5651
5652 * net/tramp.el (tramp-default-method): Under Windows, change from
5653 plink to pscp.
5654 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5655 (tramp-actions-copy-out-of-band):
5656 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5657 (tramp-action-out-of-band): Move "Permission denied" handling to
5658 tramp-action-copy-failed.
5659 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5660 process buffer.
5661
5662 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5665 strings to a single string. Quote `errors-file-name'.
5666 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5667 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5668 Adjust calls. Use `shell-quote-argument'.
5669
5670 * international/mule.el (load-with-code-conversion)
5671 (with-category-table): Use with-current-buffer.
5672 (after-insert-file-set-coding): Use restore-buffer-modified-p.
5673
5674 2006-11-24 Eli Zaretskii <eliz@gnu.org>
5675
5676 * mail/smtpmail.el (smtpmail-send-it):
5677 Copy buffer-file-coding-system from the mail buffer. Possibly add a
5678 MIME header for the message encoding.
5679 Bind coding-system-for-write around the call to mail-do-fcc.
5680 Use smtpmail-code-conv-from to encode queued mail messages.
5681
5682 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5683
5684 * tabify.el (tabify-regexp): Doc fix.
5685
5686 * net/rcirc.el (rcirc-buffer-maximum-lines):
5687 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5688
5689 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5690 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5691 Fix typos in output messages.
5692 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5693
5694 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5697 the horse's mouth.
5698 (hexlify-buffer): Don't re-encode an arg that's already encoded.
5699
5700 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5701
5702 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5703 Remove condition-case.
5704
5705 2006-11-23 Glenn Morris <rgm@gnu.org>
5706
5707 * progmodes/f90.el (f90-comment-indent): Do not move point in
5708 default case.
5709
5710 2006-11-21 Romain Francoise <romain@orebokech.com>
5711
5712 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5713 from library name (reverts change of 2005-10-25).
5714
5715 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
5716
5717 * tutorial.el (tutorial--default-keys): Add newline and
5718 delete-backward-char bindings.
5719 (tutorial--detailed-help): Save excursion when finding keys.
5720 Correct warning string for M-x FOO case.
5721 (tutorial--display-changes): Print special keys in tutorial style.
5722 Tweak search regexp for changed keys.
5723
5724 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5725
5726 * thingatpt.el (thing-at-point-url-at-point): Don't add a
5727 redundant scheme.
5728
5729 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
5730
5731 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5732 are new to the list at IANA. Also added irc, mms, mmsh.
5733
5734 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
5735
5736 * progmodes/idlw-help.el (idlwave-html-help-location):
5737 Fail gracefully for missing help packages.
5738 (idlwave-help-assistant-open-link): Open full links.
5739 (idlwave-help-assistant-help-with-topic): Direct help link.
5740
5741 * progmodes/idlwave.el (idlwave-mode):
5742 Set add-log-current-defun-function.
5743 (idlwave-current-routine-fullname): Add, to support add-log.
5744 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5745 to reflect improvements to xml-parse-file.
5746 (idlwave-mode-menu-def): New binding for help-with-topic.
5747
5748 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5749 Handle extra newlines and spaces.
5750 (idlwave-shell-mode-map): Add help-with-topic.
5751
5752 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
5753
5754 * tutorial.el (tutorial-warning-face): New face.
5755 (tutorial--detailed-help, tutorial--display-changes): Use it.
5756 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5757 Improve search pattern for occurrences of changed keys.
5758
5759 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5760
5761 * term/x-win.el (x-last-cut-buffer-coding): New variable.
5762 (x-select-text): Set it.
5763 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5764 when checking for newness.
5765
5766 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
5767
5768 * subr.el (posn-image):
5769 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5770
5771 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5772
5773 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5774
5775 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5776 Exceptions to the rule "add a space between an identifier and an
5777 opening parenthesis". Defaulted to the `#define' problem of cpp.
5778 (glasses-parenthesis-exception-p): New. Check if the region is an
5779 exception regarding to that.
5780 (glasses-make-readable): Use it.
5781 (glasses-convert-to-unreadable): Ditto. Modify the file also if
5782 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5783
5784 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
5785
5786 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5787
5788 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
5789
5790 * progmodes/ada-mode.el (ada-make-body): Fix typo.
5791
5792 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5793 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
5794
5795 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5796
5797 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5798 conditions for function or variable bindings.
5799
5800 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5801
5802 * progmodes/compile.el (compilation-start): Ditto.
5803
5804 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
5805
5806 * net/tramp.el (top): cl and custom are always required.
5807
5808 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5809
5810 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5811 cut-buffers with next-selection-coding-system if not nil.
5812
5813 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5814
5815 * textmodes/org.el (org-fix-decoded-time): New function.
5816 (org-display-custom-time): Use `org-fix-decoded-time'.
5817
5818 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * menu-bar.el (menu-bar-games-menu): Remove yow.
5821
5822 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5823
5824 * textmodes/org.el (org-scan-tags): Re-align code fixed.
5825 (org-detach-overlay): Rename from `org-detatch-overlay'.
5826 (org-table-convert-region): Insert space after column separator.
5827 (org-agenda-kill): New command.
5828 (org-metaleft): Call `org-outdent-item' on bullets.
5829 (org-metaright): Call `org-indent-item' on bullets.
5830 (org-timestamp-change): Set `org-last-changed-timestamp'.
5831 (org-current-line): Make sure (bolp) returns correct result.
5832 (org-agenda-change-all-lines): Make sure TODO are highlighted.
5833
5834 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5837
5838 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
5839
5840 * mouse.el (global-map): Change 2006-08-16 fix to call
5841 mouse-yank-at-click explicitly, since mouse events are not carried
5842 over into keyboard macros.
5843
5844 2006-11-16 Kim F. Storm <storm@cua.dk>
5845
5846 * ido.el (ido-file-internal): Use current buffer's file name as default
5847 choice for ido-find-alternate-file. Suggested by Matt Hodges.
5848
5849 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
5850
5851 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5852 (allout-inhibit-aberrance-doublecheck): Rename from
5853 allout-during-yank-processing. All callers changed.
5854 (allout-ascend): Provide for unusual case where some topic after
5855 the first in file is at lower depth than the first.
5856 (allout-shift-in): Ensure the offspring of the new containing
5857 topic are exposed.
5858 (allout-encrypt-string): Preserve the coding-system of the text,
5859 according to that of the containing buffer.
5860 (allout-toggle-subtree-encryption): When the text being encrypted
5861 requires a different coding system, offer to preserve the coding
5862 system using a file local var.
5863
5864 2006-11-15 Simon Marshall <simon@gnu.org>
5865
5866 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5867 to recognise "T t()" as a function declaration, rather than a
5868 variable instantiation, iff at the top-level or inside a class
5869 declaration. Suggested by Feng Li <fengli@gmail.com>.
5870
5871 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5872
5873 * progmodes/ada-xref.el (ada-parse-prj-file):
5874 Don't delete project buffer; user may want to edit it.
5875 (ada-xref-set-project-field, ada-xref-current-project-file)
5876 (ada-xref-current-project, ada-show-current-project)
5877 (ada-set-main-compile-application): New functions.
5878 (ada-xref-get-project-field, ada-require-project-file):
5879 Normalize use of ada-prj-default-project-file.
5880 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5881 Normalize use of ada-require-project-file.
5882 (ada-prj-find-prj-file): Improve doc string, comments.
5883
5884 * progmodes/ada-mode.el (ada-mode-version): Bump version.
5885 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5886 (ada-create-menu): Add ada-set-main-compile-application,
5887 ada-show-current-main, ada-show-current-project.
5888
5889 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5892 (inferior-python-mode): Use it.
5893
5894 2006-11-14 Andreas Schwab <schwab@suse.de>
5895
5896 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5897
5898 2006-11-13 Kim F. Storm <storm@cua.dk>
5899
5900 * ido.el (ido-copy-current-word): C-o copies region if active.
5901
5902 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5903
5904 * textmodes/org.el (org-emph-face): Fix typo in variable name.
5905
5906 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * ediff.el (ediff-revision):
5909 * files.el (set-visited-file-name):
5910 * mail/rmailout.el (rmail-output-body-to-file):
5911 Use `format', not `message', in `y-or-n-p' call.
5912
5913 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5914
5915 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5916 (org-metaright): Call `org-indent-item' on bullets.
5917 (org-timestamp-change): Set `org-last-changed-timestamp'.
5918 (org-current-line): Make sure (bolp) returns correct result.
5919 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5920
5921 2006-11-12 Richard Stallman <rms@gnu.org>
5922
5923 * language/european.el (turkish-case-conversion-enable)
5924 (turkish-case-conversion-disable): New functions.
5925 ("Turkish" lang env): Use them.
5926
5927 * international/characters.el (case table):
5928 Do nothing special for i and I.
5929
5930 * subr.el (remove-overlays): Fix last change.
5931
5932 * cus-edit.el (custom-save-all): Use find-file-visit-truename
5933 for visiting the custom file.
5934
5935 2006-11-12 Markus Triska <triska@gmx.at>
5936
5937 * play/handwrite.el (handwrite): Also process lines not ending
5938 with newline. Replace some position-fiddling with different
5939 logic. Improve performance.
5940
5941 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
5942
5943 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5944 replacing deleted variable `ada-check-switch'.
5945 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5946 (ada-xref-project-files): Improve doc string.
5947 (ada-find-executable): New function.
5948 (ada-initialize-runtime-library): Use `ada-find-executable'.
5949 (ada-xref-set-default-prj-values): In compile commands, don't need
5950 `ada-cd-command'; `compile' does that more portably.
5951 Use ada-prj-default-check-cmd.
5952 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5953 properties if not specified in project file.
5954 (ada-goto-declaration): Display useful message for new error
5955 'error-file-not-found.
5956 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5957 'error-file-not-found.
5958 (ada-get-all-references): Match latest ali syntax. Signal new
5959 error 'error-file-not-found.
5960 (ada-find-in-ali): Match latest ali syntax.
5961 (ada-make-filename-from-adaname): Handle different semantics of
5962 gnatkr in GNAT 3.15p vs later.
5963
5964 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5965 ada-procedure-start-regexp.
5966 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5967
5968 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5969 with defvar.
5970 (ada-language-version): Rename ada05 -> ada2005.
5971 (ada-align-region-separate): Add `eval-when-compile'.
5972 (ada-name-regexp): Remove unneeded escapes in regexp character
5973 alternative.
5974 (ada-compile-goto-error-file-linenr-re): New constant.
5975 (ada-matching-start-re): Handle additional cases `declare',
5976 `procedure', `function'.
5977 (ada-compile-goto-error): Handle "... at line nn".
5978 (ada-mode): Clearer syntax, comments for ff-special-constructs.
5979 Delete support for old versions of `align'.
5980 (ada-search-prev-end-stmt): Handle additional keyword `private'.
5981 (ada-check-defun-name): Simplify handling of `declare'.
5982 (ada-goto-matching-start): Handle nested `begin ... end'.
5983 Handle `declare', `protected', `procedure', `function'.
5984 (ada-create-menu): Presence of arm95 is not conditional on using
5985 GNAT compiler.
5986
5987 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
5988
5989 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5990 nil in the *RE-Builder* buffer (it causes spurious error messages).
5991
5992 * server.el (server-visit-files): If `minibuffer-auto-raise' has
5993 been set to t, respect it.
5994
5995 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
5996
5997 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5998 Delete commented out code for old Emacs versions. Autoloading of
5999 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6000 (ada-mode-version): Bump version number.
6001 (ada-95-string-keywords, ada-2005-string-keywords)
6002 (ada-2005-keywords, ada-name-regexp): New constant.
6003 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6004 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6005 (ada-package-start-regexp): Support private packages, include package
6006 name (for ada-set-point-accordingly).
6007 (ada-next-procedure, ada-previous-procedure)
6008 (ada-which-function-are-we-in): Match changes to
6009 ada-procedure-start-regexp.
6010 (ada-make-body): Make non-interactive; not a user function.
6011 (ada-make-subprogram-body): Improve doc string.
6012
6013 2006-11-11 Romain Francoise <romain@orebokech.com>
6014
6015 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6016 `compilation-error-regexp-alist' buffer-local, since we changed
6017 `compilation-error-regexp-alist-alist' locally.
6018
6019 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6020
6021 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6022 to the value of `server-raise-frame'.
6023
6024 2006-11-11 Glenn Morris <rgm@gnu.org>
6025
6026 * ido.el (ido-enable-prefix)
6027 * ses.el (ses-call-printer-return)
6028 * net/tramp.el (tramp-unified-filenames)
6029 * progmodes/cc-align.el (c-lineup-string-cont)
6030 * progmodes/compile.el (compilation-directory-matcher)
6031 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6032 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6033 (vhdl-clock-rising-edge)
6034 * textmodes/org.el (org-export-with-timestamps)
6035 (org-export-remove-timestamps-from-toc)
6036 (org-export-with-tags): Improve previous doc fixes.
6037
6038 2006-11-11 Richard Stallman <rms@gnu.org>
6039
6040 * textmodes/flyspell.el (flyspell-mode-map):
6041 Bind C-c $ instead of M-RET.
6042
6043 2006-11-10 Simon Marshall <simon@gnu.org>
6044
6045 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6046 fontification for "case" and "default" keywords.
6047
6048 2006-11-10 Andreas Schwab <schwab@suse.de>
6049
6050 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6051 Avoid starting sentence with "nil".
6052
6053 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6054
6055 * server.el (server-raise-frame): New option.
6056 (server-switch-buffer): Use it.
6057
6058 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6061 with a capital.
6062
6063 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6064
6065 * textmodes/org.el (org-show-hierarchy-above)
6066 (org-show-following-heading): Fix typo in default value.
6067 (org-scan-tags): Make the search case-sensitive.
6068 (org-tags-sparse-tree): Don't overrule
6069 `org-show-following-heading' and `org-show-hierarchy-above'.
6070 (org-reveal): New command.
6071 (org-show-context): Rename from `org-show-hierarchy-above'.
6072 (org-fast-tag-selection-single-key): New option.
6073 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6074 (org-tags-overlay): New variable.
6075 (org-agenda-todo-ignore-deadlines): New option.
6076 ("session"): Add circular data structure `org-mark-ring' to
6077 exceptions list in session.el.
6078 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6079 New options.
6080 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6081 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6082 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6083 (org-finalize-agenda): Activate bracket links in agenda.
6084 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6085 INACTIVE-OK.
6086 (org-show-hierarchy-above, org-show-following-heading):
6087 List values allowed for fine-tuned configuration.
6088 (org-show-hierarchy-above): New argument CONTEXT, use the
6089 fine-tuned settings in `org-show-hierarchy-above' and
6090 `org-show-following-heading'.
6091 (org-display-custom-time): New function.
6092 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6093 (org-display-custom-times, org-time-stamp-custom-formats):
6094 (org-maybe-intangible): New macro.
6095 (org-activate-bracket-links, org-hide-wide-columns):
6096 Use `org-maybe-intangible'.
6097 (org-open-file): Use `shell-quote-argument'.
6098 (org-display-internal-link-with-indirect-buffer): New option.
6099 (org-file-remote-p): Get regexp from list.
6100 (org-link-expand-abbrev): New function.
6101 (org-link-abbrev-alist): New option.
6102 (org-open-at-point, org-cleaned-string-for-export):
6103 Call `org-link-expand-abbrev'.
6104 (org-timeline, org-agenda-list, org-todo-list)
6105 (org-tags-view): Remove the KEEP-MODES argument.
6106 (org-finalize-agenda-hook): New hook.
6107 (org-get-alist-option): New function.
6108 (org-follow-timestamp-link): New function.
6109 (org-open-at-point): Call `org-follow-timestamp-link'.
6110 (org-log-note-marker, org-log-note-purpose)
6111 (org-log-note-window-configuration): New variables.
6112 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6113 (org-log-note-headings): New option.
6114 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6115 (org-store-link): Support for dired-mode.
6116 (org-open-file): Substitute environment variables into filename.
6117 (org-last): New defsubst.
6118 (org-agenda-re-align-tags): New function.
6119 (org-agenda-align-tags-to-column): New option.
6120 (org-agenda-timeline): Group removed.
6121 (org-prepare-agenda, org-prepare-agenda-buffers)
6122 (org-run-agenda-series, org-timeline, org-agenda-list)
6123 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6124 the text property inticating the agenda type.
6125 (org-agenda-post-command-hook): Get agenda type from text property
6126 at point.
6127 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6128 and obey `org-agenda-overriding-arguments'.
6129 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6130 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6131 (org-agenda-week-view, org-agenda-day-view):
6132 Use `org-agenda-overriding-arguments' to make updating work with
6133 multi-block agendas.
6134 (org-agenda-prefix-format): Allow different formats for the
6135 different agenda entry types.
6136 (org-timeline-prefix-format): Option removed, use
6137 `org-agenda-prefix-format' instead.
6138 (org-prepare-agenda): New function.
6139 (org-select-timeline-window): Option removed, use
6140 `org-select-agenda-window' instead.
6141 (org-respect-restriction): Variable removed.
6142 (org-cmp-tag): New function.
6143 (org-agenda-sorting-strategy, org-entries-lessp):
6144 Implement sorting by last tag.
6145 (org-complete): Better completion in in-buffer option lines.
6146 (org-in-item-p): New function.
6147 (org-org-menu): Add entries for checkboxes.
6148 (org-cycle): Extra brouping in outline-regexp, because it is used
6149 in a search with "^" prepended.
6150 (org-provide-checkbox-statistics): New option.
6151 (org-set-font-lock-defaults): Highlight checkbox statistics.
6152 (org-update-checkbox-count-maybe)
6153 (org-get-checkbox-statistics-face): New functions.
6154 (org-update-checkbox-count): New command.
6155 (org-insert-item, org-toggle-checkbox):
6156 Call `org-update-checkbox-count-maybe'.
6157 (org-export-as-html): XEmacs compatibility for coding system.
6158 (org-force-cycle-archived): New command.
6159 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6160 overrules cycling.
6161 (org-fix-position-after-promote): If the line contains only a todo
6162 keyword, add a final space.
6163 (org-promote-subtree, org-demote-subtree):
6164 Call `org-fix-position-after-promote'.
6165
6166 2006-11-10 Glenn Morris <rgm@gnu.org>
6167
6168 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6169 date in every year.
6170 (calendar-dst-check-each-year-flag): New customizable variable.
6171 (calendar-dst-find-data): New function, extracted from
6172 calendar-current-time-zone.
6173 (calendar-current-time-zone): Use calendar-dst-find-data.
6174 (calendar-dst-transition-cache): New variable.
6175 (calendar-dst-find-startend, calendar-dst-starts)
6176 (calendar-dst-ends): New functions.
6177 (calendar-daylight-savings-starts)
6178 (calendar-daylight-savings-ends): Change value to use
6179 calendar-dst-starts, calendar-dst-ends; respectively.
6180
6181 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6182
6183 * ido.el (ido-enable-prefix)
6184 * ses.el (ses-call-printer-return)
6185 * net/tramp.el (tramp-unified-filenames)
6186 * progmodes/cc-align.el (c-lineup-string-cont)
6187 * progmodes/compile.el (compilation-directory-matcher)
6188 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6189 * progmodes/gdb-ui.el (gdb-many-windows)
6190 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6191 (vhdl-clock-rising-edge)
6192 * textmodes/org.el (org-export-with-timestamps)
6193 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6194 (org-read-date): Doc fix (Nil -> nil).
6195
6196 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6197
6198 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6199 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6200
6201 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6202
6203 * bs.el (bs--window-for-buffer): Remove.
6204 (bs--show-with-configuration): Use `get-window-with-predicate'
6205 instead of `bs--window-for-buffer'.
6206
6207 2006-11-10 Kenichi Handa <handa@m17n.org>
6208
6209 * files.el (revert-buffer): Fix previous change.
6210
6211 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6212
6213 * bs.el (bs--redisplay): Fix typo in docstring.
6214 (bs--window-config-coming-from): Make frame-local.
6215 (bs--restore-window-config): New function.
6216 (bs-kill, bs-select, bs-select-other-window)
6217 (bs-select-other-frame): Use it.
6218 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6219 (bs--show-with-configuration): Save the window configuration as a
6220 frame local var, and only if *buffer-selection* is not already
6221 visible on this frame.
6222
6223 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * vc-svn.el (vc-svn-admin-directory): New var.
6226 (vc-svn-registered, vc-svn-responsible-p)
6227 (vc-svn-repository-hostname): Use it.
6228 Suggested by arit93@yahoo.com.
6229
6230 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * ldefs-boot.el: Regenerate.
6233
6234 2006-11-08 Alan Mackenzie <acm@muc.de>
6235
6236 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6237 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6238 for least nested open-paren.
6239
6240 2006-11-08 Romain Francoise <romain@orebokech.com>
6241
6242 * subr.el (remove-overlays): Fix typo in last change.
6243
6244 2006-11-08 Richard Stallman <rms@gnu.org>
6245
6246 * subr.el (remove-overlays): Call overlay-recenter.
6247
6248 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6249
6250 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6251 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6252 behaviour.
6253 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6254 directly.
6255
6256 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6257
6258 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6259 (ido-max-dir-file-cache, ido-decorations)
6260 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6261 (ido-magic-backward-char, ido-enter-dired)
6262 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6263 (ido-list-directory, ido-first-match, ido-only-match)
6264 (ido-subdir, ido-indicator): Fix typos in docstrings.
6265 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6266 (ido-read-internal): Fix typo in error message.
6267
6268 2006-11-08 Kenichi Handa <handa@m17n.org>
6269
6270 * international/mule-cmds.el (set-default-coding-systems):
6271 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6272
6273 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * makefile.w32-in (setwins): Remove.
6276 (WINS_ALMOST): New macro.
6277 (WINS): Use it.
6278 (autoloads): Don't extract autoloads from files in obsolete/.
6279
6280 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * whitespace.el (whitespace-buffer): Call remove-overlays after
6283 overlay-recenter for performance. Suggested by Martin Rudalics.
6284
6285 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6286
6287 * net/tramp.el (tramp-default-method): scp is the default method.
6288
6289 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * server.el (server-start): Save also the Emacs pid in the server file.
6292
6293 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6294
6295 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6296 point when displaying a bibtex cross reference in the echo area.
6297
6298 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6299
6300 * international/mule.el (make-char): Fix typo in docstring.
6301 (load-with-code-conversion, charsetp): Doc fixes.
6302
6303 * international/ja-dic-cnv.el (skkdic-convert):
6304 * cus-edit.el (hook): Fix typo in docstring.
6305
6306 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6309 (custom-mode-link-map): New variable.
6310 (custom-group-link, custom-manual): Use follow-link.
6311
6312 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6313
6314 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6315 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6316
6317 2006-11-06 Richard Stallman <rms@gnu.org>
6318
6319 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6320 New function broken out of flyspell-correct-word.
6321 (flyspell-mode-map): Bind it to M-RET.
6322 (flyspell-correct-word): Call it.
6323
6324 * textmodes/fill.el (fill-minibuffer-function): New function.
6325 (fill-paragraph): Bind fill-paragraph-function to
6326 fill-minibuffer-function.
6327
6328 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6329 so that they aren't undefined.
6330
6331 * dired.el (dired-readin): Locally bind file-name-coding-system.
6332
6333 * bindings.el: Shorten and clarify usual mode line mouse help string.
6334
6335 * Makefile.in (autoloads): Don't include `obsolete'.
6336
6337 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6340 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6341 Printing menu if it's not initialized.
6342 (pr-menu-bind): Act on menu-bar-file-menu directly.
6343
6344 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6345
6346 * help.el (view-emacs-news): Fix typo in error message.
6347
6348 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6349
6350 * shadowfile.el (shadow-define-regexp-group)
6351 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6352 (shadow-read-files): Fix typo in message.
6353 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6354 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6355 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6356 (shadow-file-match): Fix typos in docstrings.
6357
6358 * terminal.el (terminal-emulator): Fix typo in message.
6359
6360 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6361
6362 * emacs-lisp/lselect.el (x-kill-primary-selection)
6363 (x-delete-primary-selection, x-copy-primary-selection):
6364 Fix typos in error messages.
6365
6366 * emulation/edt-mapper.el: Fix typo in interactive message.
6367
6368 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6369
6370 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6371 (ispell-help): Fix typos in docstrings.
6372 (ispell-help): Fix typo in output message.
6373
6374 * allout.el (allout-adjust-file-variable)
6375 (allout-passphrase-verifier-string)
6376 (allout-passphrase-hint-string)
6377 (allout-toggle-current-subtree-encryption):
6378 * apropos.el (apropos-synonyms):
6379 * cus-edit.el (hook):
6380 * emacs-lock.el (emacs-lock-from-exiting):
6381 * follow.el (follow-avoid-tail-recenter-p):
6382 * hexl.el (hexl-mode):
6383 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6384 * mouse.el (mouse-set-font):
6385 * resume.el (resume-emacs-args-file):
6386 * rfn-eshadow.el (file-name-shadow-tty-properties):
6387 * t-mouse.el (t-mouse-process, t-mouse-mode):
6388 * emacs-lisp/cust-print.el (custom-print-install)
6389 (custom-print-uninstall, custom-format):
6390 * emacs-lisp/shadow.el (list-load-path-shadows):
6391 * emulation/tpu-edt.el (tpu-help-text)
6392 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6393 (tpu-reset-control-keys):
6394 * emulation/vip.el (vip-emacs-local-map)
6395 (vip-change-mode-to-emacs):
6396 * emulation/viper.el (viper-mode, viper-set-hooks)
6397 (viper-major-mode-modifier-list):
6398 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6399 * emulation/viper-keym.el (viper-emacs-kbd-map)
6400 (viper-toggle-key):
6401 * mail/feedmail.el (feedmail-queue-reminder)
6402 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6403 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6404 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6405 (feedmail-sender-line, feedmail-force-binary-write)
6406 (feedmail-from-line, feedmail-deduce-envelope-from)
6407 (feedmail-x-mailer-line, feedmail-message-id-generator)
6408 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6409 (feedmail-enable-spray, feedmail-spray-this-address)
6410 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6411 (feedmail-queue-runner-confirm-global)
6412 (feedmail-ask-before-queue-prompt)
6413 (feedmail-ask-before-queue-reprompt)
6414 (feedmail-prompt-before-queue-standard-alist)
6415 (feedmail-prompt-before-queue-user-alist)
6416 (feedmail-prompt-before-queue-help-supplement)
6417 (feedmail-queue-use-send-time-for-message-id)
6418 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6419 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6420 (feedmail-mail-send-hook-queued)
6421 (feedmail-confirm-addresses-hook-example)
6422 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6423 (feedmail-queue-runner-mode-setter)
6424 (feedmail-queue-alternative-mail-header-separator)
6425 (feedmail-queue-runner-message-sender)
6426 (feedmail-buffer-eating-function, feedmail-binmail-template)
6427 (feedmail-run-the-queue-no-prompts)
6428 (feedmail-run-the-queue-global-prompt)
6429 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6430 (feedmail-envelope-deducer, feedmail-fiddle-date)
6431 (feedmail-default-message-id-generator)
6432 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6433 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6434 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6435 (vms-pmail-setup):
6436 * play/dunnet.el (dun-help):
6437 * play/handwrite.el (handwrite):
6438 * play/hanoi.el (hanoi-unix-64):
6439 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6440 * textmodes/enriched.el (fixed):
6441 * textmodes/org.el (org-file-apps)
6442 (org-emphasis-regexp-components, org-emphasis-alist):
6443 * textmodes/texinfmt.el (batch-texinfo-format):
6444 Fix typos in docstrings.
6445
6446 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6447
6448 * loadhist.el (read-feature): Don't complete features not loaded
6449 from a file (which make `unload-feature' to fail).
6450
6451 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6452
6453 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6454
6455 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * startup.el (command-line-1): Kill emacs if the last frame is
6458 deleted while evaluating the command-line arguments.
6459
6460 2006-11-05 Richard Stallman <rms@gnu.org>
6461
6462 * startup.el (init-file-had-error): Add doc string.
6463 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6464 Use fixed-width font for keyboard key descriptions.
6465
6466 * cus-edit.el (custom-save-all): Error if saving in .emacs
6467 and it had an error when loaded.
6468
6469 * dired-aux.el (dired-copy-file-recursive): Catch errors
6470 from recursive copies in the loop, around the recursive call.
6471
6472 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6473
6474 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6475 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6476 `/proc/acpi/thermal_zone/*'.
6477 (battery-search-for-one-match-in-files): New. Search a regexp in
6478 the content of some files.
6479
6480 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6481
6482 * window.el (mouse-autoselect-window-now): Remove variable.
6483 (mouse-autoselect-window-state): New variable.
6484 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6485 (mouse-autoselect-window-select, handle-select-window):
6486 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6487 Suspend delayed autoselection during menu or popup dialog.
6488
6489 * info-look.el (info-lookup-guess-custom-symbol): New function
6490 for retrieving symbol at point in custom buffers.
6491 (top level) <info-lookup-maybe-add-help>: Add backquote and
6492 comma to ignored characters in regexps of help specifications
6493 for emacs-lisp-mode and lisp-interaction-mode. This permits
6494 looking up symbols in `...' and after a comma. Add help
6495 specifications for custom-mode and help-mode.
6496
6497 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6498
6499 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6500 Don't encode body if RAW is non-nil, or if the old encoding is
6501 identical to the new encoding, or if the body contains only
6502 eight-bit-* characters.
6503
6504 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6505
6506 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6507 (faces-sample-overlay): Remove variable.
6508 (describe-face): Insert sample text in the face being described.
6509
6510 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6511
6512 * whitespace.el (whitespace-indent-regexp): Make this match any
6513 multiples of eight spaces near the beginning of a line.
6514 (whitespace-buffer): Use `remove-overlays' instead of
6515 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6516 speed up overlay handling.
6517 (whitespace-buffer-leading, whitespace-buffer-trailing):
6518 Make these functions highlight the text removed by
6519 `whitespace-buffer-leading-cleanup' and
6520 `whitespace-buffer-trailing-cleanup' respectively.
6521 (whitespace-buffer-search): Use `with-local-quit'.
6522 Move `format' out of loop to speed up scanning larger buffers.
6523 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6524 that function is never added to a hook.
6525 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6526 (whitespace-buffer-leading-cleanup)
6527 (whitespace-refresh-rescan-list): Fix docstrings.
6528
6529 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6530
6531 * allout.el (allout-during-yank-processing): Cue for inhibiting
6532 aberrance processing during yanks.
6533 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6534 the amount of yanked topics that can be aberrant.
6535 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6536 a function, and supplement with inihibition of doublechecking
6537 during yanks.
6538 (allout-beginning-of-line, allout-next-heading)
6539 (allout-previous-heading, allout-goto-prefix-doublechecked)
6540 (allout-back-to-current-heading, allout-next-visible-heading)
6541 (allout-next-sibling): Use new allout-do-doublecheck function.
6542 (allout-next-sibling): Ensure we made progress when returning
6543 other than nil.
6544 (allout-rebullet-heading): Preserve text property annotations
6545 indicating the text was hidden, if it was.
6546 (allout-kill-line): Remove any added was-hidden annotations.
6547 (allout-kill-topic): Remove any added was-hidden annotations.
6548 (allout-annotate-hidden): Inhibit adding was-hidden text
6549 properties to the undo list.
6550 (allout-deannotate-hidden): New function to remove was-hidden
6551 annotation.
6552 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6553 (allout-remove-exposure-annotation): Replace by
6554 allout-deannotate-hidden.
6555 (allout-yank-processing): Signal that yank processing is happening
6556 with allout-during-yank-processing. Also, wrap
6557 allout-unprotected's closer to the text changes, for easier
6558 debugging. We need to inhibit-field-text-motion explicitly, in
6559 lieu of the encompassing allout-unprotected.
6560 (outlineify-sticky): Adjust criteria for triggering new outline
6561 decorations to presence or absence of any topics, not just a topic
6562 at the beginning of the buffer.
6563
6564 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6565
6566 * bs.el (bs--show-all, bs--redisplay):
6567 * cus-edit.el (custom-unlispify-menu-entries)
6568 (custom-unlispify-tag-names, custom-prompt-variable):
6569 * expand.el (expand-pos):
6570 * speedbar.el (speedbar-generic-list-tag-p):
6571 * wid-edit.el (widget-image-enable):
6572 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6573 * emacs-lisp/find-func.el (find-function-noselect)
6574 (find-function, find-variable-noselect, find-variable)
6575 (find-definition-noselect, find-face-definition):
6576 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6577 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6578 * progmodes/ada-xref.el (ada-find-in-ali):
6579 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6580 * textmodes/org.el (org-copy-subtree):
6581 * textmodes/table.el (table--row-column-insertion-point-p):
6582 Use "non-nil" in docstrings.
6583
6584 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6585
6586 * sort.el (sort-columns): Set the field separator to tab; on
6587 NetBSD, sort complains if "\n" is used as field separator.
6588
6589 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6590
6591 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6592
6593 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * server.el (server-auth-key): Remove. Replace by a process-property.
6596 (server-start): Don't remove the file of the previous process, but
6597 instead clear out the place for the new file.
6598 (server-start): Set the :auth-key property.
6599 (server-process-filter): Use the :auth-key property.
6600
6601 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
6602
6603 * textmodes/org.el (org-mode-map): No longer copy
6604 `outline-mode-map' explicitly - this is already done by
6605 `define-derived-mode'.
6606
6607 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
6608
6609 * server.el (server-visit-files): Use `when'.
6610 (server-process-filter): When authentication fails, send error
6611 message to client. Wrap `process-send-region' in `ignore-errors'
6612 instead of `condition-case', and remove misleading comment.
6613
6614 2006-11-01 Juri Linkov <juri@jurta.org>
6615
6616 * simple.el (yank): Doc fix.
6617
6618 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * server.el: Try and fit within 80 columns.
6621 (server-start): Make the auth file unreadable by other users.
6622
6623 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6624
6625 * battery.el (battery-linux-proc-acpi): Prevent range error when
6626 `full-capacity' is 0.
6627
6628 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6629
6630 * faces.el (faces-sample-overlay): New defvar.
6631 (faces-sample-overlay): New function to show face sample text.
6632 (describe-face): Use it.
6633
6634 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
6635
6636 * progmodes/ada-stmt.el: Change maintainer, apply
6637 whitespace-cleanup, checkdoc.
6638 (ada-func-or-proc-name): Add doc string.
6639
6640 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6641 whitespace-cleanup, checkdoc. Minor improvements to many doc
6642 strings and comments.
6643 (ada-prj-display-page): Change buffer name to more accurately
6644 reflect function.
6645
6646 * progmodes/ada-xref.el: Change maintainer, apply
6647 whitespace-cleanup, checkdoc. Minor improvements to many doc
6648 strings and comments. Don't look for `gvd' or `ddd' debuggers.
6649 (ada-compile-current): Don't add newlines to commands.
6650
6651 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
6652
6653 * server.el: Add support for TCP sockets.
6654 (server-use-tcp, server-host, server-auth-dir): New options.
6655 (server-auth-key): New variable.
6656 (server-ensure-safe-dir): Create nonexistent parent dirs.
6657 Ignore Unix-style file modes on Windows.
6658 (server-start): Crete a TCP or Unix socket according to the value
6659 of `server-use-tcp'. For TCP sockets, create the id/auth file in
6660 `server-auth-dir' directory.
6661 (server-process-filter): Delete process if authentication
6662 fails (which never happens for Unix sockets).
6663
6664 2006-10-30 David Kastrup <dak@gnu.org>
6665
6666 * subr.el (add-to-list): Don't continue checking if a match has
6667 been found.
6668
6669 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * tutorial.el: Move defvars to avoid bytecomp warnings.
6672 (tutorial--find-changed-keys): Check if viper-current-state is
6673 bound before using it.
6674 (help-with-tutorial): Check if viper-tutorial is defined before
6675 using it.
6676
6677 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
6678
6679 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6680
6681 * tutorial.el: New file.
6682 (help-with-tutorial): Move here from help-fns.el. Added help for
6683 rebound keys. Fixed resume of tutorial.
6684 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6685 (tutorial--find-changed-keys, tutorial--display-changes)
6686 (tutorial--saved-dir, tutorial--saved-file)
6687 (tutorial--save-tutorial): New functions to support the changes in
6688 help-with-tutorial.
6689
6690 2006-10-30 Kenichi Handa <handa@m17n.org>
6691
6692 * files.el (revert-buffer): If a unibyte buffer is being reverted
6693 with a coding system for multibyte, set buffer multibyte before
6694 calling insert-file-contents.
6695
6696 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * server.el (server-select-display): Use a dummy buffer to detect when
6699 the frame is later used.
6700 (server-select-display): New function.
6701 (server-process-filter): Use it to detect unused temp frames.
6702
6703 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
6704
6705 * progmodes/ada-mode.el: Change maintainer, apply
6706 whitespace-clean, checkdoc. Minor improvements to many doc strings.
6707 (ada-mode-version): New function.
6708 (ada-create-menu): Menu operations are available for all supported
6709 compilers.
6710
6711 2006-10-29 Lars Hansen <larsh@soem.dk>
6712
6713 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6714 Highlight as keyword.
6715 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6716 Don't call tramp-method-out-of-band-p for local files.
6717 (tramp-touch): Quote file name.
6718
6719 2006-10-28 Glenn Morris <rgm@gnu.org>
6720
6721 * calendar/calendar.el (cal-html-cursor-month)
6722 (cal-html-cursor-year): Add autoloads for this new package.
6723 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6724
6725 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
6726
6727 * calendar/cal-html.el: New file.
6728
6729 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * emacs-lisp/authors.el (authors-aliases): Update.
6732
6733 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * version.el (emacs-version): Bump version number to 22.0.90.
6736
6737 2006-10-26 John W. Eaton <jwe@octave.org>
6738
6739 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6740 New defvar.
6741 (inferior-octave-resync-dirs): Check to see whether Octave has
6742 built-in variables and set inferior-octave-has-built-in-variables.
6743 Check inferior-octave-has-built-in-variables to decide whether to
6744 send commands that set built-in variables or call functions to
6745 change Octave's behavior.
6746 Send "disp (pwd ())" to Octave instead of just "pwd".
6747 (inferior-octave-startup): Send "more off" to Octave instead of
6748 "page_screen_output = 0".
6749
6750 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
6751
6752 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6753 pattern normally.
6754
6755 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
6756
6757 * bindings.el (mode-line-mode-menu): Remove bindings for global
6758 minor modes (line/column number) as they are on the menubar.
6759
6760 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
6761
6762 * term/w32-win.el (x-handle-name-switch): Doc fix.
6763 (w32-standard-fontset-spec): Fix typo in docstring.
6764
6765 * midnight.el (midnight-buffer-display-time): Doc fix.
6766 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6767
6768 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
6769
6770 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6771
6772 * viper-ex.el (ex-read): Quote file argument.
6773
6774 * ediff-diff.el (ediff-same-file-contents): Expand file names.
6775
6776 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6777
6778 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6779
6780 * textmodes/flyspell.el (flyspell-check-region-doublons):
6781 Fix last fix.
6782
6783 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * bindings.el (mode-line-mode-menu): List global minor modes
6786 before local ones.
6787
6788 2006-10-23 Kim F. Storm <storm@cua.dk>
6789
6790 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6791 (sit-for): If last command was a prefix arg, add the read-ahead
6792 event to unread-command-events as (t . EVENT) so it will be added
6793 to this-command-keys by read-key-sequence.
6794
6795 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6796
6797 * textmodes/flyspell.el (flyspell-word): Skip past all previous
6798 whitespace when checking doublons.
6799 (flyspell-check-region-doublons): Fix doublon regexp.
6800 (flyspell-highlight-incorrect-region): Highlight doublons using
6801 flyspell-duplicate face.
6802
6803 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6804
6805 2006-10-22 John Wiegley <johnw@newartisans.com>
6806
6807 * progmodes/python.el (python-use-skeletons): python-mode was
6808 auto-inserting templates (for those with abbrev-mode on), not only
6809 by default -- *but without a configuration variable to disable
6810 it*. This rendered python-mode completely useless for me, so I
6811 have added `python-use-skeletons', which is now off by default.
6812
6813 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
6814
6815 * progmodes/cperl-mode.el (cperl-mode): Don't assume
6816 font-lock-multiline is auto-local (it's not).
6817 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6818 initialized before calling cperl-init-faces.
6819
6820 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
6821
6822 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6823 gdb-stack-position a value when there is no fringe.
6824
6825 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6826 indicator if not visiting a file.
6827
6828 2006-10-20 David Kastrup <dak@gnu.org>
6829
6830 * window.el (kill-buffer-and-window): Fix a bug where an aborted
6831 operation would still cause some window to collapse later.
6832
6833 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * vc.el (vc-switch-backend): Try to be more careful with unwanted
6836 side-effect due to mixing various backends's file properties.
6837
6838 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6839 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
6840 Return `filename's status if applicable. Update callers.
6841
6842 2006-10-19 Kenichi Handa <handa@m17n.org>
6843
6844 * international/kkc.el (kkc-region): When a key sequence is not
6845 defined, append (this-single-command-raw-keys) to
6846 unread-input-method-events.
6847
6848 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
6849
6850 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6851
6852 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6853
6854 * version.el (emacs-version): Use mac-carbon-version-string.
6855
6856 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6857
6858 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6859
6860 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6861 Kenichi Handa).
6862 (xselect-convert-to-string): Decline requests for UTF8_STRING if
6863 the selection is not UTF-8.
6864
6865 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6866
6867 * progmodes/ada-mode.el (ada-83-string-keywords)
6868 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6869 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6870 (ada-looking-at-semi-private, ada-get-body-name):
6871 Fix typos in docstrings.
6872 (ada-create-case-exception, ada-create-case-exception-substring):
6873 Fix typos in error messages.
6874 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6875
6876 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6877
6878 * term/x-win.el (res-geometry): Don't set geometry from Xresources
6879 to default-frame-alist if default-frame-alist already contains
6880 width/height.
6881
6882 2006-10-18 Richard Stallman <rms@gnu.org>
6883
6884 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6885 Non-interactive arg is the value, not the expression.
6886
6887 * simple.el (read-expression-map): Just set it, no defvar.
6888
6889 * subr.el (insert-for-yank-1): If last inserted char has
6890 properties, mark them as rear-nonsticky.
6891
6892 * recentf.el (recentf-mode): Doc fix.
6893
6894 * facemenu.el (facemenu-add-new-face): Defend against symbol
6895 that isn't a face name.
6896
6897 * dired-aux.el (dired-do-copy): Doc fix.
6898
6899 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
6900
6901 * simple.el (line-move-1): Ignore fields when moving to the
6902 beginning of line to avoid getting point stuck.
6903
6904 2006-10-18 Martin Rudalics <rudalics@gmx.at>
6905
6906 * textmodes/flyspell.el (flyspell-word-search-backward):
6907 Set inhibit-point-motion-hooks to avoid looping due to intangibile
6908 text.
6909
6910 2006-10-16 Richard Stallman <rms@gnu.org>
6911
6912 * help-fns.el (describe-function-1): Special case optimization
6913 for self-insert-command.
6914
6915 2006-10-16 Kim F. Storm <storm@cua.dk>
6916
6917 * ido.el (ido-reread-directory): Work in `dir' mode too.
6918
6919 2006-10-15 Martin Rudalics <rudalics@gmx.at>
6920
6921 * textmodes/table.el: Require 'regexp-opt.
6922
6923 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
6924
6925 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6926 Use shell-quote-argument.
6927
6928 * shell.el (explicit-bash-args): Likewise.
6929
6930 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6931 Use grep -E rather than egrep.
6932
6933 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6934
6935 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6936
6937 2006-10-15 Kim F. Storm <storm@cua.dk>
6938
6939 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6940
6941 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6942
6943 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6944 to protect whitespace and metacharacters from the shell.
6945
6946 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6947
6948 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6949
6950 2006-10-13 Eli Zaretskii <eliz@gnu.org>
6951
6952 * subr.el (start-process-shell-command): Doc fix.
6953
6954 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
6955
6956 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6957 the regexp for Maxima symbols.
6958
6959 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6962 (vc-find-root): Don't walk higher up than ~.
6963
6964 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * international/utf-8.el (utf-translate-cjk-load-tables):
6967 Avoid clobbering last-coding-system-used during load.
6968
6969 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
6970
6971 * textmodes/reftex-global.el (reftex-create-tags-file):
6972 Quote file arguments.
6973
6974 2006-10-12 Richard Stallman <rms@gnu.org>
6975
6976 * files.el (file-name-history): Add defvar.
6977 (save-some-buffers-action-alist): Improve description strings.
6978
6979 2006-10-12 Andreas Schwab <schwab@suse.de>
6980
6981 * files.el (auto-mode-alist): Match change log file name also with
6982 a dash before a numeric extension.
6983
6984 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
6985
6986 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6987 After 5.0:
6988 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6989
6990 After 5.1: Major edit. Summary of most visible changes:
6991
6992 - Multiple <<HERE per line allowed.
6993 - Handles multiline subroutine declaration headers (with comments).
6994 (The exception is `cperl-etags' - but it is not used in the rest
6995 of the mode.)
6996 - Fontifies multiline my/our declarations (even with comments,
6997 and with legacy `font-lock').
6998 - Major speedup of syntaxification, both immediate and postponed
6999 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7000 huge real-life document I tested).
7001 - New bindings, edits to imenu.
7002 - "_" is made into word-char during fontification/syntaxification;
7003 some attempts to recognize non-word "_" during other operations too.
7004 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7005 - autoload some more perldoc-related stuff
7006 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7007 - Attempt to incorporate XEmacs edits which reached me.
7008
7009 Fine-grained changelog:
7010 (cperl-hook-after-change): New configuration variable.
7011 (cperl-vc-sccs-header): Likewise.
7012 (cperl-vc-sccs-header): Likewise.
7013 (cperl-vc-header-alist): Default via two preceding variables.
7014 (cperl-invalid-face): Remove double quoting under XEmacs
7015 (still needed under 21.2).
7016 (cperl-tips): Update URLs for resources.
7017 (cperl-problems): Likewise.
7018 (cperl-praise): Mention new features.
7019 New C-c key bindings: for `cperl-find-bad-style',
7020 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7021 `cperl-perdoc', and `cperl-perldoc-at-point'.
7022 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7023 moved, new submenu of Tools with Ispell entries and narrowing.
7024 (cperl-after-sub-regexp): New defsubst.
7025 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7026 Allows heads up to head4.
7027 Allow "package;".
7028 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7029 (paren-backwards-message): ??? Something for XEmacs???
7030 (cperl-mode): Never auto-switch abbrev-mode off.
7031 Try to allow '_' be non-word char.
7032 Do not use `font-lock-unfontify-region-function' on XEmacs.
7033 Reset syntax cache on mode start.
7034 Support multiline facification (even on legacy `font-lock').
7035 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7036 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7037 refuse to inform us whether the fontification is due to lazy
7038 calling or due to edit to a buffer, install our own hook
7039 (controlled by `cperl-hook-after-change').
7040 (cperl-electric-pod): =cut may have been recognized as start.
7041 (cperl-block-p): Move, updatedfor attributes.
7042 (cperl-calculate-indent): Try to allow '_' be non-word char
7043 Support subs with attributes.
7044 (cperl-where-am-i): Quiet (?) a warning.
7045 (cperl-cached-syntax-table): New function.
7046 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7047 (cperl-unwind-to-safe): Recognize `syntax-type' property
7048 changing in a middle of line.
7049 (cperl-find-sub-attrs): New function.
7050 (cperl-find-pods-heres): Allow many <<EOP per line.
7051 Allow subs with attributes.
7052 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7053 Recognize "extproc " (OS/2) case-folded and only at start.
7054 /x on s///x with empty replacement was not recognized.
7055 Better comments.
7056 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7057 Allow subs with attributes, labels.
7058 Do not confuse "else::foo" with "else".
7059 Minor optimizations...
7060 (cperl-after-expr-p): Try to allow '_' be non-word char.
7061 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7062 with `looking-at' inside `narrow' and bulk out if found.
7063 (cperl-imenu--create-perl-index): Updates for new
7064 `cperl-imenu--function-name-regexp-perl'.
7065 (cperl-outline-level): Likewise.
7066 (cperl-init-faces): Allow multiline subroutine headers
7067 and my/our declarations, and ones with comments.
7068 Allow subroutine attributes.
7069 (cperl-imenu-on-info): Better docstring.
7070 (cperl-etags): Rudimentary support for attributes.
7071 Support for packages and "package;".
7072 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7073 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7074 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7075 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7076 (cperl-perldoc): Add autoload.
7077 (cperl-perldoc-at-point): Likewise.
7078 (cperl-here-doc-spell): New function.
7079 (cperl-pod-spell): Likewise.
7080 (cperl-map-pods-heres): Likewise.
7081 (cperl-get-here-doc-region): Likewise.
7082 (cperl-font-lock-fontify-region-function): Likewise (backward
7083 compatibility for legacy `font-lock').
7084 (cperl-font-lock-unfontify-region-function): Fix style.
7085 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7086 calls with no-change. Governed by `cperl-hook-after-change'.
7087 (cperl-fontify-update): Recognize that syntaxification region
7088 can be larger than fontification one.
7089 XXXX we leave `cperl-postpone' property, so this is quadratic...
7090 (cperl-fontify-update-bad): Temporary placeholder until
7091 it is clear how to implement `cperl-fontify-update'.
7092 (cperl-time-fontification): New function.
7093 (attrib-group): New text attribute.
7094 (multiline): New value: `syntax-type' text attribute.
7095
7096 After 5.2:
7097 (cperl-emulate-lazy-lock): New function.
7098 (cperl-fontify-syntaxically): Would skip large regions.
7099 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7100 Some globals were declared, but uninitialized.
7101
7102 After 5.3, 5.4:
7103 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7104 Copyright message updated.
7105 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7106 facification down a bit.
7107 Misprint for my|our|local for old `font-lock'
7108 "our" was not fontified same as "my|local".
7109 Highlight variables after "my" etc even in
7110 a middle of an expression.
7111 Do not facify multiple variables after my etc
7112 unless parentheses are present.
7113
7114 After 5.5, 5.6
7115 (cperl-fontify-syntaxically): after-change hook could reset.
7116 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7117
7118 After 5.7:
7119 (cperl-init-faces): Allow highlighting of local ($/).
7120 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7121 (cperl-problems): Remove fixed problems.
7122 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7123 Recognize charclasses (unless delimiter is \).
7124 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7125 (cperl-regexp-scan): Update docs.
7126 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7127
7128 After 5.8:
7129 Major user visible changes:
7130 Recognition and fontification of character classes in RExen.
7131 Variable indentation of RExen according to groups.
7132
7133 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7134 Fontify REx charclasses in variable-name face.
7135 Fontify POSIX charclasses in "type" face.
7136 Fontify unmatched "]" in function-name face.
7137 Mark first-char of HERE-doc as `front-sticky'.
7138 Reset `front-sticky' property when needed.
7139 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7140 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7141 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7142 constructs. Support `narrow'ed buffers.
7143 (cperl-praise): Remove a reservation.
7144 (cperl-make-indent): New function.
7145 (cperl-indent-for-comment): Use `cperl-make-indent'.
7146 (cperl-indent-line): Likewise.
7147 (cperl-lineup): Likewise.
7148 (cperl-beautify-regexp-piece): Likewise.
7149 (cperl-contract-level): Likewise.
7150 (cperl-toggle-set-debug-unwind): New function.
7151 New menu entry for this.
7152 (fill-paragraph-function): Use when `boundp'.
7153 (cperl-calculate-indent): Take into account groups when indenting RExen.
7154 (cperl-to-comment-or-eol): Recognize # which end a string.
7155 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7156 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7157 (cperl-fontify-syntaxically): More clear debugging message.
7158 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7159 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7160 Merge cosmetic changes from XEmacs.
7161
7162 After 5.9:
7163 (cperl-1+): Move to before the first use.
7164 (cperl-1-): Likewise.
7165
7166 After 5.10:
7167
7168 This code may lock Emacs hard!!! Use at your own risk!
7169
7170 (cperl-font-locking): New internal variable.
7171 (cperl-beginning-of-property): New function.
7172 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7173 instead of `previous-single-property-change'.
7174 (cperl-unwind-to-safe): Likewise.
7175 (cperl-after-expr-p): Likewise.
7176 (cperl-get-here-doc-region): Likewise.
7177 (cperl-font-lock-fontify-region-function): Likewise.
7178 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7179 recursively.
7180 Bound `next-single-property-change' via `point-max'.
7181 (cperl-unwind-to-safe): Bound likewise
7182 (cperl-font-lock-fontify-region-function): Likewise.
7183 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7184 Initialization of `cperl-font-lock-multiline-start' could be
7185 missed if the "main" fontification did not run due to the
7186 keyword being already fontified.
7187 (cperl-pod-spell): Return t from do-one-chunk function.
7188 (cperl-map-pods-heres): Stop when the worker returns nil.
7189 Call `cperl-update-syntaxification'.
7190 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7191 (cperl-get-here-doc-delim): Remove unused function.
7192
7193 After 5.11:
7194
7195 The possible lockup of Emacs (introduced in 5.10) fixed.
7196
7197 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7198 (cperl-syntaxify-for-menu): New customization variable.
7199 (cperl-select-this-pod-or-here-doc): New function.
7200 (cperl-get-here-doc-region): Extra argument.
7201 Do not adjust pos by 1.
7202
7203 New menu entries
7204 (Perl/Tools): Selection of current POD or HERE-DOC section.
7205 (Debugging CPerl:) backtrace on fontification.
7206
7207 After 5.12:
7208 (cperl-cached-syntax-table): Use `car-safe'.
7209 (cperl-forward-re): Remove spurious argument SET-ST.
7210 Add documentation.
7211 (cperl-forward-group-in-re): New function.
7212 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7213 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7214
7215 After 5.13:
7216 (cperl-string-syntax-table): Make { and } not-grouping
7217 (Sometimes they ARE grouping in RExen, but matching them would only
7218 confuse in many situations when they are not)
7219 (beginning-of-buffer): Replace two occurrences with goto-char...
7220 (cperl-calculate-indent): `char-after' could be nil...
7221 (cperl-find-pods-heres): REx can start after "[" too.
7222 Hightlight (??{}) in RExen too.
7223 (cperl-maybe-white-and-comment-rex): New constant
7224 (cperl-white-and-comment-rex): Likewise.
7225 XXXX Not very efficient, but hard to make
7226 better while keeping 1 group.
7227
7228 After 5.13:
7229 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7230 Likewise for 1 << identifier.
7231
7232 After 5.14:
7233 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7234 Error-less condition-case could fail.
7235 (cperl-font-lock-fontify-region-function): Likewise.
7236 (cperl-init-faces): Likewise.
7237
7238 After 5.15:
7239 (cperl-find-pods-heres): Support property REx-part2.
7240 (cperl-calculate-indent): Likewise.
7241 Don't special-case REx with non-empty 1st line.
7242 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7243 Invert highlighting of charclasses:
7244 now the envelop is highlighted.
7245 Highlight many others 0-length builtins.
7246 (cperl-praise): Mention indenting and highlight in RExen.
7247
7248 After 5.15:
7249 (cperl-find-pods-heres): Highlight capturing parens in REx.
7250
7251 After 5.16:
7252 (cperl-find-pods-heres): Highlight '|' for alternation
7253 Initialize `font-lock-warning-face' if not present.
7254 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7255 `font-lock-function-name-face'.
7256 (cperl-look-at-leading-count): Likewise.
7257 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7258 `font-lock-keyword-face' (needed for
7259 batch processing), etc...
7260 Use `font-lock-builtin-face' for builtin in REx
7261 Now `font-lock-variable-name-face'
7262 is used for interpolated variables
7263 Use "talking aliases" for faces inside REx
7264 Highlight parts of REx (except in charclasses)
7265 according to the syntax and/or semantic
7266 Syntax-mark a {}-part of (?{}) as "comment"
7267 (it was the ()-part)
7268 Better logic to distinguish what is what in REx
7269 (cperl-tips-faces): Document REx highlighting
7270 (cperl-praise): Mention REx syntax highlight etc.
7271
7272 After 5.17:
7273 (cperl-find-sub-attrs): Would not always manage to print error message.
7274 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7275
7276 After 5.18:
7277 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7278 Very minor optimization.
7279 `my-cperl-REx-modifiers-face' got quoted.
7280 Recognize "print $foo <<END" as HERE-doc.
7281 Put `REx-interpolated' text attribute if needed.
7282 (cperl-invert-if-unless-modifiers): New function.
7283 (cperl-backward-to-start-of-expr): Likewise.
7284 (cperl-forward-to-end-of-expr): Likewise.
7285 (cperl-invert-if-unless): Works in "the opposite way" too.
7286 Cursor position on return is on the switch-word.
7287 Indents comments better.
7288 (REx-interpolated): New text attribute.
7289 (cperl-next-interpolated-REx): New function.
7290 (cperl-next-interpolated-REx-0): Likewise.
7291 (cperl-next-interpolated-REx-1): Likewise.
7292 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7293 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7294 (cperl-praise): Mention finded interpolated RExen.
7295
7296 After 5.19:
7297 (cperl-init-faces): Highlight %$foo, @$foo too.
7298 (cperl-short-docs): Better docs for system, exec.
7299 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7300 Would not find HERE-doc ended by EOF without NL.
7301 (cperl-short-docs): Correct not-doubled \-escapes.
7302 start block: Put some `defvar' for stuff gone from XEmacs.
7303
7304 After 5.20:
7305 initial comment: Extend copyright, fix email address.
7306 (cperl-indent-comment-at-column-0): New customization variable.
7307 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7308 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7309 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7310 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7311 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7312 highlight $ in $foo too (UNTESTED).
7313 (cperl-set-style): Docstring missed some available styles.
7314 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7315 Change "Current" to "Memorize Current".
7316 (cperl-indent-wrt-brace): New customization variable; the default is
7317 as for pre-5.2 version.
7318 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7319 (cperl-style-alist): Likewise.
7320 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7321 and `cperl-extra-newline-before-brace' etc
7322 being t
7323 (cperl-indent-exp): Plans B and C to find continuation blocks even
7324 if `cperl-extra-newline-before-brace' is t.
7325
7326 After 5.21:
7327 Improve some docstrings concerning indentation.
7328 (cperl-indent-rules-alist): New variable.
7329 (cperl-sniff-for-indent): New function name
7330 (separated from `cperl-calculate-indent').
7331 (cperl-calculate-indent): Separate the sniffer and the indenter;
7332 uses `cperl-sniff-for-indent' now.
7333 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7334 was inverted;
7335 Support `comment-column' = 0.
7336
7337 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7338
7339 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7340 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7341 * longlines.el (longlines-window-change-function): Likewise.
7342 * simple.el (undo-ask-before-discard): Likewise.
7343 * wid-edit.el (widget-field-prompt-internal)
7344 (widget-documentation-link-p): Likewise.
7345
7346 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7349 for a keyword.
7350
7351 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * newcomment.el (comment-valid-prefix-p): Make the check
7354 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7355 (comment-indent-new-line): Adjust call.
7356
7357 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7358
7359 * allout.el (allout-back-to-current-heading): Base on lower-level
7360 routines to get proper disqualification of aberrant topics.
7361
7362 2006-10-09 Richard Stallman <rms@gnu.org>
7363
7364 * textmodes/two-column.el (2C-two-columns): Doc fix.
7365
7366 2006-10-09 Kim F. Storm <storm@cua.dk>
7367
7368 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7369 about implicit use.
7370
7371 2006-10-08 Richard Stallman <rms@gnu.org>
7372
7373 * textmodes/two-column.el (2C-two-columns): Doc fix.
7374
7375 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7376
7377 * files.el: Mark `buffer-read-only' as safe-local-variable.
7378
7379 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7380
7381 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7382 Burp if GUD buffer has been killed.
7383
7384 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * completion.el (add-completions-from-c-buffer):
7387 Don't presume an error's second element is a string.
7388 Use looking-at rather than buffer-substring + member.
7389
7390 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7391
7392 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7393 `undecided', call find-coding-systems-region to find a proper
7394 non-trivial encoding.
7395 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7396 and "text/plain".
7397
7398 2006-10-07 Kevin Ryde <user42@zip.com.au>
7399
7400 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7401 url-link.
7402
7403 * strokes.el (defgroup strokes): Remove invalid url-link.
7404
7405 2006-10-07 Magnus Henoch <mange@freemail.hu>
7406
7407 * autoinsert.el (auto-insert-alist): Doc fix.
7408
7409 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7410
7411 * mouse-sel.el (mouse-insert-selection-internal):
7412 Use insert-for-yank, so that yank handlers are run.
7413
7414 2006-10-07 Kim F. Storm <storm@cua.dk>
7415
7416 * ido.el (ido-file-extension-aux): Fix comparison.
7417
7418 2006-10-06 Kim F. Storm <storm@cua.dk>
7419
7420 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7421
7422 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7425 (ad-make-mapped-call): Use `let', not `let*'.
7426
7427 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7428
7429 * international/mule-cmds.el (coding-system-change-eol-conversion):
7430 Ensure the coding system is initialized before calling
7431 coding-system-eol-type.
7432
7433 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7434
7435 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7436 (org-activate-angle-links, org-activate-dates)
7437 (org-activate-target-links, org-activate-camels)
7438 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7439 textproperty keymaps from being active beyond the end of a line.
7440 (org-unfontify-region): Also remove `rear-nonsticky' property.
7441
7442 2006-10-04 Kenichi Handa <handa@m17n.org>
7443
7444 * international/code-pages.el (next): Table fixed.
7445
7446 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7449 that it's been made unnecessary by removing narrowing.
7450
7451 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7454 control flow a bit, simplify another bit, and add comments.
7455
7456 2006-10-03 David Kastrup <dak@gnu.org>
7457
7458 * help.el (describe-mode): For clicks on mode-line, use "@"
7459 interactive argument to get the major mode of the click instead of
7460 the current buffer.
7461
7462 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7463 in order to better redirect mouse-2 clicks. Also allow default
7464 bindings to apply.
7465
7466 2006-10-03 Kim F. Storm <storm@cua.dk>
7467
7468 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7469 (pushnew): Fix last change.
7470
7471 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7472
7473 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7474 Use the interactive spec of `eval-expression'.
7475
7476 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7477
7478 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7479
7480 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7481
7482 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7483 2006-09-28 commit.
7484
7485 2006-10-02 Kenichi Handa <handa@m17n.org>
7486
7487 * international/code-pages.el (iso-8859-6): Table fixed.
7488
7489 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7490
7491 * dired.el (dired-build-subdir-alist): Fix previous change.
7492
7493 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7494
7495 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7496
7497 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7500 "define-button-type".
7501
7502 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7503 they don't keep accumulating.
7504
7505 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7506
7507 * ffap.el (ffap-rfc-path): Change the address of the RFC
7508 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7509
7510 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7511
7512 * allout.el (allout-expose-topic): Rectify implementation of "+"
7513 spec, so that bodies are not exposed with headlines.
7514
7515 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7516
7517 * allout.el (allout-current-depth): Do aberrent check only at or
7518 below doublecheck depth.
7519 (allout-chart-subtree): Make it explicit that LEVELS being nil
7520 means unlimited depth. Drop undocumented support for LEVELS value
7521 t meaning unlimited depth. (This is consistent with
7522 allout-chart-to-reveal, but contrary to allout-show-children,
7523 which needs to use nil to default to depth of 1.)
7524 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7525 (allout-chart-to-reveal): Be explicit in docstring about meaning
7526 of nil LEVELS, and drop support for LEVELS value t.
7527 (allout-show-children): Translate the level spec used by this
7528 routine to that used by allout-chart-subtree and
7529 allout-chart-to-reveal.
7530 (allout-show-to-offshoot): Retry once when stuck, after opening
7531 subtree - improvements in discontinuity handling likely will
7532 enable progress.
7533
7534 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7535
7536 * wid-edit.el (widget-button-click-moves-point): New variable.
7537 (widget-button-click): If widget-button-click-moves-point is
7538 non-nil, set point after performing the button action.
7539
7540 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7541
7542 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7543
7544 * files.el (find-file-existing): Modify to not allow wildcards.
7545
7546 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7547
7548 * simple.el (undo-more): When undo information for the region is
7549 exhausted, say "No further undo information FOR REGION".
7550
7551 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7552
7553 * progmodes/sh-script.el (sh-prev-thing):
7554 Take `sh-leading-keywords' into account.
7555
7556 2006-09-29 Glenn Morris <rgm@gnu.org>
7557
7558 * custom.el (defcustom): Doc fix.
7559
7560 * calendar/calendar.el (european-calendar-style):
7561 Call european-calendar or american-calendar as needed when set.
7562 (diary-view-entries, list-calendar-holidays): Move autoloads
7563 before use.
7564
7565 2006-09-29 Juri Linkov <juri@jurta.org>
7566
7567 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7568 to nil if there is no previous property change.
7569
7570 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7571
7572 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7573 saving anything to be sure that `forward-sexp' behaves correctly.
7574
7575 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * simple.el (line-move-finish): Ignore field boundaries if the
7578 initial and final points have the same `field' property.
7579
7580 2006-09-29 Kim F. Storm <storm@cua.dk>
7581
7582 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7583 to t while calling ido-read-internal.
7584
7585 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7586
7587 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7588 (org-archive-subtree): Remove erraneous `]' from character list.
7589
7590 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7591
7592 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7593 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7594 markers for data-area and parameters-area.
7595
7596 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7599
7600 * font-lock.el (font-lock-after-change-function): Refontify next line
7601 as well if end is at BOL.
7602 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7603 only extend the region as much as needed.
7604
7605 2006-09-28 Richard Stallman <rms@gnu.org>
7606
7607 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7608
7609 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7610
7611 * international/mule.el (after-insert-file-set-coding):
7612 If VISIT, don't let set-buffer-multibyte make undo info.
7613
7614 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
7615
7616 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7617 lines in base64-encoded authentication response.
7618
7619 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7620
7621 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7622 (ebnf-version): New version 4.3.
7623 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7624 (ebnf-prologue): Adjust PostScript programming.
7625 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7626 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7627
7628 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * jit-lock.el (jit-lock-force-redisplay): Rename from
7631 jit-lock-fontify-again, and undo the mistaken change I've just done.
7632
7633 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7634 (jit-lock-fontify-again): Don't refontify text that's not displayed.
7635
7636 2006-09-26 Kenichi Handa <handa@m17n.org>
7637
7638 * startup.el (display-splash-screen): Allow a prefix argument.
7639
7640 2006-09-25 Jason Rumney <jasonr@gnu.org>
7641
7642 * subr.el (shell-quote-argument): Use DOS logic for Windows
7643 shells with DOS semantics.
7644
7645 2006-09-24 Richard Stallman <rms@gnu.org>
7646
7647 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7648 (compilation-goto-locus): Use compilation-goto-locus-delete-o
7649 to delete the overlay. Put it on pre-command-hook.
7650
7651 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7652
7653 * startup.el (fancy-splash-screens, normal-splash-screen):
7654 Call the splash buffer *About GNU Emacs*.
7655
7656 * simple.el (next-error-highlight, next-error-highlight-no-select):
7657 Default to 0.5.
7658 (yank-excluded-properties): Add `fontified'.
7659
7660 * font-lock.el (font-lock-compile-keywords): Allow value of
7661 syntax-begin-function to enable paren-column-0 highlighting.
7662
7663 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
7664
7665 * dired.el (dired-build-subdir-alist): When file ends in colon,
7666 don't exit the loop, just disregard that file.
7667
7668 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * simple.el (line-move-finish): Handle corner case for fields in
7671 continued lines.
7672 (line-move-1): Remove flawed test for that case.
7673
7674 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
7675
7676 * icomplete.el (icomplete-simple-completing-p): Use the correct
7677 name for the new variable, `icomplete-with-completion-tables'.
7678 (file local variables): Remove superfluous setting.
7679
7680 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7681
7682 * calendar/appt.el (appt-check): Fix typo for appointments just
7683 after midnight.
7684
7685 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
7686
7687 * help.el (describe-key-briefly, describe-key): Don't expect an
7688 extra up event if a down-event is generated by a popup menu.
7689
7690 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
7691
7692 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7693 local dictionary when changing the global dictionary.
7694
7695 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
7696
7697 * icomplete.el (icomplete-with-completion-tables): List of
7698 specialized completion tables with which icomplete should
7699 operate. Include the new `internal-complete-buffer', so icomplete
7700 works with interactive buffer-selection.
7701 (icomplete-simple-completing-p): Add acceptance of specialized
7702 completion tables listed in icomplete-with-completion-tables.
7703
7704 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7705
7706 * frame.el (focus-follows-mouse): Set default to nil on Mac.
7707
7708 * startup.el (command-line): Use `custom-reevaluate-setting' for
7709 `focus-follows-mouse'.
7710
7711 2006-09-22 Richard Stallman <rms@gnu.org>
7712
7713 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7714 explain why Save is not available.
7715
7716 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
7717
7718 * woman.el (woman0-so): Use `let*', not `let'.
7719 (woman-horizontal-line): Remove unbalanced parenthesis.
7720
7721 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * woman.el: Make sure all the end-of-region markers we use have
7724 a non-nil insertion-type.
7725 (woman0-so): Move things around so we can use copy-marker.
7726 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7727 Adjust marker type.
7728 (woman2-process-escapes): Check marker type.
7729 (woman-horizontal-line): Dispense with the use of a marker.
7730
7731 2006-09-22 Jay Belanger <belanger@truman.edu>
7732
7733 * calc/calc-lang.el: Add Greek letters to math-variable-table
7734 property of tex.
7735
7736 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
7737
7738 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7739
7740 2006-09-22 Masatake YAMATO <jet@gyve.org>
7741
7742 * add-log.el (add-log-current-defun): Use `forward-sexp'
7743 instead of `forward-word' to pick c++::symbol.
7744 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7745
7746 2006-09-22 Kenichi Handa <handa@m17n.org>
7747
7748 * bindings.el: Fix setting self-insert-command for multibyte
7749 characters in global-map.
7750
7751 2006-09-21 David Kastrup <dak@gnu.org>
7752
7753 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7754 doc string.
7755
7756 2006-09-21 Kenichi Handa <handa@m17n.org>
7757
7758 * language/european.el ("Latin-1"): Add windows-1252 to
7759 coding-priority.
7760 ("German"): Likewise.
7761
7762 2006-09-21 Kim F. Storm <storm@cua.dk>
7763
7764 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7765 Suggested by Miles Bader.
7766
7767 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
7768 instead of add-to-list in the simple case.
7769
7770 2006-09-20 Kenichi Handa <handa@m17n.org>
7771
7772 * isearch.el (isearch-process-search-char): Cancel the previous change.
7773 (isearch-search-string): New function.
7774 (isearch-search): Use isearch-search-string.
7775 (isearch-lazy-highlight-search): Likewise.
7776
7777 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7778
7779 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7780 string to become an option.
7781
7782 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7785
7786 2006-09-20 Kim F. Storm <storm@cua.dk>
7787
7788 * simple.el (line-move-partial): Call pos-visible-in-window-p with
7789 position t instead of trying both window-end and window-end - 1.
7790
7791 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
7792
7793 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7794 hidden trees.
7795
7796 2006-09-20 David Kastrup <dak@gnu.org>
7797
7798 * mouse.el (mouse-posn-property): Improve doc string.
7799 (mouse-on-link-p): Change buffers for function calls on links.
7800
7801 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7802 buffer is read-only.
7803
7804 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
7805
7806 * allout.el (allout-unprotected): Let inhibit-read-only only when
7807 buffer-read-only isn't set.
7808 (allout-annotate-hidden): Enable topic annotation during copies even
7809 when the buffer is read-only, eg for topic copies. Ensure that the loop
7810 advances, even when the span extends beyond the deletion region.
7811 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7812 rather than allout-exposure-changed-hook, as a stronger assertion.
7813 (allout-keybindings-list): Add bindings for
7814 allout-copy-line-as-kill and allout-copy-topic-as-kill.
7815 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7816 Copy wrappers for allout-kill-line and allout-kill-topic.
7817 (allout-listify-exposed): Position correctly to accumulate lines.
7818
7819 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * simple.el (line-move-1): Escape field boundaries occurring
7822 exactly at point. Update goal column if constrained to a field.
7823 (line-move-finish): Escape field boundaries occurring exactly at point.
7824
7825 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * mouse.el (mouse-on-link-p): Tentatively fix last change.
7828 (mouse-drag-vertical-line): Remove unused var `wconfig'.
7829
7830 2006-09-19 Kim F. Storm <storm@cua.dk>
7831
7832 * help.el (describe-key-briefly, describe-key): Simplify printing
7833 of descriptions by using format and %S. Fix "is undefined"
7834 messages to say "at that spot" for mouse events.
7835
7836 * simple.el (line-move-partial): Optimize. Try window-line-height
7837 before posn-at-point to get vpos of current line.
7838
7839 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7840
7841 * viper.el: Bump up version/date of update to reflect the substantial
7842 changes done in August 2006.
7843
7844 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7845 are defined.
7846
7847 * ediff-util.el (ediff-add-to-history): New function.
7848
7849 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7850
7851 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7852
7853 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7854 Delete duplicate make-local-variable form.
7855 (conf-space-keywords): Add autoload cookie.
7856 Fix typo (`keywords', not `keyword').
7857
7858 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7859
7860 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7861 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
7862 to x-gtk-use-old-file-dialog.
7863
7864 2006-09-18 Richard Stallman <rms@gnu.org>
7865
7866 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7867 that might come in during mouse tracking.
7868
7869 2006-09-18 Kim F. Storm <storm@cua.dk>
7870
7871 * simple.el (line-move-partial): Rework 2006-09-15 change to use
7872 new window-line-height function. Further optimize by not calling
7873 pos-visible-in-window-p for window-end when window-line-height
7874 returns useful information.
7875
7876 2006-09-16 Richard Stallman <rms@gnu.org>
7877
7878 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7879 (conf-space-mode): Don't handle prefix arg.
7880 Delete conf-space-keywords-override code.
7881 Use add-hook.
7882 (conf-space-keywords): New command.
7883 (conf-space-mode-internal): Be careful with imenu-generic-expression.
7884 Delete conf-space-keywords-override code.
7885 (conf-space-keywords-alist): Doc fix.
7886 (conf-space-font-lock-keywords): Doc fix.
7887 (conf-space-keywords-override): Var deleted.
7888
7889 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7890
7891 * startup.el (fancy-splash-screens): Don't switch to the scratch
7892 buffer; it may not be the next buffer.
7893
7894 2006-09-16 Romain Francoise <romain@orebokech.com>
7895
7896 * saveplace.el (load-save-place-alist-from-file): Use expanded name
7897 in both messages.
7898
7899 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
7900
7901 * progmodes/python.el (python-preoutput-filter):
7902 Fix arg order to string-match.
7903
7904 2006-09-16 Richard Stallman <rms@gnu.org>
7905
7906 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7907 font-lock-compile-keywords.
7908
7909 * font-lock.el (font-lock-compile-keywords): Rename optional arg
7910 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
7911
7912 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7913
7914 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7915
7916 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7917 and the data doesn't look like UTF8, send STRING instead.
7918
7919 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
7920
7921 * textmodes/flyspell.el (flyspell-check-region-doublons):
7922 New function to detect duplicated words.
7923 (flyspell-large-region): Use it.
7924
7925 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * simple.el (line-move-to-column): Revert 2006-08-03 change.
7928
7929 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7930
7931 * help.el (describe-prefix-bindings): Use let, not let*.
7932
7933 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
7934
7935 * allout.el (allout-regexp, allout-line-boundary-regexp)
7936 (allout-bob-regexp): Correct grouping and boundaries to fix
7937 backwards traversal.
7938 (allout-depth-specific-regexp, allout-depth-one-regexp):
7939 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7940 worse time in allout-ascend.
7941 (allout-doublecheck-at-and-shallower): Identify depth threshold
7942 below which topics are checked for and disqualified by containment
7943 discontinuities.
7944 (allout-hotspot-key-handler): Correctly handle multiple-key
7945 strokes. Remove some unused variables.
7946 (allout-mode-leaders): Clarify that mode-specific comment-start
7947 will be used.
7948 (set-allout-regexp): Correctly regexp-quote allout regexps to
7949 properly accept alternative header-leads and primary bullets with
7950 regexp-specific characters (eg, C "/*", mathematica "(*").
7951 Include new regular expressions among those configured.
7952 (allout-infer-header-lead-and-primary-bullet):
7953 Rename allout-infer-header-lead.
7954 (allout-recent-depth): Manifest as a variable as well as a function.
7955 (allout-prefix-data): Simplify into an inline instead of a macro,
7956 assuming current match data rather than being explicitly passed
7957 it. Establish allout-recent-depth value as well as
7958 allout-recent-prefix-beginning and allout-recent-prefix-end.
7959 (allout-aberrant-container-p): True when an item's immediate
7960 offspring discontinuously contained. Useful for disqualifying
7961 unintended topic prefixes, likely at low depths.
7962 (allout-goto-prefix-doublechecked): Elaborate version of
7963 allout-goto-prefix which disqualifies aberrant pseudo-items.
7964 (allout-pre-next-prefix): Layer on top of lower-level routines, to
7965 get disqualification of aberrant containers.
7966 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7967 containers.
7968 (allout-beginning-of-current-entry): Position at start of buffer
7969 when in container (depth 0) entry.
7970 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7971 (allout-current-bullet): Strip text properties.
7972 (allout-get-prefix-bullet): Use right match groups.
7973 (allout-beginning-of-line, allout-next-heading):
7974 Disqualify aberrant containers.
7975 (allout-previous-heading): Disqualify aberrant containers, and
7976 change to regular (rather than inline) function, to allow
7977 self-recursion.
7978 (allout-get-invisibility-overlay): Increment so progress is made
7979 when the first overlay is not the sought one.
7980 (allout-end-of-prefix): Disqualify aberrant containers.
7981 (allout-end-of-line): Cycle something like allout-beginning-of-line.
7982 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7983 outline.el outlines) functional again. Change the primary bullet
7984 along with the header-lead - level 1 new-style bullets now work.
7985 Engage allout-before-change-handler in mainline Emacs, not just
7986 XEmacs, to do undo handling.
7987 (allout-before-change-handler): Expose undo changes occurring in
7988 hidden regions. Use allout-get-invisibility-overlay instead of
7989 reimplementing it inline.
7990 (allout-chart-subtree): Use start rather than end of prefix in
7991 charts. Use allout-recent-depth variable.
7992 (allout-chart-siblings): Disqualify aberrant topics.
7993 (allout-beginning-of-current-entry): Position correctly.
7994 (allout-ascend): Use new allout-depth-specific-regexp and
7995 allout-depth-one-regexp for linear instead of O(N^2) or worse
7996 behavior.
7997 (allout-ascend-to-depth): Depend on allout-ascend, rather than
7998 reimplementing an algorithm.
7999 (allout-up-current-level): Depend on allout-ascend, rather than
8000 reimplementing an algorithm. Return to start-point if we fail.
8001 (allout-descend-to-depth): Use allout-recent-depth variable
8002 instead of function.
8003 (allout-next-sibling): On traversal of numerous intervening
8004 topics, resort to economical allout-next-sibling-leap.
8005 (allout-next-sibling-leap): Specialized version of
8006 allout-next-sibling that uses allout-ascend cleverly, to depend on
8007 a regexp search to leap large numbers of contained topics, rather
8008 than arbitrarily many one-by-one traversals.
8009 (allout-next-visible-heading): Disqualify aberrant topics.
8010 (allout-previous-visible-heading): Position consistently when
8011 interactive.
8012 (allout-forward-current-level): Base on allout-previous-sibling
8013 rather than (differently) reimplmenting the algorithm. Remove some
8014 unused variables.
8015 (allout-solicit-alternate-bullet): Present default choice stripped
8016 of text properties.
8017 (allout-rebullet-heading): Use bullet stripped of text properties.
8018 Register changes using allout-exposure-change-hook.
8019 Disregard aberrant topics.
8020 (allout-shift-in): With universal-argument, make topic a peer of
8021 it's former offspring. Simplify the code by separating out
8022 allout-shift-out functionality.
8023 (allout-shift-out): With universal-argument, make offspring peers
8024 of their former container, and its siblings. Implement the
8025 functionality here, rather than inappropriately muddling the
8026 implementation of allout-shift-in.
8027 (allout-rebullet-topic): Respect additional argument for new
8028 parent-child separation function.
8029 (allout-yank-processing): Use allout-ascend directly.
8030 (allout-show-entry): Disqualify aberrant topics.
8031 (allout-show-children): Handle discontinuous children gracefully,
8032 extending the depth being revealed to expose them and posting a
8033 message indicating the situation.
8034 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8035 Leave cursor in correct position.
8036 (allout-hide-current-subtree): Use allout-ascend directly.
8037 Disqualify aberrant topics.
8038 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8039 a way that the yanks can restore it, as used to happen.
8040 (allout-yank-processing): Restore exposure layout as recorded by
8041 allout-kill-*, as used to happen.
8042 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8043 for preseving and restoring exposure layout across kills.
8044 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8045 (allout-encrypt-string): Strip text properties.
8046 Rearranged order and outline-headings for some of the
8047 miscellaneous functions.
8048 (allout-resolve-xref): No need to quote the error name in the
8049 condition-case handler section.
8050 (allout-flatten): Classic recursive (and recursively intensive,
8051 without tail-recursion) list-flattener, needed by allout-shift-out
8052 when confronted with discontinuous children.
8053
8054 2006-09-16 Jason Rumney <jasonr@gnu.org>
8055
8056 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8057 on ms-windows.
8058 (dnd-open-unc-file): Remove.
8059 (dnd-open-local-file): Mention in doc string that it also handles
8060 remote files if the system natively supports unc file-names.
8061
8062 2006-09-15 Kim F. Storm <storm@cua.dk>
8063
8064 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8065 all necessary information about the event before erasing *Help*.
8066
8067 * simple.el (line-move-partial): Use window-line-visiblity to
8068 quickly check whether last line is partially visible, and only do
8069 the hard (and slow) part in that case.
8070
8071 2006-09-15 Jay Belanger <belanger@truman.edu>
8072
8073 * COPYING: Replace "Library Public License" by "Lesser Public
8074 License" throughout.
8075
8076 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8077
8078 * term/x-win.el (x-menu-bar-open): New function for F10.
8079
8080 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8083 Disallow filenames containing " -" to avoid confusion with libtool
8084 compilation messages. Suggested by Stefan Monnier.
8085
8086 2006-09-15 David Kastrup <dak@gnu.org>
8087
8088 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8089 instead of buffer position for `mouse-on-link-p'.
8090
8091 * mouse.el (mouse-posn-property): New function looking up the
8092 properties at a click position in overlays and text properties in
8093 either buffer or strings.
8094 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8095 of both `follow-link' as well as `mouse-face' properties.
8096 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8097 buffer position.
8098
8099 * help.el (describe-key-briefly): When reading a down-event on
8100 mode lines or scroll bar, swallow the following up event, too.
8101 Use the new mouse sensitity of `key-binding' for lookup.
8102 (describe-key): The same here.
8103
8104 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * play/life.el (life-patterns): Add a few more interesting patterns.
8107 (life-setup): Force `show-trailing-whitespace' to nil.
8108
8109 2006-09-14 Richard Stallman <rms@gnu.org>
8110
8111 * startup.el (fancy-splash-text): Change text to improve alignment.
8112 (fancy-splash-screens): Don't set non-standard tab width.
8113 Bind cursor-type temporarily, and make it easy to patch to
8114 preserve the splash buffer.
8115 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8116 (fancy-splash-screens): Display echo-area message explicitly.
8117 Don't set fancy-splash-help-echo.
8118
8119 * simple.el (line-number-mode): Group mode-line instead of
8120 editing-basics.
8121 (column-number-mode, size-indication-mode): Likewise.
8122
8123 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8124
8125 * time.el (display-time): Group mode-line instead of modeline.
8126
8127 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8128
8129 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8130
8131 * startup.el (fancy-splash-text): Move editing instructions to
8132 fancy-splash-head.
8133 (fancy-splash-head): Issue editing instructions.
8134 (fancy-splash-screens): Fixup whitespace.
8135
8136 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * bindings.el (mode-line-buffer-identification-keymap):
8139 Remove duplicate line.
8140
8141 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8142
8143 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8144 ignore lists.
8145
8146 2006-09-14 Kim F. Storm <storm@cua.dk>
8147
8148 * jit-lock.el (jit-lock-fontify-again): New function.
8149 (jit-lock-fontify-now): Use it instead of lambda form.
8150
8151 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8152
8153 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8154 (flyspell-auto-correct-word): Make ispell-filter local to these
8155 functions. Check that ispell-filter has new stuff before calling
8156 ispell-parse-output.
8157
8158 2006-09-13 Kim F. Storm <storm@cua.dk>
8159
8160 * simple.el (line-move-partial): Optimize.
8161
8162 2006-09-13 Richard Stallman <rms@gnu.org>
8163
8164 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8165 Delete spurious backquote.
8166
8167 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8168
8169 * net/rcirc.el (rcirc-print): Fix last change.
8170
8171 2006-09-12 Jay Belanger <belanger@truman.edu>
8172
8173 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8174
8175 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8176
8177 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8178 rcirc-show-maximum-output.
8179 (rcirc-mode): Remove window-scroll-function hook.
8180 (rcirc-scroll-to-bottom): Remove function.
8181 (rcirc-print): Recenter so point stays at the bottom of the window
8182 if point was already there.
8183
8184 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8185
8186 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8187 not to "t".
8188 * progmodes/compile.el (compilation-start): Likewise.
8189 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8190 Don't use expand-file-name on invocation-directory, since this
8191 might mishandle special characters in invocation-directory.
8192
8193 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * pcvs-defs.el: Remove * in defcustom's docstrings.
8196
8197 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * progmodes/compile.el (compilation-directory-properties):
8200 Doc fix for help-echo.
8201
8202 2006-09-12 Lars Hansen <larsh@soem.dk>
8203
8204 * desktop.el (desktop-read): Add comment.
8205
8206 2006-09-12 Kim F. Storm <storm@cua.dk>
8207
8208 * simple.el (next-error-highlight, next-error-highlight-no-select):
8209 Fix spelling error.
8210
8211 * subr.el (sit-for): Rework to use input-pending-p and cond.
8212 Return nil input is pending on entry also for SECONDS <= 0.
8213 (while-no-input): Use input-pending-p instead of sit-for.
8214
8215 2006-09-11 Richard Stallman <rms@gnu.org>
8216
8217 * simple.el (next-error-highlight, next-error-highlight-no-select):
8218 Fix custom type and doc strings.
8219
8220 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8223 (diff-apply-hunk): Use it to ask for confirmation.
8224
8225 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8226
8227 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8228
8229 2006-09-11 David Kastrup <dak@gnu.org>
8230
8231 * help.el (string-key-binding, describe-key-briefly)
8232 (describe-key): Remove `string-key-binding' and its callers since
8233 `key-binding' already caters for the proper lookup now.
8234
8235 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8238 (cfengine-mode): Use it. Fix \ syntax to be like /.
8239
8240 * bindings.el (mode-line-buffer-identification-keymap):
8241 Move initialization into declaration.
8242
8243 2006-09-10 Kim F. Storm <storm@cua.dk>
8244
8245 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8246 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8247 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8248 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8249
8250 2006-09-10 Richard Stallman <rms@gnu.org>
8251
8252 * dired-aux.el: Handle errors in recursive copy usefully.
8253 (dired-create-files-failures): New variable.
8254 (dired-copy-file): Remove condition-case.
8255 (dired-copy-file-recursive): Check for errors on all file
8256 operations, and add them to dired-create-files-failures.
8257 Check file file-date-erorr here too.
8258 (dired-create-files): Check dired-create-files-failures
8259 and report those errors too.
8260
8261 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8262
8263 * subr.el (add-to-list): New argument COMPARE-FN.
8264
8265 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8266
8267 * filecache.el (file-cache-add-directory)
8268 (file-cache-add-directory-list, file-cache-add-file)
8269 (file-cache-add-directory-using-find)
8270 (file-cache-add-directory-using-locate)
8271 (file-cache-add-directory-recursively): Add autoloads.
8272
8273 2006-09-09 Richard Stallman <rms@gnu.org>
8274
8275 * textmodes/conf-mode.el (conf-space-mode):
8276 Use hack-local-variables-hook instead of calling hack-local-variables.
8277 (conf-space-keywords-override): New variable.
8278 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8279 (conf-space-mode): Always make conf-space-keywords and
8280 conf-space-keywords-override local.
8281 Call conf-space-mode-internal directly as well as via hook.
8282
8283 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8284
8285 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8286 quasi-keywords.
8287
8288 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8291 (python-send-string): Be slightly more careful about adding \n.
8292
8293 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8294 kill it right away anyway.
8295
8296 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8297
8298 * international/codepage.el (cp850-decode-table): Fix a few codes.
8299 (cp858-decode-table): New variable.
8300
8301 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8302
8303 * net/ldap.el (ldap-search-internal): Doc fix.
8304
8305 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8306
8307 * play/life.el (life-display-generation): Test for input manually if
8308 `sleeptime' is negative or null.
8309
8310 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8311 (print-region-1): Substitute `%s' with the page title.
8312
8313 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8314
8315 * locate.el (locate-current-search): New variable.
8316 (locate): Set buffer local value. Use current buffer if it is
8317 in Locate mode.
8318 (locate-mode): Disable undo here.
8319 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8320 (locate-update): Use locate-current-search and locate-current-filter.
8321
8322 2006-09-08 David Kastrup <dak@gnu.org>
8323
8324 * desktop.el (desktop-read): When loading a desktop, disable
8325 saving it while the load progresses, and switch off a pending lazy
8326 load by calling `desktop-lazy-abort'.
8327
8328 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8329
8330 * window.el (mouse-autoselect-window-timer)
8331 (mouse-autoselect-window-position)
8332 (mouse-autoselect-window-window)
8333 (mouse-autoselect-window-now): New vars.
8334 (mouse-autoselect-window-cancel)
8335 (mouse-autoselect-window-select)
8336 (mouse-autoselect-window-start): New functions.
8337 (handle-select-window): Call `mouse-autoselect-window-start' when
8338 delayed window autoselection is enabled.
8339
8340 * cus-start.el (mouse-autoselect-window): Handle delayed window
8341 autoselection.
8342
8343 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8344 commands after which it is allowed to print in the echo area.
8345
8346 2006-09-08 Richard Stallman <rms@gnu.org>
8347
8348 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8349
8350 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8351 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8352
8353 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8354 (cancel-timer-internal): Add doc string.
8355 (cancel-function-timers): Doc fix.
8356 (with-timeout-handler, timer-event-last*): Add doc strings.
8357
8358 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8359
8360 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8361
8362 * dired.el (dired-log-summary): Add doc string.
8363
8364 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8365 (custom-group-menu-create): Not here.
8366
8367 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8368
8369 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8370
8371 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8372
8373 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8374 (mac-apple-event-map): Define its handler.
8375
8376 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8377
8378 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8379
8380 2006-09-07 Magnus Henoch <mange@freemail.hu>
8381
8382 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8383 clause.
8384
8385 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8386
8387 * info.el (Info-index): Bind completion-ignore-case.
8388
8389 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8392 previous commit.
8393 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8394 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8395 burp in dedicated windows.
8396 (inferior-prolog-self-insert-command): New command.
8397 (inferior-prolog-mode-map): Use it.
8398
8399 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8400
8401 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8402
8403 * international/code-pages.el: Add cp858.
8404
8405 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8406
8407 * dnd.el: Fix bootstrapping.
8408
8409 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8410
8411 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8412 (dnd-open-remote-url): New function.
8413 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8414 not windows-nt.
8415
8416 2006-09-07 Jason Rumney <jasonr@gnu.org>
8417
8418 * dnd.el (dnd-open-remote-file-function): New variable.
8419 (dnd-open-unc-file): New function.
8420 (dnd-open-file): Call dnd-open-remote-file-function if set.
8421
8422 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8423
8424 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8425 pgg-passphrase-coding-system rather than locale-coding-system.
8426 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8427
8428 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * progmodes/prolog.el: Remove * in docstrings.
8431 (prolog-program-name): Add SWI prolog.
8432 (prolog-mode-menu): New menu.
8433 (prolog-mode): Set comment-add.
8434 (prolog-indent-line): Simplify. Use indent-line-to.
8435 (inferior-prolog-buffer): New var.
8436 (inferior-prolog-run, inferior-prolog-process): New funs.
8437 (run-prolog, switch-to-prolog): Rewrite, using them.
8438 (prolog-consult-region): Use inferior-prolog-buffer.
8439 (inferior-prolog-load-file): New function.
8440 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8441
8442 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8443 last word, if it's not the end of the paragraph.
8444
8445 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8446 file name.
8447
8448 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8449
8450 * frame.el (display-mm-dimensions-alist): New defcustom.
8451 (display-mm-height, display-mm-width): Use it.
8452
8453 2006-09-06 Simon Josefsson <jas@extundo.com>
8454
8455 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8456
8457 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8458
8459 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8460 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8461 string values.
8462
8463 2006-09-06 Kim F. Storm <storm@cua.dk>
8464
8465 * simple.el (line-move-partial): New function to do vscrolling for
8466 partially visible images / tall lines. Rewrite based on code
8467 previously in line-move. Simplify backwards vscrolling.
8468 (line-move): Use it. Simplify.
8469
8470 2006-09-05 Kim F. Storm <storm@cua.dk>
8471
8472 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8473
8474 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8477 Process the `gcc-include' after the `gnu' rule.
8478
8479 2006-09-05 Kim F. Storm <storm@cua.dk>
8480
8481 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8482
8483 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8484
8485 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8486 compatibility.
8487
8488 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8489 inhibit-redisplay; encode passphrase with locale-coding-system.
8490
8491 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8492
8493 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8494
8495 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8496
8497 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8498 (gdb-var-list-children-regexp): Make type field optional.
8499
8500 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8501 e.g public, protected in C++.
8502
8503 2006-09-04 John Paul Wallington <jpw@pobox.com>
8504
8505 * simple.el (completion-show-help): New defcustom.
8506 (completion-setup-function): Heed it.
8507
8508 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8509
8510 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8511
8512 2006-09-04 Richard Stallman <rms@gnu.org>
8513
8514 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8515 (rsf-min-region-to-spam-list): Doc fix.
8516 (rsf-add-content-type-field): Doc fix.
8517
8518 * simple.el (kill-region): Explicitly test there is a region.
8519
8520 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8521
8522 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8523 sendmail in several common directories.
8524
8525 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8526
8527 * paths.el (sendmail-program): Removed.
8528
8529 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8530
8531 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8532 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8533 http://article.gmane.org/gmane.emacs.gnus.general/50457
8534
8535 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8536
8537 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8538 mark after running the menu filter.
8539
8540 2006-09-03 Juri Linkov <juri@jurta.org>
8541
8542 * international/quail.el (quail-defrule-internal): Add a check
8543 if a key is a vector.
8544
8545 2006-09-02 Juri Linkov <juri@jurta.org>
8546
8547 * man.el (Man-topic-history): New variable.
8548 (man): Use it.
8549
8550 * woman.el (woman-topic-history): Change defvar to defvaralias
8551 for symbol `Man-topic-history'.
8552
8553 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8554 `comint-last-output-start' is a marker by using `markerp' and
8555 check if it has a position by using `marker-position', and use
8556 this position for `goto-char'.
8557
8558 * international/quail.el (quail-defrule-internal): Add missing
8559 `error' call for null key.
8560
8561 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8562
8563 * rcirc.el (rcirc-keywords): New variable.
8564 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8565 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8566 variables.
8567 (rcirc-responses-no-activity): New function.
8568 (rcirc-handler-generic): Check for responses in above.
8569 (rcirc-process-command): Add ?: character to arguments of raw
8570 server commands.
8571 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8572 `rcirc-dim-nicks'.
8573 (rcirc-gray-toggle): Remove unused variable.
8574 (rcirc-print): Remove some tracking logic, which is moved into
8575 markup functions.
8576 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8577 types.
8578 (rcirc-activity-string): Look for 'keyword in activity-types.
8579 (rcirc-window-configuration-change): Don't erase overlay-arrow
8580 unnecessarily.
8581 (rcirc-add-or-remove): New function.
8582 (rcirc-cmd-ignore): Use it.
8583 (rcirc-message-leader): Remove unused function.
8584 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8585 (rcirc-add-face): New function.
8586 (rcirc-facify): Use rcirc-add-face.
8587 (rcirc-url-regexp): Add parens.
8588 (rcirc-map-regexp): Remove function.
8589 (rcirc-mangle-regexp): Remove function.
8590 (rcirc-markup-text-functions): New variable.
8591 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8592 (rcirc-markup-body-text, rcirc-markup-attributes)
8593 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8594 (rcirc-markup-bright-nicks): New markup handler functions.
8595 (rcirc-nick-in-message-full-line): New face.
8596 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8597 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8598
8599 2006-09-02 Martin Rudalics <rudalics@gmx.at>
8600
8601 * cus-start.el (hscroll-margin, hscroll-step)
8602 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8603 (x-use-underline-position-properties): Change version to "22.1"
8604 since they will appear there for the first time.
8605
8606 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8609
8610 2006-08-31 Richard Stallman <rms@gnu.org>
8611
8612 * cus-edit.el (custom-save-variables): Slight cleanup.
8613 (Custom-no-edit): Renamed from custom-no-edit.
8614 (Custom-newline): Renamed from custom-newline.
8615 (custom-mode-map): Use new names.
8616
8617 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8618 about customization, rather than M-x customize, in the doc string
8619 made for the defcustom.
8620
8621 * emacs-lisp/trace.el (trace-function-background): Doc fix.
8622
8623 2006-08-31 Romain Francoise <romain@orebokech.com>
8624
8625 * dired-x.el (dired-guess-shell-alist-default): Update.
8626
8627 2006-08-31 Michael Mauger <mmaug@yahoo.com>
8628
8629 * custom.el (custom-theme-set-variables): Autoload packages before
8630 sorting the variables.
8631
8632 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
8633
8634 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8635 chars if XEmacs.
8636 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8637
8638 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * progmodes/python.el (python-eldoc-function): Re-enable quit while
8641 waiting for process.
8642
8643 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8644
8645 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8646 results in ASCII-only string, encode original one directly.
8647
8648 2006-08-29 Romain Francoise <romain@orebokech.com>
8649
8650 * startup.el (normal-splash-screen, fancy-splash-screens):
8651 Make buffer read-only and arrange to enter view mode if necessary.
8652
8653 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8654
8655 * hl-line.el (hl-line): New face.
8656 (hl-line-face): Use it.
8657
8658 * image-mode.el (image-mode): Fix last fix.
8659 Suggested by Kim F. Storm.
8660
8661 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8662
8663 Sync with Tramp 2.0.54.
8664
8665 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8666 of `=', because `tramp-get-remote-gid' might not always return an
8667 integer when expected.
8668 (tramp-register-file-name-handlers): `partial-completion-mode' is
8669 unknown to XEmacs.
8670 (tramp-time-diff): Don't use `floor', it might fail for large
8671 differences.
8672 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8673 `tramp-auto-save-directory' if unset in order to guarantee unique
8674 auto-save file names.
8675
8676 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8677
8678 * image-mode.el (image-mode): Display image as text on a terminal.
8679
8680 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * progmodes/python.el (python-send-command): Simplify.
8683 (run-python): Don't generate a new buffer unless `new' was specified.
8684 Make sure we send `import emacs' to the proper process.
8685
8686 * progmodes/python.el (python-send-command): Don't wait for the command
8687 to terminate. Don't fiddle with compilation-parsing-end.
8688
8689 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8692 Insert commentary after first line summary.
8693
8694 * woman.el (woman-follow): New function, based on `man-follow'.
8695 (woman-mode-map): Use it.
8696
8697 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8698 since ibuffer-do-sort-by-recency does not define a sorter.
8699
8700 2006-08-28 Kim F. Storm <storm@cua.dk>
8701
8702 * find-dired.el (find-dired): Use shell-quote-argument to properly
8703 escape ( and ) args. Also use it on {} and ; args in default
8704 value of find-ls-option string.
8705 (find-grep-dired): Use shell-quote-argument on {} and ; args.
8706
8707 2006-08-27 Michael Olson <mwolson@gnu.org>
8708
8709 * emacs-lisp/tq.el: Small grammar fix in comments.
8710 (tq-enqueue): Check for existence of queue rather than the
8711 head queue item's question, which was a no-op.
8712 (tq-filter, tq-process-buffer): Make sure the process buffer
8713 exists before making it the current buffer.
8714
8715 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8716
8717 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8718 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8719 (special-event-map): Apply 2006-08-16 change for x-win.el.
8720
8721 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * progmodes/python.el (python-send-receive): Wait in the
8724 process's buffer so as to check the right buffer-local variables.
8725
8726 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8727
8728 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8729 (defgroup checkdoc): Move to beginning.
8730
8731 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8732 (python-preoutput-continuation): Remove.
8733 (python-preoutput-filter): Simplify correspondingly.
8734 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
8735 Loop around to catch embedded _emacs_out output.
8736 (run-python): Send the import&print command on a single line.
8737 (python-send-command): Send command&print on a single line.
8738 (python-send-string): Only add double \n if needed.
8739 (python-send-receive): Loop until the result comes.
8740 (python-mode-running): Defvar it.
8741 (python-setup-brm): Remove unused var `menu'.
8742 Only bind py-mode-map and `features' around brm-init.
8743 (python-calculate-indentation): Remove unused var `point'.
8744 (python-beginning-of-defun): Remove unused var `def-line'.
8745
8746 2006-08-25 Richard Stallman <rms@gnu.org>
8747
8748 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8749
8750 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
8751
8752 * viper.el (viper-set-hooks): Use frame bindings for
8753 viper-vi-state-cursor-color.
8754 (viper-non-hook-settings): Don't set default
8755 mode-line-buffer-identification.
8756
8757 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8758 (viper-set-cursor-color-according-to-state)
8759 (viper-get-saved-cursor-color-in-replace-mode)
8760 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8761 viper-emacs-state-cursor-color.
8762
8763 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8764 (viper-undo): Use point if undo-beg-posn is nil.
8765 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8766 (viper-after-change-undo-hook): Don't use
8767 viper-emacs-state-cursor-color by default.
8768 (viper-undo): More sensible positioning after undo.
8769
8770 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8771 (viper-emacs-state-cursor-color): Default to nil, since this feature
8772 doesn't work well yet.
8773
8774 * ediff-mult.el (ediff-intersect-directories)
8775 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8776 always expand filenames.
8777
8778 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8779
8780 * tumme.el: Remove * in defcustoms's docstrings.
8781
8782 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8783
8784 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8785 Accept internal time format for SECS arg.
8786 (timer-relative-time): Doc fix.
8787
8788 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8789 adapted from Martin Rudalics.
8790 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8791 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8792 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8793 using sit-for.
8794
8795 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
8796
8797 * cus-start.el (all): Add `overline-margin' and
8798 `x-underline-at-descent-line'.
8799
8800 2006-08-24 Kim F. Storm <storm@cua.dk>
8801
8802 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8803 to mean "use find -exec"; nil now unambiguously means auto-detect.
8804 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8805 Use shell-quote-argument to build grep-find-command and
8806 grep-find-template.
8807 (rgrep): Use shell-quote-argument to properly quote arguments to find.
8808 Reported by Tom Seddon.
8809
8810 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
8811
8812 * startup.el (fancy-splash-head): Give instructions for dismissing
8813 the splash screen for default startup too.
8814 (display-startup-echo-area-message, fancy-splash-screens)
8815 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
8816 all splash text at once and keep the splash buffer around.
8817 (command-line-1): Give display-startup-echo-area-message a t arg.
8818
8819 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
8820
8821 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8822 gnus frame is selected.
8823
8824 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
8825
8826 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8827
8828 2006-08-22 Kim F. Storm <storm@cua.dk>
8829
8830 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8831 Add suffix matching for subdirs.
8832
8833 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8834
8835 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8836 mouse-yank-at-point is non-nil.
8837
8838 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
8839
8840 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8841 a bit wider and remove fringes to fit initial output on line.
8842
8843 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8844
8845 * frame.el (blink-cursor-end): Only ignore the error we care about.
8846 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8847
8848 2006-08-21 Richard Stallman <rms@gnu.org>
8849
8850 * whitespace.el (whitespace-cleanup): Doc fix.
8851
8852 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
8853
8854 * net/rcirc.el (rcirc-show-maximum-output): New var.
8855 (rcirc-buffer-process): If no buffer argument is supplied, use
8856 current-buffer.
8857 (rcirc-complete-nick): Complete to the last completed nick first.
8858 (rcirc-mode): Preserve the value of `rcirc-urls' across
8859 connections. Setup scroll function.
8860 (rcirc-scroll-to-bottom): New function.
8861 (rcirc-print): Use nick syntax around regexp work.
8862 Notice dim-nicks speaking only if they say our nick.
8863 (rcirc-update-activity-string): Do not show the modeline indicator
8864 if there are no live rcirc processes.
8865 (rcirc-cmd-ignore): Ignore case.
8866 (rcirc-browse-url-at-point): Fix off-by-one error.
8867
8868 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * progmodes/python.el: Remove * in defcustom docstrings.
8871 (run-python, python-proc, python-try-complete): Use derived-mode-p.
8872 (python-mode): Set tab-width and indent-tabs-mode.
8873
8874 2006-08-20 Dave Love <fx@gnu.org>
8875
8876 * progmodes/python.el: Update to Dave Love's latest version.
8877 (python-font-lock-keywords, python-mode): Don't use
8878 font-lock-syntax-table, but match symbol elements explicitly instead.
8879 (python-mode-map): Add help, and a few more key bindings.
8880 (python-skip-comments/blanks): Move out of comments as well.
8881 (python-continuation-line-p): Behave better with unbalanced parens.
8882 (python-blank-line-p): New fun.
8883 (python-open-block-statement-p): Don't use a heuristic.
8884 (python-outdent-p): Better handle blocks-in-the-same-line.
8885 (python-calculate-indentation): Misc improvements.
8886 (python-comment-indent): Remove.
8887 (python-block-pairs): New var.
8888 (python-first-word): New fun.
8889 (python-indentation-levels): Handle more common cases.
8890 (python-indent-line-1): Add `leave' argument.
8891 (python-indent-region): New fun.
8892 (python-skip-out): New fun.
8893 (python-beginning-of-statement, python-end-of-statement): Use it.
8894 (python-next-statement): Return correct count even at eob.
8895 (python-end-of-block): Fix paren-typo.
8896 (python-imenu-create-index): Add module variables.
8897 (run-python): Add `new' arg.
8898 Check we're at a prompt before returning.
8899 (python-send-command): Move to end of buffer.
8900 Wait for prompt to return.
8901 (python-set-proc): New fun.
8902 (python-imports): New var.
8903 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
8904 (python-eldoc-function): Try to move out of arg list.
8905 (python-outline-level): Offset by 1.
8906 (python-find-imports): New fun.
8907 (python-symbol-completions): Use python-imports.
8908 (python-module-path, ffap-alist): Add support for ffap.
8909 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8910 (python-insert-*, python-default-template, python-expand-template):
8911 Add templates/skeletons.
8912 (python-setup-brm): Support for Bicycle Repair Man.
8913 (python-abbrev-syntax-table): New var.
8914 (python-abbrev-pc-hook, python-pea-hook): New funs.
8915
8916 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
8917
8918 * frame.el (blink-cursor-start): Set timer first.
8919 (blink-cursor-end): Ignore timer cancelling errors.
8920 Suggested by Ken Manheimer.
8921
8922 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
8923
8924 * newcomment.el (comment-box): Call `comment-normalize-vars'.
8925 Add autoload cookie.
8926
8927 2006-08-20 Richard Stallman <rms@gnu.org>
8928
8929 * simple.el (line-number-at-pos): Doc fix.
8930
8931 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8932 timer-activate-when-idle, so timer can run before Emacs becomes
8933 non-idle again.
8934
8935 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8936
8937 * whitespace.el (whitespace-cleanup-internal): New optional arg
8938 REGION-ONLY. If it's non-nil, modify the message to the user
8939 accordingly.
8940 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8941 a non-nil argument.
8942
8943 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
8944
8945 * rect.el (spaces-string): Simplify and add doc string.
8946
8947 2006-08-17 Romain Francoise <romain@orebokech.com>
8948
8949 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8950
8951 2006-08-17 Richard Stallman <rms@gnu.org>
8952
8953 * compare-w.el (compare-windows): lambda's take an arg and pass
8954 it to compare-windows-skip-whitespace.
8955
8956 2006-08-17 Martin Rudalics <rudalics@gmx.at>
8957
8958 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8959 the right buffer.
8960
8961 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8964 removed files.
8965
8966 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * progmodes/gdb-ui.el (gdb-locals-watch-map)
8969 (gdb-locals-watch-map-1): Suppress keymap first.
8970 (gdb-edit-locals-map-1): New variable.
8971 (gdb-edit-locals-value): New function.
8972 (gdb-stack-list-locals-handler): Use them.
8973
8974 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8977 cursor would normally be drawn in the fringe.
8978
8979 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8980 Reported by Martin Rudalics <rudalics@gmx.at>.
8981
8982 2006-08-16 Richard Stallman <rms@gnu.org>
8983
8984 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8985 (special-event-map): Process drag-n-drop events this way.
8986
8987 * simple.el (move-beginning-of-line): Test whether fields
8988 would prevent motion back to line's first visible character.
8989 If so, stop where the fields would stop the motion.
8990
8991 * newcomment.el (comment-indent): Fully update INDENT
8992 before checking to see if it will change the text.
8993
8994 * cus-edit.el (custom-newline): New function.
8995 (custom-mode-map): Bind newline to custom-newline.
8996
8997 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8998 into ignore-whitespace.
8999 Check each buffer for its skip-function.
9000 Handle compare-windows-skip-whitespace special-case test
9001 by returning t from default skip function.
9002
9003 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9004
9005 * textmodes/org.el (org-clock-special-range)
9006 (org-clock-update-time-maybe): New functions.
9007 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9008 not only a-z.
9009 (org-agenda-get-blocks): Allow multiple blocks per headline.
9010 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9011 (org-export-html-title-format)
9012 (org-export-html-toplevel-hlevel): New options.
9013 (org-export-language-setup): Add support for Czech.
9014 (org-mode, org-insert-todo-heading, org-find-visible)
9015 (org-find-invisible, org-invisible-p, org-invisible-p2)
9016 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9017 (org-show-subtree, org-show-entry, org-make-options-regexp):
9018 Remove compatibility support for old outline-mode.
9019 (org-check-occur-regexp): Funtion removed.
9020 (org-on-heading-p, org-back-to-heading): Made defalias.
9021 (org-set-local): New defsubst.
9022 (org-set-regexps-and-options, org-mode)
9023 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9024 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9025 (org-remember-apply-template, org-table-edit-field)
9026 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9027 (org-set-autofill-regexps): Use `org-set-local'.
9028 (org-table-eval-formula): Fix bug with parsing of display flags.
9029
9030 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9031
9032 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9033 frame with fringe arrow. Suggested by Simon Marshall
9034 <simon.marshall@misys.com>.
9035 (gdb-stack-position): New variable.
9036 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9037 (gdb-frames-mode): Set gdb-stack-position to nil.
9038 Add to overlay-arrow-variable-list
9039 (gdb-reset): Delete gdb-stack-position from above list.
9040
9041 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9042
9043 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9044 read only.
9045
9046 2006-08-13 Romain Francoise <romain@orebokech.com>
9047
9048 * cus-theme.el (customize-create-theme)
9049 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9050
9051 * filesets.el (filesets-add-buffer): Ditto.
9052
9053 * pcvs.el (cvs-change-cvsroot): Ditto.
9054
9055 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9056
9057 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9058 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9059 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9060 expressions.
9061 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9062 Only search till end of line.
9063 Add face to function names in case of no filename.
9064 Add face to variable names of watchpoints.
9065
9066 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9067
9068 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9069 customization group.
9070
9071 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9072
9073 * allout.el (allout-prior-bindings, allout-added-bindings):
9074 Remove, after long deprecation.
9075 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9076 Add customization vars controlling allout-beginning-of-line and
9077 allout-end-of-line conveniences.
9078 (allout-header-prefix, allout-use-mode-specific-leader)
9079 (allout-use-mode-specific-leader, allout-mode-leaders):
9080 Revise docstrings.
9081 (allout-infer-header-lead): Change to be an alias for
9082 allout-infer-header-lead-and-primary-bullet.
9083 (allout-infer-header-lead-and-primary-bullet): New version of
9084 allout-infer-header-lead which assigns the primary bullet to the
9085 same as the header lead, when its being changed.
9086 (allout-infer-body-reindent): Apply regexp-quote instead of
9087 unconditionally prepending "\\", so that all literal
9088 allout-header-prefix and allout-primary-bullet strings are
9089 properly handled.
9090 (allout-add-resumptions): Add optional qualifier for extending or
9091 appending to existing values, rather than replacing them.
9092 (allout-view-change-hook): Clarify docstring.
9093 (allout-exposure-change-hook): Take explicit arguments, via
9094 run-hook-with-args.
9095 (allout-structure-added-hook)
9096 (allout-structure-deleted-hook)
9097 (allout-structure-shifted-hook): New hooks analogous to
9098 allout-exposure-change-hook for other kinds of structural outline
9099 edits.
9100 (allout-encryption-plaintext-sanitization-regexps): New encryption
9101 customization variable, by which cooperating modes can provde
9102 massage of the plaintext without actually being passed it.
9103 (allout-encryption-ciphertext-rejection-regexps)
9104 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9105 customization variables, by which cooperating modes can prohibit
9106 rare but possible ciphertext patterns from fouling their
9107 operation, with actually being passed the ciphertext.
9108 (allout-mode): Run activation and deactivation hooks after the
9109 minor-mode variable has been toggled, to clarify the mode
9110 disposition. The new encryption ciphertext rejection variable is
9111 used to ensure that the ciphertext does not contain text that
9112 would be recognized as outline structural elements by allout.
9113 Substite allout-beginning-of-line and allout-end-of-line for
9114 conventionall beginning-of-line and end-of-line bindings.
9115 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9116 activation!
9117 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9118 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9119 (allout-chart-subtree): Implement new mode, charting only the
9120 visible items in the subtree, when new 'visible' parameter is non-nil.
9121 (allout-end-of-subtree): Properly handle the last item in the buffer.
9122 (allout-pre-command-business, allout-command-counter):
9123 Increment an advertised counter so that cooperating enhancements can
9124 track revisions of items.
9125 (allout-open-topic): Run allout-structure-added-hook with suitable
9126 arguments.
9127 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9128 arguments.
9129 (allout-shift-out): Fix doubling for negative args and ensure call
9130 of allout-structure-shifted-hook by solely using allout-shift-in.
9131 (allout-kill-line, allout-kill-topic):
9132 Run allout-structure-deleted-hook with suitable arguments.
9133 (allout-yank-processing): Run allout-structure-added-hook with
9134 proper arguments.
9135 (allout-yank): Enclose activity in allout-unprotected.
9136 (allout-flag-region): Run allout-exposure-change-hook with
9137 suitable arguments, instead of making the callee infer the arguments.
9138 (allout-encrypt-string):
9139 Support allout-encryption-plaintext-sanitization-regexps,
9140 allout-encryption-ciphertext-rejection-regexps, and
9141 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9142 en/de cryption mode in symmetric encryption failure message.
9143 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9144 copy of the passphrase, and don't zero it or we'll corrupt the
9145 stashed copy.
9146 (allout-create-encryption-passphrase-verifier)
9147 (allout-verify-passphrase): Respect the new signature for
9148 allout-encrypt-string.
9149 (allout-get-configvar-values): Convenience for getting a
9150 configuration variable value and handling its absence gracefully.
9151
9152 2006-08-11 Romain Francoise <romain@orebokech.com>
9153
9154 * obsolete/zone-mode.el: Delete.
9155
9156 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9159
9160 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9161
9162 * emacs-lisp/bindat.el (bindat-ip-to-string):
9163 Use `format-network-address' if possible.
9164
9165 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9166
9167 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9168
9169 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9170
9171 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9172 restore unread-command-events here.
9173 (edebug-display): Do it here, to detect sit-for interruptions.
9174
9175 2006-08-10 Romain Francoise <romain@orebokech.com>
9176
9177 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9178 (dns-mode-soa-auto-increment-serial): New user option.
9179 (dns-mode-soa-maybe-increment-serial): New function.
9180 (dns-mode): Add the latter to `write-contents-functions'.
9181
9182 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9183 Delete autoload cookies.
9184
9185 2006-08-10 John Wiegley <johnw@newartisans.com>
9186
9187 * eshell/em-glob.el (eshell-glob-chars-list)
9188 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9189
9190 2006-08-10 Richard Stallman <rms@gnu.org>
9191
9192 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9193 (facemenu-set-face): Doc fix.
9194 (facemenu-listed-faces): Doc fix.
9195
9196 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9197
9198 * avoid.el (mouse-avoidance-animating-pointer): New var.
9199 (mouse-avoidance-nudge-mouse): Use it.
9200 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9201 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9202 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9203 Don't activate if currently animating. All callers changed.
9204
9205 2006-08-09 John Wiegley <johnw@newartisans.com>
9206
9207 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9208 variable, which causes timeclock to report elapsed time worked,
9209 instead of just work remaining.
9210
9211 2006-08-09 Kenichi Handa <handa@m17n.org>
9212
9213 * international/latexenc.el (latexenc-find-file-coding-system):
9214 Fix for the case that the 2nd element of arg-list is a cons.
9215
9216 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9217
9218 * info.el (Info-fontify-node): Handle preceding `in' for note
9219 reference hiding rules.
9220
9221 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9224 mistake a closing " for an opening one.
9225
9226 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9227
9228 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9229
9230 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * complete.el (PC-do-completion): Filter out completions matching
9233 completion-ignored-extensions before checking whether there are
9234 multiple completions.
9235 Don't use `list' unnecessarily when building completion tables.
9236
9237 2006-08-06 Richard Stallman <rms@gnu.org>
9238
9239 * help.el (describe-mode): Make minor mode list more concise.
9240
9241 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * bindings.el: Give mode-line-format, mode-line-modes, and
9244 mode-line-position `standard-value' properties.
9245
9246 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9247
9248 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9249 "(file)node" instead of the file name.
9250
9251 2006-08-05 Richard Stallman <rms@gnu.org>
9252
9253 * faces.el (escape-glyph): Doc fix.
9254
9255 2006-08-04 Kenichi Handa <handa@m17n.org>
9256
9257 * international/mule-diag.el (describe-font): Improve docstring
9258 and error message. Use frame-parameter (not frame-parameters).
9259
9260 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9263 Correctly mark the end-of-docstring char.
9264
9265 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * simple.el (line-move-to-column): Constrain move-to-column to
9268 current field.
9269
9270 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * font-lock.el (font-lock-beg, font-lock-end)
9273 (font-lock-extend-region-functions): New vars.
9274 (font-lock-extend-region-multiline)
9275 (font-lock-extend-region-wholelines): New functions.
9276 (font-lock-default-fontify-region): Use them.
9277 (font-lock-extend-jit-lock-region-after-change): Only round up
9278 if font-lock-default-fontify-region will do it as well.
9279
9280 * font-lock.el (font-lock-extend-after-change-region-function):
9281 Rename from font-lock-extend-region-function.
9282 (font-lock-extend-region): Remove by inlining at call sites.
9283 (font-lock-after-change-function): Don't needlessly round up to a whole
9284 number of lines.
9285 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9286 the boundary conditions and the interactions between the various ways
9287 to extend the region.
9288
9289 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9292 modification status when forcing the second redisplay.
9293
9294 2006-08-03 Kim F. Storm <storm@cua.dk>
9295
9296 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9297
9298 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9301 doesn't look like a file name.
9302
9303 * complete.el (PC-expand-many-files): Avoid signalling an error when
9304 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9305
9306 2006-08-02 Andreas Schwab <schwab@suse.de>
9307
9308 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9309
9310 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9311
9312 * bindings.el (map): Make mode-line-buffer-identification-keymap
9313 before defining propertized-buffer-identification.
9314
9315 2006-08-01 Richard Stallman <rms@gnu.org>
9316
9317 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9318
9319 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9320
9321 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9322 default value.
9323 (gdb-find-source-frame): New function.
9324 (menu): Add to menu bar.
9325
9326 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * font-core.el (font-lock-extend-region-function)
9329 (font-lock-extend-region): Move to font-lock.el.
9330
9331 * font-lock.el (font-lock-extend-region-function)
9332 (font-lock-extend-region): Move from font-core.el. Simplify.
9333
9334 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9335 if needed.
9336 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9337 (jit-lock-after-change-extend-region-functions): New hook.
9338 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9339
9340 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9341 (font-lock-turn-on-thing-lock): Use it.
9342
9343 * longlines.el (longlines-show-region): Make it work on read-only
9344 buffers as well.
9345
9346 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9347
9348 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9349
9350 2006-07-31 Richard Stallman <rms@gnu.org>
9351
9352 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9353 (vhdl-speedbar-display-projects): Update old obsolete
9354 speedbar variable names.
9355
9356 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9357
9358 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9359 (gdb-stopped): Use it.
9360
9361 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9362
9363 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9364
9365 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9366 for load-history elements.
9367
9368 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9369
9370 * files.el (convert-standard-filename): For Cygwin, replace
9371 characters not allowed in Windows file names.
9372 (make-auto-save-file-name): Add Cygwin to the list of systems
9373 where the auto-save file name needs to be run through
9374 convert-standard-filename.
9375
9376 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9377
9378 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9379
9380 2006-07-28 Richard Stallman <rms@gnu.org>
9381
9382 * bindings.el (mode-line-frame-identification)
9383 (propertized-buffer-identification): Centralize the code
9384 to initialize the variable.
9385
9386 * progmodes/grep.el (grep-default-command): Catch errors from
9387 wildcard-to-regexp.
9388
9389 2006-07-29 Kim F. Storm <storm@cua.dk>
9390
9391 * progmodes/grep.el (grep-tag-default): New function.
9392 (grep-default-command, grep-read-regexp): Use it.
9393 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9394 as default if nothing else applies.
9395
9396 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9397
9398 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9399 Throw error if buffer is not in Dired and Wdired mode, respectively.
9400
9401 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9402
9403 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9404 self-insert-command keys don't activate buttons.
9405 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9406
9407 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9408
9409 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9410 faces for enable character.
9411
9412 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9413
9414 * Makefile.in (recompile): Update comment to reflect change
9415 on 2004-04-21.
9416
9417 2006-07-27 Richard Stallman <rms@gnu.org>
9418
9419 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9420 (customize-package-emacs-version): Change msg when pkg has no entry.
9421 (custom-no-edit): On a button, do like widget-button-press.
9422
9423 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9424
9425 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9426 S-tab and C-S-tab.
9427
9428 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9429
9430 * progmodes/which-func.el (which-function): Fix documentation/
9431 comment typo.
9432
9433 2006-07-26 Richard Stallman <rms@gnu.org>
9434
9435 * textmodes/ispell.el (ispell-word): If we replace the word,
9436 move point to the end. Insert before deleting.
9437
9438 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9439
9440 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9441 a timer.
9442
9443 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9444
9445 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9446 when at first image.
9447 (tumme-forward-image): Add prefix argument. Add error when at last
9448 image.
9449
9450 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * tabify.el (tabify-regexp): Use more specific regexps.
9453 (tabify): Avoid modifying the buffer unnecessarily.
9454
9455 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9456
9457 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9458 (tumme-format-properties-string): Handle empty `buf'.
9459 (tumme-get-comment): Change variable names inside `let'.
9460 Add missing `let' variable that cause font-lock problems.
9461 (tumme-write-comments): Change variable names inside `let'.
9462 Add missing `let' variable that cause font-lock problems.
9463 (tumme-forward-image): Rename from `tumme-forward-char'.
9464 (tumme-backward-image): Rename from `tumme-backward-char'.
9465
9466 2006-07-25 Masatake YAMATO <jet@gyve.org>
9467
9468 * progmodes/ld-script.el (ld-script-keywords)
9469 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9470 and add comments.
9471
9472 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9473
9474 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9475 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9476 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9477 for status indicator.
9478
9479 2006-07-24 Richard Stallman <rms@gnu.org>
9480
9481 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9482
9483 * subr.el (dolist, dotimes): Use interned symbols for locals.
9484 (--dotimes-limit--, --dolist-tail--): New defvars.
9485 (looking-back): Doc fix.
9486
9487 * replace.el (replace-match-string-symbols): Handle dotted lists.
9488
9489 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9490
9491 * tumme.el (tumme-write-tags): Add.
9492 (tumme-write-comments): Add.
9493 (tumme-tag-files): Change to use `tumme-write-tags'.
9494 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9495 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9496 (tumme-save-information-from-widgets): Change to use
9497 `tumme-write-comments' and `tumme-write-tags'.
9498 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9499 (tumme-write-tag): Remove.
9500 (tumme-write-comment): Remove.
9501 (tumme-display-previous-thumbnail-original): Remove empty line.
9502 (tumme-widget-list): Add punctuation.
9503
9504 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9505
9506 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9507
9508 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9509
9510 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9511 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9512 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9513
9514 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9515
9516 * mouse.el (mouse-on-link-p): Doc fix.
9517
9518 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9519
9520 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9521 Handle "C-h f `".
9522
9523 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9524
9525 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9526 column.
9527
9528 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9529
9530 * textmodes/table.el: Add move-beginning-of-line and
9531 move-end-of-line to Point Motion Only Group.
9532
9533 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9534
9535 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9536
9537 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9538
9539 * startup.el (user-mail-address): Initialize from the `EMAIL'
9540 environment variable first. Document this.
9541 (command-line): Ditto.
9542
9543 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9544
9545 * help-mode.el (help-function-def, help-variable-def)
9546 (help-face-def): Print a message in the minibuffer.
9547
9548 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9549
9550 * term/xterm.el (terminal-init-xterm): Fix key bindings
9551 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9552
9553 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9554
9555 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9556 where `(nth 1 command)' is a cons cell. Doc fix.
9557
9558 * textmodes/po.el (po-find-charset): Doc fix.
9559
9560 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9561
9562 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9563 (allout-beginning-of-current-line, allout-end-of-current-line)
9564 (allout-next-visible-heading, allout-open-topic)
9565 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9566 (allout-flag-current-subtree, allout-show-to-offshoot)
9567 (allout-hide-current-entry, allout-show-current-branches)
9568 (allout-hide-region-body, allout-old-expose-topic)
9569 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9570 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9571 containing `beginning-of-line' and `end-of-line' with
9572 `inhibit-field-text-motion' t.
9573
9574 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9575
9576 * frame.el (focus-follows-mouse): Document that it doesn't have
9577 any effect on MS-Windows.
9578
9579 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9582
9583 2006-07-20 Jay Belanger <belanger@truman.edu>
9584
9585 * calc.el (calc-previous-alg-entry): Remove variable.
9586
9587 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9588 New variables.
9589 (calc-alg-entry): Use `calc-alg-entry-history'.
9590 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9591 Remove reference to `calc-previous-alg-entry'.
9592 (calcAlg-edit, calcAlg-enter): Remove reference to
9593 `calc-previous-alg-entry'.
9594 (calcAlg-previous): Use `previous-history-element' instead of
9595 `calc-previous-alg-entry'.
9596 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9597 Change keybinding for `calcAlg-plus-minus', add keybindings for
9598 `previous-history-element' and `next-history-element'.
9599
9600 * calc-rewr.el (calc-match): Remove reference to
9601 `calc-previous-alg-entry'.
9602
9603 * calc-sel.el (calc-selection-history): New variable.
9604 (calc-enter-selection, calc-sel-mult-both-sides)
9605 (calc-sel-add-both-sides): Use `calc-selection-history'.
9606
9607 * calc-map.el (calc-get-operator-history): New variable.
9608 (calc-get-operator): Use `calc-get-operator-history'.
9609
9610 * calcalg3.el (calc-curve-fit-history): New variable.
9611 (calc-curve-fit): Use `calc-curve-fit-history'.
9612
9613 2006-07-20 Kenichi Handa <handa@m17n.org>
9614
9615 * international/mule-cmds.el (select-safe-coding-system): Fix the
9616 way of deciding eol-type of the coding system.
9617
9618 2006-07-20 Alan Mackenzie <acm@muc.de>
9619
9620 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9621 (c-lang-setvar): New macro.
9622 (c-make-init-lang-vars-fun): Use the initialization forms in
9623 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9624 (comment-start, comment-end, comment-start-skip): Change these from
9625 c-lang-defvar's to c-lang-setvar's.
9626
9627 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9628 which calls make-local-variable on the elements of
9629 c-emacs-variable-inits.
9630 (c-init-language-vars-for): Call this new macro.
9631
9632 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9635 Try to rule out false positives due to time stamps.
9636 (compilation-mode-font-lock-keywords): Remove rules made redundant
9637 because of the above change. Add `segmentation fault' to the known and
9638 highlighted compilation termination messages.
9639
9640 2006-07-19 Kim F. Storm <storm@cua.dk>
9641
9642 * progmodes/grep.el (grep-find-ignored-directories):
9643 Add .svn and _darcs to list.
9644
9645 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
9646
9647 * dired.el (dired-mode-map): Add key binding `C-te' for
9648 `tumme-dired-edit-comment-and-tags'.
9649
9650 * tumme.el (tumme-display-thumbnail-original-image): Make sure
9651 image display buffer is displayed before call to
9652 `tumme-display-image.
9653 (tumme-dired-display-image): Make sure image display buffer is
9654 displayed before call to `tumme-display-image.
9655 (tumme-mouse-display-image): Make sure image display buffer is
9656 displayed before call to `tumme-display-image.
9657 (tumme-widget-list): Add.
9658 (tumme-dired-edit-comment-and-tags): Add.
9659 (tumme-save-information-from-widgets): Add.
9660
9661 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9664
9665 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * progmodes/sh-script.el (sh-font-lock-keywords-1):
9668 Revert inadvertently installed patch hunk.
9669
9670 * progmodes/compile.el (compilation-find-file): Handle the
9671 cases where the user selects a non-existent file.
9672
9673 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9676
9677 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * subr.el (sit-for): Just sleep-for if noninteractive.
9680
9681 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * emacs-lisp/autoload.el (make-autoload): Use new arg.
9684
9685 * custom.el (custom-autoload): Add `noset' argument.
9686 (custom-push-theme): Don't autoload the variable, let callers do it.
9687 (custom-theme-set-variables): Autoload the variable if necessary.
9688
9689 * cus-edit.el (custom-variable-state-set): If the variable was
9690 originally set outside custom, but to the same value as the default,
9691 consider it to be standard.
9692
9693 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9694 file *before* telling Emacs to add the autoloads, in case it fails.
9695
9696 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9697 Use `cond', push', and `dolist'.
9698
9699 2006-07-17 Richard Stallman <rms@gnu.org>
9700
9701 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9702 Add defvars to silence warnings.
9703
9704 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9707 Don't highlight "Compiling file" messages as error.
9708
9709 * dired-aux.el (dired-compress-file): Confirm again if gzipped
9710 file already exists.
9711
9712 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
9713
9714 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
9715 entry, don't assign to free var; simply return the extracted filename.
9716 (ff-treat-as-special): Incorporate common preamble from callers.
9717 (ff-other-file-name, ff-find-the-other-file):
9718 Update call to ff-treat-as-special.
9719
9720 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9721
9722 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
9723
9724 * tumme.el (tumme-get-comment): Fix bug.
9725
9726 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * files.el: Remove spurious * in docstrings.
9729
9730 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9731
9732 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9733 grammar.
9734 (allout-beginning-of-current-line): Beware beginning of buffer.
9735 Also, a comment is simplified.
9736 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9737 when appropriate. (This fix enables use for other than
9738 bullet-hotspot operation.)
9739 (allout-hide-current-subtree): While escalating to sibling-close,
9740 make sure to situate on a topic.
9741
9742 2006-07-14 Kim F. Storm <storm@cua.dk>
9743
9744 * emulation/cua-base.el (cua-delete-selection)
9745 (cua-toggle-set-mark): New defcustoms.
9746 (cua-rectangle-modifier-key): Add `alt' modifier.
9747 (cua-replace-region): Don't delete if cua-delete-selection is nil.
9748 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9749 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9750
9751 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9752
9753 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9754
9755 * allout.el: Require 'cl during byte-compilation/interactive load,
9756 for the `assert' macro.
9757 (allout-mode-deactivate-hook): New hook, run when allout mode
9758 deactivates.
9759 (allout-developer): New allout customization subgroup.
9760 (allout-run-unit-tests-on-load): New allout-developer
9761 customization variable, when true allout unit tests are run towards
9762 end of file load/eval.
9763 (allout-inhibit-auto-fill): Disable auto-fill activity even during
9764 auto-fill-mode.
9765 (allout-resumptions): Remove, to be replaced by...
9766 (allout-add-resumptions): Register variable settings to be
9767 reinstated by `allout-do-resumptions'. The settings are made
9768 buffer-local, but the locality/globality of the suspended setting
9769 is restored on resumption.
9770 (allout-do-resumptions): Reinstate all settings suspended using
9771 `allout-add-resumptions'.
9772 (allout-test-resumptions): Unit tests (and intermediate variables)
9773 for resumptions.
9774 (allout-tests-globally-unbound, allout-tests-globally-true)
9775 (allout-tests-locally-true): Intermediate variables for
9776 resumptions unit tests.
9777 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9778 (allout-exposure-category): Replaces 'allout-overlay-category variable.
9779 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9780 instead of retired `allout-resumptions'. For hook functions, use
9781 `local' parameter so hook settings are created and removed as
9782 buffer-local settings. Revise (resumptions) setting
9783 auto-fill-function so it is set only if already active. (The
9784 related fill-function settings are all made in either case, so
9785 that activating auto-fill-mode activity will have the custom
9786 allout-mode behaviors (hanging indent on topics, if configured for it).
9787 Remove all allout-exposure-category overlays on mode deactivation.
9788 (allout-hotspot-key-handler): New function extracted from
9789 `allout-pre-command-business', so the functionality can be used
9790 for other purposes, eg as a binding in an overlay.
9791 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9792 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9793 customization variable.
9794 (allout-run-unit-tests): Run the (currently quite small)
9795 repertoire of unit tests. Called just before the provide iff user
9796 has customized `allout-run-unit-tests-on-load' non-nil.
9797
9798 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9799
9800 * emacs-lisp/authors.el (authors-aliases): Update.
9801
9802 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9803
9804 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9805 gdb-source-window. Add dedicated argument.
9806 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9807 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9808 (gdb-display-threads-buffer, gdb-display-memory-buffer)
9809 (gdb-display-locals-buffer): Use it.
9810
9811 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9812 Set gdb-source-window.
9813
9814 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9817 minor modes, redundant with the custom-autoload line above.
9818
9819 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
9820
9821 * longlines.el (longlines-post-command-function): Handle open-line too.
9822
9823 2006-07-12 Richard Stallman <rms@gnu.org>
9824
9825 * progmodes/grep.el (grep-last-buffer): Doc fix.
9826
9827 * info.el (Info-try-follow-nearest-node): Doc fix.
9828
9829 * emacs-lisp/edebug.el (edebug-instrument-function):
9830 Err if find-function-noselect gives no position.
9831
9832 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9833 If can't find definition, return nil for position.
9834 (find-function-do-it): Handle new return value
9835 of find-definition-noselect.
9836 (find-definition-noselect, find-variable-noselect): Doc fix.
9837 (find-function-noselect): Doc fix.
9838
9839 * help-mode.el (help-variable-def): Handle find-variable-noselect
9840 returning no position.
9841 (help-function-def): Likewise for find-function-search-for-symbol.
9842 (help-face-def): Likewise.
9843
9844 * help-fns.el (describe-variable): Handle find-variable-noselect
9845 returning no position.
9846
9847 * files.el (locate-file-completion): Avoid duplicates in result.
9848
9849 * cus-edit.el (custom-no-edit): New command.
9850 (custom-mode-map): Remap to custom-no-edit instead of
9851 using suppress-keymap.
9852
9853 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
9854
9855 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9856 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9857 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9858
9859 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9860
9861 2006-07-11 Kim F. Storm <storm@cua.dk>
9862
9863 * ido.el (ido-copy-current-file-name): Use buffer-name if
9864 buffer-file-name is nil.
9865
9866 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
9867
9868 * simple.el (undo-ask-before-discard): Set to nil.
9869
9870 * vc.el (vc-exec-after): Don't delete process manually.
9871 (vc-print-log): Run log-view-mode in process sentinel inside
9872 inhibit-read-only. Don't shrink window due to timing issues.
9873
9874 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9875 Avoid using with-output-to-temp-buffer, which clobbers local vars.
9876
9877 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9880 Fix ambiguity introduced by last change.
9881 (compilation-find-file): Move save-excursion to where it may
9882 make sense. Fix a left over `find-file'.
9883
9884 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
9885
9886 * textmodes/texinfmt.el (texinfo-format-separate-node):
9887 Insert a string before point, which fits documentation, not after.
9888 (texinfo-multitable-item): In a multitable row, insert any
9889 additional needed @tabs and spaces.
9890
9891 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
9892
9893 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9894 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9895 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9896 instead of shell-command.
9897 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9898 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9899 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9900 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9901 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9902 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9903
9904 2006-07-11 Kim F. Storm <storm@cua.dk>
9905
9906 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
9907 Remove special case for seconds < 0. Use (redisplay t) instead.
9908
9909 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
9910
9911 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9912 avoid compilation error.
9913
9914 * subr.el (sit-for): New function.
9915
9916 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9917
9918 2006-07-10 Richard Stallman <rms@gnu.org>
9919
9920 * ldefs-boot.el (edebug): Update page.
9921
9922 2006-07-10 Kim F. Storm <storm@cua.dk>
9923
9924 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9925 to FOR-RELEASE and TODO.
9926
9927 2006-07-10 Romain Francoise <romain@orebokech.com>
9928
9929 * emacs-lisp/authors.el (authors-aliases): Update.
9930
9931 2006-07-10 Alan Mackenzie <acm@muc.de>
9932
9933 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9934 * cc-mode.el: Changes to eradicate eval-after-load.
9935
9936 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
9937
9938 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9939 on non-char events.
9940
9941 2006-07-09 Romain Francoise <romain@orebokech.com>
9942
9943 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9944 Don't highlight start/end markers as compilation messages.
9945
9946 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9947 to t.
9948
9949 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9952
9953 2006-07-08 Richard Stallman <rms@gnu.org>
9954
9955 * term/x-win.el (x-handle-display): Add doc string.
9956
9957 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9958
9959 * subr.el (def-edebug-spec): Move here.
9960 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9961
9962 * imenu.el (imenu-choose-buffer-index): Doc fix.
9963
9964 2006-07-08 Romain Francoise <romain@orebokech.com>
9965
9966 * term/x-win.el (x-display-name): Fix typo.
9967
9968 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9969
9970 * hexl.el (hexl-find-file): Doc fix.
9971
9972 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9973
9974 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
9975
9976 * term/x-win.el (x-display-name): Doc fix.
9977
9978 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9981 long prefixes.
9982 (fill-region-as-paragraph): Don't round up to a whole line.
9983 (fill-comment-paragraph): Don't include the code-before-the-comment
9984 when calling fill-region-as-paragraph.
9985
9986 * international/mule.el (make-char): Remove redundancy.
9987
9988 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9989 property may contain an anonymous function rather than a symbol.
9990
9991 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9992
9993 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9994 Use shy regexp. Fix incorrect backref to potentially unmatched group.
9995
9996 * dirtrack.el (dirtrack-default-directory-function): Remove.
9997 (dirtrack-directory-function): Use file-name-as-directory.
9998 (dirtrack-windows-directory-function): Simplify.
9999 (dirtrack-forward-slash, dirtrack-backward-slash)
10000 (dirtrack-replace-slash): Remove.
10001 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10002 (dirtrack): Fix wrong parenthesizing; use match-string.
10003
10004 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10005 (inferior-octave-mode): Only change the buffer-local value of
10006 comint-dynamic-complete-functions.
10007 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10008 Move the initialization to the declaration.
10009 (inferior-octave-complete): Remove unused var `filter'.
10010
10011 * shell.el (shell-mode): Only change the buffer-local value of
10012 comint-dynamic-complete-functions.
10013
10014 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10015
10016 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10017 entry is skipped because it has been scheduled.
10018 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10019 changing `:org-archived' and `:org-comment' properties.
10020
10021 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * server.el (server-select-display): Don't make the temp frame
10024 minibuffer-only, in case it's not a temp frame.
10025 (server-process-filter): Don't delete the temp frame if it's the
10026 only one we have on that display.
10027
10028 * files.el (find-alternate-file): Doc fix.
10029
10030 2006-07-05 Richard Stallman <rms@gnu.org>
10031
10032 * files.el (abbreviate-file-name): Add save-match-data.
10033
10034 2006-07-03 Richard Stallman <rms@gnu.org>
10035
10036 * faces.el (read-face-name): Doc fix.
10037
10038 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10041
10042 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10043
10044 * vc.el (vc-diff-internal): Fix prev change.
10045
10046 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10047
10048 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10049 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10050
10051 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10054 fails if the symbol contains chars like ( or '.
10055 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10056 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10057 `short'.
10058
10059 2006-07-04 Kenichi Handa <handa@m17n.org>
10060
10061 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10062 the current one, don't call set-language-environment, but call one
10063 of set-language-environment-XXX to make INFO effective now.
10064 (set-language-environment): Call set-language-environment-XXX
10065 functions instead of doing the various setups directly.
10066 (set-language-environment-coding-systems): Delete argument eol-type.
10067 (set-language-environment-input-method)
10068 (set-language-environment-nonascii-translation)
10069 (set-language-environment-charset)
10070 (set-language-environment-fontset)
10071 (set-language-environment-unibyte): New functions.
10072
10073 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10074
10075 * locate.el (locate-update-when-revert): New option.
10076 (locate-update-path): New option (suggested by Michael Albinus).
10077 (locate-prompt-for-command): Whitespace change.
10078 (locate-update): No longer offer to update the locate database by
10079 default. Implement the two new options.
10080
10081 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10082
10083 * tooltip.el: Move comment about track-mouse...
10084
10085 * progmodes/gud.el: ...to here.
10086
10087 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * facemenu.el (facemenu-listed-faces): New var.
10090 (facemenu-unlisted-faces): Variable deleted.
10091 (facemenu-add-new-face): Use facemenu-listed-faces.
10092
10093 * emulation/viper-init.el, calendar/calendar.el:
10094 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10095
10096 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10097
10098 * textmodes/org.el (org-mode): Remove no invalid settings for
10099 calc embedded mode.
10100 (org-mode-p): New defsubst.
10101 (org-save-all-org-buffers): New function.
10102 (org-first-headline-recenter): Enclose outline-regexp in group
10103 delimiters.
10104 (org-set-tags): Keep single space after stars.
10105
10106 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * window.el (set-window-text-height): Only set window-min-height to
10109 1 if that's the requested size.
10110
10111 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10112 (diff-unified->context, diff-context->unified)
10113 (diff-reverse-direction): Make sure the end marker stays at the end.
10114 (diff-mode): Add the keymap table at the end of docstring.
10115 Use lexical-let rather than constructing a closure manually.
10116
10117 * files.el (find-file-noselect-1): Remove unused var assignment.
10118 (hack-local-variables-confirm): Print lists of strings as lists of
10119 strings rather than lists of symbols.
10120 (abbreviate-file-name, hack-local-variables-prop-line):
10121 Use match-string.
10122 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10123 (recover-session-finish): Use line-end-position.
10124
10125 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10126
10127 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10128
10129 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10130
10131 * progmodes/make-mode.el (makefile-macroassign-regex):
10132 Accept preceding keyword.
10133 (makefile-gmake-statements): Reorganize, now that makepp has
10134 "override" and also handle forgotten "override define".
10135 (makefile-makepp-statements): Add new "global", "override export"
10136 and "override global".
10137
10138 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10139
10140 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10141 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10142 (ada-no-auto-case): Fix typos in docstrings.
10143
10144 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10145
10146 * info.el (Info-find-node-2): Search for makeinfo version more
10147 carefully.
10148
10149 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10150
10151 * textmodes/org.el (org-prepare-agenda-buffers):
10152 Use `invisible-OK' argument for `org-end-of-subtree'.
10153 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10154 (org-beginning-of-item): Fix bug in regular expression for white line.
10155 (org-export-as-html): Enforce space after bullet in plain list items.
10156 (org-set-autofill-regexps): Require space after plain list bullet
10157 for paragraph-start.
10158 (org-ts-regexp3): New constant.
10159 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10160 (org-timestamp-up-day, org-timestamp-down-day)
10161 (org-timestamp-change): Work with inactive timestamps.
10162 (org-ts-regexp1): Don't allow brackets in time stamps.
10163
10164 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10165
10166 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10167 for ignoring links.
10168
10169 * faces.el (read-face-name): Use it.
10170
10171 2006-06-28 Juri Linkov <juri@jurta.org>
10172
10173 * buff-menu.el (list-buffers-noselect): Compare Info file
10174 with the string "dir" to detect Info directory.
10175
10176 * complete.el (partial-completion-mode): In lambda for
10177 `choose-completion-string-functions' use full function signature
10178 with 4 args, and move point to the end of the minibuffer only if arg
10179 `mini-p' is non-nil.
10180
10181 2006-06-28 John Paul Wallington <jpw@pobox.com>
10182
10183 * ibuffer.el (ibuffer-mode): Doc fix.
10184
10185 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10186
10187 * textmodes/org.el (org-context): New contexts :item-bullet,
10188 :latex-fragment, :latex-preview.
10189 (org-overlays-at, org-overlay-start, org-overlay-end):
10190 New compatibility functions.
10191 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10192 exact regexp that will be used during export.
10193 (org-latex-regexps): New variable.
10194 (org-cdlatex-mode): Improve advice for `texmathp'.
10195 (turn-on-org-cdlatex): New function.
10196
10197 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10198
10199 * term/mac-win.el (mac-handle-font-selection): Change keys of
10200 mac-atsu-font-table from strings to numbers.
10201 (mac-ts-caret-position): Use also when cursor-type is nil.
10202 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10203 Relax condition for using overlay strings.
10204 Use mac-ts-caret-position face when cursor-type is nil.
10205
10206 2006-06-26 Kim F. Storm <storm@cua.dk>
10207
10208 * help.el (view-emacs-news): Declare `res' in the right let* form.
10209
10210 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10211
10212 * net/rcompile.el (remote-compile): Replace ange-ftp based
10213 implementation by Tramp functions.
10214 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10215
10216 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10217
10218 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10219
10220 * international/fontset.el (setup-default-fontset): Fix a typo in
10221 the "Oriya-Akruti" registry name.
10222
10223 2006-06-23 Lars Hansen <larsh@soem.dk>
10224
10225 * desktop.el (desktop-full-file-name): New function.
10226 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10227 (desktop-revert): Use it.
10228 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10229 (desktop-after-read-hook): Add option list-buffers.
10230 (desktop-locals-to-save): Add tab-width.
10231 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10232 Fix docstring.
10233
10234 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10235
10236 * textmodes/org.el (org-cdlatex-mode-map)
10237 (org-cdlatex-texmathp-advice-is-done): New variables.
10238 (org-cdlatex-mode): New minor mode.
10239 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10240 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10241 (org-export-with-archived-trees): New option.
10242 (org-open-file): Remove the call to `convert-standard-filename'.
10243 (org-archive-tag, org-agenda-skip-archived-trees)
10244 (org-cycle-open-archived-trees)
10245 (org-sparse-tree-open-archived-trees): New options.
10246 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10247 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10248 New functions.
10249 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10250 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10251 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10252 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10253 Call `org-prepare-agenda-buffers'.
10254 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10255 (org-file-apps, org-file-apps-defaults-gnu)
10256 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10257 Handle remote files by forcing them to be opened in Emacs.
10258
10259 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10260
10261 * vc.el (vc-diff-knows-L): New variable.
10262 (vc-diff-internal): Use it to handle "diff" programs that don't
10263 understand -L. This works automatically, no user action is necessary.
10264
10265 2006-06-23 Daniel Brockman <daniel@brockman.se>
10266
10267 * net/rcirc.el (rcirc-default-user-full-name): Default to
10268 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10269 longer exists).
10270 (rcirc-process-list): Check `buffer-live-p' before attempting to
10271 switch to a buffer.
10272
10273 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10274
10275 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10276 based on rcirc-coding-system-alist.
10277
10278 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10279
10280 * cus-edit.el (customize-apropos): A better error message.
10281 (top level) <debug-ignored-errors>: Extend and update the list of
10282 ignored error messages.
10283
10284 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10285
10286 * complete.el (PC-do-completion): Retain capitalization of user
10287 input, when possible, even if completion-ignore-case is set.
10288
10289 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10290
10291 * generic-x.el (bat-generic-mode): Support .cmd files.
10292
10293 * dos-w32.el (top level): Use find-file-not-found-functions
10294 instead of the obsolete find-file-not-found-hooks.
10295
10296 2006-06-22 Kim F. Storm <storm@cua.dk>
10297
10298 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10299 to recognize mode name containing submodes, such as Grep/lw.
10300
10301 2006-06-21 Kim F. Storm <storm@cua.dk>
10302
10303 * simple.el (line-move-1): Check for move-end-of-line instead of
10304 end-of-line when setting temporary-goal-column.
10305
10306 2006-06-21 Miles Bader <miles@gnu.org>
10307
10308 * play/cookie1.el (cookie): Work properly when there's only one entry.
10309
10310 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10311
10312 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10313 (gdb-frame-handler): Generalize frame regexp for templates.
10314
10315 2006-06-20 Glenn Morris <rgm@gnu.org>
10316
10317 * calendar/appt.el (appt-display-format): Default value must be
10318 one of the customize options.
10319
10320 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10321
10322 * term/xterm.el (terminal-init-xterm): Update key availability info.
10323 Bind C-return.
10324
10325 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10326
10327 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10328
10329 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10330 whether or not a local variables list is defined.
10331
10332 * msb.el (msb): Move `sit-for' hack here to handle both
10333 "mouse-down and drag" and "mouse-up and select" situations.
10334 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10335
10336 2006-06-20 Kenichi Handa <handa@m17n.org>
10337
10338 * international/characters.el (word-combining-categories):
10339 Add entries for 2-byte Han characters.
10340
10341 2006-06-19 Richard Stallman <rms@gnu.org>
10342
10343 * bindings.el (mode-line-format): Save some mode line space.
10344
10345 * files.el (find-file-noselect): Improve the question wording.
10346 (basic-save-buffer-2): Mask UMASK against 666.
10347
10348 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10349 (mouse-drag-vertical-line): Call it.
10350
10351 * cus-edit.el (customize-option, customize-option-other-window):
10352 Error if SYMBOL is nil.
10353
10354 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10355
10356 * textmodes/org.el: Require noutline, also on XEmacs.
10357 (org-end-of-subtree): Return point.
10358 (org-dblock-start-re, org-dblock-end-re): New constants.
10359 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10360 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10361 (org-update-all-dblocks, org-find-dblock): New functions.
10362 (org-collect-clock-time-entries): New function.
10363 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10364 (org-fixup-indentation): Modify to deal correctly with lines
10365 starting with TAB. Only one argument DIFF now.
10366 (org-demote, org-promote): Call `org-fixup-indentation' with just
10367 one argument, DIFF.
10368 (org-mode): Don't mark buffer as modified when aligning tables.
10369 (org-clock-sum): Don't mark buffer modified when adding time sum
10370 properties.
10371 (org-export-as-html): Add support for a link validation function.
10372 (org-archive-all-done): New function.
10373 (org-archive-subtree): New prefix argument. When set, archive all
10374 done subtrees in this buffer.
10375 (org-remove-clock-overlays)
10376 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10377 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10378 (org-put-clock-overlay): Don't swallow last headline character
10379 when displaying overlay.
10380 (org-store-link): Link to `image-mode' with just the file name.
10381
10382 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10383
10384 * viper-cmd.el (viper-special-read-and-insert-char):
10385 Use read-key-sequence.
10386 (viper-after-change-undo-hook): Misc enhancements.
10387 (viper-after-change-undo-hook): New hook.
10388 (viper-undo): Use viper-after-change-undo-hook.
10389 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10390 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10391 clicking on that widget/button.
10392
10393 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10394
10395 * ediff-diff (ediff-test-patch-utility): Catch errors.
10396 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10397 (ediff-set-actual-diff-options): New function.
10398 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10399 Use ediff-set-actual-diff-options.
10400 (ediff-extract-diffs): Catch errors.
10401 (ediff-whitespace): Add non-breakable space.
10402 (ediff-same-file-contents): Catch errors.
10403
10404 * ediff-mult.el (ediff-collect-custom-diffs):
10405 Save coding-system-for-read.
10406
10407 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10408 (ediff-vc-internal, ediff-vc-merge-internal):
10409 Use ediff-delete-version-file.
10410 (ediff-delete-version-file): New function.
10411
10412 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10413
10414 * ediff.el (ediff-directories, ediff-directory-revisions)
10415 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10416 (ediff-directories-internal, ediff-merge-directory-revisions)
10417 (ediff-merge-directory-revisions-with-ancestor)
10418 (ediff-directories3): Use read-directory-name.
10419
10420 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10421
10422 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10423 Remove superfluous part of regexp for brace matching which is handled
10424 by `scan-lists' call.
10425
10426 2006-06-16 Richard Stallman <rms@gnu.org>
10427
10428 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10429
10430 * files.el (basic-save-buffer-2): For a new precious file,
10431 use the default modes in the return value.
10432
10433 * facemenu.el (facemenu-color-alist): Doc fix.
10434
10435 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10436
10437 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10438
10439 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10440
10441 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10442 (mac-utxt-to-string): Use it.
10443 (mac-ts-update-active-input-area): Use mac-ae-number.
10444
10445 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10446
10447 * term.el (term-handle-scroll, term-delete-lines)
10448 (term-insert-lines): Fix off by one errors.
10449
10450 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * net/tramp.el (tramp-touch): Use UTC to express time.
10453
10454 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10455
10456 * mail/sendmail.el (mail-send): Search explicitly for
10457 mail-header-separator when checking for corrupted header lines.
10458
10459 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10460
10461 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10462 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10463 (gdb-init-1): Initialise them.
10464 (gdb-starting): Reset gdb-printing
10465 (gdb-starting): Save value of gud-overlay-arrow-position.
10466 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10467 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10468 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10469 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10470
10471 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10474
10475 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10476
10477 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10478 (ldap-search-internal): Keep error messages, and a regexp fix.
10479
10480 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10481
10482 * files.el (hack-local-variables-confirm):
10483 Display string value using its printed representation.
10484
10485 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10486
10487 * server.el (server-edit): No-op if no server buffers exist.
10488
10489 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10490
10491 * textmodes/page-ext.el (pages-directory-for-addresses):
10492 Including `pages-directory-address-mode' in the function results
10493 in the message "Buffer in which pages were found is deleted".
10494
10495 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10496
10497 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10498 clocking functions.
10499
10500 (org-agenda-clock-in, org-check-running-clock)
10501 (org-clock-out-if-current, org-remove-clock-overlays)
10502 (org-put-clock-overlay): New functions.
10503 (org-clock-marker, org-clock-file-total-minutes)
10504 (org-clock-overlays): New variables.
10505 (org-clock-display, org-clock-sum, org-clock-cancel)
10506 (org-clock-out, org-clock-in): New commands.
10507 (org-export): New function.
10508 (org-emph-re): New constant.
10509 (org-set-emph-re, org-do-emphasis-faces): New functions.
10510 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10511 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10512 (org-export-html-convert-emphasize): Use the configurable emphasis.
10513 (org-cleaned-string-for-export): Make multiline emphasis visible
10514 to the exporter. New optional argument PARAMETERS.
10515 (org-export-as-html): Specify :emph-multiline parameter to
10516 `org-cleaned-string-for-export'.
10517
10518 2006-06-10 Richard Stallman <rms@gnu.org>
10519
10520 * help.el (help-for-help-internal): Clean up help text.
10521
10522 2006-06-10 Andreas Schwab <schwab@suse.de>
10523
10524 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10525 in doc string.
10526
10527 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10528
10529 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10530
10531 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10532 spaces after the comment start.
10533
10534 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10535
10536 * play/pong.el (pong-init-buffer):
10537 Fill buffer with spaces instead of ^A.
10538
10539 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10540 launched asynchronously, delete its process instead of being cool.
10541 (ispell-async-processp): Check for `delete-process' existence
10542 instead of `kill-process' one for consistency.
10543
10544 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10545
10546 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10547 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10548 in mode line at startup.
10549
10550 2006-06-08 Kim F. Storm <storm@cua.dk>
10551
10552 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10553 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10554 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10555 (ido-file-internal): Pass full file name to write-file.
10556 (ido-read-internal): Only pop stack elements automatically if they
10557 actually match an existing directory or file name.
10558
10559 2006-06-07 Kenichi Handa <handa@m17n.org>
10560
10561 * international/mule.el (find-auto-coding): Don't handle the short
10562 name `char-trans'.
10563
10564 * files.el (hack-local-variables-prop-line)
10565 (hack-local-variables): Cancel the previous change.
10566
10567 2006-06-06 Jesper Harder <harder@phys.au.dk>
10568
10569 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10570
10571 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10572
10573 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10574 diff-default-read-only is non-nil.
10575 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10576 (diff-refine-hunk): Set inhibit-read-only to t.
10577
10578 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10579 modifying the *Diff* buffer.
10580 (diff-process-filter): New filter function for diff process that
10581 sets inhibit-read-only to t when modifying the *Diff* buffer.
10582
10583 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10584
10585 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10586 insertion point and control the number of empty lines.
10587 (org-paste-subtree): Limit the number of empty lines at the end of
10588 the inserted tree.
10589 (org-agenda): Use buffer name of current file for narrowing.
10590 (org-export-as-xml): Command removed.
10591 (org-export-xml-type): Option removed.
10592 (org-mode-map): Call `org-export-as-xoxo' directly.
10593 (org-get-indentation): New optional argument LINE.
10594 (org-fix-indentation, org-remove-tabs): New functions.
10595 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10596 correct indentation for headlines that are converted it items.
10597 (org-skip-comments): Remove table lines that contain narrowing
10598 cookies but no other non-empty fields.
10599 (org-set-tags): Allow groups of mutually exclusive tags.
10600 (org-cmp-time): Sort 24:21 before items without time.
10601 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10602 (org-open-at-point): Require double colon also for numbers.
10603
10604 2006-06-06 Kim F. Storm <storm@cua.dk>
10605
10606 * ido.el (ido-default-file-method, ido-default-buffer-method):
10607 Make choice values consistent with corresponding command names.
10608 (ido-visit-buffer): Update accordingly. Default to selected-window.
10609
10610 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
10611
10612 * progmodes/gud.el (gud-running): Fix doc string.
10613 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10614 (gud-tooltip-modes): Add python-mode.
10615 (gud-tooltip-print-command): Add pdb. Remove perldb.
10616
10617 2006-06-05 Eli Zaretskii <eliz@gnu.org>
10618
10619 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10620 Quote $(EMACS).
10621
10622 2006-06-05 Richard Stallman <rms@gnu.org>
10623
10624 * faces.el (defined-colors): Doc fix.
10625
10626 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
10627
10628 * vc.el (vc-process-filter): Inhibit undo info collection around
10629 call to insert.
10630 (vc-setup-buffer): Likewise for call to erase-buffer.
10631 (vc-do-command): Likewise for call to process-file.
10632
10633 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
10634
10635 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10636 for gud-go.
10637 (gud-common-init): Other debuggers may trigger error.
10638
10639 2006-06-05 Kenichi Handa <handa@m17n.org>
10640
10641 * international/mule.el (find-auto-coding):
10642 Handle enable-character-translation in file header.
10643
10644 2006-06-04 Kim F. Storm <storm@cua.dk>
10645
10646 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10647 (authors-fixed-entries): Fix spelling.
10648 (authors-canonical-file-name): Don't report error for wildcards.
10649
10650 * help.el (view-emacs-news): Rewrite to support new NEWS,
10651 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
10652 e.g. version 10 matches 1.10, and don't be confused by version 1.1
10653 being a prefix of 1.12 (etc). A numeric prefix arg also works.
10654
10655 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
10656
10657 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10658 exec constructs like `foo bar`.
10659 (sh-quoted-subshell): New helper function to search for a possibly
10660 nested subshell (like `` or $()) within a "" quoted string.
10661 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10662 (sh-apply-quoted-subshell): Flag quote characters inside a
10663 subshell, which is itself already in a quoted region, as
10664 punctuation, since this is the closest to what they actually are.
10665 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10666 sh-apply-quoted-subshell.
10667 (sh-font-lock-syntactic-face-function): Apply the new face for
10668 text inside `` instead of the old font-lock-string-face.
10669
10670 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10671
10672 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10673 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10674 (mac-bytes-to-text-range, mac-ae-text-range-array)
10675 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10676 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10677 (mac-ts-unicode-for-key-event): New functions.
10678 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10679 (mac-handle-font-selection): Use mac-ae-number.
10680 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10681 New variables.
10682 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10683 (mac-ts-converted-text, mac-ts-selected-converted-text)
10684 (mac-ts-block-fill-text, mac-ts-outline-text)
10685 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10686 (mac-ts-hilite-style-faces): New constant.
10687 (mac-apple-event-map): Bind text input events.
10688 (mac-dispatch-apple-event): Use command-execute instead of
10689 call-interactively.
10690 (global-map): Don't bind mac-apple-event.
10691 (special-event-map): Bind mac-apple-event.
10692
10693 2006-06-02 Eli Zaretskii <eliz@gnu.org>
10694
10695 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10696 file name.
10697 (emacs): Enclose the value of $(EMACS) in quotes.
10698
10699 2006-06-02 Juri Linkov <juri@jurta.org>
10700
10701 * international/mule.el (sgml-html-meta-auto-coding-function):
10702 Remove the condition `(search-forward "<html" size t)'.
10703 Replace `\"' with `[\"']?' in `re-search-forward'.
10704
10705 2006-06-02 Kenichi Handa <handa@m17n.org>
10706
10707 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10708 as well as `coding'.
10709 (hack-local-variables): Likewise.
10710
10711 * international/mule.el (enable-character-translation):
10712 Put permanent-local and safe-local-variable properties.
10713 (find-auto-coding): Handle char-trans: tag.
10714
10715 2006-06-02 Juri Linkov <juri@jurta.org>
10716
10717 * international/mule.el (sgml-html-meta-auto-coding-function):
10718 Limit the search by the end of the HTML header (if any).
10719
10720 2006-06-01 Richard Stallman <rms@gnu.org>
10721
10722 * subr.el (with-current-buffer): Doc fix.
10723
10724 2006-06-02 Masatake YAMATO <jet@gyve.org>
10725
10726 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10727 Almost rewrite. Underlines over all lines of gcov output are too
10728 uncomfortable to read. Suggested by Dan Nicolaescu.
10729
10730 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
10731
10732 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10733
10734 * shell.el (shell-mode): Use shell-mode-map in docstring.
10735
10736 * comint.el (comint-send-input): Do not add help-echo and
10737 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10738
10739 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10740
10741 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10742
10743 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
10744
10745 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10746 (gdb-stopped, gdb-info-stack-custom): If there is no source info
10747 look up the stack and pop up GUD buffer if necessary.
10748 (gdb-frames-select): Remove redundant call to gud-display-frame.
10749 (gdb-info-threads-custom): Keep point at start of buffer.
10750 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10751
10752 2006-05-31 Juri Linkov <juri@jurta.org>
10753
10754 * replace.el (query-replace-read-from, query-replace-read-to):
10755 Bind `history-add-new-input' to nil. Call `add-to-history'.
10756
10757 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
10758
10759 * textmodes/table.el: Convert all HTML tags to lower case for
10760 XHTML compatibility.
10761
10762 2006-05-31 Masatake YAMATO <jet@gyve.org>
10763
10764 * progmodes/compile.el:
10765 (compilation-error-regexp-alist-alist::gcov-called-line):
10766 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
10767
10768 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
10769
10770 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10771 Revert inadvertent changes made with last commit.
10772
10773 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10774
10775 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10776 New functions.
10777
10778 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10779
10780 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
10781
10782 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10783 only matches in the right place.
10784 (org-upcoming-deadline): New face.
10785 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10786 (org-export-ascii-underline): Rename constant `org-ascii-underline'
10787 and make it an option.
10788 (org-export-ascii-bullets): New option.
10789 (org-export-as-html): Many changes to emit valid XHTML.
10790 (org-par-open): New variable.
10791 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10792 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10793 (org-timeline): Pass `org-timeline-show-empty-dates' to
10794 `org-get-all-dates'. Interpret empty dates returned by
10795 `org-get-all-dates'.
10796 (org-get-all-dates): New argument EMPTY. Add dates without
10797 entries to the list, mark large ranges of empty dates.
10798 (org-point-in-group, org-context): New functions.
10799
10800 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
10801
10802 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10803
10804 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10805 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10806 to C-mouse-3 (for 2 button mice).
10807 (gdb-send): Do the right thing for C-d.
10808
10809 * speedbar.el (speedbar-detach): Delete.
10810 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10811 it breaks things.
10812 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10813
10814 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
10815
10816 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10817 Makeppfile.
10818
10819 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10820 Add makepp diagnostic.
10821
10822 2006-05-29 Richard Stallman <rms@gnu.org>
10823
10824 * window.el (fit-window-to-buffer): Doc fix.
10825
10826 * help.el (temp-buffer-max-height): Doc fix.
10827
10828 * subr.el (with-current-buffer): Doc fix.
10829
10830 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10831
10832 * term/x-win.el: Bind F10 to menu-bar-start if available.
10833
10834 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
10835
10836 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10837 uses with a simple test.
10838 (term-set-escape-char, term-mode, term-check-kill-echo-list)
10839 (term-send-raw-string, term-send-raw, term-mouse-paste)
10840 (term-char-mode, term-line-mode, term-exec, term-sentinel)
10841 (term-handle-exit, term-read-input-ring)
10842 (term-previous-matching-input-string)
10843 (term-previous-matching-input-string-position)
10844 (term-previous-matching-input-from-input)
10845 (term-replace-by-expanded-history, term-send-input)
10846 (term-skip-prompt, term-bol, term-send-invisible)
10847 (term-kill-input, term-delchar-or-maybe-eof)
10848 (term-backward-matching-input, term-check-source)
10849 (term-proc-query, term-emulate-terminal)
10850 (term-handle-colors-array, term-process-pager, term-pager-line)
10851 (term-pager-bob, term-unwrap-line, term-word)
10852 (term-dynamic-complete-filename)
10853 (term-dynamic-complete-as-filename)
10854 (term-dynamic-simple-complete): Replace one arm ifs with whens or
10855 unlesses.
10856
10857 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10858
10859 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10860 during bootstrapping.
10861
10862 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10863 Basically undo the change of 2006-05-26: use extra arguments instead of
10864 dynamic scoping.
10865 (ewoc-locate): Remove unused var `footer'.
10866
10867 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10870
10871 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10872 (generate-file-autoloads): Obey it. Return whether autoloads were
10873 added at point or not.
10874 (update-file-autoloads): Use this new return value.
10875 Remove redundant test for the presence of an autoload cookie.
10876
10877 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10878 This one calls hack-local-variables.
10879 (generate-file-autoloads, update-file-autoloads): Use it.
10880
10881 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10882 (bibtex-sort-entry-class): Add safe-local-variable predicate.
10883 (bibtex-sort-entry-class-alist): Don't set the global value.
10884 (bibtex-init-sort-entry-class-alist): New fun.
10885 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10886 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10887 of bibtex-init-sort-entry-class.
10888
10889 2006-05-28 Richard Stallman <rms@gnu.org>
10890
10891 * subr.el (load-history-regexp): If FILE is relative, insist
10892 entire last name component must match it.
10893 (load-history-filename-element, load-history-regexp): Doc fixes.
10894
10895 2006-05-29 Kim F. Storm <storm@cua.dk>
10896
10897 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10898 `pos' and `raw-data' for clarity, as eval forms may access these.
10899
10900 2006-05-28 Kim F. Storm <storm@cua.dk>
10901
10902 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10903
10904 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 * progmodes/make-mode.el (makefile-browser-map)
10907 (makefile-mode-syntax-table): Move initialization inside declaration.
10908 (makefile-fill-paragraph): Use the default comment-filling code.
10909
10910 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * replace.el (query-replace-defaults): New variable.
10913 (query-replace-read-from): Use `query-replace-defaults' for
10914 default value, instead of history list.
10915 (query-replace-read-to): Update `query-replace-defaults'.
10916
10917 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
10918
10919 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10920 with no X toolkit.
10921
10922 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
10923
10924 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10925 (tumme-show-all-from-dir): Add autoload.
10926
10927 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10928
10929 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10930 (tumme-remove-tag): Fix bug.
10931
10932 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
10933
10934 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10935 FOOTER args. Update unique caller.
10936 (ewoc-delete): Compute last node once before looping.
10937 (ewoc--node-branch): Merge into unique caller.
10938 (ewoc--node): Don't define constructor make-ewoc--node for this
10939 structure.
10940 (ewoc): Add member `hf-pp' to this structure.
10941 (ewoc--wrap): New func.
10942 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
10943 header/footer pretty-printers. Save header/footer pretty-printer.
10944 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10945
10946 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10947
10948 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10949
10950 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10951 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
10952 Tag'. Change "Compare directories..." to "Change Directories...".
10953 Move tumme commands to Operate, Regexp and Immediate menus.
10954 Change "Add Comment" to "Add Image Comment". Change "Add Image
10955 Tag" to "Add Image Tags".
10956
10957 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10958 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10959 `tumme-delete-tag'.
10960
10961 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
10962
10963 * shell.el (shell-mode): Call shell-dirtrack-mode after
10964 list-buffers-directory is made a local variable, to avoid setting
10965 the default value.
10966
10967 2006-05-26 Kevin Ryde <user42@zip.com.au>
10968
10969 * info.el (Info-index-next): Use where-is-internal to report
10970 actual binding of Info-index-next, rather than hard-coded `,'.
10971
10972 2006-05-26 Eli Zaretskii <eliz@gnu.org>
10973
10974 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10975 and "Find Command in Manual" to here.
10976
10977 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10978 Info-current-file as the file name.
10979
10980 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
10981
10982 * ses.el (defadvice undo-more): Delete this defadvice. The undo
10983 overrides will now be done a different way.
10984 (ses-set-parameter): Reapply this function for undo.
10985 (ses-set-header-row): Reconstruct header row during undo.
10986 (ses-widen): New function.
10987 (ses-goto-data, ses-reconstruct-all): Use new function.
10988 (ses-command-hook): Widen buffer during undo, before unupdating
10989 the cells.
10990 (ses-insert-row, ses-delete-row): Widen buffer during undo.
10991 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10992 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10993 formula hasn't been executed yet.
10994
10995 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10996
10997 * comint.el (comint-kill-whole-line): Rename arg to count.
10998 Fix doc string.
10999
11000 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11001
11002 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11003 to copy-file.
11004
11005 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11006
11007 * simple.el (toggle-truncate-lines): Make arg optional for
11008 backward compatibility.
11009
11010 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11011
11012 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11013 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11014 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11015 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11016 (ewoc--adjust): Use ewoc--current-dll.
11017 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11018
11019 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11020
11021 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11022 compact error message.
11023 (org-tags-view): Refresh category table in each file.
11024 (org-table-justify-field-maybe): Remove superfluous arguments to
11025 `format'.
11026 (org-export-as-html): Insert "<p>" before postamble.
11027 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11028
11029 2006-05-26 Kenichi Handa <handa@m17n.org>
11030
11031 * textmodes/po.el (po-find-charset): Pay attention to the case
11032 FILENAME is a cons (NAME . BUFFER).
11033 (po-find-file-coding-system-guts): Likewise.
11034
11035 * arc-mode.el (archive-set-buffer-as-visiting-file):
11036 Call find-operation-coding-system with (FILENAME . BUFFER).
11037
11038 * tar-mode.el (tar-extract): Call find-operation-coding-system
11039 with (FILENAME . BUFFER).
11040
11041 * international/mule.el (decode-coding-inserted-region):
11042 Call find-operation-coding-system with (FILENAME . BUFFER).
11043
11044 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11045
11046 * image-mode.el (image-toggle-display): Use buffer contents to
11047 generate image for a remote file.
11048
11049 2006-05-25 Juri Linkov <juri@jurta.org>
11050
11051 * replace.el (query-replace-read-from, query-replace-read-to):
11052 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11053
11054 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11055
11056 * whitespace.el (whitespace-cleanup): Change to cleanup
11057 region if one is active.
11058 * whitespace.el (whitespace-cleanup-internal): New internal method.
11059
11060 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11061
11062 * dired.el (dired-mode-map): Add help-echo strings to tumme
11063 commands. Bind `tumme-dired-display-image' to C-t i.
11064
11065 * tumme.el (tumme-display-image): Change documentation string slightly.
11066 (tumme-dired-display-image): Add call to `display-buffer'.
11067
11068 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11069
11070 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11071 Signal error if RAW-DATA is a multibyte string.
11072
11073 2006-05-24 Richard Stallman <rms@gnu.org>
11074
11075 * subr.el (with-local-quit): When handling `quit' signal,
11076 make a chance for quit-flag to cause a quit.
11077
11078 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11079 (ad-disable-advice): Add autoloads.
11080
11081 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11082
11083 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11084
11085 * dired.el (dired-mode-map): Change menu items for tumme as per
11086 suggestions in emacs-devel.
11087
11088 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11089
11090 * dired.el (dired-mode-map): Fix breakage.
11091
11092 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11093
11094 * tumme.el (tumme-display-dired-image): Rename to...
11095 (tumme-dired-display-image): ...this.
11096 (tumme-track-movement): Change default value to t.
11097 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11098 used from `tumme-next-line-and-display' and similar commands.
11099
11100 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11101 Immediate menu. Add some tumme commands there.
11102
11103 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11104
11105 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11106
11107 2006-05-24 Chong Yidong <cyd@mit.edu>
11108
11109 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11110 menu entries that open submenus.
11111
11112 2006-05-24 Alan Mackenzie <acm@muc.de>
11113
11114 * startup.el (command-line): For names of preloaded files, don't
11115 append ".elc" (now done in Fload), and call file-truename on the
11116 lisp directory.
11117
11118 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11119 match ANY loaded file with the right name, not just those in
11120 load-path. Put a regexp matching the file name into
11121 after-load-alist, rather than the name itself.
11122
11123 * subr.el (load-history-regexp, load-history-filename-element)
11124 (do-after-load-evaluation): New functions.
11125
11126 * international/mule.el (load-with-code-conversion): Do the
11127 eval-after-load stuff by calling do-after-load-evaluation.
11128
11129 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11130
11131 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11132 has not been killed.
11133
11134 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11135
11136 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11137 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11138 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11139 Optionally set error message in reply.
11140
11141 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11142
11143 * textmodes/org.el (org-open-at-point): Use renamed variable
11144 `org-confirm-shell-link-function'.
11145 (org-confirm-shell-link-function): Rename from
11146 `org-confirm-shell-links'.
11147 (org-export-directory): New function.
11148 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11149 (org-export-icalendar): Use `org-export-directory'.
11150 (org-indent-item): Keep cursor position.
11151 (org-link-file-path-type): New option.
11152 (org-export-as-html): Fix bug with plain lists starting in
11153 column 0.
11154 (org-export-as-html): Remove deadline formatting, this happens
11155 now already in `org-html-handle-time-stamps'.
11156 (org-export-html-style): Deadline class removed.
11157 (org-insert-labeled-timestamps-at-point): New option.
11158 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11159 of `hide-sublevels 1', in case the first headline is not level 1.
11160 (org-overview, org-content): New fuction.
11161 (org-cycle-global-status, org-cycle-subtree-status): Make these
11162 variables buffer-local.
11163 (org-global-cycle): New command.
11164 (org-shifttab): Use `org-global-cycle'.
11165 (org-insert-heading, org-insert-item): Go to end of new
11166 headline/item after creating it.
11167 (org-export-visible): Rename from `org-export-copy-visible'.
11168 Now creates a temporary org-file and applies an exporting command
11169 to it.
11170 (org-table-eval-formula): Support for lisp forms.
11171 (org-agenda-todo-ignore-scheduled): New option.
11172 (org-agenda-get-todos): Use new option
11173 `org-agenda-todo-ignore-scheduled'.
11174 (org-export-html-inline-images): New value `maybe'.
11175 (org-export-as-html): Inlining of images dependent on link description.
11176 (org-archive-subtree): Check for end-of-buffer before trying
11177 `kill-line'.
11178 (org-agenda-follow-mode): New option.
11179 (org-export-with-tags, org-export-with-timestamps): New options.
11180 (org-html-handle-time-stamps): New function.
11181 (org-keyword-time-regexp): New variable.
11182 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11183 (org-agenda-todo-list-sublevels): New option.
11184 (org-html-level-start): When TITLE is nil, just close all levels.
11185 (org-parse-key-lines, org-parse-export-options): Remove functions,
11186 replaced by `org-infile-export-plist'.
11187 (org-combine-plists, org-infile-export-plist)
11188 (org-default-export-plist): New functions.
11189 (org-export-html-preamble, org-export-html-postamble)
11190 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11191 New variables.
11192 (org-export-publishing-directory): New option.
11193 (org-export-as-html, org-export-as-ascii): Use the new property
11194 lists for settings.
11195 (org-export-copy-visible, org-export-as-xoxo):
11196 Respect `org-export-publishing-directory'.
11197 (org-link-search, org-store-link, org-file-apps): Support for
11198 links to BibTeX database entries..
11199 (org-get-current-options, org-set-regexps-and-options):
11200 Implement logging as a startup option.
11201 (org-store-link): Make sure context string is never empty
11202 (org-insert-link): Use relative path when possible.
11203 (org-at-item-checklet-p): New function.
11204 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11205 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11206 (org-metaright, org-metaup, org-metadown, org-shiftup)
11207 (org-shiftdown, org-shiftright, org-shiftleft)
11208 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11209 Dispatch using `call-interactively'.
11210 (org-call-with-arg): New defsubst.
11211 (org-tag-alist, org-use-fast-tag-selection): New options.
11212 (org-complete): Use `org-tag-alist'.
11213 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11214 (org-next-item, org-previous-item): New commands.
11215 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11216 make command.
11217 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11218
11219 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11220
11221 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11222 (ewoc-filter): Use `ewoc-delete'.
11223
11224 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11225
11226 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11229 Signal more user-friendly error messages.
11230
11231 * complete.el (PC-do-completion): Undo the addition of implicit
11232 wildcards if they did not lead to finding any match.
11233 (read-file-name-internal): Don't add the final > if the completion is
11234 not finished.
11235
11236 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11237
11238 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11239 Quote safe-local-variable predicate.
11240
11241 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11242
11243 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11244
11245 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11246
11247 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11248
11249 * progmodes/make-mode.el (makefile-special-targets-list)
11250 (makefile-macro-table, makefile-target-table): Mark as risky.
11251 (makefile-query-one-target-method): Make this the alias for the
11252 following variable.
11253 (makefile-query-one-target-method-function): Make this the real name.
11254
11255 * textmodes/artist.el (artist-text-renderer): Make this the alias
11256 for the following variable.
11257 (artist-text-renderer-function): Make this the real name.
11258
11259 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11260 the alias for the following variable.
11261 (flyspell-generic-check-word-predicate): Make this the real name.
11262
11263 * textmodes/ispell.el (ispell-format-word): Make this the alias
11264 for the following variable.
11265 (ispell-format-word-function): Make this the real name.
11266 (ispell-message-text-end): Mark as risky.
11267
11268 * skeleton.el (skeleton-transformation, skeleton-filter)
11269 (skeleton-pair-filter): Make these the aliases for the following
11270 variables.
11271 (skeleton-transformation-function, skeleton-filter-function)
11272 (skeleton-pair-filter-function): Make these the real names.
11273
11274 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11275 and skeleton-pair-filter-function.
11276
11277 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11278 alias for the following variable.
11279 (sgml-transformation-function): Make this the real name.
11280 (sgml-tag-alist): Mark as risky.
11281
11282 2006-05-21 Richard Stallman <rms@gnu.org>
11283
11284 * simple.el (kill-region): Interactively, pass point, then mark.
11285
11286 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11287
11288 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11289
11290 2006-05-21 Romain Francoise <romain@orebokech.com>
11291
11292 * dired-x.el (dired-mode-map): Don't bind M-g.
11293
11294 2006-05-20 Richard Stallman <rms@gnu.org>
11295
11296 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11297 (dired-goto-file): Doc fix.
11298
11299 2006-05-21 Kim F. Storm <storm@cua.dk>
11300
11301 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11302 way to enable built-in cua-mode if user loads older CUA-mode package.
11303
11304 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11305 if default-filename is specified.
11306
11307 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11308
11309 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11310
11311 * info.el (info-apropos): Make sure current-file and current-node
11312 have non-nil values. Speed up by using add-to-list instead of
11313 manual consing.
11314
11315 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11316
11317 * progmodes/make-mode.el (makefile-mode): Doc fix.
11318
11319 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11320
11321 * dired-aux.el (dired-do-shell-command): Doc fix.
11322
11323 2006-05-20 Kevin Ryde <user42@zip.com.au>
11324
11325 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11326 ``(custom-manual :tag "Foo" "(foo)Node")''.
11327
11328 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11329
11330 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11331 value is an integer.
11332
11333 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11334
11335 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11336 "format".
11337 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11338
11339 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11340
11341 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11342 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11343
11344 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11347 regexp for keywords.
11348
11349 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11350
11351 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11352 replace-regexp-in-string.
11353
11354 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11355 encode, and escape file name on conversion to URL.
11356
11357 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11358
11359 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11360 Don't unescape URL.
11361 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11362
11363 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11364 on conversion to URLs.
11365
11366 * net/browse-url.el (browse-url-file-url): Encode file name on
11367 conversion to URL.
11368
11369 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11370 conversion to URL.
11371
11372 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11373
11374 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11375
11376 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11377
11378 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11379 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11380
11381 2006-05-19 Glenn Morris <rgm@gnu.org>
11382
11383 * calendar/diary-lib.el (diary-bahai-date)
11384 (list-bahai-diary-entries, mark-bahai-diary-entries)
11385 (mark-bahai-calendar-date-pattern): Not interactive.
11386 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11387 (diary-entries-list): Change format of 4th element in each entry.
11388 (diary-list-entries): Use add-to-diary-list.
11389 (diary-goto-entry): Handle the case where the buffer visiting the
11390 diary has been killed.
11391 (fancy-diary-display): Add 'locator to button rather than 'marker.
11392 Only generate temp-face when there are marks to apply.
11393 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11394 (diary-fancy-date-pattern): New variable.
11395 (diary-time-regexp): Doc fix.
11396 (diary-anniversary, diary-time): New faces.
11397 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11398 diary-time-regexp. Add font-lock-multiline property where needed.
11399 Use new faces diary-anniversary and diary-time.
11400 (diary-fancy-font-lock-fontify-region-function): New function, to
11401 handle multiline font-lock pattern in fancy diary.
11402 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11403 (diary-font-lock-keywords): Tweak time regexp. Use new face
11404 diary-time.
11405
11406 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11407
11408 * international/code-pages.el (mik): Table corrected.
11409
11410 2006-05-18 Kim F. Storm <storm@cua.dk>
11411
11412 * progmodes/grep.el (grep-find): Don't check grep-find-command
11413 before running command (breaks non-interactive usage).
11414
11415 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11416
11417 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11418 (ewoc--insert-new-node): Don't insert trailing newline.
11419 Instead, adjust successor nodes's start markers.
11420 (ewoc--refresh-node): Delete all text from current node's start
11421 marker to the next one's; adjust successor nodes's start markers.
11422 (ewoc--create): Doc fixes.
11423 (ewoc--refresh): Don't insert newline.
11424 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11425 * pcvs.el (cvs-make-cvs-buffer):
11426 Specify extra newline for ewoc's header and footer.
11427 (cvs-update-header): Update initial header recognition.
11428 Append newline to final header and footer values.
11429 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11430
11431 2006-05-17 Richard Stallman <rms@gnu.org>
11432
11433 * files.el (file-name-extension): Doc fix.
11434
11435 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11438 we can explicitly enable/disable rather than toggle.
11439 (shell-mode): Use it.
11440 (shell-cd): Don't try to reproduce what `cd' does.
11441
11442 2006-05-17 Kim F. Storm <storm@cua.dk>
11443
11444 * ido.el (ido-read-internal): Use only nondirectory part of
11445 default item.
11446
11447 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11448
11449 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11450 (ewoc-nth): Doc fix.
11451
11452 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11453
11454 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11455
11456 * international/mule.el (auto-coding-alist): Add .lha to files
11457 read with no-conversion.
11458
11459 * files.el (auto-mode-alist): Add .lha files to archive file
11460 extensions.
11461
11462 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11463 Convert csize to integer when computing offsets within the
11464 compressed archive file.
11465
11466 2006-05-16 Kim F. Storm <storm@cua.dk>
11467
11468 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11469 with read-from-minibuffer.
11470
11471 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11472
11473 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11474 (byte-compile-warnings): Fix safe-local-variable property.
11475
11476 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11477
11478 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11479 (allout-stylish-prefixes, allout-numbered-bullet)
11480 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11481 predicates to qualify `safe-local-variable' property, when
11482 available, else use equivalent lambda.
11483 (allout-current-topic-collapsed-p): Do the right thing regarding
11484 trailing blank lines.
11485
11486 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * server.el (server-start): Only create a directory if needed.
11489 (server-edit, server-unload-hook): server-start => server-mode.
11490 (kill-emacs-hook): Cleanup upon exit.
11491
11492 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * hexl.el (hexlify-buffer): Encode process arguments manually.
11495
11496 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11497
11498 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11499 call to gdb-tooltip-print.
11500
11501 2006-05-15 Romain Francoise <romain@orebokech.com>
11502
11503 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11504 systems, default to "tar" since those systems probably have GNU tar.
11505
11506 2006-05-14 Lars Hansen <larsh@soem.dk>
11507
11508 * desktop.el (desktop-missing-file-warning): Fix docstring.
11509 (desktop-restore-file-buffer): Correct question asked on missing file.
11510
11511 2006-05-14 Kim F. Storm <storm@cua.dk>
11512
11513 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11514 Add CUA move property.
11515
11516 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11517
11518 * custom.el (custom-push-theme): Load the variable before checking
11519 its `standard-value'.
11520
11521 2006-05-13 Lars Hansen <larsh@soem.dk>
11522
11523 * desktop.el (desktop-save): Use with-temp-buffer.
11524
11525 2006-05-12 Glenn Morris <rgm@gnu.org>
11526
11527 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11528 * calendar/calendar.el (calendar-mode-map):
11529 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11530 * calendar/appt.el (appt-check, appt-make-list): Refer to
11531 diary-view-entries, diary-list-entries, diary-show-all-entries
11532 rather than obsolete aliases.
11533
11534 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11535
11536 * simple.el (line-move-finish): Avoid calling point motion hooks
11537 while processing intangibility.
11538
11539 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11540
11541 * term/xterm.el (terminal-init-xterm): Fix typo.
11542
11543 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11544
11545 * allout.el (allout-view-change-hook): Mark as being deprecated,
11546 to be replaced by `allout-exposure-change-hook'.
11547 (allout-exposure-change-hook): New, replacing
11548 `allout-view-change-hook'.
11549 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11550 in addition to `allout-view-change-hook'.
11551 (allout-show-bodies, allout-old-style-prefixes)
11552 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11553 lambda forms to prevent their showing up in variable help
11554 presentations as inscrutable byte-compiled code.
11555 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11556 Use string-or-null-p to qualify safe-local-variable values.
11557 (allout-reindent-bodies): Use memq to qualify matches against
11558 valid safe-local-variable values. Also, quote the lambda as above.
11559 (allout-use-mode-specific-leader): Add missing candidate-value
11560 symbols, use memq, and quote the lambda.
11561 (allout-overlay-interior-modification-handler): Remove unused
11562 variables `msg' and 'opened'.
11563 (allout-hidden-p): Constrain invisibility consideration to allout's
11564 invisibility spec, disregarding invisibility for other reasons.
11565
11566 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11567
11568 * files.el (version-control): Correct safe values.
11569
11570 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11571
11572 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11573
11574 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11575 (ewoc--insert-new-node): New func.
11576 Update callers of deleted funcs to use it, instead.
11577
11578 2006-05-11 Glenn Morris <rgm@gnu.org>
11579
11580 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11581 obsolete alias `show-all-diary-entries'.
11582 (make-diary-entry): Not interactive.
11583 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11584 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11585 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11586 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11587 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11588 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11589
11590 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11591
11592 * calendar/calendar.el (calendar-french-date-string)
11593 (calendar-mayan-date-string, calendar-chinese-date-string)
11594 (calendar-astro-date-string, calendar-iso-date-string)
11595 (calendar-islamic-date-string, calendar-bahai-date-string)
11596 (calendar-hebrew-date-string, calendar-coptic-date-string)
11597 (calendar-ethiopic-date-string, calendar-persian-date-string):
11598 These functions are not interactive.
11599
11600 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11601
11602 * files.el: Balance parentheses.
11603
11604 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11605
11606 * files.el, newcomment.el, outline.el, simple.el,
11607 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11608 * progmodes/cc-vars.el, progmodes/compile.el:
11609 Move `safe-local-variable' declarations to the respective files.
11610
11611 * help-fns.el (describe-variable): Don't print safe-var if it is
11612 byte-code. Improve wording as suggested by Luc Teirlinck.
11613
11614 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11615
11616 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11617 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11618 Use a token for pending-triggers to ensure gdb-var-update
11619 gets called once per user input again for pre-GDB 6.4.
11620 (gdb-var-delete): Match on more complex expressions.
11621 (gdb-var-list-children-handler, gdb-var-create-handler):
11622 Use a token for consistency.
11623
11624 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
11625
11626 * textmodes/org.el (org-read-date, org-goto-calendar)
11627 (org-agenda-goto-calendar):
11628 Bind `view-calendar-holidays-initially' to nil.
11629
11630 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
11631
11632 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11633 Update all callers to do it there, instead.
11634
11635 2006-05-10 Glenn Morris <rgm@gnu.org>
11636
11637 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11638 prefix arg case, to avoid view-diary-entries-initially error.
11639 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11640 (calendar-date-is-legal-p): Handle dates with no day part.
11641
11642 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11643
11644 * comint.el (comint-insert-input): Just make it when
11645 comint-use-prompt regexp is nil (default) and with the mouse.
11646 (comint-copy-old-input): Reinstate from 2004-06-23.
11647 (comint-mode-map): Bind C-c C-m to it.
11648
11649 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
11650
11651 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11652 Remove spurious move to point-max (new comint behavior fixes).
11653
11654 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11655 compatibility function (Emacs 18/19).
11656 (idlwave-is-continuation-line): Always return point at start of
11657 previous non-blank continuation line.
11658 (keyword-parameters): Fix continued comment font-lock matcher.
11659 (idlwave-font-lock-fontify-region): Written, use as
11660 font-lock-fontify-region-function, to fix continued keyword
11661 fontification issues.
11662
11663 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11664
11665 * term/mac-win.el (mac-font-panel-mode): Doc fix.
11666 (mac-service-selection, mac-service-open-file)
11667 (mac-service-open-selection, mac-service-mail-selection)
11668 (mac-service-mail-to, mac-service-insert-text): Rename from
11669 mac-services-*. All uses changed.
11670 (mac-apple-event-map): Rename event symbol `services' to `service'.
11671
11672 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
11673
11674 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11675 (ewoc--node-enter-first, ewoc--node-enter-last)
11676 (ewoc--delete-node-internal): Merge funcs into unique callers.
11677
11678 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
11679
11680 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11681 return value of read-from-minibuffer for empty input.
11682
11683 2006-05-09 Miles Bader <miles@gnu.org>
11684
11685 * comint.el (comint-insert-input): Remove redundant calls to setq
11686 and goto-char.
11687
11688 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
11689
11690 * comint.el (comint-insert-input): Make it work when
11691 comint-use-prompt-regexp is t.
11692
11693 2006-05-10 Miles Bader <miles@gnu.org>
11694
11695 * subr.el (field-at-pos): New function.
11696
11697 * comint.el (comint-insert-input): Use it.
11698
11699 2006-05-09 Juri Linkov <juri@jurta.org>
11700
11701 * battery.el (battery-linux-proc-acpi): Also try
11702 `/proc/acpi/thermal_zone/THR2/temperature'.
11703
11704 * files.el <safe-local-variable>: Remove `eval' and `let' binding
11705 for now unused lambda `string-or-null'.
11706
11707 * add-log.el (change-log-default-name): Put `string-or-null-p'
11708 instead of lambda on `safe-local-variable' property.
11709
11710 * diff-mode.el (diff-context->unified): Use `region-beginning' and
11711 `region-end' instead of `mark' and `point'.
11712 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11713 Operate on region in Transient Mark mode when the mark is active.
11714 Use `region-beginning' and `region-end' instead of `mark' and
11715 `point'.
11716 (diff-hunk-text, diff-goto-source): Doc fix.
11717
11718 * startup.el (fancy-splash-screens, normal-splash-screen): Use
11719 face `mode-line-buffer-id' for mode-line buffer face instead of
11720 hard-coded `(:weight bold)'.
11721
11722 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11723 buffer-undo-list to t (undo-ask is reproducible by visiting
11724 nested archives).
11725
11726 2006-05-09 Kim F. Storm <storm@cua.dk>
11727
11728 * progmodes/grep.el (rgrep): Set default directory of *grep*
11729 buffer if we start M-x rgrep in the *grep* buffer and choose
11730 a different base directory.
11731
11732 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
11733
11734 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11735 completion also when ido is loaded.
11736
11737 2006-05-09 Masatake YAMATO <jet@gyve.org>
11738
11739 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11740 "warning" and "import".
11741 (cpp-font-lock-keywords): Added "warning".
11742
11743 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11744
11745 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11746
11747 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11748
11749 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11750 pages at a time, if we signal the end, we should indeed reach that end.
11751
11752 2006-05-08 David Reitter <david.reitter@gmail.com>
11753
11754 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11755 output during execution of the body.
11756
11757 2006-05-08 Kim F. Storm <storm@cua.dk>
11758
11759 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11760
11761 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
11762
11763 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11764 Use with-current-buffer.
11765
11766 2006-05-07 Kim F. Storm <storm@cua.dk>
11767
11768 * subr.el (add-to-history): Remove keep-dups arg.
11769
11770 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11771 to nil around call to add-to-history.
11772
11773 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11776 than after a buffer modification.
11777
11778 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
11779
11780 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11781 call to...
11782 (gud-watch): ...here so speedbar is raised for already watched
11783 expressions.
11784 (gdb-speedbar-refresh): Delete function.
11785 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11786 Use speedbar-timer-fn instead of speedbar-refresh (reverting
11787 earlier change).
11788 (gdb-var-evaluate-expression-handler)
11789 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11790
11791 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11792 Update localized contents for all buffers except ignored modes.
11793
11794 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11795
11796 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11797 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11798 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11799 (mac-handle-font-panel-closed, mac-handle-font-selection):
11800 New functions.
11801 (mac-font-panel-mode): New minor mode.
11802 (mac-apple-event-map): Add bindings for toolbar toggle button and
11803 font panel.
11804 (menu-bar-showhide-menu): Add mac-font-panel-mode.
11805
11806 2006-05-07 John Paul Wallington <jpw@pobox.com>
11807
11808 * ibuffer.el (ibuffer-compressed-file-name-regexp):
11809 Avoid `regexp-opt'; simplify regexp for readability.
11810
11811 2006-05-06 Eli Zaretskii <eliz@gnu.org>
11812
11813 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11814 * files.el (buffer-stale-function):
11815 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11816 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11817 links to the main manual, not to emacs-xtra.
11818
11819 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11820
11821 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11822 MacJapanese if text is ASCII-only.
11823
11824 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
11825
11826 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11827 unless so nil isn't returned.
11828 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11829
11830 2006-05-06 Kim F. Storm <storm@cua.dk>
11831
11832 * subr.el (add-to-history): New function.
11833
11834 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11835 (ediff-merge-files-with-ancestor):
11836 * env.el (setenv):
11837 * isearch.el (isearch-update-ring):
11838 * server.el (server-visit-files):
11839 * progmodes/grep.el (lgrep, rgrep):
11840 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11841 * progmodes/xscheme.el (xscheme-insert-expression):
11842 Use add-to-history.
11843
11844 * kmacro.el (kmacro-push-ring): Use add-to-history.
11845 (kmacro-ring-length): Remove unused defun.
11846 (kmacro-start-macro): Use kmacro-push-ring.
11847
11848 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
11849
11850 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11851 directly instead of a lambda expression that calls it.
11852
11853 2006-05-06 Kim F. Storm <storm@cua.dk>
11854
11855 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11856 instead of compute-motion.
11857
11858 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11859
11860 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11861 change.
11862
11863 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
11864
11865 * startup.el (command-line-1): Refer to "Pure Storage" on
11866 pure-space-overflow.
11867
11868 2006-05-05 Martin Rudalics <rudalics@gmx.at>
11869
11870 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11871 provided faces once they all have been used up.
11872
11873 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11874
11875 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11876 reference to the Lisp manual to the warning about pure space
11877 overflow.
11878
11879 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11880
11881 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11882 argument to avoid the call to `ispell-internal-change-dictionary'
11883 when not needed.
11884 (ispell-change-dictionary): Use this argument and call
11885 `ispell-internal-change-dictionary' after the possible change
11886 to `ispell-local-dictionary'.
11887 (ispell-internal-change-dictionary): Check for a change in
11888 personal dictionary use too.
11889
11890 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11891
11892 * startup.el (command-line): On MS-Windows, probe "~", not
11893 "~USER", for warning about non-existent home directory.
11894
11895 * arc-mode.el (archive-l-e): New optional argument `float' means
11896 generate a float value.
11897 (archive-arc-summarize, archive-lzh-summarize)
11898 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11899 with 3rd argument non-nil when file's size is being computed.
11900 Format the file sizes with %8.0f instead of %8d.
11901
11902 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11903
11904 * cus-start.el (all): Add mac-dnd-known-types.
11905
11906 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11907 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11908 (mac-TIFF-to-string): New functions.
11909 (x-get-selection, x-selection-value)
11910 (mac-select-convert-to-string): Use them.
11911 (mac-text-encoding-mac-japanese-basic-variant): New constant.
11912 (mac-dnd-types-alist): New customization variable.
11913 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11914 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11915 (mac-dnd-handle-drag-n-drop-event): New functions.
11916 (mac-drag-n-drop): Remove function.
11917 (global-map): Bind drag-n-drop and M-drag-n-drop to
11918 mac-dnd-handle-drag-n-drop-event.
11919
11920 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
11921
11922 * progmodes/perl-mode.el (perl-beginning-of-function):
11923 Skip anonymous subs.
11924
11925 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
11926
11927 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11928 regexp-opt at run time.
11929
11930 * term.el (term-handle-ansi-escape): Fix off by one error.
11931
11932 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
11933
11934 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11935 (gdb-init-1, gdb-post-prompt): ...and references to it.
11936 (gdb-frame-handler): Strip directory name from filename if present.
11937
11938 * progmodes/gud.el (gdb-force-update): Delete defvar
11939 (gud-speedbar-buttons): ...and references to it. Use window-start
11940 to try to keep positon in watch expression.
11941
11942 2006-05-03 Richard Stallman <rms@gnu.org>
11943
11944 * simple.el (next-history-element, previous-history-element): Doc fix.
11945
11946 * isearch.el (isearch-update-ring): Doc fix.
11947
11948 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
11949
11950 * isearch.el (isearch-update-ring): Take history-delete-duplicates
11951 into consideration. Replace one arm ifs with whens.
11952
11953 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
11954
11955 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11956 (menu): Fix typo.
11957
11958 2006-05-02 Miles Bader <miles@gnu.org>
11959
11960 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11961
11962 2006-05-02 Jay Belanger <belanger@truman.edu>
11963
11964 * calc/calc-embed.el (calc-override-minor-modes-map)
11965 (calc-override-minor-modes): New variables.
11966 (calc-do-embedded): Make sure that Calc keystrokes aren't
11967 overwritten by minor modes.
11968
11969 2006-05-02 Chong Yidong <cyd@mit.edu>
11970
11971 * msb.el (msb): If EVENT is a down event, read and discard the up event.
11972
11973 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11974
11975 * startup.el (command-line-1): Refer to Lisp manual when
11976 pure-space-overflow occurs.
11977
11978 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11979 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11980 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11981 (version-control): Don't use `t' for safe-local-variable declarations.
11982
11983 2006-05-01 Richard Stallman <rms@gnu.org>
11984
11985 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11986 M-r, M-R, M-A, M-SPC or M-DEL.
11987 (diff-mode-map): diff-refine-hunk now on C-c C-w
11988 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11989
11990 * help-mode.el (help-mode): view-exit-action calls delete-window
11991 only when it is safe and possible.
11992
11993 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11994 in messages.
11995
11996 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11997
11998 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11999 in the default tool-bar-map.
12000
12001 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12002
12003 * net/tramp.el (tramp-completion-file-name-handler-alist)
12004 (tramp-run-real-handler, tramp-completion-run-real-handler)
12005 (tramp-completion-handle-file-name-all-completions)
12006 (tramp-completion-handle-file-name-completion): Autoload them.
12007 (tramp-completion-handle-file-exists-p)
12008 (tramp-completion-handle-file-name-directory)
12009 (tramp-completion-handle-file-name-nondirectory)
12010 (tramp-completion-handle-expand-file-name): Remove them.
12011 (tramp-handle-file-name-directory): Return the real directory name.
12012 Returning "/" only doesn't need to be necessary any longer.
12013 (tramp-file-name-handler): Make special attention when in hostname
12014 completion mode.
12015 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12016 (tramp-register-file-name-handlers):
12017 Register `tramp-completion-file-name-handler' only when
12018 `partial-completion-mode' is enabled.
12019 (tramp-completion-handle-file-name-all-completions):
12020 Delete directory part from results.
12021 (tramp-get-completion-methods, tramp-get-completion-user-host):
12022 Discard deleting "/", it doesn't work after the change of
12023 `tramp-handle-file-name-directory' above.
12024
12025 2006-05-01 Kim F. Storm <storm@cua.dk>
12026
12027 * progmodes/grep.el (grep-expand-template): Use save-match-data
12028 and symbol-value.
12029
12030 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12031
12032 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12033 Use select-frame-set-input-focus instead of raise-frame.
12034 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12035
12036 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12037
12038 * progmodes/gud.el (gud-def): Add %c case.
12039 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12040 (gud-format-command): Make match case sensitive. Match on %F.
12041
12042 2006-04-30 Glenn Morris <rgm@gnu.org>
12043
12044 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12045 (cal-tex-preamble): Use cal-tex-preamble-extra.
12046 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12047 than alias `list-diary-entries'.
12048
12049 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12050
12051 * help-fns.el (describe-variable): Add info about safe local variables.
12052
12053 2006-04-29 Richard Stallman <rms@gnu.org>
12054
12055 * bindings.el (mode-line-format): help-echo doc fixes.
12056
12057 * net/tramp.el (tramp-file-name-handler-alist): Delete
12058 expand-file-name and other operations that can cause spurious loading.
12059
12060 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12061
12062 * files.el (safe-local-variable-p): Remove support for the special
12063 value t.
12064
12065 * textmodes/paragraphs.el (sentence-end-without-space):
12066 Fix safety predicate.
12067 (sentence-end-double-space, sentence-end-without-period)
12068 (paragraph-ignore-fill-prefix):
12069 * textmodes/fill.el (colon-double-space):
12070 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12071
12072 * subr.el (booleanp): New fun.
12073
12074 * textmodes/reftex-vars.el (reftex-guess-label-type):
12075 Tighten the safety predicate.
12076
12077 2006-04-28 Kim F. Storm <storm@cua.dk>
12078
12079 * progmodes/grep.el (defgroup grep): Doc fix.
12080 (grep-auto-highlight): Remove.
12081 (grep-template): New defcustom.
12082 (grep-find-template): Rename from grep-tree-template.
12083 (grep-files-aliases): Rename from grep-tree-files-aliases.
12084 Remove "all" alias, add "l" alias.
12085 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12086 (grep-find-ignored-directories): New defcustom to replace
12087 grep-tree-ignore-CVS-directories, to facilitate ignoring
12088 subdirectories for multiple version control systems.
12089 (grep-mode-map): Add Recursive grep item to GREP menu.
12090 (grep-regexp-history, grep-files-history): New defvars.
12091 (grep-probe): New helper function.
12092 (grep-compute-defaults): Use it to simplify code.
12093 Adapt to name changes.
12094 Use `.' as base in grep-find-template rather than <D>.
12095 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12096 Call grep-compute-defaults unconditionally.
12097 (grep-expand-keywords): New defconst.
12098 (grep-expand-template): Rename from grep-expand-command-macros.
12099 Simplify via grep-expand-keywords. Look at case-fold-search instead
12100 of grep-tree-ignore-case to add -i option.
12101 Bind case-fold-search to nil while matching keywords.
12102 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12103 (grep-read-regexp, grep-read-files): New helper functions.
12104 (rgrep): Rename from grep-tree. Rework to use proper histories.
12105 Adapt to changes in defcustoms and functions above.
12106 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12107
12108 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12109
12110 * net/tramp.el (tramp-completion-file-name-handler):
12111 Disable Tramp's functionality while loading Tramp itself.
12112 (tramp-register-file-name-handlers): That's a defsubst now.
12113 Code from `tramp-repair-jka-compr' moved here. Apply it via
12114 `after-init-hook'.
12115 (tramp-repair-jka-compr): Remove.
12116
12117 2006-04-27 Jay Belanger <belanger@truman.edu>
12118
12119 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12120 read expression when `math-read-big-expr' doesn't work.
12121
12122 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12123
12124 * startup.el (command-line-1): Display warning when
12125 pure-space-overflow is non-nil.
12126
12127 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12128
12129 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12130 risky.
12131
12132 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12133
12134 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12135 Return the URL or nil if none can be generated.
12136
12137 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12138
12139 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12140 byte compiler warnings.
12141 (gud-basic-call, gud-find-expr): Let user select an expression
12142 for printing. Print expression as well as value in GUD buffer.
12143
12144 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12145
12146 * allout.el: Remove local autoload declaration for
12147 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12148 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12149 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12150 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12151 (allout-stylish-prefixes, allout-numbered-bullet)
12152 (allout-file-xref-bullet, allout-presentation-padding)
12153 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12154 safe-local-variable with suitable value spec, and add autoload
12155 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12156 (move-beginning-of-line, move-end-of-line): Repair so these compat
12157 functions now actually resituate the point, when appropriate.
12158
12159 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12162
12163 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12164 (add-log-iso8601-time-string): Fix call to format-time-string.
12165
12166 2006-04-26 Kim F. Storm <storm@cua.dk>
12167
12168 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12169
12170 2006-04-26 Masatake YAMATO <jet@gyve.org>
12171
12172 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12173 Add support for "//" style comments. Remove `b' flag
12174 from ?* in `asm-mode-syntax-table'.
12175
12176 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * follow.el: Use (featurep 'xemacs) everywhere.
12179 (follow-mode): Use define-minor-mode.
12180 (follow-mode-map): Move initialization into the declaration.
12181 Use command remapping.
12182 (follow-emacs-version-xemacs-p): Remove.
12183 (follow-submit-feedback): Remove.
12184
12185 * allout.el (allout-layout, allout-passphrase-verifier-string)
12186 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12187
12188 * textmodes/reftex-vars.el (reftex-vref-is-default)
12189 (reftex-fref-is-default, reftex-guess-label-type):
12190 Tighten up a bit the safety predicate.
12191
12192 * textmodes/paragraphs.el (sentence-end-double-space)
12193 (sentence-end-without-period, sentence-end-without-space)
12194 (page-delimiter, paragraph-ignore-fill-prefix):
12195 Tighten up a bit the safety predicate.
12196
12197 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12198
12199 * progmodes/python.el (python-continuation-line-p)
12200 (python-beginning-of-statement): syntax-ppss may return
12201 a negative depth.
12202 (python-mode): Don't forcefully enable font-lock.
12203
12204 * time-stamp.el (time-stamp-start, time-stamp-end)
12205 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12206
12207 * add-log.el: Remove spurious * in docstrings.
12208 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12209 (add-change-log-entry): Use it here, since it's not specific
12210 to iso8601.
12211 (add-log-iso8601-time-string): Don't use it here any more.
12212 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12213
12214 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12215
12216 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12217
12218 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12219 (rcirc-toggle-low-priority): Doc fix.
12220 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12221 ChanServ regexp.
12222 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12223 #emacs.
12224 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12225 (rcirc-decode-coding-system): Use utf-8 as the default.
12226 (rcirc-multiline-minor-mode): Set the fill-column.
12227 (rcirc-format-response-string): Display bright and dim nicks.
12228 (rcirc-browse-url): Update interactive spec to fill ARG.
12229 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12230 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12231
12232 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12233
12234 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12235 case for @Article, etc.
12236
12237 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12238
12239 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12240 Added with autoload cookie.
12241 (tramp-unload-file-name-handlers): Rename from
12242 `tramp-unload-file-name-handler-alist'.
12243
12244 2006-04-23 Romain Francoise <romain@orebokech.com>
12245
12246 * comint.el (comint-match-partial-filename): Doc fix.
12247
12248 2006-04-21 Glenn Morris <rgm@gnu.org>
12249
12250 * calendar/cal-menu.el (calendar-mode-map): Refer to
12251 `diary-view-entries' rather than alias `view-diary-entries'.
12252 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12253
12254 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12255
12256 * progmodes/antlr-mode.el (antlr-default):
12257 * cus-edit.el (custom-documentation):
12258 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12259 in defface.
12260
12261 2006-04-21 Kim F. Storm <storm@cua.dk>
12262
12263 * image.el (image-type): New defun split out of create-image.
12264 (create-image): Use it.
12265
12266 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12267
12268 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12269 (org-open-at-point): Remove the "...done" message to keep output
12270 in the echo area visible.
12271 (org-export-as-xoxo): Fix call to `indent-region'.
12272
12273 2006-04-21 Kevin Ryde <user42@zip.com.au>
12274
12275 * international/mule.el (keyboard-coding-system): defcustom
12276 info-link fixes: "Specify Coding" has been split, keyboard now in
12277 "Terminal Coding", and "Single-Byte Character Support" is now
12278 "Unibyte Mode".
12279
12280 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12281
12282 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12283 Use font-lock-warning-face for any errors e.g. no stack.
12284 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12285
12286 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12287
12288 * progmodes/sh-script.el (sh-shell): Mark as safe.
12289
12290 * newcomment.el (comment-start, comment-start-skip)
12291 (comment-end-skip, comment-end): Mark as safe.
12292
12293 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12294
12295 * textmodes/org.el (org-deadline-announce): Face removed.
12296 (org-level-faces, org-n-levels): Convert to constant.
12297 (org-compatible-face): New function.
12298 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12299 (org-level-5, org-level-6, org-level-7, org-level-8)
12300 (org-special-keyword, org-warning, org-headline-done, org-link)
12301 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12302 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12303 Face definition revised for better color tty support.
12304 (org-bold-re, org-italic-re, org-underline-re): New constants.
12305 (org-set-font-lock-defaults): Use the new constants.
12306 (org-agenda-highlight-todo): New function.
12307 (org-agenda-todo): Fix bug with point at end of line.
12308 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12309 Fontify TODO keywords.
12310 (org-insert-link): Preserve relative path in ../ links.
12311 (org-export-as-html): Convert links pointing to .org files into
12312 links that will work beteen the exported HTML files.
12313 (org-todo-list): Fix bug when arg=0.
12314 (org-insert-heading): More fine-tuning.
12315
12316 2006-04-19 Romain Francoise <romain@orebokech.com>
12317
12318 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12319 from `rmail-mime-charset-pattern'.
12320
12321 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12322
12323 * progmodes/python.el (python-mode): Fix typo.
12324
12325 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12326
12327 * comint.el (comint-previous-input): Don't clobber input line
12328 when moving off either end of the input history ring.
12329 (comint-delete-input): New function, used by
12330 `comint-previous-input' and others.
12331 (comint-previous-matching-input):
12332 Use `coming-delete-input'. Save the partial input if leaving the
12333 edit line. Goto point-max before deleting input to avoid
12334 partial input fragments hanging around.
12335 (comint-restore-input): New function, used by `comint-previous-input'.
12336
12337 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12338
12339 * imenu.el (imenu--index-alist): Balance parentheses.
12340
12341 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12342
12343 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12344
12345 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12346
12347 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12348 file is nil.
12349
12350 2006-04-18 Richard Stallman <rms@gnu.org>
12351
12352 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12353
12354 * imenu.el (imenu-create-index-function, imenu--index-alist)
12355 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12356 (imenu-default-create-index-function, imenu--generic-function):
12357 Doc fixes.
12358
12359 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12360
12361 * help-mode.el (help-mode): Set view-exit-action to delete window.
12362
12363 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12364 now works by passing nil as arg.
12365
12366 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12367
12368 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12369 (read-abbrev-file): Provide default when reading filename.
12370
12371 * files.el (enable-local-variables): Allow :all as value.
12372 (hack-local-variables): Implement that value.
12373 (safe-local-variable-values, safe-local-eval-forms)
12374 (enable-local-variables): Mark as risky.
12375 (find-file-visit-truename, kept-old-versions): Mark safe.
12376
12377 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12378 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12379 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12380
12381 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12384 Use forward-line so as to get to BOL even in the presence of fields.
12385 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12386 in return.
12387 (inferior-tcl): Tell tclsh to work in interactive mode.
12388
12389 * complete.el (partial-completion-mode):
12390 Use 'choose-completion-string-functions to make sure that
12391 choose-completion fills the minibuffer properly.
12392
12393 * complete.el (PC-old-read-file-name-internal): Remove.
12394 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12395 of read-file-name-internal.
12396 (partial-completion-mode): Enable/disable this advice.
12397
12398 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12399
12400 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12401 of 2006-04-17.
12402
12403 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12404
12405 * textmodes/org.el (org-insert-heading): Insert heading before
12406 current if at beginning of line.
12407 (org-todo, org-date): New faces.
12408 (org-table-align): Make sure tooltip window contains full text.
12409 (org-no-properties): New defsubst.
12410 (org-set-font-lock-defaults): Use new faces.
12411
12412 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12413
12414 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12415 for root variables.
12416
12417 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12418 (gdb-frame-address): Re-use to identify frame for watch expression.
12419 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12420 variables.
12421 (gdb-init-1, gdb-source, gdb-post-prompt)
12422 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12423 (gdb-frame-handler): Get gdb-frame-address.
12424
12425 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12426
12427 Sync with Tramp 2.0.53.
12428
12429 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12430 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12431 (tramp-completion-file-name-handler): Add autoload cookie for
12432 adding to `file-name-handler-alist'.
12433
12434 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12435 the prompt. If it returns earlier (when detecting an error
12436 message), the rest of the output will merge accidently with the
12437 output of the next command. Reported by M Jared Finder
12438 <jared@hpalace.com>.
12439
12440 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12441 for `process-file', in order to let it work for older Emacsen too.
12442
12443 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12444
12445 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12446 (tex-font-lock-keywords-3): Use it.
12447
12448 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * newcomment.el (comment-add): New function.
12451 (comment-region-default, comment-dwim): Use it.
12452
12453 2006-04-15 Michael Olson <mwolson@gnu.org>
12454
12455 * emacs-lisp/tq.el: Improve comments.
12456 (tq-queue-head-question): New accessor function.
12457 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12458 Update for modified queue structure.
12459 (tq-queue-add): Accept `question' argument.
12460 (tq-queue-pop): If a question is pending, send it.
12461 (tq-enqueue): Accept new optional argument `delay-question'.
12462 If this is non-nil, and at least one other question is pending a
12463 response, queue the question rather than sending it immediately.
12464
12465 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12466
12467 * calendar/appt.el (appt-add): Check whether an appointment is
12468 already present in appt-time-msg-list. Simplify code.
12469
12470 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * progmodes/cc-langs.el (c-mode-menu):
12473 Don't presume c-subword-mode is bound.
12474
12475 2006-04-13 Bill Wohler <wohler@newt.com>
12476
12477 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12478 (customize-package-emacs-version): Use cdr instead of cadr now
12479 that alists use dotted pairs.
12480
12481 * custom.el (defcustom): Fix docstring for :package-version.
12482
12483 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12484
12485 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12486 (tramp-handle-shell-command): Display output buffer only when
12487 `tramp-display-shell-command-buffer' is true.
12488 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12489
12490 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12491
12492 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12493 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12494
12495 2006-04-13 Romain Francoise <romain@orebokech.com>
12496
12497 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12498 leaving temporary .cvsignore buffers behind.
12499
12500 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12501
12502 * textmodes/org.el (org-set-regexps-and-options)
12503 (org-get-current-options): Better names for the startup folding
12504 options.
12505
12506 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12507
12508 * vc.el (vc-annotate): Arrange for point to end up at the same
12509 line number as in the original, but only when using a new buffer.
12510
12511 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12512
12513 * files.el (hack-one-local-variable-eval-safep):
12514 Recognize `edebug-form-spec' for `put', but only if it passes
12515 `edebug-basic-spec'. Generalize `put' handling.
12516
12517 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12518 vetting file-local form specs.
12519
12520 * allout.el (allout-layout): Autoload its `safe-local-variable'
12521 property.
12522
12523 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12524
12525 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12526 (org-agenda-mouse-1-follows-link)
12527 (org-mouse-1-follows-link): New options.
12528 (org-format-agenda-item): Fix bug if TAGS is nil.
12529 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12530
12531 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12532
12533 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12534 GDB 6.1+ gives full filename for "info sources" so use
12535 file-name-nondirectory.
12536
12537 2006-04-12 Romain Francoise <romain@orebokech.com>
12538
12539 * subr.el (read-passwd): Bind `message-log-max' to nil.
12540
12541 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * progmodes/perl-mode.el (perl-indent-new-calculate):
12544 Recompute parse-start after jumping backward by a whole sexp.
12545
12546 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12549 window configuration.
12550 (vc-annotate-display-select): Select the buffer so that current-buffer
12551 (and selected-window) is the output buffer at the end of vc-annotate.
12552
12553 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12554
12555 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12556 8-color terminals, to use all of the colors in a sensible order.
12557 256-color terminals work well with the standard map.
12558 (vc-annotate-lines): Only strip the first color character if it
12559 is "#", to allow for terminal-style named colors.
12560 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12561 the correct buffer is scrolled.
12562
12563 2006-04-11 Richard Stallman <rms@gnu.org>
12564
12565 * emacs-lisp/bytecomp.el (byte-compile-file):
12566 Bind enable-local-variables to :safe, and make normal-mode obey it.
12567
12568 * files.el (enable-local-variables): Allow value :safe.
12569 (normal-mode): Doc fix.
12570 (hack-local-variables): Implement enable-local-variables = :safe.
12571 (hack-local-variables-confirm): Don't prevent quitting.
12572
12573 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * loadhist.el (unload-feature): A bit of sanity check of
12576 load-history entries. Cancel timer-vars before unbinding them.
12577
12578 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12579 quote special chars, and make the trick work on the hex part of the
12580 buffer as well.
12581 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12582 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12583
12584 * startup.el (normal-splash-screen): Fix last change so we don't wait
12585 2 minutes if we don't show the splash screen.
12586
12587 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12588
12589 * textmodes/org.el (org-export-plain-list-max-depth)
12590 (org-table-spaces-around-separators)
12591 (org-radio-targets, org-activate-camels)
12592 (org-table-spaces-around-invisible-separators): Options removed.
12593 (org-time-stamp-rounding-minutes, org-remember-templates)
12594 (org-ellipsis, org-activate-links, org-descriptive-links):
12595 New options.
12596 (org-remember-apply-template, org-current-time)
12597 (org-finish-edit-table-field)
12598 (org-link-unescape, org-link-escape)
12599 (org-string-width, org-table-clean-line, org-html-do-expand)
12600 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12601 (org-read-agenda-file-list): New functions.
12602 (org-table-edit-field)
12603 (org-table-create-or-convert-from-region): New commands
12604 (org-table-toggle-vline-visibility): Command removed.
12605 (org-table-convert-region): Made a command.
12606 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12607 Replace with the normal org- functions.
12608 (org-self-insert-command): Don't trigger realign unnecessarily
12609 when blanking a field that is not full.
12610 (org-mode): `Set buffer-invisibility-spec' for links.
12611 (org-activate-links2): Hide link part and only show descriptive
12612 part of the link.
12613 (org-insert-link): Modify for new linking system.
12614 (org-store-link): Store description separately, for use by
12615 `org-insert-link'.
12616 (org-table-align): Use `org-string-width'.
12617 (defgroup): Completely new group structure for custom variables.
12618 (org-agenda-files): Option: Single file name allowed. Function:
12619 Optional argument unrestrited means ignore any restricitons.
12620 (org-install-agenda-files-menu): Find a buffer in Org-mode before
12621 trying to modify the menu. Use generalized access to
12622 `org-agenda-files.'
12623 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12624 (org-agenda-file-to-front, org-remove-file, org-diary)
12625 (org-tags-view, org-export-icalendar-all-agenda-files)
12626 (org-export-icalendar-combine-agenda-files): Use generalized
12627 access to `org-agenda-files'.
12628 (org-remember-handler): Correctly preserve heading if present.
12629 (org-table-insert-row, org-table-insert-hline): Deal with
12630 invisible characters.
12631
12632 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
12633
12634 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12635 (vc-annotate-color-map): New 18 element constant
12636 value/saturation, rotating hue colormap, from red->blue.
12637 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12638 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12639 (vc-annotate): To avoid killing the required local variables,
12640 set them before the end of `with-output-to-temp-buffer', and
12641 after first switching to annotate-mode.
12642 (vc-annotate-warp-version): Add buffer argument in goto-line to
12643 ensure annotation, not source, is scrolled.
12644
12645 2006-04-10 Bill Wohler <wohler@newt.com>
12646
12647 * custom.el (defcustom, custom-handle-keyword):
12648 Add :package-version keyword.
12649 (custom-add-package-version): New function. Sets value of new
12650 property 'custom-package-version from :package-version keyword.
12651 (defcustom): Create Common Keywords section in docstring.
12652 (defface, defgroup): Replace definitions of a select few keywords
12653 with a reference to the Common Keywords in defcustom.
12654 (defcustom, defface, defgroup): Replace reference to Customization
12655 chapter in manual with hyperlink.
12656
12657 * cus-edit.el (customize-package-emacs-version-alist): New variable.
12658 (customize-changed-options): Add check for custom-package-version.
12659 (customize-package-emacs-version): New function to look up Emacs
12660 version corresponding to the given package version.
12661
12662 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12663 defun name, in similar fashion to find-variable-regexp.
12664
12665 2006-04-10 Eli Zaretskii <eliz@gnu.org>
12666
12667 * international/mule-cmds.el (set-locale-environment): Fix last
12668 change for when the locale's preferences don't specify any encoding.
12669
12670 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12673 so the defined var/fun doesn't need to be quoted.
12674
12675 2006-04-10 Richard Stallman <rms@gnu.org>
12676
12677 * finder.el (finder-mode-map): Add n and p bindings.
12678
12679 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
12680
12681 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12682 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12683 (gdb-setup-windows): Put something in source window if we can't find
12684 the source file.
12685 (gdb-frame-handler): Make it work again with just assembly.
12686 (gdb-data-list-register-values-handler): Make it work when there is
12687 no stack.
12688
12689 2006-04-09 Richard Stallman <rms@gnu.org>
12690
12691 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12692 specs while looking for charset.
12693
12694 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12695
12696 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12697 Make them faces.
12698 (lm-font-lock-keywords): Update appropriately.
12699
12700 2006-04-10 Kim F. Storm <storm@cua.dk>
12701
12702 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12703 it can also replace buffer-substring-no-properties.
12704
12705 * emulation/cua-base.el (cua-delete-region, cua-paste)
12706 (cua-repeat-replace-region): Use filter-buffer-substring.
12707
12708 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12709 (cua-cut-region-to-global-mark): Likewise.
12710
12711 * emulation/cua-rect.el (cua--extract-rectangle)
12712 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12713
12714 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12715
12716 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12717 entry-type. Add field delimiters to numerical fields if they are
12718 not present.
12719
12720 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12721
12722 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12723 string-const to return value.
12724 (bibtex-remove-delimiters): Use it.
12725
12726 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12729 cl-byte-compile-compiler-macro unless it exists.
12730
12731 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12732
12733 * files.el (hack-local-variables-confirm) <offer-save>:
12734 Clarify message text. Suggested by Ralf Angeli.
12735
12736 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12737
12738 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12739 (delete-extract-rectangle-line): Use `filter-buffer-substring'
12740 instead of `buffer-substring' and `delete-region'. (Most of the
12741 code actually copied from `kill-region'.)
12742
12743 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
12744
12745 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12746 (rcirc-default-port): Rename from rcirc-port.
12747 (rcirc-default-nick): Rename from rcirc-nick.
12748 (rcirc-default-user-name): Rename from rcirc-user-name.
12749 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12750 (rcirc-low-priority-flag): New variable.
12751 (rcirc-decode-coding-system): New defcustom.
12752 (rcirc-encode-coding-system): New defcustom.
12753 (rcirc-coding-system-alist): New defcustom.
12754 (rcirc-multiline-major-mode): New defcustom.
12755 (rcirc-nick): New internal variable.
12756 (rcirc-process): Remove variable.
12757 (rcirc-server-buffer): New variable.
12758 (rcirc): Update to use rcirc-default-* variables above.
12759 (rcirc-connect): Do not add window-configuration-hook-here.
12760 (rcirc-server): New internal variable.
12761 (rcirc-connect): Do not send keepalive pings if
12762 rcirc-keepalive-seconds is nil.
12763 (with-rcirc-server-buffer): New macro.
12764 (rcirc-send-string): Encode with rcirc-encode-coding-system.
12765 (rcirc-server-name): Rename from rcirc-server.
12766 (rcirc-buffer-process): New function.
12767 (rcirc-buffer-nick): New function.
12768 (rcirc-buffer-target): Remove function.
12769 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12770 New commands.
12771 (rcirc-mode-map): Change binding of C-c C-l to
12772 rcirc-toggle-low-priority.
12773 (rcirc-mode): Initialize coding system based on
12774 rcirc-coding-system-alist. New change-major-mode-hook to part the
12775 channel on a mode change. Make kill-buffer-hook buffer-local.
12776 (rcirc-change-major-mode-hook): New function.
12777 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12778 (rcirc-last-post-time): New variable.
12779 (rcirc-process-message): Store the last time user posted a message
12780 to this target.
12781 (rcirc-multiline-minor-mode): New mode.
12782 (rcirc-multiline-minor-mode-map): New mode map.
12783 (rcirc-edit-multiline): Put multiline-edit buffer in
12784 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12785 (rcirc-print): Ignore any line starting with an ignored nick.
12786 (rcirc-print): Decode using rcirc-decode-coding-system.
12787 (rcirc-track-minor-mode): Update global-mode-string when disabling
12788 this mode.
12789 (minor-mode-alist): Add LowPri indicator.
12790 (rcirc-toggle-low-priority): New function.
12791 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12792 next lowpriority buffer with activity.
12793 (rcirc-record-activity): Sort buffers in rcirc-activity by the
12794 last time the user posted a message in to the target.
12795 (rcirc-update-activity-string): New formatting for low priority
12796 buffers.
12797 (rcirc-split-activity): New function.
12798 (rcirc-handler-PART, rcirc-handler-KICK)
12799 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12800 (rcirc-nick-away-alist): New variable.
12801 (rcirc-handler-301): New handler. Away messages are printed once
12802 per change.
12803
12804 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12805
12806 * info.el (Info-follow-nearest-node): Doc fix.
12807
12808 * international/mule-cmds.el (set-locale-environment): Make sure
12809 the coding-system preferred by the locale's language has the same
12810 EOL conversion type as the original buffer-file-coding-system.
12811 (locale-language-names): Add a few MS Windows language codes.
12812
12813 2006-04-07 Richard Stallman <rms@gnu.org>
12814
12815 * simple.el (eval-expression): Doc fix.
12816
12817 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12818 (eval-defun): Doc fixes.
12819
12820 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
12821
12822 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12823
12824 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
12825
12826 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12827 GDB list command without argument for greater generality.
12828
12829 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12830
12831 * subr.el (string-or-null-p): New function.
12832
12833 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12834
12835 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12836
12837 * files.el: Update comment about safe-local-variable declarations.
12838
12839 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
12840
12841 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12842 See idlwave.org.
12843
12844 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12845 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
12846
12847 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12848 See idlwave.org.
12849
12850 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12851 version 6.0 (minimal changes). See idlwave.org.
12852
12853 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12854 6.0 (minimal changes). See idlwave.org.
12855
12856 * progmodes/idlw-rinfo.el: File obsoleted and removed.
12857
12858 2006-04-06 Romain Francoise <romain@orebokech.com>
12859
12860 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12861 symmetric encryption features and a new asynchronous interface to
12862 GnuPG. This new version is version 1.4, plus whitespace changes.
12863
12864 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12865
12866 * files.el: Move some `safe-local-variable' declarations to the
12867 respective files.
12868
12869 * textmodes/ispell.el (ispell-check-comments)
12870 (ispell-local-dictionary): Mark as safe.
12871
12872 * abbrev.el (abbrev-mode): Mark as safe.
12873
12874 * add-log.el (change-log-default-name): Mark as safe.
12875
12876 * textmodes/reftex-vars.el (reftex-vref-is-default)
12877 (reftex-fref-is-default, reftex-level-indent)
12878 (reftex-guess-label-type): Mark as safe.
12879
12880 * textmodes/fill.el (colon-double-space): Mark as safe.
12881
12882 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12883 (sentence-end-double-space, sentence-end-without-period)
12884 (sentence-end-without-space, sentence-end, sentence-end-base)
12885 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12886
12887 2006-04-06 Kim F. Storm <storm@cua.dk>
12888
12889 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12890 the :set-after list.
12891 (ido-downcase-unc-hosts): New user option. Default on.
12892 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12893 when it is set, as regexps are now applied on the fly.
12894 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12895 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12896 on the fly, but only when ido-process-ignore-lists is set.
12897 Do case insensitive filtering if ido-downcase-unc-hosts is set.
12898 Only downcase names if ido-downcase-unc-hosts is set.
12899
12900 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
12901
12902 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12903
12904 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12905
12906 2006-04-05 Kim F. Storm <storm@cua.dk>
12907
12908 * ido.el (ido-mode): Set after ido-unc-hosts and
12909 ido-ignore-unc-host-regexps.
12910 (ido-save-history): Save ido-unc-hosts-cache.
12911 (ido-load-history): Load ido-unc-hosts-cache.
12912 (ido-reread-directory): Refresh unc hosts cache in // dir.
12913
12914 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12915 to nil while displaying slash screen.
12916
12917 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12918
12919 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12920 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12921
12922 2006-04-05 Kenichi Handa <handa@m17n.org>
12923
12924 * international/characters.el: Setup cases of Latin, Greek, and
12925 Cyrillic characters in CJK charsets.
12926
12927 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12928
12929 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12930 default-enable-multibyte-characters. This reverts the change from
12931 revision 6.17 which is no longer necessary because the passphrase
12932 is sent separately now. GnuPG messages are unreadable under
12933 multibyte locales with default-enable-multibyte-characters set to nil.
12934
12935 2006-04-04 Andreas Schwab <schwab@suse.de>
12936
12937 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12938 and `byte-compile-warnings' as `safe-local-variable'.
12939
12940 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12941
12942 * man.el (Man-mode-map): Restore the \r binding.
12943 (Man-abstract-xref-man-page): If Man-target-string is a function,
12944 call it.
12945 (Man-highlight-references): Use Man-default-man-entry to get the
12946 target. Deal with xrefs too.
12947 (Man-highlight-references0): Don't call the target function.
12948
12949 * woman.el (WoMan-xref-man-page): Strip the section number, woman
12950 cannot deal with it.
12951
12952 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12953
12954 * pgg-gpg.el: Clean up process buffers every time gpg processes
12955 complete.
12956
12957 2006-04-04 Kenichi Handa <handa@m17n.org>
12958
12959 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12960 here.
12961 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12962 Temporarily bind inhibit-field-text-motion to t.
12963
12964 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * startup.el (normal-splash-screen): Only set mode-line-format in the
12967 splash buffer, so as not to interfere when debugging the code.
12968 Ignore errors when switching buffer.
12969
12970 2006-04-03 Romain Francoise <romain@orebokech.com>
12971
12972 * dired.el (dired-dnd-protocol-alist): Fix typo.
12973
12974 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12975
12976 * savehist.el (savehist): Add :version.
12977 (savehist-ignored-variables): New variable.
12978 (savehist-minibuffer-hook): Don't save variables listed in
12979 `savehist-ignored-variables'.
12980
12981 * dired.el (dired-dnd-protocol-alist): Mention that change does
12982 only apply to new buffers in doc string.
12983
12984 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12985
12986 * recentf.el (recentf-open-files-item): Include newline in button
12987 field, so opening a file will work, when the point is at the end
12988 of the file name. Allow, for example, to [i]search a file by
12989 extension and just push RET to open it.
12990
12991 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12992
12993 * pgg-gpg.el (pgg-gpg-process-filter)
12994 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12995
12996 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12997 lines, temporary fix.
12998
12999 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13000
13001 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13002
13003 2006-04-02 Richard Stallman <rms@gnu.org>
13004
13005 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13006
13007 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13008
13009 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13010 header-mouse-map.
13011
13012 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13013 (ibuffer-mode-header-map): New keymaps.
13014 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13015 and keybindings for column headers.
13016 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13017 property.
13018
13019 2006-04-02 Drew Adams <drew.adams@oracle.com>
13020
13021 * speedbar.el (speedbar-after-create-hook): Doc fix.
13022
13023 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13024
13025 * shell.el (shell-directory-tracker)
13026 (shell-dynamic-complete-command): Doc fixes.
13027
13028 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13029
13030 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13031 terminals.
13032
13033 2006-04-01 Kim F. Storm <storm@cua.dk>
13034
13035 * ido.el (ido-unc-hosts-cache): New defvar.
13036 (ido-unc-hosts): If value of defcustom is a function, call it to
13037 get list of UNC hosts. Add function-item choices to specify
13038 ido-unc-hosts-net-view or user function.
13039 (ido-ignore-unc-host-regexps): New defcustom.
13040 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13041 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13042 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13043
13044 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13047 wwidth.
13048
13049 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13050
13051 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13052 (ido-max-work-file-list, ido-switch-buffer)
13053 (ido-read-file-name-as-directory-commands):
13054 Fix typos in docstrings.
13055
13056 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13057
13058 * term/mac-win.el (mac-system-coding-system): Define and use after
13059 Mac-specific coding systems are ready.
13060
13061 2006-03-27 Romain Francoise <romain@orebokech.com>
13062
13063 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13064
13065 * ldefs-boot.el: Update.
13066
13067 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13068
13069 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13070 passphrases when it is not needed.
13071 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13072 passphrase stuff from gpg, should only be necessary when you use
13073 gpg with a smartcard.
13074
13075 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13076
13077 * comint.el (comint-dynamic-list-completions): Allow user to
13078 select *Completions* buffer.
13079
13080 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13081
13082 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13083
13084 2006-03-26 Andreas Schwab <schwab@suse.de>
13085
13086 * progmodes/gud.el (gdb): Only complain about multiple debugging
13087 when the gdb process is still running.
13088
13089 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13090
13091 * mail/rmail.el (tool-bar-map): Defvar it.
13092 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13093 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13094
13095 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13096
13097 * help.el (print-help-return-message): Suggest to use
13098 display-buffer instead of switch-to-buffer-other-window to restore
13099 the previous window without selecting it.
13100
13101 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13102
13103 * frame.el (select-frame-by-name): Call x-focus-frame also when
13104 window-system is mac.
13105
13106 * term/mac-win.el: Adjust Courier font specifications in
13107 x-fixed-font-alist.
13108 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13109 when directly encoding to UTF-16 in native byte order, no BOM.
13110
13111 2006-03-25 Kim F. Storm <storm@cua.dk>
13112
13113 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13114 (cua--init-keymaps): Use it instead of fixed C-return.
13115 (cua-mode): Set after it.
13116
13117 * emulation/cua-rect.el (cua--init-rectangles):
13118 Use cua-rectangle-mark-key instead of fixed C-return.
13119
13120 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13121
13122 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13123 "run" in .gdbinit.
13124 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13125
13126 2006-03-24 Romain Francoise <romain@orebokech.com>
13127
13128 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13129 `display-buffer-other-frame'.
13130
13131 2006-03-24 Kim F. Storm <storm@cua.dk>
13132
13133 * apropos.el (apropos-synonyms): Add selection => region.
13134
13135 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13136
13137 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13138 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13139 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13140 (gdb-data-list-register-values-regexp)
13141 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13142 Future proof against new fields being added to MI output.
13143 (gdb-send): Don't treat backslashes for program input as
13144 continuations.
13145 (gdb-assembler-handler): Don't use window-start for this handler.
13146 (gdb-frame-handler): Don't change to hollow arrow if overlay
13147 arrow doesn't move to new frame.
13148
13149 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13150
13151 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13152 prevent compiler warnings.
13153 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13154 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13155 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13156 buffer too.
13157
13158 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13159
13160 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13161 make-network-process, so we can use the same code in Gnus v5-10
13162 too and have this file fully synchronized with that release.
13163
13164 2006-03-23 Romain Francoise <romain@orebokech.com>
13165
13166 * ibuf-ext.el (ibuffer-read-filter-group-name):
13167 Use `ibuffer-generate-filter-groups' to make completion list match
13168 the filter groups that are really displayed in the Ibuffer buffer.
13169 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13170
13171 2006-03-23 Kenichi Handa <handa@m17n.org>
13172
13173 * international/mule-cmds.el (sort-coding-systems): Describe that
13174 the argument is modified in docstring.
13175
13176 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13177
13178 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13179 (pgg-gpg-update-agent): New function.
13180 (pgg-gpg-use-agent-p): New function.
13181 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13182 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13183 (pgg-gpg-sign-region): Use it.
13184
13185 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13186
13187 * cus-edit.el (custom-face-set): Call custom-push-theme before
13188 face-spec set so that `changed' theme is correctly saved.
13189 (custom-face-reset-standard): Reset to recalculated face rather
13190 than defface spec.
13191
13192 * custom.el (custom-push-theme): Only save `changed' theme if the
13193 current face does not match the defface specs.
13194
13195 2006-03-21 Simon Josefsson <jas@extundo.com>
13196
13197 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13198 <wilde@sha-bang.de>.
13199 (pgg-gpg-use-agent): New variable.
13200 (pgg-gpg-process-region): Use it.
13201 (pgg-gpg-encrypt-region): Likewise.
13202 (pgg-gpg-encrypt-symmetric-region): Likewise.
13203 (pgg-gpg-decrypt-region): Likewise.
13204 (pgg-gpg-sign-region): Likewise.
13205 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13206
13207 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13208
13209 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13210 bracket links.
13211
13212 2006-03-21 Kim F. Storm <storm@cua.dk>
13213
13214 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13215 fringe-indicator-alist instead of modifying global value.
13216 (gdb-frame-handler): Likewise.
13217
13218 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13219
13220 * diff-mode.el (diff-function): Make it inherit from diff-header
13221 instead of diff-context.
13222
13223 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13224 bitmap.
13225 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13226 change names in macro above for consistency.
13227 (gdb-frame-handler): Use hollow-right-triangle for all selected
13228 frames which except the innermost (where execution has stopped).
13229 (gdb-reset): Reset buffer-local values of overlay-arrow.
13230
13231 2006-03-20 Richard Stallman <rms@gnu.org>
13232
13233 * simple.el (set-mark-command): Doc fix.
13234
13235 * files.el (display-buffer-other-frame): New command.
13236 (ctl-x-4-map): Bind C-x 5 C-o to it.
13237
13238 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13241 rather than just defer-time, in case defer-time has been changed but
13242 the timer isn't running yet.
13243 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13244
13245 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13246
13247 * help-mode.el (help-follow-symbol): New function.
13248 Essentially identical to the old `help-follow', but do not let
13249 `push-button' do the work when on an xref.
13250 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13251
13252 2006-03-19 Richard Stallman <rms@gnu.org>
13253
13254 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13255 preceded by the word `program'.
13256 (help-follow-mouse, help-follow): Throw error if not on xref.
13257 Delete no longer used args.
13258
13259 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13260
13261 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13262 annotation ensure gud-overlay-arrow-position is redisplayed.
13263
13264 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13265
13266 * textmodes/bibtex.el (bibtex-include-OPTkey)
13267 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13268 (bibtex-autokey-name-case-convert)
13269 (bibtex-autokey-titleword-case-convert): Make these the aliases
13270 for the following two variables.
13271 (bibtex-autokey-name-case-convert-function)
13272 (bibtex-autokey-titleword-case-convert-function): Make these the
13273 real names.
13274 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13275 bibtex-font-lock-crossref sublists.
13276 (bibtex-mode): Revert 2005-12-30 change (which made
13277 completion-ignore-case buffer-local).
13278 (bibtex-url): Simplify.
13279
13280 2006-03-19 Kim F. Storm <storm@cua.dk>
13281
13282 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13283 cursor property value to 2 (to align with C level change).
13284
13285 2006-03-19 Bill Wohler <wohler@newt.com>
13286
13287 * image.el (image-load-path-for-library): Shorten first line in
13288 docstring.
13289
13290 2006-03-18 Richard Stallman <rms@gnu.org>
13291
13292 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13293
13294 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13295
13296 * isearch.el (isearch-other-meta-char): Handle user bindings for
13297 shifted control characters.
13298
13299 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13300
13301 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13302 part that matches email addresses, file names, etc.
13303
13304 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13305
13306 * term/w32-win.el (mouse-set-font):
13307 Mention w32-list-proportional-fonts in the doc string.
13308
13309 2006-03-18 Kim F. Storm <storm@cua.dk>
13310
13311 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13312 (ido-unc-hosts): New user option to explicitly define list of know
13313 UNC-style hosts for completion.
13314 (ido-cache-unc-host-shares-time): New user option.
13315 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13316 New helper functions for UNC file-name support.
13317 (ido-may-cache-directory): Check for UNC host. Simplify.
13318 (ido-wash-history): Clean out old UNC hosts.
13319 (ido-nonreadable-directory-p): UNC hosts are always readable.
13320 (ido-directory-too-big-p): UNC hosts are never too big.
13321 (ido-set-current-directory): Handle UNC root path.
13322 (ido-file-name-all-completions): Complete UNC host names from
13323 ido-unc-hosts list. Cache UNC host shares.
13324 (ido-make-file-list-1): Don't filter UNC root.
13325 (ido-exhibit): Check for // in root directory, and switch to UNC
13326 mode by setting ido-current-directory to //.
13327
13328 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13329
13330 * cus-edit.el (customize-changed-options): Mention explicit
13331 version number as default in prompt.
13332
13333 2006-03-17 Bill Wohler <wohler@newt.com>
13334
13335 * image.el (image-load-path-for-library): Minor docstring fix.
13336
13337 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13338
13339 * textmodes/org.el (org-read-date): Include subgroup 5 into
13340 replacement text.
13341 (org-popup-calendar-for-date-prompt): Fix customization type.
13342
13343 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13344
13345 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13346 (gdb-continuation): New variable.
13347 (gdb-send): Deal with continuation lines.
13348
13349 * progmodes/gud.el (gud-gdb-complete-command)
13350 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13351 expressions.
13352 (gud-tooltip-mode): Use buffer-local value.
13353
13354 2006-03-16 Kim F. Storm <storm@cua.dk>
13355
13356 * ido.el (ido-edit-input): Use selected match, if any.
13357
13358 2006-03-16 Bill Wohler <wohler@newt.com>
13359
13360 * image.el (image-load-path-for-library): Prefer user's images in
13361 image-load-path.
13362
13363 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13364
13365 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13366 when checking for attempt to drag leftmost or rightmost scrollbar.
13367
13368 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13369
13370 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13371 (gdb-force-mode-line-update): New function.
13372 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13373 (gdb-exited): Use them.
13374 (gdb-signal): New function.
13375 (gdb-annotation-rules): Provide a rule for it.
13376
13377 2006-03-16 Kenichi Handa <handa@m17n.org>
13378
13379 * international/mule.el (auto-coding-regexp-alist): Add entries
13380 for Unicode BOM.
13381
13382 * sort.el (sort-build-lists): Temporarily bind
13383 inhibit-field-text-motion to t.
13384
13385 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13386
13387 * locate.el (locate-command, locate-make-command-line)
13388 (locate-fcodes-file, locate-update-command)
13389 (locate-prompt-for-command, locate, locate-with-filter)
13390 (locate-get-file-positions): Doc fixes.
13391 (locate-buffer-name, locate-header-face): Remove leading `*' in
13392 defcustom.
13393 (locate-filter-output): Use `keep-lines' instead of its alias
13394 `delete-non-matching-lines'.
13395 (locate-get-filename, locate-get-dirname): Add introductory comment.
13396 (locate-find-directory-other-window): Give appropriate error
13397 message if used outside main listing.
13398
13399 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13402 the new extend-region feature.
13403 (font-lock-after-change-function): Update correspondingly.
13404 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13405 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13406
13407 2006-03-15 Bill Wohler <wohler@newt.com>
13408
13409 * image.el (image-load-path-for-library): Fix example by not
13410 recommending that one binds image-load-path. Just defvar it to
13411 placate compiler and only use it if previously defined.
13412
13413 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13414
13415 * textmodes/org.el (org-insert-centered): Use `string-width' to
13416 make underlining work for wide characters.
13417 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13418 TAB to `org-cycle', to make sure that no binding in
13419 `outline-mode-map' can supercede it.
13420
13421 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13422
13423 * allout.el: Increment version to 2.2.1 in file commentary.
13424
13425 (allout-version): Increment to 2.2.1.
13426
13427 (allout-default-layout): New customization variable, used when the
13428 file lacks a specific allout-layout. Uses allout-layout-type for
13429 recursively nested definition.
13430
13431 (allout-layout-type): Widget defining allout layouts, necessary for
13432 self-recursive definition.
13433
13434 (allout-mode): Incorporate allout-default-layout as fallback for
13435 allout-layout.
13436
13437 (allout-layout): Mark as 'safe-local-variable', and refer mention
13438 fallback to `allout-default-layout' in absence of a specified value.
13439 (allout-passphrase-verifier-string)
13440 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13441
13442 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13443
13444 (allout-get-encryption-passphrase-verifier): Use correct name of
13445 passphrase verifier in docstring.
13446
13447 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13448
13449 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13450 elements.
13451 (gdb-find-watch-expression): Make it work for arrays too.
13452 Follow change to gdb-var-list.
13453 (gud-watch): Allow the user to enter variable name with a prexix
13454 arg. Create keybindings.
13455 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13456 (gdb-var-list-children-handler, gdb-var-update-handler)
13457 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13458 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13459 Follow change to gdb-var-list.
13460 (gdb-starting): Don't show the overlay arrows when program is running.
13461
13462 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13463 gdb-var-list.
13464
13465 2006-03-14 Bill Wohler <wohler@newt.com>
13466
13467 * image.el (image-load-path-for-library): Pass value of path
13468 rather than symbol. Always return list of directories.
13469 Guarantee that image directory comes first.
13470
13471 2006-03-14 Alan Mackenzie <acm@muc.de>
13472
13473 * font-core.el (font-lock-extend-region\(-function\)?.):
13474 New function/variable.
13475
13476 * font-lock.el (font-lock-after-change-function):
13477 Call font-lock-extend-region. Obey font-lock-lines-before.
13478 (font-lock-default-fontify-region): Remove reference to
13479 font-lock-lines-before.
13480
13481 * jit-lock.el (jit-lock-after-change):
13482 Call font-lock-extend-region. Obey font-lock-lines-before.
13483
13484 2006-03-14 David Ponce <david@dponce.com>
13485
13486 * tree-widget.el (tree-widget-themes-load-path)
13487 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13488
13489 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13490
13491 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13492 (rcirc-print): Mark the start of text at the end of the prompt.
13493 (rcirc-track-minor-mode): Add autoload cookie.
13494 (rcirc-update-activity-string): Add space to front of mode-line
13495 indicator.
13496
13497 2006-03-13 Miles Bader <miles@gnu.org>
13498
13499 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13500 (rcirc-abbrev-nick): Remove function.
13501 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13502
13503 2006-03-13 David Ponce <david@dponce.com>
13504
13505 * tree-widget.el: Handle themes across all occurrences of the main
13506 themes sub-directory found in tree-widget-themes-load-path.
13507 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13508 (tree-widget--locate-sub-directory): Return all occurrences.
13509 (tree-widget-themes-path): New function.
13510 Replace tree-widget-themes-directory, and return a list of directories.
13511 (tree-widget-set-parent-theme)
13512 (tree-widget-lookup-image): Use it.
13513
13514 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13515
13516 * textmodes/org.el (org-link-search): Avoid self-matching of
13517 links, allow target text to be distributed over several lines.
13518 (org-search-not-link): New function.
13519 (org-set-regexps-and-options, org-get-current-options):
13520 New startup options.
13521 (org-export-as-html): Take odd-level setting from local variable.
13522 (org-fontify-emphasized-text): New option.
13523 (org-set-font-lock-defaults): Include emphasized text.
13524 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13525 (org-font-lock): Customize group renamed from `org-faces'.
13526
13527 2006-03-13 John Paul Wallington <jpw@pobox.com>
13528
13529 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13530 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13531
13532 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13533
13534 * cus-start.el (all): Delete :version keyword for members of the
13535 fringe group, since the entire group is new in 22.1.
13536
13537 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13538
13539 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13540 map if value is hexadecimal (an address).
13541 (gud-watch): Only search roots for existing watch expressions.
13542 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13543 prevent caching problems with speedbar-update-directory-contents.
13544
13545 2006-03-12 Juri Linkov <juri@jurta.org>
13546
13547 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13548 before comparing with `low' and `warn'.
13549
13550 * info.el (Info-dir-remove-duplicates): Move point to the
13551 beginning of the current line after deleting the entries from
13552 redundant heading. Use marker for `limit' and compare it with
13553 point before calling `re-search-forward'.
13554
13555 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13556
13557 * simple.el (yank): Fix typo in docstring.
13558
13559 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13560
13561 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13562 messages, where "D" is the 6th character.
13563
13564 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13565
13566 * simple.el (yank): Fix last change.
13567
13568 2006-03-11 David Ponce <david@dponce.com>
13569
13570 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13571 merging elements from the standard ispell-dictionary-alist.
13572 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13573 alist, and return the new alist.
13574
13575 2006-03-11 Richard Stallman <rms@gnu.org>
13576
13577 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13578
13579 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13580 the way it is implemented is too unclean.
13581
13582 * simple.el (kill-region, yank): Doc fix.
13583
13584 * battery.el (battery-echo-area-format): Doc fix.
13585 (battery-mode-line-format): Likewise.
13586 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13587 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13588
13589 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13590
13591 * progmodes/octave-mod.el (octave-indent-for-comment):
13592 Behave according to do string.
13593
13594 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13595
13596 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13597 Be visible only if major mode is Mail Mode.
13598
13599 * textmodes/flyspell.el (flyspell-external-point-words)
13600 (flyspell-process-localwords): Fix last changes.
13601
13602 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13603
13604 * calendar/holidays.el (list-holidays): Doc fix.
13605
13606 * international/mule.el (auto-coding-alist): Add .odt
13607 (OpenOffice's open document) files.
13608
13609 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13610 document) files. Mention in the doc string the need to sync with
13611 auto-coding-alist.
13612
13613 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
13614
13615 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13616 enable-local-variables is set to always query, or there is no
13617 savable variable.
13618
13619 2006-03-10 Bill Wohler <wohler@newt.com>
13620
13621 * image.el (image-load-path-for-library): Merge at least three
13622 functions from Gnus and MH-E into this one function that can now
13623 be shared.
13624
13625 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
13626
13627 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13628 gdb-remove-mouse-face and remove help-echo too.
13629 (gdb-enqueue-input): Correct conditional clause.
13630
13631 2006-03-10 Glenn Morris <rgm@gnu.org>
13632
13633 * calendar/calendar.el (calendar-holidays): Doc fix.
13634 * calendar/holidays.el (list-holidays): Doc fix.
13635
13636 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
13637
13638 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13639 it gets called in gdb-prompt anyway.
13640 (gdb-use-separate-io-buffer): Only restore window arrangement for
13641 gdb-many-windows.
13642 (gdb-enqueue-input): Make it harder to send GDB input when program
13643 is running.
13644 (gdb-buffer-list): New variable.
13645 (gdb-remove-mouse-face): New function.
13646 (gdb-starting): Use it when GDB input won't get sent.
13647
13648 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
13649
13650 * help.el (view-lossage): Remove trailing whitespace before
13651 inserting "\n".
13652
13653 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
13654
13655 * files.el (hack-local-variables-confirm):
13656 Set coding-system-for-read to nil before writing to .emacs.
13657
13658 * arc-mode.el (archive-extract): Check if an existing buffer name
13659 comes from a different archive.
13660
13661 * help.el (describe-key-briefly): If KEY is a down event, read and
13662 discard the up event.
13663
13664 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
13665
13666 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13667 be edited and use font-lock-warning-face for any changes.
13668
13669 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13670 (gdb-edit-value): Use it to report any errors.
13671
13672 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
13673
13674 * help.el (describe-key): Remove leftover test code.
13675
13676 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
13677
13678 * textmodes/org.el: Move defvars out of eval-when-compile.
13679 Use buffer-file-name variable.
13680 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13681 arg `file'.
13682 (org-level-faces): Remove startup dependency.
13683 (org-cycle, org-map-tree, org-scan-tags)
13684 (org-remember-handler): Don't call `outline-level' directly.
13685 (org-mhe-search-all-folders): New option.
13686 (org-mhe-get-message-folder-from-index)
13687 (org-mhe-get-message-folder): Fix indexing search.
13688 (org-format-agenda-item): Handle nil TAGS argument.
13689 (org-cleaned-string-for-export, org-activate-target-links)
13690 (org-make-target-link-regexp): Deal with empty radio target list.
13691 (org-tag): New face.
13692 (org-get-level-face): New function.
13693 (org-set-font-lock-defaults): Simplify setup for headlines.
13694 (org-complete): Pass common substring to `display-completion-list'.
13695
13696 2006-03-06 David Ponce <david@dponce.com>
13697
13698 * tree-widget.el: Update Commentary header.
13699 (tree-widget-theme-name): Ignore parent themes.
13700 (tree-widget-set-parent-theme): New function.
13701 (tree-widget-set-theme): Use it.
13702 (tree-widget-set-image-properties): Move definition. Does nothing
13703 if image properties have already been set.
13704 (tree-widget-image-properties): Move definition. Receive an image
13705 name. Set the :pointer property.
13706 (tree-widget-lookup-image): Doc fix. Search in parent themes.
13707 Don't set the :pointer image property.
13708 (tree-widget-convert-widget): New function. Handle :dynargs
13709 compatibility here.
13710 (tree-widget): Use it to :convert-widget. Add the :expander-p
13711 predicate to control when the :expander function is entered.
13712 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13713 (tree-widget-value-create): Handle :expander-p. widget-apply
13714 :expander.
13715 (tree-widget-expander-p): New function. Default value of the
13716 :expander-p property.
13717
13718 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
13719
13720 * help.el (describe-key): Properly handle the return value of
13721 read-key-sequence when grabbing an up-event. Cleanup mouse-1
13722 remaps. Handle string and vector `follow-link' values.
13723
13724 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * complete.el (PC-expand-many-files): Try be more careful when parsing
13727 the shell's output.
13728
13729 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13730
13731 * outline.el (hide-sublevels): Provide better interactive default.
13732
13733 2006-03-06 Kenichi Handa <handa@m17n.org>
13734
13735 * international/fontset.el (create-fontset-from-fontset-spec):
13736 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13737
13738 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
13739
13740 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13741 backslashes instead of one in regexp.
13742 (gud-tooltip-dereference): Add missing optional argument.
13743
13744 2006-03-04 John Paul Wallington <jpw@pobox.com>
13745
13746 * wdired.el (toplevel): Require `cl' at compile-time.
13747
13748 2006-03-04 Andreas Schwab <schwab@suse.de>
13749
13750 * server.el (server-process-filter): Handle errors during
13751 evaluation of the argument.
13752
13753 2006-03-03 John Paul Wallington <jpw@pobox.com>
13754
13755 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13756 escape parentheses at beginning of line.
13757 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13758 (t-mouse-mode): Remove period from end of error message.
13759
13760 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
13761
13762 * textmodes/flyspell.el (flyspell-process-localwords):
13763 Be case-sensitive.
13764
13765 2006-03-03 Martin Rudalics <rudalics@gmx.at>
13766
13767 * cus-edit.el (custom-quote): Remove function, since it has been
13768 moved to custom.el.
13769
13770 * font-lock.el (lisp-font-lock-keywords-2)
13771 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13772 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13773 they have no special meaning.
13774
13775 * midnight.el (clean-buffer-list): Handle case where base-buffer of
13776 indirect buffer gets killed before indirect buffer. Use dolist.
13777
13778 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13779
13780 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13781 value instead of a literal constant (1) on more pauses.
13782
13783 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13784
13785 * textmodes/flyspell.el (flyspell-external-point-words):
13786 Be case-sensitive.
13787
13788 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
13789
13790 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13791 with "www".
13792
13793 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13794
13795 * allout.el: Restablish intermediate missing comment header to
13796 preserve outline structure.
13797 (allout-beginning-of-current-entry): Skip invisible text.
13798 (allout-open-topic): Fix opening a topic at end-of-buffer.
13799 (allout-minor-mode): Move nearer to allout-mode function.
13800
13801 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
13802
13803 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13804
13805 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
13806
13807 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13808 is nil.
13809
13810 * progmodes/gud.el (gud-speedbar-menu-items):
13811 Use buffer-local-value and add missing :visible keyword.
13812
13813 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13814
13815 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
13816
13817 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13818 must be `follow-link'.
13819
13820 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13821
13822 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13823 formatting: No nested anchors.
13824 (org-all-targets): Fix bug with XEmacs compatibility.
13825 (org-read-date): Add (require 'parse-time).
13826 (org-set-tags): Fix bug with extra inserted space.
13827 (org-export-html-style): Define a style class for targets.
13828 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13829 (org-hide-leading-stars): New option.
13830 (org-hide): New face.
13831 (org-set-font-lock-defaults): Allow to hide leading stars.
13832 (org-get-legal-level, org-tr-level): New functions.
13833 (org-odd-levels-only): New option.
13834 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13835 (org-demote, org-promote): Deal with double-star levels.
13836 (org-convert-to-odd-levels): New command.
13837
13838 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
13839
13840 * speedbar.el (speedbar-update-localized-contents): Try to
13841 preserve window-start.
13842 (speedbar-update-directory-contents): Try to preserve window-start
13843 and window-point.
13844 (speedbar-update-special-contents): Don't move back to start of window.
13845
13846 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13847 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
13848 speedbar-timer-fn.
13849 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13850 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13851 instead of gdb-speedbar-timer-fn.
13852
13853 2006-02-28 Jay Belanger <belanger@truman.edu>
13854
13855 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13856 (math-compose-expr): Use latex option when calling
13857 `math-compose-tex-matrix' for latex mode.
13858
13859 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
13860
13861 * speedbar.el: Re-instate comments about developing for speedbar
13862 [this is what info and gdb-ui use even if better methods exist now].
13863
13864 * t-mouse.el: New file.
13865 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
13866 (t-mouse-lispy-buffer-posn-from-coords): Remove.
13867 (t-mouse-make-event-element): Use posn-at-x-y instead.
13868 (t-mouse-make-event): Deal with Fedora Core 3.
13869 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13870 (t-mouse-mouse-position-function): New function. Use it instead
13871 of advising mouse-position.
13872 (t-mouse-mode): New minor mode.
13873 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
13874
13875 2006-02-27 Glenn Morris <rgm@gnu.org>
13876
13877 * calendar/calendar.el (calendar-holidays): Doc fix.
13878
13879 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
13880
13881 * progmodes/gdb-ui.el (gdb-source-window): New variable.
13882 Re-introduce the concept of a source window.
13883 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13884 consistency with get-buffer-create.
13885 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13886 (gdb-data-list-register-values-handler)
13887 (gdb-stack-list-locals-handler): Try to preserve window-start as
13888 well as window-point.
13889 (gdb-display-source-buffer): New function (old concept).
13890 (gdb-goto-breakpoint): Use it.
13891
13892 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13893 for gdb-ui/gdb-mi (old concept).
13894
13895 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
13896
13897 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13898 binding.
13899
13900 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13901
13902 * textmodes/reftex-sel.el (reftex-select-label-map)
13903 (reftex-select-bib-map): Add `follow-mouse' binding.
13904
13905 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
13906
13907 * jka-cmpr-hook.el (jka-compr-compression-info-list)
13908 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13909 Give :set functions to provide automatic updating.
13910 Update docstring. Give compiler defvars early in the file
13911 and move the defcustoms to a later spot where all called functions
13912 are defined.
13913 (jka-compr-file-name-handler-entry): Doc fix.
13914 (jka-compr-compression-info-list--internal)
13915 (jka-compr-mode-alist-additions--internal)
13916 (jka-compr-load-suffixes--internal): New variables.
13917 (jka-compr-install): Set the three above variables.
13918 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13919 (jka-compr-update, jka-compr-set): New functions.
13920 (auto-compression-mode): Doc fix.
13921
13922 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13923 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13924 Use jka-compr-compression-info-list--internal,
13925 jka-compr-mode-alist-additions--internal and
13926 jka-compr-load-suffixes--internal.
13927
13928 * files.el (load-library):
13929 * loadhist.el (file-loadhist-lookup):
13930 * startup.el (command-line):
13931 * subr.el (locate-library):
13932 * emacs-lisp/autoload.el (update-directory-autoloads):
13933 * emacs-lisp/find-func.el (find-library-suffixes):
13934 Use `get-load-suffixes' instead of `load-suffixes'.
13935
13936 * subr.el (locate-library):
13937 * emacs-lisp/find-func.el (find-library-name):
13938 Use `load-file-rep-suffixes' instead of '("").
13939
13940 2006-02-26 Kim F. Storm <storm@cua.dk>
13941
13942 * ido.el (ido-save-history, ido-load-history): Simplify.
13943 Don't use find-file-noselect to avoid interference from other modes.
13944
13945 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
13946
13947 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13948 to use the default shell if filename is not available.
13949 Reported by Giorgos Keramidas.
13950
13951 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
13952
13953 * progmodes/etags.el (tags-completion-table): Do completion from
13954 all the tables in the current list, as documented in the manual.
13955
13956 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13957
13958 * CC Mode Update to 5.31.3.
13959
13960 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13961
13962 * progmodes/cc-mode.el (c-postprocess-file-styles):
13963 Bind inhibit-read-only to t, around the call to
13964 c-remove-any-local-eval-or-mode-variables, so that it works on a
13965 RO file.
13966
13967 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13968
13969 * progmodes/cc-awk.el: Correct a typo.
13970
13971 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13972
13973 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13974 c-hungry-delete-backwards, at the request of RMS. Leave the old
13975 name as an alias.
13976
13977 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13978
13979 * progmodes/cc-mode.el: Correct a typo.
13980
13981 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13982
13983 * progmodes/cc-defs.el: Update the version number to 5.31.3.
13984
13985 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13986
13987 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13988 brace-else-brace (error due to mbeg, mend being undefined).
13989
13990 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13991
13992 * progmodes/cc-mode.el: File Local variables: Solve the problem
13993 where both `mode' and c-file-offsets are specified: `mode' will
13994 overwrite c-f-o's settings:
13995 (c-remove-any-local-eval-or-mode-variables): New function.
13996 (c-postprocess-file-styles): Call the above new function, within
13997 c-tentative-buffer-change, to splat `mode' and `eval' before the
13998 second hack-local-variables.
13999
14000 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14001
14002 * progmodes/cc-mode.el:
14003 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14004 (c-after-change): Protect the match data with save-match-data.
14005 It was getting corrupted by c-after-change-check-<>-operators.
14006
14007 * cc-defs.el: [Supersedes patch V1.38]:
14008 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14009 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14010
14011 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14012 with save-match-data. It was being corrupted when Font Lock was
14013 not enabled.
14014
14015 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14016
14017 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14018 Mode and Subword Mode.
14019
14020 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14021 real labels ("case 1:" or "foo:") from non-labels ("public:").
14022 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14023 coding; c-f-t-2 doesn't move over a token at EOB.
14024
14025 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14026
14027 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14028 (c-update-modeline): Concatenate the minor mode indicators
14029 directly onto mode-name, removing c-submode-indicators.
14030 Sometimes, c-s-i got separated from the mode name on the mode line.
14031
14032 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14033 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14034
14035 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14036
14037 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14038 error message when there's an evaluation error to show whether
14039 it's loaded from source or not.
14040 (c-filter-ops): Make it available at runtime too to work when
14041 `c-make-init-lang-vars-fun' needs to evaluate from source.
14042
14043 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14044
14045 * help.el (help): Revert last part of 2006-02-23 change (deletion
14046 of the `provide' call).
14047
14048 2006-02-23 Juri Linkov <juri@jurta.org>
14049
14050 * compare-w.el (compare-windows-highlight): Add new value
14051 `persistent' and change :type from `boolean' to `choice'.
14052 (compare-windows-overlays1, compare-windows-overlays2):
14053 New internal variables.
14054 (compare-windows-highlight): If compare-windows-highlight is
14055 `persistent', add current overlays to compare-windows-overlays[12]
14056 instead of adding compare-windows-dehighlight to pre-command-hook.
14057 (compare-windows-dehighlight): Delete all overlays from
14058 compare-windows-overlays[12].
14059
14060 * info.el (Info-search): Don't bind search-spaces-regexp to
14061 Info-search-whitespace-regexp in non-regexp isearch mode.
14062
14063 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14066
14067 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14068
14069 * textmodes/org.el (org-xemacs-p)
14070 (org-export-html-show-new-buffer, org-table-may-need-update)
14071 (org-insert-item, org-mhe-get-message-real-folder)
14072 (org-mhe-get-message-folder-from-index)
14073 (org-mhe-get-message-folder, org-mhe-get-message-num)
14074 (org-mhe-get-header, org-make-org-heading-search-string)
14075 (org-make-org-heading-camel, org-table-sort-lines)
14076 (org-format-org-table-html, org-format-table-table-html):
14077 Fix typos in docstrings.
14078
14079 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14080
14081 * textmodes/org.el (org-cleaned-string-for-export)
14082 (org-solidify-link-text): New function.
14083 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14084 XEmacs, just to silence the compiler.
14085 (org-export-as-ascii, org-export-as-html-and-open):
14086 Use `org-cleaned-string-for-export' and create internal links.
14087 (org-follow-mhe-link): Require mh-e, use folder.
14088
14089 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14090
14091 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14092
14093 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14094 gdb-debug-log-length.
14095 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14096 it a real ring but...
14097 (gud-gdba-marker-filter): ...make it work like mark-ring.
14098 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14099 (gdb-mouse-jump): New function. Add bindings.
14100
14101 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14102
14103 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14104 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14105 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14106 (gdb-debug-log-length): Customize it's length.
14107 (gud-watch, gdb-var-create-handler): Display function::var format
14108 but don't use to create variable object.
14109 (gdb-var-create-handler): Use message-box in place of message.
14110 (gdb-stopped): Call gdb-exited if signalled.
14111
14112 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14113
14114 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14115
14116 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14117
14118 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14119 if `reftex-try-all-extensions' is set.
14120
14121 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14122 fail silently when there is no valid argument at point.
14123 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14124 `fail-silently' argument. From a patch by David Reiter.
14125
14126 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14127 New commands.
14128 (org-mark-ring): New variable.
14129 (org-mark-ring-length): New option.
14130 (org-open-at-point, org-goto, org-open-file): Push old position
14131 onto the mark ring.
14132 (org-add-hook): New function.
14133 (org-export-table-remove-special-lines): New option.
14134 (org-skip-comments, org-format-org-table-html): Respect new
14135 option `org-export-table-remove-special-lines'.
14136 (org-open-file): Allow special command configuration for
14137 directory link.
14138 (org-file-apps): Fix bugs in customize type, added setting
14139 for directories.
14140 (org-activate-tags, org-format-agenda-item, org-complete)
14141 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14142 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14143 (org-link-search, org-make-org-heading-search-string)
14144 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14145 (org-radio-targets, org-file-link-context-use-camel-case)
14146 (org-activate-camels): New options.
14147 (org-update-radio-target-regexp, org-all-targets)
14148 (org-make-target-link-regexp, org-activate-target-links):
14149 New functions.
14150 (org-make-org-heading-search-string): New function.
14151 (org-store-link, org-insert-link): Use new option
14152 `org-file-link-context-use-camel-case'.
14153 (org-activate-camels): Use new option `org-activate-camels'.
14154 (org-link-regexp): Add mhe prefix.
14155 (org-open-at-point, org-store-link): Support for mhe links.
14156 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14157 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14158 (org-mhe-get-header, org-follow-mhe-link): New functions.
14159 (org-remove-angle-brackets, org-add-angle-brackets):
14160 New functions.
14161 (org-bracket-link-regexp): New constant.
14162 (org-read-date): Fix bug that was rejecting all typed dates.
14163 (org-link-search): Make hierarchy above visible after a match.
14164 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14165 (org-store-link): Fix bug with link creation when cursor is in
14166 an empty line.
14167 (org-open-at-point): Fix bug with matching a link.
14168 Fixed buggy argument sequence in call to `org-view-tags'.
14169 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14170 (org-prefix-has-tag): New variable.
14171 (org-format-agenda-item): Remove tags from headline
14172 if appropriate.
14173 (org-agenda-remove-tags-when-in-prefix): New option.
14174
14175 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14176
14177 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14178 Fix the regular expressions.
14179
14180 2006-02-21 Richard M. Stallman <rms@gnu.org>
14181
14182 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14183 if there's no other specific basis.
14184
14185 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14186 as variables at all.
14187 (unsafep-variable): Rename arg; doc fix.
14188
14189 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14190
14191 * calendar/appt.el (diary-selective-display): Add defvar.
14192
14193 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14194
14195 * isearch.el (search-whitespace-regexp): Fix custom type.
14196
14197 * help.el (describe-key-briefly): Compute interactive args
14198 in same was as before previous change.
14199
14200 * files.el (enable-local-variables): Doc fix.
14201
14202 2006-02-21 Kim F. Storm <storm@cua.dk>
14203
14204 * fringe.el: Cleanup as file is now pre-loaded.
14205 (fringe-bitmaps): Initialize unconditionally.
14206 (fringe-mode, set-fringe-style): Remove autoload cookies.
14207
14208 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14209
14210 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14211 `horizontal-bar'.
14212 (fringe-cursor-alist): Use `horizontal-bar'.
14213
14214 2006-02-20 Kim F. Storm <storm@cua.dk>
14215
14216 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14217 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14218
14219 * loadup.el: Load "fringe" on window systems.
14220
14221 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14222
14223 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14224 out of scope components.
14225
14226 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14227 default.
14228
14229 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14230
14231 * custom.el (customize-mark-to-save, customize-mark-as-set):
14232 Load the symbol first.
14233
14234 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14235
14236 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14237 strech spec so it doesn't display as "^J" on the header line
14238 when `Buffer-menu-use-header-line' is t.
14239
14240 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14241
14242 * speedbar.el (speedbar-make-button): Keep text properties
14243 of string arguments if desired.
14244
14245 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14246 expessions.
14247
14248 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14249 of speedbar.
14250
14251 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14252
14253 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14254 to value of `read-file-name-completion-ignore-case'.
14255
14256 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14257
14258 * custom.el (customize-mark-as-set): Push to `user' theme.
14259
14260 * cus-edit.el (custom-save-variables): Allow unthemed values.
14261 (customize-set-variable): Push setting to `user' theme.
14262
14263 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14264
14265 * progmodes/gud.el: Don't require font-lock as it's now
14266 automatically loaded.
14267 (gud-speedbar-buttons): Replace gdb-var-changed with
14268 gdb-force-update.
14269
14270 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14271 gdb-var-changed.
14272 (gdb-post-prompt): Use it.
14273 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14274 (gdb-var-update-handler, gdb-var-delete)
14275 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14276 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14277 gdb-force-update in gdb-post-prompt.
14278 (gdb-reset): Clear watch expressions from speedbar when quitting.
14279
14280 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14281
14282 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14283 (viper-change-state-to-vi, viper-change-state-to-emacs):
14284 Make aware of cursor coloring in the Emacs state.
14285 (viper-special-read-and-insert-char): Use read-char-exclusive.
14286 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14287
14288 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14289
14290 * viper-util.el (viper-save-cursor-color)
14291 (viper-get-saved-cursor-color-in-replace-mode)
14292 (viper-get-saved-cursor-color-in-insert-mode)
14293 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14294 state.
14295 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14296
14297 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14298 (ediff-ignore-case-option3, ediff-actual-diff-options)
14299 (ediff-actual-diff3-options): New variables to control case sensitivity.
14300 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14301 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14302 (ediff-toggle-ignore-case): New function.
14303 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14304
14305 * ediff-help.el (ediff-long-help-message-narrow2)
14306 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14307 (ediff-long-help-message-word-mode): Add ignore-case command.
14308 (ediff-help-for-quick-help): Add ignore-case command.
14309
14310 * ediff-merg.el: Move provide to the end.
14311
14312 * ediff-ptch.el: Move provide to the end.
14313
14314 * ediff-wind.el: Move provide to the end.
14315
14316 * ediff-mult.el: Move provide to the end.
14317 (ediff-set-meta-overlay): Enable follow-link.
14318
14319 * ediff.el: Move provide to the end.
14320 Break recursive load cycle in eval-when-compile.
14321 (ediff-patch-buffer): Better heuristics.
14322
14323 * ediff-util.el: Move provide to the end.
14324 Break recursive load cycle in eval-when-compile.
14325 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14326 defuns.
14327 (ediff-submit-report): Pass the values of ediff-diff3-program,
14328 ediff-diff3-options.
14329
14330 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14331
14332 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14333 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14334 `' (for example, in the docstring of `windmove-default-keybindings').
14335
14336 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14337
14338 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14339 shadow face. Don't provide binding to edit variable when it is
14340 out of scope.
14341
14342 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14343 (gdb-var-update-handler): Detect out of scope variables with pre
14344 GDB 6.4 too.
14345 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14346 Reset status of variable objects to nil in update handlers.
14347 (gdb-var-update-handler-1): Detect when a variable object comes
14348 in scope. setcar on var changes gdb-var-list directly.
14349
14350 2006-02-17 Juri Linkov <juri@jurta.org>
14351
14352 * ffap.el (ffap) <defface>: Add explicit face declaration.
14353 (ffap-highlight): Use face `ffap' directly instead of checking
14354 for its existence.
14355
14356 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14357 `visible-ok' of `other-buffer' to find the right original buffer.
14358
14359 * info.el (Info-search): Skip `Local Variables' node.
14360
14361 2006-02-17 Juri Linkov <juri@jurta.org>
14362
14363 * info.el (Info-find-file): Check for symbols `apropos', `history',
14364 `toc' in the input filename, and return these symbols as is.
14365 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14366 `history', `toc' instead of strings.
14367 (Info-set-mode-line): For non-string Info-current-file use the
14368 symbol's name inside **.
14369 (Info-isearch-push-state): Add quote before Info-current-file and
14370 Info-current-node.
14371 (Info-isearch-pop-state): Use `equal' instead of `string='.
14372 (Info-extract-pointer, Info-following-node-name): Use
14373 `match-string-no-properties' instead of `match-string'.
14374 (Info-up): Check `old-file' for `stringp'.
14375 (Info-history): Use `equal' instead of `string-equal'.
14376 Check `file' for `stringp'.
14377 (Info-history): Use symbol `history' instead of string as first arg
14378 of `Info-find-node'.
14379 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14380 `toc' instead of string.
14381 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14382 instead of `buffer-substring', and `match-string-no-properties'
14383 instead of `match-string'.
14384 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14385 instead of strings.
14386 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14387 Use symbol `apropos' instead of string.
14388 (Info-copy-current-node-name): Check `Info-current-file' for
14389 `stringp' and construct a command with `Info-find-node' from it.
14390 (Info-fontify-node): Use `match-string-no-properties' instead of
14391 `match-string' and check file names for `stringp'.
14392 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14393 `history', `toc' instead of strings.
14394
14395 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * files.el: Rearrange functions and variables in the file local
14398 variables section.
14399
14400 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14401
14402 * files.el: Add truncate-lines, ispell-check-comments and
14403 ispell-local-dictionary as safe local variables.
14404
14405 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14406
14407 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14408 out of scope variables.
14409 (gud-speedbar-buttons): Use unless.
14410
14411 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14412 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14413 (gdb-show-changed-values): Also use for out of scope variables.
14414 (gdb-var-update-handler-1): Note if variable goes out of scope.
14415
14416 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14417
14418 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14419 default to global variable values for unsupplied args.
14420 (rcirc-get-buffer-create): Fix bug with setting the target.
14421 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14422 test for rcirc-always-use-server-buffer-flag here.
14423 (rcirc-response-formats): Add %N, which is a facified nick. %n
14424 uses the default face. Change the ACTION format string. If the
14425 "nick" is the server, don't print anything for that field.
14426 Comment fixes.
14427 (rcirc-target-buffer): Don't test
14428 rcirc-always-use-server-buffer-flag here.
14429 (rcirc-print): Squeeze extra spaces out of the text before message.
14430 (rcirc-put-nick-channel): Strip potential "@" char from nick
14431 before adding them to nick table.
14432 (rcirc-url-regexp): Improve to match address like "foo.com".
14433
14434 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14435
14436 * allout.el (allout-hidden-p): Move this defsubst before
14437 allout-overlay-interior-modification-handler, where it is first
14438 used.
14439
14440 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14441
14442 * allout.el: Use allout invisible-text overlays instead of
14443 selective display for concealed text. Also, lots of general
14444 cleanup, and improved compatibility code.
14445
14446 (allout-version): Incremented, corrected, revised, and refined
14447 module commentary.
14448
14449 (provide 'allout): Moved to the bottom, added a require of overlay.
14450
14451 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14452 `except-current'.
14453 (allout-write-file-hook-handler): Minimize delay.
14454 (count-trailing-whitespace-region): New function so
14455 auto-encryption of current topic can resituate cursor exactly.
14456 PGP/GPG encryption trims trailing whitespace from lines, which
14457 must be accounted for across encryption then decryption.
14458
14459 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14460 just plain "\C-c", to avoid intruding on user's keybinding space.
14461
14462 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14463 parameter, so user request to provide a new password is done.
14464
14465 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14466 Refined mechanism for auto-filling behavior while in allout mode.
14467
14468 (allout-mode): Explicitly specify the mode map in the docstring.
14469 Clarify provision for various write-file hook var names.
14470 Adjusted for invisible-text overlays instead of selective-display.
14471
14472 (allout-depth): Really return 0 if not within any topic. This
14473 rectifies `allout-beginning-of-level' and sequence numbering
14474 errors that occur when cutting and pasting numbered topics.
14475 Changed from a in-line subst to a regular function, as well.
14476
14477 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14478
14479 (allout-end-of-subtree, allout-end-of-subtree)
14480 (allout-end-of-entry, allout-end-of-current-heading)
14481 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14482 (allout-show-children, allout-show-to-offshoot)
14483 (allout-hide-current-entry, allout-show-current-entry): Rectified
14484 handling of trailing blank lines between items.
14485
14486 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14487 (allout-current-depth, allout-unprotected, allout-hidden-p)
14488 (allout-on-current-heading-p, allout-listify-exposed)
14489 (allout-chart-subtree, allout-goto-prefix)
14490 (allout-back-to-current-heading, allout-get-body-text)
14491 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14492 (allout-hide-region-body, allout-toggle-subtree-encryption)
14493 (allout-encrypt-string, allout-encrypted-key-info)
14494 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14495 (allout-file-vars-section-data): Adjusted for use with
14496 invisible-text overlays instead of selective-display.
14497
14498 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14499 Reworked for use with invisible text overlays.
14500
14501 (allout-current-topic-collapsed-p): New function.
14502
14503 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14504 to know when to close the containing topic.
14505
14506 (allout-pre-command-business, allout-post-command-business):
14507 Simplify undo-batching and dynamic isearch exposure.
14508
14509 (allout-set-overlay-category): New for invisible-text overlays.
14510 Sets properties of allout-overlay-category, used by
14511 allout-flag-region to set invisible-text overlay properties.
14512 (allout-get-invisibility-overlay): Get the first qualifying
14513 invisibility overlay, so we can find the extent of it.
14514 (allout-back-to-visible-text): Get to just before the beginnining
14515 of the current invisibility overlay, if any.
14516
14517 (allout-overlay-insert-in-front-handler)
14518 (allout-overlay-interior-modification-handler)
14519 (allout-before-change-handler, allout-isearch-end-handler): New
14520 functions to handle extraordinary actions affecting concealed
14521 text.
14522
14523 (allout-flag-region): Use overlays instead of selective-display
14524 for invisible text - by inheritence from the properties of
14525 allout-overlay-category in mainline Emacs, and applied
14526 property-by-property in XEmacs, some recent versions of which
14527 don't inherit the properties from the category. Provisions to
14528 respond to concealed-text edits simplified drastically.
14529
14530 (allout-isearch-rectification, allout-isearch-was-font-lock)
14531 (allout-isearch-expose, allout-enwrap-isearch)
14532 (allout-isearch-abort, allout-pre-was-isearching)
14533 (allout-isearch-prior-pos, allout-isearch-did-quit)
14534 (allout-isearch-dynamic-expose)
14535 (allout-hide-current-entry-completely): Functions deleted.
14536
14537 (allout-undo-aggregation): Explicit undo aggregation no longer
14538 necessary due to transition away from selective-display.
14539
14540 (set-allout-regexp, allout-up-current-level)
14541 (allout-next-visible-heading, allout-forward-current-level)
14542 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14543 (allout-kill-line, allout-yank-processing, allout-show-children)
14544 (allout-expose-topic, allout-old-expose-topic)
14545 (allout-listify-exposed, allout-insert-latex-header)
14546 (allout-toggle-subtree-encryption, allout-encrypt-string)
14547 (remove-from-invisibility-spec, allout-hide-current-subtree):
14548 Ditched unused variables.
14549
14550 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14551
14552 * textmodes/ispell.el (ispell-change-dictionary): Call
14553 ispell-buffer-local-dict instead of
14554 ispell-accept-buffer-local-defs.
14555 (ispell-local-dictionary-alist): Accept as valid any coding-system
14556 supported by Emacs.
14557 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14558 changed to iso-8859-3.
14559
14560 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14561
14562 * speedbar.el (speedbar-frame-width): Make an inline function
14563 instead of a macro. Use frame-width.
14564 (speedbar-try-completion, speedbar-update-contents)
14565 (speedbar-timer-fn): Use consp.
14566 (speedbar-update-localized-contents): Try to preserve point.
14567
14568 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14569 (menu): Re-order menu items.
14570 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14571 field.
14572 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14573 (gdb-post-prompt): Speed things by not forcing update.
14574
14575 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14576
14577 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14578 press and perform default action if we get a mouse movement event.
14579
14580 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14581
14582 * calendar/icalendar.el (icalendar--get-event-property)
14583 (icalendar--get-event-property-attributes): Fix typos in
14584 docstrings.
14585
14586 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14587 docstring.
14588
14589 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
14590
14591 * bs.el (bs-mode): Use `buffer-disable-undo'.
14592 (bs--get-file-name): Simplify.
14593 (bs-show-in-buffer): Mark the buffer as not modified.
14594
14595 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14596
14597 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14598 widget-button-click.
14599
14600 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14601 (custom-mode): Update docstring.
14602
14603 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14604 binding.
14605
14606 * files.el (hack-local-variables-confirm): Allow scrolling if the
14607 file variable list is too long. Kill temp buffer after use.
14608
14609 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
14610
14611 * progmodes/gud.el (gdb): Improve doc string.
14612 (gdb-script-font-lock-keywords): Expand allowed character set.
14613
14614 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14615 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14616 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14617 (gdb-separate-io-stop, gdb-separate-io-eof):
14618 Rename from gdb-inferior-* to gdb-separate-*.
14619 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14620
14621 2006-02-14 Jay Belanger <belanger@truman.edu>
14622
14623 * calc/calc-arith.el (math-check-known-scalarp): Make sure
14624 expression is a symbol before checking that it is bound.
14625
14626 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14627 test to see if equation can be solved.
14628
14629 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14630
14631 * wid-edit.el (widget-button-click): Use :pressed-face property
14632 for overlay face, if it exists.
14633
14634 * cus-edit.el (custom-manual, custom-add-see-also)
14635 (custom-add-parent-links, custom-group-link): Add :pressed-face
14636 property to links.
14637
14638 * files.el (hack-local-variables): Remove ignored variables before
14639 checking if any variables need setting.
14640
14641 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14642
14643 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14644
14645 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
14646
14647 * help.el (where-is): Fix message for remapped commands.
14648
14649 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14650 Fix typos in docstrings.
14651
14652 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
14653
14654 * files.el (safe-local-variable-values): New option.
14655 (hack-local-variables-prop-line): Return a list of variable-value
14656 pairs if MODE-ONLY is non-nil.
14657 (hack-local-variables): Construct list of variable-value pairs,
14658 and apply or reject them in one go. Ask for confirmation if
14659 variables are not known safe.
14660 (hack-local-variables-confirm): Complete rewrite. Support
14661 `safe-local-variable-values'.
14662 (enable-local-variables): Update docstring to reflect new
14663 behavior.
14664 (ignored-local-variables): Ignore ignored-local-variables and
14665 safe-local-variable-values.
14666 (safe-local-variable-p): New function.
14667 (risky-local-variable-p): `safe-local-variable' property check
14668 moved to safe-local-variable-p.
14669 (hack-one-local-variable): Checks moved to hack-local-variables.
14670
14671 (byte-compile-dynamic, c-basic-offset, c-file-style)
14672 (c-indent-level, comment-column, fill-column, fill-prefix)
14673 (indent-tabs-mode, kept-new-versions, no-byte-compile)
14674 (no-update-autoloads, outline-regexp, page-delimiter)
14675 (paragraph-start, paragraph-separate, sentence-end)
14676 (sentence-end-double-space tab-width, version-control):
14677 Add `safe-local-variable' property.
14678
14679 * find-lisp.el: Delete nonexistent `autocompile' file variable.
14680
14681 * icomplete.el, play/landmark.el: Change nonexistent
14682 `outline-layout' file variable to `allout-layout'.
14683
14684 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
14685
14686 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14687 (gdb-get-changed-registers): Test value of gud-minor-mode relative
14688 to gud-comint-buffer.
14689 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14690 gdb-ui.el for gdb-mi.el.
14691 (gdb-post-prompt, gdb-get-changed-registers): Move test for
14692 registers buffer to gdb-get-changed-registers.
14693 (gdb-breakpoint-regexp): New regexp. Allow toggling and
14694 deletion of catchpoints (throw and catch).
14695 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14696 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14697 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14698 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14699 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14700
14701 2006-02-13 Jay Belanger <belanger@truman.edu>
14702
14703 * calc/calc-arith.el (math-check-known-matrixp): Make sure
14704 expression is a symbol before checking that it is bound.
14705
14706 2006-02-13 Richard M. Stallman <rms@gnu.org>
14707
14708 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14709 for the minibuffer too, but not if resize-mini-windows will interfere.
14710
14711 * help.el (describe-key-briefly, describe-key): Do all arg-reading
14712 inside `interactive' spec.
14713 (describe-key-briefly-internal, describe-key-internal):
14714 Functions merged back into their callers.
14715
14716 2006-02-13 Martin Rudalics <rudalics@gmx.at>
14717
14718 * info.el (info-xref-visited): Inherit from info-xref too.
14719 (Info-set-mode-line): Replace occurrences of `%' by `%%'
14720 when propertizing Info-current-file and Info-current-node.
14721
14722 2006-02-13 Juri Linkov <juri@jurta.org>
14723
14724 * tumme.el (tumme-thumbnail-storage): Fix docstring.
14725 (tumme-thumb-name): Fix per-directory format.
14726
14727 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
14728
14729 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14730
14731 2006-02-12 Miles Bader <miles@gnu.org>
14732
14733 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14734
14735 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
14736
14737 * tumme.el: Remove history section. If someone needs the it, it
14738 can always be found in CVS.
14739
14740 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14741
14742 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
14743 about the Thumbnail Managing Standard option.
14744
14745 2006-02-12 Richard M. Stallman <rms@gnu.org>
14746
14747 * subr.el (substitute-key-definition): Doc fix.
14748
14749 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14750
14751 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14752
14753 * info.el (Info-mode): Doc fix.
14754
14755 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14756
14757 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
14758
14759 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14760 because on Solaris a POSIX compatible "id" is needed. Reported by
14761 Magnus Henoch <mange@freemail.hu>.
14762
14763 2006-02-12 Juri Linkov <juri@jurta.org>
14764
14765 * tumme.el: Remove todo item about Thumbnail Managing Standard.
14766 (tumme) <defgroup>: Change :group to `multimedia'.
14767 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14768 Managing Standard.
14769 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14770 Fix dostring.
14771 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14772 and %y. Fix docstring.
14773 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14774 (tumme-cmd-create-standard-thumbnail-command): New user options.
14775 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14776 is `standard'. Fix docstring.
14777 (tumme-thumb-width, tumme-thumb-height): New user options.
14778 (tumme-external-viewer): Try to find various viewers.
14779 (tumme-get-thumbnail-image): Use `create-image' instead of
14780 constructing the `image' structure.
14781 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14782 `standard'.
14783 (tumme-thumb-name): Add file name generation for standard storage.
14784 Simplify code for other storages.
14785 (tumme-thumb-name): Use width %w and height %h instead of size %s.
14786 Add modification time %m and thumbnail-nq8 %q.
14787 Use `tumme-cmd-create-standard-thumbnail-command' if
14788 tumme-thumbnail-storage is `standard'.
14789 (tumme-dired-insert-marked-thumbs): New autoload command.
14790 (tumme-dired-after-readin-hook): New function.
14791 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14792 `tumme-thumb-size'.
14793 (tumme-display-image): Replace size-x %x and size-y %y with
14794 width %w and height %h.
14795
14796 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14797 `tumme-dired-insert-marked-thumbs'.
14798
14799 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14800
14801 * tumme.el (tumme-write-tag): Fix small bug (file name did not
14802 include path).
14803 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14804 matching tag.
14805
14806 2006-02-12 Miles Bader <miles@gnu.org>
14807
14808 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14809 New variables.
14810 (rcirc-abbrev-nick): New function.
14811 (rcirc-format-response-string): Rewrite to use the formats in
14812 `rcirc-response-formats' and expand escape sequences therein.
14813 A text-property `rcirc-text' is added over the actual response
14814 text to make easy to find inside the returned string.
14815 (rcirc-print): When filling, just look for the `rcirc-text'
14816 text-property to find the appropriate fill prefix, instead of
14817 using hardwired patterns.
14818
14819 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14820
14821 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
14822 Managing Standard.
14823
14824 2006-02-11 Kim F. Storm <storm@cua.dk>
14825
14826 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14827 Don't use insert-buffer; do insert-buffer-substring directly.
14828 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
14829
14830 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14831
14832 * files.el (revert-buffer, recover-file): Replace buffer-read-only
14833 with inhibit-read-only. Suggested by Stefan Monnier.
14834 (revert-buffer): Let insert-file-contents discard
14835 buffer-undo-list. Simplify code.
14836 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14837
14838 2006-02-11 Eli Zaretskii <eliz@gnu.org>
14839
14840 * menu-bar.el (menu-bar-select-yank): Add a doc string.
14841
14842 * help.el (describe-key-briefly): Now a wrapper for
14843 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
14844 to t. Populate yank-menu if empty.
14845 (describe-key-briefly-internal): Renamed from describe-key-briefly.
14846 (describe-key): Now a wrapper for describe-key-internal. Bind
14847 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
14848 (describe-key-internal): Renamed from describe-key.
14849
14850 2006-02-11 Milan Zamazal <pdm@zamazal.org>
14851
14852 * progmodes/glasses.el (glasses-separator): Doc fix.
14853 (glasses-original-separator): New defcustom.
14854 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14855
14856 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14857
14858 * mwheel.el (mouse-wheel-up-event): Doc fix.
14859
14860 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14861
14862 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14863 (tumme-dir): New function. Copied from thumbs.el.
14864
14865 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
14866
14867 * desktop.el (desktop-outvar): Fix typo.
14868 (desktop-save-buffer-p): Doc fix.
14869
14870 * subr.el (substitute-key-definition): Fix typo.
14871
14872 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14873
14874 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14875 when window-system is mac.
14876
14877 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14878
14879 2006-02-10 Kim F. Storm <storm@cua.dk>
14880
14881 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14882 indirect-function instead of using condition-case.
14883
14884 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
14885
14886 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14887 less `colloquial'...
14888
14889 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
14890
14891 * tumme.el: Add a couple of todo items.
14892
14893 2006-02-09 Lars Hansen <larsh@soem.dk>
14894
14895 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14896 (highlight-changes-mode): Don't change desktop-locals-to-save.
14897
14898 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
14899
14900 * image-mode.el (image-toggle-display): Clear image cache if using
14901 filename.
14902
14903 2006-02-09 Masatake YAMATO <jet@gyve.org>
14904
14905 * dired-x.el (dired-guess-shell-alist-default): Add .man as
14906 a `dired-man' target.
14907
14908 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14909 boundary of symbols.
14910
14911 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
14912
14913 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14914
14915 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
14916
14917 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14918 `mapcar'; return nil.
14919
14920 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
14921
14922 * mouse.el (mouse-drag-track): Don't change window if we rebind to
14923 some other event.
14924
14925 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
14926
14927 * net/rcirc.el (rcirc-startup-channels-alist):
14928 Add irc.freenode.net and #emacs as defaults.
14929 (rcirc-ignore-all-activity-flag): Remove variable.
14930 (rcirc-authinfo): New variable.
14931 (rcirc-authinfo-filename): Remove variable.
14932 (rcirc-always-use-server-buffer-flag): New flag.
14933 (rcirc): M-x rcirc will automatically connect without prompting.
14934 C-u M-x rcirc will prompt. Use rcirc-connect to create a
14935 connection in lisp.
14936 (rcirc-process-server-response-1): Remove everything but the nick
14937 portion of the sender so it doesn't need to be done everywhere
14938 else. Update related code.
14939 (global-map): Remove global keybindings.
14940 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14941 (rcirc-send-input): Split into several functions.
14942 (rcirc-process-input-line, rcirc-process-message)
14943 (rcirc-process-command): New functions.
14944 (rcirc-target-buffer): New function to determine where to route
14945 messages.
14946 (rcirc-user-nick): Save match data.
14947 (rcirc-toggle-ignore-buffer-activity)
14948 (rcirc-update-activity-string): Remove global ignore functionality,
14949 which can be done now by toggling rcirc-track-minor-mode.
14950 (rcirc-track-minor-mode-map): New keymap.
14951 (rcirc-track-minor-mode): New minor-mode.
14952 (ignore): Make the ignore output nicer. Always print it when
14953 adding or removing nicks.
14954 (rcirc-url-regexp): Improve.
14955 (rcirc-mangle-text): Remove properties before using text in the
14956 modeline.
14957 (rcirc-authenticate): Authentication data comes from
14958 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14959 (rcirc-server-prefix): Inherit from rcirc-server.
14960
14961 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
14962
14963 * Makefile.in (compile): Append "|| true" to the end of the `find'
14964 command, like compile-always does.
14965
14966 2006-02-08 Sam Steingold <sds@gnu.org>
14967
14968 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14969 output from a dead connection.
14970
14971 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14972
14973 * dired.el (dired-mode-map): Add more bindings for tumme.
14974
14975 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * wdired.el (wdired-mode-map): Use remap.
14978 (wdired-get-filename): Massage.
14979 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14980 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14981 `keymap' property rather than `local-map'.
14982
14983 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14984
14985 * tumme.el (tumme-get-thumbnail-image): New utility function.
14986 Suggested by from Chong Yidong.
14987 (tumme-dired-with-window-configuration): Rename from
14988 `tumme-dired'. Add code to save window configuration.
14989 (tumme-restore-window-configuration): New command to restore the
14990 window configuration that `tumme-dired-with-window-configuration'
14991 saves before it changes the window configuration.
14992 (tumme-show-all-from-dir): New command to display thumbnails for
14993 all files in a directory entered by the user, like M-x thumbs.
14994 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14995 have been created.
14996 (tumme-display-thumbnail-original-image): Call `display-buffer'.
14997 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14998 Remove obsolete test function.
14999
15000 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15001
15002 * vc.el (small-temporary-file-directory): Remove defvar; there's
15003 a defcustom for it in files.el.
15004
15005 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15006 Fix typo in message.
15007 (tumme-gallery-generate): Fix typo in `error' message.
15008 (tumme-display-window-height-correction)
15009 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15010 (tumme-line-up-interactive): Dox fixes.
15011 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15012 (tumme-restore-window-configuration, tumme-format-properties-string)
15013 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15014 Fix typos in docstrings.
15015
15016 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15017
15018 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15019
15020 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15021
15022 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15023 User should use hook if desired.
15024
15025 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15026 buffer if necessary.
15027 (gdb-delete-frame-or-window): New function.
15028 (gdb-breakpoints-mode-map): Bind "q" to it.
15029
15030 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15031
15032 * textmodes/nroff-mode.el: Clean up name space.
15033 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15034 (nroff-mode): Obey the global setting of nroff-electric-mode.
15035 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15036
15037 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15038
15039 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15040
15041 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15042
15043 2006-02-06 Lars Hansen <larsh@soem.dk>
15044
15045 * generic-x.el (etc-fstab-generic-mode): Add file system types
15046 cifs and usbdevfs. Allow special chars in file names.
15047
15048 2006-02-05 Jay Belanger <belanger@truman.edu>
15049
15050 Update copyright notices of the files in lisp/calc.
15051
15052 2006-02-05 Romain Francoise <romain@orebokech.com>
15053
15054 Update copyright notices of all files in the lisp/play directory.
15055
15056 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15057
15058 * ldefs-boot.el: Regenerate.
15059
15060 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15061
15062 2006-02-05 Kim F. Storm <storm@cua.dk>
15063
15064 * files.el (magic-mode-regexp-match-limit): New defvar.
15065 (set-auto-mode): Use it to limit magic-mode-alist matching.
15066
15067 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15068
15069 * info.el (Info-index, Info-mode): Improve the description of the
15070 `i' command.
15071
15072 * ldefs-boot.el: Regenerate.
15073
15074 2006-02-03 Werner Lemberg <wl@gnu.org>
15075
15076 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15077 greedy to find the closing bracket in \*[...] and similar
15078 expressions. This is a first rough fix -- many additional
15079 refinements are necessary to make nroff mode really usable with groff.
15080
15081 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15082
15083 * international/mule-cmds.el (set-locale-environment):
15084 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15085 libX11.
15086
15087 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15088
15089 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15090 archive are created in archive-tmpdir.
15091
15092 2006-02-02 John Paul Wallington <jpw@pobox.com>
15093
15094 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15095 (ibuffer-fontification-alist): Use it.
15096 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15097 to "* z" and the Ibuffer Mark menu.
15098
15099 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15100
15101 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15102
15103 * textmodes/table.el (*table--cell-describe-mode)
15104 (*table--cell-describe-bindings): Undo last change since
15105 print-help-return-message is not obsoleted by anything at all.
15106
15107 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15108
15109 * emulation/cua-base.el (cua-mode): Doc fix.
15110
15111 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15112
15113 * dframe.el (dframe-handle-make-frame-visible)
15114 (dframe-handle-iconify-frame, dframe-get-focus)
15115 (dframe-select-attached-frame, dframe-power-click)
15116 (dframe-frame-mode): Fix typos in docstrings.
15117
15118 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15119 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15120 Fix typos in docstrings.
15121
15122 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15123 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15124 (hi-lock-archaic-interface-message-used)
15125 (hi-lock-file-patterns-range): Fix typos in docstrings.
15126
15127 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15128 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15129
15130 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15131 Fix typo in docstring.
15132
15133 * net/newsticker.el (newsticker--decode-iso8601-date)
15134 (newsticker--set-customvar, newsticker--buffer-insert-item)
15135 (newsticker--do-run-auto-mark-filter)
15136 (newsticker--parse-generic-feed): Doc fixes.
15137 (newsticker--retrieval-timer-list, newsticker-url-list)
15138 (newsticker-hide-immortal-items-in-echo-area)
15139 (newsticker-hide-obsolete-items-in-echo-area)
15140 (newsticker-new-item-face, newsticker--enclosure)
15141 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15142 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15143 (newsticker--parse-generic-feed, newsticker--cache-contains)
15144 (newsticker--stat-num-items, newsticker-download-enclosures):
15145 Fix typos in docstrings.
15146
15147 * net/rcirc.el (rcirc-debug): Doc fix.
15148 (rcirc-fill-column, rcirc-receive-message-hooks)
15149 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15150 (rcirc-mode, rcirc-generate-new-buffer-name)
15151 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15152 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15153 Fix typos in docstrings.
15154 (rcirc-print): "?\ " -> "?\s".
15155 (rcirc-cmd-join): Improve argument/docstring consistency.
15156
15157 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15158
15159 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15160 before narrow-to-region.
15161
15162 2006-02-01 Richard M. Stallman <rms@gnu.org>
15163
15164 * simple.el (move-beginning-of-line): Scan properly for invis change.
15165
15166 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15167
15168 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15169
15170 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15171 change bit only when id-format is 'integer. Reported by Matt
15172 Hodges <M.P.Hodges@rl.ac.uk>.
15173
15174 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15175
15176 * hilit-chg.el (highlight-changes-initial-state)
15177 (highlight-changes-global-initial-state): Doc fixes.
15178 (highlight-changes-global-modes, global-highlight-changes):
15179 Fix typos in docstrings.
15180
15181 2006-02-01 Kim F. Storm <storm@cua.dk>
15182
15183 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15184 transient-mark-mode in doc string.
15185
15186 2006-01-31 Richard M. Stallman <rms@gnu.org>
15187
15188 * replace.el (multi-occur): Doc fix.
15189 (multi-occur-in-matching-buffers): Rename from
15190 multi-occur-by-filename-regexp. Prefix arg says match
15191 buffer names instead of file names.
15192
15193 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15194
15195 * bs.el: Allow non-default values of `bs-header-lines-length'.
15196 (bs--running-in-xemacs): Remove (not needed anymore).
15197 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15198 instead of `shrink-window', thus avoiding having to compute the
15199 height of the window.
15200 (bs--up): Wrap around even when there's no header.
15201 (bs--down): Use `forward-line' instead of `next-line'.
15202
15203 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15204
15205 * image-mode.el (image-toggle-display): Use file name if possible,
15206 instead of unnecessarily allocating a (possibly huge) lisp string.
15207
15208 2006-01-30 John Paul Wallington <jpw@pobox.com>
15209
15210 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15211 because the `assert' macro signals it at runtime.
15212
15213 * emacs-lisp/cl.el (toplevel): Remove definition of
15214 `cl-assertion-failed' condition.
15215
15216 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15217
15218 * thumbs.el (thumbs-marked-list): Make buffer-local and
15219 permanent-local.
15220 (thumbs-insert-thumb): Make help-echo non-sticky.
15221 (thumbs-file-alist): Use eolp as check for (non)-image.
15222
15223 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15224
15225 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15226 (ediff-before-session-group-setup-hooks)
15227 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15228 Fix typos in docstrings.
15229
15230 * window.el (bw-dir, bw-eqdir, balance-windows)
15231 (split-window-keep-point): Fix typos in docstrings.
15232
15233 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15234 (org-quote-string, org-calendar-to-agenda-key)
15235 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15236 (org-show-following-heading, org-tags-column)
15237 (org-use-tag-inheritance, org, org-allow-space-in-links)
15238 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15239 (org-enable-table-editor, org-calc-default-modes)
15240 (org-table-allow-automatic-line-recalculation)
15241 (org-export-html-style, org-export-with-fixed-width)
15242 (org-export-with-sub-superscripts, org-special-keyword)
15243 (org-formula, org-time-grid, org-table-may-need-update)
15244 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15245 (org-goto-quit, org-get-indentation, org-end-of-item)
15246 (org-move-item-down, org-move-item-up)
15247 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15248 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15249 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15250 (org-agenda-log-mode, org-agenda-toggle-diary)
15251 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15252 (org-agenda-file-to-end, org-agenda-no-heading-message)
15253 (org-agenda-get-closed, org-format-agenda-item)
15254 (org-cmp-priority, org-cmp-category, org-cmp-time)
15255 (org-agenda-change-all-lines, org-agenda-diary-entry)
15256 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15257 (org-link-search, org-camel-to-words, org-open-file)
15258 (org-remember-handler, org-table-convert-region)
15259 (org-table-move-row-down, org-table-move-row-up)
15260 (org-table-copy-region, org-table-wrap-region)
15261 (org-table-toggle-vline-visibility)
15262 (org-table-get-vertical-vector, org-table-modify-formulas)
15263 (org-table-get-specials, org-recalc-commands)
15264 (org-table-rotate-recalc-marks, org-table-eval-formula)
15265 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15266 (org-level-color-stars-only, org-insert-heading):
15267 Fix typos in docstrings.
15268 (last-arg): Add defvar.
15269
15270 * makefile.w32-in (WINS): Add erc.
15271 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15272
15273 2006-01-29 Bill Wohler <wohler@newt.com>
15274
15275 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15276 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15277 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15278 (mh-autoloads): Don't use comments on otherwise empty lines.
15279
15280 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15281
15282 * emulation/viper.el (viper-major-mode-modifier-list):
15283 Add insert-state and vi-state entries for erc-mode.
15284 (viper-go-away, viper-set-hooks): Add and remove
15285 viper-comint-mode-hook from erc-mode-hook as appropriate.
15286
15287 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15288
15289 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15290
15291 * bs.el (bs--format-aux): Implement `middle' alignment as
15292 described in the docstring for `bs-attributes-list'.
15293 (bs--get-name): Simplify. Don't pad the buffer name.
15294
15295 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15296
15297 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15298 English aspell dictionary is installed, use the first entry of
15299 ispell-dictionary-alist-1.
15300
15301 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15302
15303 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15304 Doc fix.
15305
15306 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15307
15308 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15309 for `process-file', in order to let it work for older Emacsen too.
15310
15311 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15312
15313 * international/latexenc.el: Add a suitable `coding:' tag.
15314 (latexenc-find-file-coding-system): Undo last change.
15315
15316 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15317
15318 * international/latexenc.el (latexenc-find-file-coding-system):
15319 Make sure latexenc-main-file is a regular file and is readable.
15320
15321 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15322
15323 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15324 Pass FILE to vc-user-login-name.
15325
15326 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15327
15328 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15329
15330 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15331 there are no more images to display.
15332 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15333 the next image.
15334
15335 2006-01-26 Richard M. Stallman <rms@gnu.org>
15336
15337 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15338
15339 * wid-edit.el (advertised-widget-backward): New alias.
15340 (widget-keymap): Use advertised-widget-backward for S-TAB.
15341
15342 * tumme.el: Correct the keywords.
15343 (tumme-dir-max-size): Use defvar.
15344 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15345
15346 * simple.el (move-beginning-of-line): Take account of fields.
15347 (clone-indirect-buffer-other-window): Take args like
15348 clone-indirect-buffer, and work like it.
15349
15350 * help-fns.el (describe-function): Don't pass `nil' as default.
15351
15352 * files.el (risky-local-variable-p): Follow var aliases.
15353
15354 * subr.el (lazy-completion-table): Doc fix.
15355
15356 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15357 global binding of `line'.
15358
15359 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15360
15361 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15362 Tramp.
15363
15364 * vc.el (vc-default-dired-state-info): Pass FILE to
15365 vc-user-login-name.
15366 (vc-default-update-changelog): Don't use vc-user-login-name, we
15367 don't need it here.
15368
15369 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15370 no longer necessary.
15371
15372 2006-01-25 Kenichi Handa <handa@m17n.org>
15373
15374 * international/mule.el (decode-char): Avoid the overhead of
15375 calling utf-lookup-subst-table-for-decode if
15376 utf-translate-cjk-mode is nil.
15377 (encode-char): Avoid the overhead of calling
15378 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15379 nil.
15380
15381 2006-01-22 Kenichi Handa <handa@m17n.org>
15382
15383 * international/mule.el (make-subsidiary-coding-system): Reset
15384 `coding-system-define-form' property of subsidiaries to nil.
15385 Avoid duplicated entry in coding-system-alist.
15386 (make-coding-system): Avoid duplicated entry in
15387 coding-system-alist.
15388 (define-coding-system-alias): Likewise.
15389
15390 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15391
15392 * completion.el: Minor fixes in introductory comment.
15393 (completion-def-wrapper): Fix alist.
15394
15395 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15396
15397 * thumbs.el (thumbs-new-image-size): New function.
15398 (thumbs-increment-image-size-element)
15399 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15400 (thumbs-decrement-image-size): Delete.
15401 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15402 temp files and use to resize.
15403 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15404 Use increment argument to enlarge/shrink. Preserve point.
15405 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15406 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15407 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15408 (thumbs-mark, thumbs-unmark): Preserve point.
15409 (thumbs-modify-image): Keep old temp files and use to modify.
15410 Cleanup old temp files at load time. Preserve point.
15411 (thumbs-view-image-mode-map): Use new command names.
15412
15413 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15414
15415 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15416
15417 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15418 the nastiest part of the cyclic dependency.
15419 (cal-menu-update): Use dotimes and calendar-increment-month.
15420
15421 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15422 (calendar-week-start-day): Add an :initializer.
15423 (calendar-mode-map): Use suppress-keymap, and command remapping.
15424 (describe-calendar-mode): Setup xref-stack info for the back button.
15425 (calendar-star-date): Insert before delete.
15426 (calendar-set-mode-line): Add file-modified info if applicable.
15427 (calendar-increment-month): New function.
15428
15429 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15430
15431 * font-lock.el (lisp-font-lock-keywords-2):
15432 Recognize "& keywords" only at word boundaries.
15433
15434 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15435
15436 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15437 and permanent-local.
15438 (thumbs-max-image-number): New variable.
15439 (thumbs-do-thumbs-insertion): Use them.
15440 (thumbs-per-line): Change default to 4.
15441 (thumbs-marked-list): Rename from thumbs-markedL.
15442 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15443 (thumbs-rename-images): Use -list instead of L for internal variables.
15444 (thumbs-call-convert): Use call-process instead of shell-command.
15445 (thumbs-insert-thumb): Add filename as help-echo to each image.
15446 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15447 Give dir to thumbs-show-thumbs-list.
15448 (thumbs-show-thumbs-list): Set default-directory to that of images.
15449 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15450 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15451 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15452 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15453
15454 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * ses.el (ses-read-cell): Provide a default value.
15457
15458 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15459
15460 * term/w32-win.el (image-library-alist): Add additional names for
15461 GIF library.
15462
15463 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15464
15465 * international/latexenc.el (latexenc-find-file-coding-system):
15466 Add file-regular-p check.
15467
15468 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * simple.el (clone-buffer): Don't show the new buffer in the same
15471 window.
15472
15473 2006-01-23 Juri Linkov <juri@jurta.org>
15474
15475 * faces.el (link, link-visited): New faces based on default values
15476 of `info-xref' and `info-xref-visited'.
15477
15478 * info.el (info-xref): Inherit from `link'.
15479 (info-xref-visited): Inherit from `link-visited'.
15480
15481 * cus-edit.el (custom-buffer-create-internal): Use widget type
15482 `custom-manual' instead of `info-link' and don't set properties
15483 `button-face' and `mouse-face' explicitly.
15484 (custom-browse-group-tag, custom-browse-variable-tag)
15485 (custom-browse-face-tag): Inherit from widget class
15486 `custom-group-link' instead of `push-button'.
15487 (custom-button-unraised): Inherit from `underline' face.
15488 (custom-link): Inherit from `link' face. Fix doc and group.
15489 (custom-add-parent-links, custom-group-value-create): Don't set
15490 properties `button-face' and `mouse-face' explicitly for
15491 `custom-group-link' widget.
15492 (custom-group-link): Add properties `button-face' and `mouse-face'
15493 to widget definition.
15494 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15495 editable-field's :keymap property.
15496 (custom-mode): Fix docstring: substitute keybindings for
15497 `widget-forward' and `widget-backward' from `widget-keymap',
15498 `widget-complete' from `custom-field-keymap', replace old
15499 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15500
15501 * desktop.el (desktop-load-file): Check for `fboundp' before
15502 calling `symbol-function'.
15503
15504 * simple.el (clone-buffer, clone-indirect-buffer)
15505 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15506 `read-string'. Fix prompts.
15507
15508 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15509
15510 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15511
15512 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15513
15514 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15515
15516 * startup.el (inhibit-splash-screen, initial-scratch-message):
15517 Doc fixes.
15518
15519 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15520
15521 Sync with Tramp 2.0.52.
15522
15523 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15524 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15525 `tramp-unload-tramp' for checklist.
15526
15527 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15528 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15529 (tramp-unload-file-name-handler-alist)
15530 (tramp-unload-tramp): New defuns.
15531 (tramp-advice-PC-expand-many-files): New defadvice.
15532 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15533 removed.
15534 (tramp-handle-expand-file-name): Remove double slash.
15535 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15536 It doesn't matter, because it will be converted later on.
15537 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15538 implementation was just heuristic.
15539 (tramp-post-connection): Set uid and gid properties.
15540 (tramp-convert-file-attributes): Set file's gid change bit.
15541 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15542 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15543 in case of su(do)? methods. The home directory of the local user
15544 will be taken else.
15545 (tramp-open-connection-telnet)
15546 (tramp-open-connection-rsh, tramp-open-connection-su)
15547 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15548 local shell prompt could hurt. Reported by Romain Francoise
15549 <romain@orebokech.com>.
15550 (tramp-let-maybe): Add `edebug-form-spec' property.
15551 (tramp-handle-expand-file-name): Bind `default-directory' locally
15552 to "/" in order to avoid problems with UNC shares or Cygwin
15553 mounts.
15554 (tramp-md5-function): Fix typo in error message.
15555
15556 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15557
15558 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15559 for byte-compiler pacification.
15560
15561 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15562
15563 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15564 ID-FORMAT `string'. This allows us to get rid of
15565 `vc-user-login-name UID'.
15566
15567 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15568
15569 2006-01-22 John Paul Wallington <jpw@pobox.com>
15570
15571 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15572
15573 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15574
15575 * emacs-lisp/find-func.el (find-definition-noselect)
15576 (find-variable-noselect): Search variables in C source code too.
15577 (find-function-C-source, find-function-noselect, find-function)
15578 (find-function-other-frame, find-variable-noselect, find-variable)
15579 (find-variable-other-frame, find-variable-at-point):
15580 Fix docstrings.
15581
15582 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
15583
15584 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15585
15586 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15587
15588 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15589 Default to disabling the "Save affix" question.
15590
15591 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15592
15593 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15594 the first arg to run-python.
15595
15596 2006-01-21 Eli Zaretskii <eliz@gnu.org>
15597
15598 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15599 is not loaded.
15600
15601 2006-01-20 Jay Belanger <belanger@truman.edu>
15602
15603 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15604 limit is 0.
15605
15606 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15607 the correct variable.
15608
15609 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
15610
15611 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15612 link. Fixed buggy argument sequence in call to `org-view-tags'.
15613 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15614 (org-prefix-has-tag): New variable.
15615 (org-format-agenda-item): Remove tags from headline if
15616 appropriate.
15617 (org-agenda-remove-tags-when-in-prefix): New option.
15618 (org-get-tags-at): New function.
15619
15620 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
15621
15622 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
15623 (thumbs-find-image): Move image name and number from buffer name
15624 to mode name. Set thumbs-buffer. Preserve point so that large
15625 images remain visible.
15626 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15627 order.
15628 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
15629 mode name.
15630 (thumbs-next-image, thumbs-previous-image): Make them work.
15631
15632 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
15633
15634 * cus-edit.el (custom-buffer-create-internal): State in the text above
15635 the whole buffer buttons that they do not operate on hidden items.
15636 (custom-face-menu): Use `custom-face-save' instead of
15637 `custom-face-save-command'.
15638 (custom-face-save-command): Make it an alias for `custom-face-save'
15639 and declare it obsolete.
15640 (custom-face-save): Doc fix.
15641
15642 * dired.el (dired-no-confirm): Add quote.
15643 (dired-subdir-alist-pre-R): Add quote in
15644 `make-variable-buffer-local' form and remove unbalanced parenthesis.
15645
15646 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * textmodes/table.el (table-mode-indicator): Typo in last change.
15649
15650 2006-01-19 Richard M. Stallman <rms@gnu.org>
15651
15652 * outline.el (hide-leaves): Don't call outline-end-of-heading.
15653 Fixes bug reported in Nov 2005.
15654
15655 * isearch.el (isearch-forward): Doc fix.
15656
15657 * dired.el (dired-move-to-filename-regexp): Define as alias.
15658 (dired-no-confirm): Use defcustom.
15659 (dired-subdir-alist-pre-R): Put defvar at top level.
15660
15661 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15662
15663 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15664 Mark as risky.
15665
15666 * simple.el (set-mark-command): Doc fix.
15667 (clone-indirect-buffer-other-window):
15668 Read arg like clone-indirect-buffer.
15669 (move-beginning-of-line): Skip invisible newlines.
15670
15671 2006-01-19 Masatake YAMATO <jet@gyve.org>
15672
15673 * progmodes/cpp.el (cpp-edit-load): Make the order of
15674 listed conditions in a base C code buffer and its associate
15675 CPP Edit buffer the same.
15676
15677 2006-01-19 Kenichi Handa <handa@m17n.org>
15678
15679 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15680 (rmail-mime-feature): Likewise.
15681 (rmail-require-mime-maybe): Use display-warning to show a warning
15682 message.
15683
15684 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15685 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15686
15687 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 * array.el: Move defvars out of eval-when-compile.
15690 (array-make-template): Replace undeclared global var with a local one.
15691 (array-mode): Inline initialization functions.
15692 (array-init-local-variables, array-init-max-row)
15693 (array-init-max-column, array-init-columns-per-line)
15694 (array-init-field-width, array-init-rows-numbered)
15695 (array-init-line-length, array-init-lines-per-row): Remove.
15696
15697 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
15698 (doc-mode-map): Define explicitly.
15699 (doctor-txtype): Use mapc.
15700
15701 * textmodes/table.el: Move defvars out of eval-when-compile.
15702 Remove harmful code meant to avoid byte-compiler warnings.
15703 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
15704 specification that checks table-fixed-width-mode directly.
15705 (table-recognize-region, table-recognize-cell):
15706 Use restore-buffer-modified-p.
15707 (table-fixed-width-mode): Remove code that refreshes
15708 table-fixed-mode-indicator.
15709 (*table--cell-describe-bindings, *table--cell-describe-mode):
15710 Avoid obsolete name print-help-return-message.
15711 (table--test-cell-list): Don't use replace-regexp from elisp.
15712 (table--point-entered-cell-function, table--point-left-cell-function):
15713 Don't set table-fixed-mode-indicator, use force-mode-line-update.
15714
15715 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
15716 that was after the end of file. Use buffer-file-name variable.
15717 (org-timestamp-change): Use with-current-buffer.
15718 (org-todo-list): Don't unnecessarily define a new buffer-local var.
15719 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15720 `file'.
15721
15722 * progmodes/fortran.el: Move defvars out of eval-when-compile.
15723 (fortran-break-line): Remove unused var `opoint'.
15724 (fortran-abbrev-start): Obey help-event-list.
15725
15726 2006-01-18 Jesper Harder <harder@phys.au.dk>
15727
15728 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15729
15730 2006-01-18 Masatake YAMATO <jet@gyve.org>
15731
15732 * progmodes/make-mode.el (makefile-imake-mode): New mode
15733 derived from makefile-mode.
15734 (makefile-imake-mode-syntax-table): New syntax table
15735 derived from makefile-mode-syntax-table.
15736 (makefile-mode): Write about makefile-imake-mode in doc string.
15737 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15738 (makefile-imake-font-lock-keywords): New font lock keywords.
15739
15740 * files.el (auto-mode-alist): Add Imakefile.
15741
15742 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
15743
15744 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15745 loading the file rather than when turning on flyspell-mode.
15746
15747 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
15748
15749 * cus-edit.el (customize-rogue): Minor doc fix.
15750
15751 2006-01-17 Juri Linkov <juri@jurta.org>
15752
15753 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15754 instead of the file at the mark as default if the file at the mark
15755 is the same as the file at point or if dired-dwim-target-directory
15756 is not the same as the current directory and the mark is not active.
15757
15758 * log-view.el (log-view-minor-wrap): Use the same logic to get
15759 revisions as `log-view-diff'.
15760
15761 * info.el (Info-revert-find-node): Check for Info-current-file
15762 before preserving new-history.
15763
15764 * man.el (Man-heading-regexp): Add `/'.
15765
15766 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15767 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15768
15769 2006-01-16 Juri Linkov <juri@jurta.org>
15770
15771 * faces.el (mode-line-faces): New defgroup.
15772 (mode-line-highlight): Move definition after new defgroup.
15773 (mode-line, mode-line-inactive, mode-line-highlight):
15774 Replace :group `modeline' with `mode-line-faces'.
15775 (mode-line-buffer-id): New face.
15776 (modeline-buffer-id): New face alias.
15777 (vertical-border): Remove :group `modeline'.
15778
15779 * bindings.el (propertized-buffer-identification): Use face
15780 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15781 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15782 (mode-line-buffer-identification-keymap): For mouse-1 replace
15783 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15784 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15785 mouse-3.
15786
15787 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15788 Buffer-menu-buffer. Doc fix.
15789 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15790 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15791 `Buffer-menu-buffer'.
15792
15793 * info.el (Info-mode-line-node-keymap): New defvar.
15794 (Info-set-mode-line): Use `stringp' to check Info-current-file.
15795 Propertize Info-current-node with `mode-line-buffer-id' and
15796 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15797
15798 * time.el (display-time-mail-face): Replace :group `faces' with
15799 `mode-line-faces'.
15800
15801 2006-01-16 Kenichi Handa <handa@m17n.org>
15802
15803 * international/code-pages.el: Add autoload cookies for cp125[0345678].
15804
15805 * language/european.el (cp1252): New alias for windows-1252.
15806
15807 * international/mule.el (autoload-coding-system): Prepare for EOL
15808 variants.
15809
15810 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
15811
15812 * term.el (term-raw-map): Add mapping for insert.
15813 (term-send-insert): New.
15814 (term-mode): Make variables local here instead of doing it in
15815 `term-emulate-terminal'.
15816 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15817 Scroll reverse needs to take into account the scroll region.
15818 Saving and restoring the cursor should save the color attributes too.
15819 (term-reset-terminal): Reset the scroll region.
15820 (term-handle-ansi-escape): Cursor up and down should take into
15821 account the scroll region.
15822 (term-set-scroll-region): Rename from `term-scroll-region'.
15823 Move to 0,0 after setting the region.
15824 (term-handle-scroll): Handle scroll up.
15825 (term-down): Fix off by one error.
15826 (term-delete-lines): Do not delete outside the scroll region.
15827 (term-insert-lines): Take into account the scroll region.
15828
15829 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * textmodes/ispell.el (ispell-internal-change-dictionary)
15832 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15833 (start, end): Move declaration outside of eval-when-compile.
15834
15835 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15836 (flyspell-mode-on): Use it.
15837
15838 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15839 ispell-kill-ispell-hook.
15840
15841 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
15842
15843 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15844 (Custom-reset-saved): Do not ask for confirmation in single option
15845 buffers.
15846
15847 2006-01-13 Richard M. Stallman <rms@gnu.org>
15848
15849 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15850
15851 2006-01-13 Romain Francoise <romain@orebokech.com>
15852
15853 * add-log.el (add-change-log-entry, change-log-merge):
15854 Conditionally use `hard-newline'.
15855
15856 2006-01-13 Martin Rudalics <rudalics@gmx.at>
15857
15858 * wid-edit.el (widget-field-end): If the overlay is no longer
15859 associated with a buffer, behave as if the overlay didn't exist.
15860
15861 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15862 Make sure the links use the `custom-link' face.
15863
15864 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15865
15866 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15867 (ld-script-mode): Don't set indent-line-function since we don't
15868 have one.
15869
15870 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
15871
15872 * textmodes/org.el (org-open-file): Use mailcap for selecting an
15873 application.
15874 (org-file-apps-defaults-gnu): Use mailcap as the default for
15875 selecting an application on a UNIX system.
15876 (org-agenda-show-tags): New command.
15877 (org-table-insert-hline): Keep cursor in current table line.
15878 (org-table-convert): Offset effect of modifying
15879 `org-table-insert-hline'.
15880 (org-format-agenda-item): New optional argument TAG.
15881 (org-compile-prefix-format): Handle %T format for the tag.
15882 (org-expand-wide-chars): New function.
15883 (org-table-insert-row, org-table-insert-hline):
15884 Use `org-expand-wide-chars'.
15885 (org-open-file): Fix bug in program launch.
15886 (org-get-time-of-day): Fix bug with times before 1am.
15887 (org-agenda-menu): Add tags commands.
15888
15889 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
15890
15891 * textmodes/ispell.el (ispell-init-process): Include the used
15892 dictionary in ispell process start message.
15893 (ispell-internal-change-dictionary): When flyspell-mode is active
15894 and dictionary is changed, make sure ispell process is restarted
15895 and flyspell word cache cleared out for the current buffer.
15896 (ispell-change-dictionary): Make sure flyspell word cache is
15897 cleared out in all buffers with active flyspell mode when
15898 dictionary is globally changed.
15899 Call ispell-internal-change-dictionary after dictionary change.
15900
15901 2006-01-13 Eli Zaretskii <eliz@gnu.org>
15902
15903 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15904
15905 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15906 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15907 years. Fix small differences wrt Makefile.in.
15908 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15909 Makefile.in does.
15910
15911 2006-01-12 Bill Wohler <wohler@newt.com>
15912
15913 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15914 mh-search.el.
15915
15916 2006-01-12 Masatake YAMATO <jet@gyve.org>
15917
15918 * progmodes/ld-script.el: Update copyright year.
15919
15920 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
15921
15922 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15923 Don't add widget if setting undefined.
15924
15925 2006-01-12 John Paul Wallington <jpw@pobox.com>
15926
15927 * help-fns.el (describe-variable): Remove newlines from void
15928 variable output.
15929
15930 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
15931
15932 * wdired.el (wdired-mode-map): Add help echo for
15933 wdired-abort-changes.
15934
15935 * man.el (Man-file-name-regexp): Adjust for a list of files.
15936
15937 2006-01-12 Masatake YAMATO <jet@gyve.org>
15938
15939 * progmodes/ld-script.el (auto-mode-alist): Support
15940 suffix conventions used in netbsd and eCos.
15941
15942 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
15943
15944 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15945 (custom-variable-menu, custom-face-menu, custom-group-menu)
15946 (Custom-mode-menu): Change names of menu items. (As discussed on
15947 emacs-devel.)
15948 (custom-face-menu): Add "Undo Edits" item.
15949
15950 * startup.el (init-file-user): defcustom -> defvar.
15951
15952 * tooltip.el (tooltip-mode): Doc fix.
15953
15954 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15955
15956 * reveal.el (reveal-post-command): window-buffer signals an error on
15957 dead windows rather than returning nil.
15958 (reveal-open-new-overlays): An overlay might die while we open others.
15959
15960 2006-01-11 Bill Wohler <wohler@newt.com>
15961
15962 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15963 phrasing in docstring.
15964
15965 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15966 can give some systems gas. Add new file mh-buffers.el.
15967
15968 2006-01-06 Masatake YAMATO <jet@gyve.org>
15969
15970 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15971 C preprocessor forward ported from GNU Emacs 21.2.
15972
15973 * progmodes/asm-mode.el (asm-font-lock-keywords):
15974 Use `cpp-font-lock-keywords'.
15975
15976 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15977
15978 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15979 of $ for "\\.ld[s]?".
15980
15981 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15984 (tcl-indent-line): Return `noindent' if inside a string.
15985
15986 * progmodes/flymake.el (flymake-split-string): Remove more than one
15987 empty string at beg/end of the result.
15988 (flymake-find-buildfile, flymake-find-possible-master-files):
15989 Use expand-file-name.
15990 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15991 since expand-file-name does it for us. Use directory-file-name.
15992 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15993 (flymake-ler-get-type, flymake-ler-get-text)
15994 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
15995 (flymake-current-line-no): Remove spurious interactive spec.
15996 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15997 (flymake-check-include): Remove arg inc-path merged into inc-name.
15998 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15999 Arg regexp-list replaced by a simple regexp.
16000 (flymake-master-make-header-init, flymake-master-tex-init):
16001 Correspondingly replace regexp-list with a regexp. Fix regexp.
16002
16003 2006-01-10 Simon Josefsson <jas@extundo.com>
16004
16005 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16006 describing AUTH PLAIN fix.
16007
16008 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16009
16010 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16011 (report-emacs-bug): Don't record initial prompt text.
16012 Instead, add text properties to prompting text.
16013 (report-emacs-bug-hook): Delete prompting text.
16014
16015 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16016
16017 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16018 `dirs'. Adjust callers.
16019
16020 2006-01-09 John Paul Wallington <jpw@gnu.org>
16021
16022 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16023
16024 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * reveal.el (reveal-open-new-overlays): New extracted fun.
16027 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16028 using them. Simplify the code.
16029 (reveal-post-command): Use them. Fix up obsolete windows in
16030 reveal-open-spots.
16031
16032 * progmodes/flymake.el: Use `require' rather than autoload for
16033 XEmacs's overlays.
16034 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16035 Delete. Use file-relative-name instead.
16036 (flymake-get-syntax-check-program-args, flymake-perl-init):
16037 Simplify the resulting code.
16038
16039 * log-view.el (log-view-file-re, log-view-message-re): Add support
16040 for DaRCS output.
16041
16042 2006-01-09 Alex Schroeder <alex@gnu.org>
16043
16044 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16045 identifiers sometimes added in square brackets at the beginning of
16046 subject lines.
16047
16048 2006-01-07 Richard M. Stallman <rms@gnu.org>
16049
16050 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16051 (Custom-reset-current, Custom-reset-saved): Change question text.
16052 (Custom-reset-standard): Likewise.
16053 (custom-variable-reset-saved): Doc fix.
16054
16055 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16056
16057 * startup.el (init-file-user): Doc fix.
16058
16059 2006-01-07 Alex Schroeder <alex@gnu.org>
16060
16061 * mail/rmail.el (rmail-current-subject): New function.
16062 (rmail-current-subject-regexp): New function.
16063 (rmail-next-same-subject): Use it.
16064
16065 * mail/rmailsum.el (rmail-summary-by-topic):
16066 Use rmail-current-subject and rmail-current-subject-regexp.
16067 (rmail-summary-next-same-subject): Ditto.
16068
16069 * net/rcirc.el (rcirc-send-input): No longer check whether the
16070 process is open, since not all commands need an open process.
16071 (rcirc-send-string): Check whether the process is open before
16072 sending anything.
16073 (rcirc-ignore-list): New option.
16074 (rcirc-ignore-list-automatic): New variable.
16075 (rcirc-print): Take rcirc-ignore-list into account.
16076 (rcirc-cmd-ignore): New command.
16077 (rcirc-ignore-update-automatic): New function.
16078 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16079 list if ignored nicks.
16080 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16081
16082 2006-01-06 David Reitter <david.reitter@gmail.com>
16083
16084 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16085 reflect the address to which the report will be sent.
16086
16087 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16088
16089 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16090 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16091
16092 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16093
16094 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16095
16096 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16097 the doc string: "functoin" => "function".
16098 * ldefs-boot.el: Likewise.
16099
16100 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16101 message text: "Duplicat" => "Duplicate".
16102
16103 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16104
16105 * files.el (basic-save-buffer-2): If backing-up failed, reset
16106 buffer-backed-up to nil.
16107
16108 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16109
16110 * progmodes/gud.el (gdb-script-skip-to-head)
16111 (gdb-script-calculate-indentation): Indent for breakpoint command
16112 lists also.
16113
16114 2006-01-05 Bill Wohler <wohler@newt.com>
16115
16116 * Makefile.in (compile-always): Add mh-autoloads dependency.
16117 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16118 provides it.
16119 (updates): Remove mh-autoloads dependency, since it probably has
16120 already run recently (via recompile).
16121
16122 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16125 argument `force' to disable the flyspell-last-buffer optimization.
16126 (flyspell-mode-on): Use it.
16127
16128 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16129 flymake-simple-cleanup.
16130 (flymake-allowed-file-name-masks): Use this new default.
16131 All the functions are now called in the right buffer rather than
16132 passing the buffer as argument.
16133 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16134 (flymake-parse-err-lines): Remove redundant buffer arg.
16135 (flymake-get-program-dir): Comment out unused function.
16136 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16137 Remove redundant buffer argument.
16138 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16139 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16140
16141 2006-01-05 Richard M. Stallman <rms@gnu.org>
16142
16143 * info.el (Info-find-node): Don't record previous node if have none.
16144 (info): Go to directory only if history is empty.
16145
16146 * simple.el (mark): Doc fix.
16147
16148 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16149
16150 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16151 already of desired type.
16152 (mac-ae-list): Coerce parameter to "list" type.
16153 (mac-dispatch-apple-event): Replace cadr part of event with a
16154 dummy position so that event-start returns it.
16155
16156 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16157
16158 * textmodes/org.el (org-end-of-subtree): New function.
16159 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16160 Use `org-end-of-subtree'.
16161 (org-agenda, org-agenda-convert-date): Protect calls to
16162 `fit-window-to-buffer'.
16163 (org-tags-view): Force matching of sublevels when doing a
16164 todo-only search. Define the correct redo command, including the
16165 arguments.
16166 (org-agenda-redo): Display message.
16167 (org-check-for-org-mode): New function.
16168 (org-agenda-type): New variable.
16169 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16170 Set `org-agenda-type'.
16171 (org-agenda-check-type): New function.
16172 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16173 (org-agenda-week-view, org-agenda-day-view)
16174 (org-agenda-next-date-line, org-agenda-previous-date-line)
16175 (org-agenda-log-mode, org-agenda-toggle-diary)
16176 (org-agenda-toggle-time-grid, org-agenda-date-later)
16177 (org-agenda-date-prompt, org-agenda-diary-entry)
16178 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16179 (org-agenda-convert-date, org-agenda-menu):
16180 Use `org-agenda-check-type'.
16181 (org-make-overlay, org-delete-overlay)
16182 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16183 New compatibility functions.
16184 (org-calendar-select-mouse): New command.
16185
16186 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16189 (Custom-reset-standard): Fix y-or-n-p messages.
16190 (custom-link): New face for links.
16191 (custom-buffer-create-internal, custom-manual): Use it.
16192 (custom-face-save): Push to theme-face before setting face spec.
16193
16194 * wid-edit.el (widget-default-mouse-face-get): New function.
16195 (widget-specify-button): Handle mouse-face like button-face.
16196
16197 * custom.el (load-theme): Clear old theme settings if reloading.
16198
16199 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16200
16201 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16202 "Erase Customization" button back to same position it occupies in
16203 the individual State menus.
16204
16205 2006-01-04 Kim F. Storm <storm@cua.dk>
16206
16207 * wid-edit.el (key-sequence): Rework widget to read key binding
16208 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16209 (widget-key-sequence-default-value): Default value for empty sequence.
16210 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16211 (widget-key-sequence-read-event): New command for C-q.
16212 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16213 (widget-key-sequence-value-to-external): New functions.
16214
16215 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16218 Use expand-file-name.
16219 (flymake-delete-temp-directory): Use expand-file-name,
16220 file-name-directory, and directory-file-name.
16221 (flymake-strrchr): Delete.
16222 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16223 to the init-f function.
16224 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16225 (flymake-init-find-buildfile-dir)
16226 (flymake-init-create-temp-source-and-master-buffer-copy)
16227 (flymake-simple-make-init-impl, flymake-simple-make-init)
16228 (flymake-master-make-init, flymake-master-make-header-init)
16229 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16230 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16231 (flymake-xml-init): Remove corresponding redundant buffer argument.
16232 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16233 the default anyway. Clean up regexps.
16234
16235 * progmodes/flymake.el (flymake-temp-source-file-name)
16236 (flymake-master-file-name, flymake-temp-master-file-name)
16237 (flymake-base-dir): New buffer-local vars.
16238 (flymake-buffer-data, flymake-get-buffer-value)
16239 (flymake-set-buffer-value): Replace those hash-tables by the new
16240 buffer-local vars. Update callers.
16241
16242 * progmodes/flymake.el (flymake-check-start-time)
16243 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16244 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16245 Move definition, so we can remove redundant earlier declaration.
16246 (flymake-replace-regexp-in-string, flymake-split-string)
16247 (flymake-get-temp-dir): Use defalias.
16248 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16249 (flymake-xemacs-window-edges): Remove unused function.
16250 (flymake-get-point-pixel-pos): Move.
16251 (flymake-pid-to-names, flymake-reg-names)
16252 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16253 Replace by a simple list flymake-processes and by process-buffer.
16254 Update callers. Other than simplify the code, it uses buffers rather
16255 than buffer-names so it doesn't get confused by uniquify.
16256 (flymake-buffer-data): The global value should just be nil.
16257
16258 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16259 Optimize the body of a defalias like any other code.
16260
16261 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16262 Make sure we've setup font-lock's vars. It may influence which
16263 function we then call.
16264 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16265 here since it's too late anyway.
16266
16267 2006-01-03 Romain Francoise <romain@orebokech.com>
16268
16269 * startup.el (fancy-splash-tail, normal-splash-screen):
16270 Update copyright year.
16271
16272 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16273
16274 * mouse.el (mouse-drag-track): Rename, from
16275 `mouse-drag-region-1'. Includes optional argument required to
16276 enable post-drag event processing (e.g. delete region keys).
16277 Can be used without this argument to track a mouse region and operate
16278 on it as soon as the drag completes.
16279 (mouse-drag-region): Use `mouse-drag-track'.
16280
16281 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16282
16283 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16284 Move to `custom-buffer' group.
16285
16286 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16287 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16288 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16289 (custom-theme-face-menu): New variables.
16290 (custom-theme-add-variable, custom-theme-variable-action)
16291 (custom-variable-reset-theme, custom-theme-delete-variable)
16292 (custom-face-reset-theme, custom-theme-face-action)
16293 (custom-theme-delete-face, custom-theme-merge-theme)
16294 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16295
16296 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16297
16298 * custom.el: Move Custom Themes commentary to start of theme code.
16299 (custom-known-themes): Rename `standard' theme to `changed'.
16300 (custom-push-theme): Caller no longer specifies what theme to use
16301 when doing `reset'---the setting is simply removed from the theme.
16302 Delete MODE from `theme-value' and `theme-settings' properties.
16303 (custom-declare-theme): Ignore &rest args since we don't use them.
16304
16305 (custom-loaded-themes): Delete variable.
16306 (custom-theme-load-themes, custom-theme-loaded-p)
16307 (custom-theme-value): Delete functions.
16308
16309 (custom-declare-theme): Signal error on invalid theme names.
16310 (provide-theme): custom-loaded-themes was deleted.
16311 (load-theme): Load the file unconditionally.
16312 (enable-theme): Call `load-theme' if theme is undefined.
16313 (custom-enabled-themes): Only update value for successful loads.
16314 (disable-theme): Complete from enabled themes when interactive.
16315 (custom-variable-theme-value): Calculate theme value directly.
16316
16317 (custom-theme-reset-variables, custom-reset-variables): Mark as
16318 XEmacs compatibility functions. We don't actually use these.
16319
16320 * cus-edit.el (custom-variable-state-set):
16321 Use custom-variable-theme-value instead of custom-theme-value.
16322 (custom-face-state-set): Rename `standard' theme to `changed'.
16323 (custom-save-variables, custom-save-faces): Delete unneeded
16324 references to custom-reset-variables.
16325 (custom-save-resets): Delete function.
16326 (custom-save-variables, custom-save-faces): MODE argument deleted.
16327 (custom-save-variables, custom-save-faces): Ignore theme values.
16328
16329 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16330 compatibility function.
16331
16332 2006-01-01 Richard M. Stallman <rms@gnu.org>
16333
16334 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16335 (Custom-reset-current, Custom-reset-saved): Likewise.
16336 (Custom-reset-standard): Show message if aborted.
16337 (custom-mode): Doc fix, describing those commands.
16338
16339 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16340 put on event-kind property.
16341
16342 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * custom.el (provide-theme): Ban `user' theme name.
16345 (custom-enabling-themes): New variable.
16346 (enable-theme): Don't enable user if custom-enabling-themes is t.
16347 (custom-enabled-themes): Make it a defcustom.
16348 (custom-theme-recalc-face): No-op if face is undefined.
16349
16350 * cus-edit.el (custom-button-mouse): New variable.
16351 (custom-button-mouse): New face.
16352 (custom-raised-buttons, custom-mode): Use it.
16353
16354 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16355
16356 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16357
16358 * progmodes/gud.el (gud-display-line): Support hl-line in the
16359 source buffer.
16360
16361 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16362
16363 * mouse.el (mouse-drag-window-above): Verify that the found window
16364 overlaps with the given window in the horizontal dimension.
16365
16366 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16367
16368 * Makefile.in (cvs-update): New target.
16369
16370 * makefile.w32-in (cvs-update): Ditto.
16371
16372 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16375 (custom-new-theme-mode-map): New variable.
16376
16377 2005-12-30 Richard M. Stallman <rms@gnu.org>
16378
16379 * custom.el (custom-load-themes): Function deleted.
16380
16381 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16382 (custom-save-variables): Don't delete or add custom-load-themes call.
16383
16384 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * cus-start.el: Add `visible-cursor'.
16387
16388 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16389 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16390 (flymake-process-filter): Switch to buffer before calling it instead.
16391 (flymake-post-syntax-check, flymake-highlight-err-lines)
16392 (flymake-delete-own-overlays, flymake-parse-err-lines)
16393 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16394 (flymake-count-lines, flymake-parse-residual):
16395 Remove constant buffer argument.
16396 (flymake-start-syntax-check-for-current-buffer): Remove.
16397 Update callers to use flymake-start-syntax-check instead.
16398 (flymake-display-err-menu-for-current-line):
16399 Remove unused var `mouse-pos'.
16400 (flymake-restore-formatting): Comment out unused function.
16401 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16402 argument, use current-buffer instead. Update callers.
16403
16404 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16405
16406 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16407 buffer-local because choose-completion-delete-max-match requires
16408 that we set completion-ignore-case (i.e., binding via let is not
16409 sufficient).
16410 (bibtex-complete): Always set completion-ignore-case and
16411 choose-completion-string-functions. The latter is needed because
16412 choose-completion-string-functions keeps its value if we quit the
16413 *Completions* buffer without requesting a completion.
16414
16415 2005-12-30 Andreas Schwab <schwab@suse.de>
16416
16417 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16418
16419 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16420
16421 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16422
16423 2005-12-30 Juri Linkov <juri@jurta.org>
16424
16425 * locate.el (locate-fcodes-file, locate-header-face)
16426 * progmodes/delphi.el (delphi-other-face)
16427 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16428
16429 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16430 group `paren-showing-faces'.
16431
16432 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16433 (goto-address): Fix docstring.
16434
16435 * net/webjump.el (webjump-sample-sites): Update URLs.
16436
16437 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16438
16439 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16440
16441 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16442
16443 * font-lock.el (font-lock-compile-keywords): Signal an error when
16444 font-lock-set-defaults hasn't been called.
16445
16446 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16447
16448 * subr.el (noreturn, 1value): Doc fixes.
16449
16450 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16451
16452 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16453 that assoc-string returns nil.
16454
16455 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16456
16457 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16458 (bibtex-entry-type-str, bibtex-empty-field-re)
16459 (bibtex-search-backward-string, bibtex-preamble-prefix)
16460 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16461 (bibtex-any-valid-entry-type): New variable.
16462 (bibtex-parse-field-name): Simplify.
16463 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16464 (bibtex-preamble-prefix): Include left delimiter.
16465 (bibtex-search-forward-field, bibtex-search-backward-field):
16466 Allow unbounded search past entry boundaries (required by bibtex-pop).
16467 (bibtex-text-in-field-bounds): Use push.
16468 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16469 (bibtex-parse-preamble, bibtex-valid-entry)
16470 (bibtex-beginning-first-field): New functions.
16471 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16472 (bibtex-map-entries): Fix docstring.
16473 (bibtex-flash-head): New arg prompt. Simplify.
16474 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16475 (bibtex-insert-kill): Simplify. Always insert text past the
16476 current field or entry.
16477 (bibtex-format-entry): Use bibtex-parse-field.
16478 (bibtex-pop): Use bibtex-beginning-of-entry and
16479 bibtex-end-of-entry to initiate the search. Insert empty field if
16480 we found ourselves.
16481 (bibtex-print-help-message): New args field and comma.
16482 Handle entry keys.
16483 (bibtex-make-field): Use bibtex-beginning-of-entry.
16484 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16485 invalid entry.
16486 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16487 Handle preambles. Simplify code for thorough test.
16488 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16489 New arg comma. Handle entry heads.
16490 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16491 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16492 New arg comma.
16493 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16494 (bibtex-fill-field): Simplify.
16495 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16496 bibtex-parse-field.
16497 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16498 (bibtex-complete): Use bibtex-parse-preamble.
16499
16500 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16501
16502 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16503 Display name of expression instead of convenience variable.
16504 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16505
16506 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16507 toggle-gud-tooltip-dereference.
16508 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16509 (gud-tooltip-tips): ...here when dereferencing.
16510
16511 2005-12-28 Bill Wohler <wohler@newt.com>
16512
16513 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16514
16515 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16516
16517 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16518 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16519 (vc-annotate-display-autoscale): Adjust call.
16520 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16521 Fix interactive spec.
16522 (vc-annotate-time-span): Remove.
16523 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16524 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16525 (vc-annotate-display-select): Use new name.
16526
16527 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16528 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16529 Correct the construction of span entries. Simplify.
16530 (vc-annotate-display-select): Fix the nil case.
16531 (vc-annotate): Remove obsolete (and now broken) code.
16532 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16533 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16534
16535 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16536
16537 * subr.el (lazy-completion-table): Correct typo in docstring.
16538
16539 * startup.el (command-line): Use `custom-reevaluate-setting' for
16540 `send-mail-function'.
16541
16542 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16543
16544 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16545
16546 * mail/smtpmail.el (smtpmail-try-auth-methods):
16547 Send credentials together with "AUTH PLAIN" command.
16548
16549 2005-12-27 Richard M. Stallman <rms@gnu.org>
16550
16551 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16552 mouse-2, go back to previously selected window, so it's selected
16553 when mouse-2 command runs.
16554
16555 2005-12-27 Juri Linkov <juri@jurta.org>
16556
16557 * descr-text.el (describe-text-sexp): Use square brackets for
16558 button [Show] to distinguish it from the property value `show'.
16559 (describe-property-list): Use `insert-text-button' with
16560 `help-face' type instead of putting face in quotes, because button
16561 is not created automatically for a list of faces.
16562 (describe-text-properties-1): Put button-type value in quotes to
16563 distinguish from plain text "button".
16564 (describe-char): Display code point values in hex. Don't use
16565 `symbol-name' for `current-input-method' because it is a string.
16566 Use `insert-text-button' with `help-face' type instead of putting
16567 hardcoded face in quotes, because button is not created automatically.
16568
16569 2005-12-27 Richard M. Stallman <rms@gnu.org>
16570
16571 * progmodes/glasses.el (glasses-face): More specific custom type.
16572
16573 * files.el (set-visited-file-name): Doc fix.
16574
16575 * textmodes/flyspell.el (flyspell-external-point-words):
16576 Use local var buffer-scan-pos to advance scan for next misspelling.
16577 Advance it only after we find the misspelling.
16578
16579 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16580
16581 * textmodes/flyspell.el (flyspell-external-point-words):
16582 New criteria for finding the misspelling in the buffer.
16583
16584 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16585
16586 * help-mode.el (help-insert-string): Set help-xref-stack-item
16587 rather than call help-setup-xref.
16588
16589 * descr-text.el (describe-char): Revert previous changes for
16590 optional buffer argument.
16591
16592 2005-12-27 Juri Linkov <juri@jurta.org>
16593
16594 * help-mode.el (help-insert-string): New function. Save buffer
16595 contents in cases where it is impossible to recompute the old contents.
16596
16597 * descr-text.el (describe-char): Set help-xref-stack-item
16598 explicitly after buffer has been generated.
16599
16600 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16601
16602 * cus-start.el (all): Add x-gtk-show-hidden-files.
16603
16604 2005-12-26 Richard M. Stallman <rms@gnu.org>
16605
16606 * replace.el (perform-replace): Calculate match-again
16607 before skipping read-only matches.
16608
16609 * paren.el (paren-showing-faces): New group.
16610 (show-paren-match, show-paren-mismatch): Move to that group.
16611
16612 * button.el (button): Put into group `basic-faces'.
16613
16614 * progmodes/make-mode.el: Remove faces from group `faces'.
16615
16616 * apropos.el (apropos, apropos-value): Doc fix.
16617 (apropos-documentation): Doc fix.
16618
16619 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
16620
16621 * subr.el (lazy-completion-table): Remove argument `args'.
16622
16623 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16624 Don't use the `args' argument of lazy-completion-table.
16625
16626 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
16627
16628 * descr-text.el (describe-char): Add optional argument for buffer.
16629 Set buffer appropriately. Call help-setup-xref.
16630 Suggested by Stefan Monnier.
16631
16632 2005-12-26 Juri Linkov <juri@jurta.org>
16633
16634 * descr-text.el: Require `help-fns' at runtime. Don't require
16635 `button' for byte compilation.
16636 (describe-text-widget): Add `help-echo' for first button.
16637 Use `help-info' for second.
16638 (describe-property-list): Use `help-argument-name' instead of `italic'.
16639 (describe-text-category): Add prompt to interactive spec.
16640 Call `help-setup-xref'.
16641 (describe-char): Use `help-character-set'. Add `help-echo' for
16642 code point. Use `help-input-method'. Remove superfluous insert.
16643
16644 2005-12-25 Richard M. Stallman <rms@gnu.org>
16645
16646 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16647 at point, in case of narrowing.
16648
16649 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16650
16651 * locate.el (locate-header-face): Allow nil in type.
16652
16653 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16654
16655 2005-12-25 Romain Francoise <romain@orebokech.com>
16656
16657 * battery.el (battery-linux-proc-acpi): Also try
16658 `/proc/acpi/thermal_zone/THM0/temperature'.
16659
16660 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
16661
16662 * custom.el (custom-push-theme): Fix docstring.
16663
16664 * cus-edit.el (custom-variable-set, custom-variable-save)
16665 (custom-variable-save): Custom-quote widget values.
16666 (customize-save-variable): Fix custom-push-theme call.
16667
16668 2005-12-24 Eli Zaretskii <eliz@gnu.org>
16669
16670 * w32-fns.el (w32-batch-update-autoloads): New function.
16671
16672 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16673 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16674 from the command line.
16675
16676 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
16677
16678 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
16679 reset means to remove setting from theme entirely. Don't keep
16680 expanding theme-settings list; delete old entries if necessary.
16681
16682 * cus-edit.el (custom-buffer-create-internal): Move "Erase
16683 customization" button one line up.
16684 (custom-themed): New face.
16685 (custom-magic-alist): New value, THEMED, for theme settings.
16686 (custom-variable-state-set, custom-face-state-set):
16687 Check theme-value instead of saved-value.
16688 (custom-variable-reset-standard, custom-face-reset-standard):
16689 Remove theme setting entirely. Recalculate new values.
16690 (custom-variable-set, custom-variable-set)
16691 (custom-variable-reset-saved, custom-variable-reset-backup)
16692 (custom-face-set, custom-face-reset-saved): Update `user' theme.
16693 (custom-variable-save): Fix typos.
16694
16695 2005-12-23 Juri Linkov <juri@jurta.org>
16696
16697 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16698 Add autoload cookies.
16699 (edebug-outside-d-c-i-n-s-w): New variable.
16700 (edebug-display, edebug-outside-excursion): Use it to save the
16701 original value of default-cursor-in-non-selected-windows.
16702 Set default-cursor-in-non-selected-windows to t while Edebug
16703 is active.
16704 (edebug-mode, edebug-eval-mode): Doc fix.
16705
16706 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16707 with `buffer-substring-no-properties' to remove common substring
16708 highlighting.
16709
16710 * info.el (info-other-window, info): Rename function argument
16711 `file' to `file-or-node'.
16712 (Info-complete-menu-item): Use local variable `complete-nodes' to
16713 keep the global value of `Info-complete-nodes' unchanged for
16714 subsequent completions.
16715 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16716
16717 * simple.el (get-next-valid-buffer, last-buffer)
16718 (next-error-buffer-p, next-error-find-buffer)
16719 (minibuffer-history-sexp-flag): Doc fix.
16720
16721 * savehist.el (savehist-mode-hook): Add `:group'.
16722
16723 * log-view.el: Call autoload for vc-find-version.
16724 (log-view-current-file): Adjust subgroup numbers.
16725 (log-view-current-tag): Add `length'.
16726
16727 2005-12-23 Richard M. Stallman <rms@gnu.org>
16728
16729 * vc.el (vc-annotate-car-last-cons): Defn moved up.
16730
16731 2005-12-23 Juri Linkov <juri@jurta.org>
16732
16733 * hi-lock.el (hi-lock-archaic-interface-message-used)
16734 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16735 (hi-lock-mode): Display "Hi" in the mode line only when
16736 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16737 (hi-lock-write-interactive-patterns):
16738 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16739 (hi-lock-set-pattern, hi-lock-set-file-patterns)
16740 (hi-lock-font-lock-hook): Set 3rd arg `how' of
16741 font-lock-add-keywords to t.
16742
16743 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
16744
16745 * hi-lock.el (hi-lock-highlight-range): New variable.
16746 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16747 only if font-lock-fontified is non-nil. Remove overlays.
16748 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16749 font-lock-fontified is non-nil, otherwise use overlays (instead of
16750 text properties).
16751 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16752 New variables.
16753 (hi-lock-string-serialize): New function.
16754
16755 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16756
16757 * menu-bar.el (menu-find-file-existing): New function.
16758 (menu-bar-file-menu): Use menu-find-file-existing for Open.
16759
16760 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16761
16762 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * vc.el: Remove unnecessary leading * in docstrings.
16765 (vc-annotate-mode-map): Move initialization into declaration.
16766 (vc-static-header-alist): Nitpick on the regexp.
16767 (vc-default-init-version): New fun.
16768 (vc-register): Use it.
16769 (vc-insert-headers): Use dolist.
16770 (vc-annotate-get-backend): Remove unused function.
16771 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
16772 (vc-annotate-mode): Remove corresponding call.
16773 (vc-annotate-car-last-cons): Simplify.
16774 (vc-annotate-buffers): Remove var.
16775 (vc-annotate-backend): Make it buffer-local.
16776 (vc-annotate): Move the interaction to the interactive spec.
16777 Add a `buf' argument.
16778 (vc-annotate-warp-version): Use this new `buf' argument to avoid
16779 killing&creating a vc-annotate buffer, which is very disruptive when
16780 the buffers are shown in dedicated frames.
16781
16782 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
16783
16784 * descr-text.el: Add FSF as maintainer.
16785 (describe-text-mode, describe-text-mode-map)
16786 (describe-text-mode-hook, describe-text-done): Delete. Use normal
16787 help-mode.
16788 (describe-text-widget, describe-text-sexp)
16789 (describe-property-list, describe-text-category)
16790 (describe-text-properties, describe-text-properties-1)
16791 (describe-char): Use help buttons instead of widgets.
16792 (describe-char-unicodedata-file): Make URL link in doc string.
16793
16794 2005-12-22 Richard M. Stallman <rms@gnu.org>
16795
16796 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16797 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16798 Don't include buttons that write a file when there's no file.
16799 (custom-variable-menu, custom-face-menu, custom-group-menu):
16800 Don't include commands that write a file when there's no file.
16801 (customize-browse): Reword the top-of-buffer help intro.
16802 (custom-buffer-create-internal): Fix previous change.
16803 (customize-changed-options-previous-release): Prev release is 21.1.
16804 (customize-changed-options): Doc fix.
16805 (customize-changed): New alias.
16806 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16807 Say "standard values".
16808 (Custom-reset-standard): Doc fix.
16809 (custom-face-reset-standard): Doc fix.
16810
16811 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16812
16813 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16814 even if font-lock-mode is non-nil since it may be t without having
16815 turned on font-lock-mode-internal.
16816 (font-lock-choose-keywords): Minor optimization.
16817 (font-lock-add-keywords, font-lock-remove-keywords)
16818 (font-lock-set-defaults): Don't call make-local-variable on a variable
16819 that we know to already be local.
16820
16821 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16822
16823 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16824 messages if in the minibuffer.
16825
16826 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16829 (tex-mode-flyspell-verify, flyspell-get-word)
16830 (flyspell-external-point-words): Don't use point-min/max uselessly.
16831
16832 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16833 by Kevin Rodgers. Instead, just hide the completions buffer if we
16834 don't need to show it.
16835
16836 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
16837
16838 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16839
16840 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16841
16842 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16843 delete-windows-on with an inexistent buffer.
16844
16845 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
16846
16847 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16848 Delete defcustom variable :tag names.
16849
16850 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
16851
16852 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16853 (log-view-font-lock-keywords): Ajust subgroup numbers.
16854 (log-view-current-tag): Don't hard code the number of subgroups.
16855
16856 2005-12-20 Juri Linkov <juri@jurta.org>
16857
16858 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16859 (tooltip-x-offset, tooltip-y-offset): Doc fix.
16860
16861 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16862 (menu-bar-non-minibuffer-window-p): Instead of checking
16863 display-multi-frame-p, use selected-frame when menu-updating-frame
16864 is nil.
16865
16866 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
16867
16868 * align.el (align-rules-list): Use [ \t] instead of \s-
16869 for column separators in text mode.
16870
16871 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
16872
16873 * help-mode.el (help-customize-variable, help-customize-face):
16874 Don't pop help-xref-stack as help-follow no longer pushes
16875 anything on to it.
16876
16877 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
16878
16879 * textmodes/org.el (org-agenda-custom-commands): New option.
16880 (org-agenda): Offer custom commands on splash screen.
16881 (org-make-tags-matcher): Parser for Boolean logic added.
16882 (org-agenda-set-tags): New command.
16883 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16884 (org-set-tags): Efficiency improvements.
16885 (org-auto-align-tags): New option.
16886 (org-todo, org-demote, org-promote): Realign tags.
16887 (org-tags-completion-function): Use also "&" and "|" as separators.
16888 (org-org-menu): Agenda commands simplified.
16889
16890 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
16891
16892 * cus-edit.el (customize-apropos, customize-apropos-options):
16893 Docstring changes.
16894
16895 * font-lock.el (font-lock): Add tags to the links in the defgroup.
16896
16897 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
16898
16899 * longlines.el (longlines-mode): Wrap while widened.
16900 (longlines-decode-region, longlines-encode-region): Compute max
16901 just once.
16902
16903 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16904
16905 * cus-edit.el (mac): New group.
16906
16907 * cus-start.el (all): Add user options in macterm.c. Add test for
16908 Mac-related built-ins. Fix test for GTK-related built-ins.
16909
16910 * term/mac-win.el (mac-handle-language-change)
16911 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16912 (mac-services-open-selection, mac-services-mail-selection)
16913 (mac-services-mail-to, mac-services-insert-text)
16914 (mac-dispatch-apple-event): Add docstrings.
16915 (x-get-selection, mac-select-convert-to-string): Select coding
16916 system from `utf-16be' and `utf-16le' using `byteorder'.
16917
16918 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * subr.el (lazy-completion-table): Don't be fooled if the var holds
16921 a "list" (lambda ...) rather than a real completion list.
16922
16923 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16924 lexical-let when encountering ((lambda (...) ...) ...).
16925
16926 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16927
16928 * progmodes/sh-script.el (sh-mode):
16929 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16930 * textmodes/picture.el (picture-mode): Update docstrings.
16931
16932 2005-12-17 Eli Zaretskii <eliz@gnu.org>
16933
16934 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16935 commands enclosed in $(ARGQUOTE)s should not be split between two
16936 lines, as that will break with GNU Make >3.80, when sh.exe is used
16937 and arg quoting is with '..'.
16938 (autoloads): Don't break the quoted --eval expression between
16939 several lines.
16940
16941 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16942
16943 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16944 Capture error from printing circular structures.
16945
16946 2005-12-17 Martin Rudalics <rudalics@gmx.at>
16947
16948 * wid-edit.el (widget-checkbox-action): Clear undo info.
16949
16950 2005-12-16 Bill Wohler <wohler@newt.com>
16951
16952 * menu-bar.el (kill-this-buffer): Set a good example by using menu
16953 bar, not menubar in comment.
16954
16955 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16958 After-change-functions should not clobber the match data.
16959
16960 2005-12-16 Juri Linkov <juri@jurta.org>
16961
16962 * simple.el (choose-completion): Use `buffer-substring-no-properties'
16963 instead of `buffer-substring'.
16964 (completion-common-substring): Doc fix.
16965 (completion-setup-function): Use minibuffer-completion-contents
16966 instead of minibuffer-contents. Don't set common-string-length
16967 initially. Remove special handling of partial-completion-mode.
16968 Move computation of completion-base-size into one cond.
16969 Call completion-base-size-function in mainbuf. In computation of
16970 completion-base-size for file name completion don't move point to
16971 the end of the minibuffer. Move computation of common-string-length
16972 into one cond. Start putting faces only when common-string-length>=0.
16973 Add condition to put completions-common-part when
16974 common-string-length>0.
16975
16976 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16977 place point at the first different character in the minibuffer
16978 even if this position is at the beginning of the minibuffer.
16979
16980 * info.el (Info-read-node-name-1): In completion-base-size-function's
16981 lambda return 1 if common-substring or minibuffer-completion-contents
16982 starts with (, and 0 otherwise.
16983
16984 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16985 Use `crm-current-element' for second arg of `display-completion-list'.
16986
16987 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
16988
16989 * files.el (set-auto-mode): Look for an interpreter specified on
16990 the first line also if search for mode specification succeeded,
16991 but the mode is not known.
16992
16993 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
16994
16995 * textmodes/org.el (org-tags-match-list-sublevels): New option.
16996 (org-open-at-point): Implement tag searches as links.
16997 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16998 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16999 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17000 (org-agenda-dispatch): New commands.
17001 (org-use-tag-inheritance, org-tags-column): New options.
17002 (org-tab-follows-link, org-return-follows-link): New options.
17003 (org-tags): New customize group.
17004 (org-start-icalendar-file): Get local time zone.
17005 (org-tags-completion-function): New function.
17006 (org-set-font-lock-defaults): Make sure links will also be
17007 highlighted inside headlines.
17008
17009 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17010
17011 * term.el (term-emulate-terminal):
17012 Let term-handle-ansi-terminal-messages override what Bash says about
17013 its current directory.
17014
17015 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17016
17017 * bindings.el (last-buffer): Move to simple.el.
17018 * simple.el (last-buffer): Move here.
17019 (get-next-valid-buffer): New function.
17020 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17021 (prev-buffer): Ditto. Rename to `previous-buffer'.
17022
17023 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17024 * bindings.el (global-map): Ditto.
17025
17026 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17027
17028 * cus-edit.el: Introductory comment change.
17029 (custom-magic-alist): Change message string for the `rogue' state.
17030
17031 2005-12-15 Richard M. Stallman <rms@gnu.org>
17032
17033 * tooltip.el: Delete defcustom variable :tag names.
17034
17035 * complete.el (partial-completion-mode): Doc fix.
17036
17037 * textmodes/flyspell.el (flyspell-external-point-words):
17038 Use save-excursion to ensure we don't move backward in the
17039 search loop, not even one character.
17040 (flyspell-delete-all-overlays): Use remove-overlays directly.
17041
17042 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17043 (ispell-start-process): Set that variable.
17044 Clear ispell-buffer-local-name.
17045 (ispell-internal-change-dictionary):
17046 Set ispell-current-dictionary after killing process.
17047 (ispell-buffer-local-dict):
17048 Don't set spell-personal-dictionary after killing process.
17049 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17050 (ispell-tex-skip-alists, ispell-html-skip-alists)
17051 (ispell-skip-region-alist): Mark as risky.
17052
17053 * net/newsticker.el (newsticker--retrieval-timer-list)
17054 (newsticker--display-timer, newsticker-running-p)
17055 (newsticker-ticker-running-p): Definitions moved up.
17056
17057 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17058
17059 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17060
17061 2005-12-15 David Ponce <david@dponce.com>
17062
17063 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17064 (recentf-edit-list, recentf-open-files): Signal an error when
17065 there is no recent file.
17066
17067 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17068
17069 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17070 read-only except for texinfo-format-region evaluation.
17071
17072 2005-12-14 Richard M. Stallman <rms@gnu.org>
17073
17074 * vc.el (vc-default-previous-version, vc-default-next-version)
17075 (vc-do-command): Doc fixes.
17076
17077 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17078
17079 * textmodes/bibtex.el (bibtex-expand-strings)
17080 (bibtex-autokey-expand-string, bibtex-name-part)
17081 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17082 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17083 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17084 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17085 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17086 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17087 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17088 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17089 (bibtex-beginning-of-last-entry): Remove.
17090 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17091 message if comma is missing but buffer is read-only.
17092 (bibtex-parse-field-text): Handle whitespaces at the end of field
17093 text. Return 3-element list with beginning and end of field text
17094 and end of field.
17095 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17096 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17097 (bibtex-search-forward-field, bibtex-search-backward-field):
17098 Search always delimited by limits of entry. Use more efficient
17099 search algorithms.
17100 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17101 bibtex-end-of-name-in-field.
17102 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17103 extracting the content of a field.
17104 (bibtex-text-in-field): Use search limits.
17105 (bibtex-parse-string-prefix): Handle empty string keys based on
17106 bibtex-string-empty-key.
17107 (bibtex-parse-string): Fix docstring.
17108 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17109 (bibtex-preamble-prefix, bibtex-strings): New functions.
17110 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17111 BibTeX entries (consistent with other BibTeX functions).
17112 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17113 (bibtex-search-entry): Fix docstring. Simplify.
17114 (bibtex-flash-head, bibtex-complete-string-cleanup)
17115 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17116 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17117 (bibtex-parse-entry): New optional arg content.
17118 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17119 Use bibtex-text-in-field-bounds.
17120 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17121 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17122 bibtex-parse-string-postfix.
17123 (bibtex-find-text-internal): New function.
17124 (bibtex-remove-delimiters): Use it.
17125 (bibtex-find-text): Use it. New optional arg help.
17126 (bibtex-complete): Handle BibTeX string and preamble entries.
17127 (bibtex-Preamble): Fix order of closing delimiters.
17128
17129 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * vc.el (vc-default-revert): New fun.
17132
17133 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17134
17135 2005-12-14 Romain Francoise <romain@orebokech.com>
17136
17137 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17138 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17139 (font-lock-remove-keywords): Likewise.
17140
17141 2005-12-14 Juri Linkov <juri@jurta.org>
17142
17143 * log-view.el (log-view-diff): Doc fix.
17144
17145 * isearch.el (isearch-query-replace): Use (mark) instead of
17146 isearch-opoint if mark is active in transient-mark-mode.
17147
17148 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17149
17150 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17151
17152 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17153
17154 * progmodes/cpp.el (cpp-face): New widget.
17155 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17156
17157 2005-12-14 Juri Linkov <juri@jurta.org>
17158
17159 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17160 around `erase-buffer' and `insert'.
17161
17162 * descr-text.el (describe-text-properties): Replace buffer name
17163 "*Help-2*" with "*Help*<2>".
17164 (describe-char): Add functions print-help-return-message,
17165 toggle-read-only. Use help-setup-xref with nil to not store
17166 describe-char in help-xref-stack. Use help-make-xrefs to
17167 make [back] button.
17168
17169 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17170
17171 * wdired.el (wdired-old-point): New internal variable.
17172 (wdired-change-to-wdired-mode): Set it buffer-locally.
17173 (wdired-abort-changes): Restore point after aborting changes.
17174
17175 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * vc.el (vc-do-command): Add a new value t for okstatus.
17178
17179 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17180 frame in case of errors.
17181
17182 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17183
17184 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17185 so it comes after "On the Left" in the menu.
17186
17187 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17188
17189 * cus-edit.el (customize-apropos, customize-apropos-options)
17190 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17191
17192 2005-12-12 Bill Wohler <wohler@newt.com>
17193
17194 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17195 non-writable Subversion-controlled files by saving window
17196 configuration before calling vc-do-command. vc-do-command calls
17197 pop-to-buffer on error which is unexpected during registration.
17198
17199 2005-12-12 Jay Belanger <belanger@truman.edu>
17200
17201 * calc/README: Update the summary of changes.
17202
17203 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * descr-text.el (describe-char): Rework last fix to solve the problem
17206 is the same way it's solved for everything else in that function
17207 (i.e. by extracting the info before setting up the *Help* buffer).
17208
17209 2005-12-12 Kim F. Storm <storm@cua.dk>
17210
17211 * subr.el (version-regexp-alist): Allow space as separator before
17212 non-numeric part, e.g. "1.0 alpha".
17213 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17214
17215 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17216
17217 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17218 Implement Logging and the keep-modes setting.
17219 (org-get-category): Make sure a string is returned.
17220 (org-log-done): New function.
17221 (org-log-done, org-closed-string): New options.
17222
17223 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17224
17225 * tooltip.el (tooltip-y-offset): Change default to 20.
17226
17227 2005-12-12 Richard M. Stallman <rms@gnu.org>
17228
17229 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17230
17231 * frame.el (display-hourglass): Doc fix.
17232
17233 * help.el (help-for-help-internal): Simplify entry for `a'.
17234
17235 * info.el (Info-on-current-buffer): Doc fix.
17236 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17237
17238 * startup.el (inhibit-splash-screen): Make this the real name.
17239 (inhibit-startup-message): Make this the alias.
17240 (command-line): Find only simple.el, and use its directory
17241 to fill in other preloaded files' names.
17242 (command-line): Deactivate the mark if deactivate-mark is set.
17243
17244 * international/mule.el (load-with-code-conversion):
17245 Bind deactivate-mark.
17246
17247 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17248
17249 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17250
17251 * cus-edit.el (customize-apropos): Avoid listing an option more
17252 than once under different aliases. No longer list user options
17253 that are not defined with defcustom (unless a prefix arg is given).
17254 Doc fix.
17255 (customize-apropos-options): Doc fix.
17256
17257 2005-12-11 Juri Linkov <juri@jurta.org>
17258
17259 * frame.el (set-background-color, set-foreground-color)
17260 (set-cursor-color, set-mouse-color, set-border-color):
17261 Add explicit prompts to read colors by `facemenu-read-color'.
17262 (show-trailing-whitespace, blink-cursor-delay)
17263 (blink-cursor-interval, display-hourglass, hourglass-delay):
17264 Remove tags.
17265 (display-hourglass, hourglass-delay): Doc fix.
17266 (cursor-in-non-selected-windows): Capitalize words in tag.
17267
17268 * faces.el (frame-background-mode): Replace `choice-item' keywords
17269 with `const' to not make [default] button. Change default value tag
17270 from `default' to `automatic'. Doc fix.
17271 (trailing-whitespace) <defface>: Change group `whitespace' to
17272 `whitespace-faces'.
17273
17274 2005-12-11 Richard M. Stallman <rms@gnu.org>
17275
17276 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17277
17278 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17279
17280 * term/mac-win.el: Create keymap for mac-apple-event-map.
17281
17282 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17283
17284 * tooltip.el (tooltip-mode): Move to start of file so that it
17285 appears at top of customize buffer.
17286
17287 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17288 Add the gud groupname.
17289 (gud-tooltip-mode): Add the tooltip groupname.
17290 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17291 avoid conflict with tooltip-use-echo-area.
17292
17293 2005-12-10 Romain Francoise <romain@orebokech.com>
17294
17295 * help.el (help-for-help-internal): Add `r' in doc string.
17296
17297 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17298
17299 * align.el (align-regexp, align-highlight-rule):
17300 Use region-beginning and region-end instead of point and mark, so that
17301 repetition (with `repeat-complex-command') recomputes the region
17302 bounds.
17303
17304 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17305
17306 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17307 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17308 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17309 (balance-windows): Rewrite using the above new functions.
17310
17311 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17312
17313 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17314 react if global-hi-lock-mode seems intended.
17315 (global-hi-lock-mode): Renamed from hi-lock-mode.
17316 (hi-lock-archaic-interface-message-used)
17317 (hi-lock-archaic-interface-deduce): New variables.
17318 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17319 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17320 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17321 Replace hi-lock-buffer-mode with hi-lock-mode.
17322
17323 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17324
17325 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17326 completion list, even after a partial completion has been
17327 inserted in the current buffer. If there are more than 1
17328 completion, redisplay the *Completions* buffer; if the
17329 completion is unique, delete the *Completions* window.
17330
17331 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17332
17333 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17334 strings and long subject lines that were broken into multiple
17335 lines at arbitrary places. Handle subjects that have "Re: " in
17336 the middle.
17337
17338 2005-12-10 John W. Eaton <jwe@octave.org>
17339
17340 * emacs/octave-mod.el (octave-electric-space): Don't indent
17341 comments or strings if octave-auto-indent is nil.
17342
17343 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17344
17345 * term/mac-win.el: Require url when compiling.
17346 Call mac-process-deferred-apple-events after loading init files.
17347 (mac-apple-event-map): New defvar. Define event handlers in it.
17348 (core-event, internet-event): New Apple event class symbols.
17349 (open-application, reopen-application, open-documents)
17350 (print-documents, open-contents, quit-application)
17351 (application-died, show-preferences, autosave-now, get-url):
17352 New Apple event ID symbols.
17353 (about): New HICommand ID symbol.
17354 (mac-event-spec, mac-event-ae): New macros.
17355 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17356 (mac-ae-selection-range, mac-ae-text-for-search)
17357 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17358 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17359 and Services menu events are now defined in mac-apple-event-map.
17360 (mac-drag-n-drop): Remove selection range handling.
17361
17362 2005-12-10 Kenichi Handa <handa@m17n.org>
17363
17364 * simple.el (zap-to-char):
17365 * isearch.el (isearch-process-search-char): Translate CHAR by
17366 translation-table-for-input.
17367
17368 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17369
17370 * foldout.el (foldout-exit-fold): Properly hide subtree.
17371
17372 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17373
17374 * files.el (save-buffer):
17375 * international/ucs-tables.el (ucs-set-table-for-input):
17376 * mail/mail-extr.el (mail-extract-address-components):
17377 * mail/sendmail.el (mail-mode): Reformat doc string.
17378
17379 2005-12-09 Juri Linkov <juri@jurta.org>
17380
17381 * isearch.el (isearch-highlight): Change main overlay priority
17382 from 1 to 1001. Simplify.
17383 (isearch-lazy-highlight-update): Change lazy overlay priority
17384 from 0 to 1000.
17385
17386 * replace.el (replace-highlight): Change overlay priority from
17387 1 to 1001.
17388
17389 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17390 Change overlay priority from 1 to 1001. Reuse existing overlay.
17391
17392 * compare-w.el (compare-windows-highlight): Change overlay
17393 priority from 1 to 1000.
17394
17395 * menu-bar.el (menu-bar-edit-menu): Add listp around
17396 pending-undo-list to disable menu item "undo" when pending
17397 undo list is empty.
17398
17399 * locate.el (locate): Disable undo in *Locate* buffer.
17400
17401 2005-12-09 Kim F. Storm <storm@cua.dk>
17402
17403 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17404
17405 2005-12-09 David Ponce <david@dponce.com>
17406
17407 * recentf.el: Improvement of the menu code.
17408 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17409 instead of menu hook.
17410 (recentf-show-menu, recentf-hide-menu): New functions.
17411 (recentf-menu-customization-changed, recentf-mode): Use them.
17412 (recentf-menu-action, recentf-max-menu-items)
17413 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17414 (recentf-arrange-by-rule-others)
17415 (recentf-arrange-by-rules-min-items)
17416 (recentf-arrange-by-rule-subfilter): Don't use
17417 `recentf-menu-customization-changed'.
17418 (recentf-arrange-rules): Likewise. Accept functions to compute
17419 sub-menu titles.
17420 (recentf-menu-filter): Likewise. Doc fix.
17421 (recentf-menu-value-shortcut): Doc fix.
17422 (recentf-dump-variable): Quote atom value.
17423 (recentf-make-menu-items): Update to use it as a menu filter.
17424 (recentf-match-rule): New function.
17425 (recentf-arrange-by-rule): Use it.
17426 (recentf-indirect-mode-rule): New function.
17427 (recentf-build-mode-rules): Use it.
17428 (recentf-dir-rule): New function.
17429 (recentf-arrange-by-dir): Use it.
17430 (recentf-filter-changer-current): Rename from
17431 `recentf-filter-changer-state'. All references updated.
17432 (recentf-filter-changer-alist): Update filter names.
17433 (recentf-filter-changer-select): New function.
17434 (recentf-filter-changer): Use it. Make a sub-menu from filters
17435 available in `recentf-filter-changer-alist'.
17436 (recentf-data-cache, recentf-clear-data)
17437 (recentf-update-menu): Remove. All references updated.
17438 (recentf-match-rule-p, recentf-build-dir-rules)
17439 (recentf-filter-changer-goto-next)
17440 (recentf-filter-changer-get-current)
17441 (recentf-filter-changer-get-next): Remove.
17442
17443 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17444
17445 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17446 buffer "Reset" button to "Reset to Current" for consistency with
17447 the State buttons.
17448
17449 2005-12-08 John Paul Wallington <jpw@pobox.com>
17450
17451 * ibuf-ext.el (define-ibuffer-filter filename):
17452 If `dired-directory' is a list then really use its car.
17453
17454 2005-12-08 Kim F. Storm <storm@cua.dk>
17455
17456 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17457 Fix indention of text on right side of replaced rectangle.
17458
17459 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17460
17461 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17462 No need to check gud-comint-buffer is bound.
17463 (gdb): Prevent multiple debugging when first session uses gdba.
17464
17465 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17466
17467 CC Mode update to 5.31.
17468
17469 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17470 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17471 We might do this function properly in the future).
17472
17473 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17474 New macros c-sentence-end and c-default-value-sentence end, to cope
17475 with Emacs 22's new function `sentence-end'.
17476
17477 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17478
17479 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17480 compat issue using `c-put-overlay' and `c-delete-overlay'.
17481
17482 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17483 New compat macros to handle overlays/extents.
17484
17485 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17486
17487 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17488 (for GNU Emacs 20.4).
17489
17490 * progmodes/cc-defs.el:
17491 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17492
17493 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17494 highlighting mechanism so it will work in XEmacs too.
17495
17496 * progmodes/cc-defs.el: Insert c-int-to-char.
17497
17498 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17499 call to the new macro c-int-to-char. This solves XEmacs's
17500 regarding characters as different from integers.
17501
17502 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17503
17504 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17505 New internal helper.
17506
17507 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17508 construct to make the indirect face lookup work in XEmacs.
17509
17510 (c-cpp-matchers): Append the negation char face to the existing
17511 fontification, so that the cpp face doesn't disappear.
17512 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17513 and strings.
17514
17515 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17516 to map to `font-lock-negation-char-face' in emacsen where it exists.
17517
17518 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17519
17520 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17521
17522 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17523 Rename "c-subword-move-mode" as "c-subword-mode".
17524
17525 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17526 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17527
17528 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17529
17530 * progmodes/cc-mode.el: Added autoload directive for
17531 `c-subword-move-mode' for use in older emacsen.
17532
17533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17534
17535 * progmodes/cc-mode.el:
17536 (i): Insert a binding for C-c C-backspace into
17537 c-bind-special-erase-keys which works in TTYs.
17538 (ii): Make sure that when file styles are used, any explicitly
17539 given style variables take priority over those in the style.
17540 Do this by calling `hack-local-variables' a second time.
17541
17542 * progmodes/cc-vars.el: Add language specific customization
17543 widgets for AWK to c-doc-comment-style, c-require-final-newline
17544 and c-default-style. Add a defcustom for awk-mode-hook.
17545 Give c-syntactic-element and c-syntactic-context doc-strings by
17546 directly setting their `variable-documentation' propery.
17547 This allows Emacs 22.1 to read these with C-h v.
17548
17549 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17550
17551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17552
17553 * progmodes/cc-fonts.el, cc-vars.el
17554 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17555 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17556 Masatake YAMATO.
17557
17558 (c-doc-comment-style): Made GtkDoc default in C mode.
17559
17560 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17561 and C-c C-<delete>.
17562
17563 (c-bind-special-erase-keys): New function for use on
17564 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17565
17566 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17567 <delete> key behavior in XEmacs according to `delete-forward-p'.
17568 C.f. `c-electric-delete'.
17569
17570 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17571
17572 * progmodes/cc-mode.el: Give c-hungry-backspace and
17573 c-hungry-delete-forward permanent key bindings.
17574
17575 * progmodes/cc-cmds.el (c-electric-semi&comma):
17576 Bind c-syntactic-context for calls to "criteria functions", for
17577 consistency with other calls to user functions.
17578
17579 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17580 `current-prefix-arg', since this might be the prefix arg to a
17581 command which calls c-indent-command as a function. Change the
17582 interactive spec from "p" to "P".
17583
17584 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17585 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17586 was difficult to understand.
17587
17588 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17589
17590 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17591 first char of an identifier.
17592
17593 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17594 +" syntax in C++.
17595
17596 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17597
17598 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17599 auto-fill doesn't split a c-comment's last word from a hanging
17600 "*/" when a space is typed between them after fill-column.
17601
17602 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17603
17604 * progmodes/cc-styles.el (c-set-style)
17605 (c-setup-paragraph-variables): Abort the command if we're not in a
17606 CC Mode buffer.
17607
17608 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17609 with blank comment-prefix, and a blank line as the comment's
17610 second line.
17611
17612 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17613
17614 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17615 Incorporate the patterns added in the Emacs development branch
17616 for the new Emacs 22 face `font-lock-negation-char-face'.
17617
17618 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17619 of "red" since it stands out better in xterms and DOS terminals.
17620
17621 * progmodes/cc-engine.el (c-literal-faces):
17622 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17623
17624 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17625
17626 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17627 forcibly enable c-electric-flag.
17628
17629 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17630 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17631 after the comment-prefix of a C-style comment will close that comment.
17632
17633 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17634
17635 * progmodes/cc-fonts.el (c-basic-matchers-before)
17636 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17637 in Pike.
17638
17639 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17640 digraphs.
17641
17642 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17643 (c-cpp-message-directives, c-cpp-include-directives)
17644 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17645 (c-cpp-expr-directives): Introduce new language constants to
17646 control cpp syntax in a cleaner way.
17647
17648 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17649
17650 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17651
17652 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17653 (c-multiline-string-start-char): New language constants and
17654 variables to specify how newlines in string literals work.
17655
17656 (c-font-lock-invalid-string): Use them.
17657
17658 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17659 unbalanced close brace is entered. Optimization by avoiding going
17660 back over arbitrarily large blocks. Removed hints that this
17661 function only would be relevant/useful in AWK.
17662
17663 (c-electric-brace): Indent syntactically after the cleanups since
17664 lineup functions might do it differently then.
17665
17666 * progmodes/cc-engine.el, cc-langs.el
17667 (c-opt-op-identifier-prefix): New language constant and variable.
17668
17669 (c-just-after-func-arglist-p, c-after-special-operator-id)
17670 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17671
17672 * progmodes/cc-align.el, cc-engine.el
17673 (c-after-special-operator-id): New helper to handle C++ operator
17674 identifiers.
17675
17676 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17677 (c-guess-basic-syntax): Handle C++ operator identifiers in
17678 declarations.
17679
17680 * progmodes/cc-langs.el (c-assignment-operators): Add the
17681 trigraph version of ^= too.
17682
17683 * progmodes/cc-langs.el (c-assignment-operators): Add the
17684 trigraph version of |= in C++.
17685
17686 * progmodes/cc-fonts.el (c-font-lock-declarators):
17687 Handle `c-decl-hangon-kwds' after the identifier name.
17688
17689 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17690 whether an arglist is "nonempty", ignore a comment after the open
17691 paren if it isn't followed by a non-comment token on the same line.
17692
17693 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17694 Enable heuristics below the point to cope with classes inside special
17695 brace lists in Pike.
17696
17697 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17698
17699 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17700
17701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17702
17703 * progmodes/cc-guess.el (cc-guess-install): New function to
17704 install an already guessed style in another buffer.
17705
17706 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17707 sets `inhibit-read-only' - `c-save-buffer-state' should be used
17708 anyway if the change always is undone.
17709
17710 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17711
17712 Implement togglable electricity:
17713
17714 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17715 saying when it should be used.
17716
17717 * progmodes/cc-engine.el: Add the new buffer-local variable,
17718 c-electric-flag.
17719
17720 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17721 c-toggle-auto-newline.
17722
17723 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17724 c-toggle-auto-newline. Remove the binding for
17725 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
17726 c-toggle-electric-state.
17727
17728 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17729
17730 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17731 c-\(forward\|backward\)-subword.
17732 (c-update-modeline): Add the new modeline flag `l' for
17733 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
17734 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17735 Make the old name an alias of the new name.
17736 (c-toggle-electric-state): New function.
17737 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17738 Adapt these functions to do electric things only when
17739 c-electric-flag is non-nil.
17740 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17741 new functions from c-electric-brace.
17742 (c-point-syntax): Add a check for "virtual semicolons" in AWK
17743 mode, so that the tentative extra newline doesn't change the
17744 syntax of the following brace.
17745 (c-electric-brace): Restructure by extracting the above functions.
17746 Tidy up the coding somewhat.
17747 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17748 restructure a bit.
17749
17750 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17751
17752 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17753 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
17754
17755 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17756 (c-submode-indicators): Change name from `c-auto-hungry-string'
17757 since it's now used to track another submode.
17758
17759 (c-update-modeline): Convert to function and extended to check
17760 `c-subword-move-mode'.
17761
17762 (c-forward-into-nomenclature, c-backward-into-nomenclature):
17763 Convert to compat aliases for `c-forward-subword' and
17764 `c-backward-subword'.
17765
17766 * progmodes/cc-subword.el: New functions and minor mode to handle
17767 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17768
17769 (c-forward-subword, c-backward-subword, c-mark-subword)
17770 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17771 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17772 Functions corresponding to the standard word handling functions.
17773
17774 (c-subword-move-mode): Minor mode that replaces all the standard
17775 word handling functions with their subword equivalences.
17776
17777 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17778
17779 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17780 entry for one-liner-defun.
17781
17782 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17783 name in its def-edebug-spec.
17784
17785 * progmodes/cc-cmds.el (c-electric-brace): Make the
17786 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
17787 compacts space before a comment, if this will make things fit on
17788 one line.
17789
17790 Introduce an "awk" style, mainly for auto-newline and clean-ups.
17791
17792 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17793
17794 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17795 clean-up one-liner-defun.
17796
17797 * progmodes/cc-styles.el: Add the new "awk" style.
17798
17799 * progmodes/cc-vars.el: Add description of one-liner-defun to
17800 c-cleanup-list's doc-string. New user options,
17801 c-max-one-liner-length. In c-default-style, set the default style
17802 for AWK to "awk".
17803
17804 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17805
17806 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17807 macros inside labels.
17808
17809 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17810 `c-at-statement-start-p' and `c-at-expression-start-p'.
17811
17812 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17813 error if the mark isn't set.
17814
17815 * progmodes/cc-engine.el (c-guess-continued-construct)
17816 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17817 accurately detect functions inside functions.
17818
17819 * progmodes/cc-engine.el (c-at-expression-start-p): New function
17820 like `c-at-statement-start-p' that additionally recognizes commas
17821 and expression parentheses as delimiters.
17822
17823 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17824 to avoid heuristics that doesn't work for unclosed blocks.
17825 (c-at-statement-start-p): New function.
17826
17827 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17828 Objective-C directives, e.g. directives spanning lines should work
17829 reasonably well now.
17830
17831 (c-put-c-type-property, c-clear-c-type-property): New helpers.
17832
17833 (c-forward-objc-directive): New function to move over any ObjC
17834 directive.
17835
17836 (c-just-after-func-arglist-p, c-guess-basic-syntax)
17837 (c-basic-matchers-before): Use it.
17838
17839 (c-font-lock-objc-iip-decl): Remove.
17840
17841 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17842 in the template arglist recognition.
17843
17844 * progmodes/cc-styles.el (c-style-alist): Fix several
17845 inconsistencies in the Whitesmith style.
17846
17847 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17848 New lineup function to get lines after Whitesmith style blocks
17849 correctly indented.
17850
17851 (c-lineup-whitesmith-in-block): Back out the compensation for
17852 opening parens since it's done using `add' lists in the style
17853 definition instead. Don't use the anchor position since it varies
17854 too much between the syntactic symbols. :P
17855
17856 * progmodes/cc-vars.el (c-valid-offset): Update.
17857
17858 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17859 lists where the offsets are combined according to several
17860 different methods: `first', `min', `max', and `add'.
17861 Report offset evaluation errors with `c-benign-error' so that some kind
17862 of reindentation still is done.
17863
17864 * progmodes/cc-engine.el (c-guess-basic-syntax):
17865 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17866 `arglist-close'.
17867
17868 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17869 situations for `arglist-cont-nonempty' and `arglist-close'.
17870
17871 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17872
17873 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17874 cc-bytecomp-boundp' in a number of places.
17875
17876 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17877 macro related issue.
17878
17879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17880
17881 * progmodes/cc-awk.el: Change the terminology of regexps: A char
17882 list is now [asdf], a char class [:alpha:].
17883 Include code for char classes.
17884 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
17885 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17886
17887 Remove (nearly all of) the cruft associated with AWK Mode's former
17888 concept of "virtual semicolons":
17889
17890 Adapt c-beginning-of-statement, c-end-of-statement (together with
17891 subfunctions) to use the new notion of "virtual semicolon" in
17892 place of the old awkward special handling for AWK. There remains
17893 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17894 * progmodes/cc-cmds.el:
17895 (c-ascertain-adjacent-literal): In the backwards direction, now
17896 recognises AWK regexp delimiters as string delimiters.
17897 (c-after-statement-terminator-p): Adapt for virtual semicolons;
17898 check more rigorously for "end of macro".
17899 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17900 virtual semicolons;
17901 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17902 out the code for forward movement into ...
17903 (c-end-of-statement): Now contains the code for forward movement,
17904 adapted for virtual semicolons.
17905
17906 * progmodes/cc-engine.el:
17907 (c-ws*-string-limit-regexp): New regexp.
17908 (c-forward-single-comment, c-backward-single-comment): Comment out
17909 the (now redundant) "special" AWK stuff.
17910
17911 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17912 c-string-par-start, c-string-par-separate to be more like Text
17913 Mode than Fundamental Mode.
17914
17915 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17916
17917 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17918 to the fontified region so that fontification doesn't occur
17919 outside it (could happen e.g. when fontifying a line with an
17920 unfinished declaration).
17921
17922 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17923
17924 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17925 start of the file. ^L now separate sections of the file.
17926 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17927 (c-awk-one-line-possibly-open-string-re)
17928 (c-awk-regexp-one-line-possibly-open-char-class-re)
17929 (c-awk-one-line-possibly-open-regexp-re)
17930 (c-awk-one-line-non-syn-ws*-re): New defonsts.
17931 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17932
17933 Amend the concept of "virtual semicolons" (in the indentation
17934 engine) for languages like AWK, such that they are now
17935 conceptually attached to end of the last token of a statement, not
17936 the end of the line. (In AWK Mode, however, the pertinent text
17937 property is still physically set on the EOL.) Remove the specific
17938 tests for awk-mode, thus facilitating the introduction of other
17939 language modes where EOLs can end statements.
17940 (Note: The funtionality in cc-cmds.el, specifically
17941 c-beginning/end-of-statement has yet to be amended.)
17942
17943 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17944 New macros.
17945
17946 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17947 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
17948 c-vsemi-status-unknown-p-fn (in a new page).
17949
17950 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17951 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17952 numerous awkward forms like
17953 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17954 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
17955 variable before-ws-ip, the place just after char-before-ip appears.
17956
17957 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17958 a comment.
17959
17960 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17961
17962 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17963 `c-tentative-buffer-changes'.
17964
17965 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17966 convert to macro to choose between Emacs and XEmacs at compile time.
17967
17968 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17969
17970 (c-tentative-buffer-changes): New macro to handle temporary buffer
17971 changes in a convenient way.
17972
17973 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17974 for `c-tentative-buffer-changes'.
17975
17976 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17977 the checks for paren sexps between the point and the keyword, to
17978 avoid some false alarms.
17979
17980 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17981 Fixed a situation where an error could be thrown for unbalanced
17982 parens. Changed to make use of c-keyword-member' to avoid some
17983 repeated regexp matches.
17984
17985 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17986 These language variable are no longer necessary.
17987
17988 (c-block-stmt-kwds): New language constant used by
17989 c-looking-at-inexpr-block'.
17990
17991 (c-guess-basic-syntax): Remove an optional check that looked at
17992 the existence of the now removed language variables.
17993
17994 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17995 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17996 object instantiation expressions as declarations in some contexts.
17997 This bug only affected languages where the declarator can't be
17998 enclosed in parentheses.
17999
18000 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18001 insert newlines before and after substatement braces.
18002
18003 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18004 function declaration headers and the handling of C++ style member
18005 init lists.
18006
18007 (c-just-after-func-arglist-p): Rewritten to use
18008 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18009
18010 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18011
18012 (c-guess-basic-syntax): Adapt case 5B for the new
18013 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18014 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18015 covers all cases now).
18016
18017 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18018
18019 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18020
18021 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18022 c-string-par-start/separate c-sentence-end-with-esc-eol,
18023 initialised in c-setup-paragraph-variables, used in string
18024 scanning subroutines of c-beginning-of-statement.
18025
18026 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18027 which precedes the newly inserted `{'.
18028
18029 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18030
18031 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18032 function for declaration level blocks. It should now cope with
18033 templates better and also be a lot more comprehensible.
18034
18035 (c-looking-at-decl-block): The new function.
18036
18037 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18038 for compatibility.
18039
18040 (c-add-class-syntax, c-guess-continued-construct)
18041 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18042
18043 (c-decl-block-key): Change to tell apart ambiguous and
18044 unambiguous keywords. Pike specials are now handled directly in
18045 the code instead.
18046
18047 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18048 New language constants and variables to make the backward skip in
18049 `c-looking-at-decl-block' as tight as possible.
18050
18051 (c-nonsymbol-token-char-list): New language constant.
18052
18053 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18054 find balanced template arglists backwards.
18055
18056 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18057 making char classes for `c-syntactic-skip-backward'.
18058
18059 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18060 16D - can't be a class-close at that point.
18061
18062 * progmodes/cc-engine.el (c-guess-basic-syntax)
18063 (c-add-class-syntax): Don't narrow out the enclosing declaration
18064 level. This makes everything a lot easier, and it was actually
18065 only four small places that needed it to work. Some places that
18066 previously did `widen' are removed now, which has the effect that
18067 `c-guess-basic-syntax' never will look at things outside the
18068 current narrowment now. The anchor position for `topmost-intro'
18069 is affected by this, but it was so bogus it was basically useless
18070 before, and now it's equally bogus but in a slightly different way.
18071
18072 (c-narrow-out-enclosing-class): Gone.
18073
18074 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18075 the narrowed region.
18076
18077 (c-least-enclosing-brace): Remove silly optional argument.
18078
18079 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18080 the point could be left directly after an open paren when finding
18081 the beginning of the first decl in the block.
18082
18083 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18084 Specify which submatch to use.
18085
18086 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18087
18088 (c-decl-start-re): No longer any need for special treatment of
18089 ObjC due to the above.
18090
18091 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18092 presumably follows C in that regard.
18093
18094 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18095 New language constants to specify operator tokens inside
18096 identifiers in a more high level way.
18097
18098 (c-opt-identifier-prefix-key): New internal language constant.
18099
18100 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18101 (c-identifier-start, c-identifier-key): Now completely calculated
18102 from other constants.
18103
18104 (c-identifier-last-sym-match): Decommission since it's no longer used.
18105
18106 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18107
18108 * progmodes/cc-engine.el (c-forward-name): Remove the
18109 optimization when c-identifier-key is equal to c-symbol-key since
18110 it doesn't work in byte compiled files. Don't record empty
18111 regions as identifiers.
18112
18113 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18114 simplify access to `c-operators' and its likes.
18115
18116 (c-operator-list, c-all-op-syntax-tokens)
18117 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18118 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18119 (c-primary-expr-regexp, c-cast-parens): Use it.
18120
18121 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18122 an explicit language in functions.
18123
18124 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18125 variant of adornment.
18126
18127 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18128 variable.
18129
18130 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18131 the Pike value.
18132
18133 * progmodes/cc-engine.el (c-on-identifier)
18134 (c-simple-skip-symbol-backward): Small fix for handling "-"
18135 correctly in `skip-chars-backward'. Affected the operator lfun
18136 syntax in Pike.
18137
18138 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18139 diagnostic message about precompiled language vars not being used.
18140
18141 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18142 "__attribute__" is followed by a parenthesis.
18143
18144 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18145 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18146 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18147
18148 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18149 Internal cleanups to properly detect the declared identifiers in
18150 various declarations.
18151
18152 (c-decl-start-kwds): New language constant to recognize
18153 declarations that can start anywhere. Used for class declarations
18154 in Pike.
18155
18156 (c-specifier-key, c-not-decl-init-keywords)
18157 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18158 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18159
18160 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18161 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18162 handling of the compiler specific extension keywords into a new
18163 language constant `c-decl-hangon-kwds' that defines keyword
18164 clauses to be ignored in declarations.
18165
18166 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18167 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18168 Necessary to stop at the declared identifier in e.g. IDL valuetype
18169 declarations.
18170
18171 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18172 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18173 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18174 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18175 class and enum declarations as such and not as part of the type.
18176
18177 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18178 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18179
18180 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18181 declarations when there's some syntax error later on.
18182
18183 (c-complex-decl-matchers): Did away with a reference to
18184 `c-specifier-key'.
18185
18186 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18187 value - this variable is always dynamically bound.
18188
18189 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18190 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18191 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18192 functions that might do hidden buffer changes: All such internal
18193 functions are now marked instead of those that don't.
18194
18195 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18196 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18197 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18198 (c-literal-type): Allow these functions to make hidden buffer changes,
18199 so that they are free to use text property caching later on.
18200
18201 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18202 (c-electric-brace, c-electric-slash, c-electric-star)
18203 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18204 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18205 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18206 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18207 with the changed semantics of the functions above.
18208
18209 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18210 when macros occur in obscure places. Optimized the sexp movement
18211 a bit.
18212
18213 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18214
18215 Enhancements for c-beginning-of-statement to work in AWK Mode:
18216
18217 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18218 (completed statement) with `}' (statement completed by closing
18219 brace or semicolon) and `$' (statement completed by EOL).
18220
18221 (c-awk-virtual-semicolon-ends-prev-line-p)
18222 (c-awk-virtual-semicolon-ends-line-p)
18223 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18224 (c-awk-at-statement-end-p): New functions.
18225
18226 * progmodes/cc-cmds.el: Simplify the structure of functions
18227 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18228 two functions and c-beginning-of-statement to handle AWK Mode.
18229
18230 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18231 c-backward-single-comment for AWK mode. Attempt to clarify their
18232 doc-strings.
18233
18234 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18235
18236 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18237
18238 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18239 label handling. Labels are now recognized in a uniform and more
18240 robust way, regardless of context. Text properties are put on all
18241 labels to recognize the following declarations better.
18242 Multiword labels are handled both in indentation and fontification for
18243 the benefit of language extensions like Qt. For consistency, keywords
18244 in labels are now fontified with the label face instead.
18245 That also applies to "case" and "default".
18246
18247 (c-beginning-of-statement-1): Fix some bugs in the label
18248 handling. Disregard `c-nonlabel-token-key' in labels that begin
18249 with `c-label-kwds'.
18250
18251 (c-find-decl-spots): Support that the callback adds more
18252 `c-decl-end' spots to find.
18253
18254 (c-forward-decl-or-cast-1): Don't treat a list of plain
18255 identifiers followed by a colon as a declaration.
18256
18257 (c-forward-label): New function to recognize labels.
18258
18259 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18260 `c-forward-label'. Moved the label recognition cases (14 and 15)
18261 earlier since they aren't so context sensitive now. Handle labels
18262 on the top level gracefully. Moved access label recognition to
18263 the generic label case (CASE 15) - removed CASE 5E.
18264
18265 (c-font-lock-declarations): Add recognition of labels in the
18266 same round since we need to handle labels in parallell with other
18267 declarations to recognize both accurately. It should also improve
18268 speed.
18269
18270 (c-simple-decl-matchers, c-basic-matchers-after):
18271 Move `c-font-lock-labels' so that it only is used on decoration level 2
18272 since `c-font-lock-declarations' handles it otherwise.
18273
18274 (c-complex-decl-matchers): Remove the simplistic recognition of
18275 access labels.
18276
18277 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18278 with labels earlier.
18279
18280 (c-decl-start-re): New language variable to make
18281 `c-font-lock-declarations' stop for the special protection labels
18282 in Objective-C that start with `@'.
18283
18284 (c-label-key): Remove since it's no longer used.
18285
18286 (c-recognize-colon-labels, c-label-prefix-re): New language
18287 constants to support recognition of generic colon-terminated labels.
18288
18289 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18290 are colon terminated labels.
18291
18292 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18293 first argument starts with a special brace list.
18294
18295 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18296 (c-font-lock-declarations): Break out the declaration and cast
18297 recognition from `c-font-lock-declarations' to a new function, so
18298 that it can be used in the indentation engine.
18299
18300 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18301 up to the start of the literal. Fixed bug with the point on the
18302 wrong side of the search limit that could happen when the start
18303 position is inside a literal.
18304
18305 * progmodes/cc-engine.el (c-parse-state)
18306 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18307 so that it's kept a little bit back to increase the hit rate.
18308
18309 (c-parse-state): Change the macro handling and fixed some
18310 glitches. Macro context is checked more often than necessary now,
18311 but otoh less garbage conses are generated.
18312
18313 * progmodes/cc-engine.el (c-parse-state)
18314 (c-invalidate-state-cache): Cache the last position where
18315 `c-state-cache' applies. This can speed up refontification quite
18316 a bit in blocks where there are many non-brace parens before the point.
18317
18318 (c-state-cache-end): New variable for this.
18319
18320 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18321 cache variable.
18322
18323 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18324 get close initial continue positions when the start position is
18325 inside a literal or macro. Do not call the callback for spots
18326 before the start position (which can happen e.g. for `c-decl-end'
18327 spots inside comments). Optimize better in special cases when the
18328 region is a single line inside a literal or macro (typically when
18329 the current line is refontified).
18330
18331 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18332 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18333 entries from the paren state.
18334
18335 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18336 special case for "else if" clauses.
18337
18338 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18339 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18340
18341 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18342 New language variable to recognize the gcc extension with statement
18343 blocks inside expressions.
18344
18345 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18346 it somewhat more comprehensible. The argument AT-BLOCK-START is
18347 no longer used and hence removed.
18348
18349 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18350 to `c-add-stmt-syntax'.
18351
18352 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18353 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18354 This fixes bogus label recognition.
18355
18356 * progmodes/cc-engine.el (c-add-type, c-check-type)
18357 (c-forward-name, c-forward-type): Improve storage of template
18358 types in `c-found-types' so that they can be recognized better.
18359
18360 (c-syntactic-content): Add option to skip past nested parens.
18361
18362 * progmodes/cc-engine.el (c-forward-name):
18363 Set `c-last-identifier-range' all the time. It's less work that way.
18364 Handle that there might not be an identifier to store in
18365 `c-last-identifier-range'.
18366
18367 (c-forward-type): Handle that `c-last-identifier-range' might be
18368 nil from `c-forward-name'.
18369
18370 * progmodes/cc-defs.el (c-safe-scan-lists)
18371 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18372
18373 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18374 to work even if the form fails.
18375
18376 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18377 down in a large file in one go.
18378
18379 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18380
18381 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18382 function which is like `c-lineup-math' but returns nil instead of
18383 `c-basic-offset' when it doesn't match.
18384
18385 (c-lineup-math): Change to use `c-lineup-assignments'.
18386
18387 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18388
18389 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18390 c-beginning-of-statement. New subfunctions
18391 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18392
18393 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18394
18395 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18396 hardcoded char classes whereever possible. Changed a couple of
18397 places to use skip by syntax instead of skip by char class.
18398
18399 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18400 Fix a bug in the regexp that caused extreme backtracking.
18401
18402 * progmodes/cc-langs.el (c-block-comment-starter)
18403 (c-block-comment-ender): New language constants to specify in a
18404 single place how block comments look.
18405
18406 (c-comment-start-regexp, c-block-comment-start-regexp)
18407 (comment-start, comment-end, comment-start-skip)
18408 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18409 (c-syntactic-ws, c-nonempty-syntactic-ws)
18410 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18411 `c-line-comment-starter', `c-block-comment-starter' and
18412 `c-block-comment-ender'.
18413
18414 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18415 New language constants to break up things a bit.
18416
18417 (c-simple-ws): New language constant for simple whitespace.
18418
18419 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18420
18421 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18422 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18423 newlines. Allow and ignore nil elements in the list.
18424
18425 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18426
18427 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18428 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18429
18430 * progmodes/cc-cmds.el: Tidy up the comments in
18431 c-beginning-of-statement and subfunctions.
18432
18433 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18434 more flexible c-put-char-property and c-clear-char-properties.
18435 Add the author's email address.
18436
18437 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18438
18439 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18440 closing "*/" of a block comment.
18441
18442 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18443 subfunctions) so that it works at BOB and EOB.
18444
18445 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18446 c-beginning-of-statement, including new variable
18447 c-block-comment-start-regexp.
18448
18449 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18450
18451 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18452 symbols from `*-font-lock-extra-types' so that there's no need to
18453 use `regexp-opt' on those lists.
18454
18455 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18456 `c-type-modifier-kwds' is empty.
18457
18458 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18459 there are several strings on the same line.
18460
18461 * progmodes/cc-engine.el (c-literal-limits): Remove the
18462 compatibility function for older emacsen. `c-literal-limits-fast'
18463 has now taken the place of this function.
18464
18465 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18466 with older emacsen: We now require `pps-extended-state'.
18467
18468 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18469
18470 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18471 which obviates the need to hack sentence-end. This now handles
18472 escaped newlines in strings correctly. Correct minor bugs in
18473 c-move-over-sentence and in c-beginning-of-statement.
18474
18475 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18476 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18477 that movement over macros and code are rigorously separated from
18478 eachother. Correct a few incidental bugs.
18479
18480 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18481 Improve its doc-string. Improve the handling of certain specific cases.
18482
18483 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18484
18485 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18486 (c-guess-basic-syntax): Change the way class-level labels are
18487 recognized; they can now contain essentially any symbols.
18488
18489 (c-opt-extra-label-key): New language variable to cope with the
18490 special protection label syntax in Objective-C.
18491
18492 (c-opt-access-key): Remove; this is now handled better by
18493 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18494
18495 (c-complex-decl-matchers): Update to handle that
18496 `c-opt-access-key' no longer exists.
18497
18498 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18499 improved label recognition in `c-beginning-of-statement-1'.
18500
18501 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18502 Recognize bitfields better.
18503
18504 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18505 Remove some cruft and fixed a bug that could cause it to go to a
18506 position further down.
18507
18508 * progmodes/cc-langs.el, cc-engine.el
18509 (c-beginning-of-statement-1): Improve detection of labels in
18510 declaration contexts.
18511
18512 (c-beginning-of-decl-1): Use it.
18513
18514 (c-nonlabel-token-key): New language constant and variable needed
18515 by `c-beginning-of-statement-1'.
18516
18517 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18518 manifested itself due to the correction in `c-forward-sexp'.
18519
18520 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18521 Make these behave as documented when used at the buffer limits.
18522
18523 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18524 (c-type-decl-end-used): Made this a language variable.
18525
18526 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18527 correctly when `combine-after-change-calls' is used together with
18528 temporary narrowings.
18529
18530 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18531 Report labels correctly when the start point is immediately after the
18532 colon.
18533
18534 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18535 Remove since it isn't used anymore.
18536
18537 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18538 bracket arglists such as template parens in C++.
18539
18540 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18541 in the last check-in. Some optimization.
18542
18543 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18544 where it could stop at the same level in a preceding sexp when
18545 PAREN-LEVEL is set.
18546
18547 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18548 text property lookup only when it's needed.
18549
18550 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18551 Change the policy for paren marked angle brackets to be more
18552 persistent; once marked they remain marked even when they're found
18553 to be unbalanced in the searched region. This should keep the
18554 paren syntax around even when individual lines are refontified in
18555 multiline template arglists.
18556
18557 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18558 to control markup so that incorrect angle bracket arglists aren't
18559 marked in contexts where the correct value for
18560 `c-disallow-comma-in-<>-arglists' isn't known.
18561
18562 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18563 argument has become `c-parse-and-markup-<>-arglists'.
18564
18565 (c-remove-<>-arglist-properties): Remove - no longer used.
18566
18567 (c-after-change-check-<>-operators): New function used on
18568 `after-change-functions' to avoid that "<" and ">" characters that
18569 are part of longer operators have paren syntax.
18570
18571 (c-<>-multichar-token-regexp): New language variable used by
18572 `c-after-change-check-<>-operators'.
18573
18574 (c-after-change): Call `c-after-change-check-<>-operators'.
18575
18576 (c-font-lock-<>-arglists): Use the context properties set by
18577 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18578 correctly to avoid doing invalid markup.
18579
18580 (c-font-lock-declarations): Remove code that undoes the invalid
18581 markup done by `c-font-lock-<>-arglists'.
18582
18583 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18584 after `c-font-lock-declarations'.
18585
18586 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18587 Add paren-level feature.
18588
18589 (c-guess-basic-syntax): Improve the anchor position for
18590 `template-args-cont' in nested template arglists. There's still
18591 much to be desired in this area, though.
18592
18593 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18594
18595 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18596 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18597
18598 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18599
18600 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18601 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18602
18603 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18604 it doesn't work no longer are supported.
18605
18606 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18607 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18608 requires support for the syntax-table' text property, which rules
18609 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18610 cruft associated with those versions.
18611
18612 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18613 for the `syntax-table' text property, which rules out Emacs 19 and
18614 XEmacs < 21.4. Removed various compatibility cruft associated
18615 with those versions.
18616
18617 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18618 support for the `syntax-table' text property.
18619
18620 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18621 variable and use an extra quoted face name instead. All the
18622 emacsen flavors handle that correctly.
18623
18624 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18625 (c-font-lock-declarators, c-font-lock-declarations)
18626 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18627 property to mark the items in in declarator lists to handle
18628 refontification inside multiline declarations better.
18629
18630 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18631 construct like "a * b = c;" as a declaration.
18632
18633 2005-12-08 Kim F. Storm <storm@cua.dk>
18634
18635 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18636 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
18637 select either meta, hyper, or super modifier for rectangle commands.
18638 (cua--rectangle-modifier-key): New defvar.
18639 (cua--M/H-key): Use it. Remove special case for `space'.
18640 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18641 on X, to meta otherwise. Always bind C-return to toggle
18642 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
18643
18644 * emulation/cua-rect.el (cua-help-for-rectangle):
18645 Use cua--rectangle-modifier-key. Handle super modifier too.
18646 (cua--init-rectangles): Always bind C-return to toggle rectangle.
18647 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18648
18649 * ido.el: Move Acknowledgements and History after Commentary.
18650 Minor changes to Commentary.
18651
18652 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18653 keymap if cua--prefix-override-timer is `shift'.
18654 (cua--shift-control-prefix): New function; emulate "type prefix
18655 key twice" functionality to handle shifted prefix key override.
18656 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18657 New commands.
18658 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18659
18660 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
18661
18662 * textmodes/org.el (org-insert-heading): Try to do items before
18663 headings.
18664 (org-agenda-mode): Quote `org-agenda-mode-hook'.
18665 (org-insert-item): New function.
18666 (org-renumber-ordered-list): Don't skip to higher level lists.
18667
18668 2005-12-08 Juri Linkov <juri@jurta.org>
18669
18670 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18671
18672 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18673
18674 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18675
18676 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18677 the constructed function name fun-1.
18678
18679 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18680 because such links don't lead to parent documentation.
18681
18682 2005-12-08 Kenichi Handa <handa@m17n.org>
18683
18684 * descr-text.el (describe-char): Use *Help-2* buffer if the
18685 current buffer is *Help*. Call describe-text-properties while
18686 setting the original buffer.
18687
18688 2005-12-07 Bill Wohler <wohler@newt.com>
18689
18690 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
18691 and causes problems with non-MH users (such as Gnus users).
18692
18693 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
18694
18695 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18696 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18697 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18698 command "info sources". Move calls to GDB command "list".
18699 (gdb-find-file-hook): Just use gdb-source-file-list.
18700 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18701 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18702 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18703 (gdb-data-list-register-values-handler): Use correct trigger name.
18704
18705 2005-12-07 Kim F. Storm <storm@cua.dk>
18706
18707 * ido.el (ido-completion-map): Rename from ido-mode-map.
18708 (ido-common-completion-map, ido-file-completion-map)
18709 (ido-file-dir-completion-map, ido-buffer-completion-map):
18710 Rename from ido-mode-....-map.
18711 (ido-init-completion-maps): Rename from ido-init-mode-maps.
18712 (ido-setup-completion-map): Rename from ido-define-mode-map.
18713 (ido-read-internal): Bind minibuffer-local-filename-completion-map
18714 to ido-completion-map.
18715
18716 2005-12-07 Kenichi Handa <handa@m17n.org>
18717
18718 * international/mule-cmds.el
18719 (set-display-table-and-terminal-coding-system): If the coding
18720 system specified in `unibyte-display' property is different from
18721 the arg coding-system, don't setup standard-display-table.
18722
18723 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18724
18725 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18726 that comments end at \n, regardless of selective-display.
18727
18728 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
18729
18730 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18731 (gdb-version): New variables.
18732 (gdb-source-file-list, gdb-register-names)
18733 (gdb-changed-registers): New variables for use with GDB 6.4+.
18734 (gdb-ann3): Replace with...
18735 (gdb-init-1, gdb-init-2): ...two new functions.
18736 (gdba, gdb-prompt): Call gdb-init-1.
18737 (gdb-get-version): New function. Call gdb-init-2 from here.
18738 (gud-watch): Make it work with mouse events too.
18739 (gdb-post-prompt): Don't add to queue until GDB version is known.
18740 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18741 (gdb-locals-mode): Use gdb-version.
18742 (gdb-memory-format-map, gdb-memory-unit-map)
18743 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18744 (gdb-locals-font-lock-keywords-1)
18745 (gdb-locals-font-lock-keywords-2): New variables.
18746 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18747 (gdb-set-gud-minor-mode-existing-buffers-1)
18748 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18749 (gdb-var-update-1, gdb-var-update-handler-1)
18750 (gdb-data-list-register-values-handler)
18751 (gdb-data-list-register-values-custom)
18752 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18753 (gdb-stack-list-locals-handler, gdb-get-register-names):
18754 New functions for use with GDB 6.4+.
18755 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18756 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18757 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18758 (gdb-stack-list-locals-regexp)
18759 (gdb-data-list-register-names-regexp): New regexps for use with
18760 GDB 6.4+.
18761
18762 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18763
18764 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18765
18766 2005-12-06 Nozomu Ando <nand@mac.com>
18767
18768 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18769 prompts work for AUTH PLAIN. Also reported by Steve Allan
18770 <seallan@verizon.net>.
18771
18772 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18773
18774 * frame.el (set-frame-parameter): Add doc string.
18775
18776 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
18777
18778 * textmodes/org.el (org-occur-highlights): New variable.
18779 (org-highlight-new-match, org-remove-occur-highlights): New functions.
18780 (org-highlight-sparse-tree-matches): New option.
18781 (org-do-occur): New function.
18782 (org-get-heading): Make it work also at beginning of line.
18783 (org-category-table): New variable.
18784 (org-get-category-table, org-get-category)
18785 (org-camel-to-words, org-link-search): New functions.
18786 (org-select-this-todo-keyword): New variable.
18787 (org-todo-list): New command.
18788 (org-shiftright, org-shiftleft): New commands.
18789 (org-agenda-todo): Add prefix argument.
18790 (org-show-hierarchy-above): New option.
18791 (org-show-todo-tree): Numerical prefix creates tree for specific
18792 TODO keyword.
18793 (org-outline-level): New function, to assign a level to plain
18794 lists items.
18795 (org-cycle-include-plain-lists): New option.
18796 (org-mode): Use `org-outline-level' as value of `outline-level'.
18797 (org-cycle): Temporarily switch `outline-regexp' if
18798 `org-cycle-include-plain-lists' is non-nil.
18799 (org-start-icalendar-file): Fix format bug.
18800 (org-agenda-get-day-entries): Create category table.
18801 (org-agenda-get-todos, org-agenda-get-timestamps)
18802 (org-agenda-get-deadlines, org-agenda-get-scheduled)
18803 (org-agenda-get-blocks): Use `org-get-category'.
18804 (org-context-in-file-links): Rename from
18805 `org-line-numbers-in-file-links'.
18806
18807 2005-12-06 Romain Francoise <romain@orebokech.com>
18808
18809 * window.el (balance-windows): Delete extraneous third arg in call
18810 to `enlarge-window'.
18811
18812 2005-12-06 Kenichi Handa <handa@m17n.org>
18813
18814 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18815
18816 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
18817
18818 * progmodes/gdb-ui.el (gdb-var-create-handler)
18819 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18820 (gdb-var-list-children-handler, gdb-var-update-handler):
18821 Current buffer is already gdb-partial-output-buffer, don't
18822 make it current again.
18823
18824 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
18825
18826 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18827 (list-buffers-noselect): Use it.
18828
18829 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
18830
18831 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18832 (mail-yank-ignored-headers): Use regexp-opt.
18833 (mail-mode-map): Move initialization into declaration.
18834 (mail-sent-via): Remove unused shadowed var `to-line'.
18835 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18836 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18837 (mail-do-fcc): Use dolist and push.
18838 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18839 (mail-yank-ignored-headers): Don't autoload.
18840
18841 2005-12-05 Kenichi Handa <handa@m17n.org>
18842
18843 * international/mule-cmds.el (set-language-info-internal): New fun.
18844 (set-language-info): Call set-language-info-internal to update
18845 language-info-alist. If LANG-ENV is the current one, call
18846 set-language-environment to make INFO effective now.
18847 (set-language-info-alist): Likewise.
18848 (locale-language-names): With locale "en", use English
18849 lang. env. but set the default codings to iso-8859-1.
18850
18851 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
18852
18853 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18854 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18855 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18856 for plain strings.
18857 (gdb-frames-mode): Remove redundant call to font-lock-mode.
18858 (gdb-all-registers): Rename from toggle-gdb-all-registers.
18859 Create registers buffer if necessary. Echo new state in minibuffer.
18860 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18861
18862 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
18863
18864 * info.el (Info-fontify-node): Match external links using
18865 non-directory part of filename.
18866
18867 2005-12-04 Juri Linkov <juri@jurta.org>
18868
18869 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18870 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
18871 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18872 because there is no customization option for it.
18873
18874 * font-lock.el (lisp-font-lock-keywords-1):
18875 Add define-global-minor-mode.
18876
18877 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18878
18879 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18880 properties on the constructed variable names.
18881
18882 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18883 Put `definition-name' properties on the constructed function names
18884 next-sym and prev-sym.
18885
18886 * emacs-lisp/find-func.el (find-function-regexp):
18887 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
18888 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
18889 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18890 and easy-menu-define.
18891
18892 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18893 easy-mmode-define-global-mode and define-global-minor-mode.
18894 (lisp-imenu-generic-expression): Add define-global-minor-mode.
18895
18896 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18897 instead of easy-mmode-define-global-mode.
18898
18899 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18900 Use define-minor-mode instead of easy-mmode-define-minor-mode.
18901
18902 * cus-edit.el (customize-group, customize-group-other-window):
18903 Filter out autoloaded options from the group completion list by
18904 using heuristics that autoloaded groups don't have `custom-autoload'
18905 property on their symbols (they have only `custom-loads').
18906
18907 * simple.el (completion-setup-function): Put completions-common-part
18908 face on complete completion string too (i.e. completion string
18909 without completions-first-difference face).
18910
18911 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18912
18913 2005-12-03 Eli Zaretskii <eliz@gnu.org>
18914
18915 * view.el (view-mode): Doc fix.
18916
18917 * disp-table.el (standard-display-european): Add to the warning
18918 message a reference to the doc string.
18919
18920 * play/yow.el (apropos-zippy): Call print-help-return-message,
18921 similar to other Help and Apropos commands.
18922
18923 * help.el (print-help-return-message): If pop-up-frames is
18924 non-nil, set up help-return-method to delete the help window and,
18925 possibly, its frame as well, and don't display message about
18926 scrolling the help window. Doc fix.
18927 (help-return-method): Doc fix.
18928
18929 2005-12-03 Martin Rudalics <rudalics@gmx.at>
18930
18931 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18932 whereby names of length one or names starting with a
18933 symbol-constituent character would not be returned.
18934
18935 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18936
18937 * subr.el (atomic-change-group): Add edebug and indentation spec.
18938
18939 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18940
18941 * completion.el (save-completions-file-name): Fix typo in last change.
18942
18943 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18944
18945 * info.el: Move back/forward history to the beginning of the tool bar.
18946
18947 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
18948
18949 * allout.el (eval-when-compile): Remove unnecessary load of cl.
18950 Add fset of allout-real-isearch-abort during compile to fix
18951 byte-compilation warnings.
18952 (allout-mode-p): Move definition of this macro above all uses, or
18953 byte compilation in barren Emacs (eg, during Emacs build) will
18954 lack the definition.
18955 (allout-mode): Move this variable above any uses, or byte
18956 compilation will fail.
18957 (allout-resolve-xref): Remove use of personal file-reference function.
18958 (allout-toggle-current-subtree-encryption): Do the current (ie,
18959 visible containing) topic, rather than nearest around point. Doc fix.
18960 (allout-toggle-subtree-encryption): New function, workhorse that
18961 works on nearest topic containing point.
18962 (allout-encrypt-string): Signal requirement for newer version of pgg.
18963 (allout-resumptions): Doc fix.
18964
18965 2005-12-02 Eli Zaretskii <eliz@gnu.org>
18966
18967 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18968
18969 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18970
18971 * textmodes/flyspell.el (flyspell-external-point-words):
18972 Consider a misspelling as found in the string search if: (a) misspelling
18973 and found string lengths match, or (b) misspelling is found as
18974 element in a boundary-chars separated longer string, or (c)
18975 ispell-program-name is really ispell and misspelling is found as
18976 part of a TeX string. After successful match move beginning of
18977 search region to end of match. Warn about not found misspellings
18978 once the process is done.
18979 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18980
18981 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
18982
18983 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18984 tool bar (removed inadvertently).
18985
18986 2005-12-02 Juri Linkov <juri@jurta.org>
18987
18988 * log-view.el (log-view-diff): Clarify doc string.
18989
18990 2005-12-01 Bill Wohler <wohler@newt.com>
18991
18992 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18993 triggers lm-verify errors.
18994
18995 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
18996
18997 * simple.el (transient-mark-mode, line-number-mode)
18998 (column-number-mode, size-indication-mode): Remove `:require nil'.
18999
19000 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19001
19002 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19003 in the margin also.
19004 (gdb-breakpoints-mode-map): Use D instead of d for
19005 gdb-delete-breakpoint.
19006 (gdb-get-frame-number): Require a number to match on.
19007 (gdb-threads-mode-map): Add follow-link binding.
19008
19009 2005-11-30 Jason Rumney <jasonr@gnu.org>
19010
19011 * isearch.el (isearch-mode-map): Avoid exiting search on
19012 language-change event.
19013
19014 2005-11-30 Romain Francoise <romain@orebokech.com>
19015
19016 * speedbar.el (speedbar-default-position): New defcustom.
19017 (speedbar-frame-reposition-smartly): Use it.
19018
19019 * dframe.el (dframe-reposition-frame-emacs): Fix position
19020 computation for `left' location.
19021 Update copyright year.
19022
19023 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19024
19025 * help.el (help-map): Move initialization into declaration.
19026
19027 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19028
19029 * help-fns.el (help-argument-name): Don't autoload.
19030 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19031 to be re-loaded when customizing the `help' group.
19032
19033 2005-11-30 John Paul Wallington <jpw@gnu.org>
19034
19035 * help-fns.el (describe-function-1): Fill arglist output.
19036
19037 2005-11-30 Kim F. Storm <storm@cua.dk>
19038
19039 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19040 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19041 after revert-buffer (or anything else which kills all local variables).
19042
19043 * apropos.el (apropos-parse-pattern): Doc fix.
19044 Set apropos-regexp directly, rather than expecting callers to do so.
19045 (apropos-command, apropos, apropos-value, apropos-documentation):
19046 Simplify calls to apropos-parse-pattern.
19047
19048 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19049
19050 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19051 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19052 (hi-lock-write-interactive-patterns): Use comment-region.
19053
19054 * longlines.el (longlines-mode): Add mail-setup-hook.
19055
19056 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19057
19058 * simple.el (sendmail-user-agent-compose, next-line):
19059 Conditionally use hard-newline.
19060
19061 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19062
19063 * international/latexenc.el (latex-inputenc-coding-alist):
19064 Reword doc string.
19065
19066 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19067
19068 * help.el (describe-key-briefly, describe-key): Recognize default
19069 bindings.
19070
19071 2005-11-29 Romain Francoise <romain@orebokech.com>
19072
19073 * view.el (view-inhibit-help-message): New defcustom.
19074 (view-mode-enter): Use it.
19075
19076 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19077
19078 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19079 Preserve user position.
19080
19081 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19082
19083 * font-lock.el: Throw error if facemenu is not loaded to prevent
19084 accidental change of loading order in loadup.el. (Suggested by RMS.)
19085
19086 * loadup.el: Add comment explaining why facemenu must be loaded
19087 before font-lock.
19088
19089 2005-11-28 Jay Belanger <belanger@truman.edu>
19090
19091 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19092 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19093
19094 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19095
19096 * calc/calc-embed.el (calc-do-embedded): Update help message.
19097
19098 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19099
19100 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19101
19102 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19103
19104 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19105 called-interactively-p.
19106 (elp-profilable-p): Rename from elp-not-profilable-p.
19107 Invert result and take into account macros and autoloaded functions.
19108 (elp-instrument-function): Update call.
19109 (elp-instrument-package): Update call. Add completion.
19110 (elp-pack-number): Use match-string.
19111 (elp-results-jump-to-definition-by-mouse): Merge into
19112 elp-results-jump-to-definition and then remove.
19113 (elp-output-insert-symname): Make help echo text single-line.
19114
19115 * replace.el (query-replace-map): Move initialization into declaration.
19116 (occur-engine): Use with-current-buffer.
19117 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19118 (occur-mode-mouse-goto): Replace with an alias.
19119
19120 2005-11-28 Juri Linkov <juri@jurta.org>
19121
19122 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19123
19124 * term/w32-win.el: Bind [S-tab] to [backtab].
19125
19126 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19127 `Info-find-file' to t.
19128
19129 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19130 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19131 and same-window-regexps.
19132 (occur-next-error): Don't move point for arg 0.
19133
19134 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19135
19136 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19137
19138 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * log-edit.el (log-edit-changelog-use-first): New var.
19141 (log-edit-changelog-ours-p): Use it.
19142 (log-edit-insert-changelog): Set it with new arg `use-first'.
19143 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19144 (log-edit-hook): Add them to the list of suggested options.
19145
19146 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19147 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19148 redundant work.
19149 (flyspell-mode-on): Use add-hook for after-change-functions.
19150 (flyspell-mode-off): Use remove-hook for after-change-functions.
19151 (flyspell-changes): Make it buffer-local.
19152 (flyspell-after-change-function): Make it non-interactive. Use push.
19153 (flyspell-post-command-hook): Check input-pending-p while processing
19154 the potentially long list of buffer changes.
19155
19156 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19157
19158 * buff-menu.el (list-buffers-noselect): Display the selected
19159 frame's buffer list, not the global one.
19160
19161 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19162
19163 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19164 that (list last-input-event) works as in interactive spec.
19165
19166 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19167
19168 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19169 `facemenu-keymap' needs to be defined when font-lock is loaded.
19170 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19171
19172 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * completion.el: Remove useless leading * in defcustom docstrings.
19175 (save-completions-file-name): Use ~/.emacs.d if available.
19176 (completion-standard-syntax-table): Rename from
19177 cmpl-standard-syntax-table and fold initialization into declaration,
19178 thus removing cmpl-make-standard-completion-syntax-table.
19179 (completion-lisp-syntax-table, completion-c-syntax-table)
19180 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19181 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19182 (symbol-under-point, symbol-before-point)
19183 (symbol-under-or-before-point, symbol-before-point-for-complete)
19184 (add-completions-from-c-buffer): Use with-syntax-table.
19185 (make-completion): Don't return a list of completion entries.
19186 Update callers.
19187 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19188 (completion-initialize): Rename from initialize-completions.
19189 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19190 (kill-emacs-save-completions): Collect stats here.
19191 (save-completions-to-file, load-completions-from-file):
19192 Use with-current-buffer.
19193 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19194 into a function. Move all calls to toplevel.
19195 (completion-lisp-mode-hook): New fun.
19196 (completion-c-mode-hook, completion-setup-fortran-mode):
19197 Set the syntax-table here. Use local-set-key.
19198 (completion-saved-bindings): New var.
19199 (dynamic-completion-mode): Make it into a proper minor mode.
19200 (load-completions-from-file): Remove unused var `num-uses'.
19201
19202 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19203 constructor if it is explicitly overridden.
19204
19205 * complete.el (PC-completion-as-file-name-predicate):
19206 Use minibuffer-completing-file-name.
19207 (partial-completion-mode): Use find-file-not-found-functions.
19208 (PC-lisp-complete-symbol): Use with-syntax-table.
19209 (PC-look-for-include-file): Remove dead setq.
19210 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19211 (PC-complete): Use with-current-buffer.
19212
19213 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19214 escape single quotes.
19215
19216 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19217
19218 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19219 of `if' whose condition always returned nil. Doc fix.
19220
19221 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19222 window's buffer the current buffer around the call to
19223 `list-buffers-noselect'. This is necessary to mark that buffer
19224 with a `.' in the Buffer Menu when called from Lisp, for instance
19225 by Auto Revert Mode.
19226
19227 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19228
19229 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19230 attaching to it.
19231 (gdb-pre-prompt): Make sure gdb-error is reset.
19232
19233 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19234 with a child process, detect it.
19235 (gud-speedbar-buttons): Match regexp more carefully.
19236
19237 2005-11-27 Richard M. Stallman <rms@gnu.org>
19238
19239 * mouse.el (mouse-drag-move-window-bottom):
19240 Use adjust-window-trailing-edge.
19241
19242 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19243
19244 * simple.el (blink-matching-open): Ignore
19245 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19246 (blink-matching-paren-on-screen): Update docstring.
19247
19248 * paren.el (show-paren-mode): No longer change
19249 `blink-matching-paren-on-screen'.
19250
19251 2005-11-27 John Paul Wallington <jpw@pobox.com>
19252
19253 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19254 (gdb-threads-select, gdb-edit-register-value):
19255 Use `posn-set-point' instead of `mouse-set-point' because the
19256 latter is not fbound when configured without X.
19257
19258 2005-11-27 Kim F. Storm <storm@cua.dk>
19259
19260 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19261 existing face when partially highlighting a TAB in a rectangle.
19262
19263 2005-11-26 Kim F. Storm <storm@cua.dk>
19264
19265 * ido.el (ido-mode-map): Doc fix.
19266 (ido-mode-common-map, ido-mode-file-map)
19267 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19268 (ido-define-mode-map): Rewrite. Select one of the new maps as
19269 parent for ido-mode-map instead of building from scratch.
19270 (ido-init-mode-maps): New defun to initialize new maps.
19271 (ido-mode): Call it.
19272 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19273 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19274
19275 2005-11-26 John Paul Wallington <jpw@pobox.com>
19276
19277 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19278 `mouse-set-point' because the latter is not fbound when configured
19279 without X.
19280
19281 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19282
19283 * files.el (file-relative-name): Doc fix.
19284
19285 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19286
19287 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19288 non-empty string for secondary prompt PS2.
19289
19290 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19291
19292 * progmodes/compile.el (compilation-setup): Fix last change.
19293
19294 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19295
19296 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19297 (gdb-mouse-toggle-breakpoint-margin)
19298 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19299 Add gdb-server-prefix to keep out of command history.
19300 (gdb-edit-register-value): New function.
19301 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19302 (gdb-info-registers-custom): Use above map.
19303
19304 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19305
19306 * custom.el (enable-theme): Signal error if argument is not a
19307 theme. Don't recalculate a face if it's not loaded yet.
19308
19309 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19310 the `user' theme is in effect.
19311
19312 * info.el (Info-on-current-buffer): Record actual filename in
19313 Info-current-file, instead of t, or a fake filename if a non-file
19314 buffer. Make autoload.
19315 (Info-find-node, Info-revert-find-node): No need to check for
19316 Info-current-file nil.
19317 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19318 Info-current-file is now never `t'.
19319 (Info-fontify-node): Many simplifications due to Info-current-file
19320 always being valid. Use Info-find-file to find node filename.
19321
19322 2005-11-25 David Kastrup <dak@gnu.org>
19323
19324 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19325 new character, then delete" in order to preserve markers.
19326
19327 2005-11-25 David Ponce <david@dponce.com>
19328
19329 * recentf.el (recentf-arrange-by-rule): Handle a special
19330 `auto-mode-alist'-like "strip suffix" rule.
19331 (recentf-build-mode-rules): Handle second level auto-mode entries.
19332
19333 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19334
19335 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19336 window modes.
19337
19338 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19339 jde-javadoc-checker-report-mode.
19340
19341 * ediff-wind (ediff-make-wide-display): Slight simplification.
19342
19343 * ediff.el (ediff-date): Change the date of last update.
19344
19345 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19346
19347 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19348 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19349 (hi-lock-mode): New global minor mode.
19350 (turn-on-hi-lock-if-enabled): New function.
19351 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19352 Change arguments to regexp and face instead of a font-lock pattern.
19353 Directly set face property, instead of refontifying.
19354 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19355 (hi-lock-find-patterns): Use line-number-at-pos.
19356
19357 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19358 arguments for hi-lock-set-pattern.
19359 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19360 Call font-lock-fontify-buffer.
19361 (hi-lock-find-file-hook, hi-lock-current-line)
19362 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19363
19364 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19365 turned off.
19366
19367 * progmodes/compile.el (compilation-setup): Don't fiddle with
19368 font-lock-defaults.
19369
19370 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19371
19372 * progmodes/gdb-ui.el (gdb-var-create-handler)
19373 (gdb-var-list-children-handler): Find values for all variable
19374 objects. gud-speedbar-buttons decides whether to display them.
19375
19376 2005-11-24 Romain Francoise <romain@orebokech.com>
19377
19378 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19379 buffer name with a space.
19380
19381 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19382
19383 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19384 `org-export-local-list-max-depth'. Change default value to 3.
19385 (org-auto-renumber-ordered-lists)
19386 (org-plain-list-ordered-item-terminator): New options.
19387 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19388 (org-get-indentation, org-get-string-indentation)
19389 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19390 New functions.
19391 (org-move-item-down, org-move-item-up): New commands.
19392 (org-export-as-html): New classes for CSS support. Bug fix in
19393 regular expression detecting fixed-width regions. Respect
19394 `org-local-list-ordered-item-terminator'.
19395 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19396 also a list item.
19397 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19398 New item moving functions.
19399
19400 2005-11-24 Juri Linkov <juri@jurta.org>
19401
19402 * isearch.el (isearch-repeat): With empty search ring set
19403 `isearch-error' to the error string instead of signaling error
19404 with the function `error'.
19405
19406 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19407
19408 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19409
19410 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19411
19412 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19413 and variable.
19414 (gdb-var-create-handler, gdb-var-list-children-handler):
19415 Don't match on "char **...".
19416 (gdb-var-update-handler): Find values for all variable objects.
19417 (gdb-info-frames-custom): Identify frames by leading "#".
19418
19419 * progmodes/gud.el (gud-speedbar-menu-items): Add
19420 gdb-speedbar-auto-raise as radio button.
19421 (gud-speedbar-buttons): Raise speedbar if requested.
19422 Don't match on "char **...".
19423 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19424 Make it editable.
19425
19426 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19427
19428 * info.el (Info-fontify-node): Handle the case where
19429 Info-current-file is t.
19430
19431 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19432
19433 * simple.el (blink-matching-open): Fix off-by-one in last change.
19434
19435 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19436
19437 * term/mac-win.el: Don't change default directory.
19438
19439 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19440
19441 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19442 buffers correctly. (It used to throw an error in such buffers.)
19443 Make it ask for confirmation in group buffers and other Custom
19444 buffers containing more than one customization item.
19445
19446 2005-11-22 John Paul Wallington <jpw@gnu.org>
19447
19448 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19449 property on mail and url overlays.
19450 (goto-address-at-point): Use `posn-set-point' instead of
19451 `mouse-set-point' because the latter is not fbound when configured
19452 without X.
19453
19454 2005-11-22 Lars Hansen <larsh@soem.dk>
19455
19456 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19457 (ls-lisp-classify, ls-lisp-format): Delete call to
19458 ls-lisp-parse-symlink.
19459 (ls-lisp-handle-switches): Handle symlinks to directories as
19460 directories when ls-lisp-dirs-first in non-nil.
19461
19462 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19463
19464 * startup.el (command-line): Make sure that loaddefs.el is handled
19465 correctly in load-history.
19466
19467 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19468
19469 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19470 (gdb-struct-string, gdb-array-string): New constants.
19471 (gdb-info-locals-handler): Use them.
19472 (gdb-reset): Reset gdb-var-list to nil.
19473
19474 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19475
19476 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19477 in patterns.
19478
19479 2005-11-21 Juri Linkov <juri@jurta.org>
19480
19481 * custom.el (defcustom): Update link types in docstring.
19482
19483 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19484
19485 * custom.el (defgroup): Add doc-string-elt info.
19486
19487 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19488
19489 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * newcomment.el (comment-enter-backward): Fix last fix.
19492
19493 * simple.el (blink-matching-open):
19494 * paren.el (show-paren-function): Allow new paren-class info.
19495
19496 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19497
19498 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19499 handled automagically.
19500
19501 2005-11-20 Andreas Schwab <schwab@suse.de>
19502
19503 * descr-text.el (describe-char): When copying overlays put them
19504 over the full char description instead of just the first character
19505 of it.
19506
19507 2005-11-20 Juri Linkov <juri@jurta.org>
19508
19509 * simple.el (what-cursor-position):
19510 * descr-text.el (describe-char): Use Lisp-readable syntax
19511 for octal and hex. Reorder decimal, octal and hex values.
19512 Remove excess whitespace in the output. Use `=' in `column='
19513 like in `point=' and `Hscroll='.
19514
19515 * international/mule-cmds.el (encoded-string-description):
19516 Use Lisp-readable syntax for hex.
19517
19518 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19519
19520 * newcomment.el (comment-enter-backward): Handle the case where the
19521 comment is closed by EOB.
19522
19523 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19524
19525 * longlines.el (longlines-before-revert-hook)
19526 (longlines-after-revert-hook): New functions.
19527 (longlines-mode): Turn off longlines temporarily when reverting.
19528 Add a message-setup-hook.
19529 (longlines-decode-buffer): New function.
19530 (longlines-wrap-line): Preserve marker positions.
19531
19532 2005-11-19 Andreas Schwab <schwab@suse.de>
19533
19534 * emacs-lisp/shadow.el: Handle compressed files.
19535
19536 2005-11-19 Romain Francoise <romain@orebokech.com>
19537
19538 * net/browse-url.el (browse-url-default-browser): Signal an error
19539 if no usable browser can be found, rather than try to load w3.
19540
19541 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19542
19543 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19544 replacing existing properties.
19545 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19546 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19547 tty specs.
19548 (rcirc-server-prefix, rcirc-server): New faces.
19549 (rcirc-url-regexp): Generate with rx macro.
19550 (rcirc-last-server-message-time): New variable.
19551 (rcirc-filter): Record time of last message.
19552 (rcirc-keepalive): Kill processes that did not send a message
19553 since the last ping.
19554 (rcirc-mode): Give rcirc-topic a local binding here.
19555
19556 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19557
19558 * subr.el (read-passwd): Fontify the prompt as we do with other
19559 prompts.
19560
19561 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19562
19563 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19564 binding buffer-read-only to nil.
19565
19566 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19567
19568 * complete.el (partial-completion-mode):
19569 Mention completion-auto-help in the doc string.
19570
19571 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19572 more Lisp-ish way.
19573
19574 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19575
19576 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19577 digits, not 8, to avoid misalignment for files larger than 100MB.
19578
19579 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19580
19581 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19582 Mention "keyboard shortcuts" in the help text.
19583
19584 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19585
19586 * startup.el (fancy-splash-default-action): Discard only
19587 mouse-down and succeeding mouse-up events in the splash screen
19588 window so that drag-n-drop event can be processed.
19589
19590 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
19591
19592 * longlines.el (longlines-mode): Add hacks for mail-mode and
19593 message-mode.
19594
19595 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
19596
19597 * textmodes/org.el (org-table-sort-lines): New command.
19598 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19599 (org-add-file): Command removed, use `org-agenda-file-to-front'
19600 instead.
19601 (org-export-icalendar): Use `org-icalendar-combined-name'.
19602 (org-cycle-agenda-files, org-agenda-file-to-end)
19603 (org-agenda-file-to-front): New commands.
19604 (org-table-tab-jumps-over-hlines, org-export-html-style):
19605 New options.
19606 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19607 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19608 New functions.
19609 (org-fill-paragraph): Call `org-table-align' in tables.
19610 (org-mode): Call `org-set-autofill-regexps'.
19611 (org-export-as-html): Support for local handformatted lists.
19612 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
19613 (org-export-local-list-max-depth): New option.
19614 (org-html-expand): Use `org-html-protect'.
19615
19616 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
19617
19618 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19619 to "p".
19620 (gdb): Move definition of gud-pp to...
19621
19622 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
19623 speedbar.
19624 (gdb-find-watch-expression): New function.
19625
19626 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19627
19628 * faces.el (face-attribute, set-face-attribute): Mention existence
19629 of `:ignore-defface' setting in docstring.
19630
19631 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * simple.el (completion-setup-function): Fix last change.
19634
19635 2005-11-17 John Paul Wallington <jpw@pobox.com>
19636
19637 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19638 Use `posn-set-point' instead of `mouse-set-point' because the
19639 latter is not fbound when configured without X.
19640
19641 * comint.el (comint-insert-input): Likewise.
19642
19643 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19644
19645 * simple.el (hard-newline): New variable.
19646 (sendmail-user-agent-compose, next-line): Use it.
19647
19648 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19649 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19650 (mail-mail-reply-to, mail-mail-followup-to)
19651 (mail-position-on-field, mail-signature, mail-yank-original)
19652 (mail-attach-file): Likewise.
19653
19654 * mail/mailheader.el (mail-header-format)
19655 (mail-header-format-function): Likewise.
19656
19657 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19658
19659 2005-11-17 Juri Linkov <juri@jurta.org>
19660
19661 * font-lock.el (font-lock-faces): Rename this defgroup from
19662 `font-lock-highlighting-faces'.
19663 (font-lock-comment-face, font-lock-comment-delimiter-face)
19664 (font-lock-string-face, font-lock-doc-face)
19665 (font-lock-keyword-face, font-lock-builtin-face)
19666 (font-lock-function-name-face, font-lock-variable-name-face)
19667 (font-lock-type-face, font-lock-constant-face)
19668 (font-lock-warning-face, font-lock-negation-char-face)
19669 (font-lock-preprocessor-face)
19670 (font-lock-regexp-grouping-backslash)
19671 (font-lock-regexp-grouping-construct): Rename :group from
19672 `font-lock-highlighting-faces' to `font-lock-faces'.
19673
19674 * cus-edit.el (lisp, c, tex):
19675 * progmodes/ada-mode.el (ada):
19676 * progmodes/asm-mode.el (asm):
19677 * progmodes/cperl-mode.el (cperl-faces):
19678 * progmodes/cpp.el (cpp):
19679 * progmodes/dcl-mode.el (dcl):
19680 * progmodes/f90.el (f90):
19681 * progmodes/fortran.el (fortran):
19682 * progmodes/icon.el (icon):
19683 * progmodes/idlwave.el (idlwave-misc):
19684 * progmodes/m4-mode.el (m4):
19685 * progmodes/make-mode.el (makefile):
19686 * progmodes/meta-mode.el (meta-font):
19687 * progmodes/modula2.el (modula2):
19688 * progmodes/octave-mod.el (octave):
19689 * progmodes/pascal.el (pascal):
19690 * progmodes/perl-mode.el (perl):
19691 * progmodes/prolog.el (prolog):
19692 * progmodes/ps-mode.el (PostScript-edit):
19693 * progmodes/scheme.el (scheme):
19694 * progmodes/sh-script.el (sh-script):
19695 * progmodes/simula.el (simula):
19696 * progmodes/tcl.el (tcl):
19697 * textmodes/nroff-mode.el (nroff):
19698 * textmodes/reftex-vars.el (reftex-fontification-configurations):
19699 * textmodes/sgml-mode.el (sgml):
19700 * textmodes/texinfo.el (texinfo):
19701 Add :link (custom-group-link font-lock-faces) to defgroup.
19702
19703 * hi-lock.el (hi-lock): Rename this defgroup from
19704 `hi-lock-interactive-text-highlighting'. Change parent group from
19705 `faces' to `font-lock'. Add link to the manual.
19706 (hi-lock-mode, hi-lock-file-patterns-range)
19707 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19708 `hi-lock-interactive-text-highlighting' to `hi-lock'.
19709 (hi-lock-faces): Add :group `faces'.
19710
19711 * cus-edit.el (custom-variable-prompt): Clarify the code.
19712
19713 * faces.el (face-read-string): Set the default value arg of
19714 completing-read.
19715
19716 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
19717
19718 * rfn-eshadow.el (file-name-shadow-properties)
19719 (file-name-shadow-tty-properties, file-name-shadow-mode):
19720 Remove autoloads, because the file is now preloaded.
19721
19722 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19723
19724 * printing.el (easy-menu-intern): Don't define.
19725 (pr-get-symbol): Use easy-menu-intern only if defined.
19726
19727 * simple.el (blink-matching-open): Simplify a bit.
19728 (completion-setup-function): Fix the case of partial-completion-mode
19729 when the minibuffer's contents start with "-".
19730 Obey completion-base-size-function even when
19731 minibuffer-completing-file-name is non-nil.
19732
19733 2005-11-16 Richard M. Stallman <rms@gnu.org>
19734
19735 * net/eudcb-ph.el (eudc-ph-open-session):
19736 Use set-process-query-on-exit-flag.
19737
19738 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19739
19740 * international/ucs-tables.el (ucs-set-table-for-input):
19741 Use make-local-variable, not make-variable-buffer-local.
19742
19743 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19744 Improve warning message text.
19745
19746 * savehist.el (savehist-save-hook): Add :group.
19747
19748 * menu-bar.el (menu-bar-help-menu):
19749 Rename Find Extra Packages to External Packages.
19750
19751 * cus-edit.el (Custom-reset-standard): Verify that
19752 :custom-standard-value prop exists before calling it.
19753
19754 * apropos.el (apropos-calc-scores): Use apropos-pattern.
19755
19756 2005-11-16 Martin Rudalics <rudalics@gmx.at>
19757
19758 * wid-edit.el (color): Enclose %t in %{...%}.
19759
19760 * cus-edit.el (face): Enclose %t in %{...%}.
19761
19762 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
19763
19764 * savehist.el (savehist-mode-hook): Re-add the var.
19765 (savehist-mode): Use it.
19766
19767 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * textmodes/flyspell.el: Fix commenting convention.
19770 Remove unnecessary leading * in custom docstrings.
19771 (flyspell-emacs): Remove unused var.
19772 (flyspell-delete-region-overlays): Use remove-overlays.
19773 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19774 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19775 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19776 (flyspell-debug-signal-word-checked): Use with-current-buffer.
19777 (make-flyspell-overlay): Don't locally reuse a global name.
19778 (flyspell-highlight-incorrect-region)
19779 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19780 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19781 (flyspell-notify-misspell): Remove unused args `start' and `end'.
19782 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
19783 Wrap calls to accept-process-output inside with-local-quit since it's
19784 often called from a post-command-hook.
19785 (flyspell-correct-word, flyspell-auto-correct-word):
19786 Use ispell-send-string.
19787 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
19788
19789 * calendar/diary-lib.el (diary-list-entries): Also hide the
19790 terminating newline.
19791
19792 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
19793
19794 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19795 window-system, to allow fonts on tty.
19796
19797 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
19798
19799 * progmodes/gud.el (gud-speedbar-item-info): New function.
19800 (gud-install-speedbar-variables): Use it to display data type
19801 of watch expression as a tooltip in speedbar.
19802
19803 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
19804
19805 * font-core.el (global-font-lock-mode): Add :version keyword,
19806 because default was changed.
19807
19808 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19809
19810 * startup.el (command-line): Use `custom-reevaluate-setting' for
19811 `file-name-shadow-mode'.
19812
19813 * loadup.el: Preload rfn-eshadow.
19814
19815 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19816 Add :version keyword.
19817 (file-name-shadow-properties, file-name-shadow-tty-properties)
19818 (file-name-shadow): Add :version keyword.
19819
19820 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19821 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19822 in the custom-group property of the symbol frames and the fringe
19823 group got no link to its parent group frames.
19824 Doc fix.
19825
19826 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19827
19828 * progmodes/gud.el (gud-stop-subjob): New function.
19829 (gud-menu-map, gud-tool-bar-map): Use it.
19830
19831 2005-11-16 Kim F. Storm <storm@cua.dk>
19832
19833 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19834 than kill it.
19835 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
19836 to a more useful/logical place.
19837
19838 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19839
19840 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19841 go buttons complementary.
19842
19843 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19844
19845 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19846 (rfn-eshadow-sifn-equal): New function.
19847 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19848
19849 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
19850
19851 * viper-utils.el (viper-non-word-characters-reformed-vi):
19852 Quote `-' in string.
19853
19854 * viper.el (viper-emacs-state-mode-list): Ensure that
19855 rcirc-mode buffers come up in Emacs state.
19856
19857 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19858 operation.
19859
19860 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
19861
19862 * term.el (term-termcap-format): Fix typos.
19863 (term-down): Fix the negative argument case.
19864
19865 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19866
19867 * progmodes/gdb-ui.el: Remove face-alias left over from change on
19868 2005-08-15.
19869 (gdb-ann3): New command gud-go.
19870 (menu): Accomodate gdb-mi.el.
19871 (gdb-assembler-custom): Make buffer of selected window current
19872 so that set-window-point works.
19873
19874 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19875 buttons and include new ones.
19876
19877 2005-11-16 Kim F. Storm <storm@cua.dk>
19878
19879 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19880 (gud-menu-map): Use it.
19881
19882 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
19883
19884 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19885 that works correctly for Custom and that does not override a user
19886 who disables it.
19887
19888 * help-mode.el (help-make-xrefs, help-xref-on-pp)
19889 (help-xref-interned, help-follow): Make hyperlinks for variables
19890 that are unbound, but have a non-nil variable-documentation property.
19891
19892 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19893 mode hook. (It conflicted with defcustoms for some mode hooks.)
19894 Use the `variable-documentation' property to give the mode hook a
19895 docstring and expand that docstring.
19896
19897 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
19898
19899 * savehist.el (savehist-mode): Don't bother with
19900 `custom-set-minor-mode'.
19901 (savehist-coding-system): Check XEmacs version.
19902 (history-length): Declare also at run time.
19903 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
19904 Don't set the customize state.
19905 (savehist-minibuffer-hook): Special case for when
19906 minibuffer-history-variable is equal to t.
19907
19908 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * files.el (write-file): Refresh VC status.
19911
19912 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19913 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19914 than fundamental-mode to see if the mode was set.
19915
19916 2005-11-14 Romain Francoise <romain@orebokech.com>
19917
19918 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19919 dummy function in `eval-when-compile' to avoid compiler warning.
19920 Require `man' at compile time.
19921
19922 2005-11-14 Jay Belanger <belanger@truman.edu>
19923
19924 * calc-alg.el (calcFunc-write-out-power): Rename it to
19925 calcFunc-powerexpand.
19926 (math-write-out-power): Rename it to math-powerexpand; have it
19927 handle negative exponents.
19928 (calc-writeoutpower): Rename it to calc-powerexpand.
19929
19930 * calc-ext.el: Change calcFunc-writeoutpower and
19931 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19932 autoloads.
19933 Add calcFunc-ldiv to autoloads.
19934
19935 * calc-arith.el (calcFunc-ldiv): New function.
19936
19937 * calc.el (calc-left-divide): New function.
19938
19939 2005-11-14 Juri Linkov <juri@jurta.org>
19940
19941 * cus-edit.el (custom-variable-prompt): Set the default value arg
19942 of completing-read.
19943
19944 * cus-dep.el (custom-make-dependencies): Reverse the list of
19945 found dependencies.
19946
19947 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
19948
19949 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19950 Highlighting" entry, it is on by default now.
19951 (menu-bar-options-save): Do not save global-font-lock-mode.
19952
19953 2005-11-13 Richard M. Stallman <rms@gnu.org>
19954
19955 * textmodes/flyspell.el (flyspell-large-region):
19956 Call flyspell-accept-buffer-local-defs.
19957
19958 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
19959
19960 * textmodes/flyspell.el (flyspell-notify-misspell):
19961 Fix misspelling of "Misspelling".
19962 (flyspell-process-localwords): New function.
19963 (flyspell-large-region): Call flyspell-process-localwords and
19964 flyspell-delete-region-overlays.
19965 (flyspell-delete-region-overlays): New function.
19966 (flyspell-delete-all-overlays): Call that.
19967
19968 2005-11-13 Richard M. Stallman <rms@gnu.org>
19969
19970 * help.el (help-for-help-internal): Improve doc of C-h a.
19971 (describe-key): Improve prompt; doc fix.
19972
19973 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
19974
19975 * vc-svn.el (vc-svn-registered): Catch all errors.
19976
19977 * cus-dep.el (custom-make-dependencies): Typo.
19978
19979 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
19980
19981 * net/tramp-util.el (top): Fix compilation warning.
19982
19983 2005-11-13 Kim F. Storm <storm@cua.dk>
19984
19985 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
19986
19987 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19988
19989 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19990 (gud-speedbar-buttons): Match on "const char *" too.
19991
19992 * progmodes/gdb-ui.el (gdb-var-create-handler)
19993 (gdb-var-list-children-handler): Match on "const char *" too.
19994 (gdb-var-evaluate-expression-handler): Match on empty string.
19995 (gdb-var-update-handler): Only call
19996 gdb-var-evaluate-expression-handler when required.
19997
19998 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19999
20000 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20001 selected window. This still doesn't work for speedbar.
20002 (gud-speedbar-buttons): Handle string expressions properly.
20003
20004 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20005 (gdb-var-create-handler): Handle string expressions properly.
20006 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20007 Handle string expressions properly. Move "type" field into regexp.
20008
20009 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20010
20011 * bookmark.el (bookmark-maybe-message): New function to reduce
20012 code duplication: invokes `message' iff baud-rate is high enough.
20013 (bookmark-write-file): Use above instead of an inline conditional.
20014 (bookmark-load): Same.
20015
20016 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20017
20018 * bookmark.el (bookmark-write-file): Don't visit the destination
20019 file, just write the data to it using write-region. This is
20020 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20021 change to avoid visiting the file in the first place.
20022
20023 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20024
20025 * hi-lock.el (hi-lock-mode): Set the default value of
20026 font-lock-defaults.
20027
20028 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20029
20030 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20031 arg to `file-attributes'.
20032 (find-lisp-format): The UID and GID can now be strings.
20033
20034 2005-11-12 Kim F. Storm <storm@cua.dk>
20035
20036 * help.el (help-map): Bind C-h d to apropos-documentation.
20037
20038 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20039 when point is at end-of-buffer.
20040
20041 * apropos.el (apropos-match-face): Doc fix.
20042 (apropos-sort-by-scores): Add new choice `verbose'.
20043 (apropos-documentation-sort-by-scores): New defcustom.
20044 (apropos-pattern): Now contains the pattern entered by the user.
20045 (apropos-pattern-quoted): New defvar.
20046 (apropos-regexp): New defvar, containing the regexp corresponding
20047 to apropos-pattern.
20048 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20049 (apropos-read-pattern): New defun. Use it to read pattern arg in
20050 interactive calls; returns list of words for a word list, and
20051 string for a regexp.
20052 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20053 parses a list of words or regexp as returned by apropos-read-pattern.
20054 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20055 (apropos-score-doc): Return a very high score if the string
20056 entered by the user matches literally.
20057 (apropos-variable): Doc fix. Use apropos-read-pattern.
20058 (apropos-command): Doc fix. Use apropos-read-pattern and
20059 apropos-parse-pattern. Call apropos-print with nosubst=t.
20060 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20061 apropos-parse-pattern.
20062 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20063 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20064 apropos-documentation-sort-by-scores. Call apropos-print with
20065 nosubst=t.
20066 (apropos-documentation-internal): Pass doc string through
20067 substitute-key-definition before adding text properties.
20068 Highlight substring matching literal user input if possible.
20069 (apropos-documentation-check-doc-file): Remove locals beg and end.
20070 Fix calculation of score (as added twice). Pass doc string through
20071 substitute-key-definition before adding text properties.
20072 (apropos-documentation-check-elc-file): Pass doc string through
20073 substitute-key-definition before adding text properties.
20074 Highlight substring matching literal user input if possible.
20075 (apropos-print): Add new arg NOSUBST; if set, command and variable
20076 doc strings have already been passed through substitute-key-definition.
20077 Add code to handle apropos-accumulator items without score element
20078 for backwards compatibility (e.g. with woman package).
20079 Only show scores if apropos-sort-by-scores is `verbose'.
20080
20081 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20082
20083 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20084 Add jka-compr-load-suffixes to load-suffixes.
20085
20086 * jka-compr.el: Require jka-cmpr-hook.
20087 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20088 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20089 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20090 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20091 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20092 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20093 (jka-compr-uninstall): Remove entries from
20094 jka-compr-added-to-file-coding-system-alist after they are used.
20095 (jka-compr-error): Remove unused var `curbuf'.
20096 (jka-compr-file-local-copy): Remove unused var `notfound'.
20097
20098 2005-11-10 Romain Francoise <romain@orebokech.com>
20099
20100 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20101
20102 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20103
20104 * progmodes/gud.el (gud-menu-map): Move parentheses.
20105 (gdb): New command gud-pv.
20106
20107 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20108
20109 * tar-mode.el: Remove spurious or unnecessary leading stars
20110 in docstrings.
20111 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20112 (tar-parse-octal-integer-safe): Use mapc.
20113 (tar-header-block-summarize): Remove unused var `ck'.
20114 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20115 cleared before. Obey default-enable-multibyte-characters.
20116 Use mapconcat. Simplify setting of tar-header-offset.
20117 (tar-mode-map): Move initialization inside delcaration.
20118 (tar-flag-deleted): Use `abs'.
20119 (tar-expunge-internal): Remove unused var `line'.
20120 (tar-expunge-internal): Don't hardcode point-min==1.
20121 (tar-expunge): Widen while doing set-buffer-multibyte.
20122 (tar-rename-entry): Use file-name-coding-system.
20123 (tar-alter-one-field): Don't hardcode point-min==1.
20124 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20125 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20126
20127 2005-11-10 Masatake YAMATO <jet@gyve.org>
20128
20129 * add-log.el (add-log-current-defun): Handle class::method
20130 notation of c++. Fix incorrect comment.
20131
20132 2005-11-10 Alan Mackenzie <acm@muc.de>
20133
20134 * help-fns.el (describe-variable): Make C-h v work when a variable
20135 has variable documentation yet is unbound.
20136
20137 2005-11-10 Masatake YAMATO <jet@gyve.org>
20138
20139 * man.el (Man-highlight-references): Set an empty
20140 string to `Man-arguments' if it is nil.
20141 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20142
20143 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20144
20145 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20146 commenting conventions.
20147
20148 * cus-dep.el (custom-make-dependencies): Simplify.
20149 Better follow the commenting conventions.
20150
20151 2005-11-09 Richard M. Stallman <rms@gnu.org>
20152
20153 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20154 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20155 All uses changed.
20156 (apropos-rewrite-regexp): Doc fix.
20157 (apropos-variable, apropos-command, apropos, apropos-value):
20158 Change prompt; carry through the argument renaming.
20159
20160 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20161
20162 * find-lisp.el: Require dired.
20163 (find-lisp-find-dired-internal): Do not call
20164 `abbreviate-file-name' on DIR.
20165
20166 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20167
20168 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20169
20170 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20171
20172 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20173 when using the speedbar.
20174 (gdb): New command gud-pp.
20175 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20176
20177 2005-11-09 Juri Linkov <juri@jurta.org>
20178
20179 * replace.el (occur-excluded-properties): New defcustom.
20180 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20181
20182 2005-11-08 Jay Belanger <belanger@truman.edu>
20183
20184 * calc/calc-units.el (math-convert-units): Replace any composite
20185 unit by its definition.
20186
20187 2005-11-08 Lars Hansen <larsh@soem.dk>
20188
20189 * emacs-lisp/autoload.el (update-directory-autoloads):
20190 Add obsolete function alias.
20191
20192 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20193
20194 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20195 comment-indent-function.
20196 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20197
20198 * reveal.el (reveal-post-command): Rework the handling of
20199 reveal-open-spots, so as to be more reliable. There were several
20200 tricky corner cases where an open spot might be lost, or where
20201 a closed spot might end up on the list of open spots.
20202 Only reveal text that's ellipsised.
20203
20204 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20205
20206 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20207
20208 2005-11-07 John Paul Wallington <jpw@gnu.org>
20209
20210 * ibuffer.el (ibuffer): Search iconified frames too when
20211 getting Ibuffer buffer's window.
20212
20213 2005-11-06 Richard M. Stallman <rms@gnu.org>
20214
20215 * progmodes/compile.el (compilation-internal-error-properties):
20216 save-excursion around the computation of MARKER.
20217
20218 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20219
20220 * textmodes/flyspell.el (flyspell-external-point-words):
20221 flyspell-get-word returns a list, not just a string.
20222
20223 2005-11-06 John Paul Wallington <jpw@pobox.com>
20224
20225 * ibuffer.el (ibuffer): Search all visible frames when getting
20226 Ibuffer buffer's window.
20227
20228 2005-11-07 Masatake YAMATO <jet@gyve.org>
20229
20230 * man.el (Man-reference-regexp): Accept spaces between
20231 `Man-name-regexp' and `Man-section-regexp'.
20232 (Man-apropos-regexp): New variable.
20233 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20234 if available.
20235 (Man-highlight-references, Man-highlight-references0):
20236 Handle the case when `Man-arguments' includes "-k".
20237 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20238 `TARGET'. `TARGET' can be a number, function or nil.
20239
20240 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20241
20242 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20243 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20244 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20245 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20246 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20247 (gdb-send-item): Use buffer-local-value and simplify.
20248
20249 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20250
20251 * startup.el (command-line): Use `custom-reevaluate-setting' for
20252 `global-font-lock-mode'.
20253
20254 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20255 by default, except in batch mode or when the -D option is given.
20256
20257 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20258 specified keyword args on to `define-minor-mode'. Update docstring.
20259
20260 2005-11-05 Romain Francoise <romain@orebokech.com>
20261
20262 * replace.el (occur-engine): Add marker at end of line, too.
20263
20264 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20265
20266 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20267 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20268 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20269 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20270 argument to all these routines, so the passphrase can be managed
20271 externally and passed in to the system.
20272 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20273 pgg-add-passphrase-to-cache function.
20274
20275 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20276 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20277 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20278 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20279 argument to all these routines, so the passphrase can be managed
20280 externally and passed in to the system.
20281 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20282 function.
20283
20284 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20285
20286 * font-lock.el: Don't deal with font-lock-face-attributes here,
20287 move the code ...
20288
20289 * startup.el (command-line): ... here. Use face-spec-set instead
20290 of custom-declare-face.
20291
20292 * faces.el (face-spec-set): Reset the face if spec is not nil.
20293
20294 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20295
20296 * newcomment.el (comment-region-internal): Box more tightly in the
20297 common case where there's no TAB in the boxed text.
20298
20299 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20300
20301 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20302 up-node.
20303
20304 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20305
20306 * newsticker.el: Commentary updated. Code formatting changed.
20307 (newsticker-version): Change to "1.9".
20308 (newsticker, newsticker-feed): Doc fix.
20309 (newsticker-url-list): Doc fix. Add option "Weekly".
20310 (newsticker-retrieval-interval): Add option "Weekly".
20311 (newsticker-headline-processing): Doc fix.
20312 (newsticker-auto-mark-filter): Remove.
20313 (newsticker-auto-mark-filter-list): New.
20314 (newsticker-layout, newsticker-sort-method): Doc fix.
20315 (newsticker-hide-old-items-in-newsticker-buffer)
20316 (newsticker-heading-format, newsticker-item-format)
20317 (newsticker-desc-format): Doc fix.
20318 (newsticker-show-all-rss-elements): Remove.
20319 (newsticker-show-all-news-elements): New.
20320 (newsticker-faces, newsticker-ticker): Doc fix.
20321 (remove-from-invisibility-spec): Code formatting.
20322 (newsticker--process-ids): New.
20323 (newsticker-mode): Doc fix.
20324 (newsticker-mode): Change mode-line-format.
20325 (newsticker-start): Remove debug output.
20326 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20327 (newsticker-w3m-show-inline-images): Code formatting.
20328 (newsticker-next-item): Call `force-mode-line-update'.
20329 (newsticker-previous-item): Call `force-mode-line-update'.
20330 (newsticker-next-feed): Call `force-mode-line-update'.
20331 (newsticker-previous-feed): Call `force-mode-line-update'.
20332 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20333 (newsticker-show-old-items): Do not show descs.
20334 (newsticker-hide-entry): Hide too much.
20335 (newsticker-hide-entry, newsticker-show-entry)
20336 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20337 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20338 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20339 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20340 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20341 (newsticker-get-news): Call `force-mode-line-update'.
20342 Collect process ids.
20343 (newsticker--sentinel): Change coding system handling.
20344 Move image retrieval to new functions newsticker--get-logo-url-*.
20345 Move feed parsing to new functions newsticker--parse-*.
20346 Update list of process ids.
20347 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20348 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20349 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20350 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20351 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20352 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20353 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20354 (newsticker--decode-coding-string): Remove.
20355 (newsticker--decode-numeric-entities): Check input. Format code.
20356 (newsticker--remove-whitespace): Check input.
20357 (newsticker--do-forget-preformatted): Doc fix.
20358 (newsticker--decode-rfc822-date): Allow for missing time.
20359 (newsticker--update-process-ids): New.
20360 (newsticker--image-sentinel): Change comment.
20361 (newsticker--image-read): Change error message.
20362 (newsticker--imenu-goto): Doc fix. Show headline title.
20363 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20364 (newsticker--buffer-do-insert-text): Clean whitespace in
20365 html-rendered headline title. Code formatting.
20366 Call `newsticker--buffer-print-extra-elements'.
20367 (newsticker--buffer-print-extra-element): Remove.
20368 (newsticker--buffer-print-extra-elements): New.
20369 (newsticker--buffer-do-print-extra-element): New.
20370 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20371 large sizes.
20372 (newsticker--run-auto-mark-filter)
20373 (newsticker--do-run-auto-mark-filter):
20374 Use `newsticker-auto-mark-filter-list'.
20375
20376 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20377
20378 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20379 (rcirc-print): Force redisplay before running hooks. Do long
20380 buffer truncation after making new text read-only. Deal with nil
20381 text when decoding strings. If TARGET is nil, use either the
20382 currently selected buffer, if it is an rcirc buffer and of the
20383 same process or the process buffer.
20384 (rcirc-mode): Remove header-line. Recompute short buffer names.
20385 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20386 (rcirc-short-buffer-name): Add variable.
20387 (rcirc-kill-buffer-hook): Recompute short buffer names.
20388 Remove nick from private channel.
20389 (rcirc-send-input): Send command text to current-buffer.
20390 Don't clear overlay arrow here.
20391 (rcirc-short-buffer-name): Return a short buffer name.
20392 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20393 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20394 buffer-name abbreviations.
20395 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20396 Do not touch nick-table when killing a parted channel.
20397 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20398 Clear arrow from current buffer if it is now hidden.
20399 (rcirc-current-buffer): Add variable.
20400 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20401 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20402 Remove -face from names.
20403 (rcirc-update-activity-string): Print "DND" when globally ignoring
20404 activity.
20405 (rcirc-ignore-buffer-activity-flag): Rename from
20406 rcirc-ignore-channel-activity.
20407 (rcirc-ignore-all-activity-flag): Doc fix.
20408 (rcirc-channels): Remove variable.
20409 (rcirc-kill-buffer-hook):
20410 (rcirc-get-buffer-create): Add nick to private channel.
20411 (rcirc-multiline-edit-submit): Remove tabs.
20412 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20413 folded.
20414 (rcirc-remove-nick-channel): Bug fix.
20415 (rcirc-toggle-ignore-buffer-activity): Rename from
20416 rcirc-toggle-ignore-channel-activity.
20417 (rcirc-record-activity): Add buffers to the front of the list.
20418 (rcirc-update-activity): Remove killed buffers from list.
20419 (rcirc-process-server-response-1): Remove last argument if it is
20420 null before calling handler.
20421 (rcirc): Add "rcirc" defcustom prefix.
20422 (rcirc-prompt): Simplify default prompt.
20423 Use custom-initialize-default.
20424 (rcirc-private-chats): Remove variable.
20425 (rcirc-prompt): Change initialization.
20426 (rcirc-version): Remove function.
20427 (rcirc-id-string): Add constant.
20428 (rcirc-last-buffer): Remove variable.
20429 (rcirc-buffer-alist): Add variable.
20430 (rcirc-connect): Update variable setup.
20431 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20432 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20433 default.
20434 (rcirc-handler-generic): Trigger activity.
20435 (rcirc-send-message): Create the buffor of the target.
20436 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20437 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20438 (rcirc-multiline-edit-cancel): Remove function.
20439 (rcirc-set-last-buffer): Remove function.
20440 (rcirc-get-any-buffer): Add function.
20441 (rcirc-join-channels): Don't print /join text.
20442 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20443 messages.
20444 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20445 (rcirc-handler-NOTICE): Recognize CTCP responses.
20446 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20447 constructing TOPIC string for buffers we are not JOINed.
20448 (rcirc-handler-CTCP-response): Add handler.
20449 (rcirc-multiline-edit-submit): Restore the window-configuration
20450 before adjusting point.
20451 (rcirc): Add customization group.
20452 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20453 (rcirc-user-full-name, rcirc-startup-channels-alist)
20454 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20455 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20456 (rcirc-input-ring-size, rcirc-read-only-flag)
20457 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20458 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20459 Change defvar to defcustom.
20460 (rcirc-update-prompt): Add optional ALL arg, which will update
20461 prompts in all rcirc buffers. Regexp quote replacement text.
20462 (rcirc-fill-column): Accept frame-width as a value.
20463 (rcirc-set-changed): Add function.
20464 (rcirc-next-active-buffer): Write more meaningful messages.
20465 (rcirc-faces): Add customization group.
20466 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20467 (rcirc-nick-in-message-face, rcirc-prompt-face)
20468 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20469 (with-rcirc-process-buffer): Move before first usage.
20470 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20471 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20472 (rcirc-debug): Rename from `rcirc-log'.
20473 (rcirc-format-response-string): Do not print `-' chars for a
20474 NOTICE with no sender. Simplify output of server responses.
20475
20476 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20477
20478 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20479 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20480 Make urls mouse and RET clickable.
20481
20482 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20483
20484 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20485
20486 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20487
20488 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20489 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20490 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20491 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20492 argument to all these routines, so the passphrase can be managed
20493 externally and passed in to the system.
20494 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20495 pgg-add-passphrase-to-cache function.
20496
20497 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20498 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20499 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20500 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20501 argument to all these routines, so the passphrase can be managed
20502 externally and passed in to the system.
20503 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20504 function.
20505
20506 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20507
20508 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20509 from goto-address-url-regexp.
20510
20511 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20512
20513 * textmodes/org.el (org-read-date, org-goto-calendar)
20514 (org-recenter-calendar, org-agenda-goto-calendar):
20515 Temporarily clear `calendar-move-hook'.
20516
20517 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20518
20519 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20520 merging.
20521
20522 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20523 have merge clashes.
20524
20525 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20526
20527 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20528 Undo previous change.
20529
20530 * startup.el (command-line): Use `custom-reevaluate-setting' for
20531 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20532 tty-register-default-colors on Mac.
20533
20534 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20535
20536 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20537 (gdb-buffer-type): Make it automatically buffer local...
20538 (gdb-get-create-buffer): ...and set it accordingly.
20539 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20540 actually work.
20541
20542 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20543
20544 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20545 not red.
20546
20547 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20548
20549 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20550 case GUD buffer is not visible.
20551 (gdb-goto-breakpoint): Try to force display in source buffer.
20552 (gdb-frame-gdb-buffer): Copy other similar functions.
20553 (gdb-restore-windows): Don't display source if not asked for.
20554 (gdb-assembler-buffer-name): Don't capitalise.
20555
20556 2005-11-03 Richard M. Stallman <rms@gnu.org>
20557
20558 * wid-edit.el (key-sequence): New widget type.
20559
20560 * simple.el (set-mark-command-repeat-pop): New variable.
20561 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20562 if set-mark-command-repeat-pop is true.
20563
20564 * info.el (Info-fontify-node): Don't display extra "see" if there
20565 already is one here.
20566
20567 * mouse.el: Fix special handling of DEL after dragging a region:
20568 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20569 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20570
20571 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20572
20573 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20574 not to assume it pertains to an affix.
20575
20576 * textmodes/flyspell.el (flyspell-post-command-hook):
20577 Bind deactivate-mark to prevent deactivation.
20578
20579 2005-11-03 Lars Hansen <larsh@soem.dk>
20580
20581 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20582 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20583 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20584
20585 2005-11-03 Romain Francoise <romain@orebokech.com>
20586
20587 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20588 Update copyright years.
20589
20590 2005-11-03 Sam Steingold <sds@gnu.org>
20591
20592 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20593 Use system-type instead of window-system because window-system is not
20594 correctly defined during loadup.
20595
20596 2005-11-02 Mark A. Hershberger <mah@everybody.org>
20597
20598 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20599 (xml-parse-tag): Join strings separated by a comment properly.
20600
20601 2005-11-02 Andreas Schwab <schwab@suse.de>
20602
20603 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20604
20605 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20606
20607 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20608 (byte-optimize-pure-func): Quote the eval'd value.
20609
20610 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20611 Rename from perl-font-lock-syntactic-face-function.
20612 Change the calling convention so it can be used as a font-lock MATCHER.
20613 Do the parse-partial-sexp loop outselves.
20614 (perl-font-lock-syntactic-keywords): Use it.
20615 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20616
20617 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
20618
20619 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20620 disassembly buffer too.
20621 (gdb-exited): Remove overlay arrows when execution has finished.
20622 (gdb-info-frames-custom, gdb-info-threads-custom)
20623 (gdb-info-registers-custom): Don't add inappropriate text
20624 properties if inferior is not active.
20625
20626 2005-11-02 Glenn Morris <rgm@gnu.org>
20627
20628 * progmodes/fortran.el (fortran-blink-match):
20629 Use `blink-matching-delay'.
20630
20631 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
20632
20633 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20634
20635 2005-11-02 Lars Hansen <larsh@soem.dk>
20636
20637 * net/tramp.el (tramp-action-out-of-band): Handle scp message
20638 "Permission denied".
20639
20640 2005-11-01 Richard M. Stallman <rms@gnu.org>
20641
20642 * textmodes/flyspell.el (flyspell-external-point-words):
20643 Pass nil to flyspell-get-word.
20644
20645 2005-11-02 Kim F. Storm <storm@cua.dk>
20646
20647 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20648 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20649
20650 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20651
20652 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20653 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20654 (calendar-mouse-print-dates): Add optional `event' argument.
20655 Update interactive-spec.
20656 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20657 Use `calendar-event-to-date' instead of `event'.
20658
20659 2005-11-02 Masatake YAMATO <jet@gyve.org>
20660
20661 * progmodes/ld-script.el (ld-script-builtins):
20662 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20663 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20664 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20665
20666 2005-11-01 Romain Francoise <romain@orebokech.com>
20667
20668 * vc-sccs.el: Update copyright year.
20669 * ezimage.el: Likewise.
20670
20671 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
20672
20673 * info.el (Info-fontify-node): Use `string-width' for fontifying
20674 underlined titles.
20675
20676 2005-11-01 Juri Linkov <juri@jurta.org>
20677
20678 * info.el (Info-fontify-node): Downcase node header keywords Node,
20679 Prev, Next, Up before comparison.
20680 (Info-history): Insert absolute directory name, and put invisible
20681 property on it.
20682
20683 2005-11-01 Juri Linkov <juri@jurta.org>
20684
20685 * info.el (Info-file-supports-index-cookies): New variable.
20686 (Info-find-node-2): Check makeinfo version for index cookie support.
20687 (Info-index-nodes): Search for nodes with index cookies only when
20688 Info-file-supports-index-cookies is t. Otherwise, search nodes
20689 with "Index" in the node name.
20690 (Info-index-node): Search index cookie in the current node only when
20691 Info-file-supports-index-cookies is t. Otherwise, check the word
20692 "Index" in the node name.
20693 (Info-find-emacs-command-nodes): Remove code that searches nodes
20694 with "Index" node name in the top menu.
20695
20696 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20697
20698 * progmodes/scheme.el (scheme-mode-variables): Use the default
20699 comment-indent-function.
20700
20701 * faces.el (face-attribute): Handle the case where a face inherits from
20702 a non-existent face.
20703
20704 * simple.el (eval-expression-print-format): Use lisp-readable syntax
20705 for octal and hexa output, and merge the char into the paren.
20706 (kill-new): Use push.
20707 (copy-to-buffer): Use with-current-buffer.
20708 (completion-setup-function): Move code in loop to remove redundancy.
20709 (minibuffer-local-must-match-map): Don't add bindings that duplicate
20710 those inherited from minibuffer-local-completion-map.
20711
20712 * savehist.el (savehist-mode) <defcustom>:
20713 Use custom-set-minor-mode if available.
20714 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20715 and emit a message if applicable.
20716
20717 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
20718
20719 * savehist.el: Sync up to version 19.
20720 (savehist-mode): New minor mode.
20721 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20722 (savehist-length): Remove (use history-length instead).
20723 (savehist-file-modes): Rename from savehist-modes.
20724 (savehist-save-hook, savehist-loaded): New vars.
20725 (savehist-load): Use savehist-mode. Try to smooth up transition from
20726 old format to new format.
20727 (savehist-install): Allow savehist-autosave-interval to be nil.
20728 (savehist-save): Run the new hook. Be more careful to only trim the
20729 history variables.
20730 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
20731 (savehist-printable): Print into a buffer rather than char-by-char.
20732
20733 2005-11-01 John Wiegley <johnw@newartisans.com>
20734
20735 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20736 toggle-ignore keybinding (C-a). The author said it had been
20737 disabled much earlier due to a possible incompatibility, but after
20738 many months of usage I have encountered no problems (and it is a
20739 rather useful option, especially for switching to " *temp*").
20740
20741 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20742 support for OS/X's AddressBook, by calling out to the open source
20743 program "contacts" (installable through Fink).
20744
20745 * net/eudc.el (eudc-expand-inline): If the
20746 `eudc-multiple-match-handling-method' is set to `all', delete the
20747 query string before inserting the query result.
20748
20749 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20750 flag, to prevent Eshell from using the system ls when
20751 `eshell-ls-insert-directory' is in used.
20752 (eshell-ls-insert-directory): Disable font-lock in directory
20753 buffer so that Eshell's own fontification is seen. This broke
20754 recently due to changes in font-lock, so this goes back to version
20755 21 behavior.
20756
20757 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
20758
20759 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20760 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20761 (gdb-many-windows): Doc fix.
20762
20763 2005-10-31 Romain Francoise <romain@orebokech.com>
20764
20765 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20766
20767 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20768
20769 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20770 that global-font-lock-mode can be enabled by default.
20771
20772 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20773 (font-lock-add-keywords, font-lock-remove-keywords)
20774 (font-lock-fontify-buffer): Remove autoload cookies.
20775
20776 * jit-lock.el (jit-lock-register): Likewise.
20777
20778 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20779
20780 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20781
20782 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20783 intact if there is no gud-comint-buffer.
20784
20785 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
20786
20787 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20788 old prompt comint-prompt-read-only is t and GDB commands are
20789 issued from tool bar etc.
20790
20791 2005-10-31 Masatake YAMATO <jet@gyve.org>
20792
20793 * vc.el (vc-directory-exclusion-list): Add "{arch}".
20794
20795 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
20796
20797 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20798 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20799
20800 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
20801
20802 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20803 starting at beginning of line. Fontification is messed up when
20804 `open-paren-in-column-0-is-defun-start' set to t.
20805 Reported by John Paul Wallington <jpw@pobox.com>.
20806
20807 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
20808
20809 * comint.el (comint-send-input): Call `comint-update-fence' when
20810 `comint-process-echoes' and `comint-prompt-read-only' are both
20811 non-nil, to avoid leftover read-only newline.
20812
20813 2005-10-30 Richard M. Stallman <rms@gnu.org>
20814
20815 * textmodes/flyspell.el (flyspell-external-point-words):
20816 Detect when WORD can't be checked properly because
20817 flyspell-get-word finds just part of it, and move on.
20818
20819 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20820 boundarychar for Polish.
20821 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20822 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20823
20824 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20825
20826 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20827 (gdb-registers-font-lock-keywords): Delete.
20828 (gdb-registers-mode): Don't fontify.
20829 (gdb-info-registers-custom): Use text properties instead as, in
20830 future, changed register values will use font-lock-warning-face.
20831 (gdb-local-font-lock-keywords): Rename to...
20832 (gdb-locals-font-lock-keywords): ...for consistency.
20833
20834 2005-10-30 Andre Spiegel <spiegel@gnu.org>
20835
20836 * vc.el (vc-switch-backend): Better error message if the buffer is
20837 not visiting a file under version control.
20838
20839 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20840
20841 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
20842
20843 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20844 ~/.emacs.d/.emacs.
20845
20846 2005-10-29 Richard M. Stallman <rms@gnu.org>
20847
20848 * replace.el (occur-mode-mouse-goto): Always go to other window.
20849 (occur-mode-goto-occurrence): Always switch in same window.
20850
20851 * simple.el (undo): Display message at end, not at start.
20852
20853 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20854 New arg REUSE-CELL.
20855 (cancel-timer-internal): New function.
20856 (timer-event-handler): Use cancel-timer-internal,
20857 and pass the cell it returns to timer-activate...
20858
20859 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20860 (jit-lock-deferred-fontify, jit-lock-context-fontify)
20861 (jit-lock-after-change): Test memory-full.
20862
20863 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20864
20865 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20866 part of the decoded armor to find the key-identifier.
20867 (pgg-gpg-lookup-key-owner): New function to return the
20868 human-readable identifier of a key owner.
20869 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20870 key itself.
20871 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20872 the key value) if we have a key and can match it against a secret
20873 key. Also, added a note pointing out fact that the prompt only
20874 indicates the first matching key.
20875
20876 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20877 pgg-decrypt-region.
20878 (pgg-pending-timers): A new hash for tracking the passphrase cache
20879 timers, so that new ones supercede old ones.
20880 (pgg-add-passphrase-to-cache): Rename from
20881 `pgg-add-passphrase-cache' to reduce confusion (all callers
20882 changed). Modified to cancel old timers when new ones are added.
20883 (pgg-remove-passphrase-from-cache): Rename from
20884 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20885 changed). Modified to cancel old timers when their keys are
20886 removed from the cache.
20887 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20888 XEmacs, an indirection to delete-itimer.
20889 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20890 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20891 users can only check cache without risk of prompting. Correct bug in
20892 notruncate behavior.
20893 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20894 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20895 Add informative docstrings.
20896 (pgg-decrypt): Convey provided passphrase in subordinate call to
20897 pgg-decrypt-region.
20898
20899 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20900 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20901 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20902 `passphrase' argument, so the passphrase can be managed externally
20903 and then passed in to the system.
20904
20905 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20906 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20907 so the passphrase cache can be used reliably with identifiers
20908 besides a pgp packet's key id.
20909
20910 * pgg-gpg.el (pgg-pgp-encrypt-region)
20911 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20912 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20913 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20914 argument to all these routines, so the passphrase can be managed
20915 externally and passed in to the system.
20916
20917 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20918 `notruncate' argument, so the passphrase cache can be used
20919 reliably with identifiers besides a pgp packet's key id.
20920
20921 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20922
20923 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20924 symmetric encryption.
20925 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20926 encrypted session key.
20927 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20928 message ask for the passphrase in a proper way.
20929
20930 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20931 New user commands for symmetric encryption.
20932
20933 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
20934
20935 * textmodes/conf-mode.el (conf-assignment-sign)
20936 (conf-assignment-regexp): Fix docstrings.
20937 (conf-mode-initialize): New function.
20938 (conf-mode): Remove optional args. Use delay-mode-hooks to
20939 recognize recursive calls.
20940 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20941 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20942 (conf-xdefaults-mode): Use define-derived-mode and
20943 conf-mode-initialize.
20944
20945 2005-10-29 Romain Francoise <romain@orebokech.com>
20946
20947 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20948
20949 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20950
20951 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20952 part of the decoded armor to find the key-identifier.
20953 (pgg-gpg-lookup-key-owner): New function to return the
20954 human-readable identifier of a key owner.
20955 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20956 key itself.
20957 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20958 the key value) if we have a key and can match it against a secret
20959 key. Also, added a note pointing out fact that the prompt only
20960 indicates the first matching key.
20961
20962 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20963 pgg-decrypt-region.
20964 (pgg-pending-timers): A new hash for tracking the passphrase cache
20965 timers, so that new ones supercede old ones.
20966 (pgg-add-passphrase-to-cache): Rename from
20967 `pgg-add-passphrase-cache' to reduce confusion (all callers
20968 changed). Modified to cancel old timers when new ones are added.
20969 (pgg-remove-passphrase-from-cache): Rename from
20970 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20971 changed). Modified to cancel old timers when their keys are
20972 removed from the cache.
20973 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20974 XEmacs, an indirection to delete-itimer.
20975 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20976 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20977 users can only check cache without risk of prompting. Correct bug in
20978 notruncate behavior.
20979 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20980 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20981 Add informative docstrings.
20982 (pgg-decrypt): Convey provided passphrase in subordinate call to
20983 pgg-decrypt-region.
20984
20985 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
20986
20987 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20988 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20989 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20990 `passphrase' argument, so the passphrase can be managed externally
20991 and then passed in to the system.
20992
20993 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20994 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20995 so the passphrase cache can be used reliably with identifiers
20996 besides a pgp packet's key id.
20997
20998 * pgg-gpg.el (pgg-pgp-encrypt-region)
20999 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21000 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21001 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21002 argument to all these routines, so the passphrase can be managed
21003 externally and passed in to the system.
21004
21005 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21006 `notruncate' argument, so the passphrase cache can be used
21007 reliably with identifiers besides a pgp packet's key id.
21008
21009 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21010
21011 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21012 symmetric encryption.
21013 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21014 encrypted session key.
21015 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21016 message ask for the passphrase in a proper way.
21017
21018 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21019 New user commands for symmetric encryption.
21020
21021 2005-10-28 Bill Wohler <wohler@newt.com>
21022
21023 * help-mode.el (help-url): New button type. Calls browse-url.
21024 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21025 Similar to Info nodes: URL `url'.
21026 (help-make-xrefs): Create help-url buttons for
21027 help-xref-url-regexp matches.
21028
21029 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21030
21031 * tool-bar.el (tool-bar-add-item-from-menu)
21032 (tool-bar-local-item-from-menu): Fix doc strings.
21033
21034 2005-10-28 Romain Francoise <romain@orebokech.com>
21035
21036 * ldefs-boot.el: Update.
21037
21038 * subr.el (locate-library): Move from help-fns.el.
21039 * help-fns.el (locate-library): Move to subr.el.
21040
21041 2005-10-28 Richard M. Stallman <rms@gnu.org>
21042
21043 * net/tramp.el (tramp-completion-mode): defvar moved up.
21044
21045 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21046
21047 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21048
21049 * files.el (find-file-noselect): Use %d to format large file size.
21050
21051 * bindings.el (mode-line-format): Add %e.
21052
21053 * loadup.el ("facemenu"): Load unconditionally.
21054 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21055 ("x-dnd"): Load, when appropriate.
21056
21057 * startup.el (command-line): Call before-init-hook earlier.
21058 Warn about some bad characters in -u user name.
21059
21060 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21061 (flyspell-external-point-words): Error if misspelled word is not found.
21062 Set flyspell-large-region-beg at end of word.
21063
21064 2005-10-28 Andreas Schwab <schwab@suse.de>
21065
21066 * view.el (View-revert-buffer-scroll-page-forward):
21067 Use view-page-size-default.
21068
21069 2005-10-28 Juri Linkov <juri@jurta.org>
21070
21071 * international/quail.el (quail-get-current-str): Translate last
21072 raw character for deterministic input methods.
21073
21074 2005-10-27 Jay Belanger <belanger@truman.edu>
21075
21076 * calc/calc-ext.el: Add functions to autoloads.
21077 (math-identity-matrix-p, math-ident-row-p): New functions.
21078
21079 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21080 multiplication by an identity matrix; don't turn multiplication by
21081 an inverse matrix into division.
21082 (math-div-symbol-fancy): Replace division by matrices with
21083 multiplication by inverse.
21084
21085 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21086
21087 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21088 (calc-writeoutpower): New functions.
21089
21090 2005-10-27 Romain Francoise <romain@orebokech.com>
21091
21092 * replace.el (occur-engine): Include colon in mouse-face highlight.
21093
21094 * dired-x.el: Change Maintainer field.
21095
21096 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21097
21098 * longlines.el (longlines-mode): Bind after-change-functions to
21099 nil during initial decoding and final encoding.
21100
21101 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21102
21103 * term.el (term-emulate-terminal, term-handle-colors-array)
21104 (term-handle-ansi-escape): Specify the terminfo capabilities
21105 implemented.
21106
21107 2005-10-26 Richard M. Stallman <rms@gnu.org>
21108
21109 * info.el (Info-fontify-node): Fix detection of sentence-break
21110 before *Note.
21111
21112 2005-10-26 Romain Francoise <romain@orebokech.com>
21113
21114 * smerge-mode.el: Add `tools' to file keywords.
21115
21116 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21117
21118 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21119 when the fringe is not available.
21120
21121 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21122 (def-gdb-auto-update-trigger): Simplify construction.
21123 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21124 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21125 defined explicitly.
21126 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21127 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21128 defined explicitly.
21129 (gdb-info-locals-custom): Remove as it's a no-op.
21130
21131 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21132
21133 * longlines.el (longlines-mode): Remove narrowing before
21134 performing the initial decoding or final encoding.
21135
21136 2005-10-25 Romain Francoise <romain@orebokech.com>
21137
21138 * emacs-lisp/find-func.el (find-library-name): Also strip
21139 extension if library name ends in .el, to take advantage of
21140 `find-library-suffixes'.
21141
21142 2005-10-25 Richard M. Stallman <rms@gnu.org>
21143
21144 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21145
21146 2005-10-25 Juri Linkov <juri@jurta.org>
21147
21148 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21149 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21150
21151 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21152
21153 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21154 (blackbox-redefine-key): Add argument `map'.
21155
21156 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21157 regions when moving the jit-lock-context-unfontify-pos boundary.
21158
21159 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21160
21161 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21162
21163 2005-10-25 Masatake YAMATO <jet@gyve.org>
21164
21165 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21166
21167 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21168
21169 * play/blackbox.el (blackbox-redefine-key): New function.
21170 (blackbox-mode-map): Use it to remap existing bindings for cursor
21171 motion instead of binding literal keys.
21172
21173 2005-10-25 Glenn Morris <rgm@gnu.org>
21174
21175 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21176 diary does not end in a newline. Do not assume a blank line at
21177 the start of the diary file.
21178
21179 2005-10-25 Kenichi Handa <handa@m17n.org>
21180
21181 * international/quail.el (quail-translate-key): If the input
21182 method is deterministic and failed to handle the last key, restart
21183 the key handling loop from an appropriate key.
21184
21185 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21186
21187 * vc.el (vc-dired-mode): Extend comment for binding of
21188 `directory-listing-before-filename-regexp'.
21189
21190 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21191
21192 * textmodes/texinfo.el (texinfo-mode):
21193 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21194 not to unnecessarily expose emacs-mule's internal char codes.
21195
21196 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21197
21198 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21199 Display hand pointer and help-echo on disabled icon too.
21200 (gdb-mouse-until): New function.
21201 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21202
21203 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21204
21205 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21206 with 2005-10-23 change to doctor.el.
21207
21208 * finder.el (finder-mode-map): Add follow-link binding.
21209
21210 2005-10-25 Kim F. Storm <storm@cua.dk>
21211
21212 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21213 to gdb-mouse-toggle-breakpoint-fringe.
21214 (gdb-mouse-toggle-breakpoint-margin): Rename from
21215 gdb-mouse-toggle-breakpoint. Fix doc.
21216 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21217 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21218 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21219 string properties also for fringe breakpoint bitmaps.
21220
21221 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21222
21223 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21224
21225 2005-10-25 Masatake YAMATO <jet@gyve.org>
21226
21227 * simple.el (completion-common-substring):
21228 Use `completion-common-substring' prior to `completion-base-size'.
21229
21230 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21231
21232 * savehist.el: Require CL while compiling.
21233 (savehist-history-variables): Remove.
21234 (savehist-save-minibuffer-history, savehist-additional-variables)
21235 (savehist-minibuffer-history-variables): New vars.
21236 (savehist-save): Use them.
21237 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21238 (savehist-install): New fun, extracted from savehist-load.
21239 (savehist-load): Use them.
21240
21241 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21242
21243 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21244 a dummy doc-string-elt property.
21245 (defalias, defvaralias, define-category): Add a docstring property.
21246
21247 * image.el (defimage):
21248 * widget.el (define-widget):
21249 * custom.el (defface, defcustom): Add `doc-string' declaration.
21250
21251 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21252 (defadvice): Add `doc-string' declaration.
21253
21254 * emacs-lisp/byte-run.el (macro-declaration-function):
21255 Handle `doc-string' declarations.
21256 (define-obsolete-function-alias, define-obsolete-variable-alias):
21257 Add `doc-string' declaration.
21258
21259 2005-10-24 Kenichi Handa <handa@m17n.org>
21260
21261 * international/utf-7.el (utf-7): Add autoload cookie.
21262
21263 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21264
21265 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21266
21267 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21268 list of directories passed to batch-update-autoloads. Add "." to
21269 the list of the echoed directories.
21270
21271 * pgg-def.el:
21272 * pgg-gpg.el:
21273 * pgg-parse.el:
21274 * pgg-pgp.el:
21275 * pgg-pgp5.el:
21276 * pgg.el: Moved here from the gnus subdirectory.
21277
21278 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21279
21280 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21281 in case comint-prompt-read-only is set to t.
21282
21283 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21284 in case comint-prompt-read-only is set to t.
21285
21286 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21287
21288 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21289 Now a string.
21290 (icalendar-import-format): Handle CLASS, STATUS, URL.
21291 Rename `subject' to `summary'.
21292 (icalendar-import-format-summary): Rename from
21293 `icalendar-import-format-subject'.
21294 (icalendar-import-format-url, icalendar-import-format-status)
21295 (icalendar-import-format-class): New variables.
21296 (icalendar--rris): Take variable argument list.
21297 (icalendar--datestring-to-isodate): Remove unnecessary
21298 calendar-style check when converting dates with explicit month names.
21299 (icalendar-export-region): Change return type of conversion
21300 subroutines. Bury current buffer unless error occurred.
21301 (icalendar--convert-to-ical)
21302 (icalendar--parse-summary-and-rest): New functions.
21303 (icalendar--convert-ordinary-to-ical)
21304 (icalendar--convert-weekly-to-ical)
21305 (icalendar--convert-yearly-to-ical)
21306 (icalendar--convert-block-to-ical)
21307 (icalendar--convert-cyclic-to-ical)
21308 (icalendar--convert-anniversary-to-ical): Change return type.
21309 Strip trailing blanks from subject.
21310 (icalendar--convert-sexp-to-ical): Change return type.
21311 Strip trailing blanks from subject. Handle simple sexp
21312 entries as generated by icalendar.el.
21313 (icalendar--convert-float-to-ical)
21314 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21315 (icalendar-import-file): Doc fix.
21316 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21317 Correct call to icalendar--rris.
21318 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21319 `summary'.
21320 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21321
21322 2005-10-24 Romain Francoise <romain@orebokech.com>
21323
21324 * server.el (server-sentinel): Set query-on-exit flag to nil on
21325 new client processes (it isn't inherited from the server process).
21326
21327 * replace.el (occur-engine): Rearrange text properties.
21328
21329 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21330
21331 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21332 case-fold-search is nil.
21333 (debug-help-follow): Use help-xref-interned directly.
21334
21335 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21336
21337 * thumbs.el (thumbs-image-type): Add .pbm.
21338
21339 2005-10-23 Richard M. Stallman <rms@gnu.org>
21340
21341 * faces.el (inhibit-face-set-after-frame-default): New variable.
21342 (set-face-attribute): Bind it.
21343 (face-set-after-frame-default): Test it.
21344
21345 * help-fns.el (describe-simplify-lib-file-name): New function.
21346 (describe-function-1, describe-variable): Use it.
21347
21348 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21349
21350 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21351 Eliminate nil as possible value.
21352 (tooltip-hide-delay): Reduce internal-border-width.
21353
21354 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21355 (menu-bar-file-menu) <new-file>: Likewise.
21356
21357 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21358
21359 * international/mule.el (load-with-code-conversion):
21360 Pass full file name to `eval-buffer' unless preloading.
21361
21362 * textmodes/flyspell.el (flyspell-large-region):
21363 Call ispell-check-version.
21364
21365 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21366 Fix the make-variable-buffer-local call that was supposed
21367 to be for this variable.
21368 (ispell-aspell-supports-utf8): Doc fix.
21369 (ispell-find-aspell-dictionaries): Preserve elements of
21370 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21371 (ispell-aspell-find-dictionary): Return nil on error.
21372
21373 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21374 (doctor-symptoms): Likewise.
21375
21376 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21377
21378 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21379
21380 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21381 (custom-raised-buttons): Add :set spec.
21382 (custom-button-unraised, custom-button-pressed-unraised):
21383 New faces, so that custom-raised-buttons actually does something.
21384 (custom-mode): Use custom-button and custom-button-pressed.
21385
21386 * wid-edit.el (widget-specify-button): Don't ignore
21387 widget-mouse-face on graphic terminals.
21388 (widget-move-and-invoke): Cleanup.
21389
21390 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21391
21392 * whitespace.el (whitespace-cleanup): Doc fix.
21393
21394 2005-10-23 Romain Francoise <romain@orebokech.com>
21395
21396 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21397 `eval-after-load' to avoid evaluating their result.
21398
21399 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21400
21401 * files.el (directory-listing-before-filename-regexp):
21402 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21403
21404 * dired.el (dired-move-to-filename-regexp): Remove.
21405 All occurrences replaced by `directory-listing-before-filename-regexp'.
21406
21407 * dired-x.el, locate.el, vc.el:
21408 Replace `dired-move-to-filename-regexp' by
21409 `directory-listing-before-filename-regexp'. In vc.el it is
21410 overwritten locally; maybe this can be handled in files.el too.
21411
21412 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21413 replaced by `directory-listing-before-filename-regexp'.
21414
21415 2005-10-23 Andreas Schwab <schwab@suse.de>
21416
21417 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21418 and eval-next-after-load.
21419
21420 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21421
21422 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21423 exist, create it.
21424
21425 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21426
21427 * allout.el: Remove autoloads for mailcrypt and crypt++.
21428 Require pgg, pgg-gpg during compilation.
21429 (allout-version): Increment version number to 2.1, and use a literal
21430 rather than RCS Id.
21431 (allout-default-encryption-scheme): Remove.
21432 (allout-passphrase-verifier-handling)
21433 (allout-passphrase-verifier-string)
21434 (allout-file-passphrase-verifier-string)
21435 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21436 (allout-passphrase-hint-handling): Rename and simplify.
21437 (allout-init): Use `find-file-hook' if available, otherwise
21438 `find-file-hooks'.
21439 (allout-mode): Use `write-file-functions' if available, otherwise
21440 `local-write-file-hooks' and, instead of making auto-save-hook
21441 buffer local, make the write-file-hook activity contingent to
21442 allout-mode.
21443 (allout-mode): Use key-binding substitution in the docstring.
21444 (allout-kill-line): Spell-out kill ring data structure mutation
21445 instead of using byte-compiler-complaint-provoking `pop'.
21446 (allout-insert-listified): Use `insert' rather than `insert-string'
21447 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21448 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21449 (allout-encrypt-string): Totally revamped vis new underlying
21450 encryption facilities.
21451 (allout-mc-activate-passwd): Remove.
21452 (allout-obtain-passphrase): New, more or less replaces
21453 allout-mc-activate-passwd.
21454 (allout-encrypted-key-info): More or less replaces
21455 allout-encrypted-text-type.
21456 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21457 (my-mark-marker): Use `(featurep 'xemacs)'.
21458
21459 2005-10-23 Lars Hansen <larsh@soem.dk>
21460
21461 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21462 (byte-compile-file-form-defmumble, byte-compile-defun)
21463 (byte-compile-defmacro): Use it.
21464 (byte-compile-form): Don't call byte-compile-set-symbol-position
21465 when a byte-compile handler is called.
21466
21467 2005-10-22 Romain Francoise <romain@orebokech.com>
21468
21469 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21470
21471 * subr.el (eval-after-load): Convert library name to an absolute
21472 file name using locate-library, since load-history no longer has
21473 library names in it.
21474
21475 2005-10-22 Richard M. Stallman <rms@gnu.org>
21476
21477 * files.el (make-temp-file): Move from subr.el.
21478 * subr.el (make-temp-file): Move to files.el.
21479
21480 * window.el (get-buffer-window-list): Move from subr.el.
21481 * subr.el (get-buffer-window-list): Move to window.el.
21482
21483 * image.el (image-load-path): Use eval-at-startup to initialize.
21484
21485 * subr.el (eval-at-startup): New macro.
21486
21487 * subr.el: Much rearrangement of functions and division
21488 into pages. No code changes.
21489
21490 2005-10-22 Kenichi Handa <handa@m17n.org>
21491
21492 * tar-mode.el (tar-extract): Be sure to call
21493 find-operation-coding-system if set-auto-coding doesn't find a
21494 coding system.
21495
21496 2005-10-22 Kim F. Storm <storm@cua.dk>
21497
21498 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21499 Change users.
21500 (image-type-file-name-regexps): New defconst.
21501 (image-type-from-data): Simplify loop.
21502 (image-type-from-buffer): New defun.
21503 (image-type-from-file-header): Use it instead of image-type-from-data.
21504 Use image-search-load-path instead of only looking in data-directory.
21505 (image-type-from-file-name): New defun.
21506 (image-search-load-path): Change `pathname' to `filename'.
21507 Make PATH arg optional, default to image-load-path.
21508
21509 2005-10-21 Richard M. Stallman <rms@gnu.org>
21510
21511 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21512
21513 * textmodes/paragraphs.el (sentence-end-base): New variable.
21514 (sentence-end): Use sentence-end-base.
21515
21516 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21517
21518 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21519 property independently from the font-lock-multiline variable.
21520
21521 2005-10-21 Richard M. Stallman <rms@gnu.org>
21522
21523 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21524
21525 * startup.el (command-line): Convert library names
21526 in `load-history' to absolute file names.
21527
21528 * subr.el (symbol-file): Doc fix.
21529
21530 * loadhist.el (file-loadhist-lookup): Call locate-library
21531 instead of find-library-name. Don't try converting
21532 abs file names to library names, since load-history no longer
21533 has library names in it.
21534 (file-dependents, file-provides, file-requires): Doc fixes.
21535
21536 2005-10-21 Juri Linkov <juri@jurta.org>
21537
21538 * progmodes/etags.el (tags-table-mode): New function.
21539 (tags-verify-table): Replace initialize-new-tags-table with
21540 tags-table-mode.
21541
21542 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21543 default value.
21544 (desktop-modes-not-to-save): Add tags-table-mode to the
21545 default value.
21546
21547 * info.el (Info-index-next): Add total number of index
21548 alternatives to the message.
21549
21550 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21551 backward only space (instead of space and period) before looking
21552 at sentence end.
21553
21554 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21555 Add the old variable value as 4th default-value arg of read-string.
21556
21557 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21558
21559 * cus-face.el (custom-declare-face): Make face from X resources
21560 also on Mac.
21561
21562 * disp-table.el (standard-display-g1, standard-display-graphic):
21563 Refuse to use string glyphs also on Mac.
21564 (standard-display-european): Don't set terminal coding system also
21565 on Mac.
21566
21567 * frame.el (display-screens): Use x-display-screens also on Mac.
21568
21569 2005-10-21 Romain Francoise <romain@orebokech.com>
21570
21571 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21572
21573 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21576 and $? into sexps.
21577
21578 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21579 warning face on open-paren-in-column-0.
21580
21581 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21582 boundary case. Fix typo.
21583 Suggested by Martin Rudalics <rudalics@gmx.at>.
21584
21585 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21586
21587 * textmodes/org.el (org-combined-agenda-icalendar-file)
21588 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21589 (org-export-icalendar-this-file)
21590 (org-export-icalendar-all-agenda-files)
21591 (org-export-icalendar-combine-agenda-files): New commands.
21592 (org-export-icalendar, org-print-icalendar-entries)
21593 (org-start-icalendar-file, org-finish-icalendar-file)
21594 (org-ical-ts-to-string): New functions.
21595 (org-read-date, org-goto-calendar)
21596 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21597 call to `calendar'.
21598 (orgtbl-setup): Remove the :keys arguments from the menu description.
21599 (org-after-save-iCalendar-file-hook): New variable.
21600
21601 2005-10-21 Kenichi Handa <handa@m17n.org>
21602
21603 * language/vietnamese.el (tcvn-5712): Make it an alias of
21604 vietnamese-tcvn coding-system.
21605
21606 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
21607
21608 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21609 group id is given.
21610
21611 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21612
21613 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21614 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21615 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21616 whose line is either continued or ends with a comment.
21617
21618 2005-10-20 Romain Francoise <romain@orebokech.com>
21619
21620 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21621
21622 * replace.el (occur-engine): Add follow-link property.
21623
21624 * font-core.el (font-lock-mode): Doc fix.
21625
21626 2005-10-20 Richard M. Stallman <rms@gnu.org>
21627
21628 * net/rcirc.el: New file.
21629
21630 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
21631
21632 * term.el (term-term-name): Initialize to "eterm-color".
21633
21634 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
21635
21636 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21637 for encryption functionality.
21638 Move allout customization subgroup from `editing' to `outlines' group.
21639 Fix commentary keywords to legitimate ones.
21640 Update author info (using my current email address, obscurified).
21641 (allout-encrypt-string, allout-encryption-produce-work-buffer)
21642 (allout-encrypted-topic-p, allout-encrypted-text-type)
21643 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21644 (allout-situate-encryption-key-verifier)
21645 (allout-get-encryption-key-verifier, allout-verify-key)
21646 (allout-next-topic-pending-encryption)
21647 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21648 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21649 (outline-key-verifier-handling, outline-key-hint-handling)
21650 (outline-encrypt-unencrypted-on-saves): New defcustoms.
21651 (allout-file-key-verifier-string, allout-encryption-scheme)
21652 (allout-key-verifier-string, allout-key-hint-string)
21653 (allout-after-save-decrypt): New variables.
21654 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21655 (allout-after-saves-handler): New hook functions.
21656 (allout-post-command-business): Do allout-after-save-decrypt.
21657 (allout-enable-file-variable-adjustment): Custom var to enable
21658 mechanism for adding and adjusting settings of Emacs file variables.
21659 (allout-adjust-file-variable, allout-file-vars-section-data):
21660 New functions, implement the mechanism.
21661 (outlineify-sticky): Use the file vars mechanism.
21662 (allout-inhibit-protection, allout-during-write-cue)
21663 (allout-override-protect, allout-before-change-protect): Remove.
21664 (allout-flag-region, allout-open-topic): Adjust read-only text.
21665 (allout-open-line-not-read-only): Add to facilitate read-only
21666 text based protection.
21667 (allout-kill-line): Revise to adjust read-only text, clue the
21668 user about the inhibition.
21669 (allout-unprotected): Use unwind-protect.
21670 (allout-shift-in, allout-shift-out): Disallow manually shifting a
21671 topic deeper than the offspring depth of the previous topic -
21672 avoiding confusing "containment discontinuities".
21673 (allout-reindent-bodies): Fix retention of body relative hanging
21674 indent during promotion of collapsed bodies.
21675 (allout-open-topic): Make it easy to open new topic with same
21676 bullet as current topic - topic creation functions provided with
21677 any universal argument provokes now prompt for bullet, defaulting
21678 to the bullet of the previous topic.
21679 (allout-plain-bullets-string, allout-distinctive-bullets-string):
21680 Plain bullet alternates `.' period and `,' comma only. All other
21681 bullets are relegated to special status (but customizable).
21682 (allout-end-of-entry): Rename from allout-end-of-current-entry
21683 since it actually operates w.r.t. most immediately containing
21684 entry, visible or not.
21685 (allout-hide-current-entry, allout-show-current-entry): Use the
21686 revised version.
21687 (allout-old-expose-topic): Solidify deprecation.
21688 (allout-end-of-subtree): Add so we can span concealed as well
21689 as visible topics.
21690 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21691 (allout-end-of-current-heading): Tweak to just respect the first line.
21692 (allout-get-body-text): Add.
21693 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21694 when invoked interactively.
21695 (allout-up-current-level): Use `interactive-p'.
21696 (allout-mode, allout-init): Miscellaneous docstring and
21697 operational refinements, as well as hookups of new encryption stuff.
21698 (allout-beginning-of-current-entry): Now works as advertised.
21699 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21700 (allout-isearch-rectification): Refine condition for isearching.
21701 (allout-isearch-abort, allout-enwrap-isearch)
21702 (allout-flag-region, my-region-active-p): Relocate some macros.
21703 (allout-title): Fallback title is (buffer-name), not
21704 non-existing (current-buffer-name).
21705 (subst-char-in-string): Define if absent (for some XEmacs versions).
21706
21707 2005-10-20 Jari Aalto <jari.aalto@cante.net>
21708
21709 * mail/sendmail.el (mail-setup-hook, mail-aliases)
21710 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21711 (mail-citation-prefix-regexp, mail-signature-file)
21712 (mail-default-headers, mail-bury-selects-summary)
21713 (mail-send-nonascii): Add autoload cookies.
21714
21715 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21716
21717 * frame.el (blink-cursor-mode): Add `mac' to the list of
21718 window-system's that support blinking cursor.
21719
21720 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
21721
21722 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21723
21724 2005-10-20 Eli Zaretskii <eliz@gnu.org>
21725
21726 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21727 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21728 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21729
21730 2005-10-20 Kim F. Storm <storm@cua.dk>
21731
21732 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21733 (ido-set-current-directory): Don't add / after final @.
21734 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21735 Explicitly handle ange-ftp completion oddities.
21736 (ido-make-file-list): Don't rotate list at tramp root to avoid
21737 triggering tramp file handler for expand-file-name via get-file-buffer.
21738
21739 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
21740
21741 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21742
21743 2005-10-19 Jay Belanger <belanger@truman.edu>
21744
21745 * calc/calc-units.el (math-standard-units): Add units, adjust
21746 symbols and update values.
21747 (math-unit-prefixes): Add more prefixes.
21748
21749 2005-10-19 Romain Francoise <romain@orebokech.com>
21750
21751 * bookmark.el (bookmark-menu-heading): New face.
21752 (bookmark-bmenu-list): Use it.
21753 Don't fiddle with `baud-rate' at top-level.
21754
21755 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
21756
21757 * image.el (create-image, find-image): Mention max-image-size in
21758 docstring.
21759
21760 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21761
21762 * savehist.el (savehist-load): Revert to checking XEmacs.
21763
21764 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21765 Various docstring and line-width fixups.
21766 (conf-mode): Use cond.
21767 Set font-lock-defaults. Don't set comment-use-syntax.
21768
21769 2005-10-18 David Ponce <david@dponce.com>
21770
21771 * tree-widget.el (tree-widget-button-click): New function.
21772 (tree-widget-button-keymap): Use it.
21773
21774 2005-10-18 Romain Francoise <romain@orebokech.com>
21775
21776 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21777 (bookmark-bmenu-hide-filenames): Add follow-link property.
21778 Improve help-echo text.
21779
21780 * ffap.el (find-file-at-point): Doc fix.
21781
21782 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21783
21784 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21785
21786 2005-10-18 Masatake YAMATO <jet@gyve.org>
21787
21788 Install to the CVS repository what I forgot to install in my
21789 2005-10-16 changes.
21790
21791 * progmodes/python.el (python-complete-symbol): Pass the common
21792 prefix substring of completion to `display-completion-list'.
21793
21794 * textmodes/org.el (org-complete): Ditto.
21795
21796 2005-10-18 Masatake YAMATO <jet@gyve.org>
21797
21798 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21799
21800 * woman.el (WoMan-xref-man-page): New button type derived
21801 from `Man-abstract-xref-man-page'.
21802 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21803
21804 * man.el (Man-abstract-xref-man-page): New button type.
21805 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21806 (Man-highlight-references): Add new optional argument `xref-man-type'.
21807
21808 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21809
21810 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21811
21812 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
21813
21814 * cus-edit.el (Custom-move-and-invoke): Delete.
21815 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21816
21817 * wid-edit.el (widget-move-and-invoke): New function, from
21818 Custom-move-and-invoke.
21819
21820 2005-10-17 Bill Wohler <wohler@newt.com>
21821
21822 Move all remaining images from lisp/toolbar to etc/images, move
21823 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
21824 the low resolution images in their own directory (low-color).
21825
21826 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21827 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21828 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21829 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21830 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21831 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21832 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21833
21834 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21835 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21836 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21837 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21838 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21839 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21840 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21841 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21842 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21843 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21844 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21845 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21846 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21847 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21848 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21849
21850 To conform with convention, replace the underscore (_) in the
21851 following image names with dash (-) or (/) as appropriate.
21852
21853 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21854 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21855 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21856 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21857 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21858 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21859 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21860 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21861 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21862 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21863 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21864 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21865 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21866 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21867 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21868
21869 * info.el (info-tool-bar-map): Replace underscores in image names
21870 with dashes.
21871
21872 * makefile.w32-in (WINS): Remove toolbar.
21873
21874 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21875
21876 * tool-bar.el: Move to lisp from toolbar. Now that
21877 toolbar is empty, it should be deleted when folks run "cvs up -P".
21878
21879 2005-10-18 Jay Belanger <belanger@truman.edu>
21880
21881 * calc/calc-store.el (calc-store-into): Get the proper variable name
21882 to display in message.
21883
21884 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21885
21886 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21887 expressions display in speedbar for all buffers when debugging.
21888 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21889
21890 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21891 (speedbar-insert-button, speedbar-make-button):
21892 Use add-text-properties.
21893 (speedbar-update-localized-contents)
21894 (speedbar-update-directory-contents)
21895 (speedbar-update-special-contents): Use dolist.
21896 (speedbar-buffer-easymenu-definition): Add a menu separator.
21897
21898 2005-10-17 Jason Rumney <jasonr@gnu.org>
21899
21900 * makefile.w32-in: Use $(lisp) consistently.
21901 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21902 for shell specific generation of mh-autoloads.
21903
21904 2005-10-17 Richard M. Stallman <rms@gnu.org>
21905
21906 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21907
21908 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21909
21910 * jit-lock.el (jit-lock-fontify-now):
21911 Move jit-lock-context-unfontify-pos to avoid wasted work.
21912
21913 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
21914
21915 * net/tramp.el (tramp-completion-mode): New defvar. Used in
21916 `tramp-completion-mode' for checking if we are in completion mode.
21917 (tramp-completion-handle-file-name-all-completions): Reorder code
21918 in order to complete for file names only in case there are no
21919 method/user/host completions. This is necessary for cooperation
21920 with ido. Reported by Kim F. Storm <storm@cua.dk>.
21921
21922 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
21923
21924 * longlines.el (longlines-search-forward)
21925 (longlines-search-backward): Match any number of spaces.
21926
21927 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
21928
21929 * diff-mode.el (diff-mode): Doc fix.
21930
21931 2005-10-16 David Reitter <david.reitter@gmail.com>
21932
21933 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21934 as default on darwin and windows systems.
21935
21936 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
21937
21938 * arc-mode.el (archive-zip-extract): Doc fix.
21939
21940 2005-10-16 Romain Francoise <romain@orebokech.com>
21941
21942 * mouse.el (mouse-1-click-follows-link): Doc fix.
21943
21944 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21945
21946 * savehist.el: Don't require CL at runtime.
21947 (savehist-xemacs): Remove.
21948 (savehist-coding-system): Use utf-8 if present, regardless of religion.
21949 (savehist-no-conversion): Use (featurep 'xemacs).
21950 (savehist-load): Check existence of start-itimer rather than XEmacs.
21951 Use an idle timer.
21952 (savehist-process-for-saving): Replace use of CL funs `subseq' and
21953 `delete-if-not'.
21954
21955 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
21956
21957 * savehist.el: Newer version.
21958 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21959 (savehist-last-checksum, savehist-no-conversion): New vars.
21960 (savehist-autosave, savehist-process-for-saving, savehist-printable):
21961 New functions.
21962 (savehist-load, savehist-save): Use them.
21963 (savehist-delimit): Remove.
21964
21965 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21966
21967 * progmodes/compile.el (compilation-goto-locus): Display the
21968 compilation buffer first and the source buffer second, in case they're
21969 in overlapping frames. Don't raise the compilation frame if it was the
21970 selected window upon entry. Pass the `other-window' arg to
21971 pop-to-buffer.
21972
21973 * info.el (Info-fontify-node): Use dolist.
21974 Change add-text-properties to put-text-property.
21975
21976 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21977
21978 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21979 bound of search.
21980
21981 2005-10-16 Masatake YAMATO <jet@gyve.org>
21982
21983 * dabbrev.el (dabbrev-completion): Pass the common
21984 prefix substring of completion to `display-completion-list'.
21985
21986 * filecache.el (file-cache-minibuffer-complete)
21987 (file-cache-complete): Ditto.
21988
21989 * tempo.el (tempo-display-completions): Ditto.
21990
21991 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21992
21993 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21994
21995 * eshell/em-hist.el (eshell-list-history): Ditto.
21996
21997 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21998
21999 * mail/mailalias.el (mail-complete): Ditto.
22000
22001 * progmodes/etags.el (complete-tag): Ditto.
22002
22003 * progmodes/make-mode.el (makefile-complete): Ditto.
22004
22005 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22006
22007 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22008
22009 * progmodes/pascal.el (pascal-complete-word)
22010 (pascal-show-completions): Ditto.
22011
22012 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22013
22014 * simple.el (completion-common-substring): New variable.
22015 (completion-setup-function): Use `completion-common-substring'
22016 to put faces.
22017
22018 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22019
22020 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22021 (x-get-selection, mac-select-convert-to-string): Convert from/to
22022 UTF-16 clipboard data as in native byte order, no BOM.
22023
22024 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22025
22026 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22027 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22028 (gud-sentinel): Use speedbar-frame to check for speedbar.
22029
22030 2005-10-15 Richard M. Stallman <rms@gnu.org>
22031
22032 * savehist.el: New file.
22033
22034 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22035
22036 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22037 Fix bug in \bf fontification.
22038
22039 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22040
22041 * pcvs.el (cvs-edit-log-files): New var.
22042 (cvs-mode-edit-log): New arg `file'.
22043 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22044 Instead force the use of the original file and nothing else.
22045 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22046 the cvs-minor-wrap-function is set.
22047 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22048
22049 2005-10-14 Bill Wohler <wohler@newt.com>
22050
22051 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22052 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22053 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22054 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22055 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22056 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22057 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22058 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22059 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22060 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22061 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22062 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22063 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22064 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22065 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22066
22067 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22068 appropriately (for example, gud-break to gud/break).
22069
22070 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22071
22072 * longlines.el (longlinges-search-function)
22073 (longlines-search-forward, longlines-search-backward): New functions.
22074 (longlines-mode): Set isearch-search-fun-function to
22075 longlinges-search-function.
22076
22077 * mouse.el (mouse-drag-region-1): Handle the case where a
22078 double-click event is bound to an arbitrary function.
22079
22080 2005-10-14 David Ponce <david@dponce.com>
22081
22082 * recentf.el (recentf-track-opened-file)
22083 (recentf-track-closed-file, recentf-update-menu)
22084 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22085 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22086 mouse-1-click-follows-link.
22087
22088 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22089
22090 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22091 Gnome file-manager.png. Suggested by
22092 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22093
22094 * toolbar/README: Add diropen.xpm.
22095
22096 2005-10-13 Bill Wohler <wohler@newt.com>
22097
22098 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22099 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22100
22101 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22102
22103 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22104 Don't waste the byte-compiler's time on constant data.
22105
22106 2005-10-13 Kenichi Handa <handa@m17n.org>
22107
22108 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22109 byte with `escape-glyph' face.
22110
22111 * international/fontset.el (ccl-encode-unicode-font):
22112 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22113 Handle the case that ucs-mule-to-mule-unicode translates a character to
22114 ASCII (usually for IPA characters).
22115
22116 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22117
22118 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22119 Don't hide the underline of titles if font-lock-mode is disabled.
22120
22121 2005-10-12 Bill Wohler <wohler@newt.com>
22122
22123 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22124 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22125 files in MH-E-SRC have been updated.
22126 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22127
22128 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22129
22130 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22131 (mixal-mode-syntax-table): Add \n as end-comment.
22132 (mixal-operation-codes-alist): Immediately initialize to full value.
22133 (mixal-add-operation-code): Remove.
22134 (mixal-describe-operation-code): Make the arg non-optional.
22135 Use the interactive spec instead.
22136 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22137 (mixal-font-lock-keywords): Don't highlight comments here any more.
22138 (mixal-font-lock-syntactic-keywords): New var.
22139 (mixal-mode): Use it. Fix comment-start-skip.
22140
22141 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22142
22143 * startup.el (command-line-x-option-alist): -nb => -nbi.
22144
22145 2005-10-12 Kim F. Storm <storm@cua.dk>
22146
22147 * startup.el (fancy-splash-default-action): Discard mouse click in
22148 the splash screen window, as it has no sensible meaning in the
22149 next window to be selected. Fixes error reported by Jan D.
22150
22151 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22152
22153 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22154
22155 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22156
22157 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22158 Try to fix up minor layout issues like indentation, line break, etc...
22159 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22160 because it doesn't work.
22161 (mixal-operation-codes): Add some more codes.
22162 (mixal-font-lock-keywords): Process comments here.
22163 (mixal-mode): mixasm no longer needs -g option.
22164
22165 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22166
22167 * progmodes/sh-script.el (sh-tmp-file):
22168 Use mktemp -t. Finish support for es and rc shells.
22169
22170 2005-10-11 Jay Belanger <belanger@truman.edu>
22171
22172 * calc/calcalg2.el (calc-integral): With an argument, compute the
22173 definite integral.
22174
22175 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22176
22177 * mouse.el (mouse-drag-region-1): Don't try to catch a
22178 double-click when doing follow-link (it's overridden anyway).
22179
22180 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22181
22182 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22183 (autoload-print-form-outbuf): Add docstring.
22184
22185 2005-10-11 Juri Linkov <juri@jurta.org>
22186
22187 * info.el (Info-mode-menu): Delete menu item "Edit".
22188 (Info-mode): Delete description of Info-edit from docstring,
22189 and rearrange descriptions of Info commands in the order
22190 they are documented in the Info manual.
22191
22192 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22193
22194 * calendar/appt.el (appt-check): Use diary-selective-display var.
22195
22196 2005-10-10 Richard M. Stallman <rms@gnu.org>
22197
22198 * net/newsticker.el (newsticker-start, newsticker-show-news):
22199 Add autoload cookies.
22200
22201 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22202
22203 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22204
22205 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22206
22207 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22208
22209 2005-10-10 Jay Belanger <belanger@truman.edu>
22210
22211 * calc/calc-arith.el (math-check-known-scalarp)
22212 (math-check-known-matrixp): Check the values of arguments that are
22213 variables.
22214 (math-check-known-square-matrixp): New function.
22215 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22216 (math-super-types): Add sqmatrix type.
22217
22218 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22219 mode name `square' to `sqmatrix'.
22220
22221 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22222 mode name `square' to `sqmatrix'.
22223
22224 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22225
22226 * progmodes/etags.el (select-tags-table-mode): Don't use
22227 selective-display.
22228 (tags-select-tags-table): Pass `button' to the action function.
22229 (select-tags-table): Place the side-info on button properties rather
22230 than in hidden text. Abbreviate file names.
22231 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22232 (select-tags-table-select): Add `button' argument.
22233 Get side-info from the button property rather than from hidden text.
22234
22235 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22236
22237 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22238 (gud-speedbar-buttons): Preserve point if possible.
22239 (gud-sentinel): Restore previous speedbar display type.
22240
22241 * progmodes/gdb-ui.el (gdba): Improve diagram.
22242 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22243 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22244 Call get-buffer-window once.
22245
22246 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22247
22248 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22249 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22250 (pascal-indent-command): Remove unused var `ind'.
22251 (pascal-indent-case): Remove unused var `oldpos'.
22252 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22253 since it's now used as a proper minor mode map.
22254 (pascal-outline): Rename to pascal-outline-mode.
22255 (pascal-outline-mode): Use define-minor-mode.
22256 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22257 selective-display.
22258
22259 2005-10-10 Andreas Schwab <schwab@suse.de>
22260
22261 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22262 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22263
22264 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22265 outside source directory.
22266
22267 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22268
22269 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22270 C-x' as a prefix.
22271 (orgtbl-mode-map): Full keymap instead of sparse, because all
22272 `self-insert-command' keys are redefined in this map.
22273 (org-export-as-html): Specify charset for HTML file, by taking it
22274 from the coding system.
22275
22276 2005-10-10 Kenichi Handa <handa@m17n.org>
22277
22278 * textmodes/flyspell.el (flyspell-check-word-p):
22279 If unread-command-events is non-empty, don't call sit-for.
22280
22281 2005-10-09 Richard M. Stallman <rms@gnu.org>
22282
22283 * font-lock.el (font-lock-syntactic-keywords)
22284 (font-lock-keywords): Doc fixes.
22285
22286 * textmodes/flyspell.el (flyspell-external-point-words):
22287 Simplify logic, and don't try to check for consecutive appearances
22288 of one incorrect word.
22289
22290 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22291
22292 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22293 separator.
22294
22295 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22296 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22297 (gud-expansion-speedbar-buttons): New function.
22298 (gud-speedbar-buttons): Check for gud-comint-buffer.
22299
22300 2005-10-09 Bill Wohler <wohler@newt.com>
22301
22302 * Makefile.in (updates): Add mh-loaddefs dependency.
22303
22304 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22305
22306 * speedbar.el (speedbar-file-key-map): Fix typo.
22307
22308 2005-10-09 Daniel Brockman <daniel@brockman.se>
22309
22310 * cus-start.el (line-spacing): Add custom spec.
22311
22312 2005-10-09 Romain Francoise <romain@orebokech.com>
22313
22314 * textmodes/ispell.el (ispell-check-version): Fix last change.
22315
22316 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22317
22318 * term/x-win.el: Remove -i, --icon-type from comment.
22319
22320 * startup.el (command-line-x-option-alist): Remove options -i,
22321 -itype, --icon-type, added -nb, --no-bitmap-icon.
22322
22323 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22324
22325 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22326 instead of :active.
22327
22328 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22329
22330 * textmodes/ispell.el (ispell-check-version):
22331 Ignore hyphen, and all that follows, in aspell's version text.
22332
22333 2005-10-08 Jay Belanger <belanger@truman.edu>
22334
22335 * calc/calc-arith.el (math-known-square-matrixp): New function.
22336 (math-pow-fancy): Check for matrices before distributing exponent
22337 across products.
22338
22339 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22340 fullscreen keypad. Suggested by Luc Teirlinck.
22341 (calc-keypad-show-input): Add space for formatting.
22342
22343 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22344 Add square matrix option.
22345
22346 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22347 of checking calc-matrix-mode when deciding how to expand.
22348
22349 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22350
22351 2005-10-08 Lars Hansen <larsh@soem.dk>
22352
22353 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22354 Add error handling.
22355 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22356
22357 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22358
22359 Sync with Tramp 2.0.51.
22360
22361 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22362 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22363 Insert special handling for `last-coding-system-used', again
22364 it still seems to be necessary (unlike stated before).
22365 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22366 (tramp-password-prompt-regexp): There might be other words before
22367 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22368 (tramp-chunksize): Improve docstring.
22369 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22370 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22371 Christian Joergensen <bugs@razor.dk>.
22372
22373 2005-10-07 Glenn Morris <rgm@gnu.org>
22374
22375 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22376 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22377 precision'.
22378
22379 2005-10-07 Romain Francoise <romain@orebokech.com>
22380
22381 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22382 (ibuffer-do-shell-command-pipe-replace)
22383 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22384 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22385 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22386 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22387 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22388 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22389 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22390 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22391 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22392 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22393 Autoload file sans suffix.
22394
22395 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22396
22397 2005-10-07 David Ponce <david@dponce.com>
22398
22399 * recentf.el (recentf-menu-open-all-flag): New option.
22400 (recentf-digit-shortcut-command-name): New function.
22401 (recentf--shortcuts-keymap): New variable.
22402 (recentf-menu-shortcuts): New variable.
22403 (recentf-make-menu-items): Initialize it. Replace the "More..."
22404 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22405 (recentf-menu-value-shortcut): New function.
22406 (recentf-make-menu-item): Use it. No more in-lined.
22407 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22408 (recentf-open-most-recent-file): Rename from
22409 `recentf-open-file-with-key'. Don't depend on key binding.
22410 (recentf-mode-map): New variable.
22411 (recentf-mode): Use it.
22412
22413 2005-10-06 Bill Wohler <wohler@newt.com>
22414
22415 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22416
22417 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22418 (MH-E-SRC): New. Used by mh-autoloads.
22419 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22420 files in MH-E-SRC have been updated.
22421 (compile, recompile, bootstrap): Depend on mh-autoloads.
22422
22423 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22424
22425 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22426 gud-break and gud-remove icons when the fringe is not available.
22427
22428 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22429 Typo.
22430
22431 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22432
22433 * play/zone.el (zone): Wrap body with save-window-excursion.
22434
22435 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22436
22437 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22438 Use the new `list-only' arg to diary-list-entries.
22439
22440 * calendar/diary-lib.el: Use overlays rather than selective-display.
22441 (diary-selective-display): New var.
22442 (diary-header-line-format): Use it.
22443 (diary-list-entries): Add argument `list-only'.
22444 Put the buffer in diary-mode. Don't add \^M at beg and end.
22445 Replace \^M by invisible overlays.
22446 (diary-unhide-everything): Replace \^M by invisible overlays.
22447 (print-diary-entries): Look for overlays rather than \^M.
22448 Add a space to the temp buffer name.
22449 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22450 Put the buffer in diary-mode.
22451 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22452 (diary-anniversary): Make the year arg optional.
22453 (diary-time-regexp): New const.
22454 (diary-font-lock-keywords): Use it to accept a few more time formats.
22455
22456 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22457
22458 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22459
22460 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22461 Fix bug introduced 2005-07-03: Use (car (last ...))
22462 to faithfully reproduce replaced artist-last.
22463 (artist-set-arrow-points-for-poly): Likewise.
22464 Suggested by Johan Bockg\e,Ae\e(Brd.
22465
22466 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22467
22468 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22469 * wid-edit.el (widget):
22470 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22471 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22472
22473 2005-10-06 Kenichi Handa <handa@m17n.org>
22474
22475 * international/mule-cmds.el (set-language-environment):
22476 Fix setting up of case-table for unibyte mode.
22477
22478 * simple.el (what-cursor-position): If the character is displayed
22479 by some `display' text property, show that. Don't use
22480 single-key-description for eight-bit characters in multibyte mode.
22481
22482 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22483
22484 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22485 (gdb-ann3): Set it.
22486 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22487 (gdb-info-frames-custom): Use inverse-video for first five
22488 characters of selected frame only.
22489 (gdb-get-frame-number): Select frame even when point is on frame
22490 number.
22491
22492 2005-10-06 Masatake YAMATO <jet@gyve.org>
22493
22494 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22495 Put `font-lock-function-name-face'.
22496 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22497 and `font-lock-variable-name-face'
22498 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22499 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22500 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22501 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22502 (gdb-local-font-lock-keywords): New font lock keywords definition.
22503 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22504 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22505 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22506
22507 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22508
22509 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22510 (ediff-merge-region-is-non-clash-to-skip): Previously called
22511 ediff-merge-region-is-non-clash.
22512
22513 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22514 Use insert-buffer-substring.
22515
22516 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22517 selecting files to patch. Also bug fixes.
22518
22519 * ediff-util.el (ediff-setup): Bug fix.
22520 (ediff-next-difference): Never skip clashes that differ in white
22521 space only.
22522
22523 * ediff-wind.el (ediff-setup-control-frame)
22524 (ediff-destroy-control-frame): Check the menubar feature.
22525
22526 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22527 (viper-refresh-mode-line): Use make-local-variable to localize
22528 some vars instead of make-variable-buffer-local. Suggested by
22529 Stefan Monnier.
22530
22531 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22532 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22533 Use make-local-variable instead of make-variable-buffer-local.
22534 Suggested by Stefan Monnier.
22535
22536 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22537 (viper-comint-mode-hook): Use make-local-variable on
22538 require-final-newline.
22539 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22540
22541 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22542
22543 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22544 also the second char of a comment-start sequence.
22545 (scheme-sexp-comment-syntax-table): New var.
22546 (lambda, define): Set their scheme-doc-string-elt property.
22547 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22548 Use lisp-font-lock-syntactic-face-function now that it properly
22549 handles |...| symbols.
22550 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22551 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22552
22553 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22554 bit from # to |.
22555 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22556
22557 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22558 (lisp-doc-string-elt-property): New var.
22559 (lisp-font-lock-syntactic-face-function): Use it.
22560 Rewrite to recognize docstrings even for forms not at toplevel.
22561
22562 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22563 annotation on the | part of #| rather than on the # part.
22564 (scheme-font-lock-syntactic-face-function): New function, to
22565 distinguish strings from |...| symbols.
22566 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22567 syntax-table so that #|...|# is properly highlighted.
22568
22569 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22570 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22571
22572 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22573
22574 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22575 and C-e.
22576
22577 * emacs-lisp/eldoc.el: Move comments into docstrings.
22578 (eldoc-message-commands): Initialize in its declaration.
22579 Add move-beginning-of-line and move-end-of-line.
22580 (eldoc-add-command, eldoc-add-command-completions)
22581 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22582
22583 * outline.el (outline-mark-subtree): Activate the mark.
22584
22585 * calendar/appt.el (appt-time-regexp): New var.
22586 (appt-add, appt-make-list): Use it.
22587 (appt-convert-time): Clean up.
22588
22589 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22590 Don't set any syntax-table property here.
22591 (tex-font-lock-verb): New function. Do it here.
22592 (tex-font-lock-syntactic-keywords): Use it.
22593
22594 2005-10-04 Richard M. Stallman <rms@gnu.org>
22595
22596 * wid-edit.el (widget-file-complete): Get the widget start point
22597 the right way. Default directory to `/' if file has none.
22598
22599 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22600
22601 * textmodes/flyspell.el (flyspell-mode-on):
22602 Call ispell-maybe-find-aspell-dictionaries.
22603
22604 * textmodes/ispell.el (ispell-word, ispell-region):
22605 Call ispell-maybe-find-aspell-dictionaries.
22606 (ispell-accept-buffer-local-defs):
22607 Don't call ispell-maybe-find-aspell-dictionaries.
22608
22609 2005-10-04 Richard M. Stallman <rms@gnu.org>
22610
22611 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22612
22613 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
22614
22615 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22616 instead of `fboundp' in order to allow for anonymous functions.
22617
22618 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
22619
22620 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22621 case the user clicks on the link while another window is selected.
22622 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22623
22624 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22625 functionality.
22626 (dframe-help-echo): Save point in case mouse tracking is off.
22627
22628 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
22629
22630 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22631
22632 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22633
22634 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22635 not change the global value of those vars.
22636
22637 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22638 make-local-variable which we do not need any more.
22639
22640 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
22641
22642 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22643 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22644 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22645 (speedbar-path-line): Define obsolete aliases.
22646 (speedbar-line-directory): Doc fix.
22647
22648 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22649 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22650 instead of speedbar-line-path.
22651
22652 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22653
22654 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22655 to nil if dropping on a window. Handle dropping on a minibuffer window
22656 like dropping on a non-window part of Emacs.
22657
22658 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22659
22660 * net/ange-ftp.el: Use with-current-buffer.
22661 (ange-ftp-insert-directory): Do not follow symlinks any more.
22662
22663 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22664 Remove interactive spec.
22665
22666 2005-10-03 Kim F. Storm <storm@cua.dk>
22667
22668 * ido.el (ido-mode): Use custom-initialize-set.
22669
22670 2005-10-02 Richard M. Stallman <rms@gnu.org>
22671
22672 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22673 Use insert-buffer-substring.
22674
22675 * net/tramp.el: Pacify byte compiler warnings in pacification code.
22676 (tramp-handle-file-local-copy): Use insert-buffer-substring.
22677
22678 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22679
22680 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22681 in last change.
22682 (ange-ftp-insert-directory): Fix up the search for the case where
22683 `file' is absolute.
22684
22685 2005-10-02 Romain Francoise <romain@orebokech.com>
22686
22687 * progmodes/compile.el (compile-goto-error): Delete extra paren.
22688
22689 2005-10-02 Andreas Schwab <schwab@suse.de>
22690
22691 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22692 directory component in the session info.
22693
22694 2005-10-01 Richard M. Stallman <rms@gnu.org>
22695
22696 * comint.el (comint-redirect-subvert-readonly): Doc fix.
22697
22698 * simple.el (next-error-internal): New function.
22699
22700 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22701 (compilation-start): Pass new arg to compilation-buffer-name.
22702 (compile-goto-error): Use next-error-internal.
22703
22704 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22705
22706 * speedbar.el: Remove RCS tag.
22707 (speedbar-check-read-only): Handle non-existent files.
22708
22709 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22710
22711 * info.el (Info-speedbar-hierarchy-buttons)
22712 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22713
22714 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22715
22716 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22717 Do not match newline.
22718 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22719 (bibtex-summary): Remove unnecessary save-excursion.
22720 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22721
22722 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22723
22724 * term/mac-win.el: Add charset info for "iso10646-1".
22725 Modify default fontset to use ATSUI-compatible fonts for some charsets
22726 if available.
22727
22728 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22729
22730 * speedbar.el: Re-apply arch tag.
22731 (speedbar-version): Rename to version 1.0. Suggested by Eric
22732 M. Ludlam.
22733 Reapply two changes from Emacs CVS' version of speedbar lost
22734 during the merge:
22735 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22736 (speedbar-frame-parameters): Improve customize type.
22737
22738 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
22739
22740 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22741 (ange-ftp-file-directory-p): Fix the symlink case.
22742 (ange-ftp-insert-directory): When listing a single file, get a list of
22743 the parent buffer and extract the relevant line. Inspired from a patch
22744 by Katsumi Yamaoka <yamaoka@jpl.org>.
22745 (ange-ftp-file-name-sans-versions): Simplify.
22746
22747 2005-09-30 Bill Wohler <wohler@newt.com>
22748
22749 Move MH-E image files from toolbar and mail directories into
22750 etc/images.
22751
22752 * mail/reply2.*: Move to etc/images/mail/reply*.
22753
22754 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22755 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22756 etc/images.
22757
22758 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22759 * toolbar/reply*: Move to etc/images/mail.
22760
22761 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22762
22763 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
22764
22765 * speedbar.el: New version 1.0pre3.
22766
22767 Frame management code (including timer, and mouse click specifics)
22768 moved to dframe.el:
22769 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
22770 (speedbar-timer): Removed. Use dframe-timer.
22771 (speedbar-close-frame): Removed. Use dframe-close-frame.
22772 (speedbar-activity-change-focus-flag): Removed. Use
22773 dframe-activity-change-focus-flag.
22774 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
22775 dframe-update-speed.
22776
22777 (speedbar-current-frame): New macro. Use this instead of the
22778 variable speedbar-frame.
22779
22780 (speedbar-use-images, speedbar-expand-image-button-alist)
22781 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22782
22783 (speedbar-find-image-on-load-path): Removed. Replaced by
22784 defezimage in ezimage.el.
22785 (speedbar-expand-image-button-alist): Removed. Replaced by
22786 ezimage-expand-image-button-alist in ezimage.el.
22787
22788 (speedbar-ignored-directory-regexp)
22789 (speedbar-add-ignored-directory-regexp)
22790 (speedbar-ignored-directory-expressions)
22791 (speedbar-line-directory, speedbar-buffers-line-directory)
22792 (speedbar-directory-line, speedbar-buffers-line-directory):
22793 Renamed, replacing `path' with `directory'.
22794
22795 (speedbar-create-directory, speedbar-expand-line-descendants)
22796 (speedbar-toggle-line-expansion)
22797 (speedbar-contract-line-descendants): New commands.
22798
22799 (speedbar-query-confirmation-method, speedbar-select-frame-method)
22800 (speedbar-use-tool-tips-flag): New options.
22801
22802 (speedbar-check-read-only, speedbar-require-version)
22803 (speedbar-insert-separator, speedbar-buffers-tail-notes)
22804 (speedbar-handle-delete-frame, speedbar-try-completion)
22805 (speedbar-update-localized-contents): New functions.
22806
22807 (speedbar-incompatible-version, speedbar-ro-to-do-point)
22808 (speedbar-object-read-only-indicator): New variables.
22809
22810 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22811 New hooks.
22812
22813 (speedbar-separator-face): New face.
22814
22815 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22816 (speedbar-ignored-modes): Add fundamental-mode.
22817 (speedbar-directory-unshown-regexp): Add . directories.
22818
22819 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22820 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22821 `]' for full expand/close.
22822 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22823
22824 (speedbar-check-vc): Support hidden files.
22825 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22826 (speedbar-this-file-in-vc): Use vc-state if available. If VC
22827 state is nil, it is not checked out.
22828
22829 (speedbar-line-text, speedbar-line-token): Support expand buttons
22830 with no text.
22831 (speedbar-refresh): Universal argument acts as power-click.
22832 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22833 that buffer to get variable values.
22834
22835 And many other bugfixes.
22836
22837 * dframe.el, ezimage.el, sb-image.el: New files.
22838
22839 * sb-*.xpm: Remove files. New image files installed into
22840 etc/images/ezimage.
22841
22842 2005-09-30 Kenichi Handa <handa@m17n.org>
22843
22844 * ps-mule.el (ps-mule-show-warning): If a character is in
22845 ps-print-translation-table, don't treat it as non-printable.
22846
22847 2005-09-30 David Ponce <david@dponce.com>
22848
22849 * tree-widget.el (tree-widget-themes-load-path): New variable.
22850 (tree-widget-themes-directory): Doc fix.
22851 (tree-widget-image-formats) [Emacs]: Doc fix.
22852 (tree-widget--locate-sub-directory): New function.
22853 (tree-widget-themes-directory): Use it.
22854
22855 * recentf.el (recentf-filename-handlers): Rename from
22856 `recentf-filename-handler'. Allow a list of functions.
22857 (recentf-menu-items-for-commands): Fix :help strings.
22858 (recentf-apply-filename-handlers): New function.
22859 (recentf-expand-file-name): Use it.
22860 (recentf-cleanup): Remove duplicates too.
22861
22862 2005-09-29 Juri Linkov <juri@jurta.org>
22863
22864 * faces.el: Rearrange face definitions to be in the same order as
22865 their face descriptions in "(emacs)Standard Faces".
22866
22867 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22868
22869 * tooltip.el (tooltip): Add group `basic-faces'.
22870
22871 * buff-menu.el (Buffer-menu-buffer): Remove group
22872 `font-lock-highlighting-faces'.
22873
22874 * progmodes/compile.el (compilation-error, compilation-warning)
22875 (compilation-info, compilation-line-number, compilation-column-number):
22876 Change group from `font-lock-highlighting-faces' to `compilation'.
22877
22878 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22879 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22880 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22881 (vhdl-font-lock-reserved-words-face)
22882 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22883 `font-lock-highlighting-faces'.
22884
22885 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22886
22887 2005-09-28 Kim F. Storm <storm@cua.dk>
22888
22889 * emulation/cua-base.el: Set CUA move property on additional commands:
22890 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22891 forward-sexp, backward-sexp, forward-list, backward-list.
22892
22893 2005-09-28 Romain Francoise <romain@orebokech.com>
22894
22895 * comint.el (comint-show-output): Really set point at the
22896 beginning of the output when not using `comint-use-prompt-regexp'.
22897
22898 2005-09-27 Jay Belanger <belanger@truman.edu>
22899
22900 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22901 in TeX mode.
22902
22903 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
22904
22905 * textmodes/org.el (org-table-sum): Fix format string.
22906
22907 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22908 Quote face names.
22909
22910 2005-09-26 Romain Francoise <romain@orebokech.com>
22911
22912 * isearch.el (isearch-forward-regexp): Close doc string.
22913
22914 2005-09-25 Richard M. Stallman <rms@gnu.org>
22915
22916 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22917
22918 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22919
22920 * progmodes/compile.el (compilation-error-properties):
22921 When getting the file from the previous error message,
22922 correctly decode the new data format.
22923
22924 * progmodes/cc-cmds.el (c-electric-paren):
22925 Call old-blink-paren only for close-paren.
22926
22927 2005-09-24 Andreas Schwab <schwab@suse.de>
22928
22929 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22930 condition.
22931
22932 2005-09-25 Romain Francoise <romain@orebokech.com>
22933
22934 * dired-aux.el (dired-copy-file-recursive):
22935 * dired.el (dired-delete-file):
22936 * ediff-mult.el (ediff-dir-diff-copy-file):
22937 * ediff-util.el (ediff-test-save-region):
22938 * forms.el (forms-mode):
22939 * ido.el (ido-file-internal, ido-delete-file-at-head):
22940 * log-edit.el (log-edit-done):
22941 * ses.el (ses-yank-resize):
22942 * play/gomoku.el (gomoku-human-plays, gomoku)
22943 (gomoku-human-resigns, gomoku-prompt-for-other-game)
22944 (gomoku-offer-a-draw):
22945 * play/landmark.el (lm-human-resigns, lm):
22946 * net/eudcb-ldap.el (eudc-ldap-check-base):
22947 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22948 * progmodes/ebrowse.el (ebrowse-find-pattern):
22949 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22950 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22951 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22952
22953 * vc.el (vc-delete-file):
22954 * play/gomoku.el (gomoku-terminate-game, gomoku)
22955 (gomoku-prompt-for-move, gomoku-human-takes-back):
22956 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22957 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22958
22959 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
22960
22961 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22962 color rxvt terminals by using the code xterm.el used to use before
22963 2005-04-09 in order to match the colors used by rxvt.
22964
22965 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22966
22967 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22968 colors rxvt-unicode terminals by using the same code as xterm.el.
22969
22970 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22971
22972 * textmodes/tex-mode.el (tex-font-lock-append-prop)
22973 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22974 new symbol used for the tex-verbatim face.
22975
22976 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
22977
22978 * woman.el (woman-file-name):
22979 * wid-edit.el (widget-file-prompt-value)
22980 (widget-coding-system-prompt-value):
22981 * w32-fns.el (set-w32-system-coding-system):
22982 * vc.el (vc-version-diff, vc-annotate):
22983 * textmodes/reftex-auc.el (reftex-arg-cite)
22984 (reftex-arg-index-tag):
22985 * textmodes/refer.el (refer-get-bib-files):
22986 * textmodes/artist.el (artist-figlet-choose-font):
22987 * terminal.el (terminal-emulator):
22988 * replace.el (occur-read-primary-args):
22989 * rect.el (string-rectangle, string-insert-rectangle):
22990 * ps-print.el (ps-print-preprint):
22991 * progmodes/pascal.el (pascal-goto-defun):
22992 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22993 * progmodes/compile.el (compilation-find-file):
22994 * printing.el (pr-interactive-n-up):
22995 * play/animate.el (animate-birthday-present):
22996 * net/rcompile.el (remote-compile):
22997 * man.el (man, Man-goto-section, Man-follow-manual-reference):
22998 * mail/rmailsum.el (rmail-summary-search-backward)
22999 (rmail-summary-search):
23000 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23001 (rmail-output-read-file-name):
23002 * mail/rmail.el (rmail-search, rmail-search-backwards):
23003 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23004 * locate.el (locate):
23005 * international/quail.el (quail-show-keyboard-layout):
23006 * international/mule.el (set-buffer-file-coding-system)
23007 (revert-buffer-with-coding-system, set-file-name-coding-system)
23008 (set-terminal-coding-system, set-keyboard-coding-system)
23009 (set-next-selection-coding-system):
23010 * international/mule-diag.el (describe-coding-system)
23011 (describe-font, describe-fontset):
23012 * international/mule-cmds.el (universal-coding-system-argument)
23013 (search-unencodable-char, describe-input-method)
23014 (set-language-environment, describe-language-environment):
23015 * international/codepage.el (codepage-setup):
23016 * international/code-pages.el (codepage-setup):
23017 * info.el (Info-search, Info-follow-reference)
23018 (Info-search-backward):
23019 * emacs-lisp/advice.el (ad-read-advised-function)
23020 (ad-read-advice-class, ad-clear-cache, ad-activate)
23021 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23022 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23023 (ad-read-regexp):
23024 * ediff-util.el (ediff-toggle-regexp-match):
23025 * ediff-ptch.el (ediff-prompt-for-patch-file):
23026 * dired-aux.el (dired-diff):
23027 * diff.el (diff):
23028 * cus-edit.el (custom-variable-prompt):
23029 * calendar/timeclock.el (timeclock-ask-for-project):
23030 * calc/calcalg3.el (calc-get-fit-variables):
23031 * calc/calc-store.el (calc-edit-variable)
23032 (calc-permanent-variable):
23033 * vc-mcvs.el (vc-mcvs-register):
23034 * shadowfile.el (shadow-define-literal-group):
23035 * woman.el (woman-file-name):
23036 * vc.el (vc-version-diff, vc-merge):
23037 * textmodes/reftex-index.el (reftex-index-complete-tag):
23038 * format.el (format-decode-buffer, format-decode-region):
23039 * emulation/viper-cmd.el (viper-read-string-with-history):
23040 * emacs-lisp/debug.el (cancel-debug-on-entry):
23041 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23042 * ediff.el (ediff-merge-revisions)
23043 (ediff-merge-revisions-with-ancestor, ediff-revision):
23044 * completion.el (interactive-completion-string-reader):
23045 * calc/calc-prog.el (calc-user-define-formula):
23046 Follow convention for reading with the minibuffer.
23047
23048 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23049
23050 * progmodes/python.el (python-describe-symbol): Add globals() and
23051 locals() to the arguments of emacs.ehelp.
23052
23053 2005-09-24 Magnus Henoch <mange@freemail.hu>
23054
23055 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23056 New function, code extracted from ispell-valid-dictionary-list.
23057 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23058 Call it.
23059
23060 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23061
23062 * subr.el (version-regexp-alist): Extend valid syntax for version
23063 strings: allow any of the characters -,_,+ to separate the
23064 alpha/beta/rc part from the version part. Doc fix.
23065 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23066
23067 2005-09-23 David Reitter <david.reitter@gmail.com>
23068
23069 * mail/mailclient.el: New file.
23070
23071 2005-09-23 Richard M. Stallman <rms@gnu.org>
23072
23073 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23074 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23075 Doc fixes.
23076
23077 * progmodes/cc-mode.el (c-font-lock-init):
23078 Specify font-lock-lines-before.
23079
23080 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23081
23082 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23083 whole conflict.
23084
23085 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23086
23087 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23088 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23089 of `remap' feature when available. Additional key bindings for
23090 better tty support.
23091 (org-mode-restart, org-force-self-insert): New commands.
23092 (org-time-stamp-inactive): New command.
23093 (org-remap): New function.
23094 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23095 (org-enable-fixed-width-editor): Move to `org-structure'
23096 customization group.
23097 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23098 blank field after field motion commands.
23099
23100 2005-09-23 Kenichi Handa <handa@m17n.org>
23101
23102 * international/mule-cmds.el (set-language-environment):
23103 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23104 have to call utf-translate-cjk-load-tables.
23105
23106 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23107
23108 * mouse.el (mouse-move-drag-overlay): Fix last change.
23109
23110 2005-09-22 David Ponce <david@dponce.com>
23111
23112 * tree-widget.el (tree-widget-value-create): Fix previous change.
23113
23114 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23115
23116 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23117
23118 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23119
23120 * mouse.el (mouse-move-drag-overlay): New function.
23121 (mouse-drag-region-1): Use it.
23122 Try to simplify a bit the state handling. Handle clicks on links
23123 inside intangible areas.
23124 (mouse-save-then-kill): Minor simplification.
23125 (mouse-secondary-overlay): Make it always non-nil instead of
23126 recreating it each time.
23127 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23128 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23129 Simplify accordingly.
23130
23131 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23132
23133 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23134
23135 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23136
23137 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23138 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23139 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23140 to patch.
23141
23142 * ediff-util.el: Use insert-buffer-substring.
23143
23144 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23145
23146 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23147 field boundaries in the minibuffer.
23148 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23149 (viper-minibuffer-post-command-hook): New hook.
23150 (viper-line): Don't move cursor at bolp.
23151
23152 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23153
23154 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23155 avoid compiler warnings.
23156
23157 * emulation/viper-macs.el (ex-map): Better messages.
23158
23159 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23160
23161 * emulation/viper.el: Replace make-variable-buffer-local with
23162 viper-make-variable-buffer-local everywhere, to avoid warnings.
23163
23164 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23165
23166 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23167 Delete unused var `old-selected-window'.
23168 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23169 (mouse-drag-secondary): Delete unused var `start-frame'.
23170
23171 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23172
23173 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23174
23175 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23176
23177 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23178 Re-indent within 80 columns. Use inhibit-read-only.
23179
23180 2005-09-19 Romain Francoise <romain@orebokech.com>
23181
23182 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23183
23184 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23185
23186 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23187 unconditionally, since the after-change-function already did it.
23188
23189 2005-09-19 Miles Bader <miles@gnu.org>
23190
23191 * net/newsticker.el: Get rid of CVS keyword.
23192
23193 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23194
23195 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23196 The prompt is formatted later.
23197
23198 2005-09-19 David Ponce <david@dponce.com>
23199
23200 * tree-widget.el (tree-widget-value-create): Save the converted
23201 tree :node widget.
23202
23203 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23204
23205 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23206 variable `message'.
23207
23208 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23209
23210 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23211 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23212 <slawomir.nowaczyk.847@student.lu.se>.
23213
23214 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23215
23216 * image.el (image-load-path): Use symbol `data-directory' instead
23217 of its value, for backward compatibility with packages that bind
23218 it during `find-image'. Suggested by Katsumi Yamaoka.
23219 (image-search-load-path): Handle symbols whose values are strings.
23220
23221 2005-09-18 Romain Francoise <romain@orebokech.com>
23222
23223 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23224 with-current-buffer form in save-excursion.
23225
23226 2005-09-18 Deepak Goel <deego@gnufans.org>
23227
23228 * apropos.el (apropos-command): Fix `message' call: first arg
23229 should be a format spec. In this and all other cases that appear
23230 below and elsewhere in the source code, I made a change only when
23231 two conditions were satisfied: [1] I can think of a possibility
23232 that the arguments would cause an error, for example, the code in
23233 question relies on external variables such as filenames. [2] I
23234 was sure that the arg to `message' could not have been nil in the code.
23235
23236 * textmodes/tildify.el (tildify-region): Ditto.
23237
23238 * textmodes/reftex-index.el (reftex-index-change-entry)
23239 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23240 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23241 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23242 (org-priority, org-table-sum):
23243 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23244 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23245 (flyspell-word, flyspell-display-next-corrections):
23246 * textmodes/bibtex.el (bibtex-print-help-message):
23247 * textmodes/artist.el (artist-key-set-point-poly):
23248 * term/mac-win.el (mac-services-insert-text):
23249 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23250 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23251 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23252 (vhdl-compose-configuration):
23253 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23254 (sh-set-indent, sh-learn-line-indent):
23255 * progmodes/ps-mode.el (ps-mode-target-column):
23256 * progmodes/idlwave.el (idlwave-make-tags)
23257 (idlwave-scan-library-catalogs):
23258 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23259 * progmodes/gud.el (gud-jdb-analyze-source):
23260 * progmodes/flymake.el (flymake-log):
23261 * progmodes/ebnf2ps.el (ebnf-generate-region):
23262 * progmodes/cmacexp.el (c-macro-expansion):
23263 * progmodes/ada-xref.el (ada-treat-cmd-string):
23264 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23265 (ada-justified-indent-current, ada-batch-reformat):
23266 * play/zone.el (zone):
23267 * play/landmark.el (lm-move):
23268 * play/decipher.el (decipher-show-alphabet):
23269 * net/newsticker.el (newsticker--display-jump)
23270 (newsticker--display-scroll):
23271 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23272 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23273 * mail/feedmail.el (feedmail-dump-message-to-queue):
23274 * eshell/esh-proc.el (eshell-remove-process-entry):
23275 * emulation/ws-mode.el (ws-last-error):
23276 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23277 (viper-record-kbd-macro):
23278 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23279 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23280 * emacs-lisp/find-func.el (find-function-noselect):
23281 * calendar/timeclock.el (timeclock-status-string)
23282 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23283 (timeclock-when-to-leave-string):
23284 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23285 * calc/calc-units.el (calc-enter-units-table):
23286 * calc/calc-mode.el (calc-mode-record-mode):
23287 * woman.el (woman-mini-help):
23288 * wdired.el (wdired-change-to-wdired-mode):
23289 * vc.el (vc-retrieve-snapshot):
23290 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23291 * startup.el (display-startup-echo-area-message):
23292 * simple.el (set-goal-column):
23293 * ses.el (ses-command-hook, ses-recalculate-cell):
23294 * server.el (server-process-filter):
23295 * printing.el (pr-interface-txt-print, pr-interface-printify)
23296 (pr-interface-ps):
23297 * pcvs.el (cvs-help):
23298 * log-edit.el (log-edit, log-edit-mode-help):
23299 * iswitchb.el (iswitchb-possible-new-buffer):
23300 * isearch.el (isearch-edit-string):
23301 * image-mode.el (image-mode, image-minor-mode):
23302 * ibuf-macs.el (define-ibuffer-filter):
23303 * hi-lock.el (hi-lock-find-patterns):
23304 * files.el (toggle-read-only):
23305 * ediff-util.el (ediff-copy-diff)
23306 (ediff-write-merge-buffer-and-maybe-kill):
23307 * echistory.el (Electric-history-undefined):
23308 * dnd.el (dnd-insert-text):
23309 * dired-aux.el (dired-query):
23310 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23311 * bookmark.el (bookmark-bmenu-locate):
23312 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23313 Fix `message' calls to ensure first arg is a format string.
23314 The change was made only when these two conditions were satisfied:
23315 [1] when there is a possibility that the arguments would cause an error
23316 for example, if the code in question relies on external variables
23317 such as filenames, and
23318 [2] if the arg to `message' could not have been nil in the code.
23319
23320 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23321 Not having a %s would be weird, though not technically wrong.
23322
23323 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23324
23325 * term/mac-win.el (mac-add-charset-info): Doc fix.
23326
23327 2005-09-17 Romain Francoise <romain@orebokech.com>
23328
23329 * shell.el (shell-resync-dirs): Handle echoing processes more
23330 reliably. Don't insert resync command if `comint-process-echoes'
23331 is non-nil.
23332
23333 2005-09-17 Magnus Henoch <mange@freemail.hu>
23334
23335 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23336 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23337 aspell versions >= 0.60.
23338 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23339 only if ispell-aspell-supports-utf8 is non-nil.
23340
23341 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23342
23343 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23344 buffer-local value to lisp-indent-function.
23345
23346 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23347
23348 * progmodes/glasses.el (glasses-make-readable): If
23349 glasses-separator differs from underscore, put appropriate
23350 overlays over underscore characters.
23351 (glasses-convert-to-unreadable): If glasses-separator differs from
23352 underscore, try to convert glasses-separator characters to
23353 underscores.
23354
23355 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23356
23357 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23358 Use with-syntax-table and dolist.
23359
23360 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23361
23362 * textmodes/reftex-auc.el:
23363 * textmodes/reftex-cite.el:
23364 * textmodes/reftex-dcr.el:
23365 * textmodes/reftex-global.el:
23366 * textmodes/reftex-parse.el:
23367 * textmodes/reftex-ref.el:
23368 * textmodes/reftex-sel.el:
23369 * textmodes/reftex-toc.el:
23370 * textmodes/reftex-vars.el:
23371 * textmodes/reftex.el: Small changes to remove compiler warnings.
23372
23373 * textmodes/reftex-index.el: Likewise.
23374 (reftex-query-index-phrase): More efficient use of markers.
23375
23376 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23377
23378 * image.el (image-load-path): New variable.
23379 (image-search-load-path): New function.
23380 (find-image): Search for images in `image-load-path'.
23381
23382 2005-09-15 Richard M. Stallman <rms@gnu.org>
23383
23384 * follow.el: Change Maintainer field.
23385
23386 2005-09-15 David Ponce <david@dponce.com>
23387
23388 * recentf.el (recentf-save-file-modes): New option.
23389 (recentf-save-list): Use it.
23390
23391 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23392
23393 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23394 (mode-line-mule-info, mode-line-modified): Move bindings from
23395 mouse-3 to mouse-1.
23396
23397 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23398
23399 * simple.el (sendmail-user-agent-compose): Revert last change.
23400
23401 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23402
23403 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23404 Use with-current-buffer.
23405 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23406 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23407 (ange-ftp-insert-directory): Remove unused var `short'.
23408 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23409
23410 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23411 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23412
23413 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23414 (check-calendar-holidays, diary-list-entries): Autoload.
23415 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23416 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23417
23418 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23419 which mistakenly removed a call to display-buffer.
23420
23421 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23422
23423 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23424
23425 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23426
23427 * progmodes/hideshow.el
23428 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23429 (hs-allow-nesting): New user var.
23430 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23431 (hs-hide-block-at-point): When nesting allowed,
23432 if there is already an overlay in place, delete it.
23433 (hs-safety-is-job-n): Delete func; remove call sites.
23434 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23435 (hs-overlay-at): New func.
23436 (hs-already-hidden-p, hs-show-block): Use it.
23437 (hs-hide-all): Don't pre-clean if nesting allowed.
23438 (hs-show-all): Temporarily disallow
23439 nesting around call to `hs-discard-overlays'.
23440
23441 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23442
23443 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23444 Delete unused local var.
23445
23446 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23447
23448 * help-fns.el (describe-categories): "?\ " -> "?\s".
23449 (help-do-arg-highlight): Recognize also ARG-n, as in
23450 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23451
23452 * international/codepage.el (dos-unsupported-char-glyph):
23453 * net/newsticker.el (tool-bar-map, w3-mode-map)
23454 (w3m-minor-mode-map):
23455 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23456 (ent-alist):
23457 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23458
23459 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23460
23461 * custom.el (custom-push-theme): Handle the case where a symbol is
23462 bound but face properties have not yet been assigned.
23463
23464 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23465 Fix behavior if noerase is `t' and there is no mail buffer.
23466
23467 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23468 if `continue' is nil, rather than signal an error.
23469
23470 2005-09-12 Richard M. Stallman <rms@gnu.org>
23471
23472 * font-lock.el (font-lock-keywords): Add autoload.
23473
23474 * help-fns.el (describe-variable): Rearrange to put source link
23475 in a predictable place.
23476
23477 * net/newsticker.el: New file.
23478
23479 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23480
23481 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23482 (calendar-basic-setup): Use the new nil arg.
23483 (number-of-diary-entries): Move to diary-lib.el.
23484
23485 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23486 (diary-list-entries): Use with-syntax-table and dolist.
23487 Rename from list-diary-entries.
23488 Use number-of-diary-entries if `number' is nil.
23489 (diary, diary-view-entries): Use this new name and new nil arg value.
23490 (number-of-diary-entries): Move from calendar.el.
23491 (diary-unhide-everything): New function.
23492 (include-other-diary-files, fancy-diary-display)
23493 (diary-show-all-entries, make-diary-entry): Use it.
23494 (diary-mail-entries): Use buffer-string.
23495 (mark-diary-entries): Fix long standing paren typo.
23496 (diary-sexp-entry): Use count-lines.
23497 (make-diary-entry): Avoid `previous-line'.
23498 (diary-mode-map): New var.
23499 (diary-mode): Redraw cal after saving. Setup header-line.
23500 (fancy-diary-display-mode): Use local-set-key.
23501
23502 * startup.el (command-line): Try calling various terminal-init-foo-bar
23503 functions by stripping hyphenated suffixes from $TERM.
23504
23505 * files.el (normal-mode): Check boundness of font-lock-keywords.
23506
23507 2005-09-12 Richard M. Stallman <rms@gnu.org>
23508
23509 * progmodes/compile.el: Don't decide a file's directory
23510 until the user actually tries to go there.
23511 (compilation-next-error-function):
23512 Pass compilation-find-file the directory from the file-struct.
23513 (compilation-internal-error-properties): Separate local FILE-STRUCT
23514 from FILE. Doc the args better. Rename arg FMT to FMTS.
23515 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23516 Expand it, and if nil, use default-directory.
23517 (compilation-get-file-structure): Don't mix specified directory
23518 with default directory. Put specified directory into
23519 file-struct. Don't make the file name absolute.
23520
23521 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23522 (compile-command): Add autoload.
23523 (compilation-disable-input): Add autoload.
23524
23525 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23526
23527 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23528 strings of the variables it can override.
23529 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23530 %Q and %q, for fully-qualified domain name and unqualified host name.
23531
23532 2005-09-11 Kim F. Storm <storm@cua.dk>
23533
23534 * emacs-lisp/authors.el (authors-aliases): Update list.
23535 (authors-fixed-entries): Update mldrag.el entry.
23536
23537 2005-09-10 Alan Mackenzie <acm@muc.de>
23538
23539 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23540 from the region narrowed to.
23541
23542 2005-09-10 Magnus Henoch <mange@freemail.hu>
23543
23544 * textmodes/ispell.el (ispell-check-version): Signal an error if
23545 aspell version is less than 0.60.
23546
23547 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23548
23549 * progmodes/octave-inf.el (inferior-octave-startup):
23550 Resync current dir at the end.
23551
23552 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23553
23554 * woman.el (woman-topic-at-point-default):
23555 Rename to woman-use-topic-at-point-default.
23556 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23557 (woman-file-name): Reflect renames above. Automatically use the
23558 word at point as topic if woman-use-topic-at-point is non-nil.
23559 Otherwise offer it as default but don't insert it in the
23560 minibuffer. Also use `test-completion' instead of `assoc' as
23561 suggested by Stefan Monnier.
23562
23563 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23564
23565 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23566 the attempt to do it over Tramp. This is not yet supported.
23567
23568 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23569
23570 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23571 (menu-bar-non-minibuffer-window-p): New functions.
23572 ("Split Window", "Save As..."): Use them.
23573 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23574 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23575 Use menu-bar-menu-frame-live-and-visible-p.
23576 ("Save Buffer", "Insert File", "Open Directory...")
23577 ("Open File...", "Visit New File..."):
23578 Use menu-bar-non-minibuffer-window-p.
23579 (kill-this-buffer-enabled-p, dired <menu-enable>):
23580 Use menu-bar-non-minibuffer-window-p.
23581
23582 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23583
23584 * cus-start.el (all): Don't complain about fringe-related
23585 built-ins if fringes are not supported. Ditto about
23586 selection-related built-ins. Fix the test for GTK-related built-ins.
23587
23588 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23589 ("Postscript Print Buffer", "Print Region", "Save As...")
23590 ("Save", "Insert File...", "Open Directory...")
23591 ("Open File...", "Visit New File..."")
23592 ("Truncate Long Lines in this Buffer"): Don't look at
23593 menu-updating-frame if this display does not support multiple frames.
23594
23595 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23596
23597 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23598
23599 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
23600
23601 * woman.el: Format- and whitespace-related changes.
23602
23603 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23604
23605 * woman.el: Fix my email address.
23606
23607 2005-09-08 Richard M. Stallman <rms@gnu.org>
23608
23609 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23610 (sh-mode): Locally set skeleton-pair-default-alist.
23611
23612 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23613
23614 * progmodes/flymake.el: Require `compile' unconditionally.
23615
23616 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23617
23618 * woman.el (woman-file-name): Provide a default, not initial input.
23619
23620 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23621
23622 * font-lock.el (font-lock-support-mode): Doc fix.
23623
23624 * descr-text.el (describe-property-list): Handle non-symbol prop names.
23625
23626 2005-09-08 Richard M. Stallman <rms@gnu.org>
23627
23628 * simple.el (blink-matching-open): Get rid of text props from
23629 the string shown in echo area. Don't permanently set point.
23630 Some rearrangements.
23631
23632 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23633
23634 * recentf.el (recentf-filename-handler): Add custom choice
23635 `abbreviate-file-name'.
23636
23637 * msb.el (msb--very-many-menus): Fix typo.
23638
23639 * disp-table.el (standard-display-european): Don't set
23640 enable-multibyte-characters to nil.
23641
23642 2005-09-08 David Ponce <david@dponce.com>
23643
23644 * recentf.el (recentf-show-file-shortcuts-flag): New option.
23645 (recentf-expand-file-name): Doc fix.
23646 (recentf-dialog-mode-map): Define digit shortcuts.
23647 (recentf--files-with-key): New variable.
23648 (recentf-show-digit-shortcut-filter): New function.
23649 (recentf-open-files-items): New function.
23650 (recentf-open-files): Use it.
23651 (recentf-open-file-with-key): New command.
23652
23653 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
23654
23655 * buff-menu.el (Buffer-menu-sort-by-column): New function.
23656 Suggested by Kim F. Storm.
23657 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23658 (Buffer-menu-make-sort-button): Use global keymap.
23659
23660 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
23661
23662 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23663 (Man-getpage-in-background-advice): Remove defadvice; it isn't
23664 necessary any longer with the remapped command.
23665 (Man-bgproc-sentinel-advice): Remove defadvice which counts
23666 formatting time only.
23667
23668 * net/tramp.el (tramp-action-password)
23669 (tramp-multi-action-password): Compile the password prompt from
23670 `method', `user' and `host'. Sometimes it isn't obvious which
23671 password to enter, for example with remote files offered by
23672 recentf.el, or with multiple steps. Suggested by Robert Marshall
23673 <robert@chezmarshall.freeserve.co.uk>.
23674
23675 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23676
23677 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23678 Fix regexp for when "s///" is at the beginning of line.
23679
23680 2005-09-07 Jay Belanger <belanger@truman.edu>
23681
23682 * calc/calc-poly.el (math-expand-term): Multiply out any powers
23683 when in matrix mode.
23684
23685 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23686
23687 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23688 non-anonymous functions.
23689
23690 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
23691
23692 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23693 when using a header line. Otherwise, use mouse-1-click-follows-link.
23694
23695 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23696 can't be moved; don't signal an error.
23697
23698 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
23699
23700 * cus-theme.el (custom-theme-write-faces): Save the current face
23701 spec, not the defface spec.
23702
23703 * custom.el (custom-known-themes): Clarify meaning of "standard".
23704 (custom-push-theme): Save old values in the standard theme.
23705 (disable-theme): Correct typo.
23706 (custom-face-theme-value): Deleted unused function.
23707 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23708
23709 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
23710
23711 * progmodes/compile.el (compilation-goto-locus): Take into account
23712 iconified frames when determining whether the buffer is
23713 already visible.
23714 Don't reset window height if the window already existed.
23715
23716 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
23717
23718 * custom.el (load-theme): Rename from require-theme.
23719 Add interactive spec.
23720 (enable-theme): Rename from custom-enable-theme.
23721 Add interactive spec.
23722 (disable-theme): Rename from custom-disable-theme.
23723 Add interactive spec.
23724 (custom-make-theme-feature): Doc fix.
23725 (custom-theme-directory): Doc fix.
23726 (provide-theme): Call enable-theme.
23727
23728 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
23729
23730 * obsolete/lazy-lock.el (lazy-lock-mode):
23731 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23732 font-lock-mode if it's off. Print a warning instead.
23733
23734 * progmodes/compile.el (compilation-start): Ignore errors if the
23735 process died before we get to send-eof.
23736
23737 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23738 Undo last change. Enclosing the result in quotes broke things on Unix
23739 since tex-send-command passes it through shell-quote-argument.
23740 (tex-send-command): Pass `file' through convert-standard-filename
23741 when possible.
23742 (tex-uptodate-p): Handle the case where TeX hasn't put additional
23743 info in a transcript.
23744
23745 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
23746
23747 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23748 fix compilation warning. Reorder the key definitions to group
23749 together keys emitted by the current version of xterm.
23750
23751 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23752 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23753 Reorder predicates to correct min-color usage.
23754
23755 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
23756
23757 * longlines.el (longlines-mode): Inhibit read-only when encoding.
23758 Kill local variables when longlines-mode is turned off.
23759
23760 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
23761
23762 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23763
23764 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23765
23766 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23767
23768 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23769 (font-lock-lines-before): Change default to being inactive.
23770 (font-lock-default-fontify-region): Obey font-lock-lines-before.
23771 (font-lock-after-change-function): Don't handle f-l-lines-before here.
23772
23773 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23774
23775 * net/tramp.el (tramp-handle-make-auto-save-file-name):
23776 Deactivate temporarily advice if active (not needed for Emacs 22,
23777 but for backwards compatibility).
23778 (tramp-exists-file-name-handler): Rewrite. First implementation
23779 was too simple.
23780 (tramp-advice-make-auto-save-file-name):
23781 Call `tramp-handle-make-auto-save-file-name' (again, just for
23782 backwards compatibility).
23783
23784 2005-08-31 Reto Zimmermann <reto@gnu.org>
23785
23786 * progmodes/vhdl-mode.el
23787 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23788 (vhdl-end-p): Fix indentation bug "else" after "-- when".
23789 (vhdl-set-default-project): New function (easier setting of default).
23790 (vhdl-port-copy): Handle extended identifiers for generics.
23791 (vhdl-compiler-alist): Better description for error message regexp.
23792 (vhdl-make): Query for target, use previous as default.
23793 (vhdl-port-copy): Fix port copy for port names starting with "signal".
23794 (vhdl-font-lock-keywords-2): Fix fontification for record
23795 el. assign.
23796 (vhdl-speedbar-make-subpack-line): Add package body link.
23797 (vhdl-generate-makefile-1): Not include itself as dependency.
23798 (vhdl-font-lock-init): Highlight c-preprocessor directives.
23799 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23800 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23801 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23802 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23803 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23804 (vhdl-import-project): Add string argument for `error'.
23805 (vhdl-compose-configuration)
23806 (vhdl-compose-configuration-architecture): Add configuration
23807 declaration generation.
23808 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23809 (vhdl-trailer-re): Add "record" keyword (better indentation).
23810 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23811 "[^ \t-\"]+".
23812 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23813 (vhdl-testbench-entity-file-name)
23814 (vhdl-testbench-architecture-file-name): Allow separate
23815 customization of testbench file names.
23816 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23817 (vhdl-get-visible-signals): Allow newline within alias declaration.
23818 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23819 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23820 (member-ignore-case): Alias for missing function in XEmacs.
23821 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23822 (vhdl-update-sensitivity-list): Ignore case on read signals.
23823 (vhdl-replace-string): Adjust case only for file names.
23824 (vhdl-update-sensitivity-list): Fix search for read signals.
23825 (vhdl-update-sensitivity-list): Exclude formal parameters.
23826 (vhdl-get-visible-signals): Include aliases of signals.
23827 (vhdl-get-visible-signals): Fix signal name searching.
23828 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23829 (vhdl-fixup-whitespace-region): Fix for character
23830 literals (e.g. `:').
23831
23832 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
23833
23834 * ansi-color.el (comint-last-output-start):
23835 * bs.el (font-lock-verbose):
23836 * diff-mode.el (add-log-buffer-file-name-function):
23837 * dired-x.el (vm-folder-directory):
23838 * faces.el (help-xref-stack-item):
23839 * files.el (font-lock-keywords):
23840 * find-lisp.el (dired-buffers, dired-subdir-alist):
23841 * ido.el (cua-inhibit-cua-keys):
23842 * log-view.el (cvs-minor-wrap-function):
23843 * outline.el (font-lock-warning-face):
23844 * simple.el (compilation-current-error):
23845 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23846 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23847 * tooltip.el (comint-prompt-regexp):
23848 * w32-fns.el (explicit-shell-file-name):
23849 * term/mac-win.el (mac-charset-info-alist)
23850 (mac-services-selection, mac-system-script-code):
23851 * term/tty-colors.el (msdos-color-values):
23852 * term/w32-win.el (xlfd-regexp-registry-subnum):
23853 * term/x-win.el (x-keysym-table, x-selection-timeout)
23854 (x-session-id, x-session-previous-id):
23855 * textmodes/ispell.el (mail-yank-prefix):
23856 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23857 * textmodes/org.el (calc-embedded-close-formula)
23858 (calc-embedded-open-formula)
23859 (font-lock-unfontify-region-function):
23860 * textmodes/reftex-global.el (isearch-next-buffer-function)
23861 (TeX-master):
23862 * textmodes/reftex.el (font-lock-keywords):
23863 * textmodes/tex-mode.el (font-lock-comment-face)
23864 (font-lock-doc-face):
23865 * textmodes/texinfo.el (outline-heading-alist):
23866 Add defvars.
23867
23868 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23869 (artist-spray-chars, artist-mode-init, artist-replace-string)
23870 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23871 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23872 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23873
23874 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23875 (conf-align-assignments): "?\ " -> "?\s".
23876
23877 * textmodes/reftex-index.el (TeX-master): Add defvar.
23878 (reftex-index-phrases-marker): Move up defvar.
23879
23880 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23881 (reftex-toc-include-labels-indicator)
23882 (reftex-toc-include-index-indicator)
23883 (reftex-toc-max-level-indicator): Move up declarations.
23884
23885 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23886 of args to `tramp-run-real-handler', even if it's empty in this case.
23887
23888 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23889
23890 * dired.el (dired-move-to-filename-regexp): Add date format for
23891 Mac OS X 10.3 in East Asian locales.
23892
23893 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23894
23895 * files.el (make-auto-save-file-name): Add file name handler call
23896 if applicable.
23897
23898 * net/tramp.el (tramp-file-name-handler-alist)
23899 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23900 (tramp-handle-make-auto-save-file-name): Rename from
23901 `tramp-make-auto-save-file-name'.
23902 (tramp-exists-file-name-handler): New defun.
23903 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23904 `make-auto-save-file-name' is not a magic file name operation.
23905
23906 2005-08-30 Richard M. Stallman <rms@gnu.org>
23907
23908 * files.el (risky-local-variable-p):
23909 Match `-predicates' and `-commands.
23910
23911 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23912 (custom-save-all): Visit the file if necessary;
23913 kill the buffer if we created it.
23914 (custom-save-delete): Don't visit file or kill buffer here.
23915
23916 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
23917
23918 * textmodes/org.el (org-special-keyword): New face.
23919 (org-table-copy-down, org-table-eval-formula)
23920 (org-table-recalculate, org-init-section-numbers):
23921 Use `string-to-number' instead of `string-to-int'.
23922 (org-get-location): Use `insert-buffer-substring' instead of
23923 `insert-buffer'.
23924 (org-modify-diary-entry-string): New function.
23925 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23926 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23927 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23928 active region.
23929 (org-export-as-html): Handle QUOTE keyword.
23930 (org-quote-string): New option.
23931 (org-bookmark-jump-unhide): New function, used for
23932 `bookmark-after-jump-hook'.
23933 (org-diary-default-entry): Apply only when not called through
23934 `org-agenda'.
23935
23936 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
23937
23938 * net/eudc.el (mode-popup-menu):
23939 * play/handwrite.el (ps-printer-name, ps-lpr-command):
23940 * progmodes/ada-mode.el (compile-auto-highlight)
23941 (skeleton-further-elements):
23942 * progmodes/autoconf.el (font-lock-syntactic-keywords):
23943 * progmodes/cmacexp.el (msdos-shells):
23944 * progmodes/compile.el (font-lock-extra-managed-props)
23945 (font-lock-keywords, font-lock-maximum-size)
23946 (font-lock-support-mode):
23947 * progmodes/grep.el (font-lock-lines-before):
23948 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23949 * progmodes/mixal-mode.el (compile-command):
23950 * progmodes/perl-mode.el (font-lock-comment-face)
23951 (font-lock-doc-face, font-lock-string-face):
23952 * progmodes/prolog.el (comint-prompt-regexp):
23953 * progmodes/sh-script.el (font-lock-comment-face)
23954 (font-lock-set-defaults, font-lock-string-face):
23955 * progmodes/sql.el (font-lock-keyword-face)
23956 (font-lock-set-defaults, font-lock-string-face):
23957 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23958 (itimer-version, lazy-lock-defer-contextually)
23959 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23960 Add defvars.
23961
23962 * progmodes/cperl-mode.el (cperl-electric-lbrace)
23963 (cperl-electric-keyword, cperl-electric-pod)
23964 (cperl-electric-backspace, cperl-forward-re)
23965 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23966 (vc-rcs-header, vc-sccs-header): Add defvars.
23967
23968 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23969 (font-lock-syntactic-keywords, gud-find-expr-function):
23970 Add defvars.
23971
23972 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23973 (gdb-frame-parameters): Declare before use.
23974
23975 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23976 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23977 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23978 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23979
23980 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23981 (idlwave-help-with-source): Use `insert-buffer-substring', not
23982 `insert-buffer'.
23983
23984 2005-08-29 Juri Linkov <juri@jurta.org>
23985
23986 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23987 Put outline-back-to-heading function call inside save-excursion.
23988
23989 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
23990
23991 * man.el (Man-init-defvars, Man-translate-references)
23992 (Man-support-local-filenames, Man-highlight-references):
23993 * progmodes/sql.el (sql-interactive-mode):
23994 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23995
23996 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23997 (compilation-mode-font-lock-keywords): Add defvars.
23998 (checkdoc-interactive-loop): "?\ " -> "?\s".
23999
24000 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24001 (font-lock-doc-face, font-lock-string-face)
24002 (font-lock-keywords-case-fold-search): Add defvars.
24003 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24004
24005 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24006 Don't pass X and Y (they are ignored anyway).
24007 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24008 (mouse-delete-window): Make arguments optional.
24009
24010 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24011 (caesar-translate-table, minor-modes, news-buffer-save)
24012 (news-group-name, news-minor-modes): Add defvars.
24013
24014 * emacs-lisp/lselect.el (mouse-highlight-priority)
24015 (x-lost-selection-functions, zmacs-regions):
24016 * emacs-lisp/pp.el (font-lock-verbose):
24017 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24018 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24019 (ses-mode-map):
24020 * emacs-lisp/tcover-unsafep.el (safe-functions):
24021 * international/mule-cmds.el (mac-system-coding-system)
24022 (mac-system-locale):
24023 * language/ethio-util.el (rmail-current-message)
24024 (rmail-message-vector):
24025 * language/thai-util.el (thai-auto-composition-mode):
24026 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24027 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24028 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24029 (vm-primary-inbox, vm-spool-files):
24030 * mail/rmail.el (deleted-head, font-lock-fontified)
24031 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24032 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24033 (total-messages):
24034 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24035 (rmail-summary-mode-map):
24036 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24037 (rmail-last-label, rmail-last-multi-labels)
24038 (rmail-summary-vector, rmail-total-messages):
24039 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24040 * mail/rmailsum.el (msgnum):
24041 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24042 (rmail-current-message):
24043 * obsolete/fast-lock.el (font-lock-face-list):
24044 * obsolete/rnewspost.el (mail-reply-buffer):
24045 * obsolete/scribe.el (compile-command):
24046 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24047
24048 2005-08-28 John Paul Wallington <jpw@gnu.org>
24049
24050 * ibuf-ext.el (ibuffer-auto-update-changed):
24051 Use `frame-or-buffer-changed-p' to check whether we need to update.
24052 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24053 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24054 as a `frame-or-buffer-changed-p' state vector instead.
24055
24056 2005-08-27 Romain Francoise <romain@orebokech.com>
24057
24058 * textmodes/makeinfo.el (makeinfo-compile):
24059 Use `compilation-start'. Set `next-error-function' according to
24060 `disable-errors'.
24061 (makeinfo-next-error): New function.
24062 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24063 (makeinfo-buffer): Likewise.
24064
24065 * progmodes/compile.el (compilation-start): Add autoload cookie.
24066
24067 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24068 * textmodes/sgml-mode.el: Likewise.
24069 * progmodes/python.el: Likewise.
24070
24071 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24072
24073 * simple.el (blink-matching-paren-distance): Document the meaning
24074 of nil value, and allow to customize to nil.
24075
24076 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24077 command.com, not command.exe.
24078
24079 2005-08-26 John Wiegley <johnw@newartisans.com>
24080
24081 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24082 code around a bit so that an extraneous nil argument is not added
24083 to a command when no args are given.
24084
24085 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24086 double-quoted argument resolves to nil, return it as an empty
24087 string rather than as nil. This made it impossible to pass "" to
24088 a shell script as a null string argument.
24089
24090 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24091
24092 * outline.el (outline-invent-heading): New fun.
24093 (outline-promote, outline-demote): Use it.
24094 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24095 (outline-end-of-subtree): Remove unused var `opoint'.
24096
24097 2005-08-26 David Reitter <david.reitter@gmail.com>
24098
24099 * menu-bar.el (truncate-lines, write-file, print-buffer)
24100 (ps-print-buffer-faces, ps-print-buffer, split-window):
24101 Disable menu items when the frame they refer to is invisible, or when
24102 they refer to a buffer and the minibuffer is selected.
24103
24104 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24105
24106 * progmodes/flymake.el (flymake-highlight-err-lines):
24107 Use save-excursion around flymake-highlight-line to preserve point.
24108
24109 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24110
24111 * progmodes/octave-mod.el: Change Author and Maintainer address.
24112 (octave-maintainer-address): Change Kurt's email address.
24113 * progmodes/octave-inf.el: Change Author and Maintainer address.
24114 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24115
24116 2005-08-26 Kim F. Storm <storm@cua.dk>
24117
24118 * subr.el (version-list-<, version-list-<=, version-list-=):
24119 Rename from integer-list-*.
24120 (version-list-not-zero): Likewise. Fix while loop.
24121 (version=): Use version-list-= instead of string-equal.
24122
24123 2005-08-26 Richard M. Stallman <rms@gnu.org>
24124
24125 * outline.el (outline-promote): Try shortening the heading.
24126 As last resort, read the heading to use.
24127 (outline-demote): As last resort, read the heading to use.
24128
24129 2005-08-26 Romain Francoise <romain@orebokech.com>
24130
24131 * progmodes/compile.el (compilation-start): Doc fix.
24132
24133 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24134 (antlr-font-lock-additional-keywords): Fix reference to
24135 `antlr-font-lock-literal-regexp' erroneously changed during the
24136 mass face rename.
24137 (antlr-run-tool): Use `compilation-start'.
24138
24139 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24140 instead of the obsolete `compile-internal'.
24141
24142 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24143
24144 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24145 (number, original-date):
24146 * calendar/cal-china.el (date):
24147 * calendar/cal-coptic.el (date):
24148 * calendar/cal-french.el (date):
24149 * calendar/cal-hebrew.el (date, entry, number, original-date):
24150 * calendar/cal-islam.el (date, number, original-date):
24151 * calendar/cal-iso.el (date):
24152 * calendar/cal-julian.el (date):
24153 * calendar/cal-mayan.el (date):
24154 * calendar/cal-menu.el (date, event):
24155 * calendar/cal-persia.el (date):
24156 * calendar/lunar.el (date):
24157 * calendar/solar.el (date): Add defvars.
24158
24159 * emerge.el:
24160 * ibuffer.el:
24161 * info-xref.el:
24162 * obsolete/bg-mouse.el:
24163 * obsolete/sun-curs.el:
24164 * obsolete/swedish.el: Move the `defvar's to the top level.
24165
24166 * smerge-mode.el (smerge-refined-change): Add :group.
24167
24168 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24169
24170 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24171 (smerge-keep-n): Remove props.
24172 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24173 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24174 now that it's done in smerge-keep-n.
24175 (smerge-refined-change): New face.
24176 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24177 (smerge-refine): New funs.
24178 (smerge-basic-map): Bind smerge-refine.
24179
24180 2005-08-25 Juri Linkov <juri@jurta.org>
24181
24182 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24183 compilation-process-setup-function and compilation-disable-input
24184 in grep-mode instead of let-bindings in grep.
24185
24186 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24187 Delete "Automatic File De/compression" (auto-compression-mode).
24188
24189 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24190
24191 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24192 Silence warning about non-existent variable.
24193
24194 2005-08-25 Richard M. Stallman <rms@gnu.org>
24195
24196 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24197 Rename "Describe Key" to "Describe Key or Mouse Operation".
24198
24199 * mail/mailalias.el (build-mail-aliases): Delete comments
24200 from the contents before processing them.
24201
24202 * isearch.el (isearch-edit-string): Erase the Search prompt
24203 if user enters an empty string and there is no default.
24204
24205 * comint.el (comint-file-name-prefix): Add autoload.
24206
24207 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24208
24209 * subr.el (play-sound): Rearrange to avoid warning.
24210
24211 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24212
24213 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24214 New hook.
24215 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24216
24217 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24218
24219 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24220
24221 * custom.el (custom-theme-set-variables): Sort minor modes last.
24222
24223 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24224
24225 * subr.el (version-separator, version-regexp-alist): New vars used by
24226 version comparison funs.
24227 (integer-list-<, integer-list-=, integer-list-<=)
24228 (integer-list-not-zero): New funs for integer list comparison.
24229 (version-to-list, version=, version<, version<=): New funs for version
24230 comparison.
24231
24232 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24233
24234 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24235 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24236 time to silence the byte-compiler.
24237
24238 * ibuffer.el (ibuffer-compile-make-eliding-form)
24239 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24240 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24241 so it's silly to get warnings for it).
24242 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24243 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24244 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24245 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24246 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24247 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24248 Defvar at compile time.
24249 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24250 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24251 Declare them before use.
24252
24253 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24254 (info-xref-good, info-xref-bad): Defvar at compile time.
24255
24256 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24257 Use `let*' instead of `let'.
24258
24259 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24260 (*mouse-y*, menu, char): Defvar at compile time.
24261 (sc::menu): Declare it before use.
24262 (sc::pack-one-line): Use `let', not `let*'.
24263
24264 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24265 (mail-send-hook): Defvar at compile time.
24266
24267 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24268 Defvar at compile time.
24269
24270 * term/sun-mouse.el (current-global-mousemap)
24271 (current-local-mousemap): Declare them before use.
24272
24273 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24274
24275 * bookmark.el (bookmark-after-jump-hook): New hook.
24276 (bookmark-jump): Run `bookmark-after-jump-hook'.
24277
24278 2005-08-23 Juri Linkov <juri@jurta.org>
24279
24280 * faces.el (minibuffer-prompt): Doc fix.
24281
24282 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24283
24284 * progmodes/xscheme.el: Trivial changes to silence warnings.
24285 (xscheme-previous-mode, xscheme-previous-process-state):
24286 Add defvars.
24287 (xscheme-last-input-end, xscheme-process-command-line)
24288 (xscheme-process-name, xscheme-buffer-name)
24289 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24290 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24291 (xscheme-control-g-synchronization-p)
24292 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24293 (default-xscheme-runlight, xscheme-runlight)
24294 (xscheme-runlight-string, xscheme-process-filter-state)
24295 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24296 Move to beginning of file.
24297 (scheme-interaction-mode-commands-alist)
24298 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24299 Declare them before use. Note: the initialization code for the
24300 variables has not been moved because it uses functions that reference
24301 the variables.
24302 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24303 (xscheme-prompt-for-expression-map): Declare them before use.
24304 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24305
24306 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24307
24308 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24309
24310 2005-08-22 Juri Linkov <juri@jurta.org>
24311
24312 * faces.el (set-face-underline): Delete this duplicate function
24313 and make an obsolete alias to set-face-underline-p.
24314 (set-face-underline-p): Use docstring of set-face-underline.
24315 (describe-face): Create hyperlink to parent face.
24316
24317 * info.el (Info-insert-dir): Use save-excursion around
24318 insert-buffer-substring.
24319 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24320 (Info-escape-percent): Delete function.
24321 (Info-fontify-node): Replace Info-escape-percent by
24322 replace-regexp-in-string with REP arg set to lambda that
24323 duplicates `%' and preserves text properties.
24324
24325 * progmodes/compile.el (compilation-disable-input): Doc fix.
24326 (define-compilation-mode): Doc fix and refill.
24327 (kill-compilation): Use `mode-name' in the error message.
24328 (compilation-find-file): Use `compilation-error' in the
24329 read-file-name's prompt.
24330
24331 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24332
24333 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24334 (smerge-auto-leave): Make undo re-enable the mode.
24335 (debug-ignored-errors): Add the user-error of impossible resolution.
24336 (smerge-resolve): Move things around a bit, in preparation for later.
24337 (smerge-diff): Don't fail if the buffer has no associated file.
24338 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24339 (smerge-conflict-overlay): New function.
24340 (smerge-match-conflict): Don't add text properties here.
24341 (smerge-find-conflict): Instead, add an overlay here.
24342 Also check for the case where we're inside a conflict already, so as to
24343 obviate the need for font-lock-multiline, which is unbearably slow with
24344 large conflicts and ciomplex font-lock patterns.
24345 (smerge-remove-props): Remove overlay rather than text-properties.
24346 (smerge-mode): Don't set font-lock-multiline.
24347 Remove overlays when turned off.
24348
24349 2005-08-21 Kim F. Storm <storm@cua.dk>
24350
24351 * ido.el (ido-ignore-item-p): Use save-match-data.
24352 Bind case-fold-search to ido-case-fold locally.
24353
24354 2005-08-20 Richard M. Stallman <rms@gnu.org>
24355
24356 * files.el (normal-mode): If font lock is on, turn it off and on.
24357
24358 * subr.el (replace-regexp-in-string): Doc fix.
24359
24360 * startup.el (command-line-1): Don't suppress startup screen
24361 due to existing processes.
24362
24363 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24364
24365 * progmodes/compile.el (compilation-disable-input): Default to nil.
24366
24367 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24368
24369 * progmodes/compile.el (compilation-disable-input): New defcustom.
24370 (compilation-start): If compilation-disable-input is non-nil, send
24371 EOF to the compilation process.
24372
24373 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24374
24375 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24376 Run the argument of tex-shell-cd-command through
24377 convert-standard-filename, to get the correct style of slashes on
24378 Windows, and enclose the result in quotes, in case the file name
24379 includes whitespace or other special characters.
24380
24381 2005-08-19 Andreas Schwab <schwab@suse.de>
24382
24383 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24384 process.
24385
24386 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24387
24388 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24389
24390 2005-08-18 Kim F. Storm <storm@cua.dk>
24391
24392 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24393
24394 2005-08-18 Richard M. Stallman <rms@gnu.org>
24395
24396 * scroll-lock.el: New file.
24397
24398 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24399
24400 * dired.el (dired-move-to-end-of-filename):
24401 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24402
24403 2005-08-18 Kim F. Storm <storm@cua.dk>
24404
24405 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24406 rather than toggle mode when custom value is nil.
24407 (ido-everywhere): Fix defun doc string.
24408
24409 2005-08-17 Richard M. Stallman <rms@gnu.org>
24410
24411 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24412 as tag instead of "Inviolable".
24413
24414 2005-08-17 Kim F. Storm <storm@cua.dk>
24415
24416 * windmove.el (windmove-coordinates-of-position): Remove.
24417 (windmove-coordinates-of-window-position): Remove.
24418 (windmove-reference-loc): Use posn-at-point instead.
24419
24420 * subr.el (insert-for-yank-1): Doc fix.
24421
24422 * ido.el (ido-enter-matching-directory): Rename from
24423 ido-enter-single-matching-directory. Change `slash' choice to
24424 `only'. Add `first' choice.
24425 (ido-exhibit): Adapt to above changes.
24426
24427 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24428
24429 * Makefile.in: Expand comment about building loaddefs.el.
24430
24431 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24432
24433 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24434 Comment use of defadvice.
24435
24436 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24437
24438 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24439
24440 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24441 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24442 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24443 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24444 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24445 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24446 for backward compatibility for faces that did not appear in the
24447 previous Emacs release.
24448
24449 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24450
24451 2005-08-15 Kim F. Storm <storm@cua.dk>
24452
24453 * emulation/cua-base.el (cua-delete-region): Return t if
24454 deleted region was non-empty.
24455 (cua-replace-region): Inhibit overwrite-mode for
24456 self-insert-command if replaced region was non-empty.
24457 (cua--explicit-region-start, cua--status-string): Make them
24458 buffer-local at top-level...
24459 (cua-mode): ...rather than when mode is enabled.
24460
24461 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24462
24463 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24464 Set t for Emacs 21, 22, and so on.
24465
24466 2005-08-15 David Ponce <david@dponce.com>
24467
24468 * tree-widget.el: Update Commentary header.
24469 (tree-widget-theme): Doc fix.
24470 (tree-widget-space-width): New option.
24471 (tree-widget-image-properties): Look up in the default theme too.
24472 (tree-widget--cursors): Only for images with arrow pointer shape.
24473 (tree-widget-lookup-image): Pointer shape is hand by default.
24474 (tree-widget-icon): Rename generic icon widget from
24475 `tree-widget-control'.
24476 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24477 derive from `tree-widget-icon'.
24478 (tree-widget-handle): Improve default look and feel of the text
24479 representation.
24480 (tree-widget): Rename :*-control properties to :*-icon properties.
24481 Add :action and :help-echo properties.
24482 (tree-widget-after-toggle-functions): Move.
24483 (tree-widget-close-node, tree-widget-open-node): Remove.
24484 (tree-widget-before-create-icon-functions): New hook.
24485 (tree-widget-value-create): Update to allow customization of icons
24486 and nodes at run-time via that new hook.
24487 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24488 (tree-widget-icon-action, tree-widget-icon-help-echo)
24489 (tree-widget-action, tree-widget-help-echo): New functions.
24490
24491 2005-08-15 Kim F. Storm <storm@cua.dk>
24492
24493 * ido.el (ido-buffer-internal): Use with-no-warnings.
24494 (ido-make-merged-file-list): Use while-no-input.
24495
24496 2005-08-15 Richard M. Stallman <rms@gnu.org>
24497
24498 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24499 (flyspell-large-region): Fix doc and custom type.
24500
24501 2005-08-14 Richard M. Stallman <rms@gnu.org>
24502
24503 * files.el (interpreter-mode-alist): Doc fix.
24504
24505 * mail/rmail.el (rmail-nonignored-headers): New variable.
24506 (rmail-clear-headers): Use it.
24507 (rmail-reply): Better handling of mail-followup-to header.
24508
24509 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24510 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24511 don't try to refer to executable-font-lock-keywords.
24512 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24513 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24514 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24515 (sh-mode): Set comment-start-skip, local-abbrev-table,
24516 imenu-case-fold-search.
24517 (sh-set-shell): Don't set them here.
24518 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24519 Don't cache the results in the original alist; don't ever modify
24520 that alist.
24521
24522 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24523
24524 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24525 empty.
24526
24527 2005-08-15 Andreas Schwab <schwab@suse.de>
24528
24529 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24530
24531 * dired.el, info.el, mail/rmail.el: Revert last change.
24532
24533 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24534
24535 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24536 modification in `eval-after-load' form.
24537 * info.el: Likewise.
24538 * mail/rmail.el: Likewise.
24539
24540 2005-08-14 Juri Linkov <juri@jurta.org>
24541
24542 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24543 Remove highlighting of "Compilation started". Highlight only
24544 the word "finished" in "Compilation finished". Add highlighting
24545 of "interrupt", "killed", "terminated" and the exit code.
24546 (compilation-start): Add newline after header. Use exactly the
24547 same time stamp format as the finishing message.
24548 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24549
24550 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24551 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24552 Add highlighting of "interrupt", "killed", "terminated".
24553
24554 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24555 enabled and the current command is self-insert-command, call it
24556 explicitly with overwrite-mode bound to nil, to not allow it
24557 to delete the character after the selected region.
24558
24559 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24560
24561 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24562 move-end-of-line, end-of-line, and beginning-of-line to the list
24563 of commands after which the echo area is updated.
24564
24565 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24566
24567 * cus-edit.el (custom-save-all, custom-save-delete):
24568 Bind recentf-exclude to exclude custom-file.
24569
24570 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24571
24572 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24573 to go to the bottom of the mail message. Added to
24574 `rmail-summary-mode-map' with key "/".
24575 (rmail-summary-show-message): New (internal) function for use by
24576 both `rmail-summary-beginning/end-of-message'.
24577 (rmail-summary-beginning-of-message): Change to use
24578 rmail-summary-show-message.
24579
24580 * mail/rmail.el (rmail-end-of-message): New command to go to the
24581 end of the current message. Added to `rmail-mode-map' with key "/".
24582 (rmail-beginning-of-message): Fix to work as documented.
24583 (rmail-mode): Change documentation.
24584
24585 * progmodes/compile.el (compilation-start): Add the line
24586 "Compilation started" with compilation start time.
24587 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24588
24589 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24590
24591 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24592 of menu items.
24593
24594 2005-08-11 Richard M. Stallman <rms@gnu.org>
24595
24596 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24597
24598 * battery.el (battery-status-function): Don't use ignore-errors.
24599
24600 2005-08-11 Lute Kamstra <lute@gnu.org>
24601
24602 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24603 define-obsolete-variable-alias.
24604
24605 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24606
24607 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24608 (ange-ftp-send-cmd): Revert last change, and expand
24609 the comment explaining the problem.
24610
24611 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24612
24613 * ldefs-boot.el: Update.
24614
24615 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24616 item to "Time, Load and Mail". Change help echo text.
24617
24618 * time.el (display-time-use-mail-icon, display-time-format)
24619 (display-time-string-forms): Shorten first line of docstrings.
24620
24621 2005-08-10 Lars Hansen <larsh@soem.dk>
24622
24623 * desktop.el (desktop-buffer-mode-handlers):
24624 Make non-customizable. Add autoload cookie. Change initial value to
24625 nil; add elements in respective modules instead. Fix doc string.
24626 (desktop-load-file): New function.
24627 (desktop-minor-mode-handlers): New autoloaded variable.
24628 (desktop-create-buffer): Call minor mode handlers.
24629 Use desktop-load-file to load major and minor mode modules prior to
24630 checking for a handler.
24631 (desktop-save): Don't add nil to desktop-minor-modes for minor
24632 modes with nil function in desktop-minor-mode-table. Don't delete
24633 desktop file before rewriting it.
24634 (desktop-locals-to-save): Add autoload cookie. Don't make
24635 automatically buffer-local. Add variables column-number-mode,
24636 size-indication-mode, indent-tabs-mode,
24637 indicate-buffer-boundaries, indicate-empty-lines and
24638 show-trailing-whitespace.
24639 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24640 regexps. Don't use desktop-clear-preserve-buffers-regexp.
24641 (desktop-clear-preserve-buffers-regexp): Delete.
24642 (desktop-clear-preserve-buffers): Update initial value and docstring.
24643 (desktop-save-buffer): Fix doc string.
24644
24645 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24646 (hilit-chg-desktop-restore): New function.
24647 (highlight-changes-mode): Add highlight-changes-mode to
24648 desktop-locals-to-save.
24649
24650 * dired.el: Add handler to desktop-buffer-mode-handlers.
24651 (dired-restore-desktop-buffer): Remove autoload cookie.
24652 (dired-mode): Add autoload cookie.
24653
24654 * info.el: Add handler to desktop-buffer-mode-handlers.
24655 (Info-restore-desktop-buffer): Remove autoload cookie.
24656 (Info-mode): Add autoload cookie.
24657
24658 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24659 (mh-restore-desktop-buffer): Remove autoload cookie.
24660 (mh-folder-mode): Add autoload cookie.
24661
24662 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24663 (rmail-restore-desktop-buffer): Remove autoload cookie.
24664
24665 2005-08-11 Masatake YAMATO <jet@gyve.org>
24666
24667 * hexl.el (hexl-address-region):
24668 (hexl-ascii-region, hexl-font-lock-keywords):
24669 (hexl-highlight-line-range): Use the term "region"
24670 instead of "area" for consistency with the other symbols
24671 defined in hexl.el.
24672
24673 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
24674
24675 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24676 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24677 out by Juri Linkov). Add `display-battery-mode'.
24678
24679 2005-08-09 Juri Linkov <juri@jurta.org>
24680
24681 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24682 Remove `-text' from face variable names.
24683 (compilation-error-file-name, compilation-warning-file-name)
24684 (compilation-info-file-name): Delete faces.
24685 (compilation-line-number, compilation-column-number):
24686 Remove face underlining.
24687 (compilation-message-face): Set to `underline' value by default.
24688 (compilation-error-face, compilation-warning-face)
24689 (compilation-info-face): Remove `-file-name' from face names.
24690 (compilation-error-text-face, compilation-warning-text-face)
24691 (compilation-info-text-face): Delete face variables.
24692 (compilation-text-face): Delete function.
24693
24694 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24695 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24696 (grep-error-face): Set to `compilation-error' instead of
24697 `compilation-error-face' (which is redefined to `grep-hit-face' in
24698 grep buffers).
24699 (grep-mode-font-lock-keywords): Remove `-text' from face variable
24700 names. Use `grep-error-face' instead of `compilation-error-text-face'.
24701
24702 * dired-aux.el (dired-do-query-replace-regexp):
24703 Use `query-replace-read-args'.
24704
24705 * replace.el (query-replace-read-from, query-replace-read-to)
24706 (query-replace-read-args): Rename arg `string' to `prompt'.
24707
24708 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24709
24710 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
24711
24712 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24713 uploading files.
24714 (ange-ftp-canonize-filename): Handle file names beginning with ~
24715 correctly.
24716
24717 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24718
24719 * textmodes/fill.el (canonically-space-region)
24720 (fill-context-prefix, fill-french-nobreak-p)
24721 (fill-delete-newlines, fill-comment-paragraph)
24722 (justify-current-line): "?\ " -> "?\s".
24723
24724 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
24725
24726 * textmodes/fill.el (fill-nonuniform-paragraphs):
24727 Improve argument/docstring consistency.
24728
24729 2005-08-09 Richard M. Stallman <rms@gnu.org>
24730
24731 * textmodes/ispell.el (ispell-word): More fboundp checks.
24732
24733 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24734 (find-file-noselect-1): Call it here, only if RAWFILE.
24735 (normal-mode): Always set some major mode.
24736 (save-some-buffers-action-alist): Change some explanation strings.
24737 (file-name-non-special): In the `quote' method, use unwind-protect.
24738
24739 2005-08-09 Magnus Henoch <mange@freemail.hu>
24740
24741 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24742 (ispell-have-aspell-dictionaries): New variable.
24743 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24744 (ispell-get-aspell-config-value): New function.
24745 (ispell-aspell-find-dictionary): New function.
24746 (ispell-aspell-add-aliases): New function.
24747 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24748 appropriate. Don't look for ispell dictionaries if we use aspell.
24749 (ispell-menu-map): Don't build a submenu of dictionaries.
24750
24751 2005-08-09 Richard M. Stallman <rms@gnu.org>
24752
24753 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24754 (sql-read-passwd): Use read-passwd.
24755
24756 * progmodes/idlw-toolbar.el (idlwave-toolbar)
24757 (idlwave-toolbar-is-possible): Add defvars.
24758
24759 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24760 Avoid warnings.
24761
24762 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24763 (idlwave-system-class-info, idlwave-executive-commands-alist):
24764 Use defvar.
24765
24766 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24767
24768 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24769 Avoid warnings.
24770
24771 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24772 and content-type: headers.
24773
24774 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24775
24776 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24777 and rename some of them to be more self-explanatory.
24778
24779 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24780
24781 * startup.el (command-line-1): Implement -scriptload.
24782
24783 * replace.el (occur-engine): Initial *Occur* output not undoable.
24784
24785 * menu-bar.el (menu-bar-file-menu): Rename some menu items
24786 and improve help strings.
24787
24788 * isearch.el (isearch-repeat): When changing direction,
24789 mark search successful.
24790
24791 * ediff-init.el: Use (featurep 'xemacs).
24792
24793 * comint.el (send-invisible): Identify buffer, if not selected.
24794
24795 * align.el: Delete autoload for c-guess-basic-syntax.
24796
24797 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24798
24799 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24800 Improve argument/docstring consistency. Doc fixes.
24801 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24802 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24803 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24804 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24805 (r2bv-organization, r2bv-pages, r2bv-primary-author)
24806 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24807 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24808 Defvar at compile time.
24809
24810 2005-08-09 Juri Linkov <juri@jurta.org>
24811
24812 * info.el: Replace `info' with upper-case `Info' where appropriate.
24813 (info-title-1, info-title-2, info-title-3, info-title-4)
24814 (info-menu-header): Move up face definitions.
24815 (info-menu-star): Rename from `info-menu-5'.
24816 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24817 (Info-fontify-visited-nodes): Fix docstring.
24818 (Info-hide-note-references): Fix docstring.
24819 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24820 menu items in the same way as on cross-references.
24821 (info-apropos): Fix sorting order and formatting to be like in the
24822 stand-alone Info browser. Display error messages for 1 sec.
24823 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
24824 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24825 from the menu bar.
24826 (Info-insert-dir): Restore point after calling
24827 `insert-buffer-substring'.
24828
24829 2005-08-08 Richard M. Stallman <rms@gnu.org>
24830
24831 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24832 (recompute-lucid-menubar): Add defvars.
24833
24834 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24835
24836 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24837
24838 * net/net-utils.el (run-dig): Rename from `dig'.
24839
24840 * play/gametree.el (gametree-mode): Use make-local-variable,
24841 not make-variable-buffer-local.
24842
24843 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24844
24845 * ansi-color.el (ansi-color-make-extent)
24846 (ansi-color-set-extent-face): Use fboundp, not functionp.
24847
24848 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24849 not make-variable-buffer-local.
24850
24851 * bookmark.el (Info-current-file): Add defvar.
24852 (bookmark-jump-noselect): Use with-no-warnings.
24853
24854 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24855
24856 * ebuff-menu.el (Helper-return-blurb): Add defvar.
24857
24858 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24859
24860 * find-file.el (ada-procedure-start-regexp)
24861 (ada-package-start-regexp): Add defvars.
24862
24863 * info.el (Info-insert-dir): Use insert-buffer-substring.
24864
24865 * xml.el (xml-att-def-re): Add defvar.
24866
24867 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24868 calling convention.
24869
24870 * subr.el (while-no-input): Return t if there is input.
24871
24872 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
24873
24874 * cus-start.el (all): Add `overflow-newline-into-fringe'.
24875
24876 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
24877
24878 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24879 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24880
24881 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
24882
24883 * cmuscheme.el (scheme-start-file): Replace reference to
24884 `user-emacs-directory' by "~/.emacs.d/".
24885
24886 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
24887
24888 * info.el (Info-dir-remove-duplicates): Avoid case folding
24889 in loop; instead, keep downcased strings for comparison.
24890 Suggested by Helmut Eller.
24891
24892 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
24893
24894 Sync with Tramp 2.0.50.
24895
24896 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24897 XEmacs case; not necessary anymore.
24898 (tramp-user-regexp): Allow "@" as part of user name.
24899 (tramp-handle-set-visited-file-modtime)
24900 (tramp-handle-insert-file-contents)
24901 (tramp-handle-write-region): No special handling for
24902 `last-coding-system-used, because this is done in
24903 `tramp-accept-process-output' now.
24904 (tramp-accept-process-output): New defun.
24905 (tramp-process-one-action, tramp-process-one-multi-action)
24906 (tramp-wait-for-regexp, tramp-wait-for-output)
24907 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
24908 Howells <dhowells@redhat.com>.
24909 (clear-visited-file-modtime): Defadvice removed. The check for
24910 unset buffer's modtime does not need to be based on
24911 `tramp-buffer-file-attributes'. Suggested by RMS.
24912 (tramp-message): Insert "\n" if not being at beginning of line.
24913 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24914 sequence with same logic.
24915 (tramp-completion-handle-expand-file-name): Discard call of
24916 `tramp-drop-volume-letter'. It is not necessary, and there have
24917 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24918 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24919 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24920 should always be visible.
24921 (tramp-handle-insert-directory, tramp-setup-complete)
24922 (tramp-set-process-query-on-exit-flag)
24923 (tramp-append-tramp-buffers): Pacify byte-compiler.
24924 (tramp-bug): Delete non-existing variables from list.
24925 Apply `tramp-load-report-modules' as pre-hook.
24926 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24927 `shell-prompt-pattern' because of non-7bit characters.
24928 Reported by Sebastian Luque <sluque@mun.ca>.
24929 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24930 (tramp-match-string-list): Remove function.
24931 (tramp-wait-for-regexp): Remove call of that function.
24932 Suggested by Kim F. Storm <storm@cua.dk>.
24933 (tramp-set-auto-save-file-modes): Use octal integer code #o600
24934 instead of octal character code ?\600. The latter resulted in a
24935 syntax error with XEmacs.
24936
24937 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24938 XEmacs case; not necessary anymore.
24939 (tramp-smb-handle-write-region): No special handling for
24940 `last-coding-system-used, because this is done in
24941 `tramp-accept-process-output' now.
24942 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24943
24944 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
24945
24946 * wid-edit.el (widget-choice-value-create):
24947 Unconditionally respect user choice. Set :explicit-choice back to nil
24948 when no longer needed.
24949 (widget-choice-action): Unconditionally respect user choice.
24950 Eliminate :explicit-choice-value.
24951
24952 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24953
24954 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24955 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24956 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24957 running new function `toggle-indicate-empty-lines'.
24958 Rename "Customize" item to "Customize fringe".
24959 Rename "Indicators" item to "Buffer boundaries" and change help echo.
24960 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24961 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24962 Delete "Empty lines only" item.
24963 (menu-bar-showhide-fringe-ind-customize): New function.
24964 (menu-bar-showhide-fringe-ind-mixed)
24965 (menu-bar-showhide-fringe-ind-box)
24966 (menu-bar-showhide-fringe-ind-right)
24967 (menu-bar-showhide-fringe-ind-left)
24968 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24969 instead of `fringe-indicators'.
24970
24971 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24972
24973 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24974 Change the date of last update.
24975
24976 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24977
24978 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24979 (viper-exec-yank, viper-put-back): Don't display modification msg
24980 if in the minibuffer.
24981
24982 * viper-init.el (viper-replace-overlay-cursor-color)
24983 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24984 Make variables frame local.
24985
24986 * viper-util.el (viper-append-filter-alist): Use append instead of
24987 nconc.
24988
24989 * viper.el (viper-vi-state-mode-list)
24990 (viper-emacs-state-mode-list): Move help-mode and
24991 completion-list-mode from the first list to the second.
24992 (viper-mode): Docstring.
24993 (viper-go-away, viper-non-hook-settings): Don't localize
24994 minor-mode-alist in newer Emacsen. Add advice to
24995 set-cursor-color. Don't bind "\C-c\\".
24996
24997 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
24998
24999 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25000 (scheme-macro-expand-command): New user options.
25001 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25002 (scheme-form-at-point, scheme-start-file)
25003 (scheme-interactively-start-process): New functions.
25004 (scheme-get-process): New function, extracted from `scheme-proc'.
25005 (run-scheme): Call `scheme-start-file' to get start file, and pass
25006 it to `make-comint'.
25007 (switch-to-scheme, scheme-proc):
25008 Call `scheme-interactively-start-process' if no Scheme buffer/process
25009 is available.
25010
25011 2005-08-06 Juri Linkov <juri@jurta.org>
25012
25013 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25014 Use `compilation-text-face', `compilation-info-text-face' and
25015 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25016 (compilation-error): New face.
25017 (compilation-error-file-name): Inherit from
25018 `compilation-error' instead of `font-lock-warning-face'.
25019 (compilation-warning-file-name): Inherit from
25020 `compilation-warning' instead of `font-lock-warning-face'.
25021 (compilation-info, compilation-error-file-name)
25022 (compilation-warning-file-name, compilation-info-file-name)
25023 (compilation-line-number, compilation-column-number): Doc fix.
25024 (compilation-error-text-face, compilation-warning-text-face)
25025 (compilation-info-text-face): New face variables.
25026 (compilation-line-face, compilation-column-face)
25027 (compilation-enter-directory-face)
25028 (compilation-leave-directory-face): Doc fix.
25029 (compilation-text-face): New function.
25030
25031 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25032 instead of 1 to display binary file names as info file links.
25033 (grep-error-face): Use `compilation-error-face' instead of
25034 `font-lock-keyword-face'.
25035 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25036 and `compilation-warning-text-face' instead of
25037 `font-lock-keyword-face'. Use `compilation-error-text-face'
25038 instead of `grep-error-face'.
25039
25040 2005-08-05 Kenichi Handa <handa@m17n.org>
25041
25042 * international/code-pages.el: Add autoload cookies for all coding
25043 systems.
25044
25045 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25046
25047 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25048
25049 2005-08-04 Juri Linkov <juri@jurta.org>
25050
25051 * progmodes/compile.el (compilation-mode-map):
25052 * progmodes/grep.el (grep-mode-map):
25053 Bind TAB to `compilation-next-error' and [backtab] to
25054 `compilation-previous-error'.
25055
25056 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25057 matching line numbers, column numbers and their ranges with regexp
25058 matching only line numbers.
25059 (grep-context-face): New face variable.
25060 (grep-mode-font-lock-keywords): Use it.
25061
25062 * faces.el (read-face-name): Delete duplicate faces.
25063
25064 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25065
25066 * thumbs.el (thumbs-find-image): Don't make variables
25067 automatically buffer local.
25068 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25069 (thumbs-image-num): Make automatically buffer local.
25070 (thumbs-show-thumbs-list): Use `make-local-variable', not
25071 `make-variable-buffer-local'.
25072 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25073
25074 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25075 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25076 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25077 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25078 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25079 (feelings-about, foullst, found, hello, history, howareyoulst)
25080 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25081 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25082 (neglst, obj, object, owner, please, problems, qlist)
25083 (random-adjective, relation, remlst, repetitive-shortness)
25084 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25085 (shortlst, something, sportslst, stallmanlst, states, subj)
25086 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25087 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25088 Defvar at compile time.
25089
25090 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25091 not `make-variable-buffer-local'.
25092
25093 2005-08-02 Kim F. Storm <storm@cua.dk>
25094
25095 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25096 rectangle overlay in selected window.
25097
25098 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25099
25100 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25101 instead of display group. Make `indicate-buffer-boundaries'
25102 customizable through Custom.
25103
25104 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25105
25106 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25107 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25108 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25109 (gdb-put-string): Fix typos in docstrings.
25110
25111 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25112
25113 Update copyright notices of files in progmodes directory for
25114 release of Emacs 22.1.
25115
25116 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25117
25118 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25119 Don't barf if the GUD buffer has been killed.
25120
25121 2005-08-01 Kim F. Storm <storm@cua.dk>
25122
25123 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25124
25125 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25126
25127 * simple.el (next-error-follow-minor-mode):
25128 make-variable-buffer-local -> make-local-variable.
25129
25130 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25131
25132 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25133 (byte-compile-form-make-variable-buffer-local): New functions to warn
25134 about misuses of make-variable-buffer-local where make-local-variable
25135 was meant.
25136
25137 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25138
25139 * bs.el (bs-attributes-list): Doc fix.
25140 (bs): Update url-link.
25141
25142 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25143 (desktop-load-default): Simplify.
25144
25145 * ibuffer.el (ibuffer-columnize-and-insert-list)
25146 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25147 (ibuffer-unmark-all, ibuffer-toggle-marks)
25148 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25149 (ibuffer-compile-make-format-form, ibuffer-format-column)
25150 (ibuffer-current-buffers-with-marks)
25151 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25152 (ibuffer): Doc fix.
25153 (ibuffer-mode): Fix typo in docstring.
25154 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25155 with `define-obsolete-variable-alias'.
25156 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25157
25158 2005-07-29 Kenichi Handa <handa@m17n.org>
25159
25160 * international/mule-cmds.el (select-message-coding-system):
25161 Be sure to use LF for end-of-line. If no coding system is decided,
25162 return iso-8859-1-unix.
25163
25164 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25165
25166 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25167 (ange-ftp-pending-error-line): New vars.
25168 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25169 to handle the non-fatal no-route-to-host messages.
25170 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25171
25172 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25173
25174 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25175 (isearch-quote-char, isearch-printing-char)
25176 (isearch-text-char-description): "?\ " -> "?\s".
25177 (isearch-lazy-highlight-cleanup)
25178 (isearch-lazy-highlight-initial-delay)
25179 (isearch-lazy-highlight-interval)
25180 (isearch-lazy-highlight-max-at-a-time)
25181 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25182 Declare with define-obsolete-*-alias macros.
25183 (isearch-forward): Fix typo in docstring.
25184 (search-invisible, search-ring-yank-pointer)
25185 (regexp-search-ring-yank-pointer): Doc fixes.
25186
25187 * recentf.el (recentf-menu-append-commands-p): Declare with
25188 `define-obsolete-variable-alias'.
25189 (recentf-max-saved-items, recentf-menu-filter)
25190 (recentf-arrange-by-rule-subfilter): Doc fixes.
25191 (recentf-menu-append-commands-flag)
25192 (recentf-initialize-file-name-history, recentf-expand-file-name)
25193 (recentf-clear-data): Fix typos in docstrings.
25194
25195 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25196
25197 * progmodes/gdb-ui.el: Smarten comments.
25198 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25199
25200 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25201
25202 * term/apollo.el (terminal-init-apollo): New function containing
25203 all former top level forms in the file.
25204 * term/bobcat.el (terminal-init-bobcat):
25205 * term/cygwin.el (terminal-init-cygwin):
25206 * term/iris-ansi.el (terminal-init-iris-ansi):
25207 * term/linux.el (terminal-init-linux):
25208 * term/news.el (terminal-init-news):
25209 * term/rxvt.el (terminal-init-rxvt):
25210 * term/sun.el (terminal-init-sun):
25211 * term/tvi970.el (terminal-init-tvi970):
25212 * term/vt100.el (terminal-init-vt100):
25213 * term/vt102.el (terminal-init-vt102):
25214 * term/vt125.el (terminal-init-vt125):
25215 * term/vt200.el (terminal-init-vt200):
25216 * term/vt201.el (terminal-init-vt201):
25217 * term/vt220.el (terminal-init-vt220):
25218 * term/vt240.el (terminal-init-vt240):
25219 * term/vt300.el (terminal-init-vt300):
25220 * term/vt320.el (terminal-init-vt320):
25221 * term/vt400.el (terminal-init-vt400):
25222 * term/vt420.el (terminal-init-vt420):
25223 * term/wyse50.el (terminal-init-wyse50):
25224 * term/xterm.el (terminal-init-xterm): Likewise.
25225
25226 * term/README: Describe the terminal-init-* functionality.
25227
25228 * startup.el (command-line): After loading the terminal initialization
25229 file call the corresponding terminal initialization function.
25230
25231 2005-07-27 Kenichi Handa <handa@m17n.org>
25232
25233 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25234 negative.
25235
25236 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25237 (ps-mule-composition-prologue): Fix for the case that
25238 RelativeCompose is false.
25239
25240 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25241
25242 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25243
25244 * descr-text.el (describe-char): Handle the case where the list of
25245 chars is displayed in a separate frame.
25246 Be a bit more discriminating when looking for the char.
25247
25248 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25249
25250 * bookmark.el (bookmark-automatically-show-annotations)
25251 (bookmark-read-annotation-text-func): Doc fixes.
25252 (bookmark-save): Improve argument/docstring consistency.
25253 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25254 (bookmark-alist-from-buffer)
25255 (bookmark-upgrade-file-format-from-0)
25256 (bookmark-grok-file-format-version)
25257 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25258 (bookmark-read-annotation-mode)
25259 (bookmark-insert-current-bookmark, bookmark-jump)
25260 (bookmark-exit-hook): Fix typos in docstrings.
25261 (bookmark-exit-hooks): Define as obsolete alias.
25262 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25263 not `bookmark-exit-hooks'. Fix docstring.
25264 (bookmark-bmenu-select): "?\ " -> "?\s".
25265
25266 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25267
25268 * startup.el (command-line): Fix typo.
25269
25270 2005-07-24 Richard M. Stallman <rms@gnu.org>
25271
25272 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25273 not emacs-quick-startup.
25274
25275 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25276
25277 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25278 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25279 instead of `reb-with-current-window'.
25280 (reb-prev-match): Likewise. Also, don't move left if the search
25281 was unsuccessful.
25282 (reb-initialize-buffer): New function.
25283 (re-builder, reb-change-syntax): Use it.
25284
25285 * man.el (Man-goto-page): Make second argument NOERROR optional.
25286
25287 2005-07-23 Richard M. Stallman <rms@gnu.org>
25288
25289 * man.el (Man-bgproc-sentinel): Check here for failure to find
25290 any man page in the output, and report the error here.
25291 (Man-arguments): Make it permanent local.
25292 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25293 (Man-mode): Pass t for NOERROR.
25294
25295 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25296 (grep-mode-font-lock-keywords):
25297 Don't use compilation-...-face for messages that are not file names.
25298
25299 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25300 Don't use compilation-...-face for messages that are not file names.
25301
25302 2005-07-22 Juri Linkov <juri@jurta.org>
25303
25304 * startup.el (normal-splash-screen): Update menu name.
25305
25306 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25307
25308 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25309
25310 * term/xterm.el: Load term/rxvt if the terminal is actually an
25311 rxvt terminal.
25312 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25313
25314 * term/rxvt.el (function-key-map): Use substitute-key-definition
25315 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25316
25317 * term/cygwin.el: New file.
25318
25319 2005-07-22 Kim F. Storm <storm@cua.dk>
25320
25321 * image-file.el (insert-image-file, image-file-yank-handler):
25322 Fix last change to maintain a (unique) yank-handler on yanked images.
25323
25324 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25325
25326 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25327 of the file size (as in "177B" for 177 bytes). This happens with
25328 "ls -lh" on FreeBSD.
25329
25330 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25331
25332 * hilit-chg.el (highlight-changes-global-initial-state)
25333 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25334 (hilit-chg-fixup, highlight-changes-mode):
25335 Fix typos in docstrings.
25336 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25337 Doc fixes.
25338
25339 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25340
25341 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25342 mode function using `eval-after-load'.
25343
25344 2005-07-21 Kim F. Storm <storm@cua.dk>
25345
25346 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25347 included when reporting an Emacs crash, and tell about the DEBUG file.
25348
25349 * image-file.el (insert-image-file): Add yank-handler.
25350 (image-file-yank-handler): Yank handler to make unique copies of
25351 images when they are yanked into a buffer next to each other.
25352
25353 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25354
25355 * comint.el (comint-use-prompt-regexp, comint-send-input)
25356 (comint-source-default, comint-extract-string)
25357 (comint-get-source, comint-word, comint-completion)
25358 (comint-source, comint-prompt-read-only, comint-update-fence):
25359 Fix typos in docstrings.
25360 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25361 Declare with define-obsolete-*-alias macros.
25362 (comint-previous-matching-input-from-input)
25363 (comint-next-matching-input-from-input)
25364 (comint-previous-matching-input, comint-next-matching-input)
25365 (comint-forward-matching-input):
25366 Improve argument/docstring consistency.
25367
25368 * desktop.el (desktop-clear-preserve-buffers-regexp):
25369 Also preserve the *server* buffer.
25370
25371 * simple.el (clone-indirect-buffer): Doc fix.
25372 (fixup-whitespace, just-one-space)
25373 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25374 (next-error, next-error-highlight)
25375 (next-error-highlight-no-select, next-error-last-buffer)
25376 (next-error-buffer-p, next-error-find-buffer, next-error)
25377 (previous-error, next-error-no-select, previous-error-no-select)
25378 (open-line, split-line, minibuffer-prompt-width, kill-new)
25379 (binary-overwrite-mode): Fix typos in docstrings.
25380 (set-fill-column): Fix typo in message.
25381
25382 * skeleton.el (skeleton-proxy-new): Doc fix.
25383
25384 * strokes.el (strokes-load-hook): Doc fix.
25385 (strokes-grid-resolution, strokes-get-grid-position)
25386 (strokes-renormalize-to-grid, strokes-read-stroke)
25387 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25388 (strokes-global-map): Fix typos in docstrings.
25389 (strokes-help): Doc fix. Fix help message and pass it through
25390 `substitute-command-keys'.
25391
25392 * tempo.el (tempo-insert-prompt, tempo-interactive)
25393 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25394 (tempo-insert-string-functions, tempo-local-tags)
25395 (tempo-define-template, tempo-insert-template)
25396 (tempo-insert-prompt-compat, tempo-is-user-element)
25397 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25398 Fix typos in docstrings.
25399
25400 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25401 (vcursor-key-bindings, vcursor-use-vcursor-map)
25402 (vcursor-find-window, vcursor-scroll-down)
25403 (vcursor-disable, vcursor-beginning-of-buffer)
25404 (vcursor-end-of-buffer): Fix typos in docstrings.
25405 (vcursor-relative-move, vcursor-get-char-count):
25406 Improve argument/docstring consistency.
25407
25408 * version.el: "?\ " -> "?\s".
25409
25410 * wid-edit.el (widget-default-create, widget-after-change)
25411 (widget-default-format-handler, widget-checklist-add-item)
25412 (widget-radio-add-item, widget-choose, widget-specify-secret)
25413 (widget-field-value-create, widget-field-value-get)
25414 (widget-editable-list-format-handler)
25415 (widget-editable-list-entry-create, widget-group-value-create)
25416 (widget-documentation-link-add)
25417 (widget-documentation-string-value-create): "?\ " -> "?\s".
25418 (widget-convert-text): Doc fix.
25419 (widget-narrow-to-field, widget-field-find)
25420 (widget-url-link-action, widget-emacs-library-link-action)
25421 (widget-color-notify): Fix typos in docstrings.
25422
25423 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25424 (x-select-text, set-w32-system-coding-system)
25425 (w32-add-charset-info): Fix typos in docstrings.
25426
25427 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25428 (cua-enable-cua-keys, cua-use-hyper-key)
25429 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25430 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25431
25432 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25433
25434 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25435 `defalias' instead of faking it.
25436
25437 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25438 (eshell-ls-missing, eshell-ls-dired-initial-args)
25439 (eshell-ls-use-in-dired): Fix typos in docstrings.
25440
25441 2005-07-20 Kim F. Storm <storm@cua.dk>
25442
25443 * emulation/cua-base.el (cua-mode): Improve doc string.
25444
25445 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25446
25447 * abbrev.el (expand-region-abbrevs): Doc fix.
25448 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25449 Improve argument/docstring consistency.
25450
25451 * arc-mode.el (archive-get-descr, archive-alternate-display):
25452 Doc fixes.
25453 (archive-l-e): Improve argument/docstring consistency.
25454 (archive-tmpdir, archive-unixdate, archive-unixtime)
25455 (archive-chmod-entry): Fix typos in docstrings.
25456 (archive-unflag, archive-unflag-backwards)
25457 (archive-unmark-all-files): "?\ " -> "?\s".
25458
25459 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25460 (Buffer-menu-not-modified, Buffer-menu-execute)
25461 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25462 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25463
25464 * composite.el (compose-string, encode-composition-rule)
25465 (compose-last-chars): Fix typos in docstrings.
25466
25467 * desktop.el (desktop-enable, desktop-basefilename):
25468 Declare with `define-obsolete-variable-alias'.
25469 (desktop-internal-v2s): Don't quote keywords.
25470 (desktop-clear): "?\ " -> "?\s".
25471
25472 * dired.el (dired-align-file, dired-flag-backup-files)
25473 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25474 (dired-listing-switches, dired-ls-F-marks-symlinks)
25475 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25476 (dired-directory, dired-faces, dired, dired-revert)
25477 (dired-mode, dired-summary, dired-view-file)
25478 (dired-copy-filename-as-kill, dired-delete-file)
25479 (dired-no-confirm, dired-unmark-all-marks)
25480 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25481 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25482 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25483 Fix typos in message strings.
25484
25485 * dired-x.el (virtual-dired): Declare with `defalias'.
25486 (dired-mark-unmarked-files, dired-local-variables-file)
25487 (dired-omit-here-always): Doc fix.
25488 (dired-omit-mode, dired-find-subdir)
25489 (dired-enable-local-variables, dired-clean-up-buffers-too)
25490 (dired-extra-startup, dired-mark-extension, dired-jump)
25491 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25492 (dired-smart-shell-command, dired-guess-shell-alist-user)
25493 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25494 (dired-x-bind-find-file, dired-x-submit-report):
25495 Fix typos in docstrings.
25496 (dired-mark-unmarked-files): "?\ " -> "?\s".
25497
25498 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25499
25500 * faces.el (describe-face): "?\ " -> "?\s".
25501 (read-all-face-attributes, read-face-font, modify-face)
25502 (face-attr-construct, italic): Fix typos in docstrings.
25503 (frame-update-face-colors): Declare with
25504 `define-obsolete-function-alias'.
25505
25506 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25507 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25508 (magic-mode-alist, buffer-file-numbers-unique)
25509 (write-file-functions, get-free-disk-space):
25510 Fix typos in docstrings.
25511 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25512 (write-contents-hooks, write-file-hooks):
25513 Declare with `define-obsolete-variable-alias'.
25514
25515 * forms-d2.el (arch-rj): Fix typo in docstrings.
25516 (arch-tocol): Likewise. "?\ " -> "?\s".
25517
25518 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25519 Fix typo in docstring.
25520 (set-screen-width, set-screen-height): Delete redundant info in
25521 doctrings.
25522 (new-frame, screen-height, screen-width): Declare with
25523 `define-obsolete-function-alias'.
25524 (delete-frame-hook, blink-cursor): Declare with
25525 `define-obsolete-variable-alias'.
25526
25527 * paths.el (prune-directory-list): Fix typos in docstring.
25528
25529 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25530 (cvs-prefix-get): Fix typos in docstrings.
25531
25532 * ps-print.el (ps-extend-face-list, ps-extend-face)
25533 (ps-print-background-image): Fix typos in docstrings.
25534 (ps-default-fg, ps-default-bg): Doc fixes.
25535
25536 * s-region.el (s-region-bind): Doc fix.
25537 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25538
25539 * textmodes/org.el (org-table-formula-substitute-names)
25540 (org-table-get-vertical-vector): Doc fixes.
25541 (org-table-recalculate): Remove unused argument to `message'.
25542
25543 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25544
25545 * textmodes/org.el (org-table-column-names)
25546 (org-table-column-name-regexp)
25547 (org-table-named-field-locations): New variables.
25548 (org-archive-subtree): Protect `this-command' when calling
25549 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25550 the kill buffer.
25551 (org-complete): Remove fixed-formula completion.
25552 (org-edit-formulas-map): New variable.
25553 (org-table-edit-formulas): New command.
25554 (org-finish-edit-formulas, org-abort-edit-formulas)
25555 (org-show-variable, org-table-get-vertical-vector): New functions.
25556 (org-table-maybe-eval-formula): Handle `:=' fields.
25557 (org-table-get-stored-formulas, org-table-store-formulas)
25558 (org-table-get-formula, org-table-modify-formulas)
25559 (org-table-replace-in-formulas): Handle named field formulas.
25560 (org-table-get-specials): Store locations of named fields.
25561
25562 2005-07-19 Juri Linkov <juri@jurta.org>
25563
25564 * progmodes/grep.el (grep-regexp-alist)
25565 (grep-mode-font-lock-keywords, grep-process-setup):
25566 Use default GNU grep match color "01;31m" instead of "01;41m".
25567 (grep-regexp-alist, grep-mode-font-lock-keywords):
25568 Use `\\[[0-9]*m' instead of `\\[00m'.
25569 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25570 sgr_start where its handling is more important. Use the real
25571 length of sgr_start instead of constant 8.
25572 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25573 specially. Delete all remaining escape sequences.
25574 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25575 (grep-regexp-alist): Make hyperlink only for binary file name
25576 instead of the whole line.
25577 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25578 (grep-mode): Add autoload.
25579
25580 * emacs-lisp/find-func.el (find-function-regexp):
25581 Add `define-compilation-mode'.
25582
25583 2005-07-19 Juri Linkov <juri@jurta.org>
25584
25585 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25586 (compare-windows-sync-string-size, compare-windows-recenter)
25587 (compare-windows-highlight, compare-windows): Add version 22.1.
25588 (compare-windows) <defface>: Inherit from lazy-highlight instead
25589 of duplicating its default value.
25590
25591 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25592 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25593
25594 * descr-text.el (describe-char): Create link buttons for `charset'
25595 and `code point'. Add the current input method name with a link
25596 button to `to input' field. Print face names of display table
25597 characters in `The display table entry is displayed by' section
25598 instead of printing face-id in the `display' field.
25599 Guess hardcoded faces and create a link button for them.
25600 Skip empty fields when calculating max-width.
25601 Treat `widget-create' specially while inserting strings from the
25602 collected field list.
25603 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25604
25605 * diff-mode.el (diff-file-header): Change foreground color from
25606 yellow to green on light backgrounds.
25607 (diff-context): Inherit from `shadow' only for color/grayscale
25608 with more than 88 colors.
25609 (diff-indicator-removed, diff-indicator-added)
25610 (diff-indicator-changed): New faces.
25611 (diff-font-lock-keywords): Use new faces. Regroup rules.
25612 Add "^---$" for `normal' diff format. Fontify `#' lines with
25613 font-lock-comment-delimiter-face and font-lock-comment-face.
25614 Add `#' to ^[^...] in the rule for `diff-context-face'.
25615
25616 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25617 a button-like box. Inherit from `highlight' on low colors.
25618 (shadow): Use shades of gray only for color/grayscale with
25619 more than 88 colors. Use green for light backgrounds with
25620 8 colors, and yellow for dark backgrounds with 8 colors.
25621
25622 * font-lock.el (font-lock-regexp-grouping-backslash):
25623 Don't inherit from escape-glyph (use bold for all cases).
25624
25625 * info.el (info-xref-visited): Use light foreground color `violet'
25626 for dark backgrounds instead of dark color `magenta3'.
25627 (info-title-1): Use `yellow' color for dark backgrounds.
25628
25629 * isearch.el (isearch): Use not-too-dark magenta3 instead of
25630 too-light magenta2.
25631
25632 * replace.el (match): Use slightly more light RoyalBlue3 instead
25633 of dark RoyalBlue4.
25634
25635 * wid-edit.el (widget-inactive): Inherit from `shadow'.
25636
25637 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
25638
25639 * novice.el (disabled-command-hook): Declare it with
25640 `define-obsolete-variable-alias'.
25641
25642 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25643 (desktop-buffer-misc-functions, desktop-buffer-handlers)
25644 (desktop-load-default): Add release to obsolescence info.
25645 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25646 (desktop-append-buffer-args, desktop-read):
25647 Fix typos in docstrings.
25648 (desktop-kill): Fix typo in message.
25649 (desktop-save): Doc fix.
25650
25651 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
25652
25653 * viper-cmd.el (viper-escape-to-state): Bug fix.
25654 (viper-envelop-ESC-key): Change the definition of fast
25655 keysequence so it'll work with keyboard macros.
25656
25657 * ediff.el (ediff-patch-buffer): Change the docstring.
25658
25659 2005-07-19 Kenichi Handa <handa@m17n.org>
25660
25661 * international/mule-cmds.el (select-safe-coding-system): Try to
25662 use an auto-coding (if any) before anything else. If the found
25663 auto-coding is invalid, show a warning message.
25664
25665 * international/mule.el (find-auto-coding): New function created
25666 by modifying the body of set-auto-coding.
25667 (set-auto-coding): Use find-auto-coding to find a coding.
25668
25669 2005-07-18 Richard M. Stallman <rms@gnu.org>
25670
25671 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25672 not isearch-mode-end-hook-error.
25673 (allout-before-change-protect): Fix error message.
25674
25675 2005-07-18 Juri Linkov <juri@jurta.org>
25676
25677 * allout.el (allout-mode):
25678 * calculator.el (calculator-copy):
25679 * custom.el (custom-known-themes):
25680 * dired.el (dired-desktop-buffer-misc-data)
25681 (dired-restore-desktop-buffer):
25682 * dired-x.el (dired-omit-marker-char):
25683 * files.el (basic-save-buffer):
25684 * font-core.el (font-lock-mode):
25685 * calendar/calendar.el (calendar-goto-hebrew-date)
25686 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25687 (calendar-goto-persian-date):
25688 * language/ethio-util.el (ethio-sera-to-fidel-region):
25689 * textmodes/picture.el (picture-mode):
25690 Delete duplicate duplicate words.
25691
25692 2005-07-18 Juri Linkov <juri@jurta.org>
25693
25694 * isearch.el (isearch-mode-map): Remove key bindings for regexp
25695 chars * ? } |.
25696 (isearch-fallback): Don't call `isearch-process-search-char'.
25697 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25698 (isearch-process-search-char): Call `isearch-fallback' for regexp
25699 chars * ? } |.
25700 (isearch-return-char): Make obsolete with `make-obsolete' instead
25701 of simply documenting it as obsolete in the docstring.
25702 (isearch-fallback): Refill docstring.
25703
25704 * international/isearch-x.el
25705 (isearch-process-search-multibyte-characters): Remove unneeded
25706 `concat'. Add intermediate values to `junk-hist' instead of
25707 `minibuffer-history'. Test the length of `str'.
25708
25709 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
25710
25711 * allout.el (allout-resolve-xref): Fix typos in error strings.
25712 (allout-before-change-protect): Remove unneeded `concat'.
25713
25714 * array.el (array-mode, array-reconfigure-rows)
25715 (untabify-backward): Fix typos in docstrings.
25716 (array-reconfigure-rows): Use `insert-buffer-substring', not
25717 `insert-buffer'.
25718
25719 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25720 * progmodes/ada-mode.el (ada-make-body):
25721 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25722
25723 * dired.el (dired-log):
25724 * tar-mode.el (tar-subfile-save-buffer):
25725 * play/zone.el (zone-pgm-stress-destress):
25726 Use `insert-buffer-substring', not `insert-buffer'.
25727
25728 2005-07-17 Simon Josefsson <jas@extundo.com>
25729
25730 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25731
25732 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
25733
25734 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25735 Add plain auth method.
25736 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25737
25738 2005-07-17 Kim F. Storm <storm@cua.dk>
25739
25740 * ido.el (dired-other-window): Add ido property.
25741
25742 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
25743
25744 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25745 Fix typo in docstring.
25746 (byte-compile-interactive-only-functions): Add `insert-buffer' and
25747 `insert-file-literally'.
25748
25749 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25750 info and delete redundant message. Doc fix.
25751 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25752 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25753
25754 2005-07-16 Richard M. Stallman <rms@gnu.org>
25755
25756 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25757 (byte-compile-and): Use byte-compile-and-recursion.
25758 (byte-compile-or-recursion): New function.
25759 (byte-compile-or): Use that.
25760 (byte-compile-if): Guard the else-clause too.
25761 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25762
25763 * isearch.el (isearch-mode-end-hook-quit): New variable.
25764 (isearch-done): Bind it.
25765 (isearch-mode-end-hook): Doc fix.
25766
25767 * allout.el (allout-isearch-did-quit): Variable deleted.
25768 (allout-real-isearch-abort): Function name no longer used.
25769 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25770 (allout-isearch-rectification): isearch-mode always exists.
25771 Don't set allout-isearch-did-quit.
25772 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25773 allout-isearch-did-quit.
25774 (allout-enwrap-isearch): Just add the hook.
25775 (allout-isearch-abort): Function deleted.
25776 (allout-pre-command-business): Avoid warning.
25777
25778 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25779 Correctly avoid warnings.
25780 (pascal-outline): Likewise.
25781
25782 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25783
25784 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25785
25786 * play/tetris.el (tetris-mode): Avoid warning.
25787
25788 * play/snake.el (snake-mode): Avoid warning.
25789
25790 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25791 (gamegrid-set-display-table): Avoid warning.
25792 (gamegrid-set-timer): Likewise.
25793 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25794 (gamegrid-add-score-with-update-game-score-1): Take FILE
25795 as argument.
25796 (gamegrid-add-score-with-update-game-score): Pass that argument.
25797 Rename have-shared-game-dir to gamegrid-shared-game-dir.
25798
25799 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25800
25801 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25802 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25803
25804 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25805 and insert-file.
25806
25807 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25808 (sc-ask): Avoid warnings.
25809
25810 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25811 (eshell-hist-initialize): Use that var the natural way.
25812
25813 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25814
25815 * emacs-lisp/re-builder.el (reb-cook-regexp):
25816 Avoid warning calling lre-compile-string.
25817 (reb-color-display-p): Avoid warning.
25818
25819 * calculator.el (calculator-last-input): Guard uses
25820 of event-key and key-press-event-p.
25821 (event-key, key-press-event-p): Delete definitions.
25822
25823 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25824 (find-gc-source-directory, find-gc-subrs-callers)
25825 (find-gc-noreturn-list, find-gc-source-files)
25826 (find-gc-subrs-called): Vars renamed and defvar'd.
25827
25828 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25829 (checkdoc-overlay-put, checkdoc-delete-overlay)
25830 (checkdoc-overlay-start, checkdoc-overlay-end)
25831 (checkdoc-mode-line-update, checkdoc-char=):
25832 Define such that compiler knows they are defined.
25833 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
25834 (checkdoc-read-event): Delete. Use read-event directly.
25835
25836 * whitespace.el (whitespace-make-overlay)
25837 (whitespace-overlay-put, whitespace-delete-overlay)
25838 (whitespace-overlay-start, whitespace-overlay-end):
25839 Define such that compiler knows they are defined.
25840 (whitespace): Move conditional inside.
25841
25842 * tempo.el (tempo-insert-template): Suppress warning.
25843
25844 * ediff-diff.el (longlines-mode): Add defvar.
25845
25846 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
25847
25848 * server.el: Bind "C-x #" in a way that works even if C-x is
25849 redefined to a command key, not a prefix key.
25850
25851 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25852
25853 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25854 cl-make-type-test till execution time.
25855
25856 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
25857
25858 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25859 arg ARG and use it.
25860
25861 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25862
25863 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25864
25865 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
25866
25867 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25868 a defcustom with two :set or :type keywords.
25869
25870 2005-07-15 Richard M. Stallman <rms@gnu.org>
25871
25872 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25873 Don't give ^M comment-end syntax.
25874
25875 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
25876
25877 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25878 Don't consider gdbmi (gdb-mi.el has its own update functions).
25879 (gdb-var-delete): Make it work for gdbmi as well.
25880 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25881
25882 * progmodes/gud.el (etags, sdb): Only require etags when needed.
25883 (gud-speedbar-menu-items): Correct logic for enabling items.
25884
25885 2005-07-15 Kim F. Storm <storm@cua.dk>
25886
25887 * ido.el: Fix commentary.
25888 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25889 Use with-no-warnings around ffap-guesser.
25890 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25891 Let bind minibuffer-completing-file-name to t.
25892
25893 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
25894
25895 * startup.el (site-run-file, keyboard-type): Doc fixes.
25896 (command-line): Check for "--basic-display" argument; also for
25897 "--quick", not "--bare-bones" (which was renamed).
25898 (fancy-splash-text): Add missing item "Getting New Versions".
25899 (normal-splash-screen): Fix typos and improve consistency with
25900 `fancy-splash-text'. Update copyright year.
25901
25902 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25903 valid binding for `help-char'.
25904
25905 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25906
25907 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
25908
25909 * term.el (term-mode): Disable cua-mode for term buffers.
25910
25911 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
25912
25913 * add-log.el (add-log-mailing-address, change-log-merge):
25914 Doc fixes.
25915 (change-log-get-method-definition): Fix typo in docstring.
25916
25917 2005-07-14 Kim F. Storm <storm@cua.dk>
25918
25919 * emulation/cua-base.el:
25920 (cua--pre-command-handler-1, cua--pre-command-handler)
25921 (cua--post-command-handler-1, cua--post-command-handler):
25922 Split in two. Check (buffer local) value of cua-mode.
25923 (cua-selection-mode): New command.
25924
25925 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
25926
25927 * custom.el (custom-initialize-safe-set)
25928 (custom-initialize-safe-default): Doc fixes.
25929
25930 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25931 and simplify :init-value again.
25932
25933 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25934 and simplify :init-value again. Delete autoload.
25935
25936 * startup.el (command-line): Use `custom-reevaluate-setting' again
25937 for tooltip-mode.
25938
25939 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25940 a defcustom with two :initialize keywords.
25941
25942 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
25943
25944 * allout.el (my-mark-marker, allout-isearch-prior-pos)
25945 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25946 (allout-post-command-business, allout-flag-region)
25947 (isearch-reenable-font-lock, allout-yank)
25948 (allout-insert-latex-header, allout-insert-latex-trailer)
25949 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25950 (allout-latex-verb-quote): Fix typos in docstrings.
25951 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25952 (allout-unprotected, allout-prefix-data):
25953 Improve argument/docstring consistency.
25954 (allout-chart-subtree): Fix argument spec.
25955 (allout-open-topic): Rename `use_sib_bullet' argument to
25956 `use-sib-bullet'. Doc fix.
25957
25958 * whitespace.el (whitespace-check-buffer-leading)
25959 (whitespace-check-buffer-trailing)
25960 (whitespace-check-buffer-indent)
25961 (whitespace-check-buffer-spacetab)
25962 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25963 (whitespace-check-leading-whitespace)
25964 (whitespace-check-trailing-whitespace)
25965 (whitespace-check-spacetab-whitespace)
25966 (whitespace-check-indent-whitespace)
25967 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25968 (whitespace-modes): Fix typos in docstrings.
25969 (defgroup, defcustom): Doc fixes.
25970
25971 * winner.el (winner-mode, winner-boring-buffers)
25972 (winner-pending-undo-ring): Doc fixes.
25973 (winner-ring): Remove unneeded `progn'.
25974 (winner-equal): `defsubst' it.
25975 (winner-redo): Fix message.
25976
25977 2005-07-13 Kim F. Storm <storm@cua.dk>
25978
25979 * simple.el (line-move-1): Always use vertical-motion to
25980 do the last (or only) line move to ensure some movement.
25981 Undo 2005-06-23 change--don't check for overlays.
25982
25983 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25984
25985 * term/mac-win.el (ccl-encode-mac-roman-font)
25986 (ccl-encode-mac-centraleurroman-font)
25987 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25988 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25989 Change charset-id boundary of dimension to ?\xef.
25990 (mac-char-fontspec-list): New constant.
25991 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
25992 argument. Nil uses itself as family in font-spec. Previous
25993 behavior for nil is now provided by non-nil non-string argument.
25994 All callers changed. Add font-specs for Mac fonts to
25995 "fontset-default" unless iso8859-1 fonts are installed.
25996
25997 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25998
25999 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26000 a continuation line if the \ is preceded by SPC or TAB.
26001 (sh-get-indent-info): Simplify.
26002 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26003 Use with-current-buffer.
26004
26005 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26006 when the matched text is empty.
26007
26008 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26009
26010 * startup.el (command-line): Revert to previous handling of
26011 tooltip-mode. Explain in comment why the complexity is needed.
26012
26013 * tooltip.el (tooltip-mode): Revert to previous implementation of
26014 its defcustom.
26015
26016 * frame.el (blink-cursor-mode): Revert to previous implementation
26017 of its defcustom. Update comment.
26018
26019 2005-07-12 Lars Hansen <larsh@soem.dk>
26020
26021 * desktop.el: Update e-mail address.
26022
26023 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26024
26025 * term/mac-win.el (mac-services-mail-selection)
26026 (mac-services-mail-to): New functions.
26027 (mac-application-menu-map): Bind them.
26028
26029 2005-07-12 wulei <milton@wulei.net> (tiny change)
26030
26031 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26032
26033 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26034
26035 * custom.el (custom-reevaluate-setting): Doc fix.
26036
26037 2005-07-11 Jay Belanger <belanger@truman.edu>
26038
26039 * calc/calc.el (calc-embedded-announce-formula-alist)
26040 (calc-embedded-open-close-plain-alist)
26041 (calc-embedded-open-close-mode-alist): Add checks for additional
26042 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26043
26044 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26045
26046 * custom.el (custom-enable-theme): Don't add theme to
26047 `custom-enabled-themes' with `push' because there is no
26048 setf-method for `delq'.
26049
26050 2005-07-11 Richard M. Stallman <rms@gnu.org>
26051
26052 * custom.el (custom-declare-variable): Doc fix.
26053
26054 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26055 from the alists.
26056
26057 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26058 Do nothing if edebug-active.
26059
26060 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26061 (edebug-display): Do it here instead.
26062
26063 2005-07-10 Richard M. Stallman <rms@gnu.org>
26064
26065 * cus-face.el (custom-theme-set-faces): Make it work.
26066 (custom-reset-faces): Doc fix.
26067 (custom-theme-reset-internal-face, custom-theme-face-value):
26068 Functions deleted.
26069
26070 * custom.el (custom-push-theme): Maintain list of the settings
26071 of a given theme in its theme-settings property.
26072 Maintain position of old settings in the theme-value
26073 or theme-face property.
26074 (custom-enabled-themes): New variable.
26075 (custom-theme-enabled-p): New function.
26076 (provide-theme): Update custom-enabled-themes.
26077 Disable and reenable the `user' theme.
26078 (require-theme): Doc fix.
26079 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26080 (custom-theme-value, custom-theme-variable-value): Likewise.
26081 (custom-theme-reset-internal): Likewise.
26082 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26083 (custom-enable-theme, custom-disable-theme): New functions.
26084 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26085 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26086 (custom-theme-reset-variables): Simplify.
26087 (deftheme, custom-declare-theme, custom-make-theme-feature):
26088 Definitions moved.
26089
26090 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26091
26092 * longlines.el (longlines-show-region)
26093 (longlines-unshow-hard-newlines): Recognize hard newlines by
26094 non-nil hard property, instead of t.
26095
26096 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26097
26098 * viper-cmd.el (viper--key-maps): New variable.
26099 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26100 emulation-mode-map-alists.
26101 (viper-envelop-ESC-key): Use viper-subseq.
26102 (viper-search-forward/backward/next): Disable debug-on-error.
26103
26104 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26105 (viper-ESC-key): New defcustoms.
26106
26107 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26108
26109 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26110 (viper-subseq): Copy of subseq from cl.el.
26111
26112 * viper.el (viper-go-away, viper-set-hooks): Use
26113 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26114
26115 * viper-mous.el (viper-current-frame-saved): Use defvar.
26116
26117 * viper-init.el: Get rid of -face in face names.
26118
26119 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26120 Make it work with longlines mode.
26121
26122 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26123
26124 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26125
26126 * ediff-init.el: Get rid of -face in face names.
26127
26128 2005-07-10 Richard M. Stallman <rms@gnu.org>
26129
26130 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26131 and with-timeout-unsuspend.
26132
26133 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26134 and with-timeout-unsuspend.
26135
26136 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26137 (with-timeout): Bind that variable to record timers.
26138 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26139
26140 * emacs-lisp/debug.el (debug-help-follow): New function.
26141 (debugger-mode-map): Use that instead of help-follow.
26142 (debugger-setup-buffer): Use eval-buffer-list
26143 to handle eval-buffer frames.
26144
26145 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26146
26147 * timezone.el (timezone-parse-date): Change first regexp
26148 so it will not mistakenly match dates with no time zone.
26149
26150 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26151
26152 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26153
26154 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26155
26156 * custom.el (custom-initialize-safe-set)
26157 (custom-initialize-safe-default): New functions.
26158
26159 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26160 and simplify :init-value.
26161
26162 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26163 and simplify :init-value. Delete obsolete comment.
26164
26165 * startup.el (command-line): Use `custom-reevaluate-setting' to
26166 handle `tooltip-mode'. Delete obsolete comment.
26167
26168 * files.el (set-visited-file-name): Avoid calling
26169 `file-name-nondirectory' with a nil argument.
26170
26171 2005-07-09 Richard M. Stallman <rms@gnu.org>
26172
26173 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26174 was called with nil for the buffer, handle the read position right.
26175 Handle read position for eval-region, too.
26176
26177 2005-07-09 Juri Linkov <juri@jurta.org>
26178
26179 * fringe.el (fringe-mode): Add period in docstring.
26180 (fringe-query-style): Build prompt depending on `all-frames' arg.
26181
26182 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26183 to not create links to unrelated functions in the Help buffer.
26184
26185 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26186 Doc fix.
26187
26188 * simple.el (next-error-hook): New variable.
26189 (next-error): Use it. Doc fix.
26190
26191 * textmodes/ispell.el (ispell-command-loop): Add current
26192 dictionary name and program name to mode-line-format.
26193 (ispell-region, ispell-process-line): Add current dictionary name
26194 and program name to messages.
26195
26196 2005-07-08 Jay Belanger <belanger@truman.edu>
26197
26198 * calc/calc.el (calc-embedded-announce-formula-alist)
26199 (calc-embedded-open-close-formula-alist)
26200 (calc-embedded-open-close-word-alist)
26201 (calc-embedded-open-close-plain-alist)
26202 (calc-embedded-open-close-new-formula-alist)
26203 (calc-embedded-open-close-mode-alist)
26204 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26205 (calc-embedded-mode-hook): New variables.
26206
26207 * calc/calc-embed.el (calc-embedded-firsttime)
26208 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26209 New variables.
26210 (calc-do-embedded): Use calc-embedded-firsttime,
26211 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26212 determine whether or not to run hooks.
26213 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26214 calc-embedded-firsttime-formula appropriately.
26215 Set calc-embedded delimiter variables according to mode.
26216
26217 2005-07-08 Richard M. Stallman <rms@gnu.org>
26218
26219 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26220 Check for "emacs", etc., as entire symbol, not just as word.
26221 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26222
26223 * files.el (set-visited-file-name): Report the error
26224 for "empty filename" earlier.
26225 (kill-some-buffers): Ignore buffers already dead.
26226
26227 * fringe.el (fringe-mode): Doc fix.
26228
26229 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26230 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26231 Use unwind-protect to ensure byte-compile-unresolved-functions
26232 is updated.
26233
26234 * whitespace.el (whitespace-buffer-leading-cleanup):
26235 Simplify w/ skip-chars-forward.
26236 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26237
26238 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26239 Unconditionally try to leave point at the same old place.
26240
26241 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26242
26243 * comint.el (comint-postoutput-scroll-to-bottom)
26244 (comint-show-maximum-output): Take scroll-margin into consideration.
26245
26246 2005-07-08 Kim F. Storm <storm@cua.dk>
26247
26248 * ido.el (ido-use-filename-at-point): New choice `guess'.
26249 (ido-file-internal): Try ffap-guesser if selected.
26250
26251 * ido.el (ido-before-fallback-functions): New hook.
26252 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26253 (ido-read-file-name): Run it.
26254
26255 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26256
26257 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26258 strings rather than a list of symbols to the completion function.
26259
26260 2005-07-07 Jay Belanger <belanger@truman.edu>
26261
26262 * calc/calc-units.el (math-apply-units): Change the places in
26263 which units are simplified.
26264
26265 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26266
26267 * cus-edit.el (customize-option, customize-option-other-window):
26268 Make them handle aliases.
26269
26270 * custom.el (custom-variable-p): Make it recursively follow
26271 aliases. Mention that in the docstring.
26272
26273 2005-07-07 Richard M. Stallman <rms@gnu.org>
26274
26275 * cus-start.el (exec-path): Use `directory' instead of `file'.
26276 Fix tag for nil.
26277
26278 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26279
26280 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26281 when called non-interactively. Doc fix.
26282
26283 2005-07-07 Lute Kamstra <lute@gnu.org>
26284
26285 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26286 new address as well.
26287
26288 2005-07-07 Kenichi Handa <handa@m17n.org>
26289
26290 * international/mule.el (make-coding-system):
26291 Describe `ascii-incompatible' property in the docstring.
26292 (set-file-name-coding-system): Signal an error if coding-system is
26293 ascii-incompatible.
26294 (set-keyboard-coding-system): Likewise.
26295
26296 * international/mule-cmds.el (set-default-coding-systems):
26297 Don't set default-file-name-coding-system and
26298 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26299
26300 * international/utf-16.el: Declare that all UTF-16-based coding
26301 systems are ASCII-incompatible.
26302
26303 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26304
26305 * progmodes/gud.el: Require font-lock for displaying errors.
26306 Used by gdb-ui.el.
26307
26308 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26309
26310 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26311 values for the pattern lists which are `read'able but not
26312 `append'able (like symbols).
26313
26314 2005-07-06 Richard M. Stallman <rms@gnu.org>
26315
26316 * progmodes/flymake.el (flymake-float-time): Instead of
26317 with-no-warnings, test for XEmacs.
26318 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26319 to avoid warning.
26320
26321 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26322
26323 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26324
26325 2005-07-05 Lute Kamstra <lute@gnu.org>
26326
26327 * battery.el: Add support for Darwin (with much debugging help
26328 from Samuel Lauber <sam124@operamail.com>).
26329 (battery-status-function, battery-echo-area-format)
26330 (battery-mode-line-format): Add support for pmset on Darwin.
26331 (battery-load-low, battery-load-critical): New user options.
26332 (battery-pmset): New function.
26333
26334 2005-07-05 Lute Kamstra <lute@gnu.org>
26335
26336 Update FSF's address in GPL notices.
26337
26338 * textmodes/page-ext.el: Update FSF's address.
26339
26340 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26341
26342 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26343 filling from using prefix when filling a single-line docstring.
26344
26345 * progmodes/flymake.el: Remove useless eval-when-compile.
26346
26347 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26348
26349 2005-07-04 Richard M. Stallman <rms@gnu.org>
26350
26351 * textmodes/org.el (org-file-apps-defaults-gnu):
26352 Rename from org-file-apps-defaults-linux.
26353 (org-default-apps): Don't test system-type for `linux'.
26354 (org-file-apps): Doc fix.
26355
26356 2005-07-04 David Ponce <david@dponce.com>
26357
26358 * tree-widget.el: Improve header Commentary section.
26359 (tree-widget) [defgroup]
26360 (tree-widget-image-enable, tree-widget-themes-directory)
26361 (tree-widget-theme, tree-widget-image-properties-emacs)
26362 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26363 (tree-widget-image-formats, tree-widget-control)
26364 (tree-widget-empty-control, tree-widget-leaf-control
26365 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26366 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26367 (tree-widget-keep, tree-widget-after-toggle-functions)
26368 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26369 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26370 :help-echo message.
26371 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26372 (tree-widget-image-properties): Doc fix. Clearer implementation.
26373 (tree-widget--cursors): New constant.
26374 (tree-widget-lookup-image): New function split from
26375 `tree-widget-find-image'. Clearer implementation.
26376 (tree-widget-find-image): Use it.
26377 (tree-widget-button-keymap): Use `set-keymap-parent'.
26378 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26379 Define the sub-widgets here.
26380 (tree-widget-node): Check that :node is not a tree-widget.
26381 (tree-widget-get-super, tree-widget-open-control)
26382 (tree-widget-close-control, tree-widget-empty-control)
26383 (tree-widget-leaf-control, tree-widget-guide)
26384 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26385 (tree-widget-no-handle, tree-widget-value-delete)
26386 (tree-widget-map): Remove.
26387 (tree-widget-children-value-save): Doc fix. Simplified.
26388 (tree-widget-value-create): Update according to previous changes.
26389
26390 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26391
26392 * textmodes/org.el: Leading space replaced by TABS.
26393 (org-recalc-marks, org-table-rotate-recalc-marks)
26394 (org-table-get-specials): Treat "^" and "_" marks.
26395 (org-table-justify-field-maybe): Optional argument NEW.
26396 (org-table-eval-formula): Parsing of the format simplified.
26397 New modes C,I. Honor the %= parameter in the current table.
26398 Avoid unnecessary re-align by using the NEW argument to
26399 `org-table-justify-field-maybe'.
26400 (org-calc-default-modes): Default for date-format mimicks org-mode.
26401 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26402
26403 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26404
26405 * cus-face.el (custom-theme-set-faces): Make it handle face
26406 aliases whose alias declarations are pre- or autoloaded.
26407
26408 2005-07-04 Juri Linkov <juri@jurta.org>
26409
26410 * faces.el (read-face-name): Put the code for getting a face name
26411 from the buffer before adding the faces from the `face' property.
26412 Use `completing-read-multiple' instead of `completing-read'.
26413 Require `crm'. Add default value and post-process the returned
26414 list of faces.
26415
26416 * emacs-lisp/crm.el (crm-find-current-element)
26417 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26418
26419 * emacs-lisp/lisp-mode.el (eval-defun-1):
26420 * emacs-lisp/edebug.el (edebug-eval-defun):
26421 Remove unnecessary quotes.
26422
26423 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26424
26425 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26426 (prolog-indent-level): Fix typo in docstring.
26427
26428 * info.el (Info-history, Info-history-forward)
26429 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26430
26431 * add-log.el (add-change-log-entry):
26432 * comint.el (comint-dynamic-list-input-ring)
26433 (comint-dynamic-list-completions):
26434 * dabbrev.el (dabbrev-expand):
26435 * delim-col.el (delimit-columns-rectangle-line):
26436 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26437 (diff-unified->context):
26438 * ediff-init.el (ediff-abbrev-jobname):
26439 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26440 (ediff-replace-session-activity-marker-in-meta-buffer):
26441 * info.el (Info-summary):
26442 * lpr.el (printify-region):
26443 * printing.el (pr-create-interface):
26444 * ps-print.el (ps-print-quote):
26445 * ses.el (ses-column-widths, ses-print-cell)
26446 (ses-adjust-print-width, ses-center):
26447 * shell.el (shell-file-name-quote-list):
26448 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26449 (strokes-fill-current-buffer-with-whitespace)
26450 (strokes-xpm-for-stroke, strokes-list-strokes)
26451 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26452 * term.el (term-dynamic-list-input-ring)
26453 (term-dynamic-list-completions):
26454 * calc/calc.el (math-format-stack-value):
26455 * emacs-lisp/edebug.el (edebug-display-freq-count):
26456 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26457 (delphi-new-comment-line):
26458 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26459 * progmodes/executable.el (executable-set-magic):
26460 * progmodes/python.el (inferior-python-mode):
26461 * progmodes/scheme.el (scheme-mode-syntax-table):
26462 * progmodes/sh-script.el (sh-maybe-here-document):
26463 * progmodes/sql.el (sql-copy-column):
26464 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26465 * textmodes/bibtex.el (bibtex-mode):
26466 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26467 (sgml-auto-attributes):
26468 * textmodes/table.el (table-insert, table-shorten-cell)
26469 (table--generate-source-scan-lines, table-delete-row)
26470 (*table--cell-delete-char, table--spacify-frame)
26471 (table--horizontally-shift-above-and-below)
26472 (table--cell-insert-char, table--cell-blank-str)
26473 (table--fill-region-strictly):
26474 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26475 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26476
26477 * add-log.el (change-log):
26478 * apropos.el (apropos):
26479 * comint.el (comint-completion, comint-source):
26480 * dabbrev.el (dabbrev):
26481 * delim-col.el (columns):
26482 * diff-mode.el (diff-mode):
26483 * ediff.el (ediff):
26484 * ediff-diff.el (ediff-diff):
26485 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26486 * ediff-mult.el (ediff-mult):
26487 * ediff-ptch.el (ediff-ptch):
26488 * ediff-wind.el (ediff-window):
26489 * facemenu.el (facemenu):
26490 * indent.el (indent):
26491 * info.el (info):
26492 * jka-cmpr-hook.el (compression, jka-compr):
26493 * lpr.el (lpr):
26494 * outline.el (outlines):
26495 * pcmpl-cvs.el (pcmpl-cvs):
26496 * pcmpl-rpm.el (pcmpl-rpm):
26497 * printing.el (printing):
26498 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26499 (ps-print-vertical, ps-print-headers, ps-print-font)
26500 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26501 (ps-print-background, ps-print-printer, ps-print-page)
26502 (ps-print-miscellany):
26503 * ses.el (ses):
26504 * shell.el (shell, shell-directories, shell-faces):
26505 * startup.el (initialization):
26506 * strokes.el (strokes):
26507 * term.el (term):
26508 * uniquify.el (uniquify):
26509 * w32-vars.el (w32):
26510 * calc/calc.el (calc):
26511 * emacs-lisp/bytecomp.el (bytecomp):
26512 * emacs-lisp/cl-indent.el (lisp-indent):
26513 * emacs-lisp/edebug.el (edebug):
26514 * emacs-lisp/elp.el (elp):
26515 * emacs-lisp/testcover.el (testcover):
26516 * emacs-lisp/trace.el (trace):
26517 * emulation/viper-ex.el (viper-ex):
26518 * emulation/viper-mous.el (viper-mouse):
26519 * mail/mailalias.el (mailalias):
26520 * mail/supercite.el (supercite, supercite-frames)
26521 (supercite-attr, supercite-cite, supercite-hooks):
26522 * net/rcompile.el (remote-compile):
26523 * net/rlogin.el (rlogin):
26524 * obsolete/ooutline.el (outlines):
26525 * progmodes/delphi.el (delphi):
26526 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26527 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26528 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26529 (ebnf-optimization):
26530 * progmodes/etags.el (etags):
26531 * progmodes/executable.el (executable):
26532 * progmodes/idlwave.el (idlwave):
26533 * progmodes/pascal.el (pascal):
26534 * progmodes/prolog.el (prolog):
26535 * progmodes/python.el (python):
26536 * progmodes/scheme.el (scheme):
26537 * progmodes/sh-script.el (sh, sh-script):
26538 * progmodes/sql.el (SQL):
26539 * progmodes/tcl.el (tcl):
26540 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26541 * textmodes/enriched.el (enriched):
26542 * textmodes/makeinfo.el (makeinfo):
26543 * textmodes/sgml-mode.el (sgml):
26544 * textmodes/table.el (table-hooks):
26545 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26546 * textmodes/texinfo.el (texinfo):
26547 * textmodes/two-column.el (two-column):
26548 Finish `defgroup' description with period.
26549
26550 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26551 * eshell/esh-var.el (eshell-var):
26552 * progmodes/vhdl-mode.el (vhdl-testbench):
26553 * textmodes/org.el (org): Fix typos in docstrings.
26554
26555 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26556 consistency.
26557
26558 * progmodes/flymake.el (flymake-find-file): Remove.
26559 (flymake-float-time): Use `with-no-warnings'.
26560 (flymake-check-start-time, flymake-check-was-interrupted)
26561 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26562 (flymake-new-err-info): `defvar' at compile time.
26563
26564 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26565
26566 * replace.el (occur-hook): Doc fix.
26567 (occur-1): Don't call `occur-hook' if there are no matches.
26568
26569 2005-07-03 Richard M. Stallman <rms@gnu.org>
26570
26571 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26572 global-map, save the same map.
26573 (global-map): Don't alter it at top level.
26574 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26575 Then alter it here instead.
26576 (tpu-edt-off): Set global-map to the saved one.
26577
26578 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26579 All references simplified.
26580 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26581 (zmacs-regions): Add defvar.
26582 (repeat-complex-command-map): Everything about that deleted.
26583
26584 * textmodes/artist.el (artist-key-is-drawing)
26585 (artist-key-endpoint1, artist-key-poly-point-list)
26586 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26587 (artist-key-compl-table, artist-rb-save-data)
26588 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26589 Don't put them in eval-when-compile.
26590 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26591
26592 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26593 Use with-no-warnings.
26594
26595 * net/browse-url.el (dos-windows-version): Add defvar.
26596
26597 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26598
26599 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26600 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26601 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26602 Add defvar.
26603 (rmail-summary-beginning-of-message): Use with-no-warnings.
26604 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26605
26606 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26607 Use with-no-warnings.
26608
26609 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26610 (c-mark-function): Add point-moving-unit property.
26611 (vi-goto-line): Use with-no-warnings.
26612
26613 * emulation/edt.el (edt-last-copied-word): Add defvar.
26614 (zmacs-region-stays): Likewise.
26615 (edt-mark-section-wisely): Use c-mark-function for C.
26616 Use makr-defun for Fortran.
26617 (time-string): defvar deleted.
26618 (edt-display-the-time): Don't set time-string.
26619
26620 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26621
26622 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26623 Don't warn when name is not constant
26624 or for defining the group `emacs'.
26625
26626 * tooltip.el (gud-tooltip-mode): Add defvar.
26627
26628 * startup.el (default-frame-background-mode): Add defvar.
26629
26630 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26631
26632 * info.el (tool-bar-map): Add defvar.
26633
26634 * dired.el (dnd-protocol-alist): Add defvar.
26635
26636 * dired-aux.el (dired-query): Display question with answer, when
26637 the user answers.
26638
26639 * custom.el (custom-add-option): Doc fix.
26640
26641 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26642
26643 2005-07-03 Eli Zaretskii <eliz@gnu.org>
26644
26645 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26646 bogus name from the last change.
26647
26648 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
26649
26650 * custom.el (custom-declare-variable): Fix typos in comment.
26651 (custom-known-themes): Doc fix.
26652 (custom-theme-directory): New defcustom.
26653 (require-theme): Make it check `custom-theme-directory'.
26654
26655 * cus-theme.el (custom-new-theme-mode): New function.
26656 (custom-theme-name, custom-theme-variables, custom-theme-faces)
26657 (custom-theme-description): Add compiler defvars.
26658 (customize-create-theme): Add doc to the "*New Custom Theme*"
26659 buffer. Use `custom-new-theme-mode'.
26660 (custom-theme-write): Put the created buffer in emacs-lisp-mode
26661 and save it to the `custom-theme-directory'. Make this the
26662 default directory of the buffer.
26663
26664 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
26665
26666 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26667 Fix unbalanced parentheses.
26668
26669 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
26670
26671 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26672 into flymake-mode and delegate to flymake-mode.
26673
26674 * find-file.el (ff-which-function-are-we-in): Clean up.
26675
26676 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
26677
26678 * replace.el (occur-rename-buffer): Fix docstring.
26679
26680 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26681 (edt-last-copied-word, edt-learn-macro-count)
26682 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26683 (edt-rect-start-point, edt-user-global-map, rect-start-point)
26684 (time-string, zmacs-region-stays):
26685 * emulation/edt-mapper.el (edt-save-function-key-map)
26686 (EDT-key-name): `defvar' to silence the byte-compiler.
26687
26688 2005-07-02 Martin Rudalics <rudalics@gmx.at>
26689
26690 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26691 font-lock-regexp-backslash. Doc fix.
26692 (font-lock-regexp-backslash-grouping-construct): Rename from
26693 font-lock-regexp-backslash-construct. Doc fix.
26694 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26695 grouping constructs.
26696
26697 2005-07-02 Eli Zaretskii <eliz@gnu.org>
26698
26699 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26700 updating all the prerequisites.
26701
26702 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
26703
26704 * textmodes/org.el (org-agenda-start-on-weekday)
26705 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26706 (org-agenda-use-time-grid, org-archive-location)
26707 (org-allow-space-in-links, org-usenet-links-prefer-google)
26708 (org-enable-table-editor, org-export-default-language)
26709 (org-export-html-show-new-buffer, org-fill-paragraph)
26710 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26711 (org-goto-quit, org-occur, org-eval-in-calendar)
26712 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26713 (org-agenda-diary-entry, org-remember-help)
26714 (org-table-convert-region, org-at-table-p)
26715 (org-table-move-row-down, org-table-move-row-up)
26716 (org-table-copy-region, org-table-toggle-vline-visibility)
26717 (org-table-get-stored-formulas, org-table-get-specials)
26718 (org-recalc-commands, org-table-eval-formula)
26719 (org-table-formula-substitute-names, orgtbl-make-binding)
26720 (org-format-org-table-html, org-format-table-table-html)
26721 (org-format-table-table-html-using-table-generate-source)
26722 (org-customize): Fix typos in docstrings.
26723 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26724 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26725 (org-back-to-heading): Doc fixes.
26726 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26727 (org-agenda-change-all-lines, org-get-header):
26728 Improve argument/docstring consistency.
26729 (orgtbl-error): Fix error message.
26730
26731 * progmodes/flymake.el (flymake-find-possible-master-files)
26732 (flymake-master-file-compare, flymake-get-line-err-count)
26733 (flymake-highlight-line, flymake-gui-warnings-enabled):
26734 Fix typos in docstrings.
26735 (flymake-parse-line, flymake-get-project-include-dirs-function)
26736 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26737 Doc fixes.
26738 (flymake-get-project-include-dirs-function)
26739 (flymake-make-err-menu-data):
26740 Improve argument/docstring consistency.
26741
26742 2005-07-01 Lute Kamstra <lute@gnu.org>
26743
26744 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26745 Catch errors with ignore-errors. Use temporary buffer.
26746 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
26747
26748 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26749 background color faces.
26750 (facemenu-set-foreground, facemenu-set-background):
26751 Use facemenu-set-face-from-menu.
26752 (facemenu-set-face-from-menu): Treat face names that start with
26753 "fg:" or "bg:" as special.
26754 (facemenu-add-new-color): Don't create faces. Simplify.
26755
26756 2005-06-30 Richard M. Stallman <rms@gnu.org>
26757
26758 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26759 (crm-find-current-element): Likewise.
26760
26761 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26762
26763 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26764
26765 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
26766
26767 * arc-mode.el (archive-extract): Make it work as a mouse binding.
26768 (archive-mouse-extract): Make it an obsolete alias.
26769 (archive-mode-map): Don't use archive-mouse-extract any more.
26770 (archive-mode, archive-extract): write-contents-hooks ->
26771 write-contents-functions.
26772 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26773 first arg.
26774 (archive-rename-entry): Update the call.
26775 (archive-zip-summarize): Remove unused var `method'.
26776 (archive-lzh-summarize): Remove unused var `creator'.
26777
26778 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26779 dedicated frame upon exit.
26780
26781 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26782 (archive-zip-extract, archive-zip-expunge)
26783 (archive-zip-update, archive-zip-update-case): Use executable-find.
26784 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26785 Use restore-buffer-modified-p.
26786 (archive-extract, archive-add-new-member, archive-write-file-member):
26787 Use with-current-buffer.
26788 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26789
26790 2005-06-30 Andreas Schwab <schwab@suse.de>
26791
26792 * progmodes/gud.el (gud-filter): Remove unneeded progn.
26793
26794 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26795
26796 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26797
26798 2005-06-30 Juri Linkov <juri@jurta.org>
26799
26800 * faces.el (vertical-border): Inherit from mode-line-inactive
26801 only on tty.
26802
26803 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
26804
26805 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26806 example, -NLINES in the `occur' docstring).
26807
26808 * replace.el (occur-1): When no matches are found, do not set the
26809 `buffer-read-only' and modified flags for the occur buffer,
26810 because it is deleted.
26811
26812 * emulation/cua-base.el (cua-check-pending-input)
26813 (cua-repeat-replace-region, cua-mode, cua-debug)
26814 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26815 Fix typos in docstrings.
26816
26817 * emulation/cua-gmrk.el (cua-toggle-global-mark)
26818 (cua-cut-region-to-global-mark)
26819 (cua--cut-rectangle-to-global-mark):
26820 Remove period from end of messages.
26821
26822 * emulation/cua-rect.el (cua-do-rectangle-padding):
26823 Remove period from end of messages.
26824 (cua--rectangle-seq-format): Fix typo in docstring.
26825 (cua-sequence-rectangle, cua-fill-char-rectangle):
26826 Improve argument/docstring consistency.
26827
26828 2005-06-29 Juri Linkov <juri@jurta.org>
26829
26830 * faces.el (default-frame-background-mode): New internal variable.
26831 (frame-set-background-mode): Use it.
26832
26833 * startup.el (normal-top-level): Set default-frame-background-mode
26834 instead of frame-background-mode. Before setting it, test for its
26835 nil value. Remove tests for frame-background-mode and frame
26836 parameter `reverse'. Add test for "unspecified-fg".
26837
26838 * term/xterm.el (xterm-rxvt-set-background-mode):
26839 * term/rxvt.el (rxvt-set-background-mode):
26840 Set default-frame-background-mode instead of frame-background-mode.
26841
26842 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
26843
26844 * simple.el (set-variable): Warn about obsolete user variables.
26845
26846 * imenu.el (imenu--completion-buffer):
26847 * mouse.el (mouse-buffer-menu-alist):
26848 * msb.el (msb-invisible-buffer-p):
26849 * calendar/diary-lib.el (diary-header-line-format):
26850 * emacs-lisp/pp.el (pp-buffer):
26851 * progmodes/cperl-mode.el (cperl-do-auto-fill):
26852 * textmodes/picture.el (picture-replace-match):
26853 Change space constants followed by a sexp to "?\s ".
26854
26855 * play/decipher.el (decipher-loop-with-breaks):
26856 * textmodes/texinfo.el (texinfo-insert-@item): Change space
26857 constants "protected" from end of line by a comment to "?\s".
26858
26859 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26860
26861 * font-lock.el (save-buffer-state): Use `declare'.
26862
26863 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26864 reset the syntax-table to cperl-mode-syntax-table.
26865 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26866 "foo_print_bar" is not matched as a reserved keyword.
26867
26868 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
26869
26870 * textmodes/org.el (orgtbl-setup): New function, for delayed
26871 setup for the orgtbl commands.
26872 (org-calc-default-modes): New option.
26873 (orgtbl-make-binding): Use `defun' to get better help display.
26874 (org-diary): Call `org-compile-prefix-format'.
26875 (org-table-formula-substitute-names): New function.
26876 (org-agenda-day-view, org-agenda-week-view): New commands.
26877 (org-agenda-toggle-week-view): Command removed.
26878 (org-tbl-menu): Split off from org-org-menu.
26879 (org-mode): Move removal of outline-mode menus to here.
26880 (org-table-formula-debug): New option.
26881 (org-table-insert-row): Keep first field if just "#" or "*".
26882 (org-mode): Paragraph regexps fixed.
26883 (org-table-recalculate-regexp): New constant.
26884 (org-table-justify-field-maybe): Avoid replace if not necessary.
26885 (org-copy-special, org-cut-special): Use `call-interactively'.
26886 (org-table-copy-region): Take region from `interactive' call.
26887 (org-trim): Return string even if no match.
26888 (org-formula): New face.
26889 (org-set-font-lock-defaults): No longer highlight "FIXME".
26890 But highlight formula-related fields in table.
26891 (org-table-p): Use regexp, not fontification.
26892 (org-table-align): Handle white space at end of line.
26893 (org-table-formula-evaluate-inline): New option.
26894 (org-mode): Auto-wrapping in comment lines turned off.
26895 (org-table-copy-down): Evaluate only in copied field, not in
26896 destination.
26897 (org-table-current-formula): Variable removed.
26898 (org-table-store-formulas, org-table-get-stored-formulas)
26899 (org-table-modify-formulas, org-table-replace-in-formulas)
26900 (org-table-maybe-eval-formula): New functions.
26901 (org-table-get-formula): Modify to use stored formulas.
26902 (org-table-insert-column, org-table-delete-column)
26903 (org-table-move-column): Call `org-table-modify-formulas'.
26904 (org-complete): Add completion for keyword formulas.
26905 (orgtbl-mode): Pull orgtbl-mode-map to start of
26906 minor-mode-map-alist.
26907
26908 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26909
26910 * progmodes/python.el (python-check): Require `compile' before
26911 modifying its variables.
26912
26913 * newcomment.el (comment-indent-default): Don't get fooled by an early
26914 end of buffer.
26915
26916 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26917
26918 * ps-print.el (ps-print-version): Fix version number.
26919
26920 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
26921
26922 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26923
26924 2005-06-28 Richard M. Stallman <rms@gnu.org>
26925
26926 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26927 (flyspell-local-mouse-map): Declaration deleted.
26928 (flyspell-mouse-map): Bind only mouse-2.
26929 (flyspell-mode-map): Don't test flyspell-use-local-map.
26930 (flyspell-overlay-keymap-property-name): Var deleted.
26931 (flyspell-mode-on): Don't make local bindings for
26932 flyspell-mouse-map and flyspell-mode-map.
26933 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26934
26935 * textmodes/ispell.el (ispell-word): Do not ignore short words.
26936
26937 * progmodes/compile.el (compilation-next-error-function):
26938 Don't switch buffers; operate on the current buffer.
26939
26940 * progmodes/compile.el (compilation-error-file-name)
26941 (compilation-warning-file-name, compilation-info-file-name)
26942 (compilation-line-number, compilation-column-number): New faces.
26943 (compilation-error-face, compilation-warning-face)
26944 (compilation-info-face, compilation-line-face)
26945 (compilation-column-face): Use them.
26946
26947 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26948
26949 * comint.el (comint-password-prompt-regexp): Accept ", try again".
26950
26951 * bindings.el (global-map): Bind insertchar and its variants.
26952
26953 2005-06-27 Richard M. Stallman <rms@gnu.org>
26954
26955 * textmodes/artist.el (artist-text-overwrite)
26956 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26957
26958 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26959
26960 * ps-print.el: It was not working the page selection for printing.
26961 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26962 (ps-print-version): New version 6.6.7.
26963 (ps-end-sheet): New fun.
26964 (ps-header-sheet, ps-end-job): Call it.
26965
26966 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
26967
26968 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26969
26970 2005-06-27 Lute Kamstra <lute@gnu.org>
26971
26972 * facemenu.el (facemenu-unlisted-faces): Add foreground and
26973 background color faces.
26974 (facemenu-get-face): Delete function.
26975 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26976 (facemenu-add-new-color): Make second argument mandatory.
26977 Create the appropriate face and return it. Simplify.
26978 (facemenu-set-foreground, facemenu-set-background): Don't check if
26979 color is defined. Use return value of facemenu-add-new-color.
26980
26981 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
26982
26983 * progmodes/gud.el (gud-filter): Add missing argument to
26984 with-selected-window.
26985
26986 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
26987
26988 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26989 a :require to the defcustom.
26990
26991 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26992 defcustoms corresponding to minor modes.
26993
26994 2005-06-26 David Ponce <david@dponce.com>
26995
26996 * recentf.el: Require tree-widget instead of wid-edit.
26997 (recentf-filename-handler): Fix widget :type.
26998 (recentf-cancel-dialog, recentf-open-more-files)
26999 (recentf-open-files-action): Doc fix.
27000 (recentf-dialog-goto-first): New function.
27001 (recentf-dialog-mode-map): Set parent keymap first.
27002 (recentf-dialog-mode): Define with define-derived-mode.
27003 Don't display continuation lines in dialogs.
27004 (recentf-edit-list): Rename from recentf-edit-selected-items.
27005 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27006 Simplify.
27007 (recentf-edit-list-validate): New function.
27008 (recentf-edit-list): Update accordingly.
27009 (recentf-open-files-item-shift): Remove.
27010 (recentf-open-files-item): Convert menu elements into tree and
27011 link widgets. Don't create the widgets.
27012 (recentf-open-files): Update accordingly.
27013 (recentf-save-list): Untabify.
27014
27015 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27016
27017 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27018 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27019 partially contained in the active region. Do not take active
27020 region into account when called from Lisp, unless INTERACTIVE arg
27021 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27022 avoid trouble with fields. Make marker point nowhere when no
27023 longer used. Always return nil. Doc fix.
27024 (flush-lines): Add INTERACTIVE arg. Do not take active region
27025 into account when called from Lisp, unless INTERACTIVE arg is
27026 non-nil. Use `forward-line' instead of `beginning-of-line' to
27027 avoid trouble with fields. Make marker point nowhere when no
27028 longer used. Always return nil. Doc fix.
27029 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27030 interchangeable. Do not take active region into account when
27031 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27032 message in echo area when called from Lisp, unless INTERACTIVE arg
27033 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27034 Return the number of matches. Doc fix.
27035 (occur): Doc fix.
27036 (perform-replace): Make comment follow double space convention for
27037 the sake of `outline-minor-mode'.
27038
27039 * faces.el (facep): Doc fix.
27040
27041 2005-06-25 Richard M. Stallman <rms@gnu.org>
27042
27043 * facemenu.el (facemenu-enable-faces-p): New function.
27044 (facemenu-background-menu, facemenu-foreground-menu)
27045 (facemenu-face-menu): Add menu-enable property.
27046
27047 * jka-compr.el (jka-compr-insert-file-contents):
27048 Special handling if cannot find the uncompression program.
27049
27050 * cus-face.el (custom-face-attributes): Add autoload.
27051
27052 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27053 Bind comment-indent-function locally.
27054
27055 * window.el (save-selected-window): Use save-current-buffer.
27056
27057 * subr.el (with-selected-window): Use save-current-buffer.
27058
27059 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27060 and with-current-buffer.
27061
27062 2005-06-24 Richard M. Stallman <rms@gnu.org>
27063
27064 * simple.el (line-move-1): Fix previous change.
27065
27066 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27067
27068 * replace.el (occur-1): Set `buffer-read-only' and the
27069 buffer-modified flag before running `occur-hook' to protect
27070 against unintentional buffer switches that can lead to data loss.
27071
27072 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27073
27074 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27075 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27076 initial error.
27077
27078 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27079 after fresh input.
27080 (gdb-var-create-handler): Put name of expression in quotes.
27081
27082 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27083
27084 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27085 elements of RING in order, and without bogus nil elements.
27086
27087 2005-06-23 Richard M. Stallman <rms@gnu.org>
27088
27089 * simple.el (set-variable): Args renamed; doc fix.
27090 (line-move-1): When there are overlays around, use vertical-motion.
27091
27092 * faces.el (escape-glyph): Use brown against light background.
27093 (nobreak-space): Rename from no-break-space.
27094 Fix previous change.
27095
27096 * dired-aux.el (dired-do-copy): Fix arg prompt.
27097
27098 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27099
27100 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27101
27102 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27103 rather than "Distributor".
27104
27105 2005-06-23 Lute Kamstra <lute@gnu.org>
27106
27107 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27108 (debug-on-entry): Use it. New interactive declaration that uses
27109 function-called-at-point.
27110
27111 2005-06-23 Kim F. Storm <storm@cua.dk>
27112
27113 * subr.el (save-match-data): Add comment about using evaporate arg
27114 to set-match-data.
27115
27116 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27117
27118 * cus-edit.el (customize-face)
27119 (customize-face-other-window): Handle face aliases.
27120
27121 * faces.el (face-documentation, set-face-attribute)
27122 (face-spec-set): Handle face aliases.
27123
27124 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27125
27126 * help-mode.el (help-make-xrefs): If a symbol representing a face
27127 name is not followed by the word "face", it could still be a
27128 function or variable name, so don't bypass other checks.
27129
27130 2005-06-22 Juri Linkov <juri@jurta.org>
27131
27132 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27133 Replace aliased functions with calls where second arg `inherit' is t.
27134
27135 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27136
27137 * progmodes/gdb-ui.el (gdb-error): New variable.
27138 (gdb-error): New function.
27139 (gdb-annotation-rules): Act on error-begin and error annotations.
27140 (gdb-concat-output): Use font-lock-warning-face for errors.
27141
27142 2005-06-22 Miles Bader <miles@gnu.org>
27143
27144 * bindings.el (propertized-buffer-identification): Use renamed
27145 `Buffer-menu-buffer' face.
27146
27147 * faces.el (vertical-border): Rename from `vertical-divider'.
27148 (escape-glyph): Change dark-background color back to `cyan'.
27149
27150 2005-06-21 Juri Linkov <juri@jurta.org>
27151
27152 * faces.el (face-user-default-spec): Try getting `customized-face'
27153 prior to `saved-face'.
27154 (frame-background-mode): Refill docstring.
27155
27156 * emacs-lisp/lisp-mode.el (eval-defun-1):
27157 * emacs-lisp/edebug.el (edebug-eval-defun):
27158 Set `saved-face' temporarily to nil before calling form.
27159 Set `customized-face' to the new spec after that.
27160
27161 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27162
27163 * subr.el (1value, lambda, key-substitution-in-progress):
27164 Doc fixes.
27165
27166 * autoinsert.el (auto-insert-alist):
27167 * ses.el (ses-call-printer):
27168 * subr.el (noreturn):
27169 * emacs-lisp/lisp.el (check-parens):
27170 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27171 * net/browse-url.el (browse-url-mosaic):
27172 * progmodes/cc-defs.el (c-safe-scan-lists):
27173 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27174 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27175 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27176 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27177 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27178 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27179
27180 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27181
27182 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27183
27184 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27185
27186 * calendar/appt.el (appt-make-list): Activate the package, if
27187 not already active (for backwards compatibility).
27188
27189 2005-06-20 Kim F. Storm <storm@cua.dk>
27190
27191 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27192
27193 2005-06-20 Miles Bader <miles@gnu.org>
27194
27195 * faces.el (vertical-divider): New face.
27196
27197 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27198
27199 * simple.el (kill-whole-line): Doc fix.
27200 (next-error-buffer-p, next-error-find-buffer)
27201 (clone-indirect-buffer): Fix typos in docstrings.
27202 (comment-line-break-function): Doc fix: don't say variable
27203 is automatically buffer-local (it isn't).
27204
27205 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27206
27207 * net/tramp-ftp.el (top):
27208 * net/tramp-smb.el (top):
27209 * net/tramp-util.el (top):
27210 * net/tramp-uu.el (top):
27211 * net/tramp-vc.el (top):
27212 * net/tramp.el (top): Revert copyright years back to original
27213 ones. Tramp has a life outside GNU Emacs.
27214
27215 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27216
27217 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27218
27219 2005-06-18 Juri Linkov <juri@jurta.org>
27220
27221 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27222 end of first regexp to limit the match to the position between
27223 line number and source line with same separator character as used
27224 between file name and line number. In the second regexp limit
27225 mouse-face area to file name and line number by adding new group
27226 for them and referring it in HYPERLINK arg.
27227 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27228 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27229 previous line where grep markers may be already removed.
27230
27231 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27232
27233 * progmodes/ps-mode.el: Update version and maintainer's email address.
27234
27235 2005-06-18 Steve Youngs <steve@xemacs.org>
27236
27237 * net/browse-url.el (browse-url-browser-function)
27238 (browse-url-default-browser): Add firefox.
27239 (browse-url-firefox-program, browse-url-firefox-arguments)
27240 (browse-url-firefox-startup-arguments)
27241 (browse-url-firefox-new-window-is-tab): New defcustoms.
27242 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27243
27244 2005-06-17 Richard M. Stallman <rms@gnu.org>
27245
27246 * startup.el (command-line): Warn if specified user name has
27247 no home directory.
27248
27249 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27250 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27251
27252 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27253 Doc fixes.
27254
27255 * faces.el (underline): Try bold if terminal doesn't support underline.
27256
27257 * mail/sendmail.el (mail-setup-with-from): New variable.
27258 (mail-insert-from-field): New function.
27259 (sendmail-send-it): Call it.
27260 (mail-setup): Optionally call it here.
27261
27262 * term/linux.el: Call tty-no-underline.
27263
27264 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27265
27266 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27267
27268 2005-06-17 Miles Bader <miles@gnu.org>
27269
27270 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27271 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27272 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27273 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27274 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27275 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27276 Remove "-face" suffix from face names.
27277 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27278 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27279 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27280 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27281 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27282 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27283 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27284 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27285 New backward-compatibility aliases for renamed faces.
27286 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27287 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27288 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27289 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27290 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27291 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27292 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27293 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27294 Use renamed ediff faces.
27295
27296 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27297 Remove "-face" suffix from face names.
27298 (eshell-test-ok-face, eshell-test-failed-face):
27299 New backward-compatibility aliases for renamed faces.
27300 (eshell-run-test): Use renamed eshell-test faces.
27301
27302 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27303 face name.
27304 (eshell-prompt-face): New backward-compatibility alias for renamed
27305 face.
27306 (eshell-emit-prompt): Use renamed eshell-prompt face.
27307
27308 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27309 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27310 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27311 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27312 Remove "-face" suffix from face names.
27313 (eshell-ls-directory-face, eshell-ls-symlink-face)
27314 (eshell-ls-executable-face, eshell-ls-readonly-face)
27315 (eshell-ls-unreadable-face, eshell-ls-special-face)
27316 (eshell-ls-missing-face, eshell-ls-archive-face)
27317 (eshell-ls-backup-face, eshell-ls-product-face)
27318 (eshell-ls-clutter-face):
27319 New backward-compatibility aliases for renamed faces.
27320 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27321
27322 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27323 Remove "-face" suffix from face name.
27324 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27325 instead of literal face.
27326
27327 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27328
27329 * emacs-lisp/warnings.el (display-warning, lwarn)
27330 (warning-minimum-log-level): Doc fixes.
27331 (warning-minimum-level, warning-minimum-log-level):
27332 Add :debug to :type choices.
27333
27334 * progmodes/ada-mode.el (ada-format-paramlist)
27335 (ada-get-indent-case, ada-check-matching-start)
27336 (ada-check-defun-name, ada-goto-matching-decl-start)
27337 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27338 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27339 (ada-make-subprogram-body): Follow error conventions.
27340 (ada-case-exception-file, ada-indent-comment-as-code)
27341 (ada-indent-handle-comment-special, ada-indent-renames)
27342 (ada-indent-return, ada-search-directories-internal)
27343 (ada-tab-policy, ada-case-exception-substring)
27344 (ada-other-file-alist, ada-matching-start-re)
27345 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27346 (ada-imenu-generic-expression, ada-compile-goto-error)
27347 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27348 (ada-popup-menu, ada-add-extensions, ada-mode)
27349 (ada-region-selected, ada-create-case-exception)
27350 (ada-create-case-exception-substring, ada-after-keyword-p)
27351 (ada-activate-keys-for-case, ada-adjust-case-region)
27352 (ada-adjust-case-buffer, ada-format-paramlist)
27353 (ada-scan-paramlist, ada-insert-paramlist)
27354 (ada-indent-newline-indent)
27355 (ada-indent-newline-indent-conditional)
27356 (ada-justified-indent-current, ada-goto-previous-word)
27357 (ada-indent-current, ada-get-indent-open-paren)
27358 (ada-get-indent-paramlist, ada-get-indent-end)
27359 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27360 (ada-get-indent-block-start, ada-get-indent-subprog)
27361 (ada-get-indent-noindent, ada-get-indent-label)
27362 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27363 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27364 (ada-goto-stmt-end, ada-goto-next-word)
27365 (ada-check-matching-start, ada-check-defun-name)
27366 (ada-goto-matching-decl-start, ada-goto-matching-start)
27367 (ada-goto-matching-end, ada-search-ignore-string-comment)
27368 (ada-in-decl-p, ada-looking-at-semi-or)
27369 (ada-looking-at-semi-private, ada-in-paramlist-p)
27370 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27371 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27372 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27373 (ada-previous-package, ada-create-menu)
27374 (ada-fill-comment-paragraph-justify)
27375 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27376 (ada-other-file-name, ada-last-which-function-line)
27377 (ada-last-which-function-subprog, ada-which-function)
27378 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27379 (ada-gen-treat-proc, ada-check-emacs-version)
27380 (ada-continuation-indent, ada-align-region-separate):
27381 Fix typos in docstrings.
27382 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27383
27384 2005-06-16 Lute Kamstra <lute@gnu.org>
27385
27386 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27387 conditionally.
27388
27389 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27390
27391 * comint.el (comint-replace-by-expanded-filename)
27392 (comint-prompt-regexp, comint-delimiter-argument-list)
27393 (comint-preinput-scroll-to-bottom):
27394 * info.el (Info-hide-cookies-node):
27395 * ls-lisp.el (ls-lisp-classify):
27396 * find-file.el (ff-search-directories, ff-special-constructs)
27397 (ff-find-other-file):
27398 * font-lock.el (font-lock-keywords):
27399 * shell.el (shell-prompt-pattern)
27400 (shell-dynamic-complete-functions, shell-mode)
27401 (shell-delimiter-argument-list):
27402 * term.el (term-replace-by-expanded-filename)
27403 (term-prompt-regexp, term-delimiter-argument-list):
27404 * woman.el (woman-ignore, woman0-if):
27405 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27406 * emacs-lisp/elint.el (elint-init-env):
27407 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27408 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27409 * language/ethio-util.el (ethio-tilde-escape)
27410 (ethio-use-three-dot-question):
27411 * net/zone-mode.el (zone-mode-load-time-setup):
27412 * progmodes/cc-align.el (c-lineup-argcont):
27413 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27414 * progmodes/cperl-mode.el (cperl-set-style-back):
27415 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27416 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27417 Fix spellings in docstrings.
27418
27419 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27420 * progmodes/modula2.el (m2-for): Fix spellings.
27421
27422 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27423
27424 * simple.el (undo-more): Don't use `format' on `error' arguments.
27425 Improve argument/docstring consistency.
27426 (pending-undo-list): Doc fix.
27427
27428 * smerge-mode.el (smerge-ensure-match):
27429 * emulation/vip.el (vip-ex):
27430 * net/zone-mode.el (zone-mode-update-serial):
27431 * progmodes/idlwave.el (idlwave-complete):
27432 * progmodes/vhdl-mode.el (vhdl-visit-file)
27433 (vhdl-compose-wire-components):
27434 Don't use `format' on `error' arguments.
27435
27436 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27437 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27438 (tooltip-help-tips): Fix typos in docstrings.
27439
27440 2005-06-16 David Ponce <david@dponce.com>
27441
27442 * tree-widget.el (tree-widget-value-create): Simplify last change.
27443
27444 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27445
27446 * ido.el (ido-incomplete-regexp): New variable.
27447 (ido-set-matches-1): Handle invalid-regexp error and set
27448 ido-incomplete-regexp.
27449 (ido-incomplete-regexp): New face.
27450 (ido-completions): Use it.
27451 (ido-complete, ido-exit-minibuffer, ido-completions):
27452 Handle incomplete regexps.
27453 (ido-completions): Add check for complete match when entering a regexp.
27454
27455 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27456
27457 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27458
27459 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27460
27461 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27462 by field delimiters.
27463
27464 2005-06-15 David Ponce <david@dponce.com>
27465
27466 * tree-widget.el: eval-and-compile inlined functions so they will
27467 be available at run-time too.
27468 (tree-widget-super-format-handler)
27469 (tree-widget-format-handler): Remove.
27470 (tree-widget-value-create): Handle the :indent property.
27471
27472 2005-06-15 Miles Bader <miles@gnu.org>
27473
27474 * progmodes/which-func.el (which-func): Only inherit
27475 `font-lock-function-name-face' when that makes sense against the
27476 default mode-line face, otherwise set the face color explicitly.
27477
27478 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27479 faces instead of (non-existent) variables.
27480
27481 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27482
27483 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27484 (iswitchb-get-matched-buffers): Likewise. Simplify.
27485
27486 2005-06-14 Miles Bader <miles@gnu.org>
27487
27488 * progmodes/ld-script.el (ld-script-location-counter):
27489 Remove "-face" suffix from face name.
27490 (ld-script-location-counter-face):
27491 New backward-compatibility alias for renamed face.
27492 (ld-script-location-counter-face): Use renamed face.
27493
27494 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27495 (cperl-hash): Remove "-face" suffix from face names.
27496 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27497 New backward-compatibility aliases for renamed faces.
27498 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27499 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27500
27501 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27502 name.
27503 (which-func-face): New backward-compatibility alias for renamed face.
27504 (which-func-format): Use renamed which-func face.
27505
27506 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27507 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27508 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27509 names.
27510 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27511 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27512 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27513 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27514 (vhdl-speedbar-architecture-selected)
27515 (vhdl-speedbar-configuration-selected)
27516 (vhdl-speedbar-package-selected)
27517 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27518 names.
27519 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27520 Use renamed faces.
27521 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27522 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27523 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27524 Use renamed faces.
27525 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27526 names.
27527 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27528 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27529 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27530 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27531 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27532 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27533
27534 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27535 face name.
27536 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27537 (sh-heredoc-face): Use renamed sh-heredoc face.
27538
27539 * progmodes/idlw-help.el (idlwave-help-link):
27540 Remove "-face" suffix from face name.
27541 (idlwave-help-link-face):
27542 New backward-compatibility alias for renamed face.
27543 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27544
27545 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27546 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27547 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27548 New backward-compatibility aliases for renamed faces.
27549 (idlwave-shell-disabled-breakpoint-face)
27550 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27551
27552 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27553 Remove "-face" suffix from face names.
27554 (flymake-errline-face, flymake-warnline-face):
27555 New backward-compatibility aliases for renamed faces.
27556 (flymake-highlight-line): Use renamed flymake faces.
27557
27558 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27559 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27560 (ebrowse-member-class, ebrowse-progress):
27561 Remove "-face" suffix from face names.
27562 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27563 (ebrowse-file-name-face, ebrowse-default-face)
27564 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27565 (ebrowse-progress-face):
27566 New backward-compatibility aliases for renamed faces.
27567 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27568 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27569 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27570 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27571
27572 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27573 antlr-syntax)
27574 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27575 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27576 names.
27577 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27578 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27579 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27580 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27581 backward-compatibility aliases for renamed faces.
27582 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27583 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27584 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27585 remove "font-lock-". Use renamed antlr-mode faces.
27586 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27587 literal face-names with face variable references.
27588
27589 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27590 face name.
27591 (Buffer-menu-buffer-face): New backward-compatibility alias for
27592 renamed face.
27593 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27594
27595 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27596
27597 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27598 Eliminate "-face" suffix.
27599 (makefile-targets): Inherit from font-lock-function-name-face and
27600 eliminate "-face" suffix.
27601 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27602 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27603 actions, instead of prepending, to make it less visible.
27604 (makefile-previous-dependency, makefile-match-dependency):
27605 Don't match a target on a continuation line.
27606
27607 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27608
27609 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
27610
27611 * progmodes/gdb-ui.el (menu): Re-order menu items.
27612 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27613
27614 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27615 Define in tooltip.el.
27616 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27617 (gud-tooltip-tips): Respect tooltip-use-echo-area and
27618 gud-tooltip-echo-area.
27619
27620 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27621 backward compatibility and make obsolete.
27622 (tooltip-help-tips): Use tooltip-use-echo-area.
27623 (tooltip-show-help-function): Rename to...
27624 (tooltip-show-help): ...this, because it is a function.
27625 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27626
27627 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
27628
27629 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27630 (edebug-print-length, edebug-print-level, edebug-print-circle)
27631 (edebug-modify-breakpoint, edebug-eval-last-sexp)
27632 (edebug-eval-print-last-sexp): Doc fixes.
27633
27634 2005-06-14 Kim F. Storm <storm@cua.dk>
27635
27636 * ido.el (ido-mode): Make a new keymap every time we enable ido,
27637 as the coverage buffer/file/both may change.
27638
27639 2005-06-14 Lute Kamstra <lute@gnu.org>
27640
27641 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27642 and run-mode-hooks. Simplify.
27643
27644 * mail/rmailedit.el (rmail-edit-mode):
27645 * progmodes/octave-inf.el (inferior-octave-mode):
27646 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27647
27648 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27649 and run-mode-hooks.
27650 (recentf-edit-list, recentf-open-files): Don't call
27651 kill-all-local-variables directly.
27652
27653 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27654
27655 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
27656
27657 * emacs-lisp/byte-run.el (make-obsolete)
27658 (define-obsolete-function-alias): Rename arguments FUNCTION and
27659 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27660 (make-obsolete-variable, define-obsolete-variable-alias):
27661 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27662 respectively.
27663
27664 * isearchb.el (isearchb-activate):
27665 * pcvs.el (cvs-mode):
27666 * ses.el (ses-load):
27667 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27668 * net/tramp.el (tramp-find-file-exists-command)
27669 (tramp-find-shell):
27670 * progmodes/ada-mode.el (ada-create-case-exception)
27671 (ada-create-case-exception-substring, ada-make-subprogram-body):
27672 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27673 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27674 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27675 * textmodes/org.el (org-promote, org-evaluate-time-range)
27676 (org-agenda-next-date-line, org-agenda-previous-date-line)
27677 (org-agenda-error, org-open-at-point, org-table-move-row)
27678 (org-format-table-table-html-using-table-generate-source)
27679 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27680 * textmodes/reftex.el (reftex-access-scan-info):
27681 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27682 (reftex-toc-promote-prepare): Follow error conventions.
27683
27684 * diff-mode.el (diff-mode): Fix typo in docstring.
27685
27686 * forms.el (forms--intuit-from-file): Fix reference to
27687 `forms-number-of-fields' in error message.
27688 (forms-print): Fix quoting in error message.
27689
27690 * forms.el (forms-mode):
27691 * emulation/vi.el (vi-goto-insert-state):
27692 * progmodes/flymake.el (flymake-new-err-info)
27693 (flymake-start-syntax-check-for-current-buffer)
27694 (flymake-simple-cleanup):
27695 * eshell/esh-var.el (eshell/export):
27696 * progmodes/gud.el (xdb):
27697 * textmodes/flyspell.el (flyspell-incorrect-hook)
27698 (flyspell-maybe-correct-transposition)
27699 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27700
27701 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
27702
27703 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27704 minibuffer prompt.
27705
27706 2005-06-13 Kim F. Storm <storm@cua.dk>
27707
27708 * subr.el (add-to-ordered-list): New defun.
27709
27710 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27711 add cua--keymap-alist to emulation-mode-map-alists.
27712
27713 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
27714
27715 * subr.el (complete-in-turn): New macro.
27716 (dynamic-completion-table, lazy-completion-table): Add debug info.
27717
27718 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27719 in preference to face aliases.
27720
27721 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27722 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27723 Remove unused vars `start' and `firstline'.
27724 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27725 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27726
27727 2005-06-13 Eli Zaretskii <eliz@gnu.org>
27728
27729 * cus-start.el (all): Don't complain about missing GTK-related
27730 variables, unless either `gtk' is boundp or this isn't a
27731 `windows-nt' build.
27732
27733 2005-06-13 Lute Kamstra <lute@gnu.org>
27734
27735 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27736 run-mode-hooks.
27737
27738 * ediff-mult.el (ediff-meta-mode):
27739 * ediff-util.el (ediff-mode): Use run-mode-hooks.
27740
27741 * ledit.el (ledit-mode): Use delay-mode-hooks.
27742
27743 * woman.el (woman-mode-line-format): Delete constant.
27744 (woman-mode-map): Initialize it properly.
27745 (woman-mode): Set mode-class property to special.
27746 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
27747 Set major-mode and mode-name. Don't set mode-line-format directly.
27748 (Man-getpage-in-background): Don't reference woman-mode-line-format.
27749
27750 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27751 string argument obsolete.
27752
27753 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
27754
27755 * textmodes/org.el (org-CUA-compatible): New option.
27756 (org-disputed-keys): New variable.
27757 (org-key): New function.
27758 (orgtbl-make-binding): Add docstring to the created function.
27759 (org-mode): Set paragraph start/separate regexps.
27760 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27761 (org-archive-location, org-archive-mark-done)
27762 (org-archive-stamp-time): New options.
27763 (org-archive-subtree): New command.
27764 (org-fill-paragraph): New function.
27765 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27766 (org-fake-empty-table-line): Function removed.
27767 (org-format-org-table-html): Do not create empty table lines at
27768 separator lines. Improved table header treatment.
27769 (org-link-format): New option.
27770 (org-make-link): New function.
27771 (org-insert-link, org-store-link): Use org-make-link.
27772 (org-open-file): Quote file name for shell command, to allow
27773 spaces in file names.
27774 (org-link-regexp): Fix bug with mailto link.
27775 (org-link-maybe-angles-regexp, org-protected-link-regexp):
27776 New constants.
27777 (org-export-as-html): Deal with the optional angles around a link.
27778 Better treatment of file: links.
27779 (org-open-at-point): Replace @{ and @} with < and >.
27780 (org-run-mode-hooks): Function removed.
27781 (org-agenda-mode): No longer use `org-run-mode-hooks'.
27782
27783 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
27784
27785 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27786 MI command -data-list-register-values.
27787 (gdb-post-prompt): Indent properly.
27788
27789 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
27790
27791 * hilit-chg.el (highlight-changes-colors): Rename from
27792 `highlight-changes-colours'.
27793 (highlight-changes-colours): Keep as obsolete alias.
27794 (highlight-changes-face-list): Doc fix.
27795 (hilit-chg-make-list): Use `highlight-changes-colors'.
27796
27797 2005-06-12 Mark A. Hershberger <mah@everybody.org>
27798
27799 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27800 defun-prompt-regexp.
27801
27802 2005-06-12 Eli Zaretskii <eliz@gnu.org>
27803
27804 * loadup.el: Don't say we are dumping under 2 names on windows-nt
27805 and cygwin.
27806
27807 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27808 Don't use an old loaddefs.el, as in Makefile.in.
27809
27810 2005-06-12 Lute Kamstra <lute@gnu.org>
27811
27812 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27813
27814 * man.el (Man-mode-map): Initialize it properly.
27815 (Man-mode): Set mode-class property to special.
27816
27817 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27818
27819 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
27820
27821 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27822 A newline is needed in the docstring there.
27823
27824 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27825 Doc fixes.
27826
27827 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27828
27829 * printing.el: Doc fix. The menubar is no more changed when printing
27830 is loaded, it only changes when pr-menu-bind or pr-update-menus is
27831 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
27832 (pr-version): New version number (6.8.4).
27833 (pr-menu-bind): New command.
27834 (pr-update-menus): Docstring and code fix.
27835 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27836 Docstring fix.
27837 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27838 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27839
27840 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
27841
27842 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27843 "Returns" to "return", document useful return values, etc.
27844
27845 2005-06-11 Alan Mackenzie <acm@muc.de>
27846
27847 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27848 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27849 (adaptive-file-function): Minor amendment to doc-string.
27850
27851 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27852
27853 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27854 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27855 Fix :type--it is `integer', not `string'.
27856
27857 * faces.el (modeline-highlight): Rename from (the erroneous)
27858 `modeline-higilight'.
27859
27860 2005-06-11 Lute Kamstra <lute@gnu.org>
27861
27862 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27863 lisp-interaction-mode-map but make it the parent.
27864 (edebug-eval-mode): Use define-derived-mode.
27865
27866 2005-06-11 Andreas Schwab <schwab@suse.de>
27867
27868 * bindings.el: Add binding of `ESC functionkey' for every
27869 `M-functionkey'.
27870 * hexl.el (hexl-mode-map): Likewise.
27871
27872 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
27873
27874 * progmodes/compile.el (compilation-error-regexp-alist-alist)
27875 [msft]: update regexp for newer msft compilers.
27876
27877 2005-06-10 Mark A. Hershberger <mah@everybody.org>
27878
27879 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27880 ATTLIST portions of included DTDs.
27881 (xml-parse-dtd): Eliminate use of inefficient match-data.
27882
27883 2005-06-10 Miles Bader <miles@gnu.org>
27884
27885 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27886 (mpuz-text): Remove "-face" suffix from face names.
27887 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27888 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27889 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27890
27891 * play/gomoku.el (gomoku-O, gomoku-X):
27892 Remove "-face" suffix from face names.
27893 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27894 New backward-compatibility aliases for renamed faces.
27895 (gomoku-font-lock-keywords): Use renamed gomoku faces.
27896
27897 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27898
27899 * thumbs.el: Fixes for changes of 2005-06-09.
27900 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27901 as a directory.
27902 (thumbs-thumbname): Remove directory separator from format string;
27903 `thumbs-thumbsdir' now returns a valid directory name.
27904 (thumbs-temp-dir): New defsubst.
27905 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27906 Use it.
27907
27908 * cus-edit.el (minibuffer):
27909 * files.el (make-backup-file-name-function):
27910 * filesets.el (filesets-external-viewers):
27911 * hilit-chg.el (highlight-changes-colours)
27912 (highlight-changes-face-list, highlight-changes-rotate-faces):
27913 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27914 * kmacro.el (kmacro-call-macro):
27915 * log-edit.el (log-edit-changelog-full-paragraphs):
27916 * mouse.el (mouse-1-click-follows-link):
27917 * skeleton.el (skeleton-autowrap):
27918 * subr.el (insert-for-yank-1):
27919 * tempo.el (tempo-insert-region):
27920 * terminal.el (terminal-emulator):
27921 * time.el (display-time-mail-face):
27922 * vc.el (vc-annotate):
27923 * vcursor.el (vcursor-copy-line):
27924 * woman.el (woman-bold-headings, woman-ignore)
27925 (woman-default-faces, woman-monochrome-faces):
27926 * calendar/todo-mode.el (todo-insert-threshold):
27927 * emulation/pc-select.el (pc-select-selection-keys-only)
27928 (pc-selection-mode):
27929 * emulation/vip.el (vip-find-char-forward):
27930 * emulation/viper-cmd.el (viper-find-char-forward):
27931 * international/mule-cmds.el
27932 (select-safe-coding-system-accept-default-p)
27933 (input-method-exit-on-invalid-key):
27934 * international/mule-diag.el (describe-coding-system):
27935 * international/ucs-tables.el (unify-8859-on-encoding-mode):
27936 * net/browse-url.el (browse-url-xterm-program):
27937 * obsolete/lazy-lock.el (lazy-lock-mode):
27938 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27939 (cperl-mode):
27940 * progmodes/cpp.el (cpp-face-light-name-list)
27941 (cpp-face-dark-name-list):
27942 * progmodes/delphi.el (delphi-newline-always-indents):
27943 Fix spellings in docstrings.
27944
27945 * ido.el (ido-mode, ido-file-extensions-order)
27946 (ido-default-file-method, ido-default-buffer-method)
27947 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27948 (ido-decorations, ido-read-file-name-as-directory-commands)
27949 (ido-read-file-name-non-ido, ido-work-directory-list)
27950 (ido-ignore-item-temp-list, ido-current-directory)
27951 (ido-magic-forward-char, ido-enter-find-file)
27952 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27953 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27954
27955 2005-06-10 Lute Kamstra <lute@gnu.org>
27956
27957 * play/dunnet.el (dun-mode): Use define-derived-mode.
27958 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
27959 obsolete alias.
27960
27961 * play/doctor.el (doctor-mode-map): Remove defvar.
27962 (doctor-mode): Use define-derived-mode.
27963
27964 * mail/mspools.el (mspools-mode):
27965 * net/eudc-hotlist.el (eudc-hotlist-mode):
27966 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27967
27968 2005-06-10 Miles Bader <miles@gnu.org>
27969
27970 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27971 Remove "-face" suffix from face names.
27972 (flyspell-incorrect-face, flyspell-duplicate-face):
27973 New backward-compatibility aliases for renamed faces.
27974 (flyspell-mode-on, make-flyspell-overlay)
27975 (flyspell-highlight-incorrect-region)
27976 (flyspell-highlight-duplicate-region)
27977 (flyspell-display-next-corrections)
27978 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27979
27980 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27981 from face name.
27982 (texinfo-heading-face): New backward-compatibility alias for
27983 renamed face.
27984 (texinfo-heading-face): Use renamed texinfo-heading face.
27985
27986 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27987 suffix from face names.
27988 (tex-math-face, tex-verbatim-face):
27989 New backward-compatibility aliases for renamed faces.
27990 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27991 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27992 literal face name.
27993
27994 * textmodes/table.el (table-cell): Remove "-face" suffix from face
27995 name.
27996 (table-cell-face): New backward-compatibility alias for renamed face.
27997 (table--put-cell-face-property, table--update-cell-face):
27998 Use renamed table-cell face.
27999
28000 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28001 from face name.
28002 (sgml-namespace-face): New backward-compatibility alias for
28003 renamed face.
28004 (sgml-namespace-face): Use renamed sgml-namespace face.
28005
28006 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28007 (org-level-4, org-level-5, org-level-6, org-level-7)
28008 (org-level-8, org-warning, org-headline-done)
28009 (org-deadline-announce, org-scheduled-today)
28010 (org-scheduled-previously, org-link, org-done, org-table)
28011 (org-time-grid): Remove "-face" suffix from face names.
28012 (org-level-1-face, org-level-2-face, org-level-3-face)
28013 (org-level-4-face, org-level-5-face, org-level-6-face)
28014 (org-level-7-face, org-level-8-face, org-warning-face)
28015 (org-headline-done-face, org-deadline-announce-face)
28016 (org-scheduled-today-face, org-scheduled-previously-face)
28017 (org-link-face, org-done-face, org-table-face)
28018 (org-time-grid-face):
28019 New backward-compatibility aliases for renamed faces.
28020 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28021 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28022 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28023 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28024
28025 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28026 (viper-minibuffer-emacs, viper-minibuffer-insert)
28027 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28028 (viper-search-face, viper-replace-overlay-face)
28029 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28030 (viper-minibuffer-vi-face):
28031 New backward-compatibility aliases for renamed faces.
28032 (viper-search-face, viper-replace-overlay-face)
28033 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28034 (viper-minibuffer-vi-face): Use renamed viper faces.
28035
28036 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28037 Remove "-face" suffix from face names.
28038 (testcover-nohits-face, testcover-1value-face):
28039 New backward-compatibility aliases for renamed faces.
28040 (testcover-mark): Use renamed testcover faces.
28041
28042 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28043 face name.
28044 (diary-button-face): New backward-compatibility alias for renamed face.
28045 (diary-entry): Use renamed diary-button face.
28046
28047 * calendar/calendar.el (diary, calendar-today, holiday)
28048 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28049 (diary-face, calendar-today-face, holiday-face):
28050 New backward-compatibility aliases for renamed faces.
28051 (eval-after-load "facemenu", diary-entry-marker)
28052 (calendar-today-marker, calendar-holiday-marker, diary-face):
28053 Use renamed calendar faces.
28054
28055 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28056 (compare-windows-face): New backward-compatibility alias for
28057 renamed face.
28058 (compare-windows-highlight): Use renamed compare-windows face.
28059
28060 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28061 (strokes-char-face): New backward-compatibility alias for renamed face.
28062 (strokes-encode-buffer): Use renamed strokes-char face.
28063
28064 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28065 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28066 Remove "-face" suffix from face names.
28067 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28068 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28069 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28070 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28071 Use renamed pcvs faces.
28072 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28073 * pcvs-defs.el (cvs-mode-map): Likewise.
28074 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28075
28076 * info.el (info-title-1, info-title-2, info-title-3)
28077 (info-title-4): Remove "-face" suffix from and downcase face names.
28078 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28079 (Info-title-4-face):
28080 New backward-compatibility aliases for renamed faces.
28081 (Info-fontify-node): Use renamed info faces.
28082
28083 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28084 Remove "-face" suffix from face names.
28085 (highlight-changes-face, highlight-changes-delete-face):
28086 New backward-compatibility aliases for renamed faces.
28087 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28088 (hilit-chg-make-list): Use renamed highlight-changes faces.
28089
28090 * generic-x.el (show-tabs-tab, show-tabs-space):
28091 Remove "-face" suffix from face names.
28092 (show-tabs-tab-face, show-tabs-space-face):
28093 New backward-compatibility aliases for renamed faces.
28094 (show-tabs-generic-mode-font-lock-defaults-1)
28095 (show-tabs-generic-mode-font-lock-defaults-2):
28096 Use renamed show-tabs faces.
28097
28098 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28099 (smerge-markers): Remove "-face" suffix from face names.
28100 (smerge-mine-face, smerge-other-face, smerge-base-face)
28101 (smerge-markers-face):
28102 New backward-compatibility aliases for renamed faces.
28103 (smerge-mine-face, smerge-other-face, smerge-base-face)
28104 (smerge-markers-face): Use renamed smerge faces.
28105
28106 * log-view.el (log-view-file, log-view-message): Remove "-face"
28107 suffix from face names.
28108 (log-view-file-face, log-view-message-face):
28109 New backward-compatibility aliases for renamed faces.
28110 (log-view-file-face, log-view-message-face): Use renamed log-view
28111 faces.
28112
28113 * paren.el (show-paren-match, show-paren-mismatch):
28114 Remove "-face" suffix from face names.
28115 (show-paren-match-face, show-paren-mismatch-face):
28116 New backward-compatibility aliases for renamed faces.
28117 (show-paren-function): Use renamed show-paren faces.
28118
28119 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28120 (ruler-mode-margins, ruler-mode-fringes)
28121 (ruler-mode-column-number, ruler-mode-fill-column)
28122 (ruler-mode-comment-column, ruler-mode-goal-column)
28123 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28124 suffix from face names.
28125 (ruler-mode-default-face, ruler-mode-pad-face)
28126 (ruler-mode-margins-face, ruler-mode-fringes-face)
28127 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28128 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28129 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28130 New backward-compatibility aliases for renamed faces.
28131 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28132 (ruler-mode-column-number, ruler-mode-fill-column)
28133 (ruler-mode-comment-column, ruler-mode-goal-column)
28134 (ruler-mode-tab-stop, ruler-mode-current-column)
28135 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28136 faces.
28137
28138 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28139 face name.
28140 (whitespace-highlight-the-space): Use renamed face.
28141 (whitespace-highlight-face): New backward-compatibility alias for
28142 renamed face.
28143
28144 * woman.el (woman-italic, woman-bold, woman-unknown)
28145 (woman-addition, woman-symbol-face):
28146 Remove "-face" suffix from face names.
28147 (woman-italic-face, woman-bold-face, woman-unknown-face)
28148 (woman-addition-face):
28149 New backward-compatibility aliases for renamed faces.
28150 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28151 (woman-decode-region, woman-replace-match)
28152 (woman-display-extended-fonts, woman-special-characters)
28153 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28154 Use renamed woman faces.
28155
28156 * longlines.el (longlines-visible-face): Face removed.
28157
28158 * diff-mode.el (diff-header, diff-file-header, diff-index)
28159 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28160 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28161 suffix from face names.
28162 (diff-header-face, diff-file-header-face, diff-index-face)
28163 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28164 (diff-changed-face, diff-function-face, diff-context-face)
28165 (diff-nonexistent-face): New backward-compatibility aliases for
28166 renamed faces.
28167 (diff-header-face, diff-file-header-face)
28168 (diff-index, diff-index-face, diff-hunk-header)
28169 (diff-hunk-header-face, diff-removed, diff-removed-face)
28170 (diff-added, diff-added-face, diff-changed-face, diff-function)
28171 (diff-function-face, diff-context-face, diff-nonexistent)
28172 (diff-nonexistent-face): Use renamed diff-mode faces.
28173
28174 * progmodes/compile.el (compilation-warning-face)
28175 (compilation-info-face): Remove "-face" suffix from face names.
28176 (compilation-warning-face, compilation-info-face):
28177 New backward-compatibility aliases for renamed faces.
28178 (compilation-warning-face, compilation-info-face):
28179 Use renamed compilation faces.
28180
28181 * add-log.el (change-log-date, change-log-name)
28182 (change-log-email, change-log-file, change-log-list)
28183 (change-log-conditionals, change-log-function)
28184 (change-log-acknowledgement): Remove "-face" suffix from face names.
28185 (change-log-date-face, change-log-name-face)
28186 (change-log-email-face, change-log-file-face)
28187 (change-log-list-face, change-log-conditionals-face)
28188 (change-log-function-face, change-log-acknowledgement-face):
28189 New backward-compatibility aliases for renamed faces.
28190 (change-log-font-lock-keywords): Use renamed change-log faces.
28191
28192 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28193 (custom-set, custom-changed, custom-saved, custom-button)
28194 (custom-button-pressed, custom-documentation, custom-state)
28195 (custom-comment, custom-comment-tag, custom-variable-tag)
28196 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28197 (custom-group-tag): Remove "-face" suffix from face names.
28198 (custom-magic-alist, custom-magic-value-create)
28199 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28200 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28201 (custom-set-face, custom-changed-face, custom-saved-face)
28202 (custom-button-face, custom-button-pressed-face)
28203 (custom-documentation-face, custom-state-face)
28204 (custom-comment-face, custom-comment-tag-face)
28205 (custom-variable-tag-face, custom-variable-button-face)
28206 (custom-face-tag-face, custom-group-tag-face-1)
28207 (custom-group-tag-face):
28208 New backward-compatibility aliases for renamed faces.
28209
28210 * wid-edit.el (widget-documentation, widget-button)
28211 (widget-field, widget-single-line-field, widget-inactive)
28212 (widget-button-pressed): "-face" suffix removed from face names.
28213 (widget-documentation-face, widget-button-face)
28214 (widget-field-face, widget-single-line-field-face)
28215 (widget-inactive-face, widget-button-pressed-face):
28216 New backward-compatibility aliases for renamed faces.
28217 (widget-documentation-face, widget-button-face)
28218 (widget-button-pressed-face, widget-specify-field)
28219 (widget-specify-inactive): Use renamed widget faces.
28220
28221 2005-06-10 Kenichi Handa <handa@m17n.org>
28222
28223 * term/x-win.el (x-clipboard-yank): Remove condition-case
28224 wrapping.
28225
28226 2005-06-11 Kenichi Handa <handa@m17n.org>
28227
28228 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28229 date lines stricter.
28230
28231 2005-06-10 Zhang Wei <id.brep@gmail.com>
28232
28233 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28234 of x-get-selection.
28235
28236 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28237
28238 * comint.el (comint-mode, comint-snapshot-last-prompt):
28239 * frame.el (frame-current-scroll-bars):
28240 * term.el (term-mode, term-check-proc, term-input-sender)
28241 (term-simple-send, term-extract-string, term-word)
28242 (term-match-partial-filename):
28243 * window.el (window-current-scroll-bars):
28244 * emulation/cua-base.el (cua-normal-cursor-color)
28245 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28246 (cua-global-mark-cursor-color):
28247 * mail/undigest.el (rmail-forward-separator-regex):
28248 Fix typos in docstrings.
28249
28250 * comint.el (comint-check-proc, make-comint-in-buffer)
28251 (comint-source-default): Doc fixes.
28252
28253 * term.el (term-send-string): Improve argument/docstring consistency.
28254
28255 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28256
28257 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28258 call to `delete-region'.
28259 (comint-mode-hook): Do not enable Font Lock by default.
28260
28261 2005-06-09 Lute Kamstra <lute@gnu.org>
28262
28263 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28264 could be void.
28265
28266 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28267
28268 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28269 (debug): Use it.
28270 (debugger-step-through, debugger-continue, debugger-jump)
28271 (debugger-return-value): Set it when needed.
28272 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28273 Use inhibit-read-only.
28274
28275 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28276
28277 * window.el (shrink-window-if-larger-than-buffer)
28278 (window-size-fixed): Fix typo in docstring.
28279
28280 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28281 thumbnails directory on loading.
28282 (thumbs-conversion-program): Use `eq' to check the system type,
28283 not `equal'.
28284 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28285 not "/tmp". Fix docstring.
28286 (thumbs-thumbsdir): New function to return the thumbnails
28287 directory, creating it if needed.
28288 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28289 (thumbs-temp-file): Delete variable and make it into a function.
28290 (thumbs-resize-image, thumbs-modify-image): Use it.
28291 (thumbs-kill-buffer): Simplify.
28292 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28293 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28294 docstrings.
28295
28296 2005-06-09 Kim F. Storm <storm@cua.dk>
28297
28298 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28299 set-match-data to free markers in match-data.
28300
28301 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28302 match-data to unchain markers in match-data.
28303
28304 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28305
28306 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28307 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28308 unnecessary now.
28309
28310 2005-06-08 Richard M. Stallman <rms@gnu.org>
28311
28312 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28313 give the variable a doc string that doesn't say don't set it directly.
28314
28315 * textmodes/ispell.el (ispell-check-version):
28316 Use match-string-no-properties.
28317 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28318 (ispell-buffer-local-words): Likewise.
28319
28320 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28321 except on terminals with enough colors to really display it.
28322 (makefile-dependency-regex): Delete spurious `bb'.
28323
28324 * faces.el (escape-glyph): Use blue once again in last case.
28325 (no-break-space): Redefine so that it isn't invisible on a tty.
28326
28327 2005-06-08 Kim F. Storm <storm@cua.dk>
28328
28329 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28330 also when reading directory name.
28331
28332 2005-06-08 Lute Kamstra <lute@gnu.org>
28333
28334 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28335 (flyspell-mode-line-string): Remove autoload cookie.
28336 (flyspell-mode): Remove defvar.
28337
28338 2005-06-07 Lute Kamstra <lute@gnu.org>
28339
28340 * textmodes/org.el (org-run-mode-hooks): New function.
28341 (org-agenda-mode): Use it.
28342
28343 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28344
28345 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28346
28347 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28348
28349 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28350
28351 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28352
28353 * font-lock.el (font-lock-add-keywords): Doc fix.
28354
28355 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28356
28357 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28358 (tex-compile-default): In the absence of any history, use the order in
28359 tex-compile-alist to choose the preferred command.
28360 (tex-compile-commands): Reorder a bit.
28361
28362 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28363 (flyspell-incorrect-face, flyspell-duplicate-face):
28364 Use (X)Emacs-agnostic code.
28365 (flyspell-mode-map): Don't overwrite at each load. Remove code
28366 redundant with the subsequent add-minor-mode. Merge Emacs and
28367 XEmacs code.
28368 (flyspell-word): Minor simplification.
28369 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28370 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28371 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28372 Merge the corresponding Emacs code.
28373 (flyspell-correct-word, flyspell-xemacs-popup):
28374 Use flyspell-do-correct.
28375
28376 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28377 a dedicated window.
28378
28379 * international/latexenc.el (latexenc-find-file-coding-system):
28380 Undo part of last patch, to turn off a compiler warning.
28381
28382 2005-06-06 Juri Linkov <juri@jurta.org>
28383
28384 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28385 Rename `tmm-inactive-face' to `tmm-inactive'.
28386
28387 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28388
28389 * iswitchb.el: Rename faces.
28390
28391 2005-06-06 Kim F. Storm <storm@cua.dk>
28392
28393 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28394 (cua-global-mark): Remove -face suffix from face names.
28395
28396 * emulation/cua-gmrk.el (cua--init-global-mark):
28397 Remove cua-global-mark face setup.
28398
28399 2005-06-06 Richard M. Stallman <rms@gnu.org>
28400
28401 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28402 just like other allowed characters.
28403 (makefile-match-dependency): Exclude leading and training whitespace
28404 from the range of regexp subexp 1.
28405 (makefile-macroassign-regex): Don't try to match the body,
28406 just the name of the macro being defined.
28407
28408 * info.el (Info-read-node-name-2): New function.
28409 (Info-read-node-name-1): Use that.
28410 Add a completion-base-size-function property.
28411
28412 * simple.el (completion-setup-function): Look for
28413 completion-base-size-function property of minibuffer-completion-table.
28414
28415 * files.el (locate-file-completion): Doc fix.
28416
28417 * printing.el: Don't call pr-update-menus; user must do that.
28418
28419 * emacs-lisp/debug.el (debugger-window): New variable.
28420 (debug): Use debugger-window if it is set and still alive.
28421 Record debugger-window for next entry.
28422
28423 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28424
28425 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28426
28427 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28428 (hack-one-local-variable, hack-local-variables)
28429 (hack-local-variables-prop-line): Pass that arg.
28430
28431 2005-06-06 Kim F. Storm <storm@cua.dk>
28432
28433 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28434 (ido-indicator): Remove -face suffix from face names.
28435
28436 2005-06-06 Juri Linkov <juri@jurta.org>
28437
28438 * font-lock.el (font-lock-regexp-backslash)
28439 (font-lock-regexp-backslash-construct): New faces.
28440 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28441 after `('. Add `while-no-input' to control structures.
28442
28443 * faces.el (no-break-space, shadow): New faces.
28444 (escape-glyph): Use less loud colors pink2 and red4.
28445
28446 * diff-mode.el (diff-context-face)
28447 * dired.el (dired-ignored)
28448 * rfn-eshadow.el (file-name-shadow)
28449 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28450
28451 * info.el (Info-title-1-face): Use green instead of yellow because
28452 bold yellow is not readable on light backgrounds.
28453
28454 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28455 before selecting the desired mode to not spend time fontifying
28456 old contents.
28457
28458 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28459
28460 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28461 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28462
28463 * ps-print.el (ps-default-fg, ps-default-bg):
28464 Fix typos in docstrings.
28465
28466 * isearchb.el (isearchb): Don't pass a spurious second argument to
28467 `iswitchb-completions'.
28468
28469 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28470
28471 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28472 to preserve point.
28473 (gdb-find-file-hook): Add doc string.
28474
28475 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28476 C dereferenced pointer expression.
28477 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28478
28479 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28480
28481 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28482 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28483 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28484 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28485 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28486 Make background transparent.
28487
28488 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28489
28490 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28491 (font-lock-remove-keywords): Doc fix.
28492 (font-lock-mode-major-mode): Compiler defvar.
28493 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28494
28495 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28496 (font-lock-mode): Update `font-lock-mode-major-mode'.
28497 (font-lock-set-defaults): Compiler defvar.
28498 (font-lock-default-function): Take `font-lock-mode-major-mode'
28499 into account.
28500
28501 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28502 keep track of which major mode it enabled the minor mode for.
28503 Use find-file-hook again. Update docstring.
28504
28505 * simple.el (eval-expression-print-level)
28506 (eval-expression-print-length, eval-expression-debug-on-error):
28507 Doc fixes.
28508
28509 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28510
28511 * iswitchb.el (iswitchb-single-match-face)
28512 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28513 (iswitchb-invalid-regexp-face): New faces.
28514 (iswitchb-completions): Use them.
28515 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28516 now marked as an obsolete alias.
28517 (iswitchb-read-buffer): Remove check for bound font variables.
28518 (iswitchb-invalid-regexp): New free variable.
28519 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28520 set iswitchb-invalid-regexp.
28521 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28522 invalid regexps.
28523 (iswitchb-completions): Add check for complete match when entering
28524 a regexp.
28525 (iswitchb-completions): Remove require-match argument.
28526 (iswitchb-exhibit): Fix caller.
28527 (iswitchb-common-match-inserted): New variable.
28528 (iswitchb-complete, iswitchb-completion-help): Use it.
28529
28530 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28531
28532 * url-http.el (url-http-chunked-encoding-after-change-function):
28533 Use `url-http-debug' instead of `message'.
28534
28535 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28536
28537 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28538 callback argument.
28539
28540 2005-06-04 Kim F. Storm <storm@cua.dk>
28541
28542 * simple.el (line-move): Only call sit-for when moving backwards.
28543
28544 * ido.el (ido-make-merged-file-list-1): New defun split from
28545 ido-make-merged-file-list.
28546 (ido-make-merged-file-list): Bind throw-on-input around call to
28547 ido-make-merged-file-list-1. Return input-pending-p if
28548 interrupted by more input available.
28549 (ido-read-internal): Handle input-pending-p return value from
28550 ido-make-merged-file-list.
28551
28552 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28553
28554 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28555 compatibility code.
28556
28557 * international/latexenc.el (latexenc-find-file-coding-system):
28558 Don't inherit the EOL part of the coding-system from the
28559 tex-main buffer. Fit within 80 columns.
28560
28561 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28562
28563 * tmm.el (tmm-inactive-face): New face.
28564 (tmm-remove-inactive-mouse-face): New function.
28565 (tmm-prompt, tmm-add-one-shortcut)
28566 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28567 but not selectable.
28568
28569 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28570
28571 * faces.el (face-equal): Improve argument/docstring consistency.
28572
28573 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28574
28575 * progmodes/make-mode.el (makefile-targets-face)
28576 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28577 (makefile-bsdmake-dependency-regex)
28578 (makefile-makepp-rule-action-regex)
28579 (makefile-bsdmake-rule-action-regex): New constants.
28580 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28581
28582 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28583 Allow (...) within `...' for makepp messages.
28584
28585 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28586
28587 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28588
28589 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28590 "." files are deleted from all file lists before comparison.
28591
28592 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28593 (viper-ESC-key): Made them customizable.
28594
28595 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28596
28597 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28598
28599 * autorevert.el (auto-revert-buffers): Use save-match-data.
28600
28601 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28602
28603 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28604 menu items with a nil command binding.
28605
28606 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
28607
28608 * emacs-lisp/cl-macs.el (defsetf):
28609 Improve argument/docstring consistency.
28610
28611 * faces.el (list-faces-display): Improve the formatting by
28612 computing the maximum length required for any face-name (reworked
28613 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28614 (internal-find-face): Remove redundant info in docstring.
28615
28616 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
28617
28618 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28619 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28620 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28621 (gdb-assembler-custom): Improve regexps.
28622 (def-gdb-auto-update-handler): Use window point to preserve point.
28623
28624 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
28625
28626 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28627
28628 2005-05-31 Jay Belanger <belanger@truman.edu>
28629
28630 * calc/calc-embed.el (calc-embedded-word): Change argument passed
28631 to calc-embedded.
28632 (calc-embedded-make-info): Have plain prefix argument select
28633 entire line.
28634
28635 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
28636
28637 * faces.el (list-faces-display): Signal error if passed a regexp
28638 that matches no face name.
28639
28640 * simple.el (filter-buffer-substring): Fix typo in docstring.
28641
28642 2005-05-31 Richard M. Stallman <rms@gnu.org>
28643
28644 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28645 (vhdl-emacs-21): Doc fix.
28646 (vhdl-mode): Unconditionally set comment-padding.
28647 (vhdl-fixup-whitespace-region): Insert spaces only where
28648 there are none.
28649 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28650
28651 2005-05-30 John Wiegley <johnw@newartisans.com>
28652
28653 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28654 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28655 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28656 `directory-sep-char' to ?/, and all uses of `string-to-int' to
28657 `string-to-number'.
28658
28659 2005-05-30 Jay Belanger <belanger@truman.edu>
28660
28661 * calc/calc.el (calc-bug-address): Fix docstring.
28662 (calc-window-hook, calc-trail-window-hook): New variables.
28663 (calc-trail-display): Restore use of calc-trail-window-hook.
28664 (calc): Restore use of calc-window-hook.
28665
28666 2005-05-31 Masatake YAMATO <jet@gyve.org>
28667
28668 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28669
28670 * help-fns.el (help-C-file-name): Add autoload mark for
28671 `find-function-noselect'.
28672
28673 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
28674
28675 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28676 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28677
28678 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28679
28680 * calendar/diary-lib.el (mark-included-diary-files): Only kill
28681 included diary buffer if it was not already being visited.
28682 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28683
28684 * calendar/icalendar.el (top-level): Do not require appt.
28685
28686 * mail/supercite.el (sc-select-attribution): Only use a list
28687 element from sc-attrib-selection-list if it returns a string.
28688 Reported by Davide G. M. Salvetti <salve@debian.org>.
28689
28690 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
28691
28692 * thumbs.el (thumbs-thumbname): The resulting thumbname now
28693 includes a hash value to improve its uniqueness, and has a ".jpg"
28694 extension. Also, it is now a valid filename on all systems.
28695 (thumbs-make-thumb): Use `let', not `let*'.
28696 (thumbs-show-thumbs-list): Check for JPEG availability.
28697
28698 2005-05-30 Richard M. Stallman <rms@gnu.org>
28699
28700 * filesets.el (filesets-menu-ensure-use-cached):
28701 Prevent warning when emacs-version>= is undefined.
28702
28703 * printing.el (pr-interactive-n-up): Use string-to-number.
28704
28705 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28706
28707 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28708 Warn only when name to be defined is quoted.
28709
28710 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
28711
28712 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28713 Make regexp more robust.
28714 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28715 Force regeneration of disassembly.
28716
28717 2005-05-29 Jay Belanger <belanger@truman.edu>
28718
28719 * calc/calc.el (calc-user-invocation): Check if
28720 calc-invocation-macro is non-nil.
28721
28722 2005-05-29 Juri Linkov <juri@jurta.org>
28723
28724 * add-log.el (change-log-font-lock-keywords):
28725 Add `+' to e-mail regexp to accept mail address with keywords.
28726
28727 * man.el (Man-name-regexp): Add `:' to accept qualified names.
28728
28729 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
28730
28731 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28732
28733 * ielm.el (inferior-emacs-lisp-mode): Ditto.
28734
28735 2005-05-29 Richard M. Stallman <rms@gnu.org>
28736
28737 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28738 Undo the change that moves to end of the current word.
28739
28740 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28741
28742 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28743 Throw error when count <= 0 to ensure input is a number.
28744 (gdb-read-memory-custom): Pick up address from buffer.
28745 (gdb-memory-mode): Allow user to increment and decrement
28746 memory address from header line.
28747
28748 2005-05-29 Richard M. Stallman <rms@gnu.org>
28749
28750 * flyspell.el (flyspell-version): Function deleted.
28751 (flyspell-auto-correct-previous-hook): Doc fix.
28752
28753 * jit-lock.el (jit-lock-function, jit-lock-after-change):
28754 Do nothing if memory is full.
28755
28756 * font-lock.el (font-lock-fontify-syntactically-region):
28757 Pass t for GREEDY to looking-back.
28758
28759 * saveplace.el (save-place-alist-to-file): Write the file
28760 using write-region.
28761
28762 * subr.el (looking-back): New argument GREEDY.
28763
28764 * progmodes/compile.el (compilation-start): Set the mode
28765 before inserting the initial text.
28766
28767 * progmodes/which-func.el (which-func-update-1): Turn the mode
28768 off in case of error by setting which-func-mode.
28769
28770 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
28771
28772 * flyspell.el (flyspell-auto-correct-previous-word):
28773 Narrow down to what's on the screen, and recenter overlays
28774 at the end of the next word.
28775
28776 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
28777
28778 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28779 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28780 (flyspell-abbrev-p): Default to nil.
28781 (flyspell-use-global-abbrev-table-p): Doc fix.
28782 (flyspell-large-region): Allow nil as value.
28783 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28784
28785 (mail-mode-flyspell-verify): More robust handling
28786 of `mail-header-separator'. More efficient signature detection.
28787 Allow for regexp metacharacters in message-header-separator.
28788 Adding `To' not to be checked in mail-mode-flyspell-verify.
28789
28790 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28791 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28792 Bind flyspell-auto-correct-binding.
28793 Bind C-. and C-, .
28794 (flyspell-mode-map): Likewise.
28795 (flyspell-mode): Doc fix.
28796 (flyspell-accept-buffer-local-defs): Preserve current buffer.
28797 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28798 (flyspell-word-cache-result): New var, always local.
28799 (flyspell-check-pre-word-p): Doc fix.
28800 (flyspell-check-changed-word-p): Handle spc like newline.
28801 (flyspell-post-command-hook): Set flyspell-word-cache-result.
28802 (flyspell-word-search-backward, flyspell-word-search-forward):
28803 New functions.
28804 (flyspell-word): Return t if nothing to check.
28805 When parsing TeX code, check for after } or \.
28806 Use flyspell-word-search-backward to find previous word.
28807 Return nil if duplicated word.
28808 For word already checked, return same value as last time.
28809 Set flyspell-word-cache-result after checking.
28810 Don't clobber the return value.
28811 (flyspell-get-word): Major rewrite.
28812 (flyspell-external-point-words): New locals pword, pcount.
28813 Fix size used in progress message.
28814 Find the proper corresponding word in flyspell-large-region-buffer.
28815 (flyspell-region): Check for flyspell-large-region = nil.
28816 (flyspell-highlight-incorrect-region): Clean up overlays in region.
28817 (flyspell-auto-correct-word): Check that WORD is a cons.
28818 (flyspell-correct-word): Likewise.
28819
28820 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
28821
28822 * progmodes/make-mode.el (makefile-rule-action-regex)
28823 (makefile-macroassign-regex, makefile-makepp-mode)
28824 (makefile-bsdmake-mode): Continuation lines may be empty.
28825 Reported by Joshua Varner.
28826 (makefile-makepp-font-lock-keywords): Add $(stem).
28827
28828 2005-05-28 Karl Berry <karl@gnu.org>
28829
28830 * textmodes/tex-mode.el: Now that tex-send-command calls
28831 shell-quote-argument (2005-03-31 change), remove all calls to
28832 shell-quote-argument; they all end up invoking tex-send-command.
28833 The double quoting loses on filenames with non-safe characters,
28834 such as "@". Reported by Frederik Fouvry.
28835
28836 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28837
28838 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28839 about preserving point.
28840
28841 2005-05-27 Jay Belanger <belanger@truman.edu>
28842
28843 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28844 Info-goto-node.
28845
28846 * calc/calc-embed.el (calc-embed-arg): New variable.
28847 (calc-do-embedded-activate, calc-embedded-activate-formula)
28848 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28849 variable by new variable.
28850 (calc-embedded-make-info): Replace undeclared variable by new
28851 variable. When selecting region with positive prefix
28852 argument, use end of previous line instead of beginning of line.
28853
28854 * calc/calc-aent.el (calc-arg-values): Declare it.
28855
28856 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28857 Declare them.
28858
28859 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28860
28861 * calc/calc.el (calc-alg-map): Declare it.
28862
28863 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28864
28865 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
28866
28867 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28868 (gdb-registers-buffer, toggle-gdb-all-registers):
28869 Toggle display of floating point registers.
28870 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28871
28872 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
28873 (toggle-gud-tooltip-dereference):
28874 Rename from gud-toggle-tooltip-dereference.
28875
28876 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
28877
28878 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28879
28880 2005-05-27 Jay Belanger <belanger@truman.edu>
28881
28882 * calc/calc-prog.el (calc-kbd-report): Remove.
28883 (calc-kbd-query): Rewrite.
28884
28885 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
28886
28887 * image.el (image-library-alist): Move to image.c.
28888 (image-type-available-p): Doc fix.
28889
28890 2005-05-27 Lute Kamstra <lute@gnu.org>
28891
28892 * calc/calc.el (calc):
28893 * outline.el (outline-1, outline-2, outline-3, outline-4)
28894 (outline-5, outline-6, outline-7, outline-8):
28895 * textmodes/dns-mode.el (dns-mode):
28896 * textmodes/sgml-mode.el (sgml-namespace-face):
28897 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28898 (tex-verbatim-face, tex-use-reftex):
28899 * textmodes/texinfo.el (texinfo-heading-face):
28900 Specify customization group.
28901
28902 * longlines.el: Don't require easy-mmode.
28903 (longlines-visible-face): Specify customization group.
28904
28905 2005-05-27 Kenichi Handa <handa@m17n.org>
28906
28907 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28908 encoding table of windows-1251.
28909
28910 * international/ucs-tables.el (ucs-set-table-for-input):
28911 If translation-table-for-input of a coding system is a symbol, get
28912 its translation-table property.
28913
28914 * international/code-pages.el: Don't register a coding system into
28915 non-iso-charset-alist more than once.
28916 (cp-make-coding-system): Likewise.
28917
28918 2005-05-26 John Wiegley <johnw@newartisans.com>
28919
28920 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28921 `eshell-resume-eval' is wrapped in a list, it indicates that the
28922 command was run asynchronously. In that case, unwrap the value
28923 before checking the delimiter value.
28924
28925 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28926 character before a space at the end of a line is \, assume the space
28927 is part of the last argument rather than a final argument separator.
28928
28929 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28930 is in use, and the target is `t' or `nil' (which are the most common
28931 values), don't assume that the symbol target is a buffer.
28932
28933 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
28934
28935 * calendar/calendar.el (calendar-mode-line-format):
28936 Use mode-line-highlight as mouse-face.
28937
28938 * time.el (display-time-string-forms, display-time-update):
28939 Use mode-line-highlight as mouse-face.
28940
28941 2005-05-26 Jay Belanger <belanger@truman.edu>
28942
28943 * calc/calc.el (calc-language-alist): Remove extra defvar.
28944
28945 2005-05-26 Lute Kamstra <lute@gnu.org>
28946
28947 * arc-mode.el (archive-mode):
28948 * bookmark.el (bookmark-read-annotation-mode)
28949 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28950 * bs.el (bs-mode):
28951 * calc/calc-yank.el (calc-edit-mode):
28952 * calc/calc.el (calc-mode, calc-trail-mode):
28953 * calculator.el (calculator-mode):
28954 * chistory.el (command-history-mode):
28955 * comint.el:
28956 * cus-edit.el (custom-mode):
28957 * descr-text.el (describe-text-mode):
28958 * ebuff-menu.el (Electric-buffer-menu-mode):
28959 * ediff-util.el (ediff-mode):
28960 * emacs-lisp/re-builder.el (reb-mode):
28961 * emulation/vi.el (vi-mode-setup):
28962 * emulation/ws-mode.el (wordstar-mode):
28963 * eshell/esh-mode.el (eshell-mode):
28964 * forms.el (forms-mode):
28965 * help-mode.el (help-mode):
28966 * hexl.el (hexl-mode):
28967 * ibuffer.el (ibuffer-mode):
28968 * ielm.el (inferior-emacs-lisp-mode):
28969 * info.el (Info-mode, Info-edit-mode):
28970 * international/swedish.el:
28971 * ledit.el (ledit-from-lisp-mode):
28972 * locate.el (locate-mode):
28973 * mail/rmail.el (rmail-mode):
28974 * mail/rmailedit.el (rmail-edit-mode):
28975 * mail/rmailsum.el (rmail-summary-mode):
28976 * mail/supercite.el (sc-electric-mode):
28977 * net/eudc.el (eudc-mode):
28978 * net/quickurl.el (quickurl-list-mode):
28979 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28980 * obsolete/ooutline.el (outline-mode):
28981 * obsolete/options.el (Edit-options-mode):
28982 * obsolete/rnews.el (news-mode):
28983 * obsolete/rnewspost.el (news-reply-mode):
28984 * play/5x5.el (5x5-mode):
28985 * play/decipher.el (decipher-mode, decipher-stats-mode):
28986 * play/gomoku.el (gomoku-mode):
28987 * play/snake.el (snake-mode):
28988 * play/solitaire.el (solitaire-mode):
28989 * play/tetris.el (tetris-mode):
28990 * progmodes/ada-mode.el (ada-mode):
28991 * progmodes/antlr-mode.el (antlr-mode):
28992 * progmodes/autoconf.el (autoconf-mode):
28993 * progmodes/dcl-mode.el (dcl-mode):
28994 * progmodes/delphi.el (delphi-mode):
28995 * progmodes/ebrowse.el (ebrowse-tree-mode)
28996 (ebrowse-electric-list-mode, ebrowse-member-mode)
28997 (ebrowse-electric-position-mode):
28998 * progmodes/f90.el (f90-mode):
28999 * progmodes/fortran.el (fortran-mode):
29000 * progmodes/icon.el (icon-mode):
29001 * progmodes/idlw-help.el (idlwave-help-mode):
29002 * progmodes/idlw-shell.el (idlwave-shell-mode):
29003 * progmodes/idlwave.el (idlwave-mode):
29004 * progmodes/inf-lisp.el (inferior-lisp-mode):
29005 * progmodes/m4-mode.el (m4-mode):
29006 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29007 * progmodes/modula2.el (modula-2-mode):
29008 * progmodes/octave-inf.el (inferior-octave-mode):
29009 * progmodes/octave-mod.el (octave-mode):
29010 * progmodes/pascal.el (pascal-mode):
29011 * progmodes/sh-script.el (sh-mode):
29012 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29013 * progmodes/vhdl-mode.el (vhdl-mode):
29014 * progmodes/xscheme.el (scheme-interaction-mode):
29015 * replace.el (occur-mode):
29016 * ses.el (ses-mode):
29017 * simple.el (completion-list-mode):
29018 * skeleton.el:
29019 * speedbar.el (speedbar-mode):
29020 * term.el (term-mode):
29021 * terminal.el (terminal-edit-mode):
29022 * textmodes/reftex-index.el (reftex-index-mode)
29023 (reftex-index-phrases-mode):
29024 * textmodes/reftex-sel.el (reftex-select-label-mode)
29025 (reftex-select-bib-mode):
29026 * textmodes/reftex-toc.el (reftex-toc-mode):
29027 * wdired.el (wdired-change-to-wdired-mode):
29028 * wid-browse.el (widget-browse-mode):
29029 Use run-mode-hooks.
29030
29031 * array.el (array-mode):
29032 * calendar/todo-mode.el (todo-mode):
29033 * man.el (Man-mode):
29034 * play/landmark.el (lm-mode):
29035 * play/mpuz.el (mpuz-mode):
29036 Use kill-all-local-variables and run-mode-hooks.
29037
29038 * subr.el (delay-mode-hooks): Specify indentation.
29039
29040 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29041
29042 * xml.el (xml-substitute-special): Don't die for undefined xml
29043 entities.
29044
29045 2005-05-26 Jay Belanger <belanger@truman.edu>
29046
29047 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29048 of nil.
29049
29050 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29051
29052 * progmodes/gdb-ui.el (gdb-frame-address):
29053 Rename from gdb-current-address.
29054 (gdb-previous-frame-address): Rename from gdb-previous-address.
29055 (gdb-selected-frame): Rename from gdb-current-frame.
29056 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29057 (gdb-frame-number): Rename from gdb-current-stack-level.
29058 (gdb-ann3): Match new mode-name for disassembly buffer.
29059 Extend initialization of variables.
29060 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29061 (gdb-memory-mode): Use mouse-face in header line.
29062 (gdb-assembler-buffer-name): Call it disassembly and give frame
29063 in mode line.
29064 (gdb-source-spec-regexp, gdb-assembler-custom)
29065 (gdb-invalidate-assembler, gdb-frame-handler):
29066 Make robust to leading zeroes in address format.
29067
29068 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29069
29070 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29071 define `org-mode'.
29072 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29073
29074 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29075
29076 * log-edit.el (log-edit-changelog-entries): Distinguish between
29077 filenames like xfns.c and fns.c.
29078
29079 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29080
29081 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29082 point after reverting.
29083 (Buffer-menu-make-sort-button): Handle the case where
29084 `Buffer-menu-use-header-line' is nil.
29085
29086 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29087
29088 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29089 New funcs. In minibuffer-local-completion-map bind `]', `/'
29090 and `:' to them.
29091
29092 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29093
29094 * startup.el (normal-top-level): Allow modification of load-path while
29095 we're iterating over it.
29096
29097 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29098
29099 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29100 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29101 (thumbs-resize-interactive, thumbs-insert-image)
29102 (thumbs-insert-thumb, thumbs-dired-show-marked)
29103 (thumbs-find-image-at-point, thumbs-delete-images)
29104 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29105 (thumbs-increment-image-size, thumbs-decrement-image-size):
29106 Fix typos in docstrings.
29107
29108 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29109
29110 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29111 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29112 (cperl-mode): Use them.
29113
29114 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29115
29116 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29117 Doc fixes.
29118
29119 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29120
29121 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29122 Bind C-d to gdb-inferior-io-eof.
29123
29124 * dired.el (dired-dnd-popup-notice): Use message-box.
29125
29126 2005-05-23 Masatake YAMATO <jet@gyve.org>
29127
29128 * bindings.el (mode-line-major-mode-keymap):
29129 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29130
29131 * faces.el (mode-line-highlight): New face.
29132
29133 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29134 as mouse-face.
29135
29136 * bindings.el (top-level, help-echo, mode-line-modified)
29137 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29138 as mouse-face.
29139
29140 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29141
29142 * progmodes/cc-engine.el (c-guess-basic-syntax):
29143 Remove spurious call to `zerop'.
29144
29145 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29146
29147 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29148
29149 CC Mode update to 5.30.10:
29150
29151 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29152 could go past the limit in decoration level 2, thereby causing
29153 errors during interactive fontification.
29154
29155 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29156 the file is evaluated interactively.
29157
29158 * cc-engine.el (c-guess-basic-syntax): Handle operator
29159 declarations somewhat better in C++.
29160
29161 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29162 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29163 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29164 (awk-mode): Use it.
29165 (make-local-hook): Suppress warning about obsoleteness.
29166
29167 * cc-engine.el, cc-align.el, cc-cmds.el
29168 (c-append-backslashes-forward, c-delete-backslashes-forward)
29169 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29170 Compensate for return value from `forward-line' when it has moved
29171 but not to a different line due to eob.
29172
29173 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29174 `objc-method-intro' and `objc-method-args-cont'.
29175
29176 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29177
29178 CC Mode update to 5.30.10:
29179
29180 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29181 in the copyright statement. Incidentally, change "along with GNU
29182 Emacs" to "along with this program" where it occurs.
29183
29184 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29185 so that it is interactive, hence can be found by M-x awk-mode
29186 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29187 <gmorris+emacs@ast.cam.ac.uk>.
29188
29189 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29190 Mode's regexps.
29191
29192 2005-05-23 Kevin Ryde <user42@zip.com.au>
29193
29194 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29195 c-parse-state, to avoid a lisp error (on bad code).
29196
29197 2005-05-23 Lute Kamstra <lute@gnu.org>
29198
29199 * subr.el (font-lock-defaults): Remove defvar as it's already
29200 defined in font-core.el.
29201
29202 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29203
29204 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29205
29206 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29207 more general and work when GDB variable "print pretty" is on,
29208 as with Emacs, for example.
29209
29210 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29211
29212 * font-core.el: Update comment.
29213
29214 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29215 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29216
29217 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29218
29219 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29220
29221 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29222 and `yank-handler' in the doc strings.
29223
29224 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29225
29226 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29227
29228 2005-05-22 Richard M. Stallman <rms@gnu.org>
29229
29230 * help.el (describe-key): Move print-help-return-message call
29231 out of conditional.
29232
29233 * progmodes/etags.el (list-tags): Use with-no-warnings.
29234
29235 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29236 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29237 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29238
29239 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29240
29241 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29242 Add defvar.
29243
29244 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29245 Use defvar, not defconst.
29246
29247 * hexl.el (hexl-follow-line): Use with-no-warnings.
29248
29249 * emulation/tpu-extras.el: Use write-file-functions instead of
29250 write-file-hooks.
29251
29252 * dired.el (dired-font-lock-keywords): Fontify files with junk
29253 extensions even if marked by -F.
29254
29255 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29256
29257 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29258 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29259 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29260 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29261 (concatenate, list-length, get*, getf, cl-remprop):
29262 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29263 (etypecase, progv, lexical-let, lexical-let*)
29264 (multiple-value-bind, multiple-value-setq, shiftf):
29265 Improve argument/docstring consistency.
29266
29267 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29268
29269 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29270
29271 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29272 doesn't exist.
29273
29274 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29275 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29276
29277 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29278
29279 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29280 already deleted variables: auto-fill-hook, blink-paren-hook,
29281 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29282 suspend-hooks, comment-indent-hook, meta-flag,
29283 before-change-function, after-change-function,
29284 font-lock-doc-string-face.
29285
29286 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29287
29288 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29289
29290 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29291
29292 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29293 rmail-dont-reply-to.
29294
29295 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29296
29297 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29298 literal blank when splitting new-header-values.
29299
29300 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29301
29302 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29303 string so that tmm doesn't create a completion entry for it.
29304
29305 * textmodes/table.el (table-disable-menu): Ditto.
29306
29307 2005-05-21 Richard M. Stallman <rms@gnu.org>
29308
29309 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29310
29311 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29312
29313 * net/rcompile.el (remote-compile): Use compilation-start.
29314
29315 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29316
29317 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29318
29319 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29320 Default to makefile-bsdmake-mode on BSD systems.
29321
29322 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29323 REGEXP may also be a search function now. The part of doc-string
29324 for describing the structure was 95% identical to that of
29325 `imenu--generic-function'. Unify it there.
29326
29327 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29328 Use function to find dependencies, because regexp alone is so complex,
29329 it easily goes into an endless loop.
29330 (makefile-makepp-mode): Also add submenu for Perl functions
29331 defined in the makefile.
29332 (makefile-bsdmake-mode): Special imenu-generic-expression no
29333 longer needed, due to function call.
29334 (makefile-match-dependency): Take BOUND into account when checking
29335 if we're through.
29336
29337 2005-05-20 Jay Belanger <belanger@truman.edu>
29338
29339 * calc/calc-units.el (calc-invalidate-units-table):
29340 Use inhibit-read-only.
29341 (math-build-units-table-buffer): Use view-mode.
29342
29343 2005-05-20 David Kastrup <dak@gnu.org>
29344
29345 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29346 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29347
29348 2005-05-20 Lute Kamstra <lute@gnu.org>
29349
29350 * diff-mode.el (diff-header-face, diff-file-header-face)
29351 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29352 (diff-added-face, diff-changed-face, diff-function-face)
29353 (diff-context-face, diff-nonexistent-face): Put them in the
29354 diff-mode customization group.
29355
29356 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29357
29358 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29359
29360 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29361
29362 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29363 Minor regexp-optimization.
29364
29365 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29366
29367 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29368 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29369 (org-agenda-add-time-grid-maybe): New function.
29370 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29371 (org-table-create): `dotimes' instead of `mapcar'.
29372 (org-xor): Simplify implementation.
29373 (org-agenda): `inhibit-redisplay' turned on.
29374 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29375 a consistent line after a state change.
29376 (org-agenda-remove-times-when-in-prefix): New option.
29377 (org-prefix-has-time): New variable.
29378 (org-parse-time-string): Optional argument NODEFAULT.
29379 (org-format-agenda-item): Parse items for time-of-day
29380 specifications and move these into the prefix if possible.
29381 (org-agenda-priority): Get current heading, not previous heading
29382 during agenda remote editing.
29383
29384 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29385
29386 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29387 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29388 (remove-duplicates, delete-duplicates, substitute)
29389 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29390 (nsubstitute-if-not, find, find-if, find-if-not, position)
29391 (position-if, position-if-not, count, count-if, count-if-not)
29392 (mismatch, search, sort*, stable-sort, merge, member*)
29393 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29394 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29395 (intersection, nintersection, set-difference, nset-difference)
29396 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29397 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29398 (nsublis, tree-equal): Improve argument/docstring consistency.
29399
29400 * subr.el (send-string, send-region): Remove obsolescence declaration.
29401 (window-dot, set-window-dot, read-input, show-buffer)
29402 (eval-current-buffer, string-to-int):
29403 Add release number to obsolescence declarations.
29404
29405 2005-05-19 Kim F. Storm <storm@cua.dk>
29406
29407 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29408 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29409
29410 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29411
29412 * faces.el (list-faces-display): Make back button respect optional
29413 regexp arg.
29414
29415 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29416
29417 * calculator.el (calculator-radix-grouping-mode)
29418 (calculator-radix-grouping-digits, calculator-displayer)
29419 (calculator-radix-grouping-separator, calculator-copy-displayer):
29420 * dabbrev.el (dabbrev-search-these-buffers-only):
29421 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29422 (diff-advance-after-apply-hunk, diff-mode-hook)
29423 (diff-minor-mode-prefix):
29424 * imenu.el (imenu-use-popup-menu):
29425 * jit-lock.el (jit-lock-context-time):
29426 * newcomment.el (comment-fill-column, comment-column)
29427 (comment-style, comment-padding, comment-multi-line)
29428 (comment-empty-lines, comment-auto-fill-only-comments):
29429 * reveal.el (reveal-around-mark):
29430 * uniquify.el (uniquify-buffer-name-style)
29431 (uniquify-after-kill-buffer-p)
29432 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29433 (uniquify-min-dir-content, uniquify-separator)
29434 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29435 * w32-vars.el (w32-fixed-font-alist):
29436 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29437 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29438 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29439 * progmodes/perl-mode.el (perl-indent-level)
29440 (perl-continued-statement-offset, perl-continued-brace-offset)
29441 (perl-brace-offset, perl-brace-imaginary-offset)
29442 (perl-label-offset, perl-indent-continued-arguments)
29443 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29444 * progmodes/tcl.el (tcl-indent-level)
29445 (tcl-continued-indent-level, tcl-auto-newline)
29446 (tcl-tab-always-indent, tcl-electric-hash-style)
29447 (tcl-help-directory-list, tcl-use-smart-word-finder)
29448 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29449 (inferior-tcl-source-command):
29450 * textmodes/fill.el (enable-kinsoku):
29451 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29452 * textmodes/table.el (table-yank-handler):
29453 Specify missing group (and type, if simple) in defcustom.
29454
29455 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29456
29457 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29458
29459 2005-05-19 Richard M. Stallman <rms@gnu.org>
29460
29461 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29462
29463 * subr.el (event-basic-type): Don't get an error.
29464 (left-fringe-p): Function deleted.
29465
29466 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29467 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29468
29469 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29470 in recursive copy.
29471
29472 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29473
29474 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29475
29476 * emacs-lisp/bytecomp.el
29477 (byte-compile-file-form-custom-declare-variable):
29478 Call byte-compile-nogroup-warn if appropriate.
29479
29480 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29481 (compilation-set-window): Don't call left-fringe-p; do it directly.
29482
29483 2005-05-19 Jay Belanger <belanger@truman.edu>
29484
29485 * calc/calc-graph.el (calc-graph-format-data): Make sure
29486 var-PlotRejects is bound before trying to check its value.
29487
29488 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29489
29490 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29491 definition of this variable from reftex-global.el to reftex.el,
29492 because it is needed in the menu.
29493
29494 2005-05-19 Lute Kamstra <lute@gnu.org>
29495
29496 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29497 years are fixed. Don't insert a space after a dash.
29498
29499 2005-05-19 Kim F. Storm <storm@cua.dk>
29500
29501 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29502
29503 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29504
29505 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29506 strings, because (eq ... ?\\) is fairly frequent.
29507
29508 * progmodes/make-mode.el (makefile-add-this-line-targets):
29509 Simplify and integrate into `makefile-pickup-targets'.
29510 (makefile-add-this-line-macro): Simplify and integrate into
29511 `makefile-pickup-macros.
29512 (makefile-pickup-filenames-as-targets): Simplify.
29513 (makefile-previous-dependency, makefile-match-dependency):
29514 Don't stumble over `::'.
29515
29516 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29517
29518 * subr.el (post-command-idle-hook, post-command-idle-delay):
29519 Remove obsoletion of post-command-idle-hook and
29520 post-command-idle-delay.
29521
29522 * faces.el (list-faces-display): Provide button when describe-face
29523 is called to take user back to the list of faces.
29524
29525 * help-fns.el (describe-variable): Remove hyperlinks in a
29526 variable's value as these are quite frequently inappropriate.
29527
29528 * follow.el (follow-submit-feedback, follow-mode):
29529 Remove references to post-command-idle-hook.
29530
29531 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29532
29533 * progmodes/make-mode.el (makefile-previous-dependency)
29534 (makefile-match-dependency): Check for := (and in bsd mode also
29535 !=) to give a better result, even when font-lock is not on.
29536
29537 2005-05-18 Jay Belanger <belanger@truman.edu>
29538
29539 * calc/calc-help.el (calc-s-prefix-help):
29540 Add `calc-copy-special-constant' to help string.
29541
29542 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29543
29544 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29545
29546 2005-05-18 Jay Belanger <belanger@truman.edu>
29547
29548 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29549 in linear factors are in proper order.
29550
29551 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29552
29553 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29554 Support for jurabib.
29555
29556 * textmodes/reftex.el (featurep): Define aliases for overlay
29557 commands, for XEmacs compatibility, and use these aliases in
29558 overlay initializations.
29559 (reftex-highlight): Use `reftex-move-overlay'.
29560 (reftex-unhighlight): Use `reftex-delete-overlay'.
29561 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29562 (reftex-access-search-path): Use `reftex-uniquify' instead of
29563 `reftex-uniq'.
29564
29565 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29566 `before-string' property modification enables for Emacs as well.
29567 (reftex-select-item): Use `reftex-delete-overlay'.
29568 (reftex-select-mark): Use `reftex-make-overlay' and
29569 `reftex-overlay-put'.
29570 (reftex-select-unmark): Use `reftex-delete-overlay' and
29571 `reftex-overlay-put'.
29572
29573 2005-05-18 Lute Kamstra <lute@gnu.org>
29574
29575 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29576
29577 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29578
29579 * add-log.el (add-change-log-entry):
29580 * array.el (array-make-template, array-reconfigure-rows)
29581 (array-init-max-row, array-init-max-column)
29582 (array-init-columns-per-line, array-init-field-width):
29583 * replace.el (replace-match-maybe-edit, perform-replace):
29584 * textmodes/spell.el (spell-region):
29585 Replace `read-input' by `read-string'.
29586
29587 * forms.el (forms-mode):
29588 * finder.el (finder-compile-keywords):
29589 * shadowfile.el (shadow-read-files):
29590 Replace `eval-current-buffer' by `eval-buffer'.
29591
29592 * terminal.el (te-pass-through):
29593 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29594 (ange-ftp-raw-send-cmd):
29595 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29596 (send-process-next-char, telnet-initial-filter, telnet):
29597 Replace `send-string' by `process-send-string'.
29598
29599 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29600 (prolog-consult-region): Replace `send-string' by
29601 `process-send-string'; replace `send-region' by `process-send-region'.
29602
29603 * progmodes/delphi.el (delphi-log-msg):
29604 Replace `set-window-dot' by `set-window-point'.
29605
29606 * subr.el (window-dot, set-window-dot, read-input, send-string)
29607 (send-region, show-buffer, eval-current-buffer):
29608 Make really obsolete, as the comment says.
29609
29610 2005-05-17 Kim F. Storm <storm@cua.dk>
29611
29612 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29613 (cua--init-keymaps): Bind C-return instead of S-return to set
29614 rectangle mark.
29615
29616 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29617 instead of S-return to toggle/clear rectangle mark.
29618
29619 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
29620
29621 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29622 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29623 Also fontify plain strings assigned to variables, mostly so that a
29624 colon has a face and is thus not taken as a dependency separator.
29625 (makefile-previous-dependency): Inline the new matcher, because it
29626 is too complex to work in both directions.
29627 (makefile-match-dependency): Eliminate `backward' arg (see above).
29628 Completely reimplemented so as to not sometimes go into an endless
29629 loop. It should also be more efficient, because first it only
29630 searches for `:', instead of applying the very complex regexp.
29631 (makefile-mode): Cancel `font-lock-support-mode', because blocks
29632 to be fontified in one piece can be too long for JIT.
29633 Makefiles are never *that* big.
29634
29635 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
29636
29637 * dired.el (dired-mode): Simplify.
29638
29639 2005-05-17 Lute Kamstra <lute@gnu.org>
29640
29641 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29642 defcustom for the mode hook variable.
29643
29644 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29645 Emacs Lisp Reference Manual.
29646
29647 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
29648
29649 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29650 (evenp, list*):
29651 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29652 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29653
29654 * net/tramp-smb.el (tramp-smb-open-connection):
29655 Pass `tramp-chunksize' as fifth (required) argument.
29656
29657 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
29658
29659 * font-lock.el (lisp-font-lock-keywords-1):
29660 Set `font-lock-negation-char-face' for [^...] char group.
29661 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29662
29663 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29664 a var, and refine it to mask one more level of nested vars.
29665 (makefile-rule-action-regex): Turn it into a var, and refine it so
29666 it recognizes backslashed continuation lines as belonging to the
29667 same command.
29668 (makefile-macroassign-regex): Refine it so it recognizes
29669 backslashed continuation lines as belonging to the same command.
29670 (makefile-var-use-regex): Don't look at the next char, because it
29671 might be the same one to be skipped by the initial [^$], leading
29672 to an overlooked variable use.
29673 (makefile-make-font-lock-keywords): Remove two parameters, which
29674 are now variables that some of the modes set locally.
29675 Handle dependency and rule action matching through functions, because
29676 regexps alone match too often. Dependency matching now comes
29677 last, so it can check, whether a colon already matched something else.
29678 (makefile-mode): Inform that font-lock improves makefile parsing
29679 capabilities.
29680 (makefile-match-dependency, makefile-match-action): New functions.
29681
29682 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
29683
29684 * emacs-lisp/cl-extra.el (equalp): Doc fix.
29685
29686 * align.el (align-regexp):
29687 * ansi-color.el (ansi-color-get-face):
29688 * array.el (array-reconfigure-rows, array-init-max-row)
29689 (array-init-max-column, array-init-columns-per-line)
29690 (array-init-field-width):
29691 * dired-aux.el (dired-trample-file-versions):
29692 * dired-x.el (dired-mark-sexp):
29693 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29694 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29695 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29696 * faces.el (face-read-integer):
29697 * files.el (backup-extract-version, insert-directory):
29698 * hexl.el (hexl-insert-decimal-char):
29699 * server.el (server-process-filter):
29700 * shell.el (shell-extract-num):
29701 * startup.el (command-line-1):
29702 * term.el (term-command-hook):
29703 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29704 (time-stamp-do-number):
29705 * time.el (display-time-update):
29706 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29707 (timezone-fix-time):
29708 * vms-patch.el (vms-suspend-resume-hook):
29709 * calendar/appt.el (appt-convert-time):
29710 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29711 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29712 * calendar/cal-islam.el (mark-islamic-diary-entries):
29713 * calendar/calendar.el (calendar-cursor-to-date)
29714 (calendar-star-date):
29715 * calendar/diary-lib.el (diary-attrtype-convert)
29716 (mark-diary-entries, diary-entry-time):
29717 * calendar/solar.el (solar-get-number):
29718 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29719 * emacs-lisp/re-builder.el (reb-display-subexp):
29720 * emulation/edt.el (edt-set-scroll-margins):
29721 * emulation/tpu-extras.el (tpu-set-scroll-margins):
29722 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29723 (vip-get-ex-count):
29724 * emulation/viper-ex.el (viper-get-ex-token)
29725 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29726 * international/fontset.el (fontset-plain-name):
29727 * mail/feedmail.el (feedmail-look-at-queue-directory):
29728 * mail/mailalias.el (mail-get-names):
29729 * mail/rmail.el (rmail-convert-to-babyl-format):
29730 * mail/rmailsum.el (rmail-make-basic-summary-line)
29731 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29732 (rmail-summary-goto-msg):
29733 * mail/smtpmail.el (smtpmail-read-response):
29734 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29735 (ange-ftp-vms-add-file-entry):
29736 * play/gametree.el (gametree-looking-at-ply)
29737 (gametree-current-branch-score):
29738 * progmodes/ada-xref.el (ada-prj-find-prj-file)
29739 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29740 * progmodes/cperl-mode.el (condition-case):
29741 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29742 (ebrowse-set-member-buffer-column-width)
29743 (ebrowse-select-1st-to-9nth):
29744 * progmodes/etags.el (etags-snarf-tag):
29745 * progmodes/flymake.el (flymake-parse-line):
29746 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29747 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29748 (idlwave-shell-menu-def):
29749 * progmodes/ps-mode.el (ps-run-goto-error):
29750 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29751 (vhdl-speedbar-contract-level):
29752 * term/mac-win.el (x-handle-numeric-switch):
29753 * term/sun-mouse.el (sun-get-frame-data):
29754 * term/w32-win.el (x-handle-numeric-switch):
29755 * term/x-win.el (x-handle-numeric-switch):
29756 * textmodes/ispell.el (ispell-parse-output):
29757 * textmodes/nroff-mode.el (nroff-outline-level):
29758 * textmodes/reftex-cite.el (reftex-bib-sort-year)
29759 (reftex-bib-sort-year-reverse, reftex-format-citation):
29760 * textmodes/reftex-parse.el (reftex-init-section-numbers)
29761 (reftex-section-number):
29762 * textmodes/texinfmt.el (texinfo-paragraphindent):
29763 Replace `string-to-int' by `string-to-number'.
29764
29765 * international/latexenc.el: Add page marker to force the "Local
29766 Variables:" string out of the last page.
29767
29768 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29769
29770 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29771 tooltip-change-major-mode.
29772 (gud-tooltip-print-command): Remove case where gud-minor-mode
29773 is gdb ("--fullname").
29774 (gud-tooltip-tips): Turn GUD tooltips off for this case and
29775 explain to user.
29776
29777 2005-05-16 Jay Belanger <belanger@truman.edu>
29778
29779 * calc/calc-store.el (calc-copy-special-constant): New function.
29780
29781 * calc/calc-ext.el (calc-init-extensions): Add binding for
29782 `calc-copy-special-constant'.
29783
29784 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29785 for the `calc-copy-special-constant' command.
29786
29787 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29788
29789 * subr.el (left-fringe-p): New function.
29790
29791 * progmodes/compile.el (compilation-setup): Set local value of
29792 overlay-arrow-string to "" always.
29793 (compilation-set-window): Left fringe then don't scroll.
29794 No left fringe then no arrow and scroll message to top.
29795 (compilation-context-lines): Adjust doc string accordingly.
29796
29797 2005-05-16 Kim F. Storm <storm@cua.dk>
29798
29799 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29800 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29801 (ido-wide-find-dir-or-delete-dir): New command for M-d.
29802 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
29803 (ido-read-file-name): Handle commands with ido property value
29804 equal to find-file as reading a file name, to allow C-d to enter dired.
29805 (ibuffer-find-file): Add ido property with value find-file.
29806
29807 2005-05-15 Kim F. Storm <storm@cua.dk>
29808
29809 * subr.el (open-network-stream-nowait): Remove.
29810 (open-network-stream-server): Remove.
29811
29812 2005-05-15 Richard M. Stallman <rms@gnu.org>
29813
29814 * faces.el (describe-face): Output a definition link button.
29815
29816 * help-mode.el (help-face-def): New button type.
29817
29818 * emacs-lisp/copyright.el (copyright-fix-years):
29819 Match properly if the first year is 2-digit.
29820 Don't mess up the whitespace after the years by filling.
29821
29822 * dired-aux.el (dired-mark-confirm):
29823 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29824
29825 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29826 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29827 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29828
29829 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29830 Set font-lock-comment-start-skip.
29831
29832 * font-lock.el (font-lock-comment-start-skip): New variable.
29833 (font-lock-comment-end-skip): New variable.
29834 (font-lock-fontify-syntactically-region): Use them if non-nil.
29835
29836 2005-05-15 Jay Belanger <belanger@truman.edu>
29837
29838 * calc/calc-store.el (calc-store-value): Return a string rather
29839 than display it as a message.
29840 Use calc-var-name for variable name.
29841 (calc-store-into): Add the result of calc-store-value to message.
29842 (calc-copy-variable): Add a message.
29843 (calc-store-exchange): Improve error messages.
29844 (calc-store-binary, calc-store-map): Don't reset the values of
29845 special constants.
29846
29847 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
29848
29849 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29850 manual to docstring.
29851
29852 * files.el (hack-local-variables-confirm): Add STRING argument.
29853 Make the function handle non file visiting buffers correctly.
29854 (hack-local-variables-prop-line, hack-local-variables)
29855 (hack-one-local-variable): Use STRING arg of
29856 `hack-local-variables-confirm'.
29857
29858 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
29859
29860 Sync with Tramp 2.0.49.
29861
29862 * net/tramp.el (tramp-handle-dired-call-process)
29863 (tramp-handle-insert-directory):`insert-buffer' cannot be used
29864 because the contents of the Tramp buffer is changed before
29865 insertion (`expand-file' and alike).
29866 (tramp-handle-insert-directory): If `localname' has an empty
29867 nondirectory name, it must not be quoted.
29868 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
29869 variable `tramp-chunksize'. Change callees.
29870 (tramp-open-connection-setup-interactive-shell): Check remote host
29871 for buggy `send-process-string' implementation.
29872 Set `tramp-chunksize' if found. Reported by Michael Kifer
29873 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29874 (tramp-handle-shell-command): `insert-buffer' cannot be used
29875 because the contents of the Tramp buffer is changed before
29876 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29877 <frederic.bothamy@free.fr>.
29878 (tramp-set-auto-save): Actions should be done for Tramp file name
29879 handler only. Ange-FTP has its own auto-save mechanism.
29880 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29881 (tramp-set-auto-save-file-modes): Set file modes of
29882 `buffer-auto-save-file-name' to ?\600 as fallback solution.
29883 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29884 (tramp-bug): Remove obsolete variable.
29885 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
29886 for presence of `mml-mode'. Make it running for older Emacsen as well.
29887
29888 2005-05-14 John Paul Wallington <jpw@pobox.com>
29889
29890 * ibuf-ext.el (define-ibuffer-filter filename):
29891 If `dired-directory' is a list, use its car.
29892
29893 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
29894
29895 * ibuffer.el (define-ibuffer-column filename):
29896 If `dired-directory' is a list, use its car.
29897
29898 2005-05-14 Richard M. Stallman <rms@gnu.org>
29899
29900 * subr.el (symbol-file): Doc fix.
29901
29902 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29903 (byte-compile-form): Call byte-compile-nogroup-warn.
29904 (byte-compile-warning-types): Doc fix.
29905
29906 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29907
29908 * progmodes/cc-engine.el (c-literal-faces):
29909 Add font-lock-comment-delimiter-face.
29910
29911 * net/net-utils.el (dig): Use with-no-warnings.
29912
29913 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29914 (sc-recite-frame-alist, sc-default-cite-frame)
29915 (sc-default-uncite-frame, sc-default-recite-frame)
29916 (sc-attrib-selection-list, sc-rewrite-header-list):
29917 Mark as risky-local-variable.
29918
29919 * international/ogonek.el (ogonek-jak, ogonek-how):
29920 Don't use beginning-of-buffer.
29921
29922 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29923
29924 * calendar/solar.el (solar-data-list): Move definition up.
29925
29926 * dnd.el (dnd-protocol-alist): Add autoload.
29927
29928 * progmodes/sh-script.el: Many doc usage fixes.
29929 (sh-indent-after-do): Change default to match common styles.
29930
29931 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
29932
29933 * files.el (interpreter-mode-alist)
29934 (auto-mode-interpreter-regexp): Doc fixes.
29935
29936 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
29937
29938 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29939
29940 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29941
29942 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29943
29944 * dired.el (dired-mode): make-variable-buffer-local =>
29945 make-local-variable.
29946
29947 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29948
29949 * term/mac-win.el (mac-select-convert-to-string): Try coding
29950 systems in mac-script-code-coding-systems if specified one cannot
29951 encode string for `com.apple.traditional-mac-plain-text'.
29952
29953 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
29954
29955 * progmodes/make-mode.el (makefile-targets-face)
29956 (makefile-shell-face, makefile-makepp-perl-face): New faces.
29957 (makefile-dependency-regex): Fix it to not make the colon in
29958 $(var:a=b) special.
29959 (makefile-rule-action-regex): New regexp for highlighting embedded
29960 Shell strings.
29961 (makefile-macroassign-regex): Handle != for highlighting as
29962 embedded Shell strings.
29963 (makefile-var-use-regex): New const.
29964 (makefile-statements, makefile-automake-statements)
29965 (makefile-gmake-statements, makefile-makepp-statements)
29966 (makefile-bsdmake-statements): New consts.
29967 (makefile-make-font-lock-keywords): New function.
29968 (makefile-automake-font-lock-keywords)
29969 (makefile-gmake-font-lock-keywords)
29970 (makefile-makepp-font-lock-keywords)
29971 (makefile-bsdmake-font-lock-keywords): New consts.
29972 (makefile-mode-map): Add switchers between the various submodes.
29973 (makefile-mode): Document the availability of the variants.
29974 (makefile-automake-mode, makefile-gmake-mode)
29975 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29976
29977 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29978 new variants of makefile-mode.
29979
29980 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29981
29982 * font-lock.el (font-lock-comment-delimiter-face): Fix up
29983 the inheritance.
29984
29985 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
29986
29987 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29988 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29989
29990 * files.el (normal-mode): Extend the scope of the
29991 `enable-local-variables' binding to include the `set-auto-mode' call.
29992 (magic-mode-alist): Doc fix.
29993
29994 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29995
29996 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29997 font-lock-comment-face rather than copying its setting.
29998
29999 2005-05-12 Andreas Schwab <schwab@suse.de>
30000
30001 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30002
30003 2005-05-12 Lute Kamstra <lute@gnu.org>
30004
30005 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30006 defcustom for the mode hook variable. Delete the last argument.
30007 * generic-x.el: Fix callers of define-generic-mode.
30008 (generic-x-modes): Delete group.
30009 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30010 generic-x customization group.
30011
30012 2005-05-12 Kim F. Storm <storm@cua.dk>
30013
30014 * font-lock.el (font-lock-negation-char-face): Default to "off".
30015
30016 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30017 font-lock-negation-char-face to ! in !=.
30018
30019 2005-05-12 Masatake YAMATO <jet@gyve.org>
30020
30021 * add-log.el (find-change-log): Fix typos in the docstring
30022 of function.
30023
30024 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30025
30026 * international/latexenc.el (latexenc-find-file-coding-system):
30027 Avoid `re-search-forward' when looking for input encoding because
30028 of speed and safety. Better regular expressions for recognizing
30029 input encoding. Limit a search for TeX-master/tex-main-file to
30030 the local variable section.
30031
30032 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30033
30034 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30035 syntax of $ to "'" (quote).
30036
30037 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30038
30039 * dnd.el (dnd-protocol-alist): Improve custom type.
30040
30041 * dired.el (dired-dnd-protocol-alist): New variable.
30042 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30043 `dired-mode-hook' to the end.
30044
30045 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30046
30047 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30048 comment-end if comment-start-skip is not set.
30049 Obey the font-lock-comment-delimiter-face variables.
30050
30051 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30052
30053 * files.el (executable-find): Move from executable.el. Use
30054 locate-file.
30055 * progmodes/executable.el (executable-find): Move to files.el.
30056
30057 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30058 when trying to ensure forward progress.
30059
30060 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30061
30062 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30063 (mouse-select, mouse-select-internal, mouse-extend-internal):
30064 Use it to implement mouse-1-click-follows-link functionality.
30065
30066 2005-05-11 Richard M. Stallman <rms@gnu.org>
30067
30068 * font-lock.el (font-lock-fontify-syntactically-region):
30069 Use font-lock-comment-delimiter-face for comment delimiters.
30070
30071 2005-05-10 Jay Belanger <belanger@truman.edu>
30072
30073 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30074 preserving embedded modes.
30075
30076 2005-05-10 Richard M. Stallman <rms@gnu.org>
30077
30078 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30079
30080 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30081 Move from ada-stmt.el.
30082 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30083
30084 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30085 Move to ada-mode.el.
30086 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30087
30088 * cus-edit.el (custom-file): Call file-chase-links.
30089
30090 * files.el (read-directory-name): Fix previous change.
30091 (hack-local-variables-confirm): New function.
30092 (hack-local-variables-prop-line, hack-local-variables)
30093 (hack-one-local-variable): Use it.
30094
30095 2005-05-10 Lute Kamstra <lute@gnu.org>
30096
30097 * font-lock.el (font-lock-keywords-alist)
30098 (font-lock-removed-keywords-alist): Clarify docstrings.
30099
30100 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30101
30102 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30103 (gdb-source-info): Check for preprocessor info.
30104 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30105 a macro for a function.
30106 (gdb-info-breakpoints-custom): Try to find file again if not already
30107 found (user might have used GDB dir command).
30108 (gdb-get-location): Update gdb-location-alist correctly for change
30109 to gdb-info-breakpoints-custom.
30110
30111 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30112 (gud-tooltip-print-command): Add gdbmi case.
30113 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30114 preprocessor info.
30115
30116 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30117
30118 * startup.el (fancy-splash-insert): Fix typo in doc string.
30119
30120 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30121
30122 * obsolete/float.el (string-to-float):
30123 * obsolete/hilit19.el (hilit-add-pattern):
30124 * obsolete/rnews.el (news-parse-range, news-select-message)
30125 (news-get-pruned-list-of-files): Replace `string-to-int' by
30126 `string-to-number'.
30127
30128 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30129 `find-file-not-found-hooks'; use `add-hook'.
30130 (uncompress-while-visiting): Set `write-file-functions', not
30131 `write-file-hooks'; use `add-hook'.
30132
30133 2005-05-09 Kim F. Storm <storm@cua.dk>
30134
30135 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30136 (cua-paste): Handle clipboard action.
30137 (cua--init-keymaps): Remap clipboard-kill-region and
30138 clipboard-kill-ring-save.
30139
30140 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30141
30142 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30143 Improve commentary.
30144
30145 * simple.el (next-error-overlay-arrow-position): Revert the change
30146 made on 2005-04-30.
30147
30148 2005-05-07 Jay Belanger <belanger@truman.edu>
30149
30150 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30151 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30152 `calc-sel-reselect'.
30153
30154 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30155 Calc is in embedded mode.
30156
30157 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30158
30159 * progmodes/compile.el (compilation-setup):
30160 Set overlay-arrow-string to an empty string on text terminals.
30161
30162 * textmodes/ispell.el (ispell-program-name): Try looking for
30163 "aspell" along exec-path, and if found, use it as the default
30164 speller program.
30165
30166 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30167
30168 * international/mule.el (sgml-xml-auto-coding-function):
30169 Recognize encoding='FOO' in single quotes as well as in double quotes.
30170
30171 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30172
30173 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30174 as well as `interactive', so that defmacro* would recognize
30175 `declare' forms.
30176
30177 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30178
30179 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30180 Explain more about the LIGHTER arg's usage in the doc string.
30181 Add commentary to clarify what the code does. Fix the regexp that
30182 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30183 since it could have characters special to regular expressions.
30184
30185 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30186
30187 * replace.el (occur-1): Bind inhibit-read-only so that
30188 erase-buffer doesn't barf on read-only text properties (likewise
30189 for add-text-properties in occur-engine). Mark buffer as unmodified.
30190 (occur-engine): Don't set buffer-read-only here.
30191
30192 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30193
30194 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30195 list-buffers-directory. This caused the *cvs-commit* buffer to be
30196 sometimes mistakenly reused as a *cvs* buffer.
30197
30198 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30199
30200 * tooltip.el: Move code for GUD tooltips into gud.el.
30201 (require): CL no longer needed to compile case.
30202 (tooltip-mode): Do not toggle functions for GUD tooltips.
30203 (tooltip-gud-tips-p): Remove. Replace with minor mode
30204 gud-tooltip-mode in gud.el.
30205 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30206 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30207 tooltip-gud prefix with gud-tooltip and obsolete.
30208 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30209 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30210 (tooltip-mouse-motion): Mouse movement functions/variable.
30211 Rename in gud.el by adding gud prefix.
30212 (tooltip-gud-original-filter, tooltip-gud-dereference)
30213 (tooltip-gud-event, tooltip-toggle-gud-tips)
30214 (tooltip-gud-process-output, tooltip-gud-print-command)
30215 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30216 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30217 (gdb-tooltip-print): Move to gdb-ui.el.
30218
30219 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30220 (require): CL needed to compile case.
30221 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30222 tooltip-gud-tips-p. Make it a minor-mode.
30223 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30224 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30225 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30226 (gud-tooltip-change-major-mode)
30227 (gud-tooltip-activate-mouse-motions-if-enabled)
30228 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30229 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30230 (gud-tooltip-original-filter, gud-tooltip-dereference)
30231 (gud-tooltip-event, tooltip-toggle-gud-tips)
30232 (gud-tooltip-process-output, gud-tooltip-print-command)
30233 (gud-tooltip-tips): Move from tooltip.el.
30234
30235 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30236 (gdb-cpp-define-alist-flags): Doc fix.
30237 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30238 gud-tooltip-mode is t.
30239
30240 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30241
30242 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30243 evaporate if their text is deleted.
30244 (goto-address-at-point): Make it work as a mouse binding as well.
30245 (goto-address-at-mouse): Obsolete it. Update users.
30246
30247 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30248
30249 * calendar/appt.el (top-level): No longer activate on load.
30250
30251 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30252
30253 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30254 * net/webjump.el (webjump):
30255 * progmodes/idlw-help.el (idlwave-do-context-help1)
30256 (idlwave-highlight-linked-completions):
30257 * textmodes/po.el (po-find-file-coding-system-guts):
30258 Replace `assoc-ignore-case' by `assoc-string'.
30259
30260 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30261
30262 * files.el (locate-file): Doc fix.
30263
30264 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30265 Remove the redundant test for ms-dos.
30266
30267 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30268 look for the preprocessor with exec-suffixes. If not found in
30269 standard places, look in exec-path. Remove most of the tests that
30270 used system-type.
30271
30272 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30273
30274 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30275
30276 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30277 file-name clash with jka-compr.el on 8+3 filesystems.
30278
30279 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30280
30281 * term/mac-win.el: Don't define or bind scroll bar functions if
30282 x-toolkit-scroll-bars is t.
30283 (x-select-text, x-get-selection-value): Clear
30284 x-last-selected-text-clipboard if x-select-enable-clipboard is
30285 nil.
30286 (PRIMARY): Put mac-scrap-name property.
30287 (mac-select-convert-to-file-url): New function.
30288 (public.file-url): New selection target type. Add to
30289 selection-converter-alist.
30290 (x-get-selection, x-selection-value): Handle it.
30291 (x-cut-buffer-or-selection-value): New alias.
30292
30293 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30294
30295 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30296 entry to avoid calling bibtex-find-entry with arg global
30297 being t. Remove arg key.
30298 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30299 (bibtex-copy-summary-as-kill): Change accordingly.
30300
30301 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30302
30303 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30304 (org-agenda-date-later): Use with-current-buffer.
30305
30306 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30307
30308 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30309 (define-obsolete-variable-alias): Doc Fixes.
30310
30311 2005-05-06 Kim F. Storm <storm@cua.dk>
30312
30313 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30314 vertical-motion when selective-display is active.
30315
30316 * ido.el (ido-setup-hook): New hook.
30317 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30318 (ido-input-stack): New var.
30319 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30320 ido-next-work-file binding to M-O.
30321 Bind M-f to ido-wide-find-file-or-pop-dir.
30322 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30323 (ido-read-internal): Run ido-setup-hook.
30324 Catch quit in read-file-name and read-string to cancel edit.
30325 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30326 Automatically pop-all when completing a directory name (RET).
30327 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30328 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30329 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30330 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30331 New functions for M-b/M-f to move among the directory components.
30332 (ido-make-merged-file-list): Catch quit to cancel merge.
30333 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30334 (ido-completion-help): No warnings for ido-completion-buffer-full.
30335
30336 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30337
30338 * font-lock.el (font-lock-negation-char-face): New face and variable.
30339 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30340 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30341 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30342 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30343
30344 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30345
30346 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30347 Fix typo in docstring.
30348
30349 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30350 (ebrowse-print-statistics-line)
30351 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30352
30353 * term/w32-win.el (image-library-alist): Add additional name for
30354 Xpm library.
30355
30356 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30357
30358 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30359 use gcc instead of cpp.
30360
30361 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30362 (gdb-create-define-alist): Use it.
30363 (gdb-cpp-define-alist-program): Update for MS-DOS.
30364
30365 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30366
30367 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30368
30369 2005-05-04 Richard M. Stallman <rms@gnu.org>
30370
30371 * help.el (describe-key): No error when UNTRANSLATED is nil.
30372
30373 * simple.el (line-move-1): Fix previous change to signal errors
30374 appropriately.
30375
30376 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30377
30378 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30379 (icalendar-duration-correction): Remove.
30380 (icalendar--get-event-properties): Split result at commas.
30381 (icalendar--decode-isoduration): New optional argument
30382 DURATION-CORRECTION.
30383 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30384 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30385 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30386 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30387 (icalendar--convert-anniversary-to-ical): New functions, extracted
30388 from icalendar-export-region, with bug fixes.
30389 (icalendar-export-region): Use the above functions.
30390 (icalendar-import-buffer): Check before saving diary file.
30391 (icalendar--convert-recurring-to-diary)
30392 (icalendar--convert-non-recurring-all-day-to-diary)
30393 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30394 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30395 (icalendar--convert-ical-to-diary): Use the above functions.
30396
30397 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30398
30399 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30400 Remove these recent additions.
30401 (c-mode): Restore to before 2005-04-28.
30402
30403 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30404 recent addition.
30405
30406 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30407 (gdb-define-alist): New variables.
30408 (gdb-create-define-alist): New function.
30409 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30410 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30411 with string-to-number.
30412 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30413
30414 * progmodes/gud.el: Replace string-to-int with string-to-number.
30415 (gud-find-file): Handle gdb-define-alist.
30416
30417 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30418
30419 2005-05-02 Jay Belanger <belanger@truman.edu>
30420
30421 * calc/calc-aent.el (math-read-token):
30422 * calc/calc-bin.el (calc-word-size):
30423 * calc/calc-ext.el (calc-read-number-fancy):
30424 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30425 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30426 * calc/calc-frac.el (calc-over-notation):
30427 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30428 (calc-graph-num-points, calc-graph-init):
30429 * calc/calc-prog.el (calc-read-parse-table-part)
30430 (calc-edit-macro-repeats):
30431 * calc/calc-yank.el (calc-do-grab-rectangle):
30432 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30433 Replace `string-to-int' by `string-to-number'.
30434
30435 2005-05-02 Kim F. Storm <storm@cua.dk>
30436
30437 * kmacro.el: Use executing-kbd-macro-index variable.
30438
30439 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30440
30441 * net/rlogin.el (rlogin-parse-words): Delete func.
30442 (rlogin): Use split-string, not rlogin-parse-words.
30443 Also, if there are option-like elements in the parsed args,
30444 take the host to be the first arg immediately following them.
30445 Suggested by Michael Mauger.
30446
30447 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30448
30449 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30450
30451 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30452
30453 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30454 (cc-mode-cpp-program): Rename to cc-define-list-program and
30455 move to cc-vars.el.
30456
30457 * progmodes/cc-vars.el (cc-define-list-program):
30458 Change to "gcc -E -dM -". Make customizable.
30459
30460 2005-05-02 Kim F. Storm <storm@cua.dk>
30461
30462 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30463
30464 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30465
30466 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30467
30468 * international/mule-util.el (truncate-string): Remove alias and
30469 obsolete declaration.
30470
30471 * international/mule-cmds.el (update-iso-coding-systems):
30472 Remove alias and obsolete declaration.
30473
30474 * international/mule.el (coding-system-parent): Remove alias and
30475 obsolete declaration.
30476
30477 * subr.el (define-function, sref): Remove aliases and obsolete
30478 declarations.
30479 (chars-in-region): Remove obsolete declaration.
30480
30481 2005-05-01 Richard M. Stallman <rms@gnu.org>
30482
30483 * info.el (Info-mode): Set widen-automatically to nil, locally.
30484
30485 * simple.el (widen-automatically): New variable.
30486 (pop-global-mark): Obey widen-automatically.
30487
30488 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30489
30490 * term/xterm.el (function-key-map): Call substitute-key-definition
30491 before the keymap size is increased by a lot of define-key calls.
30492
30493 2005-05-01 Richard M. Stallman <rms@gnu.org>
30494
30495 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30496 Rename ARG to ELEMENT. Doc fix.
30497
30498 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30499
30500 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30501 Remove references to allout-exposure/change to allout-new-exposure.
30502
30503 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30504 bytecode symbols.
30505
30506 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30507 (compiled-function-p, focus-frame, unfocus-frame):
30508 Remove aliases and obsolete declarations.
30509 Back out inadvertent changes from previous commit.
30510
30511 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30512
30513 * files.el (require-final-newline): Make Custom tags consistent
30514 with mode-require-final-newline.
30515 (mode-require-final-newline): Doc fix.
30516
30517 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30518
30519 * international/latexenc.el (latexenc-find-file-coding-system):
30520 Fix regular expressions.
30521
30522 2005-05-01 David Kastrup <dak@gnu.org>
30523
30524 * international/latexenc.el (latexenc-find-file-coding-system):
30525 Fix regular expressions.
30526
30527 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30528
30529 * subr.el (string-to-int): Make obsolete.
30530
30531 2005-04-30 Richard M. Stallman <rms@gnu.org>
30532
30533 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30534
30535 * loadup.el: load jka-comp-hook.
30536
30537 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30538 (jka-compr-handler): Add autoload. `put' calls moved
30539 to jka-comp-hook.el.
30540 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30541 (jka-compr-inhibit): Autoload.
30542
30543 * jka-comp-hook.el: New file.
30544 Enable the mode by default.
30545
30546 * files.el (backup-buffer-copy): Use copy-file instead
30547 of write-region, and put back the 'excl.
30548
30549 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30550
30551 * progmodes/flymake.el (flymake-split-string)
30552 (flymake-split-string, flymake-log, flymake-pid-to-names)
30553 (flymake-reg-names, flymake-get-source-buffer-name)
30554 (flymake-unreg-names, flymake-add-line-err-info)
30555 (flymake-add-err-info): Clarify docstrings.
30556 (flymake-popup-menu, flymake-make-emacs-menu)
30557 (flymake-make-xemacs-menu): Add docstrings.
30558 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30559 Set variables directly throughout.
30560
30561 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30562
30563 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30564 exists. Initialize cc-define-alist.
30565 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30566 If there is no file (Macroexpansion) don't create an alist.
30567
30568 2005-04-29 Sam Steingold <sds@gnu.org>
30569
30570 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30571 (cc-create-define-alist): Use it instead of the hard-coded string.
30572
30573 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30574
30575 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30576 for latexenc.
30577
30578 2005-04-29 Lute Kamstra <lute@gnu.org>
30579
30580 * emacs-lisp/generic.el: Improve commentary section.
30581 (define-generic-mode): Improve docstring.
30582
30583 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30584
30585 * textmodes/org.el (many places): Change to quiet the byte compiler.
30586 (org-prefix-format-compiled): New variable.
30587 (org-compile-prefix-format): New function.
30588 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30589 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30590 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30591 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30592 consistency with entries from `org-mode' files.
30593 (org-get-time-of-day): Fix bug with partial matches early in a line.
30594 (org-non-link-chars): New constant.
30595 (org-link-regexp): Respect `org-non-link-chars'.
30596 (org-agenda-day-view): Remove command.
30597 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30598 (org-follow-bbdb-link, org-store-link): Search also company field.
30599 (org-highlight-overlay): New variable.
30600 (org-highlight, org-unhighlight): New functions.
30601 (org-agenda-mode): Add pre-command-hook to remove highlight.
30602 (org-evaluate-time-range): Behavior depends upon whether time stamp
30603 contains a time or not.
30604 (org-show-subtree, org-show-entry): New functions.
30605 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30606
30607 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30608
30609 * comint.el (comint-output-filter-functions): Add autoload cookie.
30610
30611 2005-04-28 Kim F. Storm <storm@cua.dk>
30612
30613 * ido.el (ido-everywhere): Fix last change.
30614
30615 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30616
30617 * international/latexenc.el: New file.
30618 * international/mule-conf.el (file-coding-system-alist): For .tex,
30619 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30620
30621 2005-04-28 Lute Kamstra <lute@gnu.org>
30622
30623 * font-lock.el (font-lock-add-keywords)
30624 (font-lock-remove-keywords): Clarify docstring.
30625 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30626 Don't start docstrings with a `*'.
30627 (font-lock-update-removed-keyword-alist): Give it a docstring.
30628
30629 * generic-x.el: Update commentary section.
30630 Only require font-lock when compiling.
30631 Define all modes conditionally.
30632 Place all generic modes in the generic-x-modes customization group.
30633 (generic-x-modes): New customization group.
30634 (generic-default-modes, generic-mswindows-modes)
30635 (generic-unix-modes, generic-other-modes): New constants.
30636 (generic-define-mswindows-modes, generic-define-unix-modes):
30637 Update docstrings. Make them obsolete.
30638 (generic-extras-enable-list): New default value. Update docstring.
30639 Improve :type. Change :set function.
30640 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30641 Fix docstring.
30642
30643 * emacs-lisp/generic.el (generic-mode-internal):
30644 Simplify font-lock-defaults.
30645 (define-generic-mode): Fix docstring.
30646
30647 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
30648
30649 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30650 font-lock-face property to highlight matches.
30651
30652 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
30653
30654 * progmodes/cc-mode.el (cc-create-define-alist): New function.
30655 (cc-define-alist): New variable.
30656 (c-mode): Make it local and initialize it.
30657
30658 * progmodes/gdb-ui.el (gdb-active-process): New variable.
30659 (gdb-exited): New function.
30660 (gdb-annotation-rules): Use it.
30661 (gdb-starting): Set gdb-active-process to t.
30662 (gdb-stopping): Amend doc string.
30663 (gdb-reset): Set gdb-active-process to nil.
30664
30665 * tooltip.el (tooltip-gud-tips): Show the associated #define
30666 directives when a C program under GDB is not executing.
30667
30668 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
30669
30670 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30671 font-lock-fontify-syntactic-keywords.
30672
30673 * font-lock.el (font-lock-default-fontify-region): Don't force
30674 parse-sexp-lookup-properties to nil.
30675
30676 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
30677
30678 * man.el (man-mode-syntax-table): Set up `:' to have
30679 word-constituent syntax.
30680
30681 2005-04-27 Lute Kamstra <lute@gnu.org>
30682
30683 * novice.el (disable-command): Don't add spurious newlines to the
30684 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
30685
30686 2005-04-26 Jay Belanger <belanger@truman.edu>
30687
30688 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30689 than one window before deleting window.
30690
30691 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
30692
30693 * shell.el (shell-prompt-pattern): Doc fix.
30694 (shell-mode): Set paragraph-separate buffer locally to "\\'".
30695
30696 * comint.el (comint-prompt-regexp, comint-get-old-input)
30697 (comint-use-prompt-regexp)
30698 (comint-use-prompt-regexp-instead-of-fields)
30699 (comint-replace-by-expanded-history, comint-send-input)
30700 (comint-output-filter, comint-get-old-input-default)
30701 (comint-line-beginning-position, comint-bol, comint-show-output)
30702 (comint-backward-matching-input, comint-forward-matching-input)
30703 (comint-next-prompt, comint-previous-prompt):
30704 Rename `comint-use-prompt-regexp-instead-of-fields' to
30705 `comint-use-prompt-regexp'. Keep old name as alias and declare
30706 obsolete.
30707 (comint-use-prompt-regexp): Shorten first line of doc string.
30708
30709 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30710 Set paragraph-separate buffer locally to "\\'".
30711
30712 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30713 Adapt to above name change.
30714
30715 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30716 (smbclient-prompt-regexp): Ditto.
30717
30718 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30719
30720 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
30721
30722 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30723 gdb-location-list.
30724 Break lines that are over 80 characters wide.
30725
30726 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
30727
30728 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30729 New fun and var, to preserve compatibility.
30730
30731 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30732
30733 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
30734
30735 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30736 name to file-newer-than-file-p.
30737
30738 2005-04-26 Richard M. Stallman <rms@gnu.org>
30739
30740 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30741
30742 * progmodes/python.el (python-mode):
30743 Use new name eldoc-documentation-function.
30744
30745 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30746
30747 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30748 (eldoc-documentation-function):
30749 Rename from eldoc-print-current-symbol-info-function. Calls changed.
30750
30751 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
30752
30753 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30754
30755 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30756
30757 * term/xterm.el (function-key-map): Fix strings for
30758 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
30759 {C,S,A,C-S}-{f1-f12}.
30760
30761 2005-04-26 Kenichi Handa <handa@m17n.org>
30762
30763 * international/mule-cmds.el (select-safe-coding-system):
30764 Fix previous change.
30765
30766 2005-04-26 Lute Kamstra <lute@gnu.org>
30767
30768 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30769
30770 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30771 (font-lock-comment-delimiter-face): Ditto.
30772
30773 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30774
30775 2005-04-25 Jay Belanger <belanger@truman.edu>
30776
30777 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30778 to t while inserting information; use help-mode.
30779
30780 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30781
30782 * term.el (ansi-term-color-vector): Use the xterm colors.
30783 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
30784
30785 2005-04-25 Lute Kamstra <lute@gnu.org>
30786
30787 * font-core.el (font-lock-defaults): Fix docstring.
30788
30789 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30790
30791 2005-04-25 Kenichi Handa <handa@m17n.org>
30792
30793 * international/mule-cmds.el (select-safe-coding-system):
30794 Don't check consistency with coding: spec, etc if raw-text or
30795 no-conversion was found to be safe.
30796
30797 2005-04-24 Richard M. Stallman <rms@gnu.org>
30798
30799 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30800 citation markers at start of each line.
30801
30802 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30803 citation markers at start of each line.
30804
30805 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30806
30807 * files.el (mode-require-final-newline): Fix previous change.
30808 (require-final-newline): Fix type label.
30809
30810 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
30811
30812 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30813 statement in buffer (broken by 2004-11-24 change).
30814
30815 2005-04-24 Kim F. Storm <storm@cua.dk>
30816
30817 * ido.el (ido-everywhere): Save and restore old read-buffer-function
30818 and read-file-name-function values. Don't overwrite existing
30819 non-nil values if ido-mode is enabled without ido-everywhere.
30820
30821 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
30822
30823 * files.el (mode-require-final-newline): Minor doc fix.
30824
30825 2005-04-24 Eli Zaretskii <eliz@gnu.org>
30826
30827 * subr.el (syntax-after): Doc fix.
30828 (syntax-class): If argument is nil, return nil. Mask off upper 16
30829 bits, not 8 bits.
30830
30831 * files.el (mode-require-final-newline): Doc fix.
30832 (backup-buffer-copy): Fix last change.
30833
30834 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30835
30836 * term/mac-win.el: Require select. Set selection-coding-system to
30837 mac-system-coding-system. Call menu-bar-enable-clipboard.
30838 (x-last-selected-text-clipboard, x-last-selected-text-primary)
30839 (x-select-enable-clipboard): New variables.
30840 (x-select-text, x-get-selection, x-selection-value)
30841 (x-get-selection-value, mac-select-convert-to-string)
30842 (mac-services-open-file, mac-services-open-selection)
30843 (mac-services-insert-text): New functions.
30844 (CLIPBOARD, FIND): Put mac-scrap-name property.
30845 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30846 (public.tiff): Put mac-ostype property.
30847 (selection-converter-alist): Add entries for them.
30848 (mac-application-menu-map): New keymap.
30849 (interprogram-cut-function, interprogram-paste-function): Set to
30850 x-select-text and x-get-selection-value, respectively.
30851 (split-window-keep-point): Set to t.
30852
30853 2005-04-23 Richard M. Stallman <rms@gnu.org>
30854
30855 * files.el (read-directory-name): Always pass non-nil
30856 DEFAULT-FILENAME arg to read-file-name.
30857 (backup-buffer-copy, basic-save-buffer-2): Take care against
30858 writing thru an unexpected existing symlink.
30859 (revert-buffer): In indirect buffer, revert the base buffer.
30860 (magic-mode-alist): Doc fix.
30861 (buffer-stale-function): Doc fix.
30862 (minibuffer-with-setup-hook): Avoid warning.
30863 (mode-require-final-newline): Doc and custom fix.
30864
30865 * follow.el (follow-end-of-buffer): Use with-no-warnings.
30866
30867 * font-lock.el (font-lock-comment-face): On terminals with few colors,
30868 use the default appearance.
30869 (font-lock-comment-delimiter-face): New face, new variable.
30870
30871 * imenu.el (imenu--generic-function): The official position of a
30872 definition is the start of the line that BEG is in.
30873
30874 * midnight.el (midnight-timer): Move defvar up.
30875
30876 * mouse.el (mouse-drag-region-1): Delete some debugging code.
30877
30878 * saveplace.el (save-place-to-alist): Use with-no-warnings.
30879
30880 * startup.el (command-line): Use with-no-warnings.
30881
30882 * window.el (window-size-fixed): New defvar.
30883
30884 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30885
30886 * mail/rmail.el (rmail-font-lock-keywords):
30887 Use font-lock-comment-delimiter-face.
30888
30889 * mail/sendmail.el (mail-font-lock-keywords):
30890 Use font-lock-comment-delimiter-face.
30891
30892 * progmodes/compile.el (next-error-highlight-timer): New defvar.
30893
30894 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
30895
30896 * progmodes/compile.el (compilation-mode-font-lock-keywords):
30897 Specify t for LAXMATCH when matching directories.
30898 Save match data around compilation-compat-error-properties form.
30899
30900 2005-04-23 David Kastrup <dak@gnu.org>
30901
30902 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30903 Mention that the autoloaded aliases should be kept for AUCTeX.
30904
30905 2005-04-23 Andreas Schwab <schwab@suse.de>
30906
30907 * isearch.el (isearch-forward): Doc fix.
30908
30909 2005-04-23 Eli Zaretskii <eliz@gnu.org>
30910
30911 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30912 (jit-lock-stealth-nice): Change default value to 0.5.
30913
30914 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
30915
30916 * abbrev.el (write-abbrev-file): Write table entries in
30917 alphabetical order by table name.
30918
30919 2005-04-22 Kim F. Storm <storm@cua.dk>
30920
30921 * ido.el (ido-read-internal): Fix `list' completion.
30922
30923 2005-04-22 Kenichi Handa <handa@m17n.org>
30924
30925 * recentf.el (recentf-save-file-coding-system): New variable.
30926 (recentf-save-list): Encode the file by
30927 recentf-save-file-coding-system and add coding: tag.
30928
30929 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
30930
30931 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30932
30933 2005-04-21 Lute Kamstra <lute@gnu.org>
30934
30935 * loadhist.el (unload-feature): Don't remove a function from hooks
30936 if it is about to be restored to an autoload . Remove functions
30937 that will become unbound from auto-mode-alist. Simplify the code.
30938
30939 * subr.el (assq-delete-all): New implementation that is linear,
30940 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
30941 (rassq-delete-all): New function.
30942
30943 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30944 Add size-indication-mode.
30945
30946 2005-04-21 Kenichi Handa <handa@m17n.org>
30947
30948 * international/mule-cmds.el: Add autoload for widget-value in
30949 eval-when-compile.
30950
30951 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
30952
30953 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30954 Add tooltip-mode.
30955
30956 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30957
30958 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
30959
30960 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30961 (inferior-lisp-filter-regexp, inferior-lisp-program)
30962 (inferior-lisp-load-command, inferior-lisp-prompt)
30963 (inferior-lisp-mode-hook, lisp-source-modes)
30964 (inferior-lisp-load-hook): defvar->defcustom.
30965 (inferior-lisp-program, inferior-lisp-prompt)
30966 (inferior-lisp-load-hook): Doc fixes.
30967 (inferior-lisp-install-letter-bindings): Small change in
30968 introductory comment.
30969
30970 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
30971
30972 * vc.el (vc-annotate-color-map): Change some colors so that text
30973 using them as foreground is readable on both white and black
30974 backgrounds.
30975
30976 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
30977
30978 * international/mule-conf.el (translation-table-for-input):
30979 Remove redundant declaration.
30980
30981 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30982
30983 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30984
30985 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30986 (tooltip-toggle-gud-tips): New function.
30987
30988 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30989
30990 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30991 right angle brackets.
30992
30993 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30994
30995 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30996
30997 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
30998
30999 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31000 Remove. Update callers to use expand-file-name instead.
31001
31002 * subr.el (syntax-class): New function.
31003
31004 * simple.el (blink-matching-open): Use it.
31005
31006 * paren.el (show-paren-function): Use it to recognize parens that are
31007 also used in 2-char comment markers.
31008
31009 2005-04-19 Lute Kamstra <lute@gnu.org>
31010
31011 * loadhist.el (unload-feature): Update for new format of
31012 load-history. Simplify the code.
31013
31014 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31015
31016 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31017 (mac-add-charset-info): New function. Initialize variable
31018 mac-charset-info-alist using it.
31019 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31020 for translation.
31021 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31022 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31023 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31024 New CCL programs.
31025
31026 2005-04-19 Kim F. Storm <storm@cua.dk>
31027
31028 * simple.el (next-buffer, prev-buffer, next-error)
31029 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31030 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31031
31032 * bindings.el (next-buffer, prev-buffer, next-error)
31033 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31034 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31035 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31036 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31037
31038 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31039
31040 * isearch.el (isearch-edit-string): Make the search-ring available for
31041 minibuffer history commands.
31042 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31043 the default history commands now work just as well.
31044 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31045
31046 2005-04-18 Kim F. Storm <storm@cua.dk>
31047
31048 * emulation/cua-base.el (cua--pre-command-handler): Add more
31049 elaborate check for shift modifier on non-window systems.
31050
31051 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31052
31053 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31054
31055 2005-04-18 Kim F. Storm <storm@cua.dk>
31056
31057 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31058 and make it optional. Don't test tooltip-gud-echo-area here.
31059 (tooltip-gud-process-output, gdb-tooltip-print):
31060 Pass tooltip-gud-echo-area to tooltip-show.
31061 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31062
31063 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31064
31065 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31066 `display-graphic-p' may not be bound yet.
31067
31068 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31069
31070 * startup.el (command-line): No longer enable Xterm Mouse mode by
31071 default in terminals compatible with xterm.
31072
31073 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31074
31075 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31076
31077 * tooltip.el (tooltip-gud-echo-area): Rename from
31078 tooltip-use-echo-area.
31079 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31080 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31081 area independently of where help tooltips are displayed.
31082
31083 2005-04-17 David Kastrup <dak@gnu.org>
31084
31085 * cus-theme.el (custom-theme-write-variables): Quote variables
31086 where necessary.
31087
31088 2005-04-17 Richard M. Stallman <rms@gnu.org>
31089
31090 * simple.el (yank-excluded-properties): Add follow-link to value.
31091
31092 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31093
31094 * startup.el (fancy-splash-max-time): Just 30 seconds.
31095 (fancy-splash-delay): Just 7.
31096 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31097
31098 * loadhist.el (unload-feature): Update for new format of load-history.
31099 Simplify the code.
31100
31101 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31102 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31103
31104 * mail/sendmail.el (mail-font-lock-keywords):
31105 Don't fontify subject text.
31106 Don't fontify the text of a citation.
31107
31108 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31109
31110 * comint.el (comint-output-filter): Run comint-output-filter-functions
31111 with point where the user had it.
31112
31113 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31114
31115 * international/ucs-tables.el (ucs-set-table-for-input):
31116 Disable when using unify-on-decoding.
31117
31118 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31119
31120 * emulation/cua-base.el (cua-global-mark-face): Add special case
31121 for displays supporting a high number of colors.
31122
31123 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31124
31125 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31126
31127 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31128
31129 * filesets.el (filesets-add-buffer): If user supplies a name of a
31130 non-existing fileset, create a new fileset.
31131
31132 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31133
31134 * textmodes/org.el (org-up-heading-all): Fix bug with
31135 `outline-up-heading-all'.
31136
31137 2005-04-16 Andreas Schwab <schwab@suse.de>
31138
31139 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31140 /etc/permissions.d/* and /etc/aliases.d/*.
31141
31142 2005-04-16 Kenichi Handa <handa@m17n.org>
31143
31144 * international/code-pages.el (cp-make-coding-system):
31145 Set `translation-table-for-input' property value to the symbol
31146 ucs-mule-to-mule-unicode, not to that value.
31147 (pt154): Escape guillemet by `\'.
31148
31149 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31150
31151 * loadup.el: Load tooltip if x-show-tip is fboundp.
31152
31153 * startup.el (command-line): Add comment.
31154
31155 * tooltip.el (tooltip-mode): Specify correct standard value for
31156 Custom in init-value.
31157
31158 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31159
31160 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31161 possible.
31162
31163 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31164
31165 * textmodes/org.el (org-agenda-date-prompt): Rename from
31166 `org-agenda-date-today'.
31167 (org-evaluate-time-range): Insert at point instead of directly
31168 after time range.
31169 (org-first-headline-recenter, org-subtree-end-visible-p)
31170 (org-optimize-window-after-visibility-change): New functions
31171 (org-agenda-post-command-hook): Don't allow point at end of line,
31172 to make sure it always hits the text properties.
31173 (org-agenda-next-date-line, org-agenda-previous-date-line):
31174 New commands.
31175 (org-set-regexps-and-options): Category may contain white space.
31176 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31177 Improve marker positions.
31178 (org-agenda-new-marker): Argument POS made optional.
31179 (org-agenda-get-timestamps): Deadlines which are done are listed
31180 in org-done-face now.
31181 (org-agenda-get-todos, org-agenda-get-timestamps)
31182 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31183 Set `undone-face' and `done-face' properties.
31184 (org-last-todo-state-is-todo): New variable.
31185 (org-todo): Set `org-last-todo-state-is-todo'.
31186 (org-agenda-todo): Change face according to
31187 `org-last-todo-state-is-todo'. And change other lines referring to
31188 the same entry.
31189 (org-calendar-goto-agenda): New command.
31190 (org-calendar-to-agenda-key): New option.
31191 (org-startup-folded): New allowed value `content'.
31192 (org-set-regexps-and-options): Accept new value `content' for
31193 `org-startup-folded'.
31194 (org-get-current-options): Handle new value `content' for
31195 `org-startup-folded'.
31196 (org-insert-todo-heading): New command.
31197 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31198 interactively in empty file and option
31199 `org-insert-mode-line-in-empty-file' has been set.
31200 (org-agenda-todo, org-agenda-priority): Modify to use
31201 `org-agenda-change-all-lines'.
31202 (org-warning-face): Change color on dark background.
31203
31204 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31205
31206 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31207 use preferences AppleLocale and AppleLanguages, and variable
31208 mac-system-locale for default locale. On Mac OS Classic, use
31209 mac-system-coding-system for default coding systems.
31210
31211 * term/mac-win.el: Don't set file-name-coding-system.
31212 Decode variables system-name, emacs-build-system, user-login-name, and
31213 user-full-name by mac-system-coding-system on Mac OS Classic.
31214 (mac-system-coding-system): New variable.
31215
31216 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31217
31218 * startup.el (command-line): Handle `xterm-mouse-mode' before
31219 reading init file.
31220
31221 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31222
31223 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31224
31225 * progmodes/sh-script.el (sh-here-document-word): Make it a
31226 defcustom. Doc fix.
31227 (sh-add): Bash uses $(( )) for arithmetic.
31228 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31229 (sh-maybe-here-document): Remove quotes and leading whitespace
31230 from heredoc word when closing. Indent heredoc with tabs if word
31231 starts with "-".
31232
31233 2005-04-13 Richard M. Stallman <rms@gnu.org>
31234
31235 * simple.el (undo): Fix previous change.
31236
31237 * custom.el (defface): Doc fix.
31238
31239 2005-04-13 Lute Kamstra <lute@gnu.org>
31240
31241 * Makefile.in (DONTCOMPILE): Remove list.
31242 (compile, compile-always): Don't use DONTCOMPILE.
31243 (update-authors): Load the library in which batch-update-authors
31244 is defined.
31245 * makefile.w32-in (DONTCOMPILE): Remove list.
31246 (compile, compile-always): Fix comments.
31247 (update-authors): Load the library in which batch-update-authors
31248 is defined.
31249
31250 * generic-x.el (generic-mode-ini-file-find-file-hook):
31251 Rename to ini-generic-mode-find-file-hook.
31252 Keep generic-mode-ini-file-find-file-hook as an alias.
31253 (ini-generic-mode-find-file-hook): Rename from
31254 generic-mode-ini-file-find-file-hook. Fix docstring.
31255 (ini-generic-mode): Docstring change.
31256 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31257
31258 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31259 called from lisp.
31260
31261 * generic.el: Move to the emacs-lisp subdir.
31262
31263 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31264
31265 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31266 and C-S- function and cursor motion keys.
31267
31268 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31269
31270 * startup.el (command-line): Enable Xterm Mouse mode by default.
31271 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31272 for Custom. No longer show "Mouse" in mode line when enabled.
31273 Doc fix.
31274
31275 2005-04-12 Kim F. Storm <storm@cua.dk>
31276
31277 * emulation/cua-base.el (cua-rectangle-face)
31278 (cua-rectangle-noselect-face): Define face attributes here.
31279
31280 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31281
31282 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31283
31284 * startup.el (command-line): Turn off blinking cursor if
31285 cursorBlink in resources is off or false.
31286
31287 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31288
31289 * term/mac-win.el (dnd): Require dnd.
31290 (mac-drag-n-drop): Call dnd-handle-one-url.
31291 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31292 (kTextEncodingISOLatin2): Remove constants.
31293 (mac-script-code-coding-systems): New constant.
31294 (mac-handle-language-change): New function.
31295 (special-event-map): Bind it to `language-change' event.
31296 (mac-centraleurroman, mac-cyrillic): New coding systems.
31297 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31298 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31299 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31300 encode-mac-cyrillic, respectively.
31301
31302 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31303
31304 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31305 Don't set overlay-arrow-string to "=>" as this is done
31306 globally in C now.
31307
31308 2005-04-12 Lute Kamstra <lute@gnu.org>
31309
31310 * generic-x.el (rc-generic-mode, rul-generic-mode):
31311 Fix auto-mode-alist entries.
31312 (etc-fstab-generic-mode): Tweak fontification.
31313
31314 * generic.el (generic-make-keywords-list): Fix docstring.
31315 (generic-mode-internal): Simplify generic-font-lock-keywords.
31316
31317 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31318
31319 * whitespace.el (whitespace-buffer-leading)
31320 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31321 However, fix the highlight area for the leading and
31322 trailing whitespaces to show space.
31323
31324 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31325
31326 * whitespace.el (whitespace-version): Bump to 3.5.
31327
31328 (whitespace-buffer-leading, whitespace-buffer-trailing):
31329 Invert sense of the test to highlight the whitespace.
31330
31331 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31332
31333 * progmodes/gud.el (gud-display-line): GUD uses its own
31334 overlay arrow now so don't set overlay-arrow-string.
31335 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31336
31337 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31338
31339 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31340 (term-ansi-current-reverse, term-ansi-current-invisible)
31341 (term-ansi-face-already-done): Change to boolean.
31342 (term-reset-terminal, term-handle-colors-array): Handle the above
31343 vars accordingly.
31344 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31345 (term-emulate-terminal): Use the new name.
31346
31347 * faces.el (secondary-selection): Use yellow1, not yellow.
31348 (trailing-whitespace): Use red1, not red.
31349
31350 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31351
31352 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31353 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31354 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31355
31356 * cus-edit.el (dnd): New group.
31357
31358 * term/w32-win.el (dnd): Require dnd
31359 (w32-drag-n-drop): Call dnd-handle-one-url.
31360
31361 * x-dnd.el: Require dnd.
31362 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31363 Call dnd-handle-one-url.
31364 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31365 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31366 to dnd-insert-text.
31367 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31368 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31369 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31370 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31371
31372 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31373
31374 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31375
31376 * wdired.el: Doc fixes.
31377 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31378 (wdired-use-dired-vertical-movement): Rename from
31379 wdired-always-move-to-filename-beginning.
31380 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31381 (wdired-change-to-wdired-mode): Change mode name.
31382 (wdired-newline): Delete.
31383
31384 2005-04-11 Richard M. Stallman <rms@gnu.org>
31385
31386 * whitespace.el (whitespace-highlight-the-space):
31387 Don't call whitespace-unhighlight-the-space here.
31388
31389 * simple.el (undo): Record t in undo-equiv-table
31390 for the redo record made by an undo-in-region.
31391
31392 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31393
31394 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31395 (gdb-frame-inferior-io-buffer): New Functions to control
31396 display of separate IO buffer.
31397 (menu): Add them to menu-bar.
31398 (gdb-display-buffer): Check for buffer another frame.
31399 Protect GUD buffer.
31400 (gdb-setup-windows): Create IO buffer if not already there.
31401 (gdb-memory-mode): Remove purecopy noops.
31402
31403 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31404
31405 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31406 and pass to self-insert-command.
31407
31408 2005-04-11 Lute Kamstra <lute@gnu.org>
31409
31410 * generic.el: Commentary section cleanup.
31411 (generic): Delete.
31412 (generic-use-find-file-hook, generic-lines-to-scan)
31413 (generic-find-file-regexp, generic-ignore-files-regexp)
31414 (default-generic-mode, generic-mode-find-file-hook)
31415 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31416 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31417 (generic-use-find-file-hook, generic-lines-to-scan)
31418 (generic-find-file-regexp, generic-ignore-files-regexp)
31419 (default-generic-mode, generic-mode-find-file-hook)
31420 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31421
31422 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31423
31424 * bookmark.el (bookmark-write-file): Catch errors writing file.
31425 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31426
31427 2005-04-10 Richard M. Stallman <rms@gnu.org>
31428
31429 * startup.el (fancy-splash-tail): Update copyright year.
31430 (command-line): Split part of -Q into -D.
31431 (emacs-basic-display): New defvar.
31432 (fancy-splash-text): Correct name of menu item.
31433
31434 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31435
31436 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31437 lines in one node.
31438
31439 * comint.el (comint-send-input): New arg ARTIFICIAL.
31440 Callers in this file changed.
31441
31442 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31443
31444 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31445
31446 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31447
31448 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31449 `ldap-search-internal'.
31450
31451 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31452
31453 * files.el (set-auto-mode-1): Use line-end-position.
31454
31455 * international/latin-1.el:
31456 * international/latin-2.el:
31457 * international/latin-3.el:
31458 * international/latin-4.el:
31459 * international/latin-5.el:
31460 * international/latin-8.el:
31461 * international/latin-9.el: Give punctuation syntax to NBSP.
31462
31463 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31464 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31465 Use char-classes to accept non-ascii letters, accepted in some recent
31466 bibtex implementations.
31467
31468 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31469
31470 * custom.el (custom-set-minor-mode): Any non-nil value for the
31471 variable should enable the mode when set through Custom.
31472
31473 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31474
31475 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31476 TAB binding so tab-always-indent is obeyed.
31477 (vhdl-minibuffer-local-map): Move initialization into declaration.
31478 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31479 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31480 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31481 (vhdl-current-line): Use line-beginning-position.
31482 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31483 with-output-to-temp-buffer, so the current position can be recorded.
31484
31485 2005-04-10 Masatake YAMATO <jet@gyve.org>
31486
31487 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31488 Add regexp for gcov.
31489
31490 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31491
31492 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31493 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31494 syntax which Emacs 20 doesn't support.
31495
31496 2005-04-09 Richard M. Stallman <rms@gnu.org>
31497
31498 * help.el (describe-key-briefly, describe-key):
31499 Replace strings as event types with "(any string)".
31500
31501 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31502
31503 * arc-mode.el (archive-mode-map): Move initialization into
31504 the declaration. Override *all* bindings of `undo'.
31505 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31506
31507 2005-04-09 Jay Belanger <belanger@truman.edu>
31508
31509 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31510
31511 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31512
31513 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31514 (xterm-register-default-colors): Update color values computation
31515 to match xterm-200.
31516
31517 2005-04-09 Kenichi Handa <handa@m17n.org>
31518
31519 * international/code-pages.el (iso-latin-7): Fix the map.
31520
31521 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31522
31523 * emacs-lisp/lisp.el (defun-prompt-regexp)
31524 (parens-require-spaces, buffer-end, end-of-defun)
31525 (insert-parentheses): Doc fixes.
31526
31527 2005-04-08 Kim F. Storm <storm@cua.dk>
31528
31529 * comint.el (comint-highlight-prompt): Fix face spec.
31530 * hi-lock.el (hi-green): Likewise.
31531
31532 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31533
31534 * cus-edit.el (custom-modified-face):
31535 * comint.el (comint-highlight-input): Fix previous changes.
31536 * term.el (term-handle-ansi-escape): Add a comment.
31537
31538 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31539
31540 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31541 in the buffer and in whitespace-highlighted-space.
31542 (whitespace-unhighlight-the-space): Simplify.
31543 (whitespace-buffer): Simplify.
31544
31545 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31546
31547 * textmodes/table.el (table-cell-face): Add special case for
31548 displays supporting a high number of colors.
31549 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31550 (vhdl-font-lock-reserved-words-face)
31551 (vhdl-speedbar-architecture-face)
31552 (vhdl-speedbar-instantiation-face)
31553 (vhdl-speedbar-architecture-selected-face)
31554 (vhdl-speedbar-instantiation-selected-face): Likewise.
31555 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31556 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31557 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31558 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31559 (ebrowse-progress-face): Likewise.
31560 * progmodes/compile.el (compilation-info-face): Likewise.
31561 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31562 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31563 * calendar/calendar.el (diary-face): Likewise.
31564 * woman.el (woman-italic-face, woman-bold-face)
31565 (woman-unknown-face): Likewise.
31566 * wid-edit.el (widget-button-pressed-face): Likewise.
31567 * whitespace.el (whitespace-highlight-face): Likewise.
31568 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31569 * pcvs-info.el (cvs-marked-face): Likewise.
31570 * info.el (info-xref): Likewise.
31571 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31572 * hilit-chg.el (highlight-changes-face)
31573 (highlight-changes-delete-face): Likewise.
31574 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31575 (hi-red-b): Likewise.
31576 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31577 * font-lock.el (font-lock-keyword-face)
31578 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31579 * cus-edit.el (custom-invalid-face, custom-modified-face)
31580 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31581 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31582 * comint.el (comint-highlight-prompt): Likewise.
31583
31584 2005-04-08 Lute Kamstra <lute@gnu.org>
31585
31586 * font-lock.el (font-lock-keywords): Docstring fixes.
31587
31588 2005-04-08 Kenichi Handa <handa@m17n.org>
31589
31590 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31591 chars are more than a limit, print " and more..." at the tail.
31592
31593 2005-04-08 Kim F. Storm <storm@cua.dk>
31594
31595 * emacs-lisp/authors.el (authors-aliases): Update list.
31596 (authors-ignored-files): New list.
31597 (authors-fixed-entries): Fix typo.
31598 (authors-renamed-files-alist): Update list.
31599 (authors-add): Check authors-ignored-files.
31600
31601 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
31602
31603 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31604 optional, to ensure backward compatibility.
31605
31606 2005-04-08 Stephen Eglen <stephen@gnu.org>
31607
31608 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31609
31610 2005-04-08 Kim F. Storm <storm@cua.dk>
31611
31612 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31613
31614 * mouse.el (mouse-on-link-p): Doc fix.
31615
31616 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31617
31618 * ielm.el (ielm-prompt-read-only): Doc fix.
31619
31620 * comint.el (comint-prompt-read-only): Doc fix.
31621
31622 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
31623
31624 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31625 ensure dired always handles wildcards passed to ffap.
31626 (find-file-at-point): Use it.
31627 (ffap-dired-wildcards): Doc fix.
31628
31629 2005-04-07 Juri Linkov <juri@jurta.org>
31630
31631 * simple.el (next-error-overlay-arrow-position): New defvar.
31632 Put "=>" on its property `overlay-arrow-string'. Add it to
31633 `overlay-arrow-variable-list'.
31634
31635 * progmodes/compile.el (compilation-setup):
31636 Set `next-error-overlay-arrow-position' to nil. Also set it to
31637 nil in the local hook `kill-buffer-hook'. Make local variable
31638 `overlay-arrow-string' and set it to "=>".
31639 (compilation-goto-locus): Set BOL position to
31640 `next-error-overlay-arrow-position' instead of
31641 `overlay-arrow-position'.
31642
31643 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31644 locally instead of adding it to the global hook.
31645 (Info-kill-buffer): Move up.
31646
31647 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
31648
31649 * term/xterm.el (xterm-standard-colors): Update color values from
31650 xterm-200.
31651
31652 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
31653
31654 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31655
31656 * fast-lock.el:
31657 * lazy-lock.el: Move them to the obsolete subdir.
31658
31659 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31660
31661 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31662 (wdired-add-replace-advice): Remove.
31663 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31664
31665 2005-04-06 Kim F. Storm <storm@cua.dk>
31666
31667 * startup.el (command-line): Add --bare-bones alias for -Q.
31668
31669 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31670
31671 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31672 create the startup fontset if a font specification ends with
31673 `mac-roman'.
31674
31675 2005-04-06 Lute Kamstra <lute@gnu.org>
31676
31677 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31678 change.
31679
31680 * emacs-lisp/copyright.el (copyright-update-year): Replace the
31681 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
31682
31683 2005-04-05 Lute Kamstra <lute@gnu.org>
31684
31685 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31686 (define-generic-mode): Ditto. Fix debug declaration.
31687
31688 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31689 Put them in the generic-x group.
31690
31691 * calendar/timeclock.el (timeclock): Doc fix.
31692
31693 * generic.el (define-generic-mode): Don't use custom-current-group.
31694 Document default :group value.
31695 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31696 (define-global-minor-mode): Don't use custom-current-group.
31697
31698 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
31699
31700 * startup.el (command-line-1): Display startup-echo-area-message
31701 when fancy splash screen is in use.
31702
31703 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31704 (sh-escaped-newline): New face.
31705 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31706 newline, and use sh-escaped-newline face.
31707
31708 * progmodes/tcl.el (tcl-escaped-newline): New face.
31709 (tcl-builtin-list): New variable.
31710 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31711 newlines. Fix keywords subexpression number.
31712
31713 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
31714
31715 * textmodes/org.el (org-diary-default-entry): Fix call to
31716 `add-to-diary-entry'.
31717
31718 2005-04-05 Kim F. Storm <storm@cua.dk>
31719
31720 * ediff-init.el: Use (featurep 'xemacs).
31721
31722 2005-04-05 David Ponce <david@dponce.com>
31723
31724 * cus-edit.el (face): Derive from symbol widget. Display sample
31725 of the current face on the fly.
31726 (widget-face-sample-face-get, widget-face-notify): New functions.
31727 (widget-face-value-create): Remove.
31728
31729 * wid-edit.el (widget-field-end): Temporarily remove field
31730 narrowing before to call `get-char-property'.
31731
31732 2005-04-04 Jay Belanger <belanger@truman.edu>
31733
31734 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31735 (math-read-subscripts): New variable.
31736 (math-read-preprocess-string): Process subscripts.
31737
31738 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
31739
31740 * comint.el (comint-prompt-read-only): Doc fix.
31741
31742 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31743 `-1'. Doc fix.
31744
31745 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
31746
31747 * textmodes/org.el (org-insert-mode-line-in-empty-file):
31748 Change default value to nil.
31749
31750 2005-04-04 Lute Kamstra <lute@gnu.org>
31751
31752 * autorevert.el (auto-revert-mode): Specify :group.
31753 * battery.el (display-battery-mode): Specify :group.
31754 * diff-mode.el (diff-minor-mode): Specify :group.
31755 * font-core.el (font-lock-mode): Specify :group.
31756 * hl-line.el (hl-line-mode): Specify :group.
31757 * iimage.el (iimage): New customization group.
31758 (iimage-mode): Specify :group.
31759 * longlines.el (longlines-mode): Specify :group.
31760 * master.el: Don't require easy-mmode.
31761 (master): New customization group.
31762 (master-mode): Specify :group.
31763 * msb.el (msb-mode): Specify :group.
31764 * reveal.el (reveal-mode): Specify :group.
31765 * simple.el (next-error-follow-minor-mode): Specify :group.
31766 * smerge-mode.el (smerge-mode): Specify :group.
31767 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31768 * emulation/cua-base.el (cua-mode): Specify :group.
31769 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31770 * language/thai-util.el (thai-auto-composition-mode)
31771 (thai-word-mode): Specify :group.
31772 * mail/supercite.el (sc-minor-mode): Specify :group.
31773 * progmodes/cwarn.el (cwarn-mode): Specify :group.
31774 * progmodes/flymake.el (flymake-mode): Specify :group.
31775 * progmodes/glasses.el (glasses-mode): Specify :group.
31776 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31777 * textmodes/enriched.el (enriched-mode): Specify :group.
31778 * textmodes/refill.el (refill-mode): Specify :group.
31779
31780 * add-log.el (change-log-font-lock-keywords): Names in
31781 parenthesized lists can contain spaces.
31782
31783 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
31784
31785 * startup.el (fancy-splash-text): Shorten default text of
31786 "Emacs Tutorial" line. Also, if the current language env
31787 indicates an available tutorial file other than TUTORIAL,
31788 extract its title and append it to the line in parentheses.
31789 (fancy-splash-insert): If arg is a thunk, funcall it.
31790
31791 2005-04-04 Jay Belanger <belanger@truman.edu>
31792
31793 * calc.el (calc-language-alist): Add tags to customization type.
31794
31795 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
31796
31797 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31798 Doc fix.
31799
31800 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
31801
31802 * add-log.el (change-log-font-lock-keywords): The manual
31803 describing a Change Log entry, says: (...) "Aside from these
31804 header lines, every line in the change log starts with a space or
31805 a tab.". The font-lock was not highlighting lines started with
31806 spaces, added support for it.
31807
31808 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31809
31810 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31811 (bibtex-generate-url-list): Update docstring accordingly. Put the
31812 complex example in the docstring.
31813 (bibtex-font-lock-url): Use pop.
31814
31815 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
31816
31817 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31818
31819 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31820
31821 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
31822
31823 * filesets.el (filesets-set-default): Doc fix.
31824
31825 2005-04-03 Lute Kamstra <lute@gnu.org>
31826
31827 * generic.el (define-generic-mode): Add argument to specify
31828 keywords for defcustom.
31829 (default-generic-mode): Specify :group.
31830
31831 * generic-x.el: Specify :group for all generic modes.
31832
31833 * desktop.el (desktop-no-desktop-file-hook)
31834 (desktop-after-read-hook): Doc fix.
31835
31836 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
31837
31838 * simple.el (visible-mode): Use explicit :group keyword.
31839 This changes the group of `visible-mode-hook' from paren-blinking
31840 to editing-basics.
31841
31842 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
31843
31844 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
31845 mailbox specifications as well as URLs.
31846 (rmail-insert-inbox-text): Remove unused conditional branches.
31847
31848 2005-04-01 Jay Belanger <belanger@truman.edu>
31849
31850 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31851 (calc-gnuplot-print-command): Move definitions to calc.el.
31852
31853 * calc/calc-embed.el (calc-embedded-announce-formula)
31854 (calc-embedded-open-formula, calc-embedded-close-formula)
31855 (calc-embedded-open-word, calc-embedded-close-word)
31856 (calc-embedded-open-plain, calc-embedded-close-plain)
31857 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31858 (calc-embedded-open-mode, calc-embedded-close-mode):
31859 Move definitions to calc.el.
31860
31861 * calc/calc.el (calc-settings-file, calc-language-alist):
31862 Make customizable.
31863 (calc-embedded-announce-formula, calc-embedded-open-formula)
31864 (calc-embedded-close-formula, calc-embedded-open-word)
31865 (calc-embedded-close-word, calc-embedded-open-plain)
31866 (calc-embedded-close-plain, calc-embedded-open-new-formula)
31867 (calc-embedded-close-new-formula, calc-embedded-open-mode)
31868 (calc-embedded-close-mode, calc-gnuplot-name)
31869 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31870 from other files and make customizable.
31871
31872 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
31873
31874 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31875 Use buffer-live-p.
31876 (cvs-mode-run): Don't call cvs-update-header here.
31877 (cvs-run-process): Call cvs-update-header.
31878 Use process properties for cvs-postprocess and cvs-buffer so that
31879 the sentinel can behave better if the temp buffer is killed.
31880 Use a pipe rather than a tty, to better handle unexpected prompts.
31881 (cvs-sentinel): Rewrite. Call cvs-update-header.
31882
31883 2005-04-01 Andre Spiegel <spiegel@gnu.org>
31884
31885 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31886 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
31887
31888 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
31889
31890 * generic.el (define-generic-mode): Add indentation rule.
31891
31892 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
31893
31894 * files.el (mode-require-final-newline): Make Custom correctly
31895 report a nil value and allow to set it to nil via Custom.
31896 Doc fix.
31897
31898 2005-04-01 Kenichi Handa <handa@m17n.org>
31899
31900 * international/characters.el: Enable the correct case setting for
31901 dotless-i and dotted-I.
31902
31903 2005-04-01 Kim F. Storm <storm@cua.dk>
31904
31905 * ido.el (ido-file-internal): Fall back to non-ido command if
31906 initial directory is on slow ftp (or tramp) host.
31907
31908 2005-03-31 Richard M. Stallman <rms@gnu.org>
31909
31910 * emacs-lisp/autoload.el (make-autoload):
31911 Handle define-global-minor-mode.
31912
31913 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31914 Rename from easy-mmode-define-global-mode.
31915 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31916
31917 * progmodes/scheme.el (scheme-mode-syntax-table):
31918 Update syntax of | and # for two-character comment syntax.
31919
31920 2005-03-31 Lute Kamstra <lute@gnu.org>
31921
31922 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31923 (define-minor-mode): Call custom-current-group at load-time.
31924
31925 * generic.el (define-generic-mode): Add debug declaration.
31926 Add defcustom for the mode hook.
31927 (generic-mode-internal): Use run-mode-hooks.
31928
31929 2005-03-31 Kim F. Storm <storm@cua.dk>
31930
31931 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31932 (mouse-fixup-help-message): New defun called by show_help_echo
31933 to fixup mouse-2 prefix in help messages when applicable.
31934
31935 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31936
31937 2005-03-31 Kenichi Handa <handa@m17n.org>
31938
31939 * language/thai-word.el (thai-find-word-ends): Pay attention to
31940 the case that we reach the end of buffer.
31941
31942 * textmodes/fill.el (fill-text-properties-at): New function.
31943 (fill-newline): Use fill-text-properties-at instead of
31944 text-properties-at.
31945
31946 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31947
31948 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31949 not comint-quote-filename.
31950
31951 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
31952
31953 * help-fns.el (help-with-tutorial): Revert last change.
31954
31955 2005-03-31 Kim F. Storm <storm@cua.dk>
31956
31957 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31958
31959 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
31960
31961 * calendar/cal-china.el: Update reference to "Calendrical
31962 Calculations" book; there's a new edition.
31963 * calendar/cal-coptic.el: Likewise.
31964 * calendar/cal-french.el: Likewise.
31965 * calendar/cal-hebrew.el: Likewise.
31966 * calendar/cal-islam.el: Likewise.
31967 * calendar/cal-iso.el: Likewise.
31968 * calendar/cal-julian.el: Likewise.
31969 * calendar/cal-mayan.el: Likewise.
31970 * calendar/cal-persia.el: Likewise.
31971 * calendar/calendar.el: Likewise.
31972 * calendar/holidays.el: Likewise.
31973 * calendar/lunar.el: Likewise.
31974 * calendar/solar.el: Likewise.
31975
31976 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31977 white space from doc string.
31978
31979 2005-03-30 Jay Belanger <belanger@truman.edu>
31980
31981 * calc/calc-help.el (calc-full-help): Remove email address.
31982
31983 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
31984
31985 * help-fns.el (help-with-tutorial): Delete title line.
31986
31987 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31988
31989 * calendar/cal-x.el (calendar-one-frame-setup)
31990 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31991 rather than `symbol' for set-window-dedicated-p.
31992
31993 * calendar/appt.el (appt-buffer-name): Make it a constant.
31994 (appt-add): Doc fix.
31995
31996 * filesets.el (filesets-menu-path, filesets-menu-before)
31997 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
31998 (filesets-menu-cache-file): Use directory ~/.emacs.d.
31999 (filesets-add-submenu): Delete and use add-submenu instead.
32000
32001 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32002
32003 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32004 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32005 (org-diary-default-entry): New function.
32006 (org-get-entries-from-diary): Better parsing of diary entries.
32007 (org-agenda-check-no-diary): New function.
32008 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32009 linking to diary entries.
32010 (org-agenda-execute-calendar-command): New function.
32011 (org-agenda): Improve visible section in window.
32012 Use `org-fit-agenda-window'.
32013 (org-fit-agenda-window): New option.
32014 (org-move-subtree-down): Better handling of empty lines
32015 at end of subtree.
32016 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32017 levels up.
32018 (org-fontify-done-headline): New option.
32019 (org-headline-done-face): New face.
32020 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32021 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32022 When current field is non-empty, it is copied to next row.
32023 (org-table-copy-from-above): Fix bug which made it
32024 impossible to copy fields containing only a single non-white character.
32025
32026 2005-03-30 Kim F. Storm <storm@cua.dk>
32027
32028 * kmacro.el (kmacro-end-macro): Isearch may store this command
32029 into the macro -- so ignore it when executing keyboard macro.
32030
32031 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32032
32033 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32034
32035 2005-03-29 Kenichi Handa <handa@m17n.org>
32036
32037 * language/thai.el ("Thai"): Set setup-function and exit-function
32038 for Thai language environment.
32039
32040 * language/thai-util.el: Require thai-word.
32041 (thai-word-mode-map): New variable.
32042 (thai-word-mode): New minor mode.
32043 (setup-thai-language-environment-internal): New function.
32044 (exit-thai-language-environment-internal): New function.
32045
32046 * language/thai-word.el (thai-word-table): Declare it by defvar,
32047 use dolist to initialize it.
32048 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32049 (thai-fill-find-break-point): New functions.
32050
32051 2005-03-29 Richard M. Stallman <rms@gnu.org>
32052
32053 * simple.el (idle-update-delay): Move definition up.
32054 (set-mark): Doc fix.
32055
32056 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32057
32058 * longlines.el: New file.
32059
32060 * simple.el (buffer-substring-filters): New variable.
32061 (filter-buffer-substring): New function.
32062 (kill-region, copy-region-as-kill): Use it.
32063
32064 * register.el (copy-to-register, append-to-register)
32065 (prepend-to-register): Use filter-buffer-substring.
32066
32067 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32068
32069 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32070 (gud-filter-pending-text): Move in front of gdb.
32071 (gud-overlay-arrow-position): New variable.
32072 (gud-sentinel, gud-display-line): Use it in place of
32073 overlay-arrow-position.
32074
32075 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32076
32077 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32078 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32079 (fortran-font-lock-keywords-4): New variable.
32080 (fortran-blocks-re, fortran-end-block-re)
32081 (fortran-start-block-re): New constants, for hideshow.
32082 (hs-special-modes-alist): Add a Fortran entry.
32083 (fortran-mode-map): Bind fortran-end-of-block,
32084 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32085 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32086 (fortran-looking-at-if-then, fortran-end-of-block)
32087 (fortran-beginning-of-block): New functions, for hideshow.
32088
32089 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32090 Doc fix. Tweak regexp.
32091 (f90-beginning-of-block): Push mark first.
32092
32093 2005-03-29 Jay Belanger <belanger@truman.edu>
32094
32095 * calc/calc.el: Update copyright date.
32096 (calc-version): Increase to 2.1.
32097 (calc-version-date): Remove.
32098
32099 * calc/calc-help.el: Update copyright date.
32100 (calc-full-help): Remove reference to calc-version-date.
32101 Update copyright date.
32102
32103 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32104
32105 * vc.el (vc-do-command): Use a pipe for async processes, so password
32106 prompts don't show up at places where the user can't reply.
32107
32108 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32109
32110 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32111 on the file name we pass to the inferior shell.
32112
32113 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32114
32115 * progmodes/which-func.el (which-function): Be robust in the face of an
32116 imenu--make-index-alist failure.
32117
32118 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32119
32120 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32121
32122 * progmodes/python.el (python-preoutput-filter): Fix last change.
32123
32124 2005-03-29 Lute Kamstra <lute@gnu.org>
32125
32126 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32127 functions and compiled macros.
32128 (debug-convert-byte-code): Handle macros too.
32129 (debug-on-entry-1): Don't signal an error when trying to clear a
32130 function that is not set to debug on entry.
32131
32132 2005-03-29 Jay Belanger <belanger@truman.edu>
32133
32134 * calc/calc-lang.el: Add functions to math-function-table
32135 properties of tex and math.
32136
32137 2005-03-29 Kenichi Handa <handa@m17n.org>
32138
32139 * ps-mule.el (ps-mule-plot-string): Translate characters by
32140 ps-print-translation-table.
32141 (ps-mule-begin-job): Call find-charset-region/string with
32142 ps-print-translation-table.
32143 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32144
32145 * ps-print.el (ps-print-translation-table): New variable.
32146 (ps-plot-region): Translate characters by ps-print-translation-table.
32147
32148 2005-03-29 Juri Linkov <juri@jurta.org>
32149
32150 * simple.el (next-error-highlight-timer): New variable.
32151
32152 * progmodes/compile.el (compilation-goto-locus):
32153 Use `next-error-highlight-timer' instead of `sit-for'.
32154
32155 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32156
32157 * mail/supercite.el (sc-mail-field): Use assoc-string.
32158 (sc-get-address): Simplify regexps.
32159
32160 * files.el (minibuffer-with-setup-hook): New macro.
32161 (find-file-read-args): Use it to avoid let-binding
32162 minibuffer-with-setup-hook (which breaks turning on/off
32163 file-name-shadow-mode while in the prompt).
32164
32165 * complete.el (PC-read-include-file-name-internal):
32166 Use test-completion.
32167
32168 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32169
32170 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32171
32172 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32173
32174 * window.el (window-buffer-height): Use count-screen-lines.
32175
32176 * progmodes/python.el (python-preoutput-leftover): New var.
32177 (python-preoutput-filter): Use it.
32178 (python-send-receive): Loop until all the result has been received.
32179
32180 2005-03-28 Juri Linkov <juri@jurta.org>
32181
32182 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32183
32184 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32185 "Recover Crashed Session".
32186 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32187 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32188 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32189 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32190 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32191 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32192 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32193 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32194
32195 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32196 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32197 Ediff Sessions", "Toggle use of separate control buffer frame",
32198 "Use separate frame for Ediff control buffer".
32199
32200 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32201 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32202 "Rename Bookmark", "Delete Bookmark".
32203
32204 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32205 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32206 Add `:active Info-index-alternatives' to "Next Matching Item".
32207
32208 * wdired.el (wdired-change-to-wdired-mode):
32209 Mention `wdired-abort-changes' key in the initial message.
32210
32211 * international/mule.el (auto-coding-alist): Associate non-ascii
32212 image filename extensions with `no-conversion'.
32213
32214 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32215
32216 * international/iso-acc.el:
32217 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32218
32219 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32220
32221 * textmodes/sgml-mode.el (html-mode): Doc update.
32222
32223 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32224
32225 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32226
32227 * term.el (term-move-columns): Fix face after extending a line.
32228 (term-insert-spaces): Likewise.
32229 (term-reset-terminal): Fix off by one error.
32230
32231 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32232
32233 * international/mule.el (auto-coding-alist): Add .xpi files.
32234
32235 * files.el (auto-mode-alist): Add .xpi files.
32236
32237 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32238
32239 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32240
32241 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32242
32243 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32244
32245 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32246
32247 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32248 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32249
32250 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32251 cursor to Jan 1 when needed.
32252 (calendar-end-of-year): Fix -/+ typo.
32253 Reported by Chong Yidong <cyd@stupidchicken.com>.
32254
32255 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32256
32257 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32258
32259 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32260 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32261
32262 2005-03-25 Richard M. Stallman <rms@gnu.org>
32263
32264 * filesets.el (filesets-init): Add autoload.
32265
32266 * mail/mailalias.el (mail-directory): Doc fix.
32267
32268 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32269
32270 * mail/mailalias.el (mail-directory-process): Do nothing if
32271 mail-directory-process is an atom.
32272 (mail-get-names): Ignore mail-directory-names if it is an atom.
32273 (mail-directory-process defvar): Doc fix.
32274 (mail-names): Doc fix.
32275
32276 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32277
32278 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32279
32280 2005-03-26 Kenichi Handa <handa@m17n.org>
32281
32282 * international/mule-util.el (detect-coding-with-priority):
32283 Call update-coding-systems-internal before detect-coding-region.
32284
32285 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32286
32287 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32288 (gdb-frames-mode-map): Add follow-link property.
32289
32290 2005-03-25 Jay Belanger <belanger@truman.edu>
32291
32292 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32293 for variables.
32294
32295 2005-03-25 Juri Linkov <juri@jurta.org>
32296
32297 * image-mode.el: Optimize image filename extension regexps in
32298 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32299 in `auto-mode-alist'.
32300 (image-mode): Add `image-toggle-display-text' to local hook
32301 `change-major-mode-hook'. Display the image as an image by
32302 default. Set `cursor-type' and `truncate-lines' if the image
32303 is already displayed. Take into account the current mode (image
32304 or text) in message.
32305 (image-minor-mode): New minor mode.
32306 (image-mode-maybe, image-toggle-display-text): New functions.
32307 (image-toggle-display): Use called-interactively-p.
32308 Let-bind `inhibit-read-only' to t.
32309
32310 * image-mode.el (image-minor-mode): Set `cursor-type' and
32311 `truncate-lines' if the image is already displayed. Add turning
32312 image-minor-mode off to `change-major-mode-hook'. Add message.
32313 Call `image-toggle-display-text' after turning image-minor-mode off.
32314
32315 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32316
32317 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32318 Terminal.app, use utf-8.
32319 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32320 (set-locale-environment): Use it.
32321
32322 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32323
32324 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32325
32326 * progmodes/python.el (python-close-block-statement-p)
32327 (python-outdent-p, python-current-defun): Use symbol-end.
32328
32329 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32330
32331 * files.el (save-some-buffers): Doc fix.
32332
32333 2005-03-25 Werner Lemberg <wl@gnu.org>
32334
32335 * complete.el, thumbs.el: Replace `legal' with `valid'.
32336 * calendar/calendar.el: Replace `legal' with `valid'.
32337 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32338 * mail/supercite.el: Replace `legal' with `valid'.
32339 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32340 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32341 Replace `legal' with `valid'.
32342 * textmodes/reftex-vars.el, textmodes/reftex.el:
32343 Replace `legal' with `valid'.
32344
32345 2005-03-25 Werner Lemberg <wl@gnu.org>
32346
32347 * calc/calc-forms.el, calc/calc-sel.el
32348 * midnight.el, vc-cvs.el
32349 * emacs-lisp/cl-macs.el
32350 * emulation/vip.el
32351 * eshell/esh-io.el, eshell/esh-var.el
32352 * mail/supercite.el
32353 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32354 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32355 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32356 * progmodes/sh-script.el, progmodes/xscheme.el
32357 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32358 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32359 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32360 * textmodes/reftex.el, textmodes/org.el:
32361 Replace `illegal' with `invalid'.
32362
32363 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32364
32365 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32366 (flymake-find-buildfile, flymake-find-possible-master-files)
32367 (flymake-check-include, flymake-parse-line): Replace loops over the
32368 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32369
32370 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32371 Substitute file-name-as-directory in the rest of the file.
32372 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32373 (flymake-replace-region): Remove unused arg `buffer'.
32374 (flymake-check-patch-master-file-buffer): Update calls to it.
32375 (flymake-add-err-info): Remove unused var `count'.
32376 (flymake-mode): Use define-minor-mode.
32377
32378 * progmodes/flymake.el: Use with-current-buffer.
32379 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32380 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32381 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32382 Avoid testing for `xemacs'.
32383 (flymake-nop): Move.
32384 (flymake-region-has-flymake-overlays): Return the computed value.
32385 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32386 Remove unused var `endline'.
32387 (flymake-get-line-count): Remove unused function.
32388 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32389
32390 * emulation/vi.el:
32391 * generic.el:
32392 * hilit-chg.el (global-highlight-changes):
32393 * hi-lock.el (hi-lock-mode):
32394 * follow.el: find-file-hooks -> find-file-hook.
32395
32396 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32397
32398 2005-03-24 Juri Linkov <juri@jurta.org>
32399
32400 * dired.el (dired-mode-map): Add menu item "Compare directories"
32401 for dired-compare-directories.
32402
32403 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32404 Doc fix. Replace `read-file-name' with `read-directory-name'.
32405
32406 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32407
32408 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32409
32410 2005-03-24 Jay Belanger <belanger@truman.edu>
32411
32412 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32413 relevant mode settings in calc-embedded-original-modes when modes
32414 are permanently changed.
32415
32416 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32417
32418 * autoinsert.el: find-file-hooks -> find-file-hook.
32419
32420 2005-03-24 Lute Kamstra <lute@gnu.org>
32421
32422 * generic.el (generic-font-lock-defaults): Make it obsolete.
32423 (generic-font-lock-keywords): New variable to replace
32424 generic-font-lock-defaults.
32425 (generic-mode-set-font-lock): Delete it.
32426 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32427 (generic-bracket-support): Add docstring.
32428
32429 * generic-x.el: Rename generic-font-lock-defaults to
32430 generic-font-lock-keywords throughout.
32431 (mailagent-rules-setup-function): Delete it.
32432 (mailagent-rules-generic-mode): Use anonymous function instead.
32433 (show-tabs-generic-mode-font-lock-defaults-1)
32434 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32435 Quote faces.
32436 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32437 not foreground.
32438
32439 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32440 Recognize define-generic-mode.
32441
32442 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32443
32444 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32445 if there's no completion table.
32446
32447 2005-03-23 Miles Bader <miles@gnu.org>
32448
32449 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32450 Remove tty-specific variants, as they're no longer needed.
32451
32452 2005-03-23 Lute Kamstra <lute@gnu.org>
32453
32454 * generic-x.el: Code cleanup: make args constant whenever possible.
32455 (installshield-statement-keyword-list)
32456 (installshield-system-functions-list)
32457 (installshield-system-variables-list, installshield-types-list)
32458 (installshield-funarg-constants-list): Make them constants.
32459
32460 * generic.el (generic-make-keywords-list): Add autoload cookie.
32461
32462 * calendar/time-date.el: Add comment on time value formats.
32463 Don't require parse-time.
32464 (with-decoded-time-value): New macro.
32465 (encode-time-value): New function.
32466 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32467 (days-to-time): Return a valid time value when arg is huge.
32468 (time-since): Use time-subtract.
32469 (time-to-number-of-days): Use time-to-seconds.
32470
32471 2005-03-23 David Ponce <david@dponce.com>
32472
32473 * recentf.el (recentf-keep): New option.
32474 (recentf-menu-action): Default to `find-file'.
32475 (recentf-keep-non-readable-files-flag)
32476 (recentf-keep-non-readable-files-p)
32477 (recentf-file-readable-p, recentf-find-file)
32478 (recentf-cleanup-remote): Remove.
32479 (recentf-include-p): More robust.
32480 (recentf-keep-p): New function.
32481 (recentf-remove-if-non-kept): Rename from
32482 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32483 All callers updated.
32484 (recentf-menu-items-for-commands): Fix help string.
32485 (recentf-track-closed-file): Update. Doc fix.
32486 (recentf-cleanup): Update. Count removed files. Doc fix.
32487
32488 2005-03-23 Kim F. Storm <storm@cua.dk>
32489
32490 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32491 Don't inherit from fringe face (now happens automatically).
32492
32493 2005-03-22 Kim F. Storm <storm@cua.dk>
32494
32495 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32496 position values.
32497
32498 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32499
32500 * menu-bar.el (showhide-date-time): Remove.
32501 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32502 (menu-bar-make-mm-toggle): Simplify.
32503
32504 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32505
32506 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32507 Accept qualified variable and function names.
32508
32509 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32510
32511 * bindings.el (completion-ignored-extensions):
32512 Remove ".lis" for `vax-vms'.
32513
32514 2005-03-22 Andreas Schwab <schwab@suse.de>
32515
32516 * generic-x.el: Revert last change.
32517 * ldefs-boot.el: Update.
32518
32519 2005-03-22 Jay Belanger <belanger@truman.edu>
32520
32521 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32522 (calc-embedded-save-original-modes)
32523 (calc-embedded-restore-original-modes): New functions.
32524 (calc-do-embedded): Save original modes when entering embedded mode
32525 and restore when leaving embedded mode.
32526 (calc-embedded-modes-change): Change the value of
32527 calc-embedded-original-modes to reflect permanent changes.
32528
32529 2005-03-22 Lute Kamstra <lute@gnu.org>
32530
32531 * generic-x.el: Require generic again.
32532
32533 2005-03-22 Miles Bader <miles@gnu.org>
32534
32535 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32536 Tweak details to look good on both ttys and bitmap displays, light
32537 or dark background, etc.
32538
32539 2005-03-21 Kim F. Storm <storm@cua.dk>
32540
32541 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32542 mouse position.
32543
32544 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32545
32546 * icomplete.el: Don't forcibly turn on the mode upon load.
32547 (icomplete-mode): Use define-minor-mode.
32548 (icomplete-eoinput): Default to nil.
32549 (icomplete-minibuffer-setup): Remove autoload.
32550 (icomplete-tidy): Simplify.
32551 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32552 in the initial state or if the user has modified the field.
32553 Fix handling of icomplete-max-delay-chars.
32554 Remove code that handles the oddball case where
32555 minibuffer-completion-table is an integer.
32556 Wrap icomplete-completions in while-no-input in case building
32557 completions takes more time than expected.
32558 (icomplete-completions): Simplify.
32559
32560 2005-03-21 Richard M. Stallman <rms@gnu.org>
32561
32562 * jka-compr.el (jka-compr-really-do-compress):
32563 Make variable buffer-local.
32564
32565 * image-mode.el: Handle .xpm files too.
32566 (image-toggle-display): Preserve modification flag.
32567
32568 * help.el (where-is): Don't mention aliases with no key bindings.
32569
32570 2005-03-21 Lute Kamstra <lute@gnu.org>
32571
32572 * generic.el: Fix commentary section. Don't require cl for
32573 compilation.
32574 (generic-mode-list): Add autoload cookie.
32575 (generic-use-find-file-hook, generic-lines-to-scan)
32576 (generic-find-file-regexp, generic-ignore-files-regexp)
32577 (generic-mode, generic-mode-find-file-hook)
32578 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32579 (define-generic-mode): Make it a defmacro. Fix docstring.
32580 (generic-mode-internal): Code cleanup. Add autoload cookie.
32581 (generic-mode-set-comments): Code cleanup.
32582 * generic-x.el: Don't prevent compilation. Don't require generic.
32583 Follow coding conventions. Minor code cleanup.
32584 (etc-fstab-generic-mode): Add some keywords.
32585 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32586 define-generic-mode like a function declaration.
32587
32588 2005-03-21 Jay Belanger <belanger@truman.edu>
32589
32590 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32591 changing modes.
32592
32593 2005-03-21 Sam Steingold <sds@gnu.org>
32594
32595 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32596
32597 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32598
32599 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32600 Add underscore to "f$ lexicals" regexp.
32601
32602 2005-03-20 Juri Linkov <juri@jurta.org>
32603
32604 * subr.el (progress-reporter-do-update): When `min-value' is equal
32605 to `max-value', set `percentage' to 0 and prevent division by zero.
32606
32607 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
32608
32609 Sync with Tramp 2.0.48.
32610
32611 * net/tramp.el (all): Change all addresses to .gnu.org.
32612 (tramp-append-tramp-buffers): New defun.
32613 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32614 Catch `dont-send' signal.
32615 (tramp-set-auto-save-file-modes): Set always permissions, because
32616 there might be an old auto-saved file belonging to another
32617 original file. This could be a security threat. Reported by
32618 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32619 Check for Emacs 21.3.50 removed.
32620
32621 * net/tramp-smb.el (all): Remove debug construct for
32622 `with-parsed-tramp-file-name'.
32623 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32624 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32625 No error message if DIRECTORY or FILENAME doesn't exist.
32626 (tramp-smb-open-connection): Check existence of
32627 `tramp-smb-program'.
32628
32629 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
32630
32631 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32632 Properly handle the case where the `m' or `s' command's argument is not
32633 yet terminated.
32634 (perl-indent-new-calculate): New function.
32635 (perl-indent-line): Use it.
32636
32637 2005-03-20 Miles Bader <miles@gnu.org>
32638
32639 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32640 in text-mode too. Change to new face names.
32641 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32642 Add `:weight bold' attribute.
32643 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32644
32645 2005-03-19 Juri Linkov <juri@jurta.org>
32646
32647 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
32648
32649 * international/mule.el (auto-coding-alist): Sync with
32650 `auto-mode-alist' by adding upper case archive file extensions
32651 and adding ear/war to jar extension.
32652
32653 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
32654
32655 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32656 running, restart it.
32657
32658 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
32659
32660 * finder.el (finder-current-item): Throw an error on an empty line.
32661
32662 * man.el (Man-follow-manual-reference): If current-word returns
32663 nil, use "".
32664
32665 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
32666
32667 * simple.el (goto-line): Doc fix.
32668
32669 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
32670
32671 * files.el (save-buffer): Doc fix.
32672
32673 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
32674
32675 * recentf.el (recentf-cleanup-remote): New variable.
32676 (recentf-cleanup): Use it to conditionally check availability of
32677 remote files.
32678
32679 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
32680
32681 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32682 function names.
32683
32684 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32685
32686 * language/thai-word.el: New file.
32687
32688 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32689
32690 * files.el (backup-buffer): If the file's directory is not
32691 writable, use copy instead of move to backup the file.
32692
32693 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32694
32695 * obsolete/keyswap.el: Moved to obsolete/ from term/.
32696
32697 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32698
32699 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32700 Use functionp instead of symbolp and fboundp. Reported by Drkm
32701 <darkman_spam@yahoo.fr>.
32702 (ps-print-version): New version 6.6.6.
32703
32704 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
32705
32706 * textmodes/table.el (table--line-column-position): New idiom.
32707 (table--row-column-insertion-point-p): New function to test
32708 validity of row and column insertion operation at a location.
32709 (table-global-menu, table-cell-menu): Use above functions for
32710 deterministic test operation.
32711 (table--editable-cell-p): Behave in deterministic fashion.
32712
32713 2005-03-18 Juri Linkov <juri@jurta.org>
32714
32715 * isearch.el (isearch-lazy-highlight-new-loop):
32716 Make arguments beg and end optional.
32717 (isearch-update): Remove optional arguments nil from
32718 isearch-lazy-highlight-new-loop.
32719 (isearch-lazy-highlight-search): Let-bind case-fold-search to
32720 isearch-lazy-highlight-case-fold-search instead of
32721 isearch-case-fold-search, and let-bind isearch-regexp to
32722 isearch-lazy-highlight-regexp.
32723 Use isearch-lazy-highlight-last-string instead of isearch-string.
32724
32725 * replace.el (perform-replace): Remove bindings of global
32726 variables isearch-string, isearch-regexp, isearch-case-fold-search.
32727 Add three new arguments to `replace-highlight'.
32728 (replace-highlight): Add arguments string, regexp, case-fold.
32729 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32730 to allow isearch-lazy-highlight-new-loop to use these values
32731 to set corresponding isearch-lazy-highlight-* internal
32732 variables whose values lazy highlighting will use regardless of
32733 changes to global variables isearch-string, isearch-regexp,
32734 isearch-case-fold-search during lazy highlighting loop.
32735 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32736 to `lazy-highlight-cleanup'.
32737
32738 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32739 (ispell-highlight-face): Set default face to `isearch' when
32740 lazy highlighting is enabled.
32741 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32742 priority to 1. Add lazy highlighting.
32743 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32744 from `isearch-dehighlight'.
32745
32746 2005-03-18 David Ponce <david@dponce.com>
32747
32748 * files.el (hack-local-variables): Do a case-insensitive search
32749 for End.
32750
32751 2005-03-18 Juri Linkov <juri@jurta.org>
32752
32753 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32754 `isearch-lazy-highlight-cleanup', add alias to old name and
32755 declare obsolete. Add release numbers to other obsolete vars.
32756 (isearch-done, isearch-lazy-highlight-new-loop):
32757 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32758 (lazy-highlight-cleanup) <variable>: Doc fix.
32759 (isearch-lazy-highlight-update): Rename obsolete
32760 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32761
32762 2005-03-18 Kenichi Handa <handa@m17n.org>
32763
32764 * language/thai-util.el: Fix categorization of Thai characters in
32765 thai-category-table.
32766 (thai-composition-pattern): Adjust it for the above change.
32767 (thai-self-insert-command, thai-compose-syllable): New functions.
32768 (thai-compose-region): Use thai-compose-syllable.
32769 (thai-compose-string): Likewise.
32770 (thai-composition-function): Likewise.
32771 (thai-auto-composition): New function.
32772 (thai-auto-composition-mode): New minor mode.
32773
32774 * language/thai.el: Fix patterns to be registered in
32775 composition-function-table.
32776
32777 * international/quail.el (quail-input-method): Locally bind
32778 inhibit-modification-hooks to t.
32779
32780 2005-03-17 Richard M. Stallman <rms@gnu.org>
32781
32782 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32783 (perl-mode): Use run-mode-hooks.
32784
32785 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32786 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32787 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32788
32789 * mail/sendmail.el (sendmail-send-it): Reenable the code
32790 to compute resend-to-address and use it.
32791
32792 * tar-mode.el (tar-mode): Turn off undo unconditionally.
32793
32794 * image-mode.el: New file.
32795
32796 * image.el (insert-sliced-image): Add autoload cookie.
32797
32798 * font-lock.el (font-lock-lines-before): New user option.
32799 (font-lock-after-change-function): Obey it.
32800
32801 * bindings.el (esc-map): Make M-g a prefix.
32802 Bind M-g g and M-g M-g to goto-line.
32803
32804 * faces.el (face-id): Doc fix.
32805
32806 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32807
32808 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32809 (rmail-show-message): Use rmail-unknown-mail-followup-to.
32810 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32811
32812 * mail/sendmail.el (mail-yank-ignored-headers)
32813 (mail-font-lock-keywords, mail-mode-fill-paragraph):
32814 Add Mail-Followup-To and Mail-Reply-To headers.
32815 (mail-citation-hook): Add autoload cookie.
32816 (mail-mode): Doc fix.
32817 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32818 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32819 (mail-mode-fill-paragraph): Handle those headers.
32820 (mail-mailing-lists): New variable.
32821 (mail-mail-reply-to, mail-mail-followup-to): New functions.
32822
32823 2005-03-17 Juri Linkov <juri@jurta.org>
32824
32825 * isearch.el (isearch-fallback): Check for `(car previous)'
32826 before calling `isearch-other-end-state'.
32827
32828 2005-03-17 Kim F. Storm <storm@cua.dk>
32829
32830 * simple.el (move-beginning-of-line): Move to beginning of buffer
32831 line, as well as beginning of screen line.
32832
32833 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
32834
32835 * calendar/diary-lib.el (mark-diary-entries): Use new optional
32836 argument REDRAW rather than calendar-redrawing variable.
32837 * calendar/calendar.el (calendar-redrawing): Delete.
32838 (redraw-calendar): Do not bind calendar-redrawing.
32839
32840 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
32841
32842 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32843 diary-file buffer.
32844
32845 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
32846
32847 * help.el (describe-mode): Allow a :minor-mode-function property to
32848 specify a different minor mode toggle function than the variable.
32849 * simple.el (auto-fill-function):
32850 * subr.el (add-minor-mode): Use it.
32851
32852 2005-03-16 Kenichi Handa <handa@m17n.org>
32853
32854 * language/ethio-util.el (sera-being-called-by-w3): New variable.
32855 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32856 (ethio-fidel-to-sera-buffer): Likewise.
32857
32858 2005-03-16 Juri Linkov <juri@jurta.org>
32859
32860 * emacs-lisp/find-func.el (find-function-regexp):
32861 Add defun-emitting macro `menu-bar-make-toggle'.
32862
32863 * isearch.el: Put `isearch-scroll' property to
32864 `split-window-horizontally'.
32865
32866 * info.el: Update error messages for `debug-ignored-errors'.
32867 (Info-isearch-search): Doc fix.
32868 (Info-find-node): Move up code to go into info buffer before
32869 recording the node to the history.
32870 (Info-fontify-node): Fontify titles only if the next line
32871 has two or more `*', `=', `-', `.'.
32872 Display "go to this node" for empty (match-string 3).
32873
32874 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32875
32876 * term/mac-win.el: Add mouse pointer shape constants.
32877
32878 2005-03-15 Kim F. Storm <storm@cua.dk>
32879
32880 * simple.el (move-beginning-of-line): Use vertical-motion.
32881
32882 2005-03-15 Juri Linkov <juri@jurta.org>
32883
32884 * isearch.el (isearch-error): New variable.
32885 (isearch-invalid-regexp, isearch-within-brackets): Remove.
32886 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32887 (isearch-within-brackets-state): Remove.
32888 (isearch-case-fold-search-state, isearch-pop-fun-state):
32889 Decrease frame index.
32890 (isearch-mode, isearch-top-state, isearch-push-state)
32891 (isearch-edit-string, isearch-abort, isearch-search-and-update)
32892 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32893 (isearch-search, isearch-lazy-highlight-new-loop):
32894 Replace `isearch-invalid-regexp' with `isearch-error'.
32895 Remove `isearch-within-brackets'.
32896 (isearch-search): Add `search-failed' handler to `condition-case'.
32897 (isearch-lazy-highlight-search): Add `condition-case' to catch
32898 errors and allow `isearch-lazy-highlight-update' to try
32899 highlighting from the beginning of the window.
32900 (isearch-repeat): Move up code to set isearch-wrapped to t
32901 before calling isearch-wrap-function.
32902
32903 * info.el (Info-isearch-initial-node): New internal variable.
32904 (Info-search): Signal an error in isearch mode when search leaves
32905 the initial node. Signal an error when `bound' is non-nil and
32906 nothing was found in the current subfile.
32907 (Info-isearch-search): Remove `condition-case'.
32908 (Info-isearch-wrap): Don't wrap when search failed during leaving
32909 the initial node. If `Info-isearch-search' is nil, wrap around
32910 the current node.
32911 (Info-isearch-start): New fun.
32912 (Info-mode): Add buffer-local hook `Info-isearch-start' to
32913 `isearch-mode-hook'.
32914
32915 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32916
32917 * simple.el (normal-erase-is-backspace): Set default to t if
32918 running on Mac.
32919
32920 * term/mac-win.el (function-key-map): Sync with x-win.el.
32921
32922 2005-03-15 Kenichi Handa <handa@m17n.org>
32923
32924 * international/mule-cmds.el (locale-language-names): Modify the
32925 format of elements and add more entries.
32926 (locale-preferred-coding-systems): Add more entries.
32927 (set-locale-environment): Adjust for the change of
32928 locale-language-names.
32929
32930 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
32931
32932 * pcvs.el (smerge-ediff): Remove bogus autoload.
32933
32934 2005-03-14 Lute Kamstra <lute@gnu.org>
32935
32936 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32937 Ignore a `*' at the beginning of a line.
32938
32939 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32940 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32941 subr.el.
32942 (dont-compile, eval-when-compile, eval-and-compile): Use declare
32943 to specify indentation.
32944
32945 * generic.el (define-generic-mode): Let generic-mode-list be a
32946 list of strings; test membership with equal.
32947
32948 2005-03-14 Kim F. Storm <storm@cua.dk>
32949
32950 * simple.el (next-line, previous-line): Add optional try-vscroll
32951 arg to recognize interactive use. Pass it on to line-move.
32952 (line-move): Don't perform auto-window-vscroll when defining or
32953 executing keyboard macro to ensure consistent behavior.
32954
32955 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
32956
32957 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32958
32959 2005-03-13 Lute Kamstra <lute@gnu.org>
32960
32961 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32962 debugger-setup-buffer so that backtrace marks the frames set to
32963 debug-on-exit and we don't have to do it manually. Set an extra
32964 debug-on-exit for macro's.
32965 (debugger-setup-buffer): Don't mark the top frame manually.
32966
32967 2005-03-12 Lute Kamstra <lute@gnu.org>
32968
32969 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32970 lisp-indent-function throughout.
32971 (with-no-warnings): Set lisp-indent-function property.
32972
32973 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
32974
32975 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32976 Add entry for backslash.
32977
32978 2005-03-12 Juri Linkov <juri@jurta.org>
32979
32980 * info.el (Info-search): Four fixes for backward search.
32981
32982 2005-03-11 Jay Belanger <belanger@truman.edu>
32983
32984 * calc/calc.el (calc-language-alist): New variable.
32985 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32986 (calc-embedded-find-modes): Use calc-language-alist instead of
32987 calc-embedded-language-alist.
32988
32989 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32990
32991 * calendar/calendar.el (calendar-redrawing): New internal
32992 variable.
32993 (redraw-calendar): Remove bogus save-excursion from previous
32994 change. Bind calendar-redrawing to t for mark-diary-entries.
32995 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32996 calendar if that is why we were called.
32997
32998 2005-03-11 Kenichi Handa <handa@m17n.org>
32999
33000 * international/mule.el (make-coding-system): Set property
33001 coding-system-define-form to nil.
33002 (define-coding-system-alias): Likewise.
33003
33004 2005-03-11 Kenichi Handa <handa@m17n.org>
33005
33006 These changes are suggested by Dave Love <fx@gnu.org>.
33007
33008 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33009 coding: tag.
33010 (adaptive-fill-regexp): Add more bullets.
33011 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33012 regexps.
33013
33014 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33015
33016 * help.el (describe-mode): Properly handle non-trivial lighters.
33017 Don't ignore minor modes that are not listed in minor-mode-list.
33018
33019 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33020 feature ON when the user requests to turn it OFF.
33021
33022 2005-03-10 Lute Kamstra <lute@gnu.org>
33023
33024 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33025 (implement-debug-on-entry): New function to replace debug-entry-code.
33026 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33027 second argument as the 2005-03-07 change makes it obsolete.
33028 (debug-on-entry, cancel-debug-on-entry): Update call to
33029 debug-on-entry-1.
33030 (debug, debugger-setup-buffer): Comment update.
33031 (debugger-frame-number): Update to work with implement-debug-on-entry.
33032
33033 2005-03-10 Jay Belanger <belanger@truman.edu>
33034
33035 * calc/calc-embed.el (math-ms-args): Declare it.
33036 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33037 math-ms-args.
33038 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33039 variables.
33040
33041 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33042
33043 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33044 Use message-box.
33045
33046 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33047 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33048 (tooltip-gud-tips): Simplify.
33049 (tooltip-gud-tips-p): Remove superfluous :set.
33050 (tooltip-gud-modes): Add fortran-mode.
33051 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33052
33053 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33054
33055 2005-03-09 Kim F. Storm <storm@cua.dk>
33056
33057 * play/animate.el (animate-place-char): Use forward-line instead
33058 of next-line to improve performance.
33059
33060 2005-03-09 Simon Josefsson <jas@extundo.com>
33061
33062 * net/browse-url.el (browse-url-default-browser): Doc fix.
33063
33064 2005-03-09 Miles Bader <miles@gnu.org>
33065
33066 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33067 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33068
33069 2005-03-09 Kenichi Handa <handa@m17n.org>
33070
33071 * international/latin-1.el: Set case and syntax for 255 only if
33072 set-case-syntax-set-multibyte is nil.
33073
33074 * textmodes/ispell.el (ispell-insert-word): New function.
33075 (ispell-word): Use ispell-insert-word to insert a new word.
33076 (ispell-process-line): Likewise.
33077 (ispell-complete-word): Likewise.
33078
33079 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33080
33081 * calendar/calendar.el (redraw-calendar): Preserve point.
33082 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33083 (calendar-week-start-day): Move after definition of
33084 redraw-calendar. Delete buffer test, since redraw-calendar has
33085 that now.
33086
33087 * calendar/diary-lib.el (mark-diary-entries): Only call
33088 redraw-calendar in the first of any recursive calls.
33089 Reported by Alan Shutko <ats@acm.org>.
33090
33091 2005-03-08 Juri Linkov <juri@jurta.org>
33092
33093 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33094 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33095 (html-radio-buttons): Add a space before the trailing `/>' where
33096 sgml-xml-mode is non-nil.
33097 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33098 the subsequent tag of the empty XML tag.
33099 (html-href-anchor): Don't set initial input to "http:".
33100 (html-image): Ask for the image URL and set point inside alt="".
33101 (html-name-anchor): Duplicate the name in the `id' attribute when
33102 sgml-xml-mode is non-nil.
33103 (html-paragraph): Remove \n before <p>.
33104 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33105 instead of `checked' when sgml-xml-mode is non-nil.
33106
33107 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33108 Remove 1 space before #RRGGBB to not truncate it on terminal
33109 windows w/o fringes. Remove 1 space between bg and fg examples
33110 to get more space.
33111 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33112 avoid byte-compile warnings.
33113
33114 * image-file.el (image-file-handler): Put `safe-magic' property to
33115 `image-file-handler'.
33116
33117 * info.el (Info-isearch-search): Emulate word search in
33118 isearching through multiple Info nodes with Info-search.
33119 (Info-isearch-wrap): Allow isearch-word.
33120
33121 2005-03-08 Lute Kamstra <lute@gnu.org>
33122
33123 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33124 stepping into the debugger's code is not possible.
33125 (debugger-jumping-flag): Docstring update.
33126
33127 2005-03-08 Jay Belanger <belanger@truman.edu>
33128
33129 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33130 embedded mode begins.
33131 (calc-embedded-language-alist): New variable.
33132 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33133 set default language mode.
33134
33135 2005-03-08 Kenichi Handa <handa@m17n.org>
33136
33137 * international/ccl.el (define-ccl-program): Fix docstring about
33138 extra 256 bytes assured for the output buffer.
33139
33140 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33141 Fix BUFFER_MAGNIFICATION to 2.
33142 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33143
33144 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33145
33146 * align.el (align-rules-list): Added an alignment rule for CSS
33147 declarations (applies to css-mode and html-mode buffers).
33148
33149 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33150
33151 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33152
33153 2005-03-07 Kim F. Storm <storm@cua.dk>
33154
33155 * simple.el (move-beginning-of-line): New command.
33156
33157 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33158
33159 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33160
33161 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33162 and move-beginning-of-line.
33163
33164 * apropos.el (apropos-print): Omit command from M-x ... RET.
33165
33166 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33167
33168 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33169 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33170
33171 2005-03-06 Richard M. Stallman <rms@gnu.org>
33172
33173 * bindings.el (esc-map): Bind M-g to goto-line.
33174
33175 * facemenu.el (global-map): Bind M-o, not M-g.
33176
33177 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33178
33179 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33180 "Open Directory" as for "Open File".
33181
33182 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33183
33184 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33185 (push-mark-command): Run activate-mark-hook.
33186
33187 2005-03-06 Richard M. Stallman <rms@gnu.org>
33188
33189 * help-mode.el (help-mode-finish): Don't alter the element
33190 in view-return-to-alist if there already is one.
33191
33192 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33193 make sure the current buffer is the expected one.
33194
33195 * novice.el (disabled-command-function): Output in *Disabled Command*.
33196 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33197
33198 * textmodes/flyspell.el (flyspell-large-region):
33199 Pass args differently for aspell.
33200
33201 * files.el (mode-require-final-newline): Doc fix.
33202
33203 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33204
33205 * progmodes/which-func.el (which-function):
33206 Specify NOERROR when calling imenu--make-index-alist.
33207
33208 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33209
33210 * simple.el (normal-erase-is-backspace): Define default value.
33211
33212 * custom.el (custom-theme-set-variables): Remove unused var
33213 `immediate'.
33214 (custom-reevaluate-setting): Simple function to handle variables
33215 that are defined before their default value can really be
33216 computed.
33217
33218 * startup.el (command-line): Use it for temporary-file-directory,
33219 small-emporary-file-directory, auto-save-file-name-transforms,
33220 blink-cursor-mode, and normal-erase-is-backspace.
33221
33222 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33223 progress, even with buggy anchored keywords.
33224
33225 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33226
33227 * simple.el (goto-line): Remove unbalanced final parenthesis.
33228
33229 2005-03-05 Richard M. Stallman <rms@gnu.org>
33230
33231 * simple.el (goto-line): Use a number at point as the default.
33232 With C-u as arg, switch buffers.
33233
33234 2005-03-05 Juri Linkov <juri@jurta.org>
33235
33236 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33237 with `no-blinking-cursor'.
33238
33239 * startup.el (no-blinking-cursor): New defvar.
33240 (command-line): Add `--no-blinking-cursor' to longopts.
33241 Set `no-blinking-cursor' to t for command line arguments
33242 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33243 with `no-blinking-cursor' in the condition for calling
33244 `blink-cursor-mode'.
33245
33246 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33247
33248 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33249 (menu-bar-options-save): Add blink-cursor-mode.
33250 (menu-bar-options-menu): Add blink-cursor-mode.
33251
33252 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33253
33254 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33255 (icalendar-export-file, icalendar-export-region)
33256 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33257 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33258
33259 2005-03-04 Lute Kamstra <lute@gnu.org>
33260
33261 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33262 (debug-function-list): Ditto.
33263
33264 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33265
33266 * textmodes/texinfmt.el (texinfo-append-refill):
33267 Redefine the types of line to which @refill
33268 is not appended by replacing a search for `@refill\\|@bye' with
33269 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33270 itemize@refill' bug and the unfilled long lines bug.
33271 (texinfmt-version): Update number and date.
33272
33273 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33274
33275 * international/code-pages.el (windows-1250, windows-125[2-8])
33276 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33277
33278 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33279
33280 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33281 bound yet.
33282
33283 2005-03-02 Romain Francoise <romain@orebokech.com>
33284
33285 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33286 buffer after removing limits.
33287 (ibuffer-pop-filter): Ditto.
33288 Update copyright.
33289
33290 2005-03-02 Miles Bader <miles@gnu.org>
33291
33292 * button.el (make-text-button): If the user doesn't specify a
33293 type, use the default. Rewrite to use `add-text-properties' and
33294 plist functions.
33295
33296 2005-03-01 Lute Kamstra <lute@gnu.org>
33297
33298 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33299 (debugger-jumping-flag): New var.
33300 (debug-entry-code): Use it.
33301 (debugger-jump): Use debugger-jumping-flag and add
33302 debugger-reenable to post-command-hook.
33303 (debugger-reenable): Use debugger-jumping-flag and remove itself
33304 from post-command-hook.
33305 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33306 debugger-reenable.
33307
33308 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33309
33310 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33311 inclusion of "itemize\\|", which may be unnecessary, is certainly
33312 inelegant, and stops refilling in itemize lists when formatting
33313 Japanese Texinfo files to Info.
33314 Update copyright to 2005.
33315
33316 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33317
33318 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33319 of an error if GDB can't find the source file.
33320
33321 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33322
33323 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33324 not just the calendar.
33325
33326 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33327 first.
33328 (diary-redraw-calendar): New function.
33329 (make-diary-entry): Add diary-redraw-calendar to local
33330 write-contents-functions. Turn off selective display before
33331 inserting in diary.
33332
33333 2005-03-01 Kim F. Storm <storm@cua.dk>
33334
33335 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33336
33337 2005-03-01 Lute Kamstra <lute@gnu.org>
33338
33339 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33340 that debug-entry-code can be safely removed from a function while
33341 this code is being evaluated. Revert the 2005-02-27 change as the
33342 new implementation no longer requires it. Make sure that a
33343 function body containing just a string is not mistaken for a docstring.
33344 (debug): Skip one more frame in case of debug on entry.
33345 (debugger-setup-buffer): Delete one more frame line in case of
33346 debug on entry.
33347 (debugger-frame-number): Update to use the new text introduced by
33348 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33349
33350 2005-02-28 Kim F. Storm <storm@cua.dk>
33351
33352 * double.el (double-translate-key): Call force-window-update after
33353 read-event to avoid crash in redisplay.
33354
33355 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33356
33357 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33358 (debug): Use it. Move the inhibit-trace earlier.
33359 (debug-entry-code): New const.
33360 (debug-on-entry-1): Use it.
33361
33362 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33363
33364 * international/utf-16.el (ccl-encode-mule-utf-16le):
33365 Fix BUFFER_MAGNIFICATION to 2.
33366 (ccl-encode-mule-utf-16be): Likewise.
33367
33368 2005-02-28 Kenichi Handa <handa@m17n.org>
33369
33370 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33371 Fix BUFFER_MAGNIFICATION to 4.
33372 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33373
33374 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33375
33376 * speedbar.el (speedbar-update-flag): Doc fix.
33377 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33378 argument.
33379
33380 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33381
33382 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33383 have a non-nil `invisible' property but are actually visible.
33384
33385 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33386 for perldoc sections.
33387 (perl-outline-regexp, perl-outline-level): New var and function.
33388 (perl-mode): Use them.
33389
33390 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33391
33392 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33393 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33394
33395 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33396
33397 * cus-edit.el: Comment change.
33398 (custom-buffer-create-internal): Slightly reword text at top of
33399 Custom buffers. Mention there that saving an option edits the
33400 init file. Add link to Emacs manual node on `custom-file'.
33401 (custom-magic-alist): Rewrite individual State messages to use
33402 capitalized keywords. Doc fix.
33403
33404 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33405
33406 * calendar/calendar.el (calendar-buffer): Move above
33407 calendar-week-start-day.
33408 (calendar-week-start-day): Doc fix. Add :set function.
33409 (calendar-minimum-window-height): New variable.
33410 (generate-calendar-window): Only resize window if selected-window
33411 is displaying the calendar buffer. Use new variable
33412 calendar-minimum-window-height.
33413 (generate-calendar): Reword error message.
33414 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33415
33416 2005-02-27 Andreas Schwab <schwab@suse.de>
33417
33418 * vc.el (vc-do-command): Don't run command asynchronously when
33419 operating in a remote directory.
33420
33421 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33422 change from sync with Tramp 2.0.47.
33423
33424 2005-02-27 Richard M. Stallman <rms@gnu.org>
33425
33426 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33427
33428 * textmodes/flyspell.el (flyspell-mode-on):
33429 Call ispell-change-dictionary only if necessary.
33430
33431 * emacs-lisp/re-builder.el (regexp-builder): New function.
33432
33433 * register.el (describe-register-1): Explicitly handle
33434 yank-excluded-properties = t.
33435
33436 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33437 (custom-magic-alist): Change the status descriptions again.
33438 (face widget-type): Total rewrite based on `restricted-sexp'
33439 to eliminate the confusing double hiding levels.
33440
33441 * emacs-lisp/debug.el (debug-on-entry-1):
33442 If function body is empty, add nil as body form.
33443
33444 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33445
33446 * emacs-lisp/trace.el (inhibit-trace): New var.
33447 (trace-make-advice): Use it.
33448
33449 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33450
33451 2005-02-26 Kim F. Storm <storm@cua.dk>
33452
33453 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33454 (mouse-on-link-p, mouse-drag-region-1): Use it.
33455
33456 2005-02-25 Lute Kamstra <lute@gnu.org>
33457
33458 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33459
33460 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33461
33462 * frame.el (blink-cursor-mode): Add :group keyword.
33463
33464 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33465
33466 * calendar/icalendar.el (icalendar--decode-isodatetime):
33467 New optional argument DAY-SHIFT.
33468 (icalendar-export-region): Fix coding-system-for-write.
33469 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33470 events by one.
33471
33472 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33473
33474 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33475
33476 2005-02-24 Kim F. Storm <storm@cua.dk>
33477
33478 * international/iso-acc.el (iso-accents-compose): Fix crash
33479 during redisplay. Call force-window-update after read-event
33480 and delete-region to signal that window is not accurate.
33481
33482 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33483
33484 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33485 Remove unused and inexistent var `inhibit-trace'.
33486 (debugger-mode): Use run-mode-hooks.
33487 (debugger-list-functions): Add buttons; setup xref stack.
33488
33489 2005-02-23 Richard M. Stallman <rms@gnu.org>
33490
33491 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33492 appointment says it was explicitly made.
33493 (appt-add): Set the 3rd element.
33494 (appt-make-list): Preserve explicit appointments.
33495
33496 * subr.el (find-tag-default): Catch errors in forward-sexp.
33497
33498 2005-02-23 Juri Linkov <juri@jurta.org>
33499
33500 * info.el (Info-isearch-search): New defcustom.
33501 (Info-isearch-search): Call the default isearch function
33502 when Info-isearch-search is nil.
33503 (Info-isearch-wrap): Use variable Info-isearch-search.
33504
33505 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33506
33507 * cus-edit.el: Comment change.
33508
33509 2005-02-22 Kim F. Storm <storm@cua.dk>
33510
33511 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33512 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33513
33514 2005-02-22 Simon Josefsson <jas@extundo.com>
33515
33516 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33517 New variable.
33518 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33519 Oskarsson" <myrkraverk@users.sourceforget.net>.
33520
33521 2005-02-22 Kim F. Storm <storm@cua.dk>
33522
33523 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33524 check that window of that event is the selected window.
33525 (mouse-drag-region-1): Compare mouse event window to selected
33526 window before setting point.
33527
33528 * tooltip.el (tooltip-show-help-function): Pass event to
33529 mouse-on-link-p so it can check selected window.
33530
33531 2005-02-22 Kenichi Handa <handa@m17n.org>
33532
33533 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33534 (ps-mule-show-warning): New function.
33535 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33536 characters are found.
33537
33538 * ps-print.el (ps-header-footer-string): Return a list of header
33539 and footer strings.
33540
33541 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33542
33543 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33544
33545 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33546
33547 * frame.el (blink-cursor-mode): Use define-minor-mode.
33548
33549 * term/mac-win.el (function-key-map): Use char-names more consistently.
33550 (file-name-coding-system): Only set it for MacOS-9. The other case is
33551 already handled in mule-cmds.el (where it also works when mac-win.el
33552 is not used).
33553
33554 2005-02-21 Kenichi Handa <handa@m17n.org>
33555
33556 * international/mule.el (ctext-pre-write-conversion): Always use
33557 " *code-converting-work*" buffer for work.
33558
33559 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33560
33561 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33562
33563 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33564
33565 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33566
33567 * ses.el (undo-more): Restore defadvice, but only the part that
33568 allows changes outside the restricted area of the buffer.
33569
33570 2005-02-20 Kim F. Storm <storm@cua.dk>
33571
33572 * simple.el (line-move): Add fourth optional arg try-vscroll which
33573 must be set to perform auto-window-vscroll.
33574 When moving backwards and doing auto-window-vscroll, automatically
33575 vscroll to the last part of lines which are taller than the window.
33576 (next-line, previous-line): Set try-vscroll arg on line-move.
33577
33578 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33579
33580 * replace.el (query-replace, query-replace-regexp)
33581 (replace-string, replace-regexp): When operating on region, make
33582 the minibuffer prompt say so.
33583
33584 * isearch.el (isearch-forward): Document isearch-query-replace and
33585 isearch-query-replace-regexp keybindings.
33586
33587 2005-02-19 Jay Belanger <belanger@truman.edu>
33588
33589 * calc/calc-aent.el (math-read-token): Add local variable.
33590
33591 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33592 (calc-edit-top): Move declaration to earlier in file.
33593 (calc-edit-macro-repeats): Add local variables.
33594
33595 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33596 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33597 calcFunc-tanh.
33598 Adjust integration rule for calcFunc-tan.
33599
33600 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33601
33602 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33603 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33604 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33605 (viper-skip-separators): Bug fix.
33606 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33607 particular major mode.
33608 (viper-del-backward-char-in-replace): Don't put deleted char on the
33609 kill ring.
33610
33611 * viper-ex.el (viper-color-display-p): New function.
33612 (viper-has-face-support-p): Use viper-color-display-p.
33613
33614 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33615
33616 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33617
33618 * viper-util.el (viper-glob-unix-files): Fix shell status check.
33619 (viper-file-remote-p): Make equivalent to file-remote-p.
33620
33621 * viper.el (viper-major-mode-modifier-list):
33622 Use viper-gnus-modifier-map.
33623
33624 2005-02-19 David Kastrup <dak@gnu.org>
33625
33626 * subr.el (subregexp-context-p): Fix garbled doc string by adding
33627 quoting.
33628
33629 2005-02-19 Jay Belanger <belanger@truman.edu>
33630
33631 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33632 Remove extra definitions.
33633 (calc-coth): New function.
33634 (calcFunc-cot): Fix `let'.
33635
33636 2005-02-19 Eli Zaretskii <eliz@gnu.org>
33637
33638 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33639 the reasons we use "type pc" in these faces.
33640
33641 * button.el (button): Ditto.
33642
33643 2005-02-19 Michael Mauger <mmaug@yahoo.com>
33644
33645 * replace.el (query-replace-read-from): Set the value of
33646 query-replace-from-history-variable to handle the case of an empty
33647 string entered to accept the suggested default.
33648
33649 * net/tramp.el (tramp-file-name-for-operation):
33650 Use dired-call-process instead of dired-call-process-command.
33651
33652 2005-02-19 Jay Belanger <belanger@truman.edu>
33653
33654 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33655 (math-div-non-trig): New variables.
33656 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33657 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33658 (math-combine-prod, math-div-symb-fancy): Add simplifications for
33659 trig expressions.
33660
33661 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
33662
33663 * progmodes/gdb-ui.el (gdb-var-update-handler)
33664 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33665 for watch expressions,
33666 (gdb-var-create-handler): Don't set speedbar-update-flag.
33667 (gdb-post-prompt): Simplify test for speedbar.
33668
33669 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33670
33671 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33672 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33673 we use the syntax table of the correct buffer.
33674 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33675 Felix Gatzemeier.
33676
33677 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33678 (ediff-file-remote-p): Make synonymous with file-remote-p.
33679 In all deffaces ediff-*-face-*, use min-colors.
33680
33681 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33682 ediff-recurse-to-subdirectories.
33683 (ediff-mark-if-equal): Check that the arguments are strings, use
33684 ediff-same-contents (after to Felix Gatzemeier).
33685
33686 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33687 nil.
33688
33689 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
33690
33691 * log-view.el (log-view-message-re): Fix up Subversion regexp.
33692
33693 2005-02-18 David Kastrup <dak@gnu.org>
33694
33695 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33696 use `mark-active' when defined.
33697
33698 2005-02-18 Kenichi Handa <handa@m17n.org>
33699
33700 * ps-print.el (ps-font-info-database): New entry
33701 ZapfChancery-MediumItalic with correct font name. Fix font name
33702 of the entry Zapf-Chancery-MediumItalic.
33703
33704 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
33705
33706 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33707
33708 2005-02-16 Kim F. Storm <storm@cua.dk>
33709
33710 * ido.el (ido-fallback-command): Pass user input to fallback command.
33711
33712 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
33713
33714 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33715 (gdb-find-file-hook): Add server prefix.
33716
33717 2005-02-16 Richard M. Stallman <rms@gnu.org>
33718
33719 * replace.el (perform-replace): Pass new args to replace-highlight.
33720 (replace-highlight): Take region args,
33721 and pass them to isearch-lazy-highlight-new-loop.
33722
33723 * novice.el (disabled-command-hook): Autoload the defalias
33724 and the make-obsolete-variable call.
33725
33726 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33727
33728 * isearch.el (isearch-lazy-highlight-start-limit)
33729 (isearch-lazy-highlight-end-limit): New variables limit
33730 the region for highlighting.
33731 (isearch-lazy-highlight-new-loop): New args BEG and END.
33732 (isearch-lazy-highlight-search): Use the new vars.
33733 (isearch-lazy-highlight-update): Likewise.
33734
33735 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33736
33737 * cus-start.el (all): Use default-boundp.
33738
33739 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
33740
33741 * menu-bar.el (menu-bar-select-frame): Handle current frame.
33742
33743 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
33744
33745 * autorevert.el (auto-revert-stop-on-user-input)
33746 (auto-revert-verbose): Doc fixes.
33747
33748 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
33749
33750 * international/mule-cmds.el (set-locale-environment): Remove call
33751 to set-selection-coding-system on Windows.
33752
33753 2005-02-15 Jay Belanger <belanger@truman.edu>
33754
33755 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33756 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33757 calcFunc-coth.
33758 (math-simplify-sqrt): Add simplifications.
33759
33760 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33761 to list.
33762
33763 * calc/calc-ext.el: Add functions to autoloads.
33764
33765 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33766 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33767 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33768 (math-csc-raw, math-cot-raw): New functions.
33769
33770 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33771
33772 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33773 the variable name in a message.
33774
33775 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33776 calcFunc-csc, calcFunc-cot.
33777
33778 * calc/calcalg2.el: Add derivative and integration rules for
33779 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33780 calcFunc-csch, calcFunc-coth.
33781 (math-do-integral-methods): Add to checks for when to use
33782 substitutions.
33783
33784 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33785
33786 2005-02-15 Lute Kamstra <lute@gnu.org>
33787
33788 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33789 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
33790 <monnier@iro.umontreal.ca>.
33791 (lisp-outline-level): Improve efficiency. Suggested by David
33792 Kastrup <dak@gnu.org>.
33793
33794 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
33795
33796 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33797 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33798 (gdb-set-gud-minor-mode-existing-buffers): New functions.
33799 (gdb-find-file-hook): New hook. Add it to find-file-hook.
33800 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33801
33802 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
33803
33804 * cus-start.el (all): Comment change.
33805
33806 2005-02-14 Lute Kamstra <lute@gnu.org>
33807
33808 * cus-start.el (all): Check if symbol is void.
33809
33810 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
33811
33812 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33813 optional argument to \cite.
33814
33815 2005-02-14 Richard M. Stallman <rms@gnu.org>
33816
33817 * cus-edit.el (custom-buffer-create-internal): Update help message.
33818 (custom-magic-alist): Update help messages.
33819
33820 * cus-start.el (all): Allow a var to specify a standard value.
33821
33822 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
33823
33824 * custom.el (custom-theme-set-variables): Handle variable aliases.
33825
33826 * frame.el (blink-cursor-timer): Doc fix.
33827 (blink-cursor): Make it an alias for `blink-cursor-mode' and
33828 declare obsolete.
33829 (blink-cursor-mode): Define with defcustom and use correct
33830 standard expression in that defcustom.
33831 * startup.el (command-line): Adapt to above changes in frame.el.
33832
33833 2005-02-11 Lute Kamstra <lute@gnu.org>
33834
33835 * apropos.el (apropos-score-doc): Prevent division by zero.
33836
33837 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
33838
33839 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33840 (icalendar--get-event-property-attributes)
33841 (icalendar--get-event-properties)
33842 (icalendar--datetime-to-diary-date): New functions.
33843 (icalendar--split-value): Doc fix.
33844 (icalendar--datetime-to-noneuropean-date)
33845 (icalendar--datetime-to-european-date): New optional argument
33846 SEPARATOR. Return result as a string instead of a list.
33847 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33848 (icalendar--convert-string-for-export): Rename arg S to STRING.
33849 (icalendar-export-region): Doc fix. Change name of error buffer.
33850 Save output buffer.
33851 (icalendar-import-file): Add blank at end of prompt.
33852 (icalendar-import-buffer): Doc fix. Do not switch to error
33853 buffer. Indicate status in return value.
33854 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
33855 buffer. Save output buffer. Handle exception from recurrence
33856 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
33857 events. Fix problems with weekly all-day events.
33858
33859 2005-02-10 Richard M. Stallman <rms@gnu.org>
33860
33861 * simple.el (eval-expression-print-format):
33862 Avoid warning about edebug-active.
33863
33864 * help.el (help-for-help-internal): Rename from help-for-help.
33865 (help-for-help): Define with defalias.
33866
33867 * font-core.el (font-lock-default-function): Use with-no-warnings.
33868
33869 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33870
33871 * custom.el (defface): Doc fix.
33872
33873 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
33874
33875 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33876 width 0" to prevent word wrapping problems.
33877
33878 2005-02-09 Kim F. Storm <storm@cua.dk>
33879
33880 * ido.el (ido-file-extensions-order): New defcustom.
33881 (ido-file-extension-lessp, ido-file-extension-aux)
33882 (ido-file-extension-order): New advanced file ordering.
33883 (ido-file-lessp): New simple file ordering.
33884 (ido-sort-list): Remove.
33885 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33886 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33887
33888 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
33889
33890 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33891 that some versions of grep produce.
33892 (grep-mode-font-lock-keywords): Likewise.
33893
33894 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
33895
33896 * progmodes/gdb-ui.el (gdb-location-list): New variable.
33897 (gdb-cdir): Delete.
33898 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33899 (gdb-source-info): Treat case when source file is in another
33900 directory properly.
33901 (gdb-get-location): New function.
33902
33903 2005-02-07 Jay Belanger <belanger@truman.edu>
33904
33905 * calc/calc-prog.el (calc-write-parse-table-part)
33906 (calc-fix-token-name): Fix a check for language type.
33907
33908 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33909
33910 2005-02-07 Andre Spiegel <spiegel@gnu.org>
33911
33912 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33913 as directory not writable.
33914
33915 2005-02-07 Kim F. Storm <storm@cua.dk>
33916
33917 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33918 (cua--standard-movement-commands): Remove list.
33919 Instead, set CUA property value to move for movement commands.
33920 (cua-movement-commands): Remove. Users must set CUA prop instead.
33921 (cua--pre-command-handler): Check CUA property.
33922 (cua--init-keymaps): Don't remap undo commands.
33923 (cua-mode): Don't call cua--rectangle-on-off.
33924
33925 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33926 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33927 (cua--rect-undo-set-point): New var.
33928 (cua--rectangle-undo-boundary): Setup undo apply entry.
33929 (cua--rect-undo-handler): New function for rectangle undo.
33930 (cua--rect-start-position, cua--rect-end-position): Add.
33931 (cua--rectangle-post-command): Call cua--rectangle-set-corners
33932 for restored rectangle. Set point if cua--rect-undo-set-point.
33933
33934 2005-02-06 Jay Belanger <belanger@truman.edu>
33935
33936 * calc/calc-lang.el (calc-tex-language): Display more information
33937 in messages.
33938
33939 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33940 in TeX mode.
33941
33942 2005-02-06 Richard M. Stallman <rms@gnu.org>
33943
33944 * emacs-lisp/lisp.el (buffer-end): Doc fix.
33945
33946 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
33947
33948 * net/ldap.el (ldap-search-internal): Support attributes with
33949 optional descriptions separated by a semi-colon, as in
33950 "userCertificate;binary".
33951
33952 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33953
33954 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33955 isn't a cons (i.e. the version is 0).
33956
33957 2005-02-05 Eli Zaretskii <eliz@gnu.org>
33958
33959 * help.el (help-for-help): Doc fix.
33960
33961 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
33962
33963 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
33964 GDB-Windows on the menu-bar as this works better.
33965
33966 2005-02-04 Jay Belanger <belanger@truman.edu>
33967
33968 * calc/calc-embed.el (calc-embedded-update): Don't put in
33969 unnecessary newlines. Adjust the end of formula marker.
33970
33971 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33972 (math-latex-parse-two-args): New function.
33973
33974 2005-02-03 Lute Kamstra <lute@gnu.org>
33975
33976 * help-fns.el (help-with-tutorial): Make sure that users cannot
33977 remove the entire text of the tutorial by means of `undo'.
33978
33979 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
33980
33981 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33982 in recent changes, where the ispell process was repeatedly
33983 killed & restarted.
33984
33985 * international/mule-cmds.el (set-locale-environment): Set file-name
33986 coding system to utf-8 on Darwin systems.
33987 (set-default-coding-systems): Don't set default-file-name-coding-system
33988 on Darwin systems.
33989
33990 2005-02-03 Richard M. Stallman <rms@gnu.org>
33991
33992 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33993
33994 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
33995
33996 * faces.el (list-faces-display): Add optional argument.
33997
33998 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
33999
34000 * font-core.el (font-lock-default-function): Handle the rare case where
34001 only font-lock-keywords is set.
34002
34003 2005-02-02 Kenichi Handa <handa@m17n.org>
34004
34005 * international/characters.el: Cancel previous change for
34006 I-WITH-DOT-ABOVE and DOTLESS-i.
34007
34008 * international/latin-5.el: Cancel previous change.
34009
34010 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34011
34012 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34013
34014 2005-02-02 Kenichi Handa <handa@m17n.org>
34015
34016 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34017 DOTLESS-i.
34018
34019 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34020 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34021
34022 * case-table.el (get-upcase-table): New function.
34023 (copy-case-table): Copy upcaes table too if non-nil.
34024 (set-case-syntax-delims): Maintain upcase table too.
34025 (set-case-syntax-pair): Likewise.
34026 (set-upcase-syntax, set-downcase-syntax): New functions.
34027 (set-case-syntax): Maintain upcase table too.
34028
34029 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34030
34031 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34032
34033 * progmodes/gud.el (gud-goto-info): New function.
34034 (gud-tool-bar-map): Use correct icon.
34035
34036 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34037
34038 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34039 When delegating, order args in the funcall correctly.
34040
34041 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34042
34043 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34044
34045 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34046
34047 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34048 buffer not visiting a file.
34049
34050 2005-01-31 Jay Belanger <belanger@truman.edu>
34051
34052 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34053 bound on the line with the formula.
34054
34055 2005-01-31 Kim F. Storm <storm@cua.dk>
34056
34057 * ses.el (ses-create-cell-variable-range)
34058 (ses-destroy-cell-variable-range, ses-reset-header-string)
34059 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34060 (ses-insert-row): Fix format of apply undo entries.
34061
34062 2005-01-31 Jay Belanger <belanger@truman.edu>
34063
34064 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34065 parts.
34066
34067 * calc/calc-embed.el (calc-embedded-open-formula)
34068 (calc-embedded-close-formula): Ignore matrix environments.
34069
34070 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34071 TeX mode.
34072
34073 * calc/calc-lang.el (math-function-table, math-oper-table)
34074 (math-variable-table): Adjust the LaTeX portions.
34075
34076 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34077 (math-latex-ignore-words): New constant.
34078
34079 2005-01-31 Richard M. Stallman <rms@gnu.org>
34080
34081 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34082 (ispell-local-dictionary): Doc fix.
34083 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34084 Don't reinitialize at run time. Don't defcustom.
34085 All uses changed to append ispell-local-dictionary-alist,
34086 or check it first.
34087 (ispell-current-dictionary): New variable for dictionary in use.
34088 (ispell-dictionary): Now used only for global default.
34089 (ispell-start-process): Set ispell-current-dictionary,
34090 not ispell-dictionary.
34091 (ispell-change-dictionary): Use this only for setting
34092 user preferences.
34093 (ispell-internal-change-dictionary): New function
34094 to change the current dictionary in use.
34095 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34096 Use ispell-current-dictionary.
34097 Handle ispell-local-dictionary-overridden.
34098 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34099
34100 2005-01-31 Jay Belanger <belanger@truman.edu>
34101
34102 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34103
34104 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34105 (calc-mode-map): Add calc-latex-language.
34106
34107 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34108 (math-latex-print-frac): New functions.
34109 (math-oper-table, math-function-table, math-variable-table)
34110 (math-complex-format, math-input-filter): Add latex properties.
34111 (calc-set-language): Set math-expr-special-function-mapping.
34112
34113 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34114 (calc-write-parse-table-part): Add LaTeX support.
34115
34116 * calc/calc.el (calc-language): Adjust docstring.
34117 (calc-set-mode-line): Add LaTeX support.
34118 (math-expr-special-function-mapping): New variable.
34119 (math-tex-ignore-words): Add to list.
34120
34121 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34122 Add LaTeX support.
34123 (math-compose-expr): Add support for special functions.
34124
34125 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34126
34127 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34128
34129 * progmodes/gdb-ui.el (gdb-memory-address)
34130 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34131 (gdb-memory-mode-map, gdb-memory-format-keymap)
34132 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34133 (gdb-memory-unit-menu): New variables for a buffer
34134 that lets the user examine program memory.
34135 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34136 (gdb-memory-format-binary, gdb-memory-format-octal)
34137 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34138 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34139 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34140 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34141 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34142 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34143 (gdb-memory-mode, gdb-memory-buffer-name)
34144 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34145 New functions for above buffer.
34146
34147 2005-01-30 Richard M. Stallman <rms@gnu.org>
34148
34149 * cus-edit.el (custom-bury-buffer): Function deleted.
34150 (custom-buffer-done-function): Option deleted.
34151 (custom-buffer-done-kill): New replacement option.
34152 (Custom-buffer-done): Call quit-window.
34153 (custom-buffer-create-internal): Update for above changes.
34154
34155 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34156
34157 * simple.el (undo-ask-before-discard): New var.
34158 (undo-outer-limit-truncate): Implement it.
34159 (undo-extra-outer-limit): Doc update.
34160
34161 2005-01-29 Richard M. Stallman <rms@gnu.org>
34162
34163 * ses.el (undo-more): Delete defadvice.
34164 (ses-begin-change): Doc fix.
34165
34166 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34167 instead of rebinding C-x u and C-_.
34168
34169 * files.el (normal-backup-enable-predicate): Return nil for files
34170 in /tmp, regardless of temporary-file-directory.
34171
34172 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34173
34174 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34175 (open-rectangle, delete-whitespace-rectangle-line)
34176 (clear-rectangle-line): If FILL, pass t instead of FILL
34177 for move-to-column's 2nd arg.
34178
34179 * simple.el (undo): Fix the test for continuing a series of undos.
34180 (undo-more): Set pending-undo-list to t when we reach end.
34181 (pending-undo-list): Move up defvar.
34182
34183 * wid-edit.el (widget-button-click):
34184 Shorten the range of the track-mouse binding.
34185
34186 * comint.el (comint-insert-input): Undo previous changes;
34187 use last-input-event in interactive spec.
34188
34189 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34190
34191 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34192 to nil before invoking call-process. Reset buffer's modified flag
34193 after fontifying it in the no-async branch.
34194
34195 * wid-edit.el (widget-specify-button): If mouse pointer shape
34196 cannot be changed, use mouse face instead.
34197
34198 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34199
34200 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34201 (gdb-goto-breakpoint): Make breakpoint handling work on template
34202 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34203 (gdb-assembler-custom): Update to recognize breakpoint information
34204 added on 2005-01-19.
34205
34206 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34207
34208 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34209 (dsssl-mode): Use define-derived-mode.
34210 (scheme-mode-initialize): Remove.
34211 (scheme-mode): Use run-mode-hooks.
34212
34213 * cus-edit.el (customize-group-other-window)
34214 (custom-buffer-create-other-window): Don't override special-display-*.
34215 (custom-mode-map): Make it dense.
34216
34217 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34218 sets the default value.
34219
34220 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34221
34222 * descr-text.el: Add more keywords.
34223
34224 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34225
34226 * speedbar.el: Avoid unnecessary use of locate-library.
34227
34228 * international/mule-cmds.el (standard-display-european-internal):
34229 Don't fiddle with latin-1 non-break space any more since it's now
34230 special cased in the C code.
34231 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34232
34233 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34234
34235 * cus-start.el (all): Add `undo-outer-limit'.
34236
34237 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34238
34239 * textmodes/bibtex.el (bibtex-format-entry):
34240 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34241 field lines.
34242 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34243 not on part of a buffer.
34244
34245 2005-01-25 Lute Kamstra <lute@gnu.org>
34246
34247 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34248 nonempty field text strings like "{letters\\macro{}more letters}".
34249 Clarify docstring.
34250 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34251 (bibtex-entry-offset, bibtex-parse-association)
34252 (bibtex-parse-field-name): Fix typos in docstrings.
34253 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34254
34255 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34256
34257 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34258 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34259 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34260 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34261
34262 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34263 isearch minor mode.
34264
34265 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34266
34267 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34268
34269 2005-01-24 Lute Kamstra <lute@gnu.org>
34270
34271 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34272 CASECHARS and NOT-CASECHARS regular expressions of the
34273 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34274 striding over charsets" error.
34275
34276 2005-01-24 Jay Belanger <belanger@truman.edu>
34277
34278 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34279 display variable name.
34280
34281 2005-01-24 Kenichi Handa <handa@m17n.org>
34282
34283 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34284 Fix setting of the element of encoded-kbd-iso2022-invocations.
34285
34286 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34287
34288 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34289 (gdb-threads-select): Change to also accept mouse events.
34290 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34291 (gdb-threads-mouse-select): Delete.
34292
34293 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34294
34295 * files.el (insert-directory): Take care of empty directory,
34296 listed without -a switch.
34297
34298 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34299
34300 * textmodes/refill.el (refill-post-command-function):
34301 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34302 to the list of functions that we should be careful not to undo.
34303 (refill-late-fill-paragraph-function): Remove.
34304 (refill-saved-state): New var.
34305 (refill-mode): Use it to save fill-paragraph-function.
34306 Save also the value of auto-fill-function.
34307
34308 * term/w32-win.el: Simplify code.
34309
34310 2005-01-23 Kim F. Storm <storm@cua.dk>
34311
34312 * simple.el (line-move): Adapt to new return value from
34313 pos-visible-in-window-p.
34314
34315 * simple.el (line-move): Fix last change. Check partial
34316 visibility at point rather than at window-start.
34317
34318 2005-01-22 Jason Rumney <jasonr@gnu.org>
34319
34320 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34321
34322 2005-01-22 David Kastrup <dak@gnu.org>
34323
34324 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34325
34326 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34327
34328 * type-break.el (type-break-mode): Add a test for
34329 type-break-file-name being non-nil.
34330
34331 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34332
34333 * net/eudc.el (top level): Call (message "") via progn, so that
34334 eudc-options-file is loaded.
34335
34336 2005-01-22 Kim F. Storm <storm@cua.dk>
34337
34338 * simple.el (line-move-1): Rename from line-move.
34339 (line-move): New function that adjusts vscroll for partially
34340 visible rows, and calls line-move-1 otherwise.
34341
34342 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34343
34344 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34345 since it's not a complete read-event implementation.
34346
34347 2005-01-20 Jay Belanger <belanger@truman.edu>
34348
34349 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34350 for called function.
34351
34352 2005-01-20 Steven Tamm <steventamm@mac.com>
34353
34354 * term/mac-win.el (process-connection-type): Remove.
34355 Controlled now by s/darwin.h:PTY_ITERATION.
34356
34357 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34358
34359 * window.el (handle-select-window): Don't switch window when we're
34360 in the minibuffer.
34361
34362 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34363
34364 * subr.el (dotimes-with-progress-reporter): New macro.
34365
34366 * ses.el (ses-dotimes-msg): Remove macro.
34367 Use `dotimes-with-progress-reporter' instead.
34368
34369 2005-01-19 Steven Tamm <steventamm@mac.com>
34370
34371 * term/mac-win.el (process-connection-type): Use new
34372 operating-system-release variable to use ptys on Darwin 7 (OS X
34373 10.3) when using carbon build.
34374
34375 2005-01-19 Jay Belanger <belanger@truman.edu>
34376
34377 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34378 flags if the last command was a tab or M-tab.
34379
34380 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34381 in formula editing buffer.
34382
34383 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34384
34385 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34386 breakpoint image symbol in margin.
34387
34388 2005-01-19 Jay Belanger <belanger@truman.edu>
34389
34390 * calc/calc-prog.el (calc-execute-kbd-macro):
34391 Ignore calc-keep-arg-flag.
34392
34393 2005-01-19 Kenichi Handa <handa@m17n.org>
34394
34395 * textmodes/ispell.el (ispell-looking-at): New function.
34396 (ispell-process-line): Use ispell-looking-at to compare the ispell
34397 output and the buffer contents.
34398
34399 2005-01-18 Jay Belanger <belanger@truman.edu>
34400
34401 * calc/calc.el (calc-display-raw): Fix docstring.
34402
34403 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34404
34405 * simple.el (blink-matching-open): Strip extra info from syntax.
34406
34407 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34408 funny chars in the end-of-here-doc marker.
34409
34410 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34411
34412 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34413 that enable/disabled state of breakpoints is shown correctly in
34414 fringe and on ttys.
34415 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34416 Add breakpoint information as text properties.
34417 (gdb-mouse-toggle-breakpoint):
34418 Rename to gdb-mouse-set-clear-breakpoint.
34419 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34420 breakpoints in the margin.
34421 (gdb-remove-strings): Simplify.
34422
34423 2005-01-17 Jay Belanger <belanger@truman.edu>
34424
34425 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34426 erasing buffer.
34427
34428 2005-01-17 Richard M. Stallman <rms@gnu.org>
34429
34430 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34431 for calling grep-compute-defaults.
34432
34433 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34434 if buffer is empty.
34435
34436 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34437
34438 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34439
34440 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34441
34442 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34443 non-preloaded variables.
34444
34445 2005-01-17 Steven Tamm <steventamm@mac.com>
34446
34447 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34448 tex-shell cause to force interactivity when using pipes.
34449
34450 2005-01-17 Kim F. Storm <storm@cua.dk>
34451
34452 * simple.el (just-one-space): Make arg optional.
34453
34454 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34455
34456 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34457 posn-at-x-y to t to access left-margin.
34458
34459 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34460
34461 Sync with Tramp 2.0.47.
34462
34463 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34464 catching keep-date problems in cp/scp operations.
34465 (tramp-handle-copy-file): Don't call `set-file-modes'
34466 unconditionally. Specialized functions should know better what is
34467 necessary. This improves performance a little bit, and the
34468 functions could catch errors with `cp -p' and `scp -p'.
34469 (tramp-do-copy-or-rename-file-via-buffer)
34470 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34471 when appropriate.
34472 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34473 Call `set-file-modes' when appropriate.
34474 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34475 Johnsson <isak@hypergene.com>.
34476 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34477 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34478 <joakim@verona.se>.
34479 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34480 Emacs only.
34481
34482 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34483 `find-file-hooks' and `dired-mode-hook'.
34484 (tramp-minor-mode-map): Respective map. Add remapping for
34485 `compile' and `recompile'.
34486 (tramp-remap-command, tramp-recompile): New defuns.
34487 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34488 in buffer "*Compilation*". Call the commands asynchronously.
34489
34490 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34491 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34492 `shell-command', because it isn't magic in XEmacs. Reported by
34493 Adrian Aichner <adrian@xemacs.org>.
34494
34495 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34496 `substitute-in-file-name.
34497 (tramp-smb-handle-substitute-in-file-name): New defun.
34498 (tramp-smb-advice-PC-do-completion): Delete advice.
34499
34500 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34501
34502 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34503 Fix error in deleting region.
34504
34505 2005-01-15 Richard M. Stallman <rms@gnu.org>
34506
34507 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34508 In non-temp buffer, switch syntax table temporarily.
34509
34510 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34511
34512 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34513
34514 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34515
34516 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34517 (imenu--generic-function): Use START, not BEG, as pos of definition.
34518
34519 * simple.el (just-one-space): Argument specifies number of spaces.
34520
34521 * simple.el (eval-expression-print-format): Avoid warning
34522 about edebug-active.
34523
34524 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34525
34526 * progmodes/sh-script.el: Code copied from make-mode.el
34527 with small changes,
34528 (sh-mode-map): Bind C-c C-\.
34529 (sh-backslash-column, sh-backslash-align): New variables.
34530 (sh-backslash-region, sh-append-backslash): New functions.
34531
34532 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34533
34534 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34535 (rmail-pop-password, rmail-pop-password-required): Move to
34536 rmail-obsolete group.
34537 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34538 All callers updated.
34539 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34540 Take an argument specifying whether it is POP or IMAP mailbox we
34541 are using. All callers updated.
34542 (rmail-pop-password-error): Rename to
34543 rmail-remote-password-error. Added mailutils-specific error message.
34544 (rmail-movemail-search-path)
34545 (rmail-movemail-variant-in-use): New variables.
34546 (rmail-remote-password, rmail-remote-password-required):
34547 New customization variables.
34548 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34549 (rmail-parse-url): New function.
34550 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34551 with GNU mailutils movemail.
34552
34553 2005-01-15 Kevin Ryde <user42@zip.com.au>
34554
34555 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34556 suffix to space, $ or '$, to correctly position point when going
34557 to @table style constants like DBL_MAX.
34558
34559 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34560
34561 * type-break.el (type-break-mode, type-break-file-time)
34562 (type-break-file-keystroke-count, type-break-choose-file):
34563 Don't store data in or load data from the file if type-break-file-name
34564 is nil.
34565 (type-break-file-name): Doc update as per the above.
34566
34567 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34568
34569 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34570 lookup-key might return nil; handle that.
34571
34572 2005-01-15 Alan Mackenzie <acm@muc.de>
34573
34574 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34575 rather than the element found, thus enabling the tree to be setcar'd.
34576
34577 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34578
34579 * textmodes/org.el (org-show-following-heading): New option.
34580 (org-show-hierarchy-above): Use `org-show-following-heading'.
34581 (org-cycle): Documentation fix.
34582
34583 * textmodes/org.el (orgtbl-optimized): New option
34584 (orgtbl-mode): New command, a minor mode.
34585 (orgtbl-mode-map): New variable.
34586 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34587 (orgtbl-error, orgtbl-self-insert-command)
34588 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34589
34590 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34591 a local variable in each org-mode buffer.
34592
34593 * textmodes/org.el (org-set-regexps-and-options): Rename from
34594 `org-set-regexps'. Added checking for STARTUP keyword.
34595 (org-get-current-options): Add STARTUP options.
34596 (org-table-insert-row): Make mode intelligent about when
34597 realignment is needed.
34598 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34599 New commands.
34600 (org-enable-table-editor): New default value `optimized'.
34601 (org-table-blank-field): Support blanking regions if active.
34602
34603 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34604
34605 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34606 if the year is not given.
34607
34608 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34609 Add new escapes %m and %M, fixed bug with %F by adding
34610 save-match-data.
34611 (reftex-reference): Remove ?. from list of spaces.
34612 (reftex-label-info): Add automatic label prefix recognition.
34613
34614 * textmodes/reftex-index.el (reftex-index-next-phrase):
34615 Add slave parameter to call of `reftex-index-this-phrase'.
34616 (reftex-index-this-phrase): New optional argument.
34617 (reftex-index-region-phrases): Add slave parameter to call of
34618 `reftex-index-this-phrase'.
34619 (reftex-display-index): New argument redo.
34620 (reftex-index-rescan): Add `redo' to arguments of
34621 `reftex-display-index'.
34622 (reftex-index-Rescan, reftex-index-revert)
34623 (reftex-index-switch-index-tag): Add `redo' to arguments of
34624 `reftex-display-index'.
34625 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34626 indexing. Fix bug with matching is there is a quote before or
34627 after the word.
34628
34629 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34630 Fix bug when collecting citation keys in lines with comments.
34631 (reftex-citation): Prefix argument no longer rescans the document,
34632 but forces prompting for optional arguments of cite macros.
34633 (reftex-do-citation): Prompting for optional arguments implemented.
34634
34635 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34636 Add optional arguments to most cite commands.
34637 (reftex-cite-cleanup-optional-args): New option
34638 (reftex-cite-prompt-optional-args): New option.
34639 (reftex-trust-label-prefix): New option.
34640
34641 * textmodes/reftex-toc.el (reftex-toc-find-section):
34642 Add push-mark before changing the position in the buffer.
34643
34644 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34645 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34646
34647 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
34648
34649 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34650 more carefully.
34651
34652 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
34653
34654 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34655 (sgml-mode): Use it.
34656 (sgml-get-context): Better keep track of implicitly closed tags.
34657
34658 2005-01-13 Kenichi Handa <handa@m17n.org>
34659
34660 * textmodes/ispell.el: These changes are to fix misalignment error
34661 caused by equivalent characters of different Emacs charsets.
34662 (ispell-unified-chars-table): New variable.
34663 (ispell-get-decoded-string): New function.
34664 (ispell-get-casechars, ispell-get-not-casechars)
34665 (ispell-get-otherchars): Call ispell-get-decoded-string.
34666
34667 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
34668
34669 * custom.el (custom-declare-variable): Just put symbol instead
34670 of (defvar . symbol) in `current-load-list'.
34671
34672 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
34673
34674 * emacs-lisp/elint.el: Fixed typo in Commentary section.
34675
34676 2005-01-12 Jay Belanger <belanger@truman.edu>
34677
34678 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34679 to create a Calc summary.
34680
34681 2005-01-12 Kim F. Storm <storm@cua.dk>
34682
34683 * mouse.el (mouse-on-link-p): Change functionality and doc
34684 string to comply with latest description in lisp ref.
34685
34686 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
34687
34688 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34689 Enable mouse clicks on mode-line, header-line and margin.
34690 (event-type): Give mouse event symbols an `event-kind' property
34691 with value `mouse-click'.
34692
34693 2005-01-12 Juri Linkov <juri@jurta.org>
34694
34695 * facemenu.el (list-colors-display): Add new arg buffer-name.
34696 Use it. Fix docstring. Replace code for identifying duplicate
34697 colors by the name with call to `list-colors-duplicates' which
34698 identifies duplicate colors by the value unless the color
34699 is one of special Windows colors. Set truncate-lines to t.
34700 Print sorted duplicate color names on each line. Indent to 22
34701 \(the longest color name in rgb.txt) instead of 20. Optimize.
34702 (list-colors-duplicates): New function.
34703 (facemenu-color-name-equal): Delete function.
34704
34705 * facemenu.el (list-colors-print): New function created from code
34706 in list-colors-display. Print #RRGGBB at the window right edge.
34707 (list-colors-display): When temp-buffer-show-function is not
34708 defined, call list-colors-print from temp-buffer-show-hook
34709 to get the right value of window-width in list-colors-print
34710 after the buffer is displayed.
34711
34712 * simple.el (pop-mark): Move deactivate-mark out of conditional
34713 part to deactivate the active mark regardless of the state of the
34714 mark ring.
34715
34716 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34717 variables line in desktop files.
34718
34719 2005-01-12 Juri Linkov <juri@jurta.org>
34720
34721 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34722 Bring together isearch highlight related options.
34723 (lazy-highlight): Replace group `replace' by `matching'.
34724 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34725 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34726 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34727 and declare them obsolete.
34728 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34729 (isearch-faces): Remove defgroup.
34730 (isearch-overlay, isearch-highlight, isearch-dehighlight):
34731 Move isearch highlighting code closer to lazy highlighting code.
34732
34733 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34734 (query-replace-highlight, query-replace-lazy-highlight)
34735 (query-replace): Move definitions to the beginning of the file.
34736
34737 2005-01-11 Juri Linkov <juri@jurta.org>
34738
34739 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34740 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34741 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34742
34743 * info.el (Info-history-forward): New variable.
34744 (Info-select-node): Reset Info-history-forward to nil.
34745 (Info-last): Turn into defalias.
34746 (Info-history-back): Rename from Info-last.
34747 Add current node to Info-history-forward.
34748 (Info-history-forward): New fun.
34749 (Info-mode-map): Replace Info-last by Info-history-back.
34750 Bind Info-history-forward to "r".
34751 (Info-mode-menu): Replace Info-last by Info-history-back.
34752 Fix menu item text. Add menu item for Info-history-forward.
34753 (info-tool-bar-map): Replace Info-last by Info-history-back.
34754 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
34755 for Info-history-forward.
34756 (Info-mode): Replace Info-last by Info-history-back in docstring.
34757 Add local variable Info-history-forward.
34758 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34759
34760 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
34761
34762 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34763 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34764 Ignore select-window events rather than fiddle with
34765 mouse-autoselect-window.
34766
34767 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
34768
34769 * type-break.el (type-break-mode): Fix previous change.
34770
34771 2005-01-10 Jay Belanger <belanger@truman.edu>
34772
34773 * calc/calc-ext.el (calc-reset): Reset when inside embedded
34774 calculator; only reset when point is inside a calculator.
34775 Don't adjust the window height if the window takes up the whole height
34776 of the frame.
34777
34778 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
34779
34780 * ebuff-menu.el (Electric-buffer-menu-mode):
34781 Preserve value of buffer-local var header-line-format.
34782
34783 2005-01-09 Jay Belanger <belanger@truman.edu>
34784
34785 * calc/calc.el (calc-mode-var-list-restore-saved-values):
34786 Make sure settings file exists before accessing it.
34787
34788 * calc/calc-embed.el (calc-embedded-subst):
34789 Replace math-multi-subst-rec, which is only supposed to be called
34790 by math-multi-subst, by math-multi-subst.
34791
34792 2005-01-09 Andre Spiegel <spiegel@gnu.org>
34793
34794 * vc.el (vc-allow-async-revert): New user option.
34795 (vc-disable-async-diff): New internal variable.
34796 (vc-revert-buffer): Use them to disable asynchronous diff.
34797
34798 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34799 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34800 asynchronously if vc-disable-async-diff is t.
34801
34802 2005-01-09 Jay Belanger <belanger@truman.edu>
34803
34804 * calc/calc.el (defcalcmodevar): New macro.
34805 (calc-mode-var-list-restore-default-values)
34806 (calc-mode-var-list-restore-saved-values): New functions.
34807 (calc-mode-var-list): Use defcalcmodevar to define it.
34808 (calc-always-load-extensions, calc-line-numbering)
34809 (calc-line-breaking, calc-display-just, calc-display-origin)
34810 (calc-number-radix, calc-leading-zeros, calc-group-digits)
34811 (calc-group-char, calc-point-char, calc-frac-format)
34812 (calc-prefer-frac, calc-hms-format, calc-date-format)
34813 (calc-float-format, calc-full-float-format, calc-complex-format)
34814 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34815 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34816 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34817 (calc-matrix-brackets, calc-language, calc-language-option)
34818 (calc-left-label, calc-right-label, calc-word-size)
34819 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34820 (calc-display-raw, calc-internal-prec, calc-angle-mode)
34821 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34822 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34823 (calc-window-height, calc-display-trail, calc-show-selections)
34824 (calc-use-selections, calc-assoc-selections)
34825 (calc-display-working-message, calc-auto-why, calc-timing)
34826 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34827 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34828 (calc-gnuplot-default-device, calc-gnuplot-default-output)
34829 (calc-gnuplot-print-device, calc-gnuplot-print-output)
34830 (calc-gnuplot-geometry, calc-graph-default-resolution)
34831 (calc-graph-default-resolution-3d, calc-invocation-macro)
34832 (calc-show-banner): Use defcalcmodevar to declare them and set
34833 their default values.
34834
34835 * calc/calc-ext.el (calc-reset): Restore saved values of variables
34836 instead of default values (but restore default values if there is
34837 an argument of 0).
34838
34839 2005-01-09 David Kastrup <dak@gnu.org>
34840
34841 * desktop.el (desktop-restore-eager): Fix typo in type.
34842
34843 2005-01-08 Richard M. Stallman <rms@gnu.org>
34844
34845 * cus-edit.el (customize): Delete :link.
34846
34847 2005-01-08 Jay Belanger <belanger@truman.edu>
34848
34849 * calc/calc.el (calc-mode): Remove the extension from the
34850 `calc-settings-file' file name when loading it.
34851
34852 2005-01-08 Kim F. Storm <storm@cua.dk>
34853
34854 * info.el (Info-mode-map, Info-next-link-keymap)
34855 (Info-prev-link-keymap, Info-up-link-keymap):
34856 Map follow-link to mouse-face.
34857 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34858
34859 2005-01-08 Jay Belanger <belanger@truman.edu>
34860
34861 * calc/calc.el (calc-settings-file): Change default value.
34862 Suggested by cgw in a comment in calc-mode.el.
34863
34864 * calc/calc-mode.el (calc-settings-file-name):
34865 Compare calc-settings-file to user-init-file instead of ~/.emacs.
34866 Replace ~/.emacs in a prompt by calc-settings-file.
34867
34868 2005-01-07 Lars Hansen <larsh@math.ku.dk>
34869
34870 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34871 (desktop-lazy-idle-delay): New customizable variables.
34872 (desktop-buffer-args-list): New variable.
34873 (desktop-append-buffer-args): New function.
34874 (desktop-save): Call desktop-append-buffer-args for some buffers.
34875 (desktop-lazy-create-buffer): New function.
34876 (desktop-idle-create-buffers): New function.
34877 (desktop-read): Add message about buffers to restore lazily.
34878 (desktop-lazy-abort): New command.
34879 (desktop-clear): Call desktop-lazy-abort.
34880 (desktop-lazy-complete): New command.
34881
34882 2005-01-06 Richard M. Stallman <rms@gnu.org>
34883
34884 * emacs-lisp/find-func.el (find-face-definition):
34885 Rename from find-face.
34886
34887 2005-01-06 Kim F. Storm <storm@cua.dk>
34888
34889 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34890
34891 * man.el (Man-xref-man-page, Man-xref-header-file)
34892 (Man-xref-normal-file): Add follow-link property.
34893
34894 2005-01-06 Jay Belanger <belanger@truman.edu>
34895
34896 * calc/calc-units.el: Make sure the proper macro definitions are
34897 available when compiling.
34898
34899 2005-01-06 Juri Linkov <juri@jurta.org>
34900
34901 * isearch.el (isearch-lazy-highlight-update):
34902 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34903
34904 2005-01-06 Miles Bader <miles@gnu.org>
34905
34906 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34907 (isearch-lazy-highlight-face): Use new name.
34908
34909 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
34910
34911 * uniquify.el (uniquify-rationalize-file-buffer-names):
34912 Re-add an interactive spec.
34913 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34914 to the same name.
34915
34916 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34917 (isearch-update, isearch-done): Adjust calls accordingly.
34918
34919 2005-01-05 Richard M. Stallman <rms@gnu.org>
34920
34921 * custom.el (custom-set-variables, custom-theme-set-variables):
34922 Clarify documentation.
34923
34924 * emacs-lisp/find-func.el (find-variable)
34925 (find-variable-other-window, find-variable-other-frame):
34926 Fix the TYPE args to find-function-read and find-function-do-it.
34927 (find-function): Doc fix.
34928 (find-function-at-point): Replace function-at-point alias.
34929
34930 2005-01-04 Richard M. Stallman <rms@gnu.org>
34931
34932 * cus-face.el (custom-declare-face):
34933 Record defface in current-load-list.
34934
34935 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34936
34937 * emacs-lisp/find-func.el: Doc fixes.
34938 (find-face-regexp): New variable.
34939 (find-function-regexp-alist): New variable.
34940 (find-function-C-source): Third arg is now TYPE.
34941 (find-function-search-for-symbol): Handle general TYPE.
34942 (find-function-read, find-function-do-it): Handle general TYPE.
34943 (find-definition-noselect, find-face): New functions.
34944 (function-at-point): Alias deleted.
34945
34946 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34947
34948 * battery.el (display-battery-mode): Rename from display-battery.
34949 Handle the case where it gets turned off.
34950
34951 2005-01-04 Richard M. Stallman <rms@gnu.org>
34952
34953 * cus-edit.el (customize): Make :link point to user doc.
34954
34955 * man.el (Man-fontify-manpage): Turn off undo generation.
34956
34957 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34958
34959 2005-01-04 Andreas Schwab <schwab@suse.de>
34960
34961 * files.el (insert-directory): Only look for error lines in
34962 inserted text. Don't move too far after processing --dired markers.
34963
34964 2005-01-04 Richard M. Stallman <rms@gnu.org>
34965
34966 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34967 Don't expand if the character is @, period, dash, etc.
34968 (define-mail-abbrev): Quote names that contain problem characters.
34969
34970 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
34971
34972 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34973
34974 2005-01-03 Richard M. Stallman <rms@gnu.org>
34975
34976 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34977 (query-replace-highlight, query-replace-lazy-highlight)
34978 (query-replace): Definitions moved up. Doc fix.
34979
34980 2005-01-03 Richard M. Stallman <rms@gnu.org>
34981
34982 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34983 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34984 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34985 (lazy-highlight-face): Rename from isearch-lazy-...
34986 Change all references to them.
34987
34988 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
34989
34990 * cus-edit.el (custom-file): Doc fix for defcustom.
34991 (custom-file): The function no longer sets the variable
34992 `custom-file' to its return value.
34993
34994 * startup.el (command-line): No longer load `custom-file'.
34995
34996 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
34997
34998 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34999
35000 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35001 Don't confuse module-prefixed identifiers for labels.
35002 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35003
35004 2005-01-02 Richard M. Stallman <rms@gnu.org>
35005
35006 * files.el (basic-save-buffer-1): Fix previous change.
35007
35008 * loadhist.el (file-loadhist-lookup): New function.
35009 (file-provides, file-requires): Use it.
35010
35011 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35012 instead of calculating the right size.
35013
35014 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35015
35016 * vc-svn.el (vc-svn-diff): Stay local if possible.
35017
35018 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35019
35020 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35021
35022 * files.el (hack-local-variables): Fix last change.
35023
35024 2005-01-02 Jay Belanger <belanger@truman.edu>
35025
35026 * calc/calc-yank.el (calc-edit-top): New variable.
35027 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35028 object. Change header properties.
35029 (calc-edit-finish, calc-edit-finish-stack-object)
35030 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35031 edited object.
35032 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35033 for the beginning of the edited object.
35034 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35035 for the beginning of the edited object.
35036 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35037 (calc-finish-formula-edit, calc-macro-repeats)
35038 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35039 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35040 beginning of the edited object.
35041 (calc-user-define-edit): Change the header for editing macros.
35042 Remove unnecessary variable.
35043
35044 2005-01-01 Jay Belanger <belanger@truman.edu>
35045
35046 * calc/calc-yank.el (calc-edit-mode): Change default header.
35047 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35048 * calc/calc-store.el (calc-edit-variable): Change title to match new
35049 header.
35050 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35051 mode to match new header.
35052 (calc-user-define-edit): Change titles to include names of commands.
35053 (calc-finish-formula-edit): Adjust to handle new header.
35054 (calc-finish-macro-edit): Remove.
35055 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35056 (calc-edit-macro-command, calc-edit-macro-command-type)
35057 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35058 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35059 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35060 (calc-edit-macro-finish-edit): New functions.
35061 (calc-user-define-edit): Use new functions to edit named calc macros.
35062
35063 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35064
35065 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35066
35067 * ses.el (copy-region-as-kill): Deactivate mark.
35068
35069 2005-01-01 Richard M. Stallman <rms@gnu.org>
35070
35071 * replace.el (occur-1): If the output buffer is also an input,
35072 don't kill it, rename it.
35073
35074 * faces.el (set-face-background, set-face-foreground): Doc fix.
35075
35076 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35077 for :foreground and :background.
35078
35079 * dired.el (dired-view-command-alist): Variable deleted.
35080 (dired-view-file, dired-mouse-find-file-other-window):
35081 Delete the code to use it.
35082
35083 2005-01-01 Kim F. Storm <storm@cua.dk>
35084
35085 * image.el (insert-sliced-image): Use t for line-height property.
35086
35087 See ChangeLog.11 for earlier changes.
35088
35089 ;; Local Variables:
35090 ;; coding: iso-2022-7bit
35091 ;; add-log-time-zone-rule: t
35092 ;; End:
35093
35094 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35095
35096 This file is part of GNU Emacs.
35097
35098 GNU Emacs is free software; you can redistribute it and/or modify
35099 it under the terms of the GNU General Public License as published by
35100 the Free Software Foundation; either version 3, or (at your option)
35101 any later version.
35102
35103 GNU Emacs is distributed in the hope that it will be useful,
35104 but WITHOUT ANY WARRANTY; without even the implied warranty of
35105 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35106 GNU General Public License for more details.
35107
35108 You should have received a copy of the GNU General Public License
35109 along with GNU Emacs; see the file COPYING. If not, write to the
35110 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35111 Boston, MA 02110-1301, USA.
35112
35113 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1