]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(text-invisible-p): Rename from line-move-invisible-p.
[gnu-emacs] / lisp / ChangeLog
1 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
4 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
5 (line-move-1, line-move-finish, line-move-to-column)
6 (move-end-of-line, move-beginning-of-line): Use new name.
7
8 2007-08-22 Glenn Morris <rgm@gnu.org>
9
10 * files.el (backup-buffer-copy): Check backup directory is
11 writable, to avoid infloop deleting old backup.
12
13 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
14 movemail related variables.
15 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
16 will now be set before this is called.
17
18 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
21
22 * progmodes/ada-mode.el: Fix up comment style in header.
23 (ada-check-emacs-version): Remove.
24 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
25 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
26 to try and quieten the byte-compiler.
27 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
28
29 * vc.el (vc-annotate-warp-version): Don't use previous-line.
30
31 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
32
33 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
34 extracted from `eval-last-sexp-1'.
35 (eval-last-sexp-1): Call `preceding-sexp'.
36
37 2007-08-19 Glenn Morris <rgm@gnu.org>
38
39 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
40 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
41 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
42 shadow files messing up the compilation.
43
44 2007-08-18 Glenn Morris <rgm@gnu.org>
45
46 * progmodes/scheme.el (scheme-mode-variables):
47 Set font-lock-comment-start-skip.
48
49 2007-08-18 Martin Rudalics <rudalics@gmx.at>
50
51 * progmodes/ada-mode.el (ada-create-syntax-table):
52 Move set-syntax-table from here to ...
53 (ada-mode): ... here. Don't change global value of comment-multi-line.
54 Call new function ada-initialize-syntax-table-properties.
55 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
56 (ada-deactivate-properties, ada-initialize-properties):
57 Replace by new functions ...
58 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
59 (ada-initialize-syntax-table-properties): ... to set up syntax-table
60 properties uniformly, independently from whether font-lock-mode
61 is enabled or not. Handle read-only buffers and do not change
62 undo-list when setting syntax-table properties.
63 (ada-after-change-function): Use ada-set-syntax-table-properties.
64
65 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
66
67 * progmode/cperl-mode.el (cperl-look-at-leading-count)
68 (cperl-find-pods-heres): Fix an error when typing expressions like
69 `s{a}{b}'.
70
71 2007-08-17 Glenn Morris <rgm@gnu.org>
72
73 * progmodes/compile.el (compilation-get-file-structure): Make use
74 of the directory part when checking for an existing entry, to
75 handle files with same basename in different directories.
76
77 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
78
79 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
80 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
81 (ps-paragraph-spacing): Docstring fix.
82
83 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * smerge-mode.el (smerge-resolve): New arg `safe'.
86 (smerge-resolve-all, smerge-batch-resolve): New function.
87 (smerge-refine): Make sure `diff' returns the expected result.
88 (smerge-parsep-re): New const.
89 (smerge-mode): Use it to adjust paragraph-separate.
90
91 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
92 Correctly match / regexp matchers as first char on a line when
93 fontifying only that line.
94
95 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
96
97 2007-08-16 Glenn Morris <rgm@gnu.org>
98
99 * ps-print.el (ps-font-size): Doc fix.
100
101 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * vc-bzr.el: Don't fiddle with vc-handled-backend.
104 (vc-bzr-registered): Don't redundantly protect against
105 file-error. Actually use the format-specific code.
106 (vc-bzr-buffer-nonblank-p): Remove.
107 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
108
109 2007-08-15 Glenn Morris <rgm@gnu.org>
110
111 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
112 sloppier, for the sake of GNU Mailman.
113 (rmail-digest-rfc1153): Initialize `result' correctly.
114
115 2007-08-14 Glenn Morris <rgm@gnu.org>
116
117 * simple.el (bad-packages-alist): New constant.
118 (bad-package-check): New function. Together, these two add
119 elements to `after-load-alist' to check for problematic external
120 packages.
121 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
122
123 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
124
125 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
126 optional quotes around files in NEED-UPDATE . REMOVED case.
127
128 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
129 (ada-treat-cmd-string): Improve error message.
130 (ada-do-file-completion): Call `ada-require-project-file', so
131 project variables are set properly.
132 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
133 (ada-gnatfind-buffer-name): New constant.
134 (ada-find-any-references): Use new constant. Set buffer name
135 properly in compilation-start. Toggle read-only properly.
136 (ada-find-in-src-path): Fix spelling error in docstring.
137
138 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
139 by zero error.
140
141 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
142
143 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
144
145 2007-08-12 Richard Stallman <rms@gnu.org>
146
147 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
148 (cvs-execute-single-file): Use new name split-string-and-unquote.
149 (cvs-header-msg): Use new name combine-and-quote-strings.
150
151 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
152
153 * progmodes/gud.el (gud-common-init): Use new name
154 split-string-and-unquote.
155
156 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
157 in javac regexp.
158
159 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
160 combine-and-quote-strings and split-string-and-unquote.
161
162 * subr.el (combine-and-quote-strings): Rename from strings->string.
163 (split-string-and-unquote): Rename from string->strings.
164
165 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
168 to buffer-local settings.
169
170 * emacs-lisp/backquote.el (backquote-delay-process): New function.
171 (backquote-process): Add internal arg `level'. Use the two to
172 correctly handle nested backquotes.
173
174 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
175
176 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
177 (vc-bzr-state-words): Add "kind changed" state word.
178 (vc-bzr-status): New function. Return Bzr idea of file status,
179 which is different from VC's.
180 (vc-bzr-state): Use vc-bzr-status.
181 (vc-workfile-unchanged-p): Use vc-bzr-status.
182 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
183 (vc-dired-state): Process "kind changed" state word.
184
185 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
188
189 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
190 Move from vc-default-find-file-not-found-hook.
191
192 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
193
194 * url/url-auth.el (url-basic-auth): When prompting for username
195 and password, default to the username and password in the URL.
196
197 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * man.el: Remove spurious * in docstrings.
200 Merge defvars and toplevel setq-defaults.
201 (Man-highlight-references0): Limit=nil rather than point-max.
202 (Man-mode-map): Move initialization into the declaration.
203 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
204 (Man-view-header-file): Use expand-file-name rather than concat.
205 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
206
207 * man.el (Man-next-section): Make sure we do not move backward.
208
209 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
210
211 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
212 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
213 ps-print-color-p is neither nil nor black-white. Reported by Christian
214 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
215
216 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * files.el (auto-mode-alist): Use the purecopied text (duh!).
219
220 2007-08-08 Andreas Schwab <schwab@suse.de>
221
222 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
223 self-insert-command, not self-insert.
224
225 2007-08-08 Glenn Morris <rgm@gnu.org>
226
227 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
228
229 * Replace `iff' in doc-strings and comments.
230
231 * help-mode.el (help-make-xrefs): Search for symbol constituents,
232 rather than just `-'.
233
234 2007-08-08 Martin Rudalics <rudalics@gmx.at>
235
236 * dired.el (dired-pop-to-buffer):
237 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
238 * calendar/calendar.el (generate-calendar-window):
239 * progmodes/compile.el (compilation-set-window-height):
240 * textmodes/two-column.el (2C-two-columns, 2C-merge):
241 Use window-full-width-p instead of comparing frame-width and
242 window-width.
243
244 * progmodes/compile.el (compilation-find-buffer): Remove extra
245 argument in call to compilation-buffer-internal-p.
246
247 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
248
249 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
250 parameters IDENTIFICATION and CONNECTED.
251 (tramp-handle-insert-file-contents): VISIT must be handled after
252 insertion of the local copy. Reported by Peter Gordon
253 <peter@pg-consultants.com>.
254 (tramp-file-name-handler): No special handling for
255 `expand-file-name'. But for `file-name-as-directory'.
256 (tramp-find-shell, tramp-open-connection-telnet)
257 (tramp-open-connection-rsh, tramp-open-connection-su)
258 (tramp-open-connection-multi)
259 (tramp-open-connection-setup-interactive-shell): Guard against
260 $PROMPT_COMMAND shell var. Reported by Steve Youngs
261 <steve@sxemacs.org>.
262 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
263 the hint.
264
265 * net/trampver.el: Update release number.
266
267 2007-08-07 Tom Tromey <tromey@redhat.com>
268
269 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
270 Add safe-local-variable property.
271
272 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
273
274 * image-mode.el (image-toggle-display): Use image-refresh.
275
276 * longlines.el (longlines-decoded): New variable.
277 (longlines-mode): Avoid encoding or decoding the buffer twice.
278
279 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
280
281 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
282 unofficial version.
283 (vc-bzr-command): Remove redundant setting of process-connection-type.
284 (vc-bzr-admin-checkout-format-file): Add autoload.
285 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
286 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
287 (vc-bzr-registered): Compare dirstate format tag with known good
288 value, abort parsing if match fails. Warn user in docstring.
289 (vc-bzr-workfile-version): Case for different Bzr branch formats.
290 See bzrlib/branch.py in Bzr sources.
291 (vc-bzr-diff): First argument FILES may be a string rather than a list.
292 (vc-bzr-shell-command): Remove in favor of
293 vc-bzr-command-discarding-stderr.
294 (vc-bzr-command-discarding-stderr): New function.
295
296 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
297
298 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
299 program, and return nil
300 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
301 (vc-bzr-state): Look for path names relative to the repository
302 root after status keyword.
303 (vc-bzr-file-name-relative): New function.
304 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
305 depend on it.
306 (vc-bzr-admin-dirname, ...-checkout-format-file)
307 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
308 files that we now parse directly for speed.
309 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
310 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
311 (vc-bzr-state): "bzr status" successful only if exitcode is 0
312 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
313 Bzr warnings, so we must discard it.
314 (vc-bzr-workfile-version): Speedup counting lines from
315 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
316 if that file doesn't exist.
317 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
318 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
319 (not ".bzr"!) to `vc-directory-exclusion-list'
320 (vc-bzr-shell-command): New function.
321
322 2007-08-06 Tom Tromey <tromey@redhat.com>
323
324 * diff-mode.el (diff-unified->context, diff-reverse-direction)
325 (diff-fixup-modifs): Typo in docstring.
326
327 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
330 count-screen-lines.
331 (tpu-edt-off): Disable relevant pieces of advice.
332
333 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
334 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
335 (newline, newline-and-indent, do-auto-fill): Use advice instead of
336 redefining the function.
337 (tpu-set-scroll-margins): Activate the pieces of advice.
338
339 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
340
341 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
342 process-filter.
343
344 2007-08-06 Martin Rudalics <rudalics@gmx.at>
345
346 * help.el (resize-temp-buffer-window): Use window-full-width-p
347 instead of comparing frame-width and window-width.
348
349 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
350
351 * term.el: Honor term-default-fg-color and term-default-bg-color
352 settings when modifying term-current-face.
353 (term-default-fg-color, term-default-bg-color): Initialize from
354 default term-current-face.
355 (term-mode, term-reset-terminal): Set term-current-face with
356 term-default-fg-color and term-default-bg-color.
357 (term-handle-colors-array): term-current-face has term-default-fg-color
358 and term-default-bg-color after reset escape sequence.
359 (term-handle-colors-array): Set term-current-color with
360 term-default-fg/bg-color instead of ansi-term-color-vector when the
361 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
362
363 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
364
365 * files.el (set-auto-mode): Handle also remote files wrt
366 `auto-mode-alist'.
367
368 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
369 remote identification.
370
371 2007-08-04 Glenn Morris <rgm@gnu.org>
372
373 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
374 zero, not nil, when the library is first loaded. Check for a file
375 that has been modified on disk.
376
377 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
378 Remove duplicate defvar preventing initialization.
379 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
380
381 2007-08-03 Miles Bader <miles@gnu.org>
382
383 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
384 backend names for new backends to `Git', `Hg', and `Bzr'.
385 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
386 not `HG'.
387 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
388 name, not `GIT'.
389 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
390 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
391
392 2007-08-03 Glenn Morris <rgm@gnu.org>
393
394 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
395
396 2007-08-02 Richard Stallman <rms@gnu.org>
397
398 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
399 to update deleted flag.
400
401 * cus-edit.el (customize-apropos, customize-apropos-options)
402 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
403
404 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
405
406 * startup.el (fancy-splash-head, startup-echo-area-message):
407 Change message text.
408
409 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
410 All callers use line-move.
411
412 * progmodes/compile.el (compilation-find-buffer): Return current
413 buffer immediately if suitable.
414 (compile, compilation-buffer-name, compilation-start): Doc fixes.
415
416 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
419 Make it more discriminating and more useful.
420 (vc-bzr-root-dir): Use new name.
421 (vc-bzr-registered): Use new name and look at the dirstate file to
422 determine if it's registered or not without running `bzr'.
423
424 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
425
426 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
427
428 2007-07-31 Drew Adams <drew.adams@oracle.com>
429
430 * cus-edit.el (custom-group-value-create, custom-goto-parent):
431 Fix parent groups link.
432
433 2007-07-31 Daiki Ueno <ueno@unixuser.org>
434
435 * faces.el (face-normalize-spec): New function.
436 (frame-set-background-mode): Normalize face-spec before calling
437 face-spec-match-p.
438
439 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * vc-bzr.el: New file (copied from the trunk).
442
443 * vc-hooks.el (vc-handled-backends): Add BZR.
444 (vc-find-file-hook): Failsafe if the backend's `registered'
445 function burps.
446
447 * server.el (server-window): Add switch-to-buffer-other-frame option.
448
449 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
450
451 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
452 (vc-git-revision-completion-table): Enable.
453
454 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
455
456 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
457
458 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
459 (vc-hg-registered): Set the vc-state property.
460
461 * diff-mode.el (diff-mode-menu): New entries.
462
463 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
466 (diff-file-kill): Use it.
467 (diff-beginning-of-hunk): Add arg `try-harder' using it.
468 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
469 Use it so they find the hunk even when we're in the file header.
470
471 * vc.el: Add new VC operation `revision-completion-table'.
472 (vc-default-revision-completion-table): New function.
473 (vc-version-diff, vc-version-other-window): Use it to provide
474 completion of revision names if the backend provides it.
475
476 * vc-arch.el (vc-arch--version-completion-table)
477 (vc-arch-revision-completion-table): New functions to provide
478 completion of revision names.
479
480 * vc-cvs.el: Require CL.
481 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
482 New functions to provide completion of revision names.
483
484 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
485
486 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
487 (copyright-fix-years, copyright): Correctly handle the case where
488 copyright-limit is nil.
489
490 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
491
492 * progmodes/python.el (run-python): Fix path separator under w32.
493
494 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
495
496 * vc-git.el: New File.
497
498 2007-07-28 Alan Mackenzie <acm@muc.de>
499
500 Fix problem with modes derived from CC Mode:
501 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
502 macro to cc-langs.
503 (c-init-language-vars-for): Remove call to above macro.
504 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
505 been moved to here.
506 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
507
508 2007-07-28 Eli Zaretskii <eliz@gnu.org>
509
510 * net/trampver.el: Fix the `coding' cookie.
511
512 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
513
514 * add-log.el (change-log-redate): Remove (not needed anymore and
515 doesn't appear to work).
516
517 2007-07-25 Glenn Morris <rgm@gnu.org>
518
519 * Relicense all FSF files to GPLv3 or later.
520
521 * COPYING: Switch to GPLv3.
522
523 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
526 Replace it with another one which disables undo before calling
527 erase-buffer and then turns it back on if needed.
528
529 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
530
531 * ps-print.el: Problem with foreground and background color when
532 printing a buffer with and without faces. Reported by Christian
533 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
534 (ps-print-version): New version 6.7.5.
535 (ps-default-fg): Change default value to nil, so black color is used
536 when a face does not specify a foreground color.
537 (ps-default-bg): Change default value to nil, so white color is used
538 for background color.
539 (ps-begin-job): Fix code.
540
541 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
542
543 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
544
545 2007-07-24 Alan Mackenzie <acm@muc.de>
546
547 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
548 Initialise byte-compile-unresolved-functions before rather than
549 after a compilation.
550 (byte-compile-unresolved-functions): Amplify doc string.
551
552 2007-07-24 Glenn Morris <rgm@gnu.org>
553
554 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
555 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
556 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
557 (cal-tex-cursor-week, cal-tex-cursor-week2)
558 (cal-tex-cursor-week-iso, cal-tex-week-hours)
559 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
560 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
561 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
562
563 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
566
567 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
570 underlying file is uptodate.
571
572 2007-07-23 Richard Stallman <rms@gnu.org>
573
574 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
575
576 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
579 (sh-font-lock-flush-syntax-ppss-cache): New funs.
580 (sh-font-lock-syntactic-keywords): Use them to distinguish the
581 different possible cases for \'.
582 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
583
584 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
585 `file' from which to start the search and fix case where `file' is the
586 current directory and the root as well.
587
588 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
589 name for buffer-file-name if it refers to a directory.
590
591 2007-07-22 Jason Rumney <jasonr@gnu.org>
592
593 * w32-fns.el (set-default-process-coding-system): Use dos line ends
594 for input to cmdproxy on all versions of Windows.
595 Use dos line ends for input to plink.
596
597 * comint.el (comint-simple-send): Concat newline before sending.
598 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
599
600 2007-07-22 Juri Linkov <juri@jurta.org>
601
602 * isearch.el (isearch-edit-string): Save old point and
603 isearch-other-end to old-point and old-other-end before reading
604 the search string from minibuffer. After exiting minibuffer set
605 point to old-other-end if point and the search direction is the
606 same as before reading the search string.
607 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
608 to isearch-other-end. Instead of isearch-search-and-update call
609 three functions isearch-search, isearch-push-state and isearch-update.
610
611 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
612
613 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
614 destroying an existing buffer.
615
616 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
617
618 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
619
620 * term/x-win.el (x-handle-no-bitmap-icon): New function.
621
622 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
623
624 * textmodes/reftex.el (reftex-access-parse-file): Create parse
625 file in a way that does not interfere with recentf.
626
627 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
628
629 * image-dired.el (image-dired-sane-db-file): New func.
630 (image-dired-write-tags, image-dired-remove-tag)
631 (image-dired-list-tags, image-dired-write-comments)
632 (image-dired-get-comment, image-dired-mark-tagged-files)
633 (image-dired-create-gallery-lists): Call new func.
634 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
635
636 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
637
638 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
639 (vc-hg-dir-state): Fix loop.
640 (vc-hg-print-log): Fix expected return value for vc-hg-command.
641 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
642 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
643 (vc-hg-revert): Likewise.
644 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
645
646 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
647
648 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
649 case of alignment under a constant symbol, find and consider
650 the sexp actually at indentation to be the "last sexp".
651
652 2007-07-20 Eli Zaretskii <eliz@gnu.org>
653
654 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
655 (install): Use them to copy all *.el files before *.elc.
656 (clean): Don't delete *~.
657
658 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
659
660 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
661
662 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
663
664 * vc-hg.el (vc-hg-registered): Replace if with when.
665 (vc-hg-state): Deal with nonexistent files.
666
667 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
668
669 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
670 (follow-delete-other-windows-and-split, follow-recenter)
671 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
672 (follow-redisplay, follow-estimate-first-window-start)
673 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
674 Fix typos in docstrings.
675
676 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
677
678 * bookmark.el (bookmark-show-all-annotations):
679 Make sure each inserted annotation ends with newline.
680
681 (bookmark-maybe-sort-alist): Don't modify
682 bookmark-alist. Instead, if not sorting, simply return it.
683 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
684 for its return value, not for its side effect.
685
686 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
687
688 * vc.el: Add more info about the vc-registered function.
689
690 2007-07-16 David Kastrup <dak@gnu.org>
691
692 * emacs-lisp/advice.el (defadvice): Doc fix.
693
694 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
695
696 * subr.el (when, unless): Doc fix.
697
698 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
699
700 * vc-hg.el (vc-hg-state): Handle removed files.
701 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
702 (vc-hg-checkout): Re-enable.
703
704 2007-07-15 Richard Stallman <rms@gnu.org>
705
706 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
707
708 * tutorial.el (tutorial--find-changed-keys):
709 Handle C-x specially like ESC.
710
711 2007-07-15 Roland McGrath <roland@frob.com>
712
713 * add-log.el (add-change-log-entry): Check add-log-full-name
714 and add-log-mailing-address later, after change-log-mode-hook.
715
716 2007-07-15 Richard Stallman <rms@gnu.org>
717
718 * isearch.el (isearch-mode, isearch-done):
719 Delete unintended code in previous change.
720
721 * ps-print.el (ps-default-bg): Change to White.
722
723 2007-07-15 Aaron Hawley <aaronh@garden.org>
724
725 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
726
727 2007-07-15 Martin Rudalics <rudalics@gmx.at>
728
729 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
730 when handling the terminating event.
731
732 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
733
734 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
735
736 2007-07-13 Eli Zaretskii <eliz@gnu.org>
737
738 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
739 (install): Use them to copy all *.el files before *.elc.
740
741 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * replace.el (match): Use yellow1 instead of yellow.
744
745 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
746
747 * pcvs-info.el (cvs-unknown): Likewise.
748
749 2007-07-12 Davis Herring <herring@lanl.gov>
750
751 * desktop.el (desktop-buffer-info, desktop-save):
752 Use `desktop-dirname' instead of `dirname'.
753
754 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
755
756 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
757
758 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
759
760 2007-07-10 Richard Stallman <rms@gnu.org>
761
762 * emacs-lisp/lisp-mode.el (eval-defun):
763 Explain special handling of `defface'.
764
765 2007-07-09 Richard Stallman <rms@gnu.org>
766
767 * isearch.el (isearch-edit-string): Call to isearch-push-state
768 after the search.
769
770 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
771
772 * cus-start.el (file-coding-system-alist): Fix custom type.
773
774 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
775
776 * longlines.el (longlines-wrap-region): Avoid marking buffer as
777 modified.
778 (longlines-auto-wrap, longlines-window-change-function):
779 Remove unnecessary calls to set-buffer-modified-p.
780
781 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * vc.el (vc-default-log-view-mode): New function.
784 (vc-print-log): Add new `log-view-mode' VC operation.
785
786 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
787
788 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
789 Rename and move to...
790
791 * subr.el (strings->string, string->strings): ...here.
792
793 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
794 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
795
796 * progmodes/gud.el (gud-common-init): Call string->strings instead
797 of split-string.
798
799 2007-07-07 Eli Zaretskii <eliz@gnu.org>
800
801 * term/w32-win.el (menu-bar-open): New function.
802 Bind <f10> to it.
803
804 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
805
806 * log-view.el (log-view-mode-menu): New menu.
807
808 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
809
810 * vc-hg.el: New file.
811
812 2007-07-06 Andreas Schwab <schwab@suse.de>
813
814 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
815 dynamic bindings around the evaluation of the expression.
816 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
817
818 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
819
820 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
821 file names.
822
823 2007-07-02 Martin Rudalics <rudalics@gmx.at>
824
825 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
826
827 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
828 event is not a cons cell. Do not unread drag-mouse-1 events.
829 Select right window in check whether space was stolen from
830 window above.
831
832 2007-07-01 Richard Stallman <rms@gnu.org>
833
834 * files.el (find-file-visit-truename): Fix safe-local-variable value.
835
836 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
837
838 * generic-x.el (generic-define-mswindows-modes)
839 (generic-define-unix-modes, apache-log-generic-mode)
840 (bat-generic-mode-keymap, java-manifest-generic-mode)
841 (show-tabs-generic-mode): Fix typos in docstrings.
842
843 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
844
845 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
846 replace-regexp-in-string.
847
848 2007-06-28 Andreas Schwab <schwab@suse.de>
849
850 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
851 $(lisp)/subdirs.el.
852
853 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
854
855 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
856 the speedbar frame if nil; that deletes the current frame or
857 causes an error if it is the only frame.
858 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
859
860 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
861
862 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
863 directory where the desktop file was found, as the docstring says.
864 (desktop-kill): Use `read-directory-name'.
865
866 * desktop.el (desktop-load-locked-desktop): New option.
867 (desktop-read): Use it.
868 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
869 Use `when'.
870
871 2007-06-24 Davis Herring <herring@lanl.gov>
872
873 * desktop.el (desktop-save-mode-off): New function.
874 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
875 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
876 (desktop-claim-lock, desktop-release-lock): New functions.
877 (desktop-kill): Tell `desktop-save' that this is the last save.
878 Release the lock afterwards.
879 (desktop-buffer-info): New function.
880 (desktop-save): Use it. Run `desktop-save-hook' where the doc
881 says to. Detect conflicts, and manage the lock.
882 (desktop-read): Detect conflicts. Manage the lock.
883
884 2007-06-23 Eli Zaretskii <eliz@gnu.org>
885
886 * ls-lisp.el (insert-directory): If an invalid regexp error is
887 thrown, try using FILE as a literal file name, not a wildcard.
888 Check for FILE as an existing file, not just a directory.
889
890 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
891
892 * ruler-mode.el (ruler-mode): Prevent clobbering the original
893 `header-line-format' when reentering ruler mode.
894
895 2007-06-23 Eli Zaretskii <eliz@gnu.org>
896
897 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
898 FILE exists as a directory.
899
900 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
903 (vera-font-lock-match-item): Fix doc string.
904 (vera-in-comment-p): Remove unused function.
905 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
906 use `syntax-ppss'.
907 (vera-forward-syntactic-ws): Fix argument order.
908 (vera-prepare-search): Use `with-syntax-table'.
909 (vera-indent-line): Fix doc string.
910 (vera-electric-tab): Fix doc string.
911 (vera-expand-abbrev): Define alias instead of using `fset'.
912 (vera-comment-uncomment-region): Use `comment-start-skip'.
913
914 2007-06-20 Reto Zimmermann <reto@gnu.org>
915
916 * progmodes/vera-mode.el: New file.
917
918 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
919
920 * ido.el (ido-find-file-in-dir): Don't signal an error for
921 empty directories.
922
923 2007-06-18 Alan Mackenzie <acm@muc.de>
924
925 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
926 When removing lines, also remove the \n. Correction of patch of
927 2007-04-21.
928
929 2007-06-17 Glenn Morris <rgm@gnu.org>
930
931 * lpr.el (lpr-page-header-switches): Move %s to separate element
932 for correct quoting. Doc fix.
933
934 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
935
936 * term/xterm.el (terminal-init-xterm): Escape parens in character
937 constants.
938
939 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
940
941 * scroll-lock.el (scroll-lock-mode): Doc fix.
942
943 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * font-lock.el (font-lock-add-keywords): In case font-lock was only
946 half-activated, forcefully activate it completely.
947
948 2007-06-11 Richard Stallman <rms@gnu.org>
949
950 * cus-edit.el (custom-variable-type): Doc fix.
951
952 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
953
954 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
955
956 2007-06-09 Davis Herring <herring@lanl.gov>
957
958 * desktop.el (desktop-minor-mode-table): Doc fix.
959
960 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
961
962 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
963 (image-next-line, image-previous-line, image-scroll-up)
964 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
965 New functions.
966 (image-mode-map): Remap motion commands.
967 (image-mode-text-map): New keymap for viewing images as text.
968 (image-mode): Use image-mode-map.
969 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
970
971 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
972
973 Sync with Tramp 2.0.56.
974
975 * net/tramp.el:
976 * net/tramp-ftp.el:
977 * net/tramp-smb.el:
978 * net/tramp-util.el:
979 * net/tramp-vc.el:
980 Don't load cl.el, because that pollutes the namespace. Replace cl
981 macros by their implementations where necessary. Requested by
982 Richard Stallman <rms@gnu.org>.
983
984 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
985 doesn't exist.
986 (with-parsed-tramp-file-name): Protect debug spec during compilation.
987 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
988 (tramp-file-name-p, tramp-file-name-multi-method)
989 (tramp-file-name-method, tramp-file-name-user)
990 (tramp-file-name-host, tramp-file-name-localname): New defuns,
991 replacing defstruct `tramp-file-name'.
992 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
993 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
994 Apply `vector' instead of `make-tramp-file-name'.
995 (tramp-handle-make-auto-save-file-name):
996 Apply `tramp-temporary-file-directory' for compatibility reasons.
997 (tramp-completion-mode): Use `natnump' instead of `wholenump'
998 because of XEmacs.
999 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1000 started.
1001
1002 2007-06-07 David Kastrup <dak@gnu.org>
1003
1004 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1005 Change default to `top'.
1006
1007 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * dired.el (dired-mode-map): Remove spurious separator.
1010
1011 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1014
1015 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1016 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1017
1018 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1019
1020 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1021 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1022
1023 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1024
1025 * progmodes/ebrowse.el (ebrowse-member-table):
1026 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1027
1028 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * pgg.el (pgg-sign-region, pgg-sign):
1031 * ses.el (ses-call-printer):
1032 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1033 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1034
1035 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1036
1037 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1038 (tar-get-descriptor): Handle type 55, an extended pax header.
1039
1040 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * textmodes/css-mode.el: New file.
1043
1044 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/socks.el: New file, taken from w3 repository.
1047 (top): Update Copyright. Don't load cl.el.
1048 (all): Replace `case' by `cond', `string-to-int' by
1049 `string-to-number', and `process-kill-without-query' by
1050 `set-process-query-on-exit-flag'.
1051 (socks-char-int): Remove defalias and all occurrences.
1052
1053 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1054
1055 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1056 (sort-coding-systems, search-unencodable-char): Doc fixes.
1057 (coding-system-change-eol-conversion, set-default-coding-systems)
1058 (prefer-coding-system, find-multibyte-characters, princ-list)
1059 (leim-list-entry-regexp, set-input-method, locale-language-names)
1060 (input-method-exit-on-first-char, exit-language-environment-hook)
1061 (locale-charset-language-names): Fix typos in docstrings.
1062
1063 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1064
1065 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1066 `switch-to-buffer' has returned succesfully.
1067 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1068 window is dedicated (it could iconify the frame).
1069
1070 2007-06-05 Glenn Morris <rgm@gnu.org>
1071
1072 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1073
1074 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * files.el (auto-mode-alist): Add lower-priority match for names
1077 like ChangeLog.old.
1078
1079 2007-06-04 Andreas Schwab <schwab@suse.de>
1080
1081 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1082
1083 2007-06-04 Davis Herring <herring@lanl.gov>
1084
1085 * calendar/timeclock.el: Update version number.
1086 (timeclock-modeline-display): Mention timeclock-use-display-time
1087 in explanatory message.
1088 (timeclock-log): Suppress warnings when finding the log.
1089 Don't check for a nil project twice. Run hooks after killing the
1090 buffer (if applicable).
1091 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1092 was geometric). All uses changed.
1093 (timeclock-generate-report): Support prefix argument.
1094
1095 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1096
1097 * man.el (Man-next-section): Don't consider the last line of the
1098 page as being part of any section.
1099
1100 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1101
1102 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1103 modified flag of buffer. Use `inhibit-modification-hooks'.
1104
1105 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1106
1107 * mail/mail-extr.el (mail-extract-address-components):
1108 Recognize non-ASCII characters except for NBSP as words.
1109
1110 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1111
1112 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1113
1114 2007-06-04 Michael Olson <mwolson@gnu.org>
1115
1116 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1117 died and we are trying to send a signal to it.
1118
1119 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * emacs-lisp/easy-mmode.el (define-minor-mode)
1122 (easy-mmode-define-navigation): Fix typos in docstrings.
1123
1124 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1125 Fix typos in docstrings.
1126 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1127 (compilation-finish-function): Fix typo in obsolescence declaration.
1128
1129 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1130
1131 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1134 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1135
1136 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1137
1138 * longlines.el (longlines-mode): Make longlines-auto-wrap
1139 buffer-local. Add hooks unconditionally.
1140 (longlines-auto-wrap): Toggle wrapping.
1141 (longlines-after-change-function)
1142 (longlines-post-command-function): Check longlines-auto-wrap.
1143
1144 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * Version 22.1 released.
1147
1148 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1149
1150 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1151 changes.
1152
1153 2007-05-31 Richard Stallman <rms@gnu.org>
1154
1155 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1156
1157 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1158
1159 * textmodes/table.el (table--point-entered-cell-function)
1160 (table--point-left-cell-function):
1161 Bind `inhibit-point-motion-hooks' to t.
1162
1163 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1164
1165 * emacs-lisp/rx.el (rx): Doc fix.
1166
1167 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1170
1171 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1172
1173 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1174 as the end of the ChangeLog paragraph when it ends without a line
1175 termination.
1176
1177 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * textmodes/fill.el (canonically-space-region): Make the second arg
1180 a marker if it's not already the case.
1181
1182 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1183 (xterm-mouse-event): Use it.
1184
1185 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1186
1187 * vc-hooks.el (vc-find-root): Fix file attribute test.
1188
1189 2007-05-24 Richard Stallman <rms@gnu.org>
1190
1191 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1192 Don't let opoint be nil.
1193 (flyspell-emacs-popup): Explicit error if no dialogs.
1194
1195 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1196
1197 * tar-mode.el (tar-file-name-handler): New function.
1198 (tar-extract): Bind file-name-handler-alist to it to force
1199 find-buffer-file-type-coding-system behave as if the file being
1200 extracted existed. Use last-coding-system-used to force
1201 buffer-file-coding-system to what decode-coding-region actually
1202 used to decode the file.
1203
1204 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1205
1206 * progmodes/compile.el (compilation-handle-exit):
1207 `compilation-finish-function' may change the current buffer.
1208
1209 2007-05-22 Richard Stallman <rms@gnu.org>
1210
1211 * files.el (set-auto-mode): Doc fix.
1212
1213 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1214
1215 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1216
1217 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1218
1219 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1220 (rcirc-print): Handle `window-width'.
1221 (rcirc-buffer-maximum-lines): Doc fix.
1222
1223 2007-05-19 Kevin Ryde <user42@zip.com.au>
1224
1225 * info.el (Info-fontify-node): Match https also.
1226
1227 2007-05-18 Richard Stallman <rms@gnu.org>
1228
1229 * simple.el (push-mark): Doc fix.
1230
1231 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1232
1233 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1234 tpu-global-map.
1235 (tpu-original-global-map): Delete variable.
1236 (tpu-control-keys-map): New keymap variable.
1237 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1238 setting keymapping directly.
1239 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1240 tpu-global-map.
1241 (tpu-edt-on): Activate the tpu-global-map.
1242 (tpu-edt-off): Deactivate the tpu-global-map.
1243
1244 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1245
1246 * textmodes/ispell.el (ispell-get-word): Return markers
1247 for start and end positions.
1248 (ispell-word): Assume END is a marker.
1249
1250 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1251
1252 * ps-print.el: Use default color when foreground or background color
1253 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1254 (ps-print-version): New version 6.7.4.
1255 (ps-rgb-color): New argument. Use default color when color is
1256 unspecified.
1257 (ps-begin-job): Fix code.
1258
1259 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1260
1261 * textmodes/ispell.el (ispell-start-process): Defend against bad
1262 default-directory.
1263
1264 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1267
1268 2007-05-16 Richard Stallman <rms@gnu.org>
1269
1270 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1271
1272 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1275 Move the *ml, Postscript, and XmCD entries to the fallback part.
1276
1277 * files.el (magic-fallback-mode-alist):
1278 Rename from file-start-mode-alist.
1279
1280 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1281
1282 * progmodes/compile.el (compilation-handle-exit): Quote first
1283 argument of `run-hook-with-args'.
1284
1285 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1286
1287 * buff-menu.el (Buffer-menu-sort-column):
1288 * dabbrev.el (dabbrev-upcase-means-case-search):
1289 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1290 * info.el (Info-current-subfile):
1291 * ls-lisp.el (ls-lisp-verbosity):
1292 * msb.el (msb-menu-cond):
1293 * pcvs.el (cvs-dired-use-hook):
1294 * simple.el (set-mark-command-repeat-pop):
1295 * time.el (display-time-24hr-format, display-time-mail-file):
1296 Doc fixes.
1297
1298 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1299 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1300
1301 * view.el (view-inhibit-help-message): Fix typo in docstring.
1302 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1303
1304 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1305
1306 * mail/rmail.el (rmail-convert-to-babyl-format):
1307 Check content-transfer-encoding _last_, because we need its position
1308 in base64-header-field-end.
1309
1310 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * files.el (mode-require-final-newline, require-final-newline)
1313 (enable-local-variables, enable-local-eval): Doc fixes.
1314
1315 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1316
1317 * progmodes/python.el (python-font-lock-keywords)
1318 (python-open-block-statement-p, python-mode): Add support for the new
1319 "with" keyword.
1320
1321 2007-05-10 Richard Stallman <rms@gnu.org>
1322
1323 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1324 (iso-cvt-write-only): Likewise.
1325
1326 * emacs-lisp/easy-mmode.el (define-minor-mode):
1327 Fix generated doc string.
1328
1329 * startup.el (fancy-splash-text): Add URL of guided tour.
1330 Adjust horizontal and vertical whitespace.
1331
1332 * progmodes/compile.el (compilation-handle-exit):
1333 Use run-hook-with-args to run compilation-finish-functions.
1334
1335 * files.el (file-start-mode-alist): New variable.
1336 (magic-mode-regexp-match-limit): Doc fix.
1337 (set-auto-mode): Handle file-start-mode-alist.
1338 A little cleanup of structure.
1339
1340 2007-05-10 Davis Herring <herring@lanl.gov>
1341
1342 * calendar/timeclock.el (timeclock-in): Fix non-interactive
1343 workday specifications.
1344 (timeclock-log): Don't kill the log buffer if it already existed.
1345
1346 2007-05-08 Richard Stallman <rms@gnu.org>
1347
1348 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1349 Don't include non-self-insert commands in the exception for `-'.
1350
1351 2007-05-08 David Reitter <david.reitter@gmail.com>
1352
1353 * progmodes/python.el (python-guess-indent): Check non-nullness
1354 before comparing indent against the 2..8 interval.
1355
1356 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1357
1358 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1359 available.
1360
1361 2007-05-06 Richard Stallman <rms@gnu.org>
1362
1363 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1364
1365 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1366
1367 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1368 disconnections.
1369
1370 2007-05-01 Romain Francoise <romain@orebokech.com>
1371
1372 * dired-x.el: Revert 2007-04-06 change.
1373
1374 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
1375
1376 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1377 don't put stop on toolbar.
1378
1379 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1380
1381 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1382
1383 2007-04-29 Richard Stallman <rms@gnu.org>
1384
1385 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1386
1387 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1388
1389 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1390 than 1.
1391
1392 2007-04-28 Richard Stallman <rms@gnu.org>
1393
1394 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1395
1396 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1399
1400 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1401
1402 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1403 instead of $(lisp)/mh-e.
1404
1405 * textmodes/fill.el (fill-paragraph): Doc fix.
1406
1407 2007-04-28 Glenn Morris <rgm@gnu.org>
1408
1409 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1410 (image-dired-cmd-create-temp-image-options): Replace option
1411 +profile "*" with -strip.
1412
1413 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1416 Use window-start and window-end.
1417
1418 2007-04-26 Glenn Morris <rgm@gnu.org>
1419
1420 * progmodes/python.el: Restore file pending consideration of legal
1421 status.
1422
1423 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1424
1425 * locate.el (locate-in-alternate-database): Doc fix.
1426
1427 2007-04-26 Glenn Morris <rgm@gnu.org>
1428
1429 * button.el (button): Use underline if supported, else fall back
1430 to color.
1431
1432 2007-04-25 Richard Stallman <rms@gnu.org>
1433
1434 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1435
1436 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1437
1438 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1439 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1440 pushing mark.
1441 (idlwave-current-routine): Don't push mark.
1442
1443 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1444
1445 * image-dired.el (image-dired-display-image): Derive image-type from
1446 filename rather than assuming jpeg, in case no resizing was needed.
1447
1448 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1449
1450 * custom.el (defface): Doc fix.
1451
1452 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * progmodes/python.el: Remove due to unclear legal issues.
1455
1456 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1457
1458 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1459 Don't re-query for each cleared BP.
1460 (idlwave-shell-clear-bp): Optionally skip BP query.
1461 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1462 of set-window-buffer, which incorrectly moves displayed region.
1463
1464 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
1465
1466 * calc/calc.el (calc-bug-address): Update maintainer's address.
1467 * calc/*: Update maintainer's address.
1468
1469 2007-04-23 Richard Stallman <rms@gnu.org>
1470
1471 * simple.el (set-mark-command-repeat-pop): Doc fix.
1472 Put in `editing-basics' group.
1473
1474 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1477 New functions.
1478 (Info-mode-line-node-keymap): Bind mouse commands to
1479 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1480
1481 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
1482
1483 * locate.el (locate-local-prompt): New var.
1484 (locate-prompt-for-command): Doc fix.
1485 (locate-prompt-for-search-string): New function.
1486 (locate): New optional arg. Make locate-local-prompt
1487 buffer-local. Use locate-prompt-for-search-string.
1488 (locate-with-filter): New optional arg.
1489 Use locate-prompt-for-search-string.
1490 (locate-update): Bind locate-prompt-for-command.
1491
1492 2007-04-23 Glenn Morris <rgm@gnu.org>
1493
1494 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1495
1496 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
1497
1498 * button.el (button): Inherit from link face on a tty.
1499
1500 2007-04-23 Glenn Morris <rgm@gnu.org>
1501
1502 * button.el (button): Use color for this face on a tty.
1503
1504 * files.el (magic-mode-alist): Allow for carriage-returns in
1505 html-mode and sgml-mode entries.
1506
1507 2007-04-22 Richard Stallman <rms@gnu.org>
1508
1509 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1510 Improve doc string of generated command.
1511
1512 * subr.el (read-number): Catch errors.
1513
1514 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1515
1516 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * image-dired.el: Rename from thumbnails.el. All instances of
1519 "thumbnails" replaced with "image-dired".
1520
1521 * dired.el (dired-mode-map): Rename "thumbnails" again, to
1522 "image-dired".
1523
1524 2007-04-22 Kim F. Storm <storm@cua.dk>
1525
1526 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1527 Don't use kill-line.
1528
1529 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
1530
1531 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1532 error message.
1533
1534 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * dired.el: Rename "tumme" to "thumbnails".
1537
1538 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
1539 replaced with "thumbnails".
1540
1541 2007-04-22 Glenn Morris <rgm@gnu.org>
1542
1543 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1544 and give it the risky-local-variable property.
1545
1546 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1547 before defining it.
1548
1549 2007-04-21 Martin Rudalics <rudalics@gmx.at>
1550
1551 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1552 Use delete-region instead of kill-line.
1553
1554 2007-04-21 Alan Mackenzie <acm@muc.de>
1555
1556 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1557 `kill-region' by `delete-region'.
1558
1559 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1562 instead of kill-region.
1563
1564 * progmodes/mantemp.el (mantemp-make-mantemps-region)
1565 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1566 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1567 and kill-line.
1568
1569 * progmodes/vhdl-mode.el (vhdl-template-type)
1570 (vhdl-template-record, vhdl-template-nature)
1571 (vhdl-template-configuration-spec, vhdl-template-component-inst)
1572 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1573 Use delete-region instead of kill-word and kill-line.
1574
1575 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1576
1577 * dired-x.el (dired-virtual-mode): Doc fix.
1578
1579 2007-04-21 Richard Stallman <rms@gnu.org>
1580
1581 * font-lock.el (font-lock-keywords-alist): Mark as risky.
1582
1583 * subr.el (read-number): Doc fix.
1584
1585 * simple.el (pop-to-mark-command): Display message "mark popped"
1586 if point does not move.
1587 (set-mark-command): Doc fix.
1588
1589 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
1590
1591 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1592 (locate-local-filter, locate-local-search): New vars.
1593 (locate): Make variables local.
1594 (locate-update): Bind locate-buffer-name. Call locate using
1595 locate-local-filter and locate-local-search.
1596
1597 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1598
1599 * hi-lock.el (hi-lock-file-patterns-policy): New var.
1600 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1601 (hi-lock-mode): Update docstring.
1602
1603 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1606 fill-nobreak-predicate when the break is past fill-column.
1607
1608 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1609
1610 * locate.el (locate): Output from shell-command should go in the
1611 current buffer rather than *Shell Command Output*.
1612
1613 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * paren.el (show-paren-function): Fix last fix.
1616
1617 2007-04-19 Kevin Ryde <user42@zip.com.au>
1618
1619 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1620 (archive-lzh-summarize): Add optional start arg for where to start
1621 looking at the archive.
1622 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1623
1624 * international/mule.el (auto-coding-alist): no-conversion for .exe
1625 and .EXE.
1626
1627 2007-04-19 Alan Mackenzie <acm@muc.de>
1628
1629 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1630 function return type contains "struct", "union", etc.
1631 c-end-of-defun goes too far forward.
1632
1633 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * paren.el (show-paren-function): Reset window-start to avoid
1636 recentering.
1637
1638 2007-04-19 Glenn Morris <rgm@gnu.org>
1639
1640 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1641
1642 2007-04-18 Glenn Morris <rgm@gnu.org>
1643
1644 * calendar/diary-lib.el (diary-header-line-format): Add a custom
1645 :set function.
1646 (diary-list-entries): Only switch to diary-mode from
1647 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
1648 diary-mode set header-line-format, in case of any customization.
1649
1650 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1651
1652 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1653 is less than the length of parse-time-syntax.
1654
1655 2007-04-17 David Kastrup <dak@gnu.org>
1656
1657 * replace.el (query-replace-regexp-eval): Deprecate.
1658
1659 2007-04-17 Alan Mackenzie <acm@muc.de>
1660
1661 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1662 point too close to EOB, leave point at EOB rather than last `}'.
1663
1664 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1665
1666 * textmodes/bibtex.el (bibtex-include-OPTkey)
1667 (bibtex-user-optional-fields, bibtex-entry-field-alist):
1668 Fix defcustom.
1669
1670 2007-04-17 Glenn Morris <rgm@gnu.org>
1671
1672 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1673 be encoded, fall back to current year.
1674
1675 2007-04-14 Kevin Ryde <user42@zip.com.au>
1676
1677 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1678 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
1679 M "MSDOS".
1680
1681 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1682
1683 * progmodes/python.el (python-end-of-block): Avoid looping forever
1684 if python-next-statement fails.
1685
1686 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1687
1688 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1689
1690 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1691
1692 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1693 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1694
1695 2007-04-15 Jay Belanger <belanger@truman.edu>
1696
1697 * calc/calc.el (calc-version): New function.
1698 (calc-trail-mode): Shorten the title.
1699
1700 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * mail/footnote.el (footnote-style): Clarify docstring to state
1703 that customizing this only applies to future footnotes.
1704
1705 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1706
1707 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1708 (bibtex-make-field): Check that INIT is a string. Use functionp.
1709
1710 2007-04-14 Glenn Morris <rgm@gnu.org>
1711
1712 * complete.el (PC-goto-end): New buffer-local variable.
1713 (PC-do-completion-end): Make buffer-local.
1714 (partial-completion-mode) <choose-completion-string-functions>:
1715 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1716 (PC-do-completion): New optional fourth argument GOTO-END. Add a
1717 doc string. Set PC-goto-end for choose-completion.
1718 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1719 PC-do-completion.
1720
1721 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1722 arg to bibtex-make-field.
1723 (bibtex-make-field): Add optional fourth arg NODELIM.
1724 Insert delimiters around INIT unless this arg is non-nil.
1725
1726 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
1727
1728 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1729 global map isn't modified.
1730
1731 2007-04-14 Glenn Morris <rgm@gnu.org>
1732
1733 * calendar/appt.el (appt-disp-window): Do not split small windows.
1734 Suggested by Jeff Miller <jmiller@cablespeed.com>.
1735
1736 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1739
1740 * files.el: Ditto.
1741
1742 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1745
1746 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1747 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1748 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1749 (term-pager-help): Fix typos in docstrings.
1750
1751 * wid-edit.el (widget-documentation): Fix typo in docstring.
1752
1753 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1754 Fix typos in error messages.
1755
1756 2007-04-13 Martin Rudalics <rudalics@gmx.at>
1757
1758 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1759 window marked as dedicated.
1760
1761 * mail/footnote.el (footnote-latin-string): New variable.
1762 (footnote-latin-regexp): Redefine as regexp alternative.
1763 (Footnote-latin): Use footnote-latin-string instead of
1764 footnote-latin-regexp.
1765
1766 2007-04-13 Glenn Morris <rgm@gnu.org>
1767
1768 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1769 inherited keymaps.
1770
1771 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * outline.el (outline-get-next-sibling): Clarify docstring.
1774 (outline-get-last-sibling): Handle case where we are at the first
1775 heading. Clarify docstring.
1776
1777 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
1778
1779 * progmodes/gud.el (gud-minor-mode-map): Make go button same
1780 length as stop button to lessen flicker.
1781 (jdb): Add gud-print.
1782 (gud-find-expr): Jdb prints the expression with the value, so
1783 don't insert it in the output.
1784
1785 2007-04-11 Jason Rumney <jasonr@gnu.org>
1786
1787 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1788 case hex. Do not try to decode non-hex letters.
1789
1790 2007-04-11 Markus Triska <markus.triska@gmx.at>
1791
1792 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1793 (byte-optimize-backward-word): Remove (move to bytecomp.el).
1794 (byte-optimize-form-code-walker): Evaluate pure function calls if
1795 possible.
1796 (byte-optimize-all-constp): New function.
1797
1798 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1799 Improve numeric argument case.
1800 (byte-compile-backward-char, byte-compile-backward-word):
1801 New functions, performing rewriting previously done in byte-opt.el.
1802 Fix their "Fixme" item (restriction to numeric arguments).
1803
1804 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1807 with dolist.
1808 (after-init-hook): Don't quote lambda.
1809 (desktop-first-buffer): Don't wrap it in eval-when-compile.
1810 (desktop-internal-v2s): Remove unused var `el'.
1811 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1812 desktop-restore-file-buffer.
1813 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1814 desktop-create-buffer.
1815
1816 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * woman.el (woman-decode-buffer): Postpone macro-set check...
1819 (woman-decode-region): ...to here.
1820
1821 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
1822
1823 * startup.el (tty-handle-args): Use %S to log ARGS.
1824
1825 2007-04-10 Glenn Morris <rgm@gnu.org>
1826
1827 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1828 it is obsolete and has no effect.
1829
1830 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1831 byte-compiler.
1832
1833 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1834 obsolete function make-local-hook.
1835
1836 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1837 start to quieten byte-compiler.
1838
1839 2007-04-10 Markus Triska <markus.triska@gmx.at>
1840
1841 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1842 to bytecomp.el as byte-compile-char-before).
1843 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1844 New function (modified replacement for byte-optimize-char-before in
1845 byte-opt.el).
1846
1847 2007-04-09 Alan Mackenzie <acm@muc.de>
1848
1849 * startup.el (inhibit-splash-screen): Emphatically state that it
1850 can't be set in site-start.el.
1851
1852 2007-04-09 Masatake YAMATO <jet@gyve.org>
1853
1854 * progmodes/cc-subword.el (c-capitalize-subword): More closely
1855 mimic the behavior of `capitalize-word'. Do not move point with a
1856 negative argument. Based on tiny change by Paul Curry.
1857
1858 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
1859
1860 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1861 Don't move point if ARG is negative.
1862
1863 2007-04-09 Alan Mackenzie <acm@muc.de>
1864
1865 Changes to make `narrow-to-defun' and `mark-defun' work properly
1866 in CC Mode:
1867
1868 * progmodes/cc-defs.el (c-beginning-of-defun-1):
1869 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1870 Bind beginning/end-of-defun-function to nil around calls to
1871 beginning/end-of-defun.
1872
1873 * progmodes/cc-langs.el (beginning-of-defun-function)
1874 (end-of-defun-function): New c-lang-setvar's.
1875
1876 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1877 (setq arg 1))" to enable non-interactive call.
1878
1879 2007-04-09 Eli Zaretskii <eliz@gnu.org>
1880
1881 * simple.el (set-mark-command): Doc fix.
1882
1883 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
1884
1885 * progmodes/gud.el (gdb): Restore existing session if user
1886 tries to start a second one in graphical mode.
1887
1888 2007-04-08 Martin Rudalics <rudalics@gmx.at>
1889
1890 * cus-start.el <scroll-preserve-screen-position>: Add choices.
1891
1892 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1893
1894 * term/xterm.el (terminal-init-xterm): Fix key definitions.
1895 Add binding for C-M-SPC.
1896
1897 2007-04-08 Richard Stallman <rms@gnu.org>
1898
1899 * pcomplete.el (pcomplete-read-event): One single definition,
1900 and not a defsubst.
1901
1902 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1905 byte-compiler warning "value unused".
1906
1907 2007-04-08 Andreas Schwab <schwab@suse.de>
1908
1909 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1910
1911 2007-04-07 Glenn Morris <rgm@gnu.org>
1912
1913 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1914 Autoload these functions.
1915 (diary-date-forms): Add a custom :set form.
1916
1917 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1918 before first use.
1919 (diary-font-lock-keywords): New function with old code for
1920 initialization of variable of same name.
1921
1922 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
1923
1924 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1925 clean-up: only insert space when on identifier, etc.
1926
1927 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1930
1931 * net/tls.el (open-tls-stream): Properly handle case where there
1932 is no associated buffer.
1933
1934 2007-04-07 Glenn Morris <rgm@gnu.org>
1935
1936 * ffap.el (ffap-file-at-point): Lower the priority of the
1937 ffap-ftp-sans-slash-regexp check.
1938
1939 2007-04-06 Alan Mackenzie <acm@muc.de>
1940
1941 Fix fontification of labels, and other things with ":".
1942
1943 * progmodes/cc-engine.el (c-forward-label): The function now
1944 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1945 the former t.
1946
1947 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1948 new return code from c-forward-label, fontifying tokens properly.
1949 Add some general comments throughout the file.
1950
1951 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1954 Revert 2006-01-27 change.
1955
1956 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1957
1958 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1959
1960 * desktop.el (desktop-create-buffer, desktop-save):
1961 Revert 2004-11-12 change for lack of copyright papers.
1962
1963 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1964 (dired-guess-default): Respect case.
1965
1966 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1967
1968 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1969 was originally checked in as byte-optimize-concat on 1997-11-02.
1970
1971 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1972 1995-05-19 doc changes.
1973
1974 2007-04-06 Kim F. Storm <storm@cua.dk>
1975
1976 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
1977 (unload-feature): Update interactive spec accordingly.
1978
1979 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1980
1981 2007-04-06 John Paul Wallington <jpw@pobox.com>
1982
1983 * subr.el (with-case-table): Use `make-symbol' to avoid variable
1984 capture. Restore the table in the same buffer.
1985
1986 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1987
1988 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
1989
1990 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1991 Print entire form.
1992
1993 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
1994
1995 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1996 for low-color displays.
1997
1998 2007-04-05 Glenn Morris <rgm@gnu.org>
1999
2000 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2001 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2002 Seed random number generator on loading.
2003
2004 * emacs-lisp/authors.el (top-level): Provide self.
2005
2006 * play/animate.el (top-level): Provide self.
2007
2008 2007-04-04 Alan Mackenzie <acm@muc.de>
2009
2010 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2011 to mention c-syntactic-indentation.
2012
2013 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * subr.el (with-case-table): New macro.
2016
2017 * international/mule.el (ascii-case-table): New var.
2018
2019 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2020 downcasing.
2021
2022 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2023
2024 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2025
2026 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2027 of the window if we're outside it e.g menu-bar.
2028
2029 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2030 window if we're outside it e.g menu-bar.
2031
2032 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2033
2034 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2035 decode base-64 encoded body if its content-type is something other
2036 than text/* or message/*.
2037
2038 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2039
2040 * simple.el (activate-mark-hook): Fix typo in docstring.
2041
2042 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2043
2044 * tmm.el (tmm-c-prompt): Initialize.
2045 (tmm-menubar): Deal with extended menu-items at top level.
2046 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2047 (tmm-prompt): Handle visibility of top level menu-items.
2048
2049 * progmodes/gud.el (gud-menu-map): Simplify.
2050 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2051 menubar.
2052
2053 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2056
2057 * comint.el (comint-send-input): Widen the buffer first.
2058
2059 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2060
2061 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2064 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2065
2066 * newcomment.el (comment-search-forward): Discard comment starters
2067 before point.
2068
2069 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2070
2071 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2072
2073 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2076 when downcasing.
2077
2078 * button.el (previous-button): Rewrite to account for adjacent buttons.
2079
2080 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2081
2082 * progmodes/idlwave.el (idlwave-auto-fill):
2083 Revert paragraph-separate change.
2084
2085 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2086 Simplify module calc.
2087 (idlwave-shell-set-bp-in-module): Compute module.
2088
2089 2007-03-31 Glenn Morris <rgm@gnu.org>
2090
2091 * emacs-lisp/timer.el (run-at-time): Doc fix.
2092
2093 * emacs-lisp/warnings.el (display-warning): If we create the
2094 buffer displaying the warning, disable undo there.
2095
2096 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2097
2098 * net/tramp.el (tramp-register-file-name-handler)
2099 (tramp-register-completion-file-name-handler): New defsubst,
2100 derived from `tramp-register-file-name-handlers'. The split is
2101 necessary because Tramp's file name handlers must be registered at
2102 different startup places.
2103
2104 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * progmodes/hideshow.el (turn-off-hideshow): New function.
2107 (hs-minor-mode): Use it instead of a lambda expression in
2108 change-major-mode-hook.
2109
2110 2007-03-31 David Kastrup <dak@gnu.org>
2111
2112 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2113 corresponding to MANPATH_MAP entries.
2114 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2115 (woman-parse-man.conf): Use more discriminating man.conf name.
2116 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2117 (woman-manpath): Doc fix and type fix.
2118 (woman-cached-data): Check for MANPATH_MAP entries.
2119 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2120
2121 2007-03-31 Stuart Herring <herring@lanl.gov>
2122
2123 * emacs-lisp/sregex.el (sregexq): Doc fix.
2124
2125 2007-03-31 Markus Triska <markus.triska@gmx.at>
2126
2127 * flymake.el (flymake-err-line-patterns): Doc fix.
2128
2129 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2130
2131 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2132 Move to the right.
2133
2134 2007-03-30 Alan Mackenzie <acm@muc.de>
2135
2136 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2137
2138 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2139
2140 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2141 Use it, passed in explicitly, instead of from the dynamic binding.
2142 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2143
2144 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * simple.el (blink-matching-open): When in minibuffer, don't
2147 search for a match inside the prompt.
2148
2149 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2150
2151 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2152 (tmm-prompt): Don't make the mouse user select the first menu
2153 item twice.
2154
2155 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2156
2157 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2158 SIGUSR1 and SIGUSR2.
2159
2160 2007-03-29 Kim F. Storm <storm@cua.dk>
2161
2162 * ido.el (ido-read-internal): When reading file or dir, only override
2163 minibuffer-local-filename-completion-map, otherwise only override
2164 minibuffer-local-completion-map.
2165
2166 2007-03-29 Glenn Morris <rgm@gnu.org>
2167
2168 * complete.el (partial-completion-mode): Set PC-do-completion-end
2169 to nil after use.
2170 (PC-lisp-complete-symbol): Create and use a marker at `end',
2171 rather than using point-marker.
2172
2173 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * simple.el (next-error-highlight): Doc fix.
2176 (compose-mail): Revert 2007-03-19 change.
2177
2178 2007-03-28 Richard Stallman <rms@gnu.org>
2179
2180 * emacs-lisp/edebug.el (edebug-display): Don't go to
2181 edebug-outside-buffer if it is dead.
2182
2183 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * view.el (view-mode): Fix typos in docstring.
2186
2187 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2188
2189 * recentf.el (recentf-save-file): Add a custom :set function.
2190
2191 2007-03-28 Glenn Morris <rgm@gnu.org>
2192
2193 * complete.el (PC-do-completion-end): New variable.
2194 (partial-completion-mode) <choose-completion-string-functions>:
2195 Use PC-do-completion-end in the non-minibuffer case to replace the
2196 correct amount of text.
2197 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2198 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2199 to deal with improvements inserted after point.
2200
2201 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * button.el (make-text-button): Add explicit `button' property.
2204 (default-button): Don't put a `button' property on it.
2205
2206 * progmodes/python.el (python-mode): Skip comments when parsing.
2207
2208 * vc-arch.el (vc-with-current-file-buffer): New macro.
2209 (vc-arch-file-source-p): Use it to avoid infloop.
2210
2211 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2212
2213 * emacs-lisp/lisp.el (lisp-complete-symbol):
2214 Fix call to get-buffer-window to find windows in other frames.
2215
2216 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2219 Fix calls to get-buffer-window to find windows in other frames.
2220 Reported by David Hansen <david.hansen@gmx.net>.
2221
2222 2007-03-27 Kevin Ryde <user42@zip.com.au>
2223
2224 * info.el (Info-display-images-node): On a text-only terminal,
2225 show the "text" or "alt" parts of the image blobs.
2226
2227 2007-03-27 Glenn Morris <rgm@gnu.org>
2228
2229 * complete.el (PC-do-completion): Compute completion-base-size in
2230 the non-filename case, rather than setting to nil.
2231 (PC-lisp-complete-end): New variable.
2232 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2233 original end in a series of consecutive invocations.
2234
2235 * calendar/calendar.el (calendar-mode-hook): Declare it.
2236
2237 * calendar/diary-lib.el (diary-live-p): Do not check for
2238 diary-selective-display.
2239
2240 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * replace.el (occur-next-error): *Occur* might not be displayed in the
2243 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2244
2245 2007-03-26 Richard Stallman <rms@gnu.org>
2246
2247 * textmodes/flyspell.el (flyspell-large-region):
2248 Use ispell-call-process-region.
2249
2250 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2251
2252 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2253 Use prin1 instead of princ.
2254
2255 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2258 Merge in X resources before global face.
2259
2260 * progmodes/compile.el (compilation-start): Save compilation-directory
2261 rather than default-directory as local var.
2262 (compilation-directory): Mark as safe local var.
2263
2264 * files.el: Don't mark default-directory as a safe local var.
2265
2266 2007-03-25 Alan Mackenzie <acm@muc.de>
2267
2268 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2269 * progmodes/cc-engine.el: Fix typo.
2270
2271 2007-03-25 Juri Linkov <juri@jurta.org>
2272
2273 * compare-w.el (compare-windows): Rename customization group
2274 `compare-w' to `compare-windows'.
2275 (compare-windows-whitespace, compare-ignore-whitespace)
2276 (compare-ignore-case, compare-windows-sync)
2277 (compare-windows-sync-string-size, compare-windows-recenter)
2278 (compare-windows-highlight, compare-windows): Change group name in
2279 the `group' tag from `compare-w' to `compare-windows'.
2280 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2281
2282 2007-03-24 Markus Triska <markus.triska@gmx.at>
2283
2284 * expand.el: Change example to always enable abbrev-mode,
2285 and remove redundant `function'.
2286 (expand-abbrev-hook): Add autoload cookie.
2287
2288 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2289
2290 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2291 (testcover-mark-all, testcover-unmark-all): Add prompts to
2292 interactive specs.
2293
2294 2007-03-24 Jason Rumney <jasonr@gnu.org>
2295
2296 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2297 Use file size in bytes for auto-revert-tail-pos not characters.
2298
2299 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2300
2301 * vc-rcs.el (vc-rcs-annotate-command):
2302 Set text property :vc-annotate-prefix on the annotation text.
2303 (vc-rcs-annotate-time): Instead of searching for ": ",
2304 search for end of text propertized with :vc-annotate-prefix.
2305
2306 2007-03-24 Martin Rudalics <rudalics@gmx.at>
2307
2308 * whitespace.el (top level): Remove calls putting
2309 permanent-local nil property since these are no-ops.
2310
2311 * man.el (Man-support-local-filenames): Assure that
2312 default-directory exists when doing call-process.
2313
2314 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2315
2316 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2317 Fix omission bug: Use m4-program-options to construct shell command.
2318
2319 2007-03-23 David Kastrup <dak@gnu.org>
2320
2321 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2322 Use `mapcar' rather than `mapcan' to silence compiler warning.
2323
2324 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2325
2326 * textmodes/reftex.el, textmodes/reftex-vars.el,
2327 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2328 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2329 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2330 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2331 * textmodes/reftex-auc.el: Add maintainer address.
2332
2333 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
2334
2335 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2336 Make sure that `global-font-lock-mode' does not turn on font-lock
2337 in these buffers.
2338
2339 2007-03-21 Kim F. Storm <storm@cua.dk>
2340
2341 * xt-mouse.el (xt-mouse-epoch): New variable.
2342 (xterm-mouse-event): Use float-time.
2343
2344 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
2345
2346 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2347 current-time.
2348
2349 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * complete.el (read-file-name-internal): Don't add the final > if the
2352 completion is not finished (re-application of this patch, which was
2353 accidentally undone by Eli).
2354
2355 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * emulation/viper.el (viper-non-hook-settings): Handle mouse
2358 clicks in describe-key and describe-key-briefly advice a little better.
2359
2360 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2361
2362 * server.el (server-process-filter): Cancel any pending isearch.
2363
2364 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
2365
2366 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2367 (icalendar--get-unfolded-buffer): Define actual arguments rather
2368 than just using &rest. Check replace-in-string is fbound.
2369 (icalendar-import-buffer): Doc fix.
2370 (icalendar--convert-ical-to-diary): Set diary-file.
2371 Check diary-file before inserting final newline.
2372 (icalendar--add-diary-entry): Return diary-file.
2373
2374 2007-03-21 Glenn Morris <rgm@gnu.org>
2375
2376 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2377 (diary-display-hook): Add custom :set function.
2378
2379 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2380 Add custom :set function.
2381 (diary-header-line-format): Doc fix.
2382 (diary-set-maybe-redraw): New function.
2383 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2384 (diary-list-entries): Always run diary-mode.
2385
2386 2007-03-20 Kenichi Handa <handa@m17n.org>
2387
2388 * international/quail.el (quail-setup-completion-buf): Make the
2389 completion buffer read-only.
2390 (quail-completion): Adjusted for the above change. Leave the
2391 modified flag nil.
2392
2393 2007-03-20 David Kastrup <dak@gnu.org>
2394
2395 * files.el (magic-mode-alist): Require literal "%!PS" string for
2396 magic postscript file detection.
2397
2398 2007-03-20 Richard Stallman <rms@gnu.org>
2399
2400 * textmodes/ispell.el (ispell-call-process): New function.
2401 Defends against bad `default-directory.'
2402 (ispell-check-version, ispell-find-aspell-dictionaries)
2403 (ispell-get-aspell-config-value, lookup-words): Call it.
2404 (ispell-call-process-region): New function.
2405 (ispell-send-string): Call it.
2406
2407 2007-03-20 Andreas Schwab <schwab@suse.de>
2408
2409 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2410 (finder-data): Likewise.
2411 (autoloads): Likewise.
2412
2413 2007-03-20 Martin Rudalics <rudalics@gmx.at>
2414
2415 * files.el (basic-save-buffer): Do not set visited filename when
2416 the corresponding directory does not exist or the specified
2417 filename is that of an existing directory.
2418
2419 2007-03-20 Glenn Morris <rgm@gnu.org>
2420
2421 * calendar/diary-lib.el (diary-live-p): New function.
2422 (number-of-diary-entries): Add a :set function to redisplay diary
2423 when necessary.
2424
2425 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
2426
2427 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2428 from client program, mev, to compute mouse event.
2429
2430 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * faces.el (momentary): Face removed; unused due to reversion of
2433 2007-01-04 changes by Kevin Rodgers.
2434
2435 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2436 Suggested by Johan Bockg\e,Ae\e(Brd.
2437
2438 2007-03-19 Martin Rudalics <rudalics@gmx.at>
2439
2440 * font-lock.el (lisp-font-lock-keywords-1):
2441 Highlight define-globalized-minor-mode as a keyword.
2442
2443 2007-03-19 Kim F. Storm <storm@cua.dk>
2444
2445 * calc/calc-forms.el (math-std-daylight-savings)
2446 (math-std-daylight-savings-old): Doc fix.
2447
2448 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
2449
2450 * progmodes/python.el (python-default-template): Doc fix.
2451 (python-buffer): Fix typo in docstring.
2452
2453 * isearchb.el (isearchb-follow-char):
2454 * subr.el (def-edebug-spec): Fix typo in docstring.
2455
2456 2007-03-19 Richard Stallman <rms@gnu.org>
2457
2458 * files.el (default-directory): Mark safe.
2459 (basic-save-buffer-2): Put proper dir name in error message.
2460
2461 * simple.el (compose-mail): Run switch-function after
2462 setting up the mail buffer.
2463
2464 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2465
2466 2007-03-18 Jay Belanger <belanger@truman.edu>
2467
2468 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2469 (math-std-daylight-savings-new): Rename from
2470 `math-std-daylight-savings'.
2471 (math-std-daylight-savings-old): Rename from old value of
2472 `math-std-daylight-savings'.
2473 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2474 `math-std-daylight-savings-old' depending on the year.
2475
2476 2007-03-18 Detlev Zundel <dzu@gnu.org>
2477
2478 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2479 zero-width regexps as invalid but rather at least count them correctly.
2480
2481 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
2482
2483 * net/tls.el (open-tls-stream): In handshake-waiting loop,
2484 don't wait more if there is output available to process.
2485
2486 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
2487
2488 * progmodes/compile.el (compilation-find-file): Revert change
2489 from 2006-07-18 to allow completion of directory names.
2490 Reported by John Carter <john.carter@tait.co.nz>.
2491
2492 2007-03-18 Kim F. Storm <storm@cua.dk>
2493
2494 * subr.el (when, unless): Doc fix.
2495
2496 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
2497
2498 * net/tls.el (tls-program): Doc fix.
2499
2500 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
2501
2502 * autorevert.el (auto-revert-tail-handler):
2503 Call after-revert-hook.
2504
2505 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
2506
2507 * simple.el (switch-to-completions): No error if search for \n\n fails.
2508
2509 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * simple.el (line-move-1):
2512 Respect `inhibit-line-move-field-capture' property.
2513
2514 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
2515
2516 * comint.el (comint-arguments): Mark backslash-escaped chars.
2517 (comint-delim-arg): Don't treat them as delimiters.
2518
2519 2007-03-12 Kim F. Storm <storm@cua.dk>
2520 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2521
2522 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
2523
2524 * tempo.el (tempo-insert): Deal with 'r> if it appears
2525 specified with a prompt argument.
2526
2527 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
2528
2529 * textmodes/org.el (org-set-font-lock-defaults):
2530 Handle narrow table columns correctly.
2531
2532 2007-03-12 Mark A. Hershberger <mah@everybody.org>
2533
2534 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2535 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2536 Return to use of the -no-properties variants. There was
2537 consensus on emacs-devel that the speed of these variants was
2538 prefered since we are usually parsing files (from the internet
2539 or on disk) instead of XML created in Emacs.
2540
2541 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2542 Add customize option.
2543
2544 2007-03-12 Glenn Morris <rgm@gnu.org>
2545
2546 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2547 North American rule. Replace "daylight savings" with "daylight
2548 saving" in doc.
2549
2550 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2551 * calendar/lunar.el, solar.el: Replace "daylight savings" with
2552 "daylight saving" in text.
2553
2554 * woman.el (woman-change-fonts): Tweak previous change by using
2555 woman-request-regexp rather than "^\\.".
2556
2557 * startup.el (command-line-1): Make insertion of
2558 initial-scratch-message not depend on scratch being selected.
2559
2560 2007-03-11 Juri Linkov <juri@jurta.org>
2561
2562 * replace.el (match): Use yellow background on light-bg terminals.
2563
2564 2007-03-11 Richard Stallman <rms@gnu.org>
2565
2566 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2567 Correctly compute line number.
2568
2569 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
2570
2571 * type-break.el (type-break-get-previous-count):
2572 Repeat previous change here.
2573
2574 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * progmodes/grep.el (grep-find-ignored-directories):
2577 Add .git and .bzr to list.
2578
2579 2007-03-11 Andreas Schwab <schwab@suse.de>
2580
2581 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2582
2583 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2586
2587 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * faces.el (face-set-after-frame-default): Recalculate face
2590 customizations after applying X resources.
2591
2592 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
2593
2594 * net/rcirc.el (rcirc-timeout-seconds): New variable.
2595 (rcirc-keepalive-seconds): Remove variable.
2596 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2597 (rcirc-process, rcirc-user-disconnect): New variables.
2598 (rcirc-connect): Initalize new variables.
2599 (rcirc-keepalive): Don't send keepalive pings before connection
2600 is completed.
2601 (rcirc-sentinel): Do mark all channels with activity when
2602 connection is dropped. Run hook with process buffer local.
2603 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2604 (rcirc-buffer-process): Return value of rcirc-process if
2605 rcirc-server-buffer is nil.
2606 (rcirc-server-name): Return the reported server name.
2607 (rcirc-update-prompt): Simplify computation of the server name.
2608 (rcirc-format-response-string): Likewise.
2609 (rcirc-handler-001): Mark server as connected, record the reported
2610 server name, and schedule a timeout.
2611 (rcirc-track-nick): Add a spec for the tty class.
2612 (rcirc-user-non-nick): Remove function.
2613 (rcirc-nick-prefix-chars): Add variable.
2614 (rcirc-user-nick): Use above variable.
2615
2616 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2617
2618 * icomplete.el (icomplete-tidy, icomplete-exhibit):
2619 Bind deactivate-mark to nil.
2620
2621 2007-03-10 Martin Rudalics <rudalics@gmx.at>
2622
2623 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2624 that buffer contents get erased during completion.
2625
2626 2007-03-10 Glenn Morris <rgm@gnu.org>
2627
2628 * woman.el (woman-change-fonts): Add a hack to deal with
2629 font-escape followed by "." at start of a line.
2630 (woman2-IP): Add a hack to deal with consecutive requests.
2631 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2632
2633 2007-03-10 Alan Mackenzie <acm@muc.de>
2634
2635 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2636
2637 2007-03-09 Richard Stallman <rms@gnu.org>
2638
2639 * abbrev.el (abbrev): Add `provide'.
2640
2641 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2642
2643 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2644
2645 2007-03-09 Martin Rudalics <rudalics@gmx.at>
2646
2647 * complete.el (PC-try-completion): New function.
2648 (PC-do-completion, read-file-name-internal): Use it instead of
2649 try-completion.
2650
2651 2007-03-08 Alan Mackenzie <acm@muc.de>
2652
2653 Remove stale tokens from `c-found-types' cache.
2654
2655 * progmodes/cc-mode.el (c-unfind-enclosing-token)
2656 (c-unfind-coalesced-tokens, c-before-change): New functions.
2657 (c-maybe-stale-found-type): New variable.
2658
2659 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2660 (c-trim-found-types): New functions.
2661
2662 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2665 (debug-ignored-errors): Add entry from smerge-match-conflict.
2666
2667 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2668
2669 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2670 special help topics for keywords.
2671 (idlwave-help-assistant-command): Include ".exe" for ms-dos
2672 etc. Assistant command.
2673
2674 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * replace.el (occur-engine): Move buffer-undo-list binding...
2677 (occur-1): ...to here.
2678
2679 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2680
2681 * simple.el (minibuffer-completing-symbol): New var.
2682 (eval-expression): Use it.
2683 (completion-setup-function): Don't bind completion-base-size when
2684 completing a symbol in the minibuffer.
2685
2686 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
2687
2688 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2689 tries to start a second session in graphical mode.
2690
2691 2007-03-07 Miles Bader <miles@gnu.org>
2692
2693 * international/isearch-x.el
2694 (isearch-process-search-multibyte-characters):
2695 Strip text-properties from PROMPT to avoid an error from read-string.
2696
2697 2007-03-07 Kim F. Storm <storm@cua.dk>
2698
2699 * complete.el (PC-bindings): Remap lisp-complete-symbol to
2700 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2701
2702 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2703
2704 * complete.el (PC-do-completion): Delete duplicates in the list of
2705 possible completions.
2706
2707 2007-03-07 Glenn Morris <rgm@gnu.org>
2708
2709 * ses.el (ses-mode): Doc fix.
2710
2711 2007-03-06 Kim F. Storm <storm@cua.dk>
2712
2713 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2714
2715 2007-03-06 Kenichi Handa <handa@m17n.org>
2716
2717 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2718
2719 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * simple.el (completion-setup-function): Improve last fix so it doesn't
2722 set it to a relative directory name either.
2723
2724 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2725
2726 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2727
2728 2007-03-05 Richard Stallman <rms@gnu.org>
2729
2730 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2731
2732 * files.el (find-file-noselect): No error if file no longer exists.
2733 Display a message and avoid other questions.
2734
2735 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * pcomplete.el (pcomplete-show-completions): Improve last change, so
2738 as not to use an invisible window and to create a window if none exist.
2739
2740 * progmodes/python.el (python-send-command): Restart proc if necessary.
2741 (python-proc): Simplify.
2742
2743 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
2744
2745 * pcomplete.el (pcomplete-show-completions): Search all frames for
2746 completions buffer.
2747
2748 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * cus-edit.el (customize-save-variable): Clear customized-value
2751 property (saved values are now put in theme-value property).
2752 (customize-set-variable): Doc fix.
2753
2754 * complete.el (PC-do-completion): If completion-ignore-case is
2755 non-nil, replace field with completion string before exiting.
2756
2757 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
2758
2759 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2760 Append its extension to the resulting temporary file name.
2761 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2762
2763 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2764 (tramp-smb-handle-write-region): Apply it.
2765
2766 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2767
2768 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2769 Redo previous change.
2770
2771 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2772
2773 * diff-mode.el (diff-mode): Doc fix.
2774
2775 2007-03-05 Kenichi Handa <handa@m17n.org>
2776
2777 * international/characters.el: Set category `l' (latin)
2778 for more characters.
2779
2780 2007-03-04 Kim F. Storm <storm@cua.dk>
2781
2782 * emacs-lisp/authors.el (authors-aliases): Add alias.
2783
2784 2007-03-04 Glenn Morris <rgm@gnu.org>
2785
2786 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2787 all when switching major mode.
2788 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2789 (hs-block-start-mdata-select, hs-block-end-regexp)
2790 (hs-forward-sexp-func, hs-adjust-block-beginning):
2791 Do not make these variables permanent-local.
2792
2793 2007-03-04 Richard Stallman <rms@gnu.org>
2794
2795 * progmodes/cperl-mode.el (cperl-mode):
2796 Modify cperl-compilation-error-regexp-alist by appending.
2797
2798 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2799 (edebug-mode): Add the hook.
2800 (edebug-recursive-edit): Remove the hook on exiting.
2801
2802 * type-break.el (type-break-get-previous-time):
2803 Handle end-of-file errors specially
2804 so they don't get reported wrong in .emacs.
2805
2806 * startup.el (fancy-splash-text): Clarify text.
2807
2808 * simple.el (beginning-of-buffer, end-of-buffer):
2809 Avoid treating plain C-u like numeric arg.
2810
2811 * simple.el (completion-setup-function): Don't set
2812 default-directory to nil.
2813
2814 * shell.el (shell-dirstack-query): Doc fix.
2815
2816 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2817 Don't select the window -- pass it to primitives instead.
2818
2819 * faces.el (minibuffer-prompt): Use medium blue by default.
2820
2821 2007-03-04 David Kastrup <dak@gnu.org>
2822
2823 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2824 Preserve 16 as default value for "seconds" when customizing.
2825
2826 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
2827
2828 * textmodes/org.el (org-self-insert-command)
2829 (orgtbl-self-insert-command, org-delete-char)
2830 (org-delete-backward-char): Set the `flyspell-delayed' property.
2831
2832 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * international/mule.el (find-auto-coding): Don't search for
2835 line-ending characters past the end of the tail.
2836
2837 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
2838
2839 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2840 Jump to the line where new score has been uploaded.
2841
2842 * play/tetris.el (tetris-move-bottom, tetris-move-left)
2843 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2844 Do nothing when the game is paused.
2845
2846 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
2847
2848 * textmodes/org.el (org-set-tags): Prevent slipping of point
2849 during completion.
2850
2851 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2852
2853 * isearch.el (isearch-message-prefix):
2854 Use minibuffer-prompt-properties.
2855
2856 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2857
2858 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2859 (ps-setup): Print which Emacsen is running ps-print package.
2860
2861 2007-03-01 Stuart Herring <herring@lanl.gov>
2862
2863 * files.el (set-auto-mode-0): Use `indirect-function'.
2864 (hack-one-local-variable): Don't reapply current major mode.
2865
2866 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * progmodes/python.el (python-quote-syntax): Don't bother with
2869 syntax-ppss-context.
2870 (python-fill-paragraph): Make sure that fenced-string delimiters that
2871 stand on their own line stay there.
2872
2873 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2874
2875 * replace.el (perform-replace): Propertize message.
2876
2877 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
2878
2879 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2880 invisible heading.
2881
2882 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * net/tramp.el (tramp-file-name-handler): Revert last change.
2885
2886 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
2887
2888 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2889 Correct doc strings.
2890
2891 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * replace.el (perform-replace): Undo forward-char immediately if
2894 non-adjacent search fails.
2895
2896 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * version.el (emacs-major-version, emacs-minor-version):
2899 string-to-int -> string-to-number.
2900
2901 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
2902
2903 * help.el (where-is): Fail gracefully when not passed a command.
2904
2905 2007-02-28 Stuart Herring <herring@lanl.gov>
2906
2907 * find-lisp.el (find-lisp-default-directory-predicate):
2908 Fix bug: Do symlink check on expanded filename.
2909
2910 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
2911
2912 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2913 changes during replacement.
2914 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2915
2916 2007-02-28 Lars Hansen <larsh@soem.dk>
2917
2918 * desktop.el: Delete header line listing me as maintainer.
2919
2920 2007-02-28 Glenn Morris <rgm@gnu.org>
2921
2922 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2923 the menus case.
2924
2925 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * net/tramp.el (tramp-file-name-handler): Inhibit modification
2928 hooks to avoid confusion when combining after-change calls.
2929
2930 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
2931
2932 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2933 now that pgg-gpg-process-region correctly honors passed-in passphrase.
2934 (allout-distinctive-bullets-string): Add info about bullet conventions.
2935 (allout-mode): Add info about distinctive vs plain bullets.
2936
2937 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
2938
2939 * textmodes/org.el (org-archive-subtree): Quote variable name.
2940 (org-agenda-get-todos): Make sure skip properties are checked correctly.
2941
2942 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
2943
2944 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2945 (gud-bashdb-command-name, bashdb): Remove.
2946 (gud, gud-menu-map): Remove references to bash/bashdb.
2947
2948 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2949
2950 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2951 keyword for Python 2.5.
2952
2953 2007-02-26 Romain Francoise <romain@orebokech.com>
2954
2955 * net/net-utils.el (whois-server-tld): Update server for .org.
2956 (whois-server-list): Add whois.publicinterestregistry.net.
2957 (whois-guess-server): Fix formatting in docstring.
2958
2959 2007-02-26 Kim F. Storm <storm@cua.dk>
2960
2961 * mouse.el (mouse-show-mark): Run hooks and perform command
2962 remapping for mouse-region-delete-keys.
2963
2964 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2965
2966 * font-core.el (font-lock-mode): Doc fix.
2967
2968 2007-02-25 Kim F. Storm <storm@cua.dk>
2969
2970 * ido.el (ido-buffer-internal): Set this-command to fallback command.
2971 Add selected buffer to buffer-name-history.
2972 (ido-file-internal): Set this-command to fallback command.
2973 Add file names to file-name-history.
2974
2975 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2976 Apply minibuffer-prompt-properties.
2977
2978 2007-02-25 Andreas Schwab <schwab@suse.de>
2979
2980 * files.el (hack-one-local-variable-eval-safep): Correct handling
2981 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
2982
2983 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
2984
2985 * textmodes/org.el (org-table-overlay-coordinates)
2986 (org-table-toggle-coordinate-overlays): New functions.
2987 (org-table-overlay-coordinates, org-table-coordinate-overlays):
2988 New variables.
2989 (org-startup-with-deadline-check): Remove option.
2990 (org-mode): Remove deadline check on startup.
2991 (org-table-limit-column-width): Remove option.
2992 (org-table-formula-numbers-only): Remove option.
2993 (org-link-style, org-link-format): Remove options.
2994 (org-select-agenda-window, org-fit-agenda-window): Remove options.
2995 (org-export-ascii-show-new-buffer)
2996 (org-export-html-show-new-buffer): Remove options.
2997 (org-activate-links): Remove camel option.
2998 (org-file-link-context-use-camel-case): Remove option.
2999 (org-camel-regexp): Remove variable.
3000 (org-activate-camels): Remove function.
3001 (org-store-link): Remove Camel stuff.
3002 (org-make-org-heading-camel): Remove function.
3003 (org-open-at-point): Remove camel stuff.
3004 (org-link-search): Remove camel stuff.
3005 (org-camel-to-words): Function removed.
3006 (org-get-agenda-file-buffer): Make sure we prepare the base
3007 buffers, not any indirect buffers.
3008 (org-sort-entries): Sort top-level when not on a headline, and no
3009 active region.
3010 (org-in-regexp): New function.
3011 (org-search-not-self): Rename from `org-search-not-link'.
3012 (org-open-link-marker): New variable.
3013 (org-open-at-point): Set `org-open-link-marker'.
3014 (org-print-icalendar-entries): Fixe bug with excluding DONE
3015 entries from the exported list.
3016 (org-edit-formula-lisp-indent): New command.
3017 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3018 (orgtbl-to-latex, orgtbl-insert-radio-table)
3019 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3020 (orgtbl-radio-table-templates): New option.
3021 (org-store-link-props):
3022 (org-remember-templates): More possibilities to insert info
3023 into templates.
3024 (org-remember-apply-template): Make use of the extended
3025 template capabilities.
3026 (org-remember-redo-template): New command.
3027 (org-upgrade-old-links)
3028 (org-table-modify-formulas, org-table-replace-in-formulas)
3029 (org-table-find-dataline)
3030 (org-table-get-vertical-vector): Remove functions.
3031 (org-table-remove-rectangle-highlight)
3032 (org-time-stamp-format, org-toggle-log-option)
3033 (org-table-highlight-rectangle)
3034 (org-table-iterate, org-table-make-reference):
3035 (org-translate-time, org-tree-to-indirect-buffer)
3036 (org-table-field-info, org-table-fix-formulas)
3037 (org-table-force-dataline, org-table-get-descriptor-line)
3038 (org-table-get-range)
3039 (org-skip-comments, org-sort)
3040 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3041 (org-table-current-dline, org-table-current-field-formula)
3042 (org-table-edit-backward-field)
3043 (org-table-edit-formulas-post-command)
3044 (org-table-edit-line-down, org-table-edit-line-up)
3045 (org-agenda-archive)
3046 (org-agenda-clock-cancel)
3047 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3048 (org-agenda-open-link, org-agenda-show-new-time)
3049 (org-agenda-skip-subtree-when-regexp-matches)
3050 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3051 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3052 (org-do-sort, org-file-image-p, org-find-overlays)
3053 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3054 (org-highlight-until-next-command, org-isearch-end)
3055 (org-match-any-p, org-next-link, org-previous-link):
3056 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3057 (org-rewrite-old-row-references)
3058 (org-isearch-post-command)
3059 (org-table-edit-move, org-table-edit-next-field)
3060 (org-table-edit-scroll, org-table-edit-scroll-down)
3061 (org-set-frame-title, org-show-reference)
3062 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3063 (org-show-variable): Remove command.
3064 (org-add-log-maybe): New arguments STATE, FINDPOS
3065 (org-table-sort-lines): Rewrite from scratch.
3066 (org-link-search): New argument AVOID-POS.
3067 (org-print-icalendar-entries): Remove argument CATEGORY.
3068 (org-run-agenda-series): Remove argument WONDOW.
3069 (org-next-link, org-previous-link): New commands.
3070 (org-agenda-date-format): New option.
3071 (org-table-iterate): New command.
3072 (org-table-modify-formulas)
3073 (org-table-replace-in-formulas): Remove functions.
3074 (org-table-fix-formulas): New function.
3075 (org-table-insert-column, org-table-delete-column)
3076 (org-table-move-column): Use `org-table-fix-formulas'.
3077 (org-follow-gnus-link): Patch from Bastien/Leo.
3078 (org-table-current-field-formula): New function.
3079 (org-file-image-p): New function.
3080 (org-agenda-show-new-time): New function.
3081 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3082 (org-with-remote-undo): New macro.
3083 (org-agenda-undo): New command.
3084 (org-verify-change-for-undo): New function.
3085 (org-time-stamp-format): New function.
3086 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3087 by user.
3088 (org-match-any-p): New function.
3089 (org-make-tags-matcher): Handle regular expressions for tag and
3090 todo matches.
3091 (org-read-date): Accept "+N" as input for a date relative to the
3092 current date.
3093 (org-remove-subtree-entries-from-agenda): New function.
3094 (org-agenda-archive, org-agenda-kill):
3095 Use `org-remove-subtree-entries-from-agenda'.
3096 (org-do-sort, org-sort-entries): New functions.
3097 (org-sort): New command.
3098 (org-table-sort-lines): Use `org-do-sort'.
3099 (org-fix-decoded-time): New function.
3100 (org-table-number-regexp): Require 0x... to identify as number
3101 in tables.
3102 (org-startup-options): New keywords for note taking.
3103 (org-upgrade-old-links): Remove function.
3104 (org-get-repeat): New function.
3105 (org-show-context): Also show siblings on current level.
3106 (org-show-siblings): New function.
3107 (org-isearch-end, org-isearch-post-command): New functions.
3108 (org-show-siblings): New option.
3109 (org-show-context): Use `org-show-siblings'.
3110 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3111 to be bound, because user may just use elisp.
3112
3113 2007-02-24 Kim F. Storm <storm@cua.dk>
3114
3115 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3116 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3117
3118 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3119
3120 * startup.el (command-line): Also check if the abbrev file is readable.
3121
3122 2007-02-24 John Paul Wallington <jpw@pobox.com>
3123
3124 * net/tls.el (tls-certtool-program): Fix custom type.
3125
3126 * mail/feedmail.el (feedmail-message-id-generator)
3127 (feedmail-date-generator): Fix custom types.
3128
3129 * mail/rmail.el (rmail-message-filter): Fix custom type.
3130
3131 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3132
3133 * startup.el (command-line): If simple.el cannot be found, proceed
3134 with a warning message.
3135
3136 2007-02-24 Kenichi Handa <handa@m17n.org>
3137
3138 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3139 case that BEG is a string.
3140
3141 2007-02-24 Chris Moore <dooglus@gmail.com>
3142
3143 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3144 * pgg-pgp.el (pgg-pgp-encrypt-region):
3145 * pgg-gpg.el (pgg-gpg-encrypt-region):
3146 Check pgg-encrypt-for-me if no other recipients.
3147
3148 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3149
3150 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3151
3152 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3153 shell-quote-argument.
3154
3155 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3156
3157 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3158 from the comint buffer instead of the temporary one.
3159
3160 2007-02-23 David Reitter <david.reitter@gmail.com>
3161
3162 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3163 storing it in recentf-exclude.
3164
3165 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3168 in splash screen.
3169
3170 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3171
3172 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3173 commands, for restart.
3174 (idlwave-shell-current-module): Fix handling of module name by type.
3175 (idlwave-shell-break-in): Update type handling.
3176 (idlwave-shell-bp-get): Encode type in BP structure.
3177 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3178 (idlwave-shell-module-source-query): Query routine info based on type.
3179 Fix path parsing for non-compiled files.
3180 (idlwave-shell-module-source-filter): Don't signal error in filter
3181 if no source found.
3182 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3183 filter race.
3184
3185 2007-02-22 Kim F. Storm <storm@cua.dk>
3186
3187 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3188 (editable-field): Document need to put some text before the %v
3189 escape in :format string.
3190
3191 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3194 (vc-svn-use-edit): Remove unused config var.
3195 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3196
3197 * outline.el (hide-sublevels): Keep empty last line, if available.
3198
3199 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3200 rather than the corresponding unicode char, to make the code
3201 more readable.
3202
3203 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3206 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3207 (speedbar-item-info-tag-helper): Doc fixes.
3208
3209 2007-02-19 Kenichi Handa <handa@m17n.org>
3210
3211 * international/mule-cmds.el (locale-language-names):
3212 Map "eo" to "Esperanto".
3213
3214 * language/european.el ("Esperanto"): New language environment.
3215
3216 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3217
3218 * simple.el (kill-line): Doc fix.
3219
3220 2007-02-17 Kim F. Storm <storm@cua.dk>
3221
3222 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3223 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3224 (bindat--unpack-group, bindat--pack-group):
3225 Handle vectors with optional element type.
3226
3227 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3228
3229 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3230 if PASSPHRASE is given.
3231
3232 2007-02-17 Chris Moore <dooglus@gmail.com>
3233
3234 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3235 Recognize backups of bz2 compressed files.
3236
3237 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3238
3239 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3240 to nil to speed up lookup of the symbol in index nodes.
3241
3242 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3243
3244 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3245 Add indentation for the constants of Lisp.
3246
3247 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * ps-print.el: Use (defvar <foo>) where applicable.
3250 (ps-print-emacs-type): Remove.
3251 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3252 (ps-frame-parameter): Align its call-convention with frame-parameter.
3253 (ps-begin-job): Adjust calls to it appropriately.
3254 (ps-setup): Don't print ps-print-emacs-type.
3255 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3256 Define in such a way that it's obvious that it's defined.
3257 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3258 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3259 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3260
3261 2007-02-15 Alan Mackenzie <acm@muc.de>
3262
3263 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3264 an empty one-line C-style comment, post-position point properly.
3265
3266 2007-02-15 Chris Moore <dooglus@gmail.com>
3267
3268 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3269 (isearch-lazy-highlight-new-loop): Bind it.
3270 (isearch-lazy-highlight-search): Use it.
3271
3272 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3273
3274 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * font-lock.el (font-lock-extend-region-wholelines):
3277 Only return non-nil if the region has really been changed.
3278 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3279
3280 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3281
3282 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3283 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3284 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3285
3286 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3287
3288 * faces.el (color-values): Revert changes to docstring from
3289 2007-01-31 and 2000-09-07.
3290
3291 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3292 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3293 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3294 (ispell-help): Fix typos in docstring and output message.
3295
3296 2007-02-14 Kim F. Storm <storm@cua.dk>
3297
3298 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3299 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3300 (grep): Fix lgrep reference.
3301
3302 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3303 (standard-display-underline): Use make-glyph-code.
3304
3305 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3306
3307 * international/latin1-disp.el (latin1-display-char):
3308 Use make-glyph-code.
3309
3310 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * ehelp.el (with-electric-help, electric-help-exit)
3313 (electric-help-retain): Doc fixes.
3314
3315 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3316 (byte-compile-file): Doc fixes.
3317
3318 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3319
3320 * term/mac-win.el: Change all uses of
3321 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3322 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3323 (mac-ae-get-url): Call select-frame-set-input-focus.
3324 (mac-dnd-handle-drag-n-drop-event): Don't call
3325 select-frame-set-input-focus.
3326
3327 2007-02-13 Kenichi Handa <handa@m17n.org>
3328
3329 * international/characters.el: Fix documentation of category `a'.
3330
3331 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3332
3333 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3334
3335 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
3336
3337 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3338 (tramp-get-remote-ln): Handle error case.
3339 Reported by Chris Moore <dooglus@gmail.com>.
3340
3341 2007-02-11 Kim F. Storm <storm@cua.dk>
3342
3343 * bindings.el (ctl-x-map): Remove register compatibility bindings
3344 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3345
3346 2007-02-11 Richard Stallman <rms@gnu.org>
3347
3348 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3349 in load history.
3350
3351 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3352 condition -- don't fail to stop at endpos.
3353
3354 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
3355
3356 * textmodes/org.el (org-agenda-get-todos)
3357 (org-agenda-get-timestamps, org-agenda-get-closed)
3358 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3359 (org-agenda-get-blocks, org-format-agenda-item)
3360 (org-agenda-change-all-lines, org-scan-tags): Rename text property
3361 from `category' to `org-category'.
3362
3363 2007-02-11 Kenichi Handa <handa@m17n.org>
3364
3365 * international/titdic-cnv.el (titdic-convert): Force files be written
3366 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
3367 (miscdic-convert): Force files be written with Unix-like eol format.
3368
3369 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3372
3373 * calculator.el (calculator-prompt): Doc fix.
3374 (calculator-mode-map): Fix typo in menu entry.
3375
3376 2007-02-10 Jay Belanger <belanger@truman.edu>
3377
3378 * calculator.el (calculator): Do more extensive checking for when
3379 3 lines should be used for the calculator.
3380
3381 2007-02-10 Eli Zaretskii <eliz@gnu.org>
3382
3383 * info-look.el (info-lookup-make-completions):
3384 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3385 index nodes.
3386
3387 * info.el (Info-fontify-maximum-menu-size): Document the effect
3388 of a nil value.
3389 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3390 non-nil before using it as size.
3391
3392 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * subr.el (insert-for-yank-1): Prevent read-only properties from
3395 interfering with text property operations.
3396
3397 * image-mode.el (image-mode): Revert 2007-01-30 changes.
3398
3399 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3400 (image-type-auto-detected-p): Fail if another match is found in
3401 auto-mode-alist.
3402
3403 * files.el (magic-mode-alist): Call image-mode instead of
3404 image-mode-maybe for autodetected images.
3405
3406 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3409 Fix typos in docstrings.
3410 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3411
3412 2007-02-09 Kim F. Storm <storm@cua.dk>
3413
3414 * emacs-lisp/float-sup.el: Remove obsolete comment.
3415
3416 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3419
3420 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3421
3422 * simple.el: Revert previous change, at request of RMS:
3423 (fundamental-mode-hook): Remove.
3424 (fundamental-mode): Run after-change-major-mode-hooks manually,
3425 and don't run the now-nonexistent fundamental-mode-hook.
3426
3427 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3428
3429 * simple.el (fundamental-mode-hook): Declare new hook.
3430 (fundamental-mode): Run the new dedicated hook, and don't run
3431 after-change-major-mode-hooks manually anymore.
3432
3433 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3436 added columns of chars. Remove support for the "no-meta-info" format.
3437 Prompted by Romain Francoise <romain@orebokech.com>.
3438
3439 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3442 (gdb-mouse-until, gdb-mouse-jump): Use it.
3443
3444 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3445
3446 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3447 work when there is just an assembler buffer (no source buffer).
3448
3449 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3450
3451 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3452 just because the diff was produced using "-p" (--show-c-function).
3453
3454 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * faces.el (frame-set-background-mode): Use `color-values' and
3457 `display-color-p', not `x-color-values' and `x-display-color-p'.
3458 (face-valid-attribute-values): Use `defined-colors' instead of
3459 `x-defined-colors'.
3460
3461 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3462
3463 * ps-print.ps: The ps-print commands without face printing should not
3464 print background color. Reported by Leo <sdl.web@gmail.com>.
3465 (ps-print-version): New version 6.7.3.
3466 (ps-begin-job): New arg. Fix ps-default-background and
3467 ps-default-foreground initialization.
3468 (ps-face-attributes): Fix doc string.
3469 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3470
3471 * printing.el: Fix ps-print link.
3472
3473 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
3474
3475 * faces.el (face-set-after-frame-default): Compile attributes to
3476 be set by frame parameters before merging in X resources.
3477
3478 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
3479
3480 * simple.el (blink-matching-paren-dont-ignore-comments):
3481 (blink-matching-paren-on-screen): Doc fixes.
3482
3483 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
3484
3485 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3486
3487 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * loadhist.el (unload-feature): Silently ignore `load-history' entries
3490 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3491 entries like `defun'. Return nil.
3492
3493 2007-02-05 Kim F. Storm <storm@cua.dk>
3494
3495 * ido.el: Doc fixes.
3496
3497 2007-02-04 David Kastrup <dak@gnu.org>
3498
3499 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3500 `mpuz-allow-double-multiplicator' is non-zero, and correct
3501 calculation of `min'.
3502
3503 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
3504
3505 * wid-edit.el (widget-default-create): Insert new text at the
3506 :from marker _after_ the marker, not before it.
3507
3508 2007-02-04 Alan Mackenzie <acm@muc.de>
3509
3510 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3511 containing it is re-indented.
3512
3513 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * net/newsticker.el (newsticker--insert-image): Update docstring,
3516 and insert the image directly.
3517 (newsticker--buffer-redraw): Update docstring.
3518
3519 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3520 Rename from define-global-minor-mode.
3521
3522 * progmodes/cwarn.el (global-cwarn-mode):
3523 * emacs-lisp/autoload.el (make-autoload):
3524 * hi-lock.el (global-hi-lock-mode):
3525 * font-core.el (global-font-lock-mode): All callers changed.
3526
3527 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3528
3529 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3530 Don't copy @ignore lines into menu descriptions.
3531 (texinfo-multi-file-update): Goto the @node line before attempting
3532 to pluck the node name.
3533 (texinfo-multiple-files-update): Reverse the optional arguments'
3534 order, as per the doc string and the `interactive' form.
3535
3536 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * image-mode.el: Use autoload to avoid overriding disabled setting
3539 applied in .emacs.
3540
3541 2007-02-03 Alan Mackenzie <acm@muc.de>
3542
3543 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3544 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
3545 adjacent paren groups).
3546
3547 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3548
3549 * progmodes/ebnf2ps.el: Doc fixes.
3550 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3551
3552 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3553
3554 * dired-x.el (dired-do-relsymlink): Add reference to
3555 dired-do-symlink. Add an autoload cookie.
3556
3557 * dired-aux.el (dired-do-symlink): Add reference to
3558 dired-do-relsymlink.
3559
3560 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
3561
3562 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3563 <left-fringe mouse-3>: New bindings.
3564
3565 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
3566
3567 * newsticker.el (newsticker-version): Changed to "1.10".
3568 (newsticker--set-customvar): Doc string.
3569 (newsticker-new-item-face): Doc string.
3570 (newsticker-mode): Initialize `invisibility-spec' with t.
3571 (newsticker-mode-map): Added
3572 `newsticker-mark-all-items-at-point-as-read'.
3573 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3574 (newsticker-w3m-show-inline-images): Do not call
3575 `w3m-remove-image'.
3576 (newsticker--buffer-after-w3m-insert-image): New advice for
3577 w3m-insert-image to cache images.
3578 (newsticker-next-item-same-feed): New.
3579 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3580 (newsticker-mark-all-items-of-feed-as-read): New.
3581 (newsticker-mark-all-items-at-point-as-read): Use new functions.
3582 (newsticker-mark-item-at-point-as-read): Doc string.
3583 (newsticker-mark-item-at-point-as-read): Use new functions.
3584 (newsticker--do-mark-item-at-point-as-read): New, extracted from
3585 `newsticker-mark-item-at-point-as-read'.
3586 (newsticker-hide-entry): Use (t) instead of t for invisibility.
3587 (newsticker--sentinel): Yet another xml-parser workaround.
3588 (newsticker--decode-iso8601-date): Bugfix for datestrings without
3589 days.
3590 (newsticker--buffer-do-insert-text): Fix.
3591 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3592 (newsticker--buffer-make-item-completely-visible):
3593 `switch-to-buffer' not necessary.
3594
3595 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3596
3597 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3598 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3599 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3600 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3601 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3602
3603 2007-02-02 Kenichi Handa <handa@m17n.org>
3604
3605 * international/quail.el (quail-show-key): Fix an error message.
3606
3607 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * faces.el (set-face-underline-p, modify-face): Rename arg
3610 UNDERLINE-P to UNDERLINE (it is not a flag).
3611
3612 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
3613
3614 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3615 when adding gdb-speedbar-update to gdb-input-queue.
3616
3617 2007-02-01 Kenichi Handa <handa@m17n.org>
3618
3619 * international/quail.el (quail-show-key): Signal an error if the
3620 current input method is not using Quail.
3621
3622 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
3623
3624 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3625 Trim leading whitespace in sysvar names.
3626
3627 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * faces.el (internal-find-face, internal-get-face): Doc fixes.
3630
3631 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * ido.el (ido-set-common-completion): Use `let', not `let*'.
3634
3635 2007-01-31 Romain Francoise <romain@orebokech.com>
3636
3637 * comint.el: Delete extra copy of `comint-copy-old-input' added in
3638 previous change to this file.
3639
3640 2007-01-31 Jason Rumney <jasonr@gnu.org>
3641
3642 * files.el (magic-mode-alist): Use image-mode-maybe rather than
3643 image-mode.
3644
3645 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3646 interfering with attempt to set major mode from modified
3647 auto-mode-alist.
3648
3649 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3650
3651 * faces.el (color-values): Doc fix.
3652 (face-differs-from-default-p): Don't check :foreground twice.
3653
3654 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
3655
3656 * comint.el (comint-mode): Prevent non-keyword fontification by default.
3657
3658 2007-01-31 Kenichi Handa <handa@m17n.org>
3659
3660 * international/quail.el (quail-store-decode-map-key): Store a
3661 translated character too.
3662 (quail-char-equal-p): New function.
3663 (quail-find-key1): Check character equality by quail-char-equal-p.
3664 (quail-decode-map-generated): New variable.
3665 (quail-find-key): Check quail-decode-map-generated and re-generate
3666 a decode map if necessary.
3667
3668 2007-01-30 Richard Stallman <rms@gnu.org>
3669
3670 * tutorial.el (tutorial--detailed-help): Make the list of
3671 changed keys look nicer.
3672
3673 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
3674
3675 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3676 (gdb-var-delete): Use it.
3677 (gdb-var-update-handler-1): Handle value "invalid" for MI field
3678 `in_scope'.
3679
3680 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
3681
3682 * files.el (get-free-disk-space): Return nil for remote directories.
3683
3684 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3685 instead of "dir".
3686
3687 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * type-break.el (type-break-catch-up-event): New function.
3690 (type-break-demo-hanoi, type-break-demo-life)
3691 (type-break-demo-boring): Use it.
3692
3693 * image-mode.el (image-mode): Don't automatically view as image.
3694 (image-toggle-display): Add `disabled' property.
3695
3696 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3697
3698 * isearchb.el (isearchb-iswitchb):
3699 * ps-print.el (ps-build-face-reference):
3700 * emacs-lisp/shadow.el (list-load-path-shadows):
3701 * eshell/esh-cmd.el (eshell-rewrite-for-command):
3702 * international/mule.el (find-auto-coding):
3703 * mail/supercite.el (sc-attrib-selection-list):
3704 * progmodes/cc-defs.el (c-emacs-features):
3705 * progmodes/cc-vars.el (c-offsets-alist):
3706 * progmodes/flymake.el
3707 (flymake-init-create-temp-source-and-master-buffer-copy):
3708 Fix typos in docstrings (some suggested by Chris Moore).
3709
3710 * progmodes/vhdl-mode.el (vhdl-components-package-name)
3711 (vhdl-get-library-unit, vhdl-corresponding-begin)
3712 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3713 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3714 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3715 (vhdl-font-lock-match-item): Fix typos in docstrings.
3716 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3717 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3718 (vhdl-speedbar-insert-project-hierarchy):
3719 Improve argument/docstring consistency.
3720
3721 2007-01-29 Kenichi Handa <handa@m17n.org>
3722
3723 * international/titdic-cnv.el (py-converter): Fix previous change.
3724
3725 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * jka-compr.el (jka-compr-partial-uncompress)
3728 (jka-compr-call-process): Rebind default-directory if it is
3729 invalid. Suggested by Chris Moore.
3730
3731 * comint.el (comint-insert-input): Handle situation where the
3732 selected buffer is not the clicked buffer.
3733
3734 2007-01-29 Kenichi Handa <handa@m17n.org>
3735
3736 * international/ja-dic-cnv.el (skkdic-convert):
3737 Add byte-compile-disable-print-circle:t at the head.
3738
3739 * international/titdic-cnv.el (tit-process-header):
3740 Add byte-compile-disable-print-circle:t at the head.
3741 (miscdic-convert): Likewise.
3742 (py-converter): Skip the header comments.
3743
3744 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3745 New variable.
3746 (byte-compile-output-file-form): Bing print-circle to nil if
3747 byte-compile-output-file-form is not nil.
3748 (byte-compile-output-docform): Likewise.
3749
3750 2007-01-28 Kim F. Storm <storm@cua.dk>
3751
3752 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3753 Declare earlier to avoid byte compiler warnings.
3754
3755 2007-01-28 Markus Triska <markus.triska@gmx.at>
3756
3757 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3758
3759 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3762 (gamegrid-add-score-with-update-game-score-1): Allow local quits
3763 when calling update-game-score program. Remove unnecessary
3764 save-excursion.
3765
3766 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3767
3768 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
3769
3770 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3771 avoid compiler warning.
3772 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3773 might have values other than "true" or "false".
3774
3775 2007-01-28 Richard Stallman <rms@gnu.org>
3776
3777 * textmodes/fill.el (fill-paragraph-function): Doc fix.
3778 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3779
3780 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3781
3782 * image.el (image-type-header-regexps): Make GIF regex more specific.
3783
3784 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3785 Don't check `backspace'.
3786 (tutorial--find-changed-keys): Look up bindings in a temp buffer
3787 in Fundamental mode.
3788
3789 * startup.el (fancy-splash-text, normal-splash-screen):
3790 Mention C-g.
3791
3792 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3793 when inserting in buffer.
3794
3795 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3796 inside the if.
3797
3798 2007-01-27 Richard Stallman <rms@gnu.org>
3799
3800 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3801
3802 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
3803
3804 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3805 enum/union/struct/class definition.
3806 Revert change to call `forward-sexp' multiple times.
3807
3808 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * files.el (hack-local-variables-confirm): Don't keep trying to
3811 read an event from an empty kbd macro.
3812
3813 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3814
3815 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3816
3817 2007-01-27 Ben North <ben@redfrontdoor.org>
3818
3819 * outline.el (outline-promote, outline-demote): Doc fix. Rename
3820 the arg CHILDREN -> WHICH.
3821
3822 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
3823
3824 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3825 default-directory to a sane value when calling start-process.
3826
3827 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3828
3829 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3830 (ls-lisp-format-time-list): Doc fix. Mention
3831 ls-lisp-use-localized-time-format.
3832 (ls-lisp-format-time): Use ls-lisp-format-time-list if
3833 ls-lisp-use-localized-time-format is non-nil, even if a valid
3834 locale is defined.
3835
3836 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * jka-compr.el (jka-compr-shell): Doc fix.
3839
3840 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3841
3842 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3843
3844 * ps-print.ps: Fix background height.
3845 (ps-print-version): New version 6.7.2.
3846
3847 2007-01-26 Eli Zaretskii <eliz@gnu.org>
3848
3849 * makefile.w32-in (finder-data, custom-deps): Depend on
3850 $(lisp)/loaddefs.el.
3851
3852 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3855
3856 2007-01-24 Miles Bader <miles@gnu.org>
3857
3858 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3859 (byte-compile-output-docform): Bind `print-circle' to t.
3860
3861 2007-01-24 Kenichi Handa <handa@m17n.org>
3862
3863 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3864 file name of the original SKK dictionary file.
3865
3866 2007-01-24 Kim F. Storm <storm@cua.dk>
3867
3868 * ido.el (ido-initial-position): New variable.
3869 (ido-read-internal): Set it if default item is specified.
3870 (ido-minibuffer-setup): Position cursor accordingly if set.
3871 (ido-edit-input): C-e moves to end of input if not already there.
3872 (ido-magic-backward-char): C-b does like M-b if prev char is /.
3873 Don't switch to buffer mode if repeating C-b at start of input.
3874 (ido-toggle-ignore): C-a only toggles ignore at start or end of
3875 input; else it moves to start of input.
3876 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3877 not at end of input, delete rest of input, rather than normal op.
3878
3879 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
3880
3881 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3882
3883 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3884 of message. Activate mark.
3885 (ediff-activate-mark): Set transient-mark-mode to t.
3886
3887 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3888
3889 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3890
3891 * help-fns.el (describe-variable): Don't suppress display of
3892 buffer local value when the value is "large".
3893
3894 2007-01-22 Kim F. Storm <storm@cua.dk>
3895
3896 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3897 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3898 (ido-tidy): Use ido-active.
3899
3900 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
3901
3902 * hexl.el (hexl-mode-exit): Add missing quote.
3903
3904 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3905
3906 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3907 (mac-ae-keyboard-modifiers): New function.
3908 (mac-handle-toolbar-switch-mode): Use it.
3909 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
3910 if keyboard modifiers on drop contain option key.
3911 (mac-dnd-drop-data): Add optional argument `action'.
3912 (special-event-map): Remove binding for M-drag-n-drop.
3913
3914 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
3915
3916 * add-log.el (add-log-current-defun): Use CC Mode functions to
3917 find the beginning and end of a defun.
3918
3919 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3920
3921 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3922 (gdb-var-create-handler): Handle value field in GDB output of
3923 -var-create.
3924 (gdb-max-frames): New variable.
3925 (gdb-stack-buffer, gdb-frames-select): Use it.
3926 (gdb-info-stack-custom): Help user customize gdb-max-frames,
3927 if necessary.
3928 (gdb-get-frame-number): Simplify.
3929
3930 2007-01-21 Glenn Morris <rgm@gnu.org>
3931
3932 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3933 Update copyrights.
3934
3935 2007-01-21 Alan Mackenzie <acm@muc.de>
3936
3937 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3938 handling of K&R stuff.
3939
3940 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3941
3942 * textmodes/bibtex.el (bibtex-files): Fix customization type.
3943
3944 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3945
3946 * ps-print.el: Handle frame parameters (background and/or foreground
3947 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
3948 (ps-print-version): New version 6.7.1.
3949 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3950 (ps-frame-parameter): New fun.
3951 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3952 Fix doc and customization.
3953 (ps-begin-job): Get frame parameters (background and/or foreground
3954 colors).
3955 (ps-do-despool): Ensure ps-printer-name has a valid value.
3956
3957 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3958
3959 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3960 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3961 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3962 mean unlimited.
3963
3964 2007-01-20 Alan Mackenzie <acm@muc.de>
3965
3966 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3967 much more rigorous analysis of putative K&R regions.
3968
3969 2007-01-20 Alan Mackenzie <acm@muc.de>
3970
3971 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3972 New functions.
3973
3974 2007-01-20 Alan Mackenzie <acm@muc.de>
3975
3976 * progmodes/cc-align.el, progmodes/cc-cmds.el,
3977 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3978 * progmodes/cc-langs.el, progmodes/cc-styles.el,
3979 * progmodes/cc-vars.el: Add my name.
3980
3981 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * files.el (find-alternate-file): Revert query message to Emacs 21
3984 version.
3985
3986 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
3987
3988 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3989 the doc string how to use personal abbrevs without electric
3990 keywords.
3991
3992 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3993
3994 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3995 Fixed cursor position when toggle abbreviated display.
3996
3997 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
3998
3999 * t-mouse.el: Update copyright following assignment by
4000 Alessandro Rubini.
4001
4002 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4005 (type-break-demo-boring): Call read-event instead of read-char.
4006
4007 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4008
4009 * progmodes/compile.el: Add handling for makepplog.
4010
4011 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4012
4013 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4014 aspell dictionaries are initialized when called non-interactively.
4015
4016 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4017
4018 * progmodes/compile.el (compilation-loop): New arg limit.
4019 Handle case where the first error is at point-min.
4020 (compilation-next-error): New arg to compilation-loop call.
4021
4022 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4023
4024 * info.el (Info-default-dirs): Change default info dir to
4025 share/info.
4026
4027 * paths.el (Info-default-directory-list): Ditto.
4028
4029 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4030
4031 * hexl.el (hexl-before-revert-hook): New function.
4032 (hexl-mode): Use it.
4033 (hexl-after-revert-hook): Just call hexl-mode.
4034 (hexl-mode-exit): Remove before-revert-hook.
4035
4036 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4039
4040 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4041
4042 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4043 by "-" in francais7 otherchars entry.
4044 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4045 otherchars entry.
4046
4047 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4048
4049 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4050 path. Rewrite function in `cond' style for readability.
4051
4052 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4053 (The path shortening, that is, not the rearrarangement.)
4054
4055 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4056
4057 * term/mac-win.el (mac-ae-quit-application): New function.
4058 (mac-apple-event-map): Bind "quit application" Apple event to it.
4059
4060 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4063 than the program's output.
4064
4065 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4068 (kmacro-start-macro-or-insert-counter)
4069 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4070 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4071
4072 * longlines.el (longlines-show-hard-newlines):
4073 * ruler-mode.el (ruler-mode-ruler):
4074 * emulation/keypad.el (keypad-setup):
4075 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4076 Fix typo in docstring.
4077
4078 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4079
4080 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4081 Remove redirect character ">".
4082
4083 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4084
4085 * replace.el (perform-replace): Remove leftover code.
4086
4087 2007-01-12 Richard Stallman <rms@gnu.org>
4088
4089 * replace.el (perform-replace): Don't clear NODENT when computing
4090 the replacement string.
4091
4092 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4093
4094 * net/tramp.el (tramp-handle-file-local-copy):
4095 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4096 <christopher.ian.moore@gmail.com>.
4097
4098 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * diff-mode.el (diff-sanity-check-context-hunk-half)
4101 (diff-sanity-check-hunk): New functions.
4102 (diff-find-source-location): Use'em to check the hunks are well-formed.
4103
4104 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4105 activate undo when undo is not active.
4106 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4107
4108 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4111 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4112 (ffap-url-at-point): Use char-classes rather than "a-z".
4113
4114 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4115
4116 * ediff-init.el (ediff-autostore-merges):
4117 * textmodes/fill.el (fill-region): Doc fix.
4118
4119 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * server.el (server-ensure-safe-dir): UIDs may be floats.
4122
4123 2007-01-10 Richard Stallman <rms@gnu.org>
4124
4125 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4126 around calls to directory-files.
4127
4128 * subr.el (momentary-string-display): Use save-excursion.
4129
4130 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4131 argument, but read it as `X' does.
4132
4133 2007-01-09 Juri Linkov <juri@jurta.org>
4134
4135 * info.el (Info-fontify-node): Don't hide node names of index entries.
4136
4137 * faces.el (momentary): Change :group to basic-faces where all
4138 basic faces belong to. Add :version.
4139
4140 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4141
4142 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4143 keybinding is found.
4144 (tutorial--find-changed-keys): Never treat null keybinding as a
4145 remapping.
4146
4147 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4148
4149 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4150
4151 2007-01-09 Kenichi Handa <handa@m17n.org>
4152
4153 * international/mule-cmds.el
4154 (select-safe-coding-system-interactively): Fix message.
4155
4156 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4157
4158 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4159 (tramp-process-actions): Add optional parameter TIMEOUT.
4160 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4161 (tramp-open-connection-su): Add timeout of 60".
4162
4163 2007-01-09 Richard Stallman <rms@gnu.org>
4164
4165 * progmodes/compile.el (compile): Doc fix.
4166
4167 2007-01-09 Markus Triska <markus.triska@gmx.at>
4168
4169 * tumme.el (tumme-display-thumb): Doc fix.
4170
4171 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * battery.el (battery-search-for-one-match-in-files):
4174 * bindings.el (mode-line-minor-mode-help):
4175 * x-dnd.el (x-dnd-types-alist):
4176 * calendar/icalendar.el (icalendar-import-buffer):
4177 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4178
4179 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4180
4181 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4182
4183 * replace.el (replace-regexp): Fix typo in docstring.
4184
4185 2007-01-07 Alan Mackenzie <acm@muc.de>
4186
4187 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4188 Amend doc-string and comments.
4189
4190 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4191
4192 * files.el (abbreviate-file-name): Doc fix.
4193
4194 2007-01-06 Markus Triska <triska@gmx.at>
4195
4196 * subr.el (split-string): Remove spurious ")" from doc string.
4197
4198 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4199
4200 * textmodes/table.el (table--warn-incompatibility):
4201 Use display-warning instead of momentary-string-display.
4202
4203 2007-01-05 Richard Stallman <rms@gnu.org>
4204
4205 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4206
4207 * simple.el (backward-kill-word): Doc fix.
4208
4209 2007-01-05 Romain Francoise <romain@orebokech.com>
4210
4211 * international/mule.el (sgml-html-meta-auto-coding-function):
4212 Ensure that the buffer contains a HTML document.
4213
4214 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 * faces.el (momentary): Move here ...
4217 * subr.el (momentary): ... from here.
4218
4219 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4220
4221 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4222 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4223 large structures/arrays.
4224
4225 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4226
4227 * files.el (find-file-noselect-1, set-visited-file-name):
4228 Allow backup-enable-predicate to be nil.
4229
4230 2007-01-04 Andreas Schwab <schwab@suse.de>
4231
4232 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4233 last change.
4234
4235 2007-01-03 Richard Stallman <rms@gnu.org>
4236
4237 * woman.el (woman-decode-buffer): Clarify error message.
4238
4239 2007-01-03 Alan Mackenzie <acm@muc.de>
4240
4241 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4242
4243 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4244
4245 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4246
4247 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4250
4251 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * emulation/viper.el (viper-custom-file-name, viper-mode):
4254 Fix typos in docstrings.
4255
4256 * subr.el (momentary-string-display): After moving point, set POS
4257 variable to it to avoid later errors once the buffer is modified.
4258 Doc fix.
4259
4260 2007-01-02 Alan Mackenzie <acm@muc.de>
4261
4262 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4263 check that the "*/" is present before trying to manipulate it.
4264
4265 2007-01-02 Richard Stallman <rms@gnu.org>
4266
4267 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4268
4269 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4270 Fix format of value.
4271
4272 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4273 Change messages accordingly.
4274 (customize-customized): Now alias.
4275
4276 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4277
4278 * files.el (version-control): Doc fix.
4279
4280 2007-01-01 Alan Mackenzie <acm@muc.de>
4281
4282 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4283 Check the format of c-state-cache is valid for an optimisation before
4284 using it.
4285
4286 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4287 are at a statement within a macro". Other changes so that only
4288 the first continuation line in a macro gets the symbol
4289 `cpp-define-intro', the others getting `statement', or whatever.
4290
4291 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4292 a string, preserve whitespace. Add a backslash only when also in
4293 a macro.
4294
4295 * progmodes/cc-defs.el: Correct typos.
4296
4297 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4298 new line after an escaped EOL in a string.
4299
4300 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4301 label when it directly follows "else", "do", ....
4302
4303 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4304 angle brackets (as seen in "explicit specialisations" of C++
4305 templates).
4306
4307 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4308 in the doc-string.
4309
4310 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4311 when the comment ender looks like "=========*/" and is alone on
4312 its line.
4313
4314 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4315 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4316 for the old name.
4317
4318 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4319 c-\(beginning\|end\)-of-defun by default.
4320
4321 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4322 New line-up function, for the DEFUN macro in the Emacs C sources.
4323 Only used in "gnu" style.
4324
4325 * progmodes/cc-styles.el (c-style-alist): Use this new function in
4326 the "gnu" style.
4327
4328 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4329 clean-up comment-close-slash also to work when there's a comment
4330 terminator on the line.
4331 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4332 these for large arg - only take account of top level {..}, except
4333 for initial and final adjustments. M-- C-M-[ae] now go to the
4334 right defuns when the starting point is between defuns. They use
4335 the four new functions:
4336 (c-in-function-trailer-p, c-where-wrt-brace-construct)
4337 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4338 support c-\(beginning\|end\)-of-defun.
4339
4340 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4341 expressions more rigorously, to exclude bit-field specifiers from
4342 being classed as labels.
4343 (c-forward-label): When analyzing a ":" within a macro, be careful
4344 about using c-forward-syntactic-ws at the macro beginning.
4345 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4346 stmt boundary, check for "operator=", etc.
4347
4348 * progmodes/cc-mode.el (c-postprocess-file-styles):
4349 Bind inhibit-read-only to t, around the call to
4350 c-remove-any-local-eval-or-mode-variables, so that it works on a
4351 RO file.
4352
4353 * progmodes/cc-defs.el (c-version): Update the version number to
4354 "5.31.4".
4355
4356 2007-01-01 Richard Stallman <rms@gnu.org>
4357
4358 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4359 only if we restored isearch-window-configuration.
4360
4361 2006-12-31 Romain Francoise <romain@orebokech.com>
4362
4363 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4364
4365 2006-12-31 Kim F. Storm <storm@cua.dk>
4366
4367 * files.el (auto-mode-case-fold): New defcustom.
4368 (set-auto-mode): If non-nil, perform second case-sensitive pass
4369 through auto-mode-alist if first pass failed.
4370
4371 2006-12-30 Richard Stallman <rms@gnu.org>
4372
4373 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4374
4375 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
4376
4377 * allout.el (allout-encrypt-string): Handle symmetric-key
4378 passphrase caching but leave keypair caching to pgg.
4379
4380 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
4381
4382 Sync with Tramp 2.0.55.
4383
4384 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4385 `integerp'. `char-equal' could fail else in case of negative
4386 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4387 (top): Check for `font-lock-add-keywords' before calling; it
4388 doesn't exist under XEmacs.
4389 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
4390 (tramp-completion-mode): Remove clause (not
4391 tramp-unified-filenames), because the function is called in other
4392 context too, where this check results in wrong results in the
4393 XEmacs case on Windows.
4394 (tramp-touch): UTC handling is not possible for XEmacs.
4395
4396 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4397
4398 * scroll-bar.el (previous-scroll-bar-mode): New variable
4399 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4400 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4401
4402 * term/x-win.el: Set scroll bar mode to right if set by X resources.
4403
4404 2006-12-30 Richard Stallman <rms@gnu.org>
4405
4406 * files.el (make-backup-file-name-1): Precompute abs name
4407 but don't lose the relative name.
4408
4409 * international/mule-cmds.el (select-safe-coding-system-interactively):
4410 Fix message.
4411
4412 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4413
4414 * files.el (backup-buffer): Show entire backup file name in msg.
4415
4416 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
4417
4418 * image.el (image-type-header-regexps, image-type-from-data)
4419 (image-type-from-buffer, image-type-from-file-header):
4420 Revert changes from 2006-12-26.
4421 (image-type-auto-detectable): New variable.
4422 (image-type-auto-detected-p): New function.
4423
4424 * files.el (magic-mode-alist): Detect image files with
4425 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4426
4427 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * dired.el (dired-sort-other): Move test for dired-mode...
4430 (dired-sort-set-modeline): ...to here.
4431
4432 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4433
4434 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4435 change. Suggested by Stefan Monnier.
4436
4437 2006-12-29 Kim F. Storm <storm@cua.dk>
4438
4439 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4440 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4441
4442 2006-12-27 Kim F. Storm <storm@cua.dk>
4443
4444 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4445 so it doesn't accidentally match an fsf.org mail address.
4446 (authors-renamed-files-alist): Add tcover-*.el.
4447
4448 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * vc-arch.el (vc-arch-find-version): New function.
4451
4452 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4453 composed of arbitrary characters (even /) in some systems.
4454
4455 2006-12-27 Eli Zaretskii <eliz@gnu.org>
4456
4457 * international/mule-cmds.el (select-safe-coding-system-interactively):
4458 Improve the message in the *Warning* buffer.
4459
4460 2006-12-27 Kim F. Storm <storm@cua.dk>
4461
4462 * ido.el (ido-set-matches-1): Fix last change. If default item is
4463 current buffer, it is ok to be first.
4464
4465 2006-12-27 Kenichi Handa <handa@m17n.org>
4466
4467 * international/mule-cmds.el (select-safe-coding-system-interactively):
4468 Use face `link' for problematic chars.
4469
4470 2006-12-27 Kenichi Handa <handa@m17n.org>
4471
4472 * international/mule-cmds.el (select-safe-coding-system-interactively):
4473 Improve the message in *Warning* buffer.
4474
4475 2006-12-27 Kim F. Storm <storm@cua.dk>
4476
4477 * ido.el (ido-set-matches-1): Never put current buffer first if
4478 there are other matches.
4479
4480 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
4481
4482 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4483 expressions.
4484 (gdb-var-delete): Handle duplicate names. Print message for non
4485 root expressions.
4486 (gdb-partial-output-name): Start buffer name with a space.
4487 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4488 buffer name.
4489
4490 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4491
4492 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4493 last footnote when `footnote-spaced-footnotes' is nil.
4494
4495 2006-12-26 Richard Stallman <rms@gnu.org>
4496
4497 * cus-edit.el (custom-browse-sort-alphabetically)
4498 (custom-buffer-sort-alphabetically)
4499 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
4500
4501 * image.el (image-type-header-regexps): Change element format
4502 to include third item NOT-ALWAYS.
4503 (image-type-from-data): Handle new format.
4504 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
4505 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4506
4507 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
4508
4509 * add-log.el (add-log-current-defun): Call `forward-sexp'
4510 multiple times to pick a member function name defined as
4511 part of nested classes/namespaces.
4512
4513 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4514
4515 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4516 which keymap should be used to change menu. It does not affect any
4517 existent code.
4518
4519 2006-12-26 Richard Stallman <rms@gnu.org>
4520
4521 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4522 rather than for being in a minibuffer window.
4523
4524 2006-12-25 Daiki Ueno <ueno@unixuser.org>
4525
4526 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4527 locale-coding-system.
4528 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4529 LF.
4530
4531 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
4532
4533 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4534 (sql-mode-syntax-table): Disable double quoted strings.
4535 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4536
4537 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4538
4539 * startup.el (fancy-splash-last-input-event): New variable.
4540 (fancy-splash-special-event-action): New function.
4541 (fancy-splash-screens): Temporarily bind special events to it.
4542 Execute command for saved special event before exiting from
4543 recursive editing.
4544
4545 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4546 New functions.
4547 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4548 Use mac-unread-string.
4549
4550 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4551
4552 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4553 an optimized comment regexp if `comment-start-skip' uses a ^.
4554 * bs.el (bs--up): Remove interactive spec.
4555
4556 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4559 Suggested by James Cloos.
4560
4561 2006-12-24 Kevin Ryde <user42@zip.com.au>
4562
4563 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4564 in March.
4565 (calendar-dst-ends): Default to first Sunday in November.
4566
4567 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
4568
4569 * allout.el (allout-encrypt-string): Inhibit use of agent within
4570 body of let form where encryption happens. Acknowledge non-use of
4571 gpg-agent in docstring.
4572 (allout-toggle-subtree-encryption): Acknowledge non-use of
4573 gpg-agent in docstring.
4574
4575 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4578
4579 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
4580
4581 * ediff-diff.el (ediff-diff-options): Clarify docstring.
4582 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4583
4584 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4585 in hooks.
4586 (viper-add-newline-at-eob-if-necessary): Add newline only if we
4587 actually modify buffer; ignore errors if occur.
4588
4589 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * calendar/calendar.el (calendar-mode-map): Switch < and >.
4592 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4593 formatting.
4594
4595 2006-12-23 Richard Stallman <rms@gnu.org>
4596
4597 * simple.el (delete-horizontal-space): Doc fix.
4598
4599 2006-12-23 Eli Zaretskii <eliz@gnu.org>
4600
4601 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4602 explicitly in a recursive Make, not implicitly through prerequisites,
4603 since the latter is wrong under parallel builds.
4604
4605 2006-12-22 Eli Zaretskii <eliz@gnu.org>
4606
4607 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4608
4609 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4610
4611 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4612 message string.
4613
4614 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
4615
4616 * outline.el (outline-next-visible-heading): Fix the case with a
4617 header at end-of-file with no final newline.
4618
4619 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4620
4621 * indent.el (tab-always-indent): Doc fix.
4622
4623 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4624
4625 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4626 (Info-fontify-node): Do fontify indices.
4627
4628 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4629 to the Emacs Lisp reference manual.
4630 (tutorial--tab-map): Remove. All callers changed.
4631 (tutorial--find-changed-keys): New elt QUIET, used to...
4632 (tutorial--display-changes): ...ensure that warning messages are
4633 only issued once per changed key.
4634 (tutorial--remove-remarks): Delete unused code-path.
4635 (lang-strings): Remove extraneous formatting.
4636 (tutorial--save-tutorial): Prompt before saving tutorial state.
4637
4638 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
4641 Replace '?\ ' by '?\s' throughout.
4642 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
4643 `help' custom group.
4644 (tutorial--key-description): New function.
4645 (tutorial--display-changes): Remove redundant arg. Scan for all
4646 key sequences to avoid false matches. Cleanup.
4647 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4648 reduce homedir pollution.
4649 (help-with-tutorial): Call tutorial--display-changes with no arg.
4650
4651 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
4652
4653 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4654
4655 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
4656
4657 * net/tramp.el (tramp-default-method): We still need to check for
4658 `executable-find', because it is not bound under Emacs 20.
4659 (tramp-handle-file-name-completion)
4660 (tramp-completion-handle-file-name-completion): Handle optional
4661 parameter PREDICATE.
4662 (tramp-find-default-method): Add code for default values.
4663
4664 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
4665
4666 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4667 make gud-go send "continue".
4668
4669 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4672 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
4673
4674 2006-12-19 Kim F. Storm <storm@cua.dk>
4675
4676 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4677 instead of global-map.
4678
4679 * files.el (magic-mode-alist): Allow matching file type by
4680 calling a function at bob. Check for image types by calling
4681 image-type-from-buffer. Suggested by Juanma Barranquero.
4682 (set-auto-mode): Do it.
4683
4684 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
4685
4686 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4687 Remove "ControlMaster" option from the other `scp*' methods.
4688 (tramp-default-method): Check for ssh-agent before setting to `scp'.
4689
4690 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4691
4692 * textmodes/org.el (org-mode): Show context after isearch.
4693 (org-show-siblings): New function.
4694 (org-show-context): Use `org-show-siblings'.
4695
4696 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4699 Use syntax-ppss-toplevel-pos.
4700
4701 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4702
4703 * textmodes/org.el (org-current-line): Make sure that lines are
4704 counted from beginning of buffer.
4705 (org-table-copy-region, org-table-paste-rectangle): Make sure that
4706 lines are counted from beginning of buffer.
4707
4708 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * info.el (Info-build-node-completions): Signal error if tag-table
4711 marker is not found.
4712
4713 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4714
4715 2006-12-17 Alan Mackenzie <acm@muc.de>
4716
4717 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4718 speed) the case when open-paren-in-column-0-is-defun-start is nil.
4719 Based on code by Martin Rudalics.
4720
4721 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4722 open-paren-in-column-0-is-defun-start to nil any more.
4723
4724 2006-12-17 Richard Stallman <rms@gnu.org>
4725
4726 * simple.el (delete-horizontal-space): Use prefix arg.
4727
4728 * help-fns.el (describe-variable): Improve blank separator lines.
4729
4730 * files.el (magic-mode-alist): Mark as risky.
4731
4732 * files.el (make-backup-file-name-1):
4733 Expand backup-directory explicitly.
4734
4735 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
4736
4737 * net/tramp.el (tramp-default-method): Before setting to "pscp",
4738 check whether package password.el is loaded, or Pageant is running.
4739
4740 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
4741
4742 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4743 (icalendar--rris): First try Emacs, then XEmacs.
4744 (icalendar--convert-ical-to-diary): Doc fix.
4745 Insert newline at end of target file.
4746
4747 2006-12-17 Kim F. Storm <storm@cua.dk>
4748
4749 * outline.el (outline-isearch-open-invisible-function): New defvar.
4750 (outline-flag-region): Use it if non-nil for isearch-open-invisible
4751 overlay property instead of outline-isearch-open-invisible.
4752
4753 2006-12-16 Kim F. Storm <storm@cua.dk>
4754
4755 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4756 if ido-directory-too-big is set on entry.
4757 (ido-toggle-ignore, ido-completion-help): Print message while
4758 reading big directory.
4759
4760 2006-12-15 Richard Stallman <rms@gnu.org>
4761
4762 * shell.el (shell): Doc fix.
4763
4764 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4765
4766 * emulation/edt.el (edt-xserver):
4767 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4768 to fix a problem on Cygwin.
4769
4770 * emulation/edt.el
4771 * emulation/edt-mapper.el
4772 * emulation/edt-lk201.el
4773 * emulation/edt-pc.el
4774 * emulation/edt-vt100.el: Update maintainer's email address.
4775
4776 2006-12-15 Simon Marshall <simon@gnu.org>
4777
4778 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4779
4780 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4781
4782 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4783 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4784 instead of mac-atsu-font-table.
4785 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4786
4787 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
4788
4789 * align.el (align-match-tex-pattern): Fix a rare bug which
4790 hanged Emacs.
4791
4792 2006-12-14 Richard Stallman <rms@gnu.org>
4793
4794 * startup.el (use-fancy-splash-screens-p): Use frame-height
4795 instead of window-height. Pass frame to image-size.
4796
4797 2006-12-13 Kenichi Handa <handa@m17n.org>
4798
4799 * international/mule-cmds.el (set-locale-environment):
4800 Set default-sendmail-coding-system too.
4801
4802 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
4803
4804 * progmodes/idlw-help.el: Fix copyright notice.
4805
4806 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4809
4810 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * subr.el (unread-command-char): Reformat obsolescence info.
4813
4814 2006-12-11 Richard Stallman <rms@gnu.org>
4815
4816 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4817 about calls to cl-struct-setf-expander.
4818
4819 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4822 (ediff-combination-pattern): Fix typo in docstring.
4823
4824 * textmodes/refer.el (refer-find-entry): Doc fix.
4825 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4826 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4827 Fix tipos in docstrings.
4828
4829 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4830
4831 2006-12-10 Kim F. Storm <storm@cua.dk>
4832
4833 * ido.el (ido-init-completion-maps): Remap backward-kill-word
4834 instead of binding M-backspace.
4835
4836 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * replace.el (replace-match-data, replace-match-maybe-edit):
4839 * calc/calc-aent.el (calc-eval-error):
4840 * emulation/vi.el (vi-char-argument):
4841 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4842 (c-vsemi-status-unknown-p-fn): Doc fixes.
4843
4844 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4847 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
4848
4849 2006-12-10 Masatake YAMATO <jet@gyve.org>
4850
4851 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4852
4853 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4856
4857 * man.el (Man-xref-button-action): New function. If the
4858 `Man-target-string' button property is a function, assume it
4859 accepts a position argument.
4860 (Man-abstract-xref-man-page): Use it.
4861 (Man-default-man-entry): New optional arg POS.
4862
4863 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4864 symlink arrows read-only and non-rear-sticky.
4865
4866 2006-12-09 Martin Rudalics <rudalics@gmx.at>
4867
4868 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4869 (wdired-search-and-rename): Simplify code.
4870 (wdired-preprocess-files, wdired-preprocess-perms): Make
4871 read-only property of preceding character rear-nonsticky to
4872 avoid that it can be modified. Put old-name and old-link
4873 properties on character preceding name and replace
4874 put-text-property by add-text-properties.
4875 (wdired-get-filename, wdired-get-previous-link): Get old-name
4876 and old-link properties from character preceding name and
4877 simplify code.
4878 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4879 (wdired-perms-to-number): Make local-map property
4880 rear-nonsticky to avoid that text following permissions may be
4881 modified. Use add-text-properties instead of put-text-property
4882 when changing a permission bit.
4883 (wdired-change-to-dired-mode): Remove stickiness properties.
4884
4885 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * international/mule-cmds.el (register-input-method): Doc fix.
4888
4889 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
4890
4891 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4892
4893 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4894
4895 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4896 Force buffer local defs evaluation on local variables loading.
4897 (flyspell-mode-on, flyspell-mode-off): Use it in
4898 `hack-local-variables-hook'.
4899
4900 2006-12-09 Eli Zaretskii <eliz@gnu.org>
4901
4902 * emacs-lisp/find-func.el (find-variable): Doc fix.
4903
4904 * help-fns.el (variable-at-point): Doc fix.
4905
4906 * w32-fns.el (w32-append-code-lines): New function.
4907
4908 2006-12-09 Romain Francoise <romain@orebokech.com>
4909
4910 * comint.el (comint-insert-input): Delete obsolete comment.
4911
4912 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4915 current frame, in case we're connected to several displays.
4916
4917 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * frame.el (other-frame): Doc fix.
4920 (set-frame-parameter): Fix typo in docstring.
4921
4922 2006-12-07 Kim F. Storm <storm@cua.dk>
4923
4924 * info.el (Info-index): Strip leading colon from topic.
4925
4926 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
4927
4928 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4929 to pointers.
4930
4931 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
4932
4933 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4934 Trim out spurious class inheritance "None" entries.
4935
4936 2006-12-05 Kim F. Storm <storm@cua.dk>
4937
4938 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4939 (cua-paste-pop): Rework last change for
4940 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4941 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4942 text inserted by the last M-y command.
4943
4944 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4945
4946 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4947 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4948
4949 * shell.el (shell): Search the start file in ~/.emacs.d as
4950 `init_SHELLNAME.sh' instead.
4951
4952 2006-12-05 Glenn Morris <rgm@gnu.org>
4953
4954 * progmodes/cperl-mode.el (cperl-mode)
4955 * progmodes/f90.el (f90-mode-abbrev-table)
4956 * progmodes/fortran.el (fortran-mode-abbrev-table)
4957 * progmodes/octave-mod.el (octave-abbrev-table)
4958 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4959 if abbrev-table is non-nil (saved user abbrevs may have been restored).
4960
4961 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4962 clear abbrev table, else saved abbrevs will not be restored.
4963
4964 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4967 the call to `make-obsolete-variable', not in the docstring.
4968
4969 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4972
4973 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4974
4975 * progmodes/ebnf-abn.el:
4976 * progmodes/ebnf-bnf.el:
4977 * progmodes/ebnf-dtd.el:
4978 * progmodes/ebnf-ebx.el:
4979 * progmodes/ebnf-iso.el:
4980 * progmodes/ebnf-otz.el:
4981 * progmodes/ebnf-yac.el:
4982 * progmodes/ebnf2ps.el:
4983 * delim-col.el:
4984 * printing.el:
4985 * ps-bdf.el:
4986 * ps-mule.el:
4987 * ps-print.el: Remove 'Time-stamp' comment mark.
4988
4989 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4990 'easy-menu-add-item' when called in Emacs 21 or higher.
4991
4992 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
4993
4994 * progmodes/ada-xref.el (ada-check-current): Doc fix.
4995 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
4996
4997 2006-12-04 Kim F. Storm <storm@cua.dk>
4998
4999 * bindings.el (global-map): Bind [signal t] to ignore, to have
5000 user signals ignored by default.
5001
5002 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5005 Unicode data file pointed to by `describe-char-unicodedata-file'.
5006
5007 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5010 O(n^2) regexp-search by anchoring the search.
5011
5012 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5013
5014 * whitespace.el (whitespace-cleanup-internal): Use current
5015 argument for recursive call.
5016
5017 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * net/tramp.el (tramp-methods): Add "ControlPath" and
5020 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5021 Andreas Schwab <schwab@suse.de>.
5022 (tramp-do-copy-or-rename-file-out-of-band)
5023 (tramp-open-connection-rsh): Compute format spec for ?t.
5024 (tramp-process-actions): Trace command parameters.
5025
5026 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5027
5028 * simple.el (toggle-truncate-lines): Clarify doc string.
5029
5030 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5031 (gdb-speedbar-expand-node): Use it.
5032
5033 2006-12-04 Richard Stallman <rms@gnu.org>
5034
5035 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5036
5037 * dired.el (dired-revert): Turn off dired-after-readin-hook
5038 around call to dired-readin.
5039
5040 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5041 to echo area messages.
5042 <indicate-empty-lines, case-fold-search>:
5043 Add "globally" to Help string.
5044 <case-fold-search>: MESSAGE arg need not say "globally".
5045 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5046
5047 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5048
5049 * outline.el (outline-end-of-subtree): Don't leave an empty
5050 line hidden as we would a real next heading.
5051
5052 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5053
5054 * allout.el (allout-ascend): Add an optional argument to preserve
5055 original position of point when unsuccessful. Also, fix a
5056 docstring error.
5057 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5058 work again, using allout-ascend's new option.
5059 (allout-setup-mode-map): Extract from allout-mode to initialize
5060 allout-mode-map. Call it on file load, so the mode docstring
5061 substitutions work even if allout mode has not yet been invoked.
5062 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5063 customizations since the map was last processed. Also, refine the
5064 docstring so it's ship-shape for release.
5065 (allout-default-layout, allout-beginning-of-line-cycles)
5066 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5067 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5068 (allout-version, allout-layout, allout-infer-body-reindent)
5069 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5070 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5071 (allout-previous-heading, allout-goto-prefix-doublechecked)
5072 (allout-current-bullet-pos, allout-next-sibling-leap)
5073 (allout-pre-command-business, allout-encrypted-type-prefix)
5074 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5075 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5076 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5077 (allout-old-expose-topic, allout-listify-exposed)
5078 (allout-process-exposed, allout-latex-verb-quote)
5079 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5080 (allout-toggle-current-subtree-encryption)
5081 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5082 Remove extraneous open-paren and close paren string escapes.
5083
5084 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5087 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5088 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5089 Fix typos in docstrings.
5090
5091 2006-12-03 Glenn Morris <rgm@gnu.org>
5092
5093 * progmodes/cc-align.el
5094 * progmodes/cc-awk.el
5095 * progmodes/cc-cmds.el
5096 * progmodes/cc-compat.el
5097 * progmodes/cc-defs.el
5098 * progmodes/cc-engine.el
5099 * progmodes/cc-langs.el
5100 * progmodes/cc-menus.el
5101 * progmodes/cc-mode.el
5102 * progmodes/cc-styles.el
5103 * progmodes/cc-vars.el
5104 * progmodes/vhdl-mode.el: Fix Copyright format.
5105
5106 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5109 initial down event.
5110
5111 2006-12-02 Kim F. Storm <storm@cua.dk>
5112
5113 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5114 (cua-repeat-replace-region): Make M-v more robust.
5115 (cua-paste-pop-rotate-temporarily): New defcustom.
5116 (cua-paste-pop): Use it.
5117 (cua-auto-mark-last-change): New defcustom.
5118 (cua-pop-to-last-change): New helper function.
5119 (cua-set-mark): Use them.
5120
5121 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5122
5123 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5124 mini-buffer message.
5125
5126 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5129
5130 2006-12-01 Ben North <ben@redfrontdoor.org>
5131
5132 * paren.el: Fix the highlight overlay extension when the user types a
5133 sequence of char very fast just before the open parenthesis.
5134
5135 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5136
5137 * ps-mule.el: Eliminate Emacs 20 compatibility.
5138
5139 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5140 (ps-print-version): New version 6.7.
5141 (ps-print-quote): Replace '?\ ' by '?\s'.
5142
5143 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5146 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5147 (hexl-end-of-1k-page): Doc fixes.
5148 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5149 Fix typos in docstrings.
5150
5151 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5152
5153 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5154 locally, i.e. without using file name handlers.
5155 (ido-read-internal): Allow mono letter host names, avoiding the
5156 `c:' problem by testing if the file exists locally.
5157 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5158
5159 2006-11-30 Masatake YAMATO <jet@gyve.org>
5160
5161 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5162 to avoid bytecomp warnings.
5163 (hexl-mode-old-ruler-function): New variable.
5164 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5165 and `hl-line-range-function' after `require' hl-line.
5166 Then bind `hl-line-range-function' and `hl-line-face'.
5167 Don't require frame. Don't use `with-no-warnings'.
5168 (hexl-activate-ruler): Store the original value of
5169 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5170 (hexl-mode-exit): Restore the original value of
5171 `ruler-mode-ruler-function'.
5172
5173 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5174
5175 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5176 (hexl-mode-old-hl-line-face): New variable.
5177 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5178 line when exit from the hexl-mode.
5179
5180 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5183 Doc fixes.
5184
5185 * international/fontset.el (create-fontset-from-ascii-font)
5186 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5187 (fontset-name-p): Fix typo in docstring.
5188
5189 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5190
5191 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5192
5193 * ps-bdf.el: Fix maintainer email.
5194
5195 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5196 compatibility.
5197
5198 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5199 21 compatibility.
5200 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5201 Emacs 20 & 21.
5202
5203 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5204
5205 * progmodes/idlwave.el (idlwave-auto-fill):
5206 Remove paragraph-start let to prevent auto-fill giving up.
5207
5208 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5209
5210 * vt100-led.el (led-state): Fix typo in previous change.
5211
5212 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5213
5214 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5215 Fix interactive spec of the functions getting defined to make them
5216 work as documented.
5217
5218 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5221
5222 2006-11-28 Kim F. Storm <storm@cua.dk>
5223
5224 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5225 icomplete-mode is enabled.
5226
5227 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5228
5229 * textmodes/org.el (require): Require gnus-sum during compilation
5230 to avoid problem with a macro call.
5231
5232 2006-11-28 Glenn Morris <rgm@gnu.org>
5233
5234 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5235
5236 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5237 (fortran-window-create-momentarily): Do not need string-to-char.
5238
5239 2006-11-28 Richard Stallman <rms@gnu.org>
5240
5241 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5242 Replace incorrect use of assoc-default with a loop.
5243
5244 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5245
5246 * simple.el (next-error-find-buffer): Improve messages.
5247
5248 * files.el (revert-buffer): Special error message if file
5249 is now not readable.
5250
5251 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5252 constructed commands.
5253
5254 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5255 in INSIDE_EMACS.
5256
5257 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5260
5261 * server.el: Remove spurious * in docstrings.
5262 (server-process-filter): Exit from recursive editing before processing
5263 a new request.
5264
5265 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5266
5267 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5268 line so hidden blocks will be correctly identified.
5269
5270 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * ledit.el (ledit-save-defun, ledit-mode):
5273 * resume.el (resume-emacs-args-buffer):
5274 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5275 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5276 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5277 (command-send-input, command-kill-line):
5278 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5279
5280 * autoarg.el (autoarg-kp-mode): Doc fix.
5281
5282 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5283 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5284 (check-emacs-lock): Doc fix. Simplify.
5285
5286 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5287 (iimage-mode-buffer): Fix typos in docstring.
5288
5289 * misc.el (zap-up-to-char): Doc fix.
5290
5291 * time-stamp.el: Fix comment and obsolescence string for old
5292 functions. Use `dolist' instead of `while'.
5293
5294 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5295
5296 * disp-table.el (standard-display-8bit, standard-display-default):
5297 * ebuff-menu.el (electric-buffer-list):
5298 * ehelp.el (electric-help-command-loop):
5299 * font-core.el (font-lock-mode):
5300 * help-macro.el (make-help-screen):
5301 * help.el (describe-minor-mode-completion-table-for-indicator)
5302 (lookup-minor-mode-from-indicator):
5303 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5304 * info-look.el (info-lookup-guess-custom-symbol):
5305 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5306 * longlines.el (longlines-wrap-line):
5307 * macros.el (insert-kbd-macro):
5308 * menu-bar.el (menu-bar-update-buffers):
5309 * misc.el (copy-from-above-command):
5310 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5311 * newcomment.el (comment-indent):
5312 * novice.el (disabled-command-function):
5313 * sort.el (sort-fields-syntax-table):
5314 * subr.el (momentary-string-display):
5315 * tar-mode.el (tar-header-block-summarize)
5316 (tar-clear-modification-flags):
5317 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5318 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5319 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5320 (te-delete-char, te-down-vertically-or-scroll):
5321 * time-stamp.el (time-stamp-string-preprocess):
5322 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5323
5324 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5325
5326 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5327 in GUD mode.
5328
5329 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5330 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5331
5332 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5333
5334 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5335
5336 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
5337
5338 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5339 (ada-compile-goto-error): Adapt to new argument profile of
5340 compilation-goto-locus in Emacs 22. Don't check if the various
5341 compile functions are defined; we already do "(require 'compile)".
5342
5343 2006-11-26 Kim F. Storm <storm@cua.dk>
5344
5345 * kmacro.el: Fix commentary.
5346
5347 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5348
5349 * progmodes/gud.el (gdb): Explain how to run in text command mode
5350 more clearly. Say in error message that multiple debugging
5351 requires restarting GDB.
5352
5353 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5354
5355 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5356
5357 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
5358
5359 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5360 (flymake-popup-menu): Use it instead of posn-at-point.
5361
5362 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5363
5364 * progmodes/cc-vars.el (c-backslash-column):
5365 Mention c-backslash-max-column in documentation for c-backslash-column.
5366
5367 2006-11-24 Lars Hansen <larsh@soem.dk>
5368
5369 * net/tramp.el (tramp-default-method): Under Windows, change from
5370 plink to pscp.
5371 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5372 (tramp-actions-copy-out-of-band):
5373 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5374 (tramp-action-out-of-band): Move "Permission denied" handling to
5375 tramp-action-copy-failed.
5376 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5377 process buffer.
5378
5379 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5382 strings to a single string. Quote `errors-file-name'.
5383 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5384 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5385 Adjust calls. Use `shell-quote-argument'.
5386
5387 * international/mule.el (load-with-code-conversion)
5388 (with-category-table): Use with-current-buffer.
5389 (after-insert-file-set-coding): Use restore-buffer-modified-p.
5390
5391 2006-11-24 Eli Zaretskii <eliz@gnu.org>
5392
5393 * mail/smtpmail.el (smtpmail-send-it):
5394 Copy buffer-file-coding-system from the mail buffer. Possibly add a
5395 MIME header for the message encoding.
5396 Bind coding-system-for-write around the call to mail-do-fcc.
5397 Use smtpmail-code-conv-from to encode queued mail messages.
5398
5399 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5400
5401 * tabify.el (tabify-regexp): Doc fix.
5402
5403 * net/rcirc.el (rcirc-buffer-maximum-lines):
5404 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5405
5406 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5407 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5408 Fix typos in output messages.
5409 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5410
5411 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5414 the horse's mouth.
5415 (hexlify-buffer): Don't re-encode an arg that's already encoded.
5416
5417 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5418
5419 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5420 Remove condition-case.
5421
5422 2006-11-23 Glenn Morris <rgm@gnu.org>
5423
5424 * progmodes/f90.el (f90-comment-indent): Do not move point in
5425 default case.
5426
5427 2006-11-21 Romain Francoise <romain@orebokech.com>
5428
5429 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5430 from library name (reverts change of 2005-10-25).
5431
5432 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
5433
5434 * tutorial.el (tutorial--default-keys): Add newline and
5435 delete-backward-char bindings.
5436 (tutorial--detailed-help): Save excursion when finding keys.
5437 Correct warning string for M-x FOO case.
5438 (tutorial--display-changes): Print special keys in tutorial style.
5439 Tweak search regexp for changed keys.
5440
5441 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5442
5443 * thingatpt.el (thing-at-point-url-at-point): Don't add a
5444 redundant scheme.
5445
5446 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
5447
5448 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5449 are new to the list at IANA. Also added irc, mms, mmsh.
5450
5451 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
5452
5453 * progmodes/idlw-help.el (idlwave-html-help-location):
5454 Fail gracefully for missing help packages.
5455 (idlwave-help-assistant-open-link): Open full links.
5456 (idlwave-help-assistant-help-with-topic): Direct help link.
5457
5458 * progmodes/idlwave.el (idlwave-mode):
5459 Set add-log-current-defun-function.
5460 (idlwave-current-routine-fullname): Add, to support add-log.
5461 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5462 to reflect improvements to xml-parse-file.
5463 (idlwave-mode-menu-def): New binding for help-with-topic.
5464
5465 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5466 Handle extra newlines and spaces.
5467 (idlwave-shell-mode-map): Add help-with-topic.
5468
5469 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * tutorial.el (tutorial-warning-face): New face.
5472 (tutorial--detailed-help, tutorial--display-changes): Use it.
5473 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5474 Improve search pattern for occurrences of changed keys.
5475
5476 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5477
5478 * term/x-win.el (x-last-cut-buffer-coding): New variable.
5479 (x-select-text): Set it.
5480 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5481 when checking for newness.
5482
5483 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
5484
5485 * subr.el (posn-image):
5486 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5487
5488 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5489
5490 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5491
5492 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5493 Exceptions to the rule "add a space between an identifier and an
5494 opening parenthesis". Defaulted to the `#define' problem of cpp.
5495 (glasses-parenthesis-exception-p): New. Check if the region is an
5496 exception regarding to that.
5497 (glasses-make-readable): Use it.
5498 (glasses-convert-to-unreadable): Ditto. Modify the file also if
5499 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5500
5501 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5504
5505 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
5506
5507 * progmodes/ada-mode.el (ada-make-body): Fix typo.
5508
5509 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5510 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
5511
5512 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5515 conditions for function or variable bindings.
5516
5517 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5518
5519 * progmodes/compile.el (compilation-start): Ditto.
5520
5521 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * net/tramp.el (top): cl and custom are always required.
5524
5525 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5526
5527 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5528 cut-buffers with next-selection-coding-system if not nil.
5529
5530 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5531
5532 * textmodes/org.el (org-fix-decoded-time): New function.
5533 (org-display-custom-time): Use `org-fix-decoded-time'.
5534
5535 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * menu-bar.el (menu-bar-games-menu): Remove yow.
5538
5539 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5540
5541 * textmodes/org.el (org-scan-tags): Re-align code fixed.
5542 (org-detach-overlay): Rename from `org-detatch-overlay'.
5543 (org-table-convert-region): Insert space after column separator.
5544 (org-agenda-kill): New command.
5545 (org-metaleft): Call `org-outdent-item' on bullets.
5546 (org-metaright): Call `org-indent-item' on bullets.
5547 (org-timestamp-change): Set `org-last-changed-timestamp'.
5548 (org-current-line): Make sure (bolp) returns correct result.
5549 (org-agenda-change-all-lines): Make sure TODO are highlighted.
5550
5551 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5554
5555 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * mouse.el (global-map): Change 2006-08-16 fix to call
5558 mouse-yank-at-click explicitly, since mouse events are not carried
5559 over into keyboard macros.
5560
5561 2006-11-16 Kim F. Storm <storm@cua.dk>
5562
5563 * ido.el (ido-file-internal): Use current buffer's file name as default
5564 choice for ido-find-alternate-file. Suggested by Matt Hodges.
5565
5566 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
5567
5568 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5569 (allout-inhibit-aberrance-doublecheck): Rename from
5570 allout-during-yank-processing. All callers changed.
5571 (allout-ascend): Provide for unusual case where some topic after
5572 the first in file is at lower depth than the first.
5573 (allout-shift-in): Ensure the offspring of the new containing
5574 topic are exposed.
5575 (allout-encrypt-string): Preserve the coding-system of the text,
5576 according to that of the containing buffer.
5577 (allout-toggle-subtree-encryption): When the text being encrypted
5578 requires a different coding system, offer to preserve the coding
5579 system using a file local var.
5580
5581 2006-11-15 Simon Marshall <simon@gnu.org>
5582
5583 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5584 to recognise "T t()" as a function declaration, rather than a
5585 variable instantiation, iff at the top-level or inside a class
5586 declaration. Suggested by Feng Li <fengli@gmail.com>.
5587
5588 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5589
5590 * progmodes/ada-xref.el (ada-parse-prj-file):
5591 Don't delete project buffer; user may want to edit it.
5592 (ada-xref-set-project-field, ada-xref-current-project-file)
5593 (ada-xref-current-project, ada-show-current-project)
5594 (ada-set-main-compile-application): New functions.
5595 (ada-xref-get-project-field, ada-require-project-file):
5596 Normalize use of ada-prj-default-project-file.
5597 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5598 Normalize use of ada-require-project-file.
5599 (ada-prj-find-prj-file): Improve doc string, comments.
5600
5601 * progmodes/ada-mode.el (ada-mode-version): Bump version.
5602 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5603 (ada-create-menu): Add ada-set-main-compile-application,
5604 ada-show-current-main, ada-show-current-project.
5605
5606 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5609 (inferior-python-mode): Use it.
5610
5611 2006-11-14 Andreas Schwab <schwab@suse.de>
5612
5613 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5614
5615 2006-11-13 Kim F. Storm <storm@cua.dk>
5616
5617 * ido.el (ido-copy-current-word): C-o copies region if active.
5618
5619 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5620
5621 * textmodes/org.el (org-emph-face): Fix typo in variable name.
5622
5623 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
5624
5625 * ediff.el (ediff-revision):
5626 * files.el (set-visited-file-name):
5627 * mail/rmailout.el (rmail-output-body-to-file):
5628 Use `format', not `message', in `y-or-n-p' call.
5629
5630 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5631
5632 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5633 (org-metaright): Call `org-indent-item' on bullets.
5634 (org-timestamp-change): Set `org-last-changed-timestamp'.
5635 (org-current-line): Make sure (bolp) returns correct result.
5636 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5637
5638 2006-11-12 Richard Stallman <rms@gnu.org>
5639
5640 * language/european.el (turkish-case-conversion-enable)
5641 (turkish-case-conversion-disable): New functions.
5642 ("Turkish" lang env): Use them.
5643
5644 * international/characters.el (case table):
5645 Do nothing special for i and I.
5646
5647 * subr.el (remove-overlays): Fix last change.
5648
5649 * cus-edit.el (custom-save-all): Use find-file-visit-truename
5650 for visiting the custom file.
5651
5652 2006-11-12 Markus Triska <triska@gmx.at>
5653
5654 * play/handwrite.el (handwrite): Also process lines not ending
5655 with newline. Replace some position-fiddling with different
5656 logic. Improve performance.
5657
5658 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
5659
5660 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5661 replacing deleted variable `ada-check-switch'.
5662 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5663 (ada-xref-project-files): Improve doc string.
5664 (ada-find-executable): New function.
5665 (ada-initialize-runtime-library): Use `ada-find-executable'.
5666 (ada-xref-set-default-prj-values): In compile commands, don't need
5667 `ada-cd-command'; `compile' does that more portably.
5668 Use ada-prj-default-check-cmd.
5669 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5670 properties if not specified in project file.
5671 (ada-goto-declaration): Display useful message for new error
5672 'error-file-not-found.
5673 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5674 'error-file-not-found.
5675 (ada-get-all-references): Match latest ali syntax. Signal new
5676 error 'error-file-not-found.
5677 (ada-find-in-ali): Match latest ali syntax.
5678 (ada-make-filename-from-adaname): Handle different semantics of
5679 gnatkr in GNAT 3.15p vs later.
5680
5681 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5682 ada-procedure-start-regexp.
5683 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5684
5685 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5686 with defvar.
5687 (ada-language-version): Rename ada05 -> ada2005.
5688 (ada-align-region-separate): Add `eval-when-compile'.
5689 (ada-name-regexp): Remove unneeded escapes in regexp character
5690 alternative.
5691 (ada-compile-goto-error-file-linenr-re): New constant.
5692 (ada-matching-start-re): Handle additional cases `declare',
5693 `procedure', `function'.
5694 (ada-compile-goto-error): Handle "... at line nn".
5695 (ada-mode): Clearer syntax, comments for ff-special-constructs.
5696 Delete support for old versions of `align'.
5697 (ada-search-prev-end-stmt): Handle additional keyword `private'.
5698 (ada-check-defun-name): Simplify handling of `declare'.
5699 (ada-goto-matching-start): Handle nested `begin ... end'.
5700 Handle `declare', `protected', `procedure', `function'.
5701 (ada-create-menu): Presence of arm95 is not conditional on using
5702 GNAT compiler.
5703
5704 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5707 nil in the *RE-Builder* buffer (it causes spurious error messages).
5708
5709 * server.el (server-visit-files): If `minibuffer-auto-raise' has
5710 been set to t, respect it.
5711
5712 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
5713
5714 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5715 Delete commented out code for old Emacs versions. Autoloading of
5716 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5717 (ada-mode-version): Bump version number.
5718 (ada-95-string-keywords, ada-2005-string-keywords)
5719 (ada-2005-keywords, ada-name-regexp): New constant.
5720 (ada-language-version, ada-procedure-start-regexp, ada-mode)
5721 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5722 (ada-package-start-regexp): Support private packages, include package
5723 name (for ada-set-point-accordingly).
5724 (ada-next-procedure, ada-previous-procedure)
5725 (ada-which-function-are-we-in): Match changes to
5726 ada-procedure-start-regexp.
5727 (ada-make-body): Make non-interactive; not a user function.
5728 (ada-make-subprogram-body): Improve doc string.
5729
5730 2006-11-11 Romain Francoise <romain@orebokech.com>
5731
5732 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5733 `compilation-error-regexp-alist' buffer-local, since we changed
5734 `compilation-error-regexp-alist-alist' locally.
5735
5736 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
5737
5738 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5739 to the value of `server-raise-frame'.
5740
5741 2006-11-11 Glenn Morris <rgm@gnu.org>
5742
5743 * ido.el (ido-enable-prefix)
5744 * ses.el (ses-call-printer-return)
5745 * net/tramp.el (tramp-unified-filenames)
5746 * progmodes/cc-align.el (c-lineup-string-cont)
5747 * progmodes/compile.el (compilation-directory-matcher)
5748 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5749 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5750 (vhdl-clock-rising-edge)
5751 * textmodes/org.el (org-export-with-timestamps)
5752 (org-export-remove-timestamps-from-toc)
5753 (org-export-with-tags): Improve previous doc fixes.
5754
5755 2006-11-11 Richard Stallman <rms@gnu.org>
5756
5757 * textmodes/flyspell.el (flyspell-mode-map):
5758 Bind C-c $ instead of M-RET.
5759
5760 2006-11-10 Simon Marshall <simon@gnu.org>
5761
5762 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5763 fontification for "case" and "default" keywords.
5764
5765 2006-11-10 Andreas Schwab <schwab@suse.de>
5766
5767 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5768 Avoid starting sentence with "nil".
5769
5770 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5771
5772 * server.el (server-raise-frame): New option.
5773 (server-switch-buffer): Use it.
5774
5775 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
5776
5777 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5778 with a capital.
5779
5780 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5781
5782 * textmodes/org.el (org-show-hierarchy-above)
5783 (org-show-following-heading): Fix typo in default value.
5784 (org-scan-tags): Make the search case-sensitive.
5785 (org-tags-sparse-tree): Don't overrule
5786 `org-show-following-heading' and `org-show-hierarchy-above'.
5787 (org-reveal): New command.
5788 (org-show-context): Rename from `org-show-hierarchy-above'.
5789 (org-fast-tag-selection-single-key): New option.
5790 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5791 (org-tags-overlay): New variable.
5792 (org-agenda-todo-ignore-deadlines): New option.
5793 ("session"): Add circular data structure `org-mark-ring' to
5794 exceptions list in session.el.
5795 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5796 New options.
5797 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5798 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5799 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5800 (org-finalize-agenda): Activate bracket links in agenda.
5801 (org-at-timestamp-p, org-at-date-range-p): Additional argument
5802 INACTIVE-OK.
5803 (org-show-hierarchy-above, org-show-following-heading):
5804 List values allowed for fine-tuned configuration.
5805 (org-show-hierarchy-above): New argument CONTEXT, use the
5806 fine-tuned settings in `org-show-hierarchy-above' and
5807 `org-show-following-heading'.
5808 (org-display-custom-time): New function.
5809 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5810 (org-display-custom-times, org-time-stamp-custom-formats):
5811 (org-maybe-intangible): New macro.
5812 (org-activate-bracket-links, org-hide-wide-columns):
5813 Use `org-maybe-intangible'.
5814 (org-open-file): Use `shell-quote-argument'.
5815 (org-display-internal-link-with-indirect-buffer): New option.
5816 (org-file-remote-p): Get regexp from list.
5817 (org-link-expand-abbrev): New function.
5818 (org-link-abbrev-alist): New option.
5819 (org-open-at-point, org-cleaned-string-for-export):
5820 Call `org-link-expand-abbrev'.
5821 (org-timeline, org-agenda-list, org-todo-list)
5822 (org-tags-view): Remove the KEEP-MODES argument.
5823 (org-finalize-agenda-hook): New hook.
5824 (org-get-alist-option): New function.
5825 (org-follow-timestamp-link): New function.
5826 (org-open-at-point): Call `org-follow-timestamp-link'.
5827 (org-log-note-marker, org-log-note-purpose)
5828 (org-log-note-window-configuration): New variables.
5829 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5830 (org-log-note-headings): New option.
5831 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5832 (org-store-link): Support for dired-mode.
5833 (org-open-file): Substitute environment variables into filename.
5834 (org-last): New defsubst.
5835 (org-agenda-re-align-tags): New function.
5836 (org-agenda-align-tags-to-column): New option.
5837 (org-agenda-timeline): Group removed.
5838 (org-prepare-agenda, org-prepare-agenda-buffers)
5839 (org-run-agenda-series, org-timeline, org-agenda-list)
5840 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5841 the text property inticating the agenda type.
5842 (org-agenda-post-command-hook): Get agenda type from text property
5843 at point.
5844 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
5845 and obey `org-agenda-overriding-arguments'.
5846 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5847 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5848 (org-agenda-week-view, org-agenda-day-view):
5849 Use `org-agenda-overriding-arguments' to make updating work with
5850 multi-block agendas.
5851 (org-agenda-prefix-format): Allow different formats for the
5852 different agenda entry types.
5853 (org-timeline-prefix-format): Option removed, use
5854 `org-agenda-prefix-format' instead.
5855 (org-prepare-agenda): New function.
5856 (org-select-timeline-window): Option removed, use
5857 `org-select-agenda-window' instead.
5858 (org-respect-restriction): Variable removed.
5859 (org-cmp-tag): New function.
5860 (org-agenda-sorting-strategy, org-entries-lessp):
5861 Implement sorting by last tag.
5862 (org-complete): Better completion in in-buffer option lines.
5863 (org-in-item-p): New function.
5864 (org-org-menu): Add entries for checkboxes.
5865 (org-cycle): Extra brouping in outline-regexp, because it is used
5866 in a search with "^" prepended.
5867 (org-provide-checkbox-statistics): New option.
5868 (org-set-font-lock-defaults): Highlight checkbox statistics.
5869 (org-update-checkbox-count-maybe)
5870 (org-get-checkbox-statistics-face): New functions.
5871 (org-update-checkbox-count): New command.
5872 (org-insert-item, org-toggle-checkbox):
5873 Call `org-update-checkbox-count-maybe'.
5874 (org-export-as-html): XEmacs compatibility for coding system.
5875 (org-force-cycle-archived): New command.
5876 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5877 overrules cycling.
5878 (org-fix-position-after-promote): If the line contains only a todo
5879 keyword, add a final space.
5880 (org-promote-subtree, org-demote-subtree):
5881 Call `org-fix-position-after-promote'.
5882
5883 2006-11-10 Glenn Morris <rgm@gnu.org>
5884
5885 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5886 date in every year.
5887 (calendar-dst-check-each-year-flag): New customizable variable.
5888 (calendar-dst-find-data): New function, extracted from
5889 calendar-current-time-zone.
5890 (calendar-current-time-zone): Use calendar-dst-find-data.
5891 (calendar-dst-transition-cache): New variable.
5892 (calendar-dst-find-startend, calendar-dst-starts)
5893 (calendar-dst-ends): New functions.
5894 (calendar-daylight-savings-starts)
5895 (calendar-daylight-savings-ends): Change value to use
5896 calendar-dst-starts, calendar-dst-ends; respectively.
5897
5898 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5899
5900 * ido.el (ido-enable-prefix)
5901 * ses.el (ses-call-printer-return)
5902 * net/tramp.el (tramp-unified-filenames)
5903 * progmodes/cc-align.el (c-lineup-string-cont)
5904 * progmodes/compile.el (compilation-directory-matcher)
5905 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5906 * progmodes/gdb-ui.el (gdb-many-windows)
5907 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5908 (vhdl-clock-rising-edge)
5909 * textmodes/org.el (org-export-with-timestamps)
5910 (org-export-remove-timestamps-from-toc, org-export-with-tags)
5911 (org-read-date): Doc fix (Nil -> nil).
5912
5913 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5914
5915 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5916 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5917
5918 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5919
5920 * bs.el (bs--window-for-buffer): Remove.
5921 (bs--show-with-configuration): Use `get-window-with-predicate'
5922 instead of `bs--window-for-buffer'.
5923
5924 2006-11-10 Kenichi Handa <handa@m17n.org>
5925
5926 * files.el (revert-buffer): Fix previous change.
5927
5928 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
5929
5930 * bs.el (bs--redisplay): Fix typo in docstring.
5931 (bs--window-config-coming-from): Make frame-local.
5932 (bs--restore-window-config): New function.
5933 (bs-kill, bs-select, bs-select-other-window)
5934 (bs-select-other-frame): Use it.
5935 (bs--window-for-buffer): Return as soon as a matching buffer is found.
5936 (bs--show-with-configuration): Save the window configuration as a
5937 frame local var, and only if *buffer-selection* is not already
5938 visible on this frame.
5939
5940 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * vc-svn.el (vc-svn-admin-directory): New var.
5943 (vc-svn-registered, vc-svn-responsible-p)
5944 (vc-svn-repository-hostname): Use it.
5945 Suggested by arit93@yahoo.com.
5946
5947 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5948
5949 * ldefs-boot.el: Regenerate.
5950
5951 2006-11-08 Alan Mackenzie <acm@muc.de>
5952
5953 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5954 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5955 for least nested open-paren.
5956
5957 2006-11-08 Romain Francoise <romain@orebokech.com>
5958
5959 * subr.el (remove-overlays): Fix typo in last change.
5960
5961 2006-11-08 Richard Stallman <rms@gnu.org>
5962
5963 * subr.el (remove-overlays): Call overlay-recenter.
5964
5965 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5966
5967 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5968 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5969 behaviour.
5970 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5971 directly.
5972
5973 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5976 (ido-max-dir-file-cache, ido-decorations)
5977 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5978 (ido-magic-backward-char, ido-enter-dired)
5979 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5980 (ido-list-directory, ido-first-match, ido-only-match)
5981 (ido-subdir, ido-indicator): Fix typos in docstrings.
5982 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5983 (ido-read-internal): Fix typo in error message.
5984
5985 2006-11-08 Kenichi Handa <handa@m17n.org>
5986
5987 * international/mule-cmds.el (set-default-coding-systems):
5988 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5989
5990 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * makefile.w32-in (setwins): Remove.
5993 (WINS_ALMOST): New macro.
5994 (WINS): Use it.
5995 (autoloads): Don't extract autoloads from files in obsolete/.
5996
5997 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * whitespace.el (whitespace-buffer): Call remove-overlays after
6000 overlay-recenter for performance. Suggested by Martin Rudalics.
6001
6002 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6003
6004 * net/tramp.el (tramp-default-method): scp is the default method.
6005
6006 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * server.el (server-start): Save also the Emacs pid in the server file.
6009
6010 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6011
6012 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6013 point when displaying a bibtex cross reference in the echo area.
6014
6015 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6016
6017 * international/mule.el (make-char): Fix typo in docstring.
6018 (load-with-code-conversion, charsetp): Doc fixes.
6019
6020 * international/ja-dic-cnv.el (skkdic-convert):
6021 * cus-edit.el (hook): Fix typo in docstring.
6022
6023 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6026 (custom-mode-link-map): New variable.
6027 (custom-group-link, custom-manual): Use follow-link.
6028
6029 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6030
6031 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6032 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6033
6034 2006-11-06 Richard Stallman <rms@gnu.org>
6035
6036 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6037 New function broken out of flyspell-correct-word.
6038 (flyspell-mode-map): Bind it to M-RET.
6039 (flyspell-correct-word): Call it.
6040
6041 * textmodes/fill.el (fill-minibuffer-function): New function.
6042 (fill-paragraph): Bind fill-paragraph-function to
6043 fill-minibuffer-function.
6044
6045 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6046 so that they aren't undefined.
6047
6048 * dired.el (dired-readin): Locally bind file-name-coding-system.
6049
6050 * bindings.el: Shorten and clarify usual mode line mouse help string.
6051
6052 * Makefile.in (autoloads): Don't include `obsolete'.
6053
6054 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6057 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6058 Printing menu if it's not initialized.
6059 (pr-menu-bind): Act on menu-bar-file-menu directly.
6060
6061 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6062
6063 * help.el (view-emacs-news): Fix typo in error message.
6064
6065 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6066
6067 * shadowfile.el (shadow-define-regexp-group)
6068 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6069 (shadow-read-files): Fix typo in message.
6070 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6071 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6072 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6073 (shadow-file-match): Fix typos in docstrings.
6074
6075 * terminal.el (terminal-emulator): Fix typo in message.
6076
6077 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6078
6079 * emacs-lisp/lselect.el (x-kill-primary-selection)
6080 (x-delete-primary-selection, x-copy-primary-selection):
6081 Fix typos in error messages.
6082
6083 * emulation/edt-mapper.el: Fix typo in interactive message.
6084
6085 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6086
6087 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6088 (ispell-help): Fix typos in docstrings.
6089 (ispell-help): Fix typo in output message.
6090
6091 * allout.el (allout-adjust-file-variable)
6092 (allout-passphrase-verifier-string)
6093 (allout-passphrase-hint-string)
6094 (allout-toggle-current-subtree-encryption):
6095 * apropos.el (apropos-synonyms):
6096 * cus-edit.el (hook):
6097 * emacs-lock.el (emacs-lock-from-exiting):
6098 * follow.el (follow-avoid-tail-recenter-p):
6099 * hexl.el (hexl-mode):
6100 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6101 * mouse.el (mouse-set-font):
6102 * resume.el (resume-emacs-args-file):
6103 * rfn-eshadow.el (file-name-shadow-tty-properties):
6104 * t-mouse.el (t-mouse-process, t-mouse-mode):
6105 * emacs-lisp/cust-print.el (custom-print-install)
6106 (custom-print-uninstall, custom-format):
6107 * emacs-lisp/shadow.el (list-load-path-shadows):
6108 * emulation/tpu-edt.el (tpu-help-text)
6109 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6110 (tpu-reset-control-keys):
6111 * emulation/vip.el (vip-emacs-local-map)
6112 (vip-change-mode-to-emacs):
6113 * emulation/viper.el (viper-mode, viper-set-hooks)
6114 (viper-major-mode-modifier-list):
6115 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6116 * emulation/viper-keym.el (viper-emacs-kbd-map)
6117 (viper-toggle-key):
6118 * mail/feedmail.el (feedmail-queue-reminder)
6119 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6120 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6121 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6122 (feedmail-sender-line, feedmail-force-binary-write)
6123 (feedmail-from-line, feedmail-deduce-envelope-from)
6124 (feedmail-x-mailer-line, feedmail-message-id-generator)
6125 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6126 (feedmail-enable-spray, feedmail-spray-this-address)
6127 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6128 (feedmail-queue-runner-confirm-global)
6129 (feedmail-ask-before-queue-prompt)
6130 (feedmail-ask-before-queue-reprompt)
6131 (feedmail-prompt-before-queue-standard-alist)
6132 (feedmail-prompt-before-queue-user-alist)
6133 (feedmail-prompt-before-queue-help-supplement)
6134 (feedmail-queue-use-send-time-for-message-id)
6135 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6136 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6137 (feedmail-mail-send-hook-queued)
6138 (feedmail-confirm-addresses-hook-example)
6139 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6140 (feedmail-queue-runner-mode-setter)
6141 (feedmail-queue-alternative-mail-header-separator)
6142 (feedmail-queue-runner-message-sender)
6143 (feedmail-buffer-eating-function, feedmail-binmail-template)
6144 (feedmail-run-the-queue-no-prompts)
6145 (feedmail-run-the-queue-global-prompt)
6146 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6147 (feedmail-envelope-deducer, feedmail-fiddle-date)
6148 (feedmail-default-message-id-generator)
6149 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6150 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6151 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6152 (vms-pmail-setup):
6153 * play/dunnet.el (dun-help):
6154 * play/handwrite.el (handwrite):
6155 * play/hanoi.el (hanoi-unix-64):
6156 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6157 * textmodes/enriched.el (fixed):
6158 * textmodes/org.el (org-file-apps)
6159 (org-emphasis-regexp-components, org-emphasis-alist):
6160 * textmodes/texinfmt.el (batch-texinfo-format):
6161 Fix typos in docstrings.
6162
6163 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * loadhist.el (read-feature): Don't complete features not loaded
6166 from a file (which make `unload-feature' to fail).
6167
6168 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6169
6170 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6171
6172 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * startup.el (command-line-1): Kill emacs if the last frame is
6175 deleted while evaluating the command-line arguments.
6176
6177 2006-11-05 Richard Stallman <rms@gnu.org>
6178
6179 * startup.el (init-file-had-error): Add doc string.
6180 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6181 Use fixed-width font for keyboard key descriptions.
6182
6183 * cus-edit.el (custom-save-all): Error if saving in .emacs
6184 and it had an error when loaded.
6185
6186 * dired-aux.el (dired-copy-file-recursive): Catch errors
6187 from recursive copies in the loop, around the recursive call.
6188
6189 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6190
6191 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6192 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6193 `/proc/acpi/thermal_zone/*'.
6194 (battery-search-for-one-match-in-files): New. Search a regexp in
6195 the content of some files.
6196
6197 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6198
6199 * window.el (mouse-autoselect-window-now): Remove variable.
6200 (mouse-autoselect-window-state): New variable.
6201 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6202 (mouse-autoselect-window-select, handle-select-window):
6203 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6204 Suspend delayed autoselection during menu or popup dialog.
6205
6206 * info-look.el (info-lookup-guess-custom-symbol): New function
6207 for retrieving symbol at point in custom buffers.
6208 (top level) <info-lookup-maybe-add-help>: Add backquote and
6209 comma to ignored characters in regexps of help specifications
6210 for emacs-lisp-mode and lisp-interaction-mode. This permits
6211 looking up symbols in `...' and after a comma. Add help
6212 specifications for custom-mode and help-mode.
6213
6214 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6215
6216 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6217 Don't encode body if RAW is non-nil, or if the old encoding is
6218 identical to the new encoding, or if the body contains only
6219 eight-bit-* characters.
6220
6221 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6222
6223 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6224 (faces-sample-overlay): Remove variable.
6225 (describe-face): Insert sample text in the face being described.
6226
6227 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6228
6229 * whitespace.el (whitespace-indent-regexp): Make this match any
6230 multiples of eight spaces near the beginning of a line.
6231 (whitespace-buffer): Use `remove-overlays' instead of
6232 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6233 speed up overlay handling.
6234 (whitespace-buffer-leading, whitespace-buffer-trailing):
6235 Make these functions highlight the text removed by
6236 `whitespace-buffer-leading-cleanup' and
6237 `whitespace-buffer-trailing-cleanup' respectively.
6238 (whitespace-buffer-search): Use `with-local-quit'.
6239 Move `format' out of loop to speed up scanning larger buffers.
6240 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6241 that function is never added to a hook.
6242 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6243 (whitespace-buffer-leading-cleanup)
6244 (whitespace-refresh-rescan-list): Fix docstrings.
6245
6246 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6247
6248 * allout.el (allout-during-yank-processing): Cue for inhibiting
6249 aberrance processing during yanks.
6250 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6251 the amount of yanked topics that can be aberrant.
6252 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6253 a function, and supplement with inihibition of doublechecking
6254 during yanks.
6255 (allout-beginning-of-line, allout-next-heading)
6256 (allout-previous-heading, allout-goto-prefix-doublechecked)
6257 (allout-back-to-current-heading, allout-next-visible-heading)
6258 (allout-next-sibling): Use new allout-do-doublecheck function.
6259 (allout-next-sibling): Ensure we made progress when returning
6260 other than nil.
6261 (allout-rebullet-heading): Preserve text property annotations
6262 indicating the text was hidden, if it was.
6263 (allout-kill-line): Remove any added was-hidden annotations.
6264 (allout-kill-topic): Remove any added was-hidden annotations.
6265 (allout-annotate-hidden): Inhibit adding was-hidden text
6266 properties to the undo list.
6267 (allout-deannotate-hidden): New function to remove was-hidden
6268 annotation.
6269 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6270 (allout-remove-exposure-annotation): Replace by
6271 allout-deannotate-hidden.
6272 (allout-yank-processing): Signal that yank processing is happening
6273 with allout-during-yank-processing. Also, wrap
6274 allout-unprotected's closer to the text changes, for easier
6275 debugging. We need to inhibit-field-text-motion explicitly, in
6276 lieu of the encompassing allout-unprotected.
6277 (outlineify-sticky): Adjust criteria for triggering new outline
6278 decorations to presence or absence of any topics, not just a topic
6279 at the beginning of the buffer.
6280
6281 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6282
6283 * bs.el (bs--show-all, bs--redisplay):
6284 * cus-edit.el (custom-unlispify-menu-entries)
6285 (custom-unlispify-tag-names, custom-prompt-variable):
6286 * expand.el (expand-pos):
6287 * speedbar.el (speedbar-generic-list-tag-p):
6288 * wid-edit.el (widget-image-enable):
6289 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6290 * emacs-lisp/find-func.el (find-function-noselect)
6291 (find-function, find-variable-noselect, find-variable)
6292 (find-definition-noselect, find-face-definition):
6293 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6294 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6295 * progmodes/ada-xref.el (ada-find-in-ali):
6296 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6297 * textmodes/org.el (org-copy-subtree):
6298 * textmodes/table.el (table--row-column-insertion-point-p):
6299 Use "non-nil" in docstrings.
6300
6301 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6302
6303 * sort.el (sort-columns): Set the field separator to tab; on
6304 NetBSD, sort complains if "\n" is used as field separator.
6305
6306 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6307
6308 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6309
6310 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * server.el (server-auth-key): Remove. Replace by a process-property.
6313 (server-start): Don't remove the file of the previous process, but
6314 instead clear out the place for the new file.
6315 (server-start): Set the :auth-key property.
6316 (server-process-filter): Use the :auth-key property.
6317
6318 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
6319
6320 * textmodes/org.el (org-mode-map): No longer copy
6321 `outline-mode-map' explicitly - this is already done by
6322 `define-derived-mode'.
6323
6324 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
6325
6326 * server.el (server-visit-files): Use `when'.
6327 (server-process-filter): When authentication fails, send error
6328 message to client. Wrap `process-send-region' in `ignore-errors'
6329 instead of `condition-case', and remove misleading comment.
6330
6331 2006-11-01 Juri Linkov <juri@jurta.org>
6332
6333 * simple.el (yank): Doc fix.
6334
6335 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * server.el: Try and fit within 80 columns.
6338 (server-start): Make the auth file unreadable by other users.
6339
6340 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6341
6342 * battery.el (battery-linux-proc-acpi): Prevent range error when
6343 `full-capacity' is 0.
6344
6345 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6346
6347 * faces.el (faces-sample-overlay): New defvar.
6348 (faces-sample-overlay): New function to show face sample text.
6349 (describe-face): Use it.
6350
6351 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
6352
6353 * progmodes/ada-stmt.el: Change maintainer, apply
6354 whitespace-cleanup, checkdoc.
6355 (ada-func-or-proc-name): Add doc string.
6356
6357 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6358 whitespace-cleanup, checkdoc. Minor improvements to many doc
6359 strings and comments.
6360 (ada-prj-display-page): Change buffer name to more accurately
6361 reflect function.
6362
6363 * progmodes/ada-xref.el: Change maintainer, apply
6364 whitespace-cleanup, checkdoc. Minor improvements to many doc
6365 strings and comments. Don't look for `gvd' or `ddd' debuggers.
6366 (ada-compile-current): Don't add newlines to commands.
6367
6368 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
6369
6370 * server.el: Add support for TCP sockets.
6371 (server-use-tcp, server-host, server-auth-dir): New options.
6372 (server-auth-key): New variable.
6373 (server-ensure-safe-dir): Create nonexistent parent dirs.
6374 Ignore Unix-style file modes on Windows.
6375 (server-start): Crete a TCP or Unix socket according to the value
6376 of `server-use-tcp'. For TCP sockets, create the id/auth file in
6377 `server-auth-dir' directory.
6378 (server-process-filter): Delete process if authentication
6379 fails (which never happens for Unix sockets).
6380
6381 2006-10-30 David Kastrup <dak@gnu.org>
6382
6383 * subr.el (add-to-list): Don't continue checking if a match has
6384 been found.
6385
6386 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * tutorial.el: Move defvars to avoid bytecomp warnings.
6389 (tutorial--find-changed-keys): Check if viper-current-state is
6390 bound before using it.
6391 (help-with-tutorial): Check if viper-tutorial is defined before
6392 using it.
6393
6394 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
6395
6396 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6397
6398 * tutorial.el: New file.
6399 (help-with-tutorial): Move here from help-fns.el. Added help for
6400 rebound keys. Fixed resume of tutorial.
6401 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6402 (tutorial--find-changed-keys, tutorial--display-changes)
6403 (tutorial--saved-dir, tutorial--saved-file)
6404 (tutorial--save-tutorial): New functions to support the changes in
6405 help-with-tutorial.
6406
6407 2006-10-30 Kenichi Handa <handa@m17n.org>
6408
6409 * files.el (revert-buffer): If a unibyte buffer is being reverted
6410 with a coding system for multibyte, set buffer multibyte before
6411 calling insert-file-contents.
6412
6413 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * server.el (server-select-display): Use a dummy buffer to detect when
6416 the frame is later used.
6417 (server-select-display): New function.
6418 (server-process-filter): Use it to detect unused temp frames.
6419
6420 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
6421
6422 * progmodes/ada-mode.el: Change maintainer, apply
6423 whitespace-clean, checkdoc. Minor improvements to many doc strings.
6424 (ada-mode-version): New function.
6425 (ada-create-menu): Menu operations are available for all supported
6426 compilers.
6427
6428 2006-10-29 Lars Hansen <larsh@soem.dk>
6429
6430 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6431 Highlight as keyword.
6432 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6433 Don't call tramp-method-out-of-band-p for local files.
6434 (tramp-touch): Quote file name.
6435
6436 2006-10-28 Glenn Morris <rgm@gnu.org>
6437
6438 * calendar/calendar.el (cal-html-cursor-month)
6439 (cal-html-cursor-year): Add autoloads for this new package.
6440 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6441
6442 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
6443
6444 * calendar/cal-html.el: New file.
6445
6446 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * emacs-lisp/authors.el (authors-aliases): Update.
6449
6450 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6451
6452 * version.el (emacs-version): Bump version number to 22.0.90.
6453
6454 2006-10-26 John W. Eaton <jwe@octave.org>
6455
6456 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6457 New defvar.
6458 (inferior-octave-resync-dirs): Check to see whether Octave has
6459 built-in variables and set inferior-octave-has-built-in-variables.
6460 Check inferior-octave-has-built-in-variables to decide whether to
6461 send commands that set built-in variables or call functions to
6462 change Octave's behavior.
6463 Send "disp (pwd ())" to Octave instead of just "pwd".
6464 (inferior-octave-startup): Send "more off" to Octave instead of
6465 "page_screen_output = 0".
6466
6467 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6470 pattern normally.
6471
6472 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
6473
6474 * bindings.el (mode-line-mode-menu): Remove bindings for global
6475 minor modes (line/column number) as they are on the menubar.
6476
6477 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * term/w32-win.el (x-handle-name-switch): Doc fix.
6480 (w32-standard-fontset-spec): Fix typo in docstring.
6481
6482 * midnight.el (midnight-buffer-display-time): Doc fix.
6483 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6484
6485 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
6486
6487 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6488
6489 * viper-ex.el (ex-read): Quote file argument.
6490
6491 * ediff-diff.el (ediff-same-file-contents): Expand file names.
6492
6493 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6494
6495 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6496
6497 * textmodes/flyspell.el (flyspell-check-region-doublons):
6498 Fix last fix.
6499
6500 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6501
6502 * bindings.el (mode-line-mode-menu): List global minor modes
6503 before local ones.
6504
6505 2006-10-23 Kim F. Storm <storm@cua.dk>
6506
6507 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6508 (sit-for): If last command was a prefix arg, add the read-ahead
6509 event to unread-command-events as (t . EVENT) so it will be added
6510 to this-command-keys by read-key-sequence.
6511
6512 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6513
6514 * textmodes/flyspell.el (flyspell-word): Skip past all previous
6515 whitespace when checking doublons.
6516 (flyspell-check-region-doublons): Fix doublon regexp.
6517 (flyspell-highlight-incorrect-region): Highlight doublons using
6518 flyspell-duplicate face.
6519
6520 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6521
6522 2006-10-22 John Wiegley <johnw@newartisans.com>
6523
6524 * progmodes/python.el (python-use-skeletons): python-mode was
6525 auto-inserting templates (for those with abbrev-mode on), not only
6526 by default -- *but without a configuration variable to disable
6527 it*. This rendered python-mode completely useless for me, so I
6528 have added `python-use-skeletons', which is now off by default.
6529
6530 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * progmodes/cperl-mode.el (cperl-mode): Don't assume
6533 font-lock-multiline is auto-local (it's not).
6534 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6535 initialized before calling cperl-init-faces.
6536
6537 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
6538
6539 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6540 gdb-stack-position a value when there is no fringe.
6541
6542 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6543 indicator if not visiting a file.
6544
6545 2006-10-20 David Kastrup <dak@gnu.org>
6546
6547 * window.el (kill-buffer-and-window): Fix a bug where an aborted
6548 operation would still cause some window to collapse later.
6549
6550 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * vc.el (vc-switch-backend): Try to be more careful with unwanted
6553 side-effect due to mixing various backends's file properties.
6554
6555 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6556 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
6557 Return `filename's status if applicable. Update callers.
6558
6559 2006-10-19 Kenichi Handa <handa@m17n.org>
6560
6561 * international/kkc.el (kkc-region): When a key sequence is not
6562 defined, append (this-single-command-raw-keys) to
6563 unread-input-method-events.
6564
6565 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
6566
6567 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6568
6569 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6570
6571 * version.el (emacs-version): Use mac-carbon-version-string.
6572
6573 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6574
6575 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6576
6577 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6578 Kenichi Handa).
6579 (xselect-convert-to-string): Decline requests for UTF8_STRING if
6580 the selection is not UTF-8.
6581
6582 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * progmodes/ada-mode.el (ada-83-string-keywords)
6585 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6586 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6587 (ada-looking-at-semi-private, ada-get-body-name):
6588 Fix typos in docstrings.
6589 (ada-create-case-exception, ada-create-case-exception-substring):
6590 Fix typos in error messages.
6591 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6592
6593 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6594
6595 * term/x-win.el (res-geometry): Don't set geometry from Xresources
6596 to default-frame-alist if default-frame-alist already contains
6597 width/height.
6598
6599 2006-10-18 Richard Stallman <rms@gnu.org>
6600
6601 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6602 Non-interactive arg is the value, not the expression.
6603
6604 * simple.el (read-expression-map): Just set it, no defvar.
6605
6606 * subr.el (insert-for-yank-1): If last inserted char has
6607 properties, mark them as rear-nonsticky.
6608
6609 * recentf.el (recentf-mode): Doc fix.
6610
6611 * facemenu.el (facemenu-add-new-face): Defend against symbol
6612 that isn't a face name.
6613
6614 * dired-aux.el (dired-do-copy): Doc fix.
6615
6616 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
6617
6618 * simple.el (line-move-1): Ignore fields when moving to the
6619 beginning of line to avoid getting point stuck.
6620
6621 2006-10-18 Martin Rudalics <rudalics@gmx.at>
6622
6623 * textmodes/flyspell.el (flyspell-word-search-backward):
6624 Set inhibit-point-motion-hooks to avoid looping due to intangibile
6625 text.
6626
6627 2006-10-16 Richard Stallman <rms@gnu.org>
6628
6629 * help-fns.el (describe-function-1): Special case optimization
6630 for self-insert-command.
6631
6632 2006-10-16 Kim F. Storm <storm@cua.dk>
6633
6634 * ido.el (ido-reread-directory): Work in `dir' mode too.
6635
6636 2006-10-15 Martin Rudalics <rudalics@gmx.at>
6637
6638 * textmodes/table.el: Require 'regexp-opt.
6639
6640 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
6641
6642 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6643 Use shell-quote-argument.
6644
6645 * shell.el (explicit-bash-args): Likewise.
6646
6647 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6648 Use grep -E rather than egrep.
6649
6650 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6651
6652 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6653
6654 2006-10-15 Kim F. Storm <storm@cua.dk>
6655
6656 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6657
6658 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6659
6660 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6661 to protect whitespace and metacharacters from the shell.
6662
6663 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6664
6665 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6666
6667 2006-10-13 Eli Zaretskii <eliz@gnu.org>
6668
6669 * subr.el (start-process-shell-command): Doc fix.
6670
6671 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
6672
6673 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6674 the regexp for Maxima symbols.
6675
6676 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6679 (vc-find-root): Don't walk higher up than ~.
6680
6681 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
6682
6683 * international/utf-8.el (utf-translate-cjk-load-tables):
6684 Avoid clobbering last-coding-system-used during load.
6685
6686 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
6687
6688 * textmodes/reftex-global.el (reftex-create-tags-file):
6689 Quote file arguments.
6690
6691 2006-10-12 Richard Stallman <rms@gnu.org>
6692
6693 * files.el (file-name-history): Add defvar.
6694 (save-some-buffers-action-alist): Improve description strings.
6695
6696 2006-10-12 Andreas Schwab <schwab@suse.de>
6697
6698 * files.el (auto-mode-alist): Match change log file name also with
6699 a dash before a numeric extension.
6700
6701 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
6702
6703 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6704 After 5.0:
6705 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6706
6707 After 5.1: Major edit. Summary of most visible changes:
6708
6709 - Multiple <<HERE per line allowed.
6710 - Handles multiline subroutine declaration headers (with comments).
6711 (The exception is `cperl-etags' - but it is not used in the rest
6712 of the mode.)
6713 - Fontifies multiline my/our declarations (even with comments,
6714 and with legacy `font-lock').
6715 - Major speedup of syntaxification, both immediate and postponed
6716 (3.5x to 15x [for different CPUs and versions of Emacs] on the
6717 huge real-life document I tested).
6718 - New bindings, edits to imenu.
6719 - "_" is made into word-char during fontification/syntaxification;
6720 some attempts to recognize non-word "_" during other operations too.
6721 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6722 - autoload some more perldoc-related stuff
6723 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6724 - Attempt to incorporate XEmacs edits which reached me.
6725
6726 Fine-grained changelog:
6727 (cperl-hook-after-change): New configuration variable.
6728 (cperl-vc-sccs-header): Likewise.
6729 (cperl-vc-sccs-header): Likewise.
6730 (cperl-vc-header-alist): Default via two preceding variables.
6731 (cperl-invalid-face): Remove double quoting under XEmacs
6732 (still needed under 21.2).
6733 (cperl-tips): Update URLs for resources.
6734 (cperl-problems): Likewise.
6735 (cperl-praise): Mention new features.
6736 New C-c key bindings: for `cperl-find-bad-style',
6737 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6738 `cperl-perdoc', and `cperl-perldoc-at-point'.
6739 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6740 moved, new submenu of Tools with Ispell entries and narrowing.
6741 (cperl-after-sub-regexp): New defsubst.
6742 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6743 Allows heads up to head4.
6744 Allow "package;".
6745 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6746 (paren-backwards-message): ??? Something for XEmacs???
6747 (cperl-mode): Never auto-switch abbrev-mode off.
6748 Try to allow '_' be non-word char.
6749 Do not use `font-lock-unfontify-region-function' on XEmacs.
6750 Reset syntax cache on mode start.
6751 Support multiline facification (even on legacy `font-lock').
6752 (cperl-facemenu-add-face-function): ??? Some contributed code ???
6753 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6754 refuse to inform us whether the fontification is due to lazy
6755 calling or due to edit to a buffer, install our own hook
6756 (controlled by `cperl-hook-after-change').
6757 (cperl-electric-pod): =cut may have been recognized as start.
6758 (cperl-block-p): Move, updatedfor attributes.
6759 (cperl-calculate-indent): Try to allow '_' be non-word char
6760 Support subs with attributes.
6761 (cperl-where-am-i): Quiet (?) a warning.
6762 (cperl-cached-syntax-table): New function.
6763 (cperl-forward-re): Use `cperl-cached-syntax-table'.
6764 (cperl-unwind-to-safe): Recognize `syntax-type' property
6765 changing in a middle of line.
6766 (cperl-find-sub-attrs): New function.
6767 (cperl-find-pods-heres): Allow many <<EOP per line.
6768 Allow subs with attributes.
6769 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6770 Recognize "extproc " (OS/2) case-folded and only at start.
6771 /x on s///x with empty replacement was not recognized.
6772 Better comments.
6773 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6774 Allow subs with attributes, labels.
6775 Do not confuse "else::foo" with "else".
6776 Minor optimizations...
6777 (cperl-after-expr-p): Try to allow '_' be non-word char.
6778 (cperl-fill-paragraph): Try to detect a major bug in Emacs
6779 with `looking-at' inside `narrow' and bulk out if found.
6780 (cperl-imenu--create-perl-index): Updates for new
6781 `cperl-imenu--function-name-regexp-perl'.
6782 (cperl-outline-level): Likewise.
6783 (cperl-init-faces): Allow multiline subroutine headers
6784 and my/our declarations, and ones with comments.
6785 Allow subroutine attributes.
6786 (cperl-imenu-on-info): Better docstring.
6787 (cperl-etags): Rudimentary support for attributes.
6788 Support for packages and "package;".
6789 (cperl-add-tags-recurse-noxs): Better (?) docstring.
6790 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6791 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6792 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6793 (cperl-perldoc): Add autoload.
6794 (cperl-perldoc-at-point): Likewise.
6795 (cperl-here-doc-spell): New function.
6796 (cperl-pod-spell): Likewise.
6797 (cperl-map-pods-heres): Likewise.
6798 (cperl-get-here-doc-region): Likewise.
6799 (cperl-font-lock-fontify-region-function): Likewise (backward
6800 compatibility for legacy `font-lock').
6801 (cperl-font-lock-unfontify-region-function): Fix style.
6802 (cperl-fontify-syntaxically): Recognize and optimize away deferred
6803 calls with no-change. Governed by `cperl-hook-after-change'.
6804 (cperl-fontify-update): Recognize that syntaxification region
6805 can be larger than fontification one.
6806 XXXX we leave `cperl-postpone' property, so this is quadratic...
6807 (cperl-fontify-update-bad): Temporary placeholder until
6808 it is clear how to implement `cperl-fontify-update'.
6809 (cperl-time-fontification): New function.
6810 (attrib-group): New text attribute.
6811 (multiline): New value: `syntax-type' text attribute.
6812
6813 After 5.2:
6814 (cperl-emulate-lazy-lock): New function.
6815 (cperl-fontify-syntaxically): Would skip large regions.
6816 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6817 Some globals were declared, but uninitialized.
6818
6819 After 5.3, 5.4:
6820 (cperl-facemenu-add-face-function): Add docs, fix U<>.
6821 Copyright message updated.
6822 (cperl-init-faces): Work around a bug in `font-lock'. May slow
6823 facification down a bit.
6824 Misprint for my|our|local for old `font-lock'
6825 "our" was not fontified same as "my|local".
6826 Highlight variables after "my" etc even in
6827 a middle of an expression.
6828 Do not facify multiple variables after my etc
6829 unless parentheses are present.
6830
6831 After 5.5, 5.6
6832 (cperl-fontify-syntaxically): after-change hook could reset.
6833 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6834
6835 After 5.7:
6836 (cperl-init-faces): Allow highlighting of local ($/).
6837 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6838 (cperl-problems): Remove fixed problems.
6839 (cperl-find-pods-heres): Recognize #-comments in m##x too.
6840 Recognize charclasses (unless delimiter is \).
6841 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6842 (cperl-regexp-scan): Update docs.
6843 (cperl-beautify-regexp-piece): Use information got from regexp scan.
6844
6845 After 5.8:
6846 Major user visible changes:
6847 Recognition and fontification of character classes in RExen.
6848 Variable indentation of RExen according to groups.
6849
6850 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6851 Fontify REx charclasses in variable-name face.
6852 Fontify POSIX charclasses in "type" face.
6853 Fontify unmatched "]" in function-name face.
6854 Mark first-char of HERE-doc as `front-sticky'.
6855 Reset `front-sticky' property when needed.
6856 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6857 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6858 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6859 constructs. Support `narrow'ed buffers.
6860 (cperl-praise): Remove a reservation.
6861 (cperl-make-indent): New function.
6862 (cperl-indent-for-comment): Use `cperl-make-indent'.
6863 (cperl-indent-line): Likewise.
6864 (cperl-lineup): Likewise.
6865 (cperl-beautify-regexp-piece): Likewise.
6866 (cperl-contract-level): Likewise.
6867 (cperl-toggle-set-debug-unwind): New function.
6868 New menu entry for this.
6869 (fill-paragraph-function): Use when `boundp'.
6870 (cperl-calculate-indent): Take into account groups when indenting RExen.
6871 (cperl-to-comment-or-eol): Recognize # which end a string.
6872 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6873 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6874 (cperl-fontify-syntaxically): More clear debugging message.
6875 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6876 (cperl-init-faces): More complicated highlight even on XEmacs (new).
6877 Merge cosmetic changes from XEmacs.
6878
6879 After 5.9:
6880 (cperl-1+): Move to before the first use.
6881 (cperl-1-): Likewise.
6882
6883 After 5.10:
6884
6885 This code may lock Emacs hard!!! Use at your own risk!
6886
6887 (cperl-font-locking): New internal variable.
6888 (cperl-beginning-of-property): New function.
6889 (cperl-calculate-indent): Use `cperl-beginning-of-property'
6890 instead of `previous-single-property-change'.
6891 (cperl-unwind-to-safe): Likewise.
6892 (cperl-after-expr-p): Likewise.
6893 (cperl-get-here-doc-region): Likewise.
6894 (cperl-font-lock-fontify-region-function): Likewise.
6895 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6896 recursively.
6897 Bound `next-single-property-change' via `point-max'.
6898 (cperl-unwind-to-safe): Bound likewise
6899 (cperl-font-lock-fontify-region-function): Likewise.
6900 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6901 Initialization of `cperl-font-lock-multiline-start' could be
6902 missed if the "main" fontification did not run due to the
6903 keyword being already fontified.
6904 (cperl-pod-spell): Return t from do-one-chunk function.
6905 (cperl-map-pods-heres): Stop when the worker returns nil.
6906 Call `cperl-update-syntaxification'.
6907 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6908 (cperl-get-here-doc-delim): Remove unused function.
6909
6910 After 5.11:
6911
6912 The possible lockup of Emacs (introduced in 5.10) fixed.
6913
6914 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6915 (cperl-syntaxify-for-menu): New customization variable.
6916 (cperl-select-this-pod-or-here-doc): New function.
6917 (cperl-get-here-doc-region): Extra argument.
6918 Do not adjust pos by 1.
6919
6920 New menu entries
6921 (Perl/Tools): Selection of current POD or HERE-DOC section.
6922 (Debugging CPerl:) backtrace on fontification.
6923
6924 After 5.12:
6925 (cperl-cached-syntax-table): Use `car-safe'.
6926 (cperl-forward-re): Remove spurious argument SET-ST.
6927 Add documentation.
6928 (cperl-forward-group-in-re): New function.
6929 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6930 (XXXX Temporary (?) hack is to syntax-mark them as comment).
6931
6932 After 5.13:
6933 (cperl-string-syntax-table): Make { and } not-grouping
6934 (Sometimes they ARE grouping in RExen, but matching them would only
6935 confuse in many situations when they are not)
6936 (beginning-of-buffer): Replace two occurrences with goto-char...
6937 (cperl-calculate-indent): `char-after' could be nil...
6938 (cperl-find-pods-heres): REx can start after "[" too.
6939 Hightlight (??{}) in RExen too.
6940 (cperl-maybe-white-and-comment-rex): New constant
6941 (cperl-white-and-comment-rex): Likewise.
6942 XXXX Not very efficient, but hard to make
6943 better while keeping 1 group.
6944
6945 After 5.13:
6946 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6947 Likewise for 1 << identifier.
6948
6949 After 5.14:
6950 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6951 Error-less condition-case could fail.
6952 (cperl-font-lock-fontify-region-function): Likewise.
6953 (cperl-init-faces): Likewise.
6954
6955 After 5.15:
6956 (cperl-find-pods-heres): Support property REx-part2.
6957 (cperl-calculate-indent): Likewise.
6958 Don't special-case REx with non-empty 1st line.
6959 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6960 Invert highlighting of charclasses:
6961 now the envelop is highlighted.
6962 Highlight many others 0-length builtins.
6963 (cperl-praise): Mention indenting and highlight in RExen.
6964
6965 After 5.15:
6966 (cperl-find-pods-heres): Highlight capturing parens in REx.
6967
6968 After 5.16:
6969 (cperl-find-pods-heres): Highlight '|' for alternation
6970 Initialize `font-lock-warning-face' if not present.
6971 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6972 `font-lock-function-name-face'.
6973 (cperl-look-at-leading-count): Likewise.
6974 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6975 `font-lock-keyword-face' (needed for
6976 batch processing), etc...
6977 Use `font-lock-builtin-face' for builtin in REx
6978 Now `font-lock-variable-name-face'
6979 is used for interpolated variables
6980 Use "talking aliases" for faces inside REx
6981 Highlight parts of REx (except in charclasses)
6982 according to the syntax and/or semantic
6983 Syntax-mark a {}-part of (?{}) as "comment"
6984 (it was the ()-part)
6985 Better logic to distinguish what is what in REx
6986 (cperl-tips-faces): Document REx highlighting
6987 (cperl-praise): Mention REx syntax highlight etc.
6988
6989 After 5.17:
6990 (cperl-find-sub-attrs): Would not always manage to print error message.
6991 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6992
6993 After 5.18:
6994 (cperl-find-pods-heres): Misprint in REx for parsing REx.
6995 Very minor optimization.
6996 `my-cperl-REx-modifiers-face' got quoted.
6997 Recognize "print $foo <<END" as HERE-doc.
6998 Put `REx-interpolated' text attribute if needed.
6999 (cperl-invert-if-unless-modifiers): New function.
7000 (cperl-backward-to-start-of-expr): Likewise.
7001 (cperl-forward-to-end-of-expr): Likewise.
7002 (cperl-invert-if-unless): Works in "the opposite way" too.
7003 Cursor position on return is on the switch-word.
7004 Indents comments better.
7005 (REx-interpolated): New text attribute.
7006 (cperl-next-interpolated-REx): New function.
7007 (cperl-next-interpolated-REx-0): Likewise.
7008 (cperl-next-interpolated-REx-1): Likewise.
7009 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7010 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7011 (cperl-praise): Mention finded interpolated RExen.
7012
7013 After 5.19:
7014 (cperl-init-faces): Highlight %$foo, @$foo too.
7015 (cperl-short-docs): Better docs for system, exec.
7016 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7017 Would not find HERE-doc ended by EOF without NL.
7018 (cperl-short-docs): Correct not-doubled \-escapes.
7019 start block: Put some `defvar' for stuff gone from XEmacs.
7020
7021 After 5.20:
7022 initial comment: Extend copyright, fix email address.
7023 (cperl-indent-comment-at-column-0): New customization variable.
7024 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7025 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7026 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7027 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7028 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7029 highlight $ in $foo too (UNTESTED).
7030 (cperl-set-style): Docstring missed some available styles.
7031 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7032 Change "Current" to "Memorize Current".
7033 (cperl-indent-wrt-brace): New customization variable; the default is
7034 as for pre-5.2 version.
7035 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7036 (cperl-style-alist): Likewise.
7037 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7038 and `cperl-extra-newline-before-brace' etc
7039 being t
7040 (cperl-indent-exp): Plans B and C to find continuation blocks even
7041 if `cperl-extra-newline-before-brace' is t.
7042
7043 After 5.21:
7044 Improve some docstrings concerning indentation.
7045 (cperl-indent-rules-alist): New variable.
7046 (cperl-sniff-for-indent): New function name
7047 (separated from `cperl-calculate-indent').
7048 (cperl-calculate-indent): Separate the sniffer and the indenter;
7049 uses `cperl-sniff-for-indent' now.
7050 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7051 was inverted;
7052 Support `comment-column' = 0.
7053
7054 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7055
7056 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7057 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7058 * longlines.el (longlines-window-change-function): Likewise.
7059 * simple.el (undo-ask-before-discard): Likewise.
7060 * wid-edit.el (widget-field-prompt-internal)
7061 (widget-documentation-link-p): Likewise.
7062
7063 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7066 for a keyword.
7067
7068 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * newcomment.el (comment-valid-prefix-p): Make the check
7071 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7072 (comment-indent-new-line): Adjust call.
7073
7074 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7075
7076 * allout.el (allout-back-to-current-heading): Base on lower-level
7077 routines to get proper disqualification of aberrant topics.
7078
7079 2006-10-09 Richard Stallman <rms@gnu.org>
7080
7081 * textmodes/two-column.el (2C-two-columns): Doc fix.
7082
7083 2006-10-09 Kim F. Storm <storm@cua.dk>
7084
7085 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7086 about implicit use.
7087
7088 2006-10-08 Richard Stallman <rms@gnu.org>
7089
7090 * textmodes/two-column.el (2C-two-columns): Doc fix.
7091
7092 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7093
7094 * files.el: Mark `buffer-read-only' as safe-local-variable.
7095
7096 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7097
7098 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7099 Burp if GUD buffer has been killed.
7100
7101 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * completion.el (add-completions-from-c-buffer):
7104 Don't presume an error's second element is a string.
7105 Use looking-at rather than buffer-substring + member.
7106
7107 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7108
7109 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7110 `undecided', call find-coding-systems-region to find a proper
7111 non-trivial encoding.
7112 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7113 and "text/plain".
7114
7115 2006-10-07 Kevin Ryde <user42@zip.com.au>
7116
7117 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7118 url-link.
7119
7120 * strokes.el (defgroup strokes): Remove invalid url-link.
7121
7122 2006-10-07 Magnus Henoch <mange@freemail.hu>
7123
7124 * autoinsert.el (auto-insert-alist): Doc fix.
7125
7126 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7127
7128 * mouse-sel.el (mouse-insert-selection-internal):
7129 Use insert-for-yank, so that yank handlers are run.
7130
7131 2006-10-07 Kim F. Storm <storm@cua.dk>
7132
7133 * ido.el (ido-file-extension-aux): Fix comparison.
7134
7135 2006-10-06 Kim F. Storm <storm@cua.dk>
7136
7137 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7138
7139 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7142 (ad-make-mapped-call): Use `let', not `let*'.
7143
7144 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * international/mule-cmds.el (coding-system-change-eol-conversion):
7147 Ensure the coding system is initialized before calling
7148 coding-system-eol-type.
7149
7150 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7151
7152 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7153 (org-activate-angle-links, org-activate-dates)
7154 (org-activate-target-links, org-activate-camels)
7155 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7156 textproperty keymaps from being active beyond the end of a line.
7157 (org-unfontify-region): Also remove `rear-nonsticky' property.
7158
7159 2006-10-04 Kenichi Handa <handa@m17n.org>
7160
7161 * international/code-pages.el (next): Table fixed.
7162
7163 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7166 that it's been made unnecessary by removing narrowing.
7167
7168 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7171 control flow a bit, simplify another bit, and add comments.
7172
7173 2006-10-03 David Kastrup <dak@gnu.org>
7174
7175 * help.el (describe-mode): For clicks on mode-line, use "@"
7176 interactive argument to get the major mode of the click instead of
7177 the current buffer.
7178
7179 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7180 in order to better redirect mouse-2 clicks. Also allow default
7181 bindings to apply.
7182
7183 2006-10-03 Kim F. Storm <storm@cua.dk>
7184
7185 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7186 (pushnew): Fix last change.
7187
7188 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7189
7190 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7191 Use the interactive spec of `eval-expression'.
7192
7193 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7194
7195 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7196
7197 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7198
7199 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7200 2006-09-28 commit.
7201
7202 2006-10-02 Kenichi Handa <handa@m17n.org>
7203
7204 * international/code-pages.el (iso-8859-6): Table fixed.
7205
7206 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7207
7208 * dired.el (dired-build-subdir-alist): Fix previous change.
7209
7210 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7211
7212 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7213
7214 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7217 "define-button-type".
7218
7219 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7220 they don't keep accumulating.
7221
7222 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7223
7224 * ffap.el (ffap-rfc-path): Change the address of the RFC
7225 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7226
7227 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7228
7229 * allout.el (allout-expose-topic): Rectify implementation of "+"
7230 spec, so that bodies are not exposed with headlines.
7231
7232 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7233
7234 * allout.el (allout-current-depth): Do aberrent check only at or
7235 below doublecheck depth.
7236 (allout-chart-subtree): Make it explicit that LEVELS being nil
7237 means unlimited depth. Drop undocumented support for LEVELS value
7238 t meaning unlimited depth. (This is consistent with
7239 allout-chart-to-reveal, but contrary to allout-show-children,
7240 which needs to use nil to default to depth of 1.)
7241 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7242 (allout-chart-to-reveal): Be explicit in docstring about meaning
7243 of nil LEVELS, and drop support for LEVELS value t.
7244 (allout-show-children): Translate the level spec used by this
7245 routine to that used by allout-chart-subtree and
7246 allout-chart-to-reveal.
7247 (allout-show-to-offshoot): Retry once when stuck, after opening
7248 subtree - improvements in discontinuity handling likely will
7249 enable progress.
7250
7251 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * wid-edit.el (widget-button-click-moves-point): New variable.
7254 (widget-button-click): If widget-button-click-moves-point is
7255 non-nil, set point after performing the button action.
7256
7257 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7258
7259 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7260
7261 * files.el (find-file-existing): Modify to not allow wildcards.
7262
7263 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7264
7265 * simple.el (undo-more): When undo information for the region is
7266 exhausted, say "No further undo information FOR REGION".
7267
7268 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7269
7270 * progmodes/sh-script.el (sh-prev-thing):
7271 Take `sh-leading-keywords' into account.
7272
7273 2006-09-29 Glenn Morris <rgm@gnu.org>
7274
7275 * custom.el (defcustom): Doc fix.
7276
7277 * calendar/calendar.el (european-calendar-style):
7278 Call european-calendar or american-calendar as needed when set.
7279 (diary-view-entries, list-calendar-holidays): Move autoloads
7280 before use.
7281
7282 2006-09-29 Juri Linkov <juri@jurta.org>
7283
7284 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7285 to nil if there is no previous property change.
7286
7287 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7288
7289 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7290 saving anything to be sure that `forward-sexp' behaves correctly.
7291
7292 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7293
7294 * simple.el (line-move-finish): Ignore field boundaries if the
7295 initial and final points have the same `field' property.
7296
7297 2006-09-29 Kim F. Storm <storm@cua.dk>
7298
7299 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7300 to t while calling ido-read-internal.
7301
7302 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7303
7304 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7305 (org-archive-subtree): Remove erraneous `]' from character list.
7306
7307 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7308
7309 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7310 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7311 markers for data-area and parameters-area.
7312
7313 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7316
7317 * font-lock.el (font-lock-after-change-function): Refontify next line
7318 as well if end is at BOL.
7319 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7320 only extend the region as much as needed.
7321
7322 2006-09-28 Richard Stallman <rms@gnu.org>
7323
7324 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7325
7326 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7327
7328 * international/mule.el (after-insert-file-set-coding):
7329 If VISIT, don't let set-buffer-multibyte make undo info.
7330
7331 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
7332
7333 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7334 lines in base64-encoded authentication response.
7335
7336 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7337
7338 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7339 (ebnf-version): New version 4.3.
7340 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7341 (ebnf-prologue): Adjust PostScript programming.
7342 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7343 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7344
7345 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * jit-lock.el (jit-lock-force-redisplay): Rename from
7348 jit-lock-fontify-again, and undo the mistaken change I've just done.
7349
7350 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7351 (jit-lock-fontify-again): Don't refontify text that's not displayed.
7352
7353 2006-09-26 Kenichi Handa <handa@m17n.org>
7354
7355 * startup.el (display-splash-screen): Allow a prefix argument.
7356
7357 2006-09-25 Jason Rumney <jasonr@gnu.org>
7358
7359 * subr.el (shell-quote-argument): Use DOS logic for Windows
7360 shells with DOS semantics.
7361
7362 2006-09-24 Richard Stallman <rms@gnu.org>
7363
7364 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7365 (compilation-goto-locus): Use compilation-goto-locus-delete-o
7366 to delete the overlay. Put it on pre-command-hook.
7367
7368 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7369
7370 * startup.el (fancy-splash-screens, normal-splash-screen):
7371 Call the splash buffer *About GNU Emacs*.
7372
7373 * simple.el (next-error-highlight, next-error-highlight-no-select):
7374 Default to 0.5.
7375 (yank-excluded-properties): Add `fontified'.
7376
7377 * font-lock.el (font-lock-compile-keywords): Allow value of
7378 syntax-begin-function to enable paren-column-0 highlighting.
7379
7380 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
7381
7382 * dired.el (dired-build-subdir-alist): When file ends in colon,
7383 don't exit the loop, just disregard that file.
7384
7385 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
7386
7387 * simple.el (line-move-finish): Handle corner case for fields in
7388 continued lines.
7389 (line-move-1): Remove flawed test for that case.
7390
7391 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
7392
7393 * icomplete.el (icomplete-simple-completing-p): Use the correct
7394 name for the new variable, `icomplete-with-completion-tables'.
7395 (file local variables): Remove superfluous setting.
7396
7397 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7398
7399 * calendar/appt.el (appt-check): Fix typo for appointments just
7400 after midnight.
7401
7402 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * help.el (describe-key-briefly, describe-key): Don't expect an
7405 extra up event if a down-event is generated by a popup menu.
7406
7407 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
7408
7409 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7410 local dictionary when changing the global dictionary.
7411
7412 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
7413
7414 * icomplete.el (icomplete-with-completion-tables): List of
7415 specialized completion tables with which icomplete should
7416 operate. Include the new `internal-complete-buffer', so icomplete
7417 works with interactive buffer-selection.
7418 (icomplete-simple-completing-p): Add acceptance of specialized
7419 completion tables listed in icomplete-with-completion-tables.
7420
7421 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7422
7423 * frame.el (focus-follows-mouse): Set default to nil on Mac.
7424
7425 * startup.el (command-line): Use `custom-reevaluate-setting' for
7426 `focus-follows-mouse'.
7427
7428 2006-09-22 Richard Stallman <rms@gnu.org>
7429
7430 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7431 explain why Save is not available.
7432
7433 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * woman.el (woman0-so): Use `let*', not `let'.
7436 (woman-horizontal-line): Remove unbalanced parenthesis.
7437
7438 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * woman.el: Make sure all the end-of-region markers we use have
7441 a non-nil insertion-type.
7442 (woman0-so): Move things around so we can use copy-marker.
7443 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7444 Adjust marker type.
7445 (woman2-process-escapes): Check marker type.
7446 (woman-horizontal-line): Dispense with the use of a marker.
7447
7448 2006-09-22 Jay Belanger <belanger@truman.edu>
7449
7450 * calc/calc-lang.el: Add Greek letters to math-variable-table
7451 property of tex.
7452
7453 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7456
7457 2006-09-22 Masatake YAMATO <jet@gyve.org>
7458
7459 * add-log.el (add-log-current-defun): Use `forward-sexp'
7460 instead of `forward-word' to pick c++::symbol.
7461 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7462
7463 2006-09-22 Kenichi Handa <handa@m17n.org>
7464
7465 * bindings.el: Fix setting self-insert-command for multibyte
7466 characters in global-map.
7467
7468 2006-09-21 David Kastrup <dak@gnu.org>
7469
7470 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7471 doc string.
7472
7473 2006-09-21 Kenichi Handa <handa@m17n.org>
7474
7475 * language/european.el ("Latin-1"): Add windows-1252 to
7476 coding-priority.
7477 ("German"): Likewise.
7478
7479 2006-09-21 Kim F. Storm <storm@cua.dk>
7480
7481 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7482 Suggested by Miles Bader.
7483
7484 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
7485 instead of add-to-list in the simple case.
7486
7487 2006-09-20 Kenichi Handa <handa@m17n.org>
7488
7489 * isearch.el (isearch-process-search-char): Cancel the previous change.
7490 (isearch-search-string): New function.
7491 (isearch-search): Use isearch-search-string.
7492 (isearch-lazy-highlight-search): Likewise.
7493
7494 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7495
7496 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7497 string to become an option.
7498
7499 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7502
7503 2006-09-20 Kim F. Storm <storm@cua.dk>
7504
7505 * simple.el (line-move-partial): Call pos-visible-in-window-p with
7506 position t instead of trying both window-end and window-end - 1.
7507
7508 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
7509
7510 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7511 hidden trees.
7512
7513 2006-09-20 David Kastrup <dak@gnu.org>
7514
7515 * mouse.el (mouse-posn-property): Improve doc string.
7516 (mouse-on-link-p): Change buffers for function calls on links.
7517
7518 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7519 buffer is read-only.
7520
7521 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
7522
7523 * allout.el (allout-unprotected): Let inhibit-read-only only when
7524 buffer-read-only isn't set.
7525 (allout-annotate-hidden): Enable topic annotation during copies even
7526 when the buffer is read-only, eg for topic copies. Ensure that the loop
7527 advances, even when the span extends beyond the deletion region.
7528 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7529 rather than allout-exposure-changed-hook, as a stronger assertion.
7530 (allout-keybindings-list): Add bindings for
7531 allout-copy-line-as-kill and allout-copy-topic-as-kill.
7532 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7533 Copy wrappers for allout-kill-line and allout-kill-topic.
7534 (allout-listify-exposed): Position correctly to accumulate lines.
7535
7536 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
7537
7538 * simple.el (line-move-1): Escape field boundaries occurring
7539 exactly at point. Update goal column if constrained to a field.
7540 (line-move-finish): Escape field boundaries occurring exactly at point.
7541
7542 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * mouse.el (mouse-on-link-p): Tentatively fix last change.
7545 (mouse-drag-vertical-line): Remove unused var `wconfig'.
7546
7547 2006-09-19 Kim F. Storm <storm@cua.dk>
7548
7549 * help.el (describe-key-briefly, describe-key): Simplify printing
7550 of descriptions by using format and %S. Fix "is undefined"
7551 messages to say "at that spot" for mouse events.
7552
7553 * simple.el (line-move-partial): Optimize. Try window-line-height
7554 before posn-at-point to get vpos of current line.
7555
7556 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7557
7558 * viper.el: Bump up version/date of update to reflect the substantial
7559 changes done in August 2006.
7560
7561 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7562 are defined.
7563
7564 * ediff-util.el (ediff-add-to-history): New function.
7565
7566 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7567
7568 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7569
7570 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7571 Delete duplicate make-local-variable form.
7572 (conf-space-keywords): Add autoload cookie.
7573 Fix typo (`keywords', not `keyword').
7574
7575 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7576
7577 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7578 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
7579 to x-gtk-use-old-file-dialog.
7580
7581 2006-09-18 Richard Stallman <rms@gnu.org>
7582
7583 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7584 that might come in during mouse tracking.
7585
7586 2006-09-18 Kim F. Storm <storm@cua.dk>
7587
7588 * simple.el (line-move-partial): Rework 2006-09-15 change to use
7589 new window-line-height function. Further optimize by not calling
7590 pos-visible-in-window-p for window-end when window-line-height
7591 returns useful information.
7592
7593 2006-09-16 Richard Stallman <rms@gnu.org>
7594
7595 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7596 (conf-space-mode): Don't handle prefix arg.
7597 Delete conf-space-keywords-override code.
7598 Use add-hook.
7599 (conf-space-keywords): New command.
7600 (conf-space-mode-internal): Be careful with imenu-generic-expression.
7601 Delete conf-space-keywords-override code.
7602 (conf-space-keywords-alist): Doc fix.
7603 (conf-space-font-lock-keywords): Doc fix.
7604 (conf-space-keywords-override): Var deleted.
7605
7606 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * startup.el (fancy-splash-screens): Don't switch to the scratch
7609 buffer; it may not be the next buffer.
7610
7611 2006-09-16 Romain Francoise <romain@orebokech.com>
7612
7613 * saveplace.el (load-save-place-alist-from-file): Use expanded name
7614 in both messages.
7615
7616 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
7617
7618 * progmodes/python.el (python-preoutput-filter):
7619 Fix arg order to string-match.
7620
7621 2006-09-16 Richard Stallman <rms@gnu.org>
7622
7623 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7624 font-lock-compile-keywords.
7625
7626 * font-lock.el (font-lock-compile-keywords): Rename optional arg
7627 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
7628
7629 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7630
7631 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7632
7633 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7634 and the data doesn't look like UTF8, send STRING instead.
7635
7636 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
7637
7638 * textmodes/flyspell.el (flyspell-check-region-doublons):
7639 New function to detect duplicated words.
7640 (flyspell-large-region): Use it.
7641
7642 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7643
7644 * simple.el (line-move-to-column): Revert 2006-08-03 change.
7645
7646 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7647
7648 * help.el (describe-prefix-bindings): Use let, not let*.
7649
7650 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
7651
7652 * allout.el (allout-regexp, allout-line-boundary-regexp)
7653 (allout-bob-regexp): Correct grouping and boundaries to fix
7654 backwards traversal.
7655 (allout-depth-specific-regexp, allout-depth-one-regexp):
7656 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7657 worse time in allout-ascend.
7658 (allout-doublecheck-at-and-shallower): Identify depth threshold
7659 below which topics are checked for and disqualified by containment
7660 discontinuities.
7661 (allout-hotspot-key-handler): Correctly handle multiple-key
7662 strokes. Remove some unused variables.
7663 (allout-mode-leaders): Clarify that mode-specific comment-start
7664 will be used.
7665 (set-allout-regexp): Correctly regexp-quote allout regexps to
7666 properly accept alternative header-leads and primary bullets with
7667 regexp-specific characters (eg, C "/*", mathematica "(*").
7668 Include new regular expressions among those configured.
7669 (allout-infer-header-lead-and-primary-bullet):
7670 Rename allout-infer-header-lead.
7671 (allout-recent-depth): Manifest as a variable as well as a function.
7672 (allout-prefix-data): Simplify into an inline instead of a macro,
7673 assuming current match data rather than being explicitly passed
7674 it. Establish allout-recent-depth value as well as
7675 allout-recent-prefix-beginning and allout-recent-prefix-end.
7676 (allout-aberrant-container-p): True when an item's immediate
7677 offspring discontinuously contained. Useful for disqualifying
7678 unintended topic prefixes, likely at low depths.
7679 (allout-goto-prefix-doublechecked): Elaborate version of
7680 allout-goto-prefix which disqualifies aberrant pseudo-items.
7681 (allout-pre-next-prefix): Layer on top of lower-level routines, to
7682 get disqualification of aberrant containers.
7683 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7684 containers.
7685 (allout-beginning-of-current-entry): Position at start of buffer
7686 when in container (depth 0) entry.
7687 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7688 (allout-current-bullet): Strip text properties.
7689 (allout-get-prefix-bullet): Use right match groups.
7690 (allout-beginning-of-line, allout-next-heading):
7691 Disqualify aberrant containers.
7692 (allout-previous-heading): Disqualify aberrant containers, and
7693 change to regular (rather than inline) function, to allow
7694 self-recursion.
7695 (allout-get-invisibility-overlay): Increment so progress is made
7696 when the first overlay is not the sought one.
7697 (allout-end-of-prefix): Disqualify aberrant containers.
7698 (allout-end-of-line): Cycle something like allout-beginning-of-line.
7699 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7700 outline.el outlines) functional again. Change the primary bullet
7701 along with the header-lead - level 1 new-style bullets now work.
7702 Engage allout-before-change-handler in mainline Emacs, not just
7703 XEmacs, to do undo handling.
7704 (allout-before-change-handler): Expose undo changes occurring in
7705 hidden regions. Use allout-get-invisibility-overlay instead of
7706 reimplementing it inline.
7707 (allout-chart-subtree): Use start rather than end of prefix in
7708 charts. Use allout-recent-depth variable.
7709 (allout-chart-siblings): Disqualify aberrant topics.
7710 (allout-beginning-of-current-entry): Position correctly.
7711 (allout-ascend): Use new allout-depth-specific-regexp and
7712 allout-depth-one-regexp for linear instead of O(N^2) or worse
7713 behavior.
7714 (allout-ascend-to-depth): Depend on allout-ascend, rather than
7715 reimplementing an algorithm.
7716 (allout-up-current-level): Depend on allout-ascend, rather than
7717 reimplementing an algorithm. Return to start-point if we fail.
7718 (allout-descend-to-depth): Use allout-recent-depth variable
7719 instead of function.
7720 (allout-next-sibling): On traversal of numerous intervening
7721 topics, resort to economical allout-next-sibling-leap.
7722 (allout-next-sibling-leap): Specialized version of
7723 allout-next-sibling that uses allout-ascend cleverly, to depend on
7724 a regexp search to leap large numbers of contained topics, rather
7725 than arbitrarily many one-by-one traversals.
7726 (allout-next-visible-heading): Disqualify aberrant topics.
7727 (allout-previous-visible-heading): Position consistently when
7728 interactive.
7729 (allout-forward-current-level): Base on allout-previous-sibling
7730 rather than (differently) reimplmenting the algorithm. Remove some
7731 unused variables.
7732 (allout-solicit-alternate-bullet): Present default choice stripped
7733 of text properties.
7734 (allout-rebullet-heading): Use bullet stripped of text properties.
7735 Register changes using allout-exposure-change-hook.
7736 Disregard aberrant topics.
7737 (allout-shift-in): With universal-argument, make topic a peer of
7738 it's former offspring. Simplify the code by separating out
7739 allout-shift-out functionality.
7740 (allout-shift-out): With universal-argument, make offspring peers
7741 of their former container, and its siblings. Implement the
7742 functionality here, rather than inappropriately muddling the
7743 implementation of allout-shift-in.
7744 (allout-rebullet-topic): Respect additional argument for new
7745 parent-child separation function.
7746 (allout-yank-processing): Use allout-ascend directly.
7747 (allout-show-entry): Disqualify aberrant topics.
7748 (allout-show-children): Handle discontinuous children gracefully,
7749 extending the depth being revealed to expose them and posting a
7750 message indicating the situation.
7751 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7752 Leave cursor in correct position.
7753 (allout-hide-current-subtree): Use allout-ascend directly.
7754 Disqualify aberrant topics.
7755 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7756 a way that the yanks can restore it, as used to happen.
7757 (allout-yank-processing): Restore exposure layout as recorded by
7758 allout-kill-*, as used to happen.
7759 (allout-annotate-hidden, allout-hide-by-annotation): New routines
7760 for preseving and restoring exposure layout across kills.
7761 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7762 (allout-encrypt-string): Strip text properties.
7763 Rearranged order and outline-headings for some of the
7764 miscellaneous functions.
7765 (allout-resolve-xref): No need to quote the error name in the
7766 condition-case handler section.
7767 (allout-flatten): Classic recursive (and recursively intensive,
7768 without tail-recursion) list-flattener, needed by allout-shift-out
7769 when confronted with discontinuous children.
7770
7771 2006-09-16 Jason Rumney <jasonr@gnu.org>
7772
7773 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7774 on ms-windows.
7775 (dnd-open-unc-file): Remove.
7776 (dnd-open-local-file): Mention in doc string that it also handles
7777 remote files if the system natively supports unc file-names.
7778
7779 2006-09-15 Kim F. Storm <storm@cua.dk>
7780
7781 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7782 all necessary information about the event before erasing *Help*.
7783
7784 * simple.el (line-move-partial): Use window-line-visiblity to
7785 quickly check whether last line is partially visible, and only do
7786 the hard (and slow) part in that case.
7787
7788 2006-09-15 Jay Belanger <belanger@truman.edu>
7789
7790 * COPYING: Replace "Library Public License" by "Lesser Public
7791 License" throughout.
7792
7793 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7794
7795 * term/x-win.el (x-menu-bar-open): New function for F10.
7796
7797 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7800 Disallow filenames containing " -" to avoid confusion with libtool
7801 compilation messages. Suggested by Stefan Monnier.
7802
7803 2006-09-15 David Kastrup <dak@gnu.org>
7804
7805 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7806 instead of buffer position for `mouse-on-link-p'.
7807
7808 * mouse.el (mouse-posn-property): New function looking up the
7809 properties at a click position in overlays and text properties in
7810 either buffer or strings.
7811 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7812 of both `follow-link' as well as `mouse-face' properties.
7813 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7814 buffer position.
7815
7816 * help.el (describe-key-briefly): When reading a down-event on
7817 mode lines or scroll bar, swallow the following up event, too.
7818 Use the new mouse sensitity of `key-binding' for lookup.
7819 (describe-key): The same here.
7820
7821 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
7822
7823 * play/life.el (life-patterns): Add a few more interesting patterns.
7824 (life-setup): Force `show-trailing-whitespace' to nil.
7825
7826 2006-09-14 Richard Stallman <rms@gnu.org>
7827
7828 * startup.el (fancy-splash-text): Change text to improve alignment.
7829 (fancy-splash-screens): Don't set non-standard tab width.
7830 Bind cursor-type temporarily, and make it easy to patch to
7831 preserve the splash buffer.
7832 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7833 (fancy-splash-screens): Display echo-area message explicitly.
7834 Don't set fancy-splash-help-echo.
7835
7836 * simple.el (line-number-mode): Group mode-line instead of
7837 editing-basics.
7838 (column-number-mode, size-indication-mode): Likewise.
7839
7840 * faces.el (mode-line-faces): Group mode-line instead of modeline.
7841
7842 * time.el (display-time): Group mode-line instead of modeline.
7843
7844 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
7845
7846 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * startup.el (fancy-splash-text): Move editing instructions to
7849 fancy-splash-head.
7850 (fancy-splash-head): Issue editing instructions.
7851 (fancy-splash-screens): Fixup whitespace.
7852
7853 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * bindings.el (mode-line-buffer-identification-keymap):
7856 Remove duplicate line.
7857
7858 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7859
7860 * ido.el (ido-ignore-item-p): Allow any kind of functions in
7861 ignore lists.
7862
7863 2006-09-14 Kim F. Storm <storm@cua.dk>
7864
7865 * jit-lock.el (jit-lock-fontify-again): New function.
7866 (jit-lock-fontify-now): Use it instead of lambda form.
7867
7868 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
7869
7870 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7871 (flyspell-auto-correct-word): Make ispell-filter local to these
7872 functions. Check that ispell-filter has new stuff before calling
7873 ispell-parse-output.
7874
7875 2006-09-13 Kim F. Storm <storm@cua.dk>
7876
7877 * simple.el (line-move-partial): Optimize.
7878
7879 2006-09-13 Richard Stallman <rms@gnu.org>
7880
7881 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7882 Delete spurious backquote.
7883
7884 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7885
7886 * net/rcirc.el (rcirc-print): Fix last change.
7887
7888 2006-09-12 Jay Belanger <belanger@truman.edu>
7889
7890 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7891
7892 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7893
7894 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7895 rcirc-show-maximum-output.
7896 (rcirc-mode): Remove window-scroll-function hook.
7897 (rcirc-scroll-to-bottom): Remove function.
7898 (rcirc-print): Recenter so point stays at the bottom of the window
7899 if point was already there.
7900
7901 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7902
7903 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7904 not to "t".
7905 * progmodes/compile.el (compilation-start): Likewise.
7906 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7907 Don't use expand-file-name on invocation-directory, since this
7908 might mishandle special characters in invocation-directory.
7909
7910 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * pcvs-defs.el: Remove * in defcustom's docstrings.
7913
7914 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
7915
7916 * progmodes/compile.el (compilation-directory-properties):
7917 Doc fix for help-echo.
7918
7919 2006-09-12 Lars Hansen <larsh@soem.dk>
7920
7921 * desktop.el (desktop-read): Add comment.
7922
7923 2006-09-12 Kim F. Storm <storm@cua.dk>
7924
7925 * simple.el (next-error-highlight, next-error-highlight-no-select):
7926 Fix spelling error.
7927
7928 * subr.el (sit-for): Rework to use input-pending-p and cond.
7929 Return nil input is pending on entry also for SECONDS <= 0.
7930 (while-no-input): Use input-pending-p instead of sit-for.
7931
7932 2006-09-11 Richard Stallman <rms@gnu.org>
7933
7934 * simple.el (next-error-highlight, next-error-highlight-no-select):
7935 Fix custom type and doc strings.
7936
7937 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7940 (diff-apply-hunk): Use it to ask for confirmation.
7941
7942 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7943
7944 * emacs-lisp/cl.el (pushnew): Add missing `,'.
7945
7946 2006-09-11 David Kastrup <dak@gnu.org>
7947
7948 * help.el (string-key-binding, describe-key-briefly)
7949 (describe-key): Remove `string-key-binding' and its callers since
7950 `key-binding' already caters for the proper lookup now.
7951
7952 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7953
7954 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7955 (cfengine-mode): Use it. Fix \ syntax to be like /.
7956
7957 * bindings.el (mode-line-buffer-identification-keymap):
7958 Move initialization into declaration.
7959
7960 2006-09-10 Kim F. Storm <storm@cua.dk>
7961
7962 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7963 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7964 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7965 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
7966
7967 2006-09-10 Richard Stallman <rms@gnu.org>
7968
7969 * dired-aux.el: Handle errors in recursive copy usefully.
7970 (dired-create-files-failures): New variable.
7971 (dired-copy-file): Remove condition-case.
7972 (dired-copy-file-recursive): Check for errors on all file
7973 operations, and add them to dired-create-files-failures.
7974 Check file file-date-erorr here too.
7975 (dired-create-files): Check dired-create-files-failures
7976 and report those errors too.
7977
7978 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7979
7980 * subr.el (add-to-list): New argument COMPARE-FN.
7981
7982 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7983
7984 * filecache.el (file-cache-add-directory)
7985 (file-cache-add-directory-list, file-cache-add-file)
7986 (file-cache-add-directory-using-find)
7987 (file-cache-add-directory-using-locate)
7988 (file-cache-add-directory-recursively): Add autoloads.
7989
7990 2006-09-09 Richard Stallman <rms@gnu.org>
7991
7992 * textmodes/conf-mode.el (conf-space-mode):
7993 Use hack-local-variables-hook instead of calling hack-local-variables.
7994 (conf-space-keywords-override): New variable.
7995 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
7996 (conf-space-mode): Always make conf-space-keywords and
7997 conf-space-keywords-override local.
7998 Call conf-space-mode-internal directly as well as via hook.
7999
8000 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8001
8002 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8003 quasi-keywords.
8004
8005 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8008 (python-send-string): Be slightly more careful about adding \n.
8009
8010 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8011 kill it right away anyway.
8012
8013 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8014
8015 * international/codepage.el (cp850-decode-table): Fix a few codes.
8016 (cp858-decode-table): New variable.
8017
8018 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8019
8020 * net/ldap.el (ldap-search-internal): Doc fix.
8021
8022 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8023
8024 * play/life.el (life-display-generation): Test for input manually if
8025 `sleeptime' is negative or null.
8026
8027 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8028 (print-region-1): Substitute `%s' with the page title.
8029
8030 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8031
8032 * locate.el (locate-current-search): New variable.
8033 (locate): Set buffer local value. Use current buffer if it is
8034 in Locate mode.
8035 (locate-mode): Disable undo here.
8036 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8037 (locate-update): Use locate-current-search and locate-current-filter.
8038
8039 2006-09-08 David Kastrup <dak@gnu.org>
8040
8041 * desktop.el (desktop-read): When loading a desktop, disable
8042 saving it while the load progresses, and switch off a pending lazy
8043 load by calling `desktop-lazy-abort'.
8044
8045 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8046
8047 * window.el (mouse-autoselect-window-timer)
8048 (mouse-autoselect-window-position)
8049 (mouse-autoselect-window-window)
8050 (mouse-autoselect-window-now): New vars.
8051 (mouse-autoselect-window-cancel)
8052 (mouse-autoselect-window-select)
8053 (mouse-autoselect-window-start): New functions.
8054 (handle-select-window): Call `mouse-autoselect-window-start' when
8055 delayed window autoselection is enabled.
8056
8057 * cus-start.el (mouse-autoselect-window): Handle delayed window
8058 autoselection.
8059
8060 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8061 commands after which it is allowed to print in the echo area.
8062
8063 2006-09-08 Richard Stallman <rms@gnu.org>
8064
8065 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8066
8067 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8068 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8069
8070 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8071 (cancel-timer-internal): Add doc string.
8072 (cancel-function-timers): Doc fix.
8073 (with-timeout-handler, timer-event-last*): Add doc strings.
8074
8075 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8076
8077 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8078
8079 * dired.el (dired-log-summary): Add doc string.
8080
8081 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8082 (custom-group-menu-create): Not here.
8083
8084 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8085
8086 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8087
8088 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8089
8090 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8091 (mac-apple-event-map): Define its handler.
8092
8093 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8094
8095 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8096
8097 2006-09-07 Magnus Henoch <mange@freemail.hu>
8098
8099 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8100 clause.
8101
8102 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8103
8104 * info.el (Info-index): Bind completion-ignore-case.
8105
8106 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8109 previous commit.
8110 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8111 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8112 burp in dedicated windows.
8113 (inferior-prolog-self-insert-command): New command.
8114 (inferior-prolog-mode-map): Use it.
8115
8116 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8117
8118 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8119
8120 * international/code-pages.el: Add cp858.
8121
8122 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8123
8124 * dnd.el: Fix bootstrapping.
8125
8126 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8127
8128 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8129 (dnd-open-remote-url): New function.
8130 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8131 not windows-nt.
8132
8133 2006-09-07 Jason Rumney <jasonr@gnu.org>
8134
8135 * dnd.el (dnd-open-remote-file-function): New variable.
8136 (dnd-open-unc-file): New function.
8137 (dnd-open-file): Call dnd-open-remote-file-function if set.
8138
8139 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8140
8141 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8142 pgg-passphrase-coding-system rather than locale-coding-system.
8143 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8144
8145 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * progmodes/prolog.el: Remove * in docstrings.
8148 (prolog-program-name): Add SWI prolog.
8149 (prolog-mode-menu): New menu.
8150 (prolog-mode): Set comment-add.
8151 (prolog-indent-line): Simplify. Use indent-line-to.
8152 (inferior-prolog-buffer): New var.
8153 (inferior-prolog-run, inferior-prolog-process): New funs.
8154 (run-prolog, switch-to-prolog): Rewrite, using them.
8155 (prolog-consult-region): Use inferior-prolog-buffer.
8156 (inferior-prolog-load-file): New function.
8157 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8158
8159 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8160 last word, if it's not the end of the paragraph.
8161
8162 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8163 file name.
8164
8165 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8166
8167 * frame.el (display-mm-dimensions-alist): New defcustom.
8168 (display-mm-height, display-mm-width): Use it.
8169
8170 2006-09-06 Simon Josefsson <jas@extundo.com>
8171
8172 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8173
8174 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8175
8176 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8177 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8178 string values.
8179
8180 2006-09-06 Kim F. Storm <storm@cua.dk>
8181
8182 * simple.el (line-move-partial): New function to do vscrolling for
8183 partially visible images / tall lines. Rewrite based on code
8184 previously in line-move. Simplify backwards vscrolling.
8185 (line-move): Use it. Simplify.
8186
8187 2006-09-05 Kim F. Storm <storm@cua.dk>
8188
8189 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8190
8191 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8192
8193 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8194 Process the `gcc-include' after the `gnu' rule.
8195
8196 2006-09-05 Kim F. Storm <storm@cua.dk>
8197
8198 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8199
8200 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8201
8202 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8203 compatibility.
8204
8205 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8206 inhibit-redisplay; encode passphrase with locale-coding-system.
8207
8208 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8209
8210 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8211
8212 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8213
8214 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8215 (gdb-var-list-children-regexp): Make type field optional.
8216
8217 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8218 e.g public, protected in C++.
8219
8220 2006-09-04 John Paul Wallington <jpw@pobox.com>
8221
8222 * simple.el (completion-show-help): New defcustom.
8223 (completion-setup-function): Heed it.
8224
8225 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8226
8227 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8228
8229 2006-09-04 Richard Stallman <rms@gnu.org>
8230
8231 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8232 (rsf-min-region-to-spam-list): Doc fix.
8233 (rsf-add-content-type-field): Doc fix.
8234
8235 * simple.el (kill-region): Explicitly test there is a region.
8236
8237 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8238
8239 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8240 sendmail in several common directories.
8241
8242 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8243
8244 * paths.el (sendmail-program): Removed.
8245
8246 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8247
8248 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8249 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8250 http://article.gmane.org/gmane.emacs.gnus.general/50457
8251
8252 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8255 mark after running the menu filter.
8256
8257 2006-09-03 Juri Linkov <juri@jurta.org>
8258
8259 * international/quail.el (quail-defrule-internal): Add a check
8260 if a key is a vector.
8261
8262 2006-09-02 Juri Linkov <juri@jurta.org>
8263
8264 * man.el (Man-topic-history): New variable.
8265 (man): Use it.
8266
8267 * woman.el (woman-topic-history): Change defvar to defvaralias
8268 for symbol `Man-topic-history'.
8269
8270 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8271 `comint-last-output-start' is a marker by using `markerp' and
8272 check if it has a position by using `marker-position', and use
8273 this position for `goto-char'.
8274
8275 * international/quail.el (quail-defrule-internal): Add missing
8276 `error' call for null key.
8277
8278 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8279
8280 * rcirc.el (rcirc-keywords): New variable.
8281 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8282 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8283 variables.
8284 (rcirc-responses-no-activity): New function.
8285 (rcirc-handler-generic): Check for responses in above.
8286 (rcirc-process-command): Add ?: character to arguments of raw
8287 server commands.
8288 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8289 `rcirc-dim-nicks'.
8290 (rcirc-gray-toggle): Remove unused variable.
8291 (rcirc-print): Remove some tracking logic, which is moved into
8292 markup functions.
8293 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8294 types.
8295 (rcirc-activity-string): Look for 'keyword in activity-types.
8296 (rcirc-window-configuration-change): Don't erase overlay-arrow
8297 unnecessarily.
8298 (rcirc-add-or-remove): New function.
8299 (rcirc-cmd-ignore): Use it.
8300 (rcirc-message-leader): Remove unused function.
8301 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8302 (rcirc-add-face): New function.
8303 (rcirc-facify): Use rcirc-add-face.
8304 (rcirc-url-regexp): Add parens.
8305 (rcirc-map-regexp): Remove function.
8306 (rcirc-mangle-regexp): Remove function.
8307 (rcirc-markup-text-functions): New variable.
8308 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8309 (rcirc-markup-body-text, rcirc-markup-attributes)
8310 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8311 (rcirc-markup-bright-nicks): New markup handler functions.
8312 (rcirc-nick-in-message-full-line): New face.
8313 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8314 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8315
8316 2006-09-02 Martin Rudalics <rudalics@gmx.at>
8317
8318 * cus-start.el (hscroll-margin, hscroll-step)
8319 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8320 (x-use-underline-position-properties): Change version to "22.1"
8321 since they will appear there for the first time.
8322
8323 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8326
8327 2006-08-31 Richard Stallman <rms@gnu.org>
8328
8329 * cus-edit.el (custom-save-variables): Slight cleanup.
8330 (Custom-no-edit): Renamed from custom-no-edit.
8331 (Custom-newline): Renamed from custom-newline.
8332 (custom-mode-map): Use new names.
8333
8334 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8335 about customization, rather than M-x customize, in the doc string
8336 made for the defcustom.
8337
8338 * emacs-lisp/trace.el (trace-function-background): Doc fix.
8339
8340 2006-08-31 Romain Francoise <romain@orebokech.com>
8341
8342 * dired-x.el (dired-guess-shell-alist-default): Update.
8343
8344 2006-08-31 Michael Mauger <mmaug@yahoo.com>
8345
8346 * custom.el (custom-theme-set-variables): Autoload packages before
8347 sorting the variables.
8348
8349 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
8350
8351 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8352 chars if XEmacs.
8353 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8354
8355 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * progmodes/python.el (python-eldoc-function): Re-enable quit while
8358 waiting for process.
8359
8360 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8361
8362 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8363 results in ASCII-only string, encode original one directly.
8364
8365 2006-08-29 Romain Francoise <romain@orebokech.com>
8366
8367 * startup.el (normal-splash-screen, fancy-splash-screens):
8368 Make buffer read-only and arrange to enter view mode if necessary.
8369
8370 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * hl-line.el (hl-line): New face.
8373 (hl-line-face): Use it.
8374
8375 * image-mode.el (image-mode): Fix last fix.
8376 Suggested by Kim F. Storm.
8377
8378 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8379
8380 Sync with Tramp 2.0.54.
8381
8382 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8383 of `=', because `tramp-get-remote-gid' might not always return an
8384 integer when expected.
8385 (tramp-register-file-name-handlers): `partial-completion-mode' is
8386 unknown to XEmacs.
8387 (tramp-time-diff): Don't use `floor', it might fail for large
8388 differences.
8389 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8390 `tramp-auto-save-directory' if unset in order to guarantee unique
8391 auto-save file names.
8392
8393 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8394
8395 * image-mode.el (image-mode): Display image as text on a terminal.
8396
8397 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * progmodes/python.el (python-send-command): Simplify.
8400 (run-python): Don't generate a new buffer unless `new' was specified.
8401 Make sure we send `import emacs' to the proper process.
8402
8403 * progmodes/python.el (python-send-command): Don't wait for the command
8404 to terminate. Don't fiddle with compilation-parsing-end.
8405
8406 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8407
8408 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8409 Insert commentary after first line summary.
8410
8411 * woman.el (woman-follow): New function, based on `man-follow'.
8412 (woman-mode-map): Use it.
8413
8414 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8415 since ibuffer-do-sort-by-recency does not define a sorter.
8416
8417 2006-08-28 Kim F. Storm <storm@cua.dk>
8418
8419 * find-dired.el (find-dired): Use shell-quote-argument to properly
8420 escape ( and ) args. Also use it on {} and ; args in default
8421 value of find-ls-option string.
8422 (find-grep-dired): Use shell-quote-argument on {} and ; args.
8423
8424 2006-08-27 Michael Olson <mwolson@gnu.org>
8425
8426 * emacs-lisp/tq.el: Small grammar fix in comments.
8427 (tq-enqueue): Check for existence of queue rather than the
8428 head queue item's question, which was a no-op.
8429 (tq-filter, tq-process-buffer): Make sure the process buffer
8430 exists before making it the current buffer.
8431
8432 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8433
8434 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8435 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8436 (special-event-map): Apply 2006-08-16 change for x-win.el.
8437
8438 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * progmodes/python.el (python-send-receive): Wait in the
8441 process's buffer so as to check the right buffer-local variables.
8442
8443 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8446 (defgroup checkdoc): Move to beginning.
8447
8448 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8449 (python-preoutput-continuation): Remove.
8450 (python-preoutput-filter): Simplify correspondingly.
8451 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
8452 Loop around to catch embedded _emacs_out output.
8453 (run-python): Send the import&print command on a single line.
8454 (python-send-command): Send command&print on a single line.
8455 (python-send-string): Only add double \n if needed.
8456 (python-send-receive): Loop until the result comes.
8457 (python-mode-running): Defvar it.
8458 (python-setup-brm): Remove unused var `menu'.
8459 Only bind py-mode-map and `features' around brm-init.
8460 (python-calculate-indentation): Remove unused var `point'.
8461 (python-beginning-of-defun): Remove unused var `def-line'.
8462
8463 2006-08-25 Richard Stallman <rms@gnu.org>
8464
8465 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8466
8467 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
8468
8469 * viper.el (viper-set-hooks): Use frame bindings for
8470 viper-vi-state-cursor-color.
8471 (viper-non-hook-settings): Don't set default
8472 mode-line-buffer-identification.
8473
8474 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8475 (viper-set-cursor-color-according-to-state)
8476 (viper-get-saved-cursor-color-in-replace-mode)
8477 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8478 viper-emacs-state-cursor-color.
8479
8480 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8481 (viper-undo): Use point if undo-beg-posn is nil.
8482 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8483 (viper-after-change-undo-hook): Don't use
8484 viper-emacs-state-cursor-color by default.
8485 (viper-undo): More sensible positioning after undo.
8486
8487 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8488 (viper-emacs-state-cursor-color): Default to nil, since this feature
8489 doesn't work well yet.
8490
8491 * ediff-mult.el (ediff-intersect-directories)
8492 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8493 always expand filenames.
8494
8495 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * tumme.el: Remove * in defcustoms's docstrings.
8498
8499 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8500
8501 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8502 Accept internal time format for SECS arg.
8503 (timer-relative-time): Doc fix.
8504
8505 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8506 adapted from Martin Rudalics.
8507 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8508 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8509 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8510 using sit-for.
8511
8512 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
8513
8514 * cus-start.el (all): Add `overline-margin' and
8515 `x-underline-at-descent-line'.
8516
8517 2006-08-24 Kim F. Storm <storm@cua.dk>
8518
8519 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8520 to mean "use find -exec"; nil now unambiguously means auto-detect.
8521 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8522 Use shell-quote-argument to build grep-find-command and
8523 grep-find-template.
8524 (rgrep): Use shell-quote-argument to properly quote arguments to find.
8525 Reported by Tom Seddon.
8526
8527 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * startup.el (fancy-splash-head): Give instructions for dismissing
8530 the splash screen for default startup too.
8531 (display-startup-echo-area-message, fancy-splash-screens)
8532 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
8533 all splash text at once and keep the splash buffer around.
8534 (command-line-1): Give display-startup-echo-area-message a t arg.
8535
8536 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
8537
8538 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8539 gnus frame is selected.
8540
8541 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
8542
8543 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8544
8545 2006-08-22 Kim F. Storm <storm@cua.dk>
8546
8547 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8548 Add suffix matching for subdirs.
8549
8550 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8551
8552 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8553 mouse-yank-at-point is non-nil.
8554
8555 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
8556
8557 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8558 a bit wider and remove fringes to fit initial output on line.
8559
8560 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * frame.el (blink-cursor-end): Only ignore the error we care about.
8563 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8564
8565 2006-08-21 Richard Stallman <rms@gnu.org>
8566
8567 * whitespace.el (whitespace-cleanup): Doc fix.
8568
8569 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
8570
8571 * net/rcirc.el (rcirc-show-maximum-output): New var.
8572 (rcirc-buffer-process): If no buffer argument is supplied, use
8573 current-buffer.
8574 (rcirc-complete-nick): Complete to the last completed nick first.
8575 (rcirc-mode): Preserve the value of `rcirc-urls' across
8576 connections. Setup scroll function.
8577 (rcirc-scroll-to-bottom): New function.
8578 (rcirc-print): Use nick syntax around regexp work.
8579 Notice dim-nicks speaking only if they say our nick.
8580 (rcirc-update-activity-string): Do not show the modeline indicator
8581 if there are no live rcirc processes.
8582 (rcirc-cmd-ignore): Ignore case.
8583 (rcirc-browse-url-at-point): Fix off-by-one error.
8584
8585 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * progmodes/python.el: Remove * in defcustom docstrings.
8588 (run-python, python-proc, python-try-complete): Use derived-mode-p.
8589 (python-mode): Set tab-width and indent-tabs-mode.
8590
8591 2006-08-20 Dave Love <fx@gnu.org>
8592
8593 * progmodes/python.el: Update to Dave Love's latest version.
8594 (python-font-lock-keywords, python-mode): Don't use
8595 font-lock-syntax-table, but match symbol elements explicitly instead.
8596 (python-mode-map): Add help, and a few more key bindings.
8597 (python-skip-comments/blanks): Move out of comments as well.
8598 (python-continuation-line-p): Behave better with unbalanced parens.
8599 (python-blank-line-p): New fun.
8600 (python-open-block-statement-p): Don't use a heuristic.
8601 (python-outdent-p): Better handle blocks-in-the-same-line.
8602 (python-calculate-indentation): Misc improvements.
8603 (python-comment-indent): Remove.
8604 (python-block-pairs): New var.
8605 (python-first-word): New fun.
8606 (python-indentation-levels): Handle more common cases.
8607 (python-indent-line-1): Add `leave' argument.
8608 (python-indent-region): New fun.
8609 (python-skip-out): New fun.
8610 (python-beginning-of-statement, python-end-of-statement): Use it.
8611 (python-next-statement): Return correct count even at eob.
8612 (python-end-of-block): Fix paren-typo.
8613 (python-imenu-create-index): Add module variables.
8614 (run-python): Add `new' arg.
8615 Check we're at a prompt before returning.
8616 (python-send-command): Move to end of buffer.
8617 Wait for prompt to return.
8618 (python-set-proc): New fun.
8619 (python-imports): New var.
8620 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
8621 (python-eldoc-function): Try to move out of arg list.
8622 (python-outline-level): Offset by 1.
8623 (python-find-imports): New fun.
8624 (python-symbol-completions): Use python-imports.
8625 (python-module-path, ffap-alist): Add support for ffap.
8626 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8627 (python-insert-*, python-default-template, python-expand-template):
8628 Add templates/skeletons.
8629 (python-setup-brm): Support for Bicycle Repair Man.
8630 (python-abbrev-syntax-table): New var.
8631 (python-abbrev-pc-hook, python-pea-hook): New funs.
8632
8633 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
8634
8635 * frame.el (blink-cursor-start): Set timer first.
8636 (blink-cursor-end): Ignore timer cancelling errors.
8637 Suggested by Ken Manheimer.
8638
8639 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
8640
8641 * newcomment.el (comment-box): Call `comment-normalize-vars'.
8642 Add autoload cookie.
8643
8644 2006-08-20 Richard Stallman <rms@gnu.org>
8645
8646 * simple.el (line-number-at-pos): Doc fix.
8647
8648 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8649 timer-activate-when-idle, so timer can run before Emacs becomes
8650 non-idle again.
8651
8652 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8653
8654 * whitespace.el (whitespace-cleanup-internal): New optional arg
8655 REGION-ONLY. If it's non-nil, modify the message to the user
8656 accordingly.
8657 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8658 a non-nil argument.
8659
8660 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
8661
8662 * rect.el (spaces-string): Simplify and add doc string.
8663
8664 2006-08-17 Romain Francoise <romain@orebokech.com>
8665
8666 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8667
8668 2006-08-17 Richard Stallman <rms@gnu.org>
8669
8670 * compare-w.el (compare-windows): lambda's take an arg and pass
8671 it to compare-windows-skip-whitespace.
8672
8673 2006-08-17 Martin Rudalics <rudalics@gmx.at>
8674
8675 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8676 the right buffer.
8677
8678 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8681 removed files.
8682
8683 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
8684
8685 * progmodes/gdb-ui.el (gdb-locals-watch-map)
8686 (gdb-locals-watch-map-1): Suppress keymap first.
8687 (gdb-edit-locals-map-1): New variable.
8688 (gdb-edit-locals-value): New function.
8689 (gdb-stack-list-locals-handler): Use them.
8690
8691 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8694 cursor would normally be drawn in the fringe.
8695
8696 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8697 Reported by Martin Rudalics <rudalics@gmx.at>.
8698
8699 2006-08-16 Richard Stallman <rms@gnu.org>
8700
8701 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8702 (special-event-map): Process drag-n-drop events this way.
8703
8704 * simple.el (move-beginning-of-line): Test whether fields
8705 would prevent motion back to line's first visible character.
8706 If so, stop where the fields would stop the motion.
8707
8708 * newcomment.el (comment-indent): Fully update INDENT
8709 before checking to see if it will change the text.
8710
8711 * cus-edit.el (custom-newline): New function.
8712 (custom-mode-map): Bind newline to custom-newline.
8713
8714 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8715 into ignore-whitespace.
8716 Check each buffer for its skip-function.
8717 Handle compare-windows-skip-whitespace special-case test
8718 by returning t from default skip function.
8719
8720 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8721
8722 * textmodes/org.el (org-clock-special-range)
8723 (org-clock-update-time-maybe): New functions.
8724 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8725 not only a-z.
8726 (org-agenda-get-blocks): Allow multiple blocks per headline.
8727 (org-timestamp-change): Call `org-clock-update-time-maybe'.
8728 (org-export-html-title-format)
8729 (org-export-html-toplevel-hlevel): New options.
8730 (org-export-language-setup): Add support for Czech.
8731 (org-mode, org-insert-todo-heading, org-find-visible)
8732 (org-find-invisible, org-invisible-p, org-invisible-p2)
8733 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8734 (org-show-subtree, org-show-entry, org-make-options-regexp):
8735 Remove compatibility support for old outline-mode.
8736 (org-check-occur-regexp): Funtion removed.
8737 (org-on-heading-p, org-back-to-heading): Made defalias.
8738 (org-set-local): New defsubst.
8739 (org-set-regexps-and-options, org-mode)
8740 (org-set-font-lock-defaults, org-edit-agenda-file-list)
8741 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8742 (org-remember-apply-template, org-table-edit-field)
8743 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8744 (org-set-autofill-regexps): Use `org-set-local'.
8745 (org-table-eval-formula): Fix bug with parsing of display flags.
8746
8747 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8750 frame with fringe arrow. Suggested by Simon Marshall
8751 <simon.marshall@misys.com>.
8752 (gdb-stack-position): New variable.
8753 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8754 (gdb-frames-mode): Set gdb-stack-position to nil.
8755 Add to overlay-arrow-variable-list
8756 (gdb-reset): Delete gdb-stack-position from above list.
8757
8758 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8759
8760 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8761 read only.
8762
8763 2006-08-13 Romain Francoise <romain@orebokech.com>
8764
8765 * cus-theme.el (customize-create-theme)
8766 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8767
8768 * filesets.el (filesets-add-buffer): Ditto.
8769
8770 * pcvs.el (cvs-change-cvsroot): Ditto.
8771
8772 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
8773
8774 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8775 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8776 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8777 expressions.
8778 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8779 Only search till end of line.
8780 Add face to function names in case of no filename.
8781 Add face to variable names of watchpoints.
8782
8783 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8784
8785 * cus-start.el <indent-tabs-mode>: Move to the `indent'
8786 customization group.
8787
8788 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
8789
8790 * allout.el (allout-prior-bindings, allout-added-bindings):
8791 Remove, after long deprecation.
8792 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8793 Add customization vars controlling allout-beginning-of-line and
8794 allout-end-of-line conveniences.
8795 (allout-header-prefix, allout-use-mode-specific-leader)
8796 (allout-use-mode-specific-leader, allout-mode-leaders):
8797 Revise docstrings.
8798 (allout-infer-header-lead): Change to be an alias for
8799 allout-infer-header-lead-and-primary-bullet.
8800 (allout-infer-header-lead-and-primary-bullet): New version of
8801 allout-infer-header-lead which assigns the primary bullet to the
8802 same as the header lead, when its being changed.
8803 (allout-infer-body-reindent): Apply regexp-quote instead of
8804 unconditionally prepending "\\", so that all literal
8805 allout-header-prefix and allout-primary-bullet strings are
8806 properly handled.
8807 (allout-add-resumptions): Add optional qualifier for extending or
8808 appending to existing values, rather than replacing them.
8809 (allout-view-change-hook): Clarify docstring.
8810 (allout-exposure-change-hook): Take explicit arguments, via
8811 run-hook-with-args.
8812 (allout-structure-added-hook)
8813 (allout-structure-deleted-hook)
8814 (allout-structure-shifted-hook): New hooks analogous to
8815 allout-exposure-change-hook for other kinds of structural outline
8816 edits.
8817 (allout-encryption-plaintext-sanitization-regexps): New encryption
8818 customization variable, by which cooperating modes can provde
8819 massage of the plaintext without actually being passed it.
8820 (allout-encryption-ciphertext-rejection-regexps)
8821 (allout-encryption-ciphertext-rejection-ceiling): New encryption
8822 customization variables, by which cooperating modes can prohibit
8823 rare but possible ciphertext patterns from fouling their
8824 operation, with actually being passed the ciphertext.
8825 (allout-mode): Run activation and deactivation hooks after the
8826 minor-mode variable has been toggled, to clarify the mode
8827 disposition. The new encryption ciphertext rejection variable is
8828 used to ensure that the ciphertext does not contain text that
8829 would be recognized as outline structural elements by allout.
8830 Substite allout-beginning-of-line and allout-end-of-line for
8831 conventionall beginning-of-line and end-of-line bindings.
8832 If allout-old-style-prefixes is non-nil, don't nullify it on mode
8833 activation!
8834 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8835 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8836 (allout-chart-subtree): Implement new mode, charting only the
8837 visible items in the subtree, when new 'visible' parameter is non-nil.
8838 (allout-end-of-subtree): Properly handle the last item in the buffer.
8839 (allout-pre-command-business, allout-command-counter):
8840 Increment an advertised counter so that cooperating enhancements can
8841 track revisions of items.
8842 (allout-open-topic): Run allout-structure-added-hook with suitable
8843 arguments.
8844 (allout-shift-in): Run allout-structure-shifted-hook with suitable
8845 arguments.
8846 (allout-shift-out): Fix doubling for negative args and ensure call
8847 of allout-structure-shifted-hook by solely using allout-shift-in.
8848 (allout-kill-line, allout-kill-topic):
8849 Run allout-structure-deleted-hook with suitable arguments.
8850 (allout-yank-processing): Run allout-structure-added-hook with
8851 proper arguments.
8852 (allout-yank): Enclose activity in allout-unprotected.
8853 (allout-flag-region): Run allout-exposure-change-hook with
8854 suitable arguments, instead of making the callee infer the arguments.
8855 (allout-encrypt-string):
8856 Support allout-encryption-plaintext-sanitization-regexps,
8857 allout-encryption-ciphertext-rejection-regexps, and
8858 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
8859 en/de cryption mode in symmetric encryption failure message.
8860 (allout-obtain-passphrase): Use copy-sequence to get a distinct
8861 copy of the passphrase, and don't zero it or we'll corrupt the
8862 stashed copy.
8863 (allout-create-encryption-passphrase-verifier)
8864 (allout-verify-passphrase): Respect the new signature for
8865 allout-encrypt-string.
8866 (allout-get-configvar-values): Convenience for getting a
8867 configuration variable value and handling its absence gracefully.
8868
8869 2006-08-11 Romain Francoise <romain@orebokech.com>
8870
8871 * obsolete/zone-mode.el: Delete.
8872
8873 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8876
8877 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
8878
8879 * emacs-lisp/bindat.el (bindat-ip-to-string):
8880 Use `format-network-address' if possible.
8881
8882 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8883
8884 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8885
8886 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8889 restore unread-command-events here.
8890 (edebug-display): Do it here, to detect sit-for interruptions.
8891
8892 2006-08-10 Romain Francoise <romain@orebokech.com>
8893
8894 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8895 (dns-mode-soa-auto-increment-serial): New user option.
8896 (dns-mode-soa-maybe-increment-serial): New function.
8897 (dns-mode): Add the latter to `write-contents-functions'.
8898
8899 * obsolete/zone-mode.el: Move to obsolete/ from net/.
8900 Delete autoload cookies.
8901
8902 2006-08-10 John Wiegley <johnw@newartisans.com>
8903
8904 * eshell/em-glob.el (eshell-glob-chars-list)
8905 (eshell-glob-translate-alist): Add support for [^g] in character globs.
8906
8907 2006-08-10 Richard Stallman <rms@gnu.org>
8908
8909 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8910 (facemenu-set-face): Doc fix.
8911 (facemenu-listed-faces): Doc fix.
8912
8913 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
8914
8915 * avoid.el (mouse-avoidance-animating-pointer): New var.
8916 (mouse-avoidance-nudge-mouse): Use it.
8917 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8918 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8919 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8920 Don't activate if currently animating. All callers changed.
8921
8922 2006-08-09 John Wiegley <johnw@newartisans.com>
8923
8924 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8925 variable, which causes timeclock to report elapsed time worked,
8926 instead of just work remaining.
8927
8928 2006-08-09 Kenichi Handa <handa@m17n.org>
8929
8930 * international/latexenc.el (latexenc-find-file-coding-system):
8931 Fix for the case that the 2nd element of arg-list is a cons.
8932
8933 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * info.el (Info-fontify-node): Handle preceding `in' for note
8936 reference hiding rules.
8937
8938 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8941 mistake a closing " for an opening one.
8942
8943 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8944
8945 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8946
8947 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * complete.el (PC-do-completion): Filter out completions matching
8950 completion-ignored-extensions before checking whether there are
8951 multiple completions.
8952 Don't use `list' unnecessarily when building completion tables.
8953
8954 2006-08-06 Richard Stallman <rms@gnu.org>
8955
8956 * help.el (describe-mode): Make minor mode list more concise.
8957
8958 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
8959
8960 * bindings.el: Give mode-line-format, mode-line-modes, and
8961 mode-line-position `standard-value' properties.
8962
8963 2006-08-05 Eli Zaretskii <eliz@gnu.org>
8964
8965 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8966 "(file)node" instead of the file name.
8967
8968 2006-08-05 Richard Stallman <rms@gnu.org>
8969
8970 * faces.el (escape-glyph): Doc fix.
8971
8972 2006-08-04 Kenichi Handa <handa@m17n.org>
8973
8974 * international/mule-diag.el (describe-font): Improve docstring
8975 and error message. Use frame-parameter (not frame-parameters).
8976
8977 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8980 Correctly mark the end-of-docstring char.
8981
8982 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * simple.el (line-move-to-column): Constrain move-to-column to
8985 current field.
8986
8987 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * font-lock.el (font-lock-beg, font-lock-end)
8990 (font-lock-extend-region-functions): New vars.
8991 (font-lock-extend-region-multiline)
8992 (font-lock-extend-region-wholelines): New functions.
8993 (font-lock-default-fontify-region): Use them.
8994 (font-lock-extend-jit-lock-region-after-change): Only round up
8995 if font-lock-default-fontify-region will do it as well.
8996
8997 * font-lock.el (font-lock-extend-after-change-region-function):
8998 Rename from font-lock-extend-region-function.
8999 (font-lock-extend-region): Remove by inlining at call sites.
9000 (font-lock-after-change-function): Don't needlessly round up to a whole
9001 number of lines.
9002 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9003 the boundary conditions and the interactions between the various ways
9004 to extend the region.
9005
9006 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9009 modification status when forcing the second redisplay.
9010
9011 2006-08-03 Kim F. Storm <storm@cua.dk>
9012
9013 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9014
9015 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9018 doesn't look like a file name.
9019
9020 * complete.el (PC-expand-many-files): Avoid signalling an error when
9021 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9022
9023 2006-08-02 Andreas Schwab <schwab@suse.de>
9024
9025 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9026
9027 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9028
9029 * bindings.el (map): Make mode-line-buffer-identification-keymap
9030 before defining propertized-buffer-identification.
9031
9032 2006-08-01 Richard Stallman <rms@gnu.org>
9033
9034 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9035
9036 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9037
9038 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9039 default value.
9040 (gdb-find-source-frame): New function.
9041 (menu): Add to menu bar.
9042
9043 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * font-core.el (font-lock-extend-region-function)
9046 (font-lock-extend-region): Move to font-lock.el.
9047
9048 * font-lock.el (font-lock-extend-region-function)
9049 (font-lock-extend-region): Move from font-core.el. Simplify.
9050
9051 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9052 if needed.
9053 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9054 (jit-lock-after-change-extend-region-functions): New hook.
9055 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9056
9057 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9058 (font-lock-turn-on-thing-lock): Use it.
9059
9060 * longlines.el (longlines-show-region): Make it work on read-only
9061 buffers as well.
9062
9063 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9064
9065 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9066
9067 2006-07-31 Richard Stallman <rms@gnu.org>
9068
9069 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9070 (vhdl-speedbar-display-projects): Update old obsolete
9071 speedbar variable names.
9072
9073 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9076 (gdb-stopped): Use it.
9077
9078 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9079
9080 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9081
9082 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9083 for load-history elements.
9084
9085 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9086
9087 * files.el (convert-standard-filename): For Cygwin, replace
9088 characters not allowed in Windows file names.
9089 (make-auto-save-file-name): Add Cygwin to the list of systems
9090 where the auto-save file name needs to be run through
9091 convert-standard-filename.
9092
9093 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9094
9095 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9096
9097 2006-07-28 Richard Stallman <rms@gnu.org>
9098
9099 * bindings.el (mode-line-frame-identification)
9100 (propertized-buffer-identification): Centralize the code
9101 to initialize the variable.
9102
9103 * progmodes/grep.el (grep-default-command): Catch errors from
9104 wildcard-to-regexp.
9105
9106 2006-07-29 Kim F. Storm <storm@cua.dk>
9107
9108 * progmodes/grep.el (grep-tag-default): New function.
9109 (grep-default-command, grep-read-regexp): Use it.
9110 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9111 as default if nothing else applies.
9112
9113 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9114
9115 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9116 Throw error if buffer is not in Dired and Wdired mode, respectively.
9117
9118 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9119
9120 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9121 self-insert-command keys don't activate buttons.
9122 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9123
9124 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9125
9126 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9127 faces for enable character.
9128
9129 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9130
9131 * Makefile.in (recompile): Update comment to reflect change
9132 on 2004-04-21.
9133
9134 2006-07-27 Richard Stallman <rms@gnu.org>
9135
9136 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9137 (customize-package-emacs-version): Change msg when pkg has no entry.
9138 (custom-no-edit): On a button, do like widget-button-press.
9139
9140 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9141
9142 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9143 S-tab and C-S-tab.
9144
9145 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9146
9147 * progmodes/which-func.el (which-function): Fix documentation/
9148 comment typo.
9149
9150 2006-07-26 Richard Stallman <rms@gnu.org>
9151
9152 * textmodes/ispell.el (ispell-word): If we replace the word,
9153 move point to the end. Insert before deleting.
9154
9155 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9156
9157 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9158 a timer.
9159
9160 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9161
9162 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9163 when at first image.
9164 (tumme-forward-image): Add prefix argument. Add error when at last
9165 image.
9166
9167 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * tabify.el (tabify-regexp): Use more specific regexps.
9170 (tabify): Avoid modifying the buffer unnecessarily.
9171
9172 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9173
9174 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9175 (tumme-format-properties-string): Handle empty `buf'.
9176 (tumme-get-comment): Change variable names inside `let'.
9177 Add missing `let' variable that cause font-lock problems.
9178 (tumme-write-comments): Change variable names inside `let'.
9179 Add missing `let' variable that cause font-lock problems.
9180 (tumme-forward-image): Rename from `tumme-forward-char'.
9181 (tumme-backward-image): Rename from `tumme-backward-char'.
9182
9183 2006-07-25 Masatake YAMATO <jet@gyve.org>
9184
9185 * progmodes/ld-script.el (ld-script-keywords)
9186 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9187 and add comments.
9188
9189 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9190
9191 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9192 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9193 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9194 for status indicator.
9195
9196 2006-07-24 Richard Stallman <rms@gnu.org>
9197
9198 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9199
9200 * subr.el (dolist, dotimes): Use interned symbols for locals.
9201 (--dotimes-limit--, --dolist-tail--): New defvars.
9202 (looking-back): Doc fix.
9203
9204 * replace.el (replace-match-string-symbols): Handle dotted lists.
9205
9206 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9207
9208 * tumme.el (tumme-write-tags): Add.
9209 (tumme-write-comments): Add.
9210 (tumme-tag-files): Change to use `tumme-write-tags'.
9211 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9212 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9213 (tumme-save-information-from-widgets): Change to use
9214 `tumme-write-comments' and `tumme-write-tags'.
9215 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9216 (tumme-write-tag): Remove.
9217 (tumme-write-comment): Remove.
9218 (tumme-display-previous-thumbnail-original): Remove empty line.
9219 (tumme-widget-list): Add punctuation.
9220
9221 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9222
9223 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9224
9225 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9226
9227 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9228 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9229 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9230
9231 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9232
9233 * mouse.el (mouse-on-link-p): Doc fix.
9234
9235 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9236
9237 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9238 Handle "C-h f `".
9239
9240 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9241
9242 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9243 column.
9244
9245 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9246
9247 * textmodes/table.el: Add move-beginning-of-line and
9248 move-end-of-line to Point Motion Only Group.
9249
9250 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9251
9252 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9253
9254 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9255
9256 * startup.el (user-mail-address): Initialize from the `EMAIL'
9257 environment variable first. Document this.
9258 (command-line): Ditto.
9259
9260 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9261
9262 * help-mode.el (help-function-def, help-variable-def)
9263 (help-face-def): Print a message in the minibuffer.
9264
9265 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9266
9267 * term/xterm.el (terminal-init-xterm): Fix key bindings
9268 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9269
9270 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9271
9272 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9273 where `(nth 1 command)' is a cons cell. Doc fix.
9274
9275 * textmodes/po.el (po-find-charset): Doc fix.
9276
9277 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9278
9279 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9280 (allout-beginning-of-current-line, allout-end-of-current-line)
9281 (allout-next-visible-heading, allout-open-topic)
9282 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9283 (allout-flag-current-subtree, allout-show-to-offshoot)
9284 (allout-hide-current-entry, allout-show-current-branches)
9285 (allout-hide-region-body, allout-old-expose-topic)
9286 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9287 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9288 containing `beginning-of-line' and `end-of-line' with
9289 `inhibit-field-text-motion' t.
9290
9291 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9292
9293 * frame.el (focus-follows-mouse): Document that it doesn't have
9294 any effect on MS-Windows.
9295
9296 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9299
9300 2006-07-20 Jay Belanger <belanger@truman.edu>
9301
9302 * calc.el (calc-previous-alg-entry): Remove variable.
9303
9304 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9305 New variables.
9306 (calc-alg-entry): Use `calc-alg-entry-history'.
9307 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9308 Remove reference to `calc-previous-alg-entry'.
9309 (calcAlg-edit, calcAlg-enter): Remove reference to
9310 `calc-previous-alg-entry'.
9311 (calcAlg-previous): Use `previous-history-element' instead of
9312 `calc-previous-alg-entry'.
9313 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9314 Change keybinding for `calcAlg-plus-minus', add keybindings for
9315 `previous-history-element' and `next-history-element'.
9316
9317 * calc-rewr.el (calc-match): Remove reference to
9318 `calc-previous-alg-entry'.
9319
9320 * calc-sel.el (calc-selection-history): New variable.
9321 (calc-enter-selection, calc-sel-mult-both-sides)
9322 (calc-sel-add-both-sides): Use `calc-selection-history'.
9323
9324 * calc-map.el (calc-get-operator-history): New variable.
9325 (calc-get-operator): Use `calc-get-operator-history'.
9326
9327 * calcalg3.el (calc-curve-fit-history): New variable.
9328 (calc-curve-fit): Use `calc-curve-fit-history'.
9329
9330 2006-07-20 Kenichi Handa <handa@m17n.org>
9331
9332 * international/mule-cmds.el (select-safe-coding-system): Fix the
9333 way of deciding eol-type of the coding system.
9334
9335 2006-07-20 Alan Mackenzie <acm@muc.de>
9336
9337 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9338 (c-lang-setvar): New macro.
9339 (c-make-init-lang-vars-fun): Use the initialization forms in
9340 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9341 (comment-start, comment-end, comment-start-skip): Change these from
9342 c-lang-defvar's to c-lang-setvar's.
9343
9344 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9345 which calls make-local-variable on the elements of
9346 c-emacs-variable-inits.
9347 (c-init-language-vars-for): Call this new macro.
9348
9349 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9352 Try to rule out false positives due to time stamps.
9353 (compilation-mode-font-lock-keywords): Remove rules made redundant
9354 because of the above change. Add `segmentation fault' to the known and
9355 highlighted compilation termination messages.
9356
9357 2006-07-19 Kim F. Storm <storm@cua.dk>
9358
9359 * progmodes/grep.el (grep-find-ignored-directories):
9360 Add .svn and _darcs to list.
9361
9362 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
9363
9364 * dired.el (dired-mode-map): Add key binding `C-te' for
9365 `tumme-dired-edit-comment-and-tags'.
9366
9367 * tumme.el (tumme-display-thumbnail-original-image): Make sure
9368 image display buffer is displayed before call to
9369 `tumme-display-image.
9370 (tumme-dired-display-image): Make sure image display buffer is
9371 displayed before call to `tumme-display-image.
9372 (tumme-mouse-display-image): Make sure image display buffer is
9373 displayed before call to `tumme-display-image.
9374 (tumme-widget-list): Add.
9375 (tumme-dired-edit-comment-and-tags): Add.
9376 (tumme-save-information-from-widgets): Add.
9377
9378 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9381
9382 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * progmodes/sh-script.el (sh-font-lock-keywords-1):
9385 Revert inadvertently installed patch hunk.
9386
9387 * progmodes/compile.el (compilation-find-file): Handle the
9388 cases where the user selects a non-existent file.
9389
9390 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9393
9394 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9395
9396 * subr.el (sit-for): Just sleep-for if noninteractive.
9397
9398 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * emacs-lisp/autoload.el (make-autoload): Use new arg.
9401
9402 * custom.el (custom-autoload): Add `noset' argument.
9403 (custom-push-theme): Don't autoload the variable, let callers do it.
9404 (custom-theme-set-variables): Autoload the variable if necessary.
9405
9406 * cus-edit.el (custom-variable-state-set): If the variable was
9407 originally set outside custom, but to the same value as the default,
9408 consider it to be standard.
9409
9410 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9411 file *before* telling Emacs to add the autoloads, in case it fails.
9412
9413 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9414 Use `cond', push', and `dolist'.
9415
9416 2006-07-17 Richard Stallman <rms@gnu.org>
9417
9418 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9419 Add defvars to silence warnings.
9420
9421 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9422
9423 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9424 Don't highlight "Compiling file" messages as error.
9425
9426 * dired-aux.el (dired-compress-file): Confirm again if gzipped
9427 file already exists.
9428
9429 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
9430
9431 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
9432 entry, don't assign to free var; simply return the extracted filename.
9433 (ff-treat-as-special): Incorporate common preamble from callers.
9434 (ff-other-file-name, ff-find-the-other-file):
9435 Update call to ff-treat-as-special.
9436
9437 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9438
9439 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
9440
9441 * tumme.el (tumme-get-comment): Fix bug.
9442
9443 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * files.el: Remove spurious * in docstrings.
9446
9447 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9448
9449 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9450 grammar.
9451 (allout-beginning-of-current-line): Beware beginning of buffer.
9452 Also, a comment is simplified.
9453 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9454 when appropriate. (This fix enables use for other than
9455 bullet-hotspot operation.)
9456 (allout-hide-current-subtree): While escalating to sibling-close,
9457 make sure to situate on a topic.
9458
9459 2006-07-14 Kim F. Storm <storm@cua.dk>
9460
9461 * emulation/cua-base.el (cua-delete-selection)
9462 (cua-toggle-set-mark): New defcustoms.
9463 (cua-rectangle-modifier-key): Add `alt' modifier.
9464 (cua-replace-region): Don't delete if cua-delete-selection is nil.
9465 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9466 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9467
9468 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9469
9470 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9471
9472 * allout.el: Require 'cl during byte-compilation/interactive load,
9473 for the `assert' macro.
9474 (allout-mode-deactivate-hook): New hook, run when allout mode
9475 deactivates.
9476 (allout-developer): New allout customization subgroup.
9477 (allout-run-unit-tests-on-load): New allout-developer
9478 customization variable, when true allout unit tests are run towards
9479 end of file load/eval.
9480 (allout-inhibit-auto-fill): Disable auto-fill activity even during
9481 auto-fill-mode.
9482 (allout-resumptions): Remove, to be replaced by...
9483 (allout-add-resumptions): Register variable settings to be
9484 reinstated by `allout-do-resumptions'. The settings are made
9485 buffer-local, but the locality/globality of the suspended setting
9486 is restored on resumption.
9487 (allout-do-resumptions): Reinstate all settings suspended using
9488 `allout-add-resumptions'.
9489 (allout-test-resumptions): Unit tests (and intermediate variables)
9490 for resumptions.
9491 (allout-tests-globally-unbound, allout-tests-globally-true)
9492 (allout-tests-locally-true): Intermediate variables for
9493 resumptions unit tests.
9494 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9495 (allout-exposure-category): Replaces 'allout-overlay-category variable.
9496 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9497 instead of retired `allout-resumptions'. For hook functions, use
9498 `local' parameter so hook settings are created and removed as
9499 buffer-local settings. Revise (resumptions) setting
9500 auto-fill-function so it is set only if already active. (The
9501 related fill-function settings are all made in either case, so
9502 that activating auto-fill-mode activity will have the custom
9503 allout-mode behaviors (hanging indent on topics, if configured for it).
9504 Remove all allout-exposure-category overlays on mode deactivation.
9505 (allout-hotspot-key-handler): New function extracted from
9506 `allout-pre-command-business', so the functionality can be used
9507 for other purposes, eg as a binding in an overlay.
9508 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9509 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9510 customization variable.
9511 (allout-run-unit-tests): Run the (currently quite small)
9512 repertoire of unit tests. Called just before the provide iff user
9513 has customized `allout-run-unit-tests-on-load' non-nil.
9514
9515 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9516
9517 * emacs-lisp/authors.el (authors-aliases): Update.
9518
9519 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9520
9521 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9522 gdb-source-window. Add dedicated argument.
9523 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9524 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9525 (gdb-display-threads-buffer, gdb-display-memory-buffer)
9526 (gdb-display-locals-buffer): Use it.
9527
9528 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9529 Set gdb-source-window.
9530
9531 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9534 minor modes, redundant with the custom-autoload line above.
9535
9536 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
9537
9538 * longlines.el (longlines-post-command-function): Handle open-line too.
9539
9540 2006-07-12 Richard Stallman <rms@gnu.org>
9541
9542 * progmodes/grep.el (grep-last-buffer): Doc fix.
9543
9544 * info.el (Info-try-follow-nearest-node): Doc fix.
9545
9546 * emacs-lisp/edebug.el (edebug-instrument-function):
9547 Err if find-function-noselect gives no position.
9548
9549 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9550 If can't find definition, return nil for position.
9551 (find-function-do-it): Handle new return value
9552 of find-definition-noselect.
9553 (find-definition-noselect, find-variable-noselect): Doc fix.
9554 (find-function-noselect): Doc fix.
9555
9556 * help-mode.el (help-variable-def): Handle find-variable-noselect
9557 returning no position.
9558 (help-function-def): Likewise for find-function-search-for-symbol.
9559 (help-face-def): Likewise.
9560
9561 * help-fns.el (describe-variable): Handle find-variable-noselect
9562 returning no position.
9563
9564 * files.el (locate-file-completion): Avoid duplicates in result.
9565
9566 * cus-edit.el (custom-no-edit): New command.
9567 (custom-mode-map): Remap to custom-no-edit instead of
9568 using suppress-keymap.
9569
9570 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
9571
9572 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9573 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9574 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9575
9576 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9577
9578 2006-07-11 Kim F. Storm <storm@cua.dk>
9579
9580 * ido.el (ido-copy-current-file-name): Use buffer-name if
9581 buffer-file-name is nil.
9582
9583 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
9584
9585 * simple.el (undo-ask-before-discard): Set to nil.
9586
9587 * vc.el (vc-exec-after): Don't delete process manually.
9588 (vc-print-log): Run log-view-mode in process sentinel inside
9589 inhibit-read-only. Don't shrink window due to timing issues.
9590
9591 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9592 Avoid using with-output-to-temp-buffer, which clobbers local vars.
9593
9594 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9597 Fix ambiguity introduced by last change.
9598 (compilation-find-file): Move save-excursion to where it may
9599 make sense. Fix a left over `find-file'.
9600
9601 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
9602
9603 * textmodes/texinfmt.el (texinfo-format-separate-node):
9604 Insert a string before point, which fits documentation, not after.
9605 (texinfo-multitable-item): In a multitable row, insert any
9606 additional needed @tabs and spaces.
9607
9608 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
9609
9610 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9611 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9612 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9613 instead of shell-command.
9614 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9615 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9616 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9617 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9618 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9619 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9620
9621 2006-07-11 Kim F. Storm <storm@cua.dk>
9622
9623 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
9624 Remove special case for seconds < 0. Use (redisplay t) instead.
9625
9626 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9629 avoid compilation error.
9630
9631 * subr.el (sit-for): New function.
9632
9633 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9634
9635 2006-07-10 Richard Stallman <rms@gnu.org>
9636
9637 * ldefs-boot.el (edebug): Update page.
9638
9639 2006-07-10 Kim F. Storm <storm@cua.dk>
9640
9641 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9642 to FOR-RELEASE and TODO.
9643
9644 2006-07-10 Romain Francoise <romain@orebokech.com>
9645
9646 * emacs-lisp/authors.el (authors-aliases): Update.
9647
9648 2006-07-10 Alan Mackenzie <acm@muc.de>
9649
9650 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9651 * cc-mode.el: Changes to eradicate eval-after-load.
9652
9653 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9656 on non-char events.
9657
9658 2006-07-09 Romain Francoise <romain@orebokech.com>
9659
9660 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9661 Don't highlight start/end markers as compilation messages.
9662
9663 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9664 to t.
9665
9666 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9669
9670 2006-07-08 Richard Stallman <rms@gnu.org>
9671
9672 * term/x-win.el (x-handle-display): Add doc string.
9673
9674 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9675
9676 * subr.el (def-edebug-spec): Move here.
9677 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9678
9679 * imenu.el (imenu-choose-buffer-index): Doc fix.
9680
9681 2006-07-08 Romain Francoise <romain@orebokech.com>
9682
9683 * term/x-win.el (x-display-name): Fix typo.
9684
9685 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9686
9687 * hexl.el (hexl-find-file): Doc fix.
9688
9689 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9690
9691 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
9692
9693 * term/x-win.el (x-display-name): Doc fix.
9694
9695 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9698 long prefixes.
9699 (fill-region-as-paragraph): Don't round up to a whole line.
9700 (fill-comment-paragraph): Don't include the code-before-the-comment
9701 when calling fill-region-as-paragraph.
9702
9703 * international/mule.el (make-char): Remove redundancy.
9704
9705 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9706 property may contain an anonymous function rather than a symbol.
9707
9708 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9709
9710 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9711 Use shy regexp. Fix incorrect backref to potentially unmatched group.
9712
9713 * dirtrack.el (dirtrack-default-directory-function): Remove.
9714 (dirtrack-directory-function): Use file-name-as-directory.
9715 (dirtrack-windows-directory-function): Simplify.
9716 (dirtrack-forward-slash, dirtrack-backward-slash)
9717 (dirtrack-replace-slash): Remove.
9718 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9719 (dirtrack): Fix wrong parenthesizing; use match-string.
9720
9721 * progmodes/octave-inf.el: Remove spurious * in docstrings.
9722 (inferior-octave-mode): Only change the buffer-local value of
9723 comint-dynamic-complete-functions.
9724 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9725 Move the initialization to the declaration.
9726 (inferior-octave-complete): Remove unused var `filter'.
9727
9728 * shell.el (shell-mode): Only change the buffer-local value of
9729 comint-dynamic-complete-functions.
9730
9731 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
9732
9733 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9734 entry is skipped because it has been scheduled.
9735 (org-prepare-agenda-buffers): Don't mark buffers as modified when
9736 changing `:org-archived' and `:org-comment' properties.
9737
9738 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
9739
9740 * server.el (server-select-display): Don't make the temp frame
9741 minibuffer-only, in case it's not a temp frame.
9742 (server-process-filter): Don't delete the temp frame if it's the
9743 only one we have on that display.
9744
9745 * files.el (find-alternate-file): Doc fix.
9746
9747 2006-07-05 Richard Stallman <rms@gnu.org>
9748
9749 * files.el (abbreviate-file-name): Add save-match-data.
9750
9751 2006-07-03 Richard Stallman <rms@gnu.org>
9752
9753 * faces.el (read-face-name): Doc fix.
9754
9755 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
9756
9757 * net/goto-addr.el (goto-address): Mark as safe for local evals.
9758
9759 2006-07-05 Andre Spiegel <spiegel@gnu.org>
9760
9761 * vc.el (vc-diff-internal): Fix prev change.
9762
9763 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9764
9765 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9766 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9767
9768 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9771 fails if the symbol contains chars like ( or '.
9772 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9773 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9774 `short'.
9775
9776 2006-07-04 Kenichi Handa <handa@m17n.org>
9777
9778 * international/mule-cmds.el (set-language-info): If LANG-ENV is
9779 the current one, don't call set-language-environment, but call one
9780 of set-language-environment-XXX to make INFO effective now.
9781 (set-language-environment): Call set-language-environment-XXX
9782 functions instead of doing the various setups directly.
9783 (set-language-environment-coding-systems): Delete argument eol-type.
9784 (set-language-environment-input-method)
9785 (set-language-environment-nonascii-translation)
9786 (set-language-environment-charset)
9787 (set-language-environment-fontset)
9788 (set-language-environment-unibyte): New functions.
9789
9790 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
9791
9792 * locate.el (locate-update-when-revert): New option.
9793 (locate-update-path): New option (suggested by Michael Albinus).
9794 (locate-prompt-for-command): Whitespace change.
9795 (locate-update): No longer offer to update the locate database by
9796 default. Implement the two new options.
9797
9798 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
9799
9800 * tooltip.el: Move comment about track-mouse...
9801
9802 * progmodes/gud.el: ...to here.
9803
9804 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * facemenu.el (facemenu-listed-faces): New var.
9807 (facemenu-unlisted-faces): Variable deleted.
9808 (facemenu-add-new-face): Use facemenu-listed-faces.
9809
9810 * emulation/viper-init.el, calendar/calendar.el:
9811 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9812
9813 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
9814
9815 * textmodes/org.el (org-mode): Remove no invalid settings for
9816 calc embedded mode.
9817 (org-mode-p): New defsubst.
9818 (org-save-all-org-buffers): New function.
9819 (org-first-headline-recenter): Enclose outline-regexp in group
9820 delimiters.
9821 (org-set-tags): Keep single space after stars.
9822
9823 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * window.el (set-window-text-height): Only set window-min-height to
9826 1 if that's the requested size.
9827
9828 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9829 (diff-unified->context, diff-context->unified)
9830 (diff-reverse-direction): Make sure the end marker stays at the end.
9831 (diff-mode): Add the keymap table at the end of docstring.
9832 Use lexical-let rather than constructing a closure manually.
9833
9834 * files.el (find-file-noselect-1): Remove unused var assignment.
9835 (hack-local-variables-confirm): Print lists of strings as lists of
9836 strings rather than lists of symbols.
9837 (abbreviate-file-name, hack-local-variables-prop-line):
9838 Use match-string.
9839 (hack-one-local-variable): Move `make-local-variable' nearer its use.
9840 (recover-session-finish): Use line-end-position.
9841
9842 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
9843
9844 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9845
9846 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
9847
9848 * progmodes/make-mode.el (makefile-macroassign-regex):
9849 Accept preceding keyword.
9850 (makefile-gmake-statements): Reorganize, now that makepp has
9851 "override" and also handle forgotten "override define".
9852 (makefile-makepp-statements): Add new "global", "override export"
9853 and "override global".
9854
9855 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
9856
9857 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9858 (ada-compile-mouse-goto-error, ada-deactivate-properties)
9859 (ada-no-auto-case): Fix typos in docstrings.
9860
9861 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9862
9863 * info.el (Info-find-node-2): Search for makeinfo version more
9864 carefully.
9865
9866 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
9867
9868 * textmodes/org.el (org-prepare-agenda-buffers):
9869 Use `invisible-OK' argument for `org-end-of-subtree'.
9870 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9871 (org-beginning-of-item): Fix bug in regular expression for white line.
9872 (org-export-as-html): Enforce space after bullet in plain list items.
9873 (org-set-autofill-regexps): Require space after plain list bullet
9874 for paragraph-start.
9875 (org-ts-regexp3): New constant.
9876 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9877 (org-timestamp-up-day, org-timestamp-down-day)
9878 (org-timestamp-change): Work with inactive timestamps.
9879 (org-ts-regexp1): Don't allow brackets in time stamps.
9880
9881 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
9882
9883 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9884 for ignoring links.
9885
9886 * faces.el (read-face-name): Use it.
9887
9888 2006-06-28 Juri Linkov <juri@jurta.org>
9889
9890 * buff-menu.el (list-buffers-noselect): Compare Info file
9891 with the string "dir" to detect Info directory.
9892
9893 * complete.el (partial-completion-mode): In lambda for
9894 `choose-completion-string-functions' use full function signature
9895 with 4 args, and move point to the end of the minibuffer only if arg
9896 `mini-p' is non-nil.
9897
9898 2006-06-28 John Paul Wallington <jpw@pobox.com>
9899
9900 * ibuffer.el (ibuffer-mode): Doc fix.
9901
9902 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
9903
9904 * textmodes/org.el (org-context): New contexts :item-bullet,
9905 :latex-fragment, :latex-preview.
9906 (org-overlays-at, org-overlay-start, org-overlay-end):
9907 New compatibility functions.
9908 (org-inside-LaTeX-fragment-p): More accurate matching, using the
9909 exact regexp that will be used during export.
9910 (org-latex-regexps): New variable.
9911 (org-cdlatex-mode): Improve advice for `texmathp'.
9912 (turn-on-org-cdlatex): New function.
9913
9914 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9915
9916 * term/mac-win.el (mac-handle-font-selection): Change keys of
9917 mac-atsu-font-table from strings to numbers.
9918 (mac-ts-caret-position): Use also when cursor-type is nil.
9919 (mac-ts-update-active-input-area): Add Mac OS Classic support.
9920 Relax condition for using overlay strings.
9921 Use mac-ts-caret-position face when cursor-type is nil.
9922
9923 2006-06-26 Kim F. Storm <storm@cua.dk>
9924
9925 * help.el (view-emacs-news): Declare `res' in the right let* form.
9926
9927 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
9928
9929 * net/rcompile.el (remote-compile): Replace ange-ftp based
9930 implementation by Tramp functions.
9931 Suggested by Marc Abramowitz <msabramo@gmail.com>.
9932
9933 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9934
9935 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
9936
9937 * international/fontset.el (setup-default-fontset): Fix a typo in
9938 the "Oriya-Akruti" registry name.
9939
9940 2006-06-23 Lars Hansen <larsh@soem.dk>
9941
9942 * desktop.el (desktop-full-file-name): New function.
9943 (desktop-kill, desktop-save, desktop-remove, desktop-read)
9944 (desktop-revert): Use it.
9945 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9946 (desktop-after-read-hook): Add option list-buffers.
9947 (desktop-locals-to-save): Add tab-width.
9948 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9949 Fix docstring.
9950
9951 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
9952
9953 * textmodes/org.el (org-cdlatex-mode-map)
9954 (org-cdlatex-texmathp-advice-is-done): New variables.
9955 (org-cdlatex-mode): New minor mode.
9956 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9957 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9958 (org-export-with-archived-trees): New option.
9959 (org-open-file): Remove the call to `convert-standard-filename'.
9960 (org-archive-tag, org-agenda-skip-archived-trees)
9961 (org-cycle-open-archived-trees)
9962 (org-sparse-tree-open-archived-trees): New options.
9963 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9964 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9965 New functions.
9966 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9967 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9968 (org-mode-map): Add binding for `org-toggle-archive-tag'.
9969 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9970 Call `org-prepare-agenda-buffers'.
9971 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9972 (org-file-apps, org-file-apps-defaults-gnu)
9973 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9974 Handle remote files by forcing them to be opened in Emacs.
9975
9976 2006-06-23 Andre Spiegel <spiegel@gnu.org>
9977
9978 * vc.el (vc-diff-knows-L): New variable.
9979 (vc-diff-internal): Use it to handle "diff" programs that don't
9980 understand -L. This works automatically, no user action is necessary.
9981
9982 2006-06-23 Daniel Brockman <daniel@brockman.se>
9983
9984 * net/rcirc.el (rcirc-default-user-full-name): Default to
9985 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9986 longer exists).
9987 (rcirc-process-list): Check `buffer-live-p' before attempting to
9988 switch to a buffer.
9989
9990 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
9991
9992 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9993 based on rcirc-coding-system-alist.
9994
9995 2006-06-23 Martin Rudalics <rudalics@gmx.at>
9996
9997 * cus-edit.el (customize-apropos): A better error message.
9998 (top level) <debug-ignored-errors>: Extend and update the list of
9999 ignored error messages.
10000
10001 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10002
10003 * complete.el (PC-do-completion): Retain capitalization of user
10004 input, when possible, even if completion-ignore-case is set.
10005
10006 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10007
10008 * generic-x.el (bat-generic-mode): Support .cmd files.
10009
10010 * dos-w32.el (top level): Use find-file-not-found-functions
10011 instead of the obsolete find-file-not-found-hooks.
10012
10013 2006-06-22 Kim F. Storm <storm@cua.dk>
10014
10015 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10016 to recognize mode name containing submodes, such as Grep/lw.
10017
10018 2006-06-21 Kim F. Storm <storm@cua.dk>
10019
10020 * simple.el (line-move-1): Check for move-end-of-line instead of
10021 end-of-line when setting temporary-goal-column.
10022
10023 2006-06-21 Miles Bader <miles@gnu.org>
10024
10025 * play/cookie1.el (cookie): Work properly when there's only one entry.
10026
10027 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10028
10029 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10030 (gdb-frame-handler): Generalize frame regexp for templates.
10031
10032 2006-06-20 Glenn Morris <rgm@gnu.org>
10033
10034 * calendar/appt.el (appt-display-format): Default value must be
10035 one of the customize options.
10036
10037 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10038
10039 * term/xterm.el (terminal-init-xterm): Update key availability info.
10040 Bind C-return.
10041
10042 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10043
10044 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10047 whether or not a local variables list is defined.
10048
10049 * msb.el (msb): Move `sit-for' hack here to handle both
10050 "mouse-down and drag" and "mouse-up and select" situations.
10051 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10052
10053 2006-06-20 Kenichi Handa <handa@m17n.org>
10054
10055 * international/characters.el (word-combining-categories):
10056 Add entries for 2-byte Han characters.
10057
10058 2006-06-19 Richard Stallman <rms@gnu.org>
10059
10060 * bindings.el (mode-line-format): Save some mode line space.
10061
10062 * files.el (find-file-noselect): Improve the question wording.
10063 (basic-save-buffer-2): Mask UMASK against 666.
10064
10065 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10066 (mouse-drag-vertical-line): Call it.
10067
10068 * cus-edit.el (customize-option, customize-option-other-window):
10069 Error if SYMBOL is nil.
10070
10071 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10072
10073 * textmodes/org.el: Require noutline, also on XEmacs.
10074 (org-end-of-subtree): Return point.
10075 (org-dblock-start-re, org-dblock-end-re): New constants.
10076 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10077 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10078 (org-update-all-dblocks, org-find-dblock): New functions.
10079 (org-collect-clock-time-entries): New function.
10080 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10081 (org-fixup-indentation): Modify to deal correctly with lines
10082 starting with TAB. Only one argument DIFF now.
10083 (org-demote, org-promote): Call `org-fixup-indentation' with just
10084 one argument, DIFF.
10085 (org-mode): Don't mark buffer as modified when aligning tables.
10086 (org-clock-sum): Don't mark buffer modified when adding time sum
10087 properties.
10088 (org-export-as-html): Add support for a link validation function.
10089 (org-archive-all-done): New function.
10090 (org-archive-subtree): New prefix argument. When set, archive all
10091 done subtrees in this buffer.
10092 (org-remove-clock-overlays)
10093 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10094 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10095 (org-put-clock-overlay): Don't swallow last headline character
10096 when displaying overlay.
10097 (org-store-link): Link to `image-mode' with just the file name.
10098
10099 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10100
10101 * viper-cmd.el (viper-special-read-and-insert-char):
10102 Use read-key-sequence.
10103 (viper-after-change-undo-hook): Misc enhancements.
10104 (viper-after-change-undo-hook): New hook.
10105 (viper-undo): Use viper-after-change-undo-hook.
10106 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10107 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10108 clicking on that widget/button.
10109
10110 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10111
10112 * ediff-diff (ediff-test-patch-utility): Catch errors.
10113 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10114 (ediff-set-actual-diff-options): New function.
10115 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10116 Use ediff-set-actual-diff-options.
10117 (ediff-extract-diffs): Catch errors.
10118 (ediff-whitespace): Add non-breakable space.
10119 (ediff-same-file-contents): Catch errors.
10120
10121 * ediff-mult.el (ediff-collect-custom-diffs):
10122 Save coding-system-for-read.
10123
10124 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10125 (ediff-vc-internal, ediff-vc-merge-internal):
10126 Use ediff-delete-version-file.
10127 (ediff-delete-version-file): New function.
10128
10129 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10130
10131 * ediff.el (ediff-directories, ediff-directory-revisions)
10132 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10133 (ediff-directories-internal, ediff-merge-directory-revisions)
10134 (ediff-merge-directory-revisions-with-ancestor)
10135 (ediff-directories3): Use read-directory-name.
10136
10137 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10138
10139 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10140 Remove superfluous part of regexp for brace matching which is handled
10141 by `scan-lists' call.
10142
10143 2006-06-16 Richard Stallman <rms@gnu.org>
10144
10145 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10146
10147 * files.el (basic-save-buffer-2): For a new precious file,
10148 use the default modes in the return value.
10149
10150 * facemenu.el (facemenu-color-alist): Doc fix.
10151
10152 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10153
10154 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10155
10156 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10157
10158 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10159 (mac-utxt-to-string): Use it.
10160 (mac-ts-update-active-input-area): Use mac-ae-number.
10161
10162 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10163
10164 * term.el (term-handle-scroll, term-delete-lines)
10165 (term-insert-lines): Fix off by one errors.
10166
10167 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10168
10169 * net/tramp.el (tramp-touch): Use UTC to express time.
10170
10171 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10172
10173 * mail/sendmail.el (mail-send): Search explicitly for
10174 mail-header-separator when checking for corrupted header lines.
10175
10176 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10177
10178 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10179 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10180 (gdb-init-1): Initialise them.
10181 (gdb-starting): Reset gdb-printing
10182 (gdb-starting): Save value of gud-overlay-arrow-position.
10183 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10184 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10185 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10186 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10187
10188 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10191
10192 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10193
10194 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10195 (ldap-search-internal): Keep error messages, and a regexp fix.
10196
10197 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10198
10199 * files.el (hack-local-variables-confirm):
10200 Display string value using its printed representation.
10201
10202 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10203
10204 * server.el (server-edit): No-op if no server buffers exist.
10205
10206 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10207
10208 * textmodes/page-ext.el (pages-directory-for-addresses):
10209 Including `pages-directory-address-mode' in the function results
10210 in the message "Buffer in which pages were found is deleted".
10211
10212 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10213
10214 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10215 clocking functions.
10216
10217 (org-agenda-clock-in, org-check-running-clock)
10218 (org-clock-out-if-current, org-remove-clock-overlays)
10219 (org-put-clock-overlay): New functions.
10220 (org-clock-marker, org-clock-file-total-minutes)
10221 (org-clock-overlays): New variables.
10222 (org-clock-display, org-clock-sum, org-clock-cancel)
10223 (org-clock-out, org-clock-in): New commands.
10224 (org-export): New function.
10225 (org-emph-re): New constant.
10226 (org-set-emph-re, org-do-emphasis-faces): New functions.
10227 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10228 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10229 (org-export-html-convert-emphasize): Use the configurable emphasis.
10230 (org-cleaned-string-for-export): Make multiline emphasis visible
10231 to the exporter. New optional argument PARAMETERS.
10232 (org-export-as-html): Specify :emph-multiline parameter to
10233 `org-cleaned-string-for-export'.
10234
10235 2006-06-10 Richard Stallman <rms@gnu.org>
10236
10237 * help.el (help-for-help-internal): Clean up help text.
10238
10239 2006-06-10 Andreas Schwab <schwab@suse.de>
10240
10241 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10242 in doc string.
10243
10244 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10245
10246 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10247
10248 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10249 spaces after the comment start.
10250
10251 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10252
10253 * play/pong.el (pong-init-buffer):
10254 Fill buffer with spaces instead of ^A.
10255
10256 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10257 launched asynchronously, delete its process instead of being cool.
10258 (ispell-async-processp): Check for `delete-process' existence
10259 instead of `kill-process' one for consistency.
10260
10261 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10262
10263 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10264 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10265 in mode line at startup.
10266
10267 2006-06-08 Kim F. Storm <storm@cua.dk>
10268
10269 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10270 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10271 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10272 (ido-file-internal): Pass full file name to write-file.
10273 (ido-read-internal): Only pop stack elements automatically if they
10274 actually match an existing directory or file name.
10275
10276 2006-06-07 Kenichi Handa <handa@m17n.org>
10277
10278 * international/mule.el (find-auto-coding): Don't handle the short
10279 name `char-trans'.
10280
10281 * files.el (hack-local-variables-prop-line)
10282 (hack-local-variables): Cancel the previous change.
10283
10284 2006-06-06 Jesper Harder <harder@phys.au.dk>
10285
10286 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10287
10288 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10289
10290 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10291 diff-default-read-only is non-nil.
10292 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10293 (diff-refine-hunk): Set inhibit-read-only to t.
10294
10295 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10296 modifying the *Diff* buffer.
10297 (diff-process-filter): New filter function for diff process that
10298 sets inhibit-read-only to t when modifying the *Diff* buffer.
10299
10300 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10301
10302 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10303 insertion point and control the number of empty lines.
10304 (org-paste-subtree): Limit the number of empty lines at the end of
10305 the inserted tree.
10306 (org-agenda): Use buffer name of current file for narrowing.
10307 (org-export-as-xml): Command removed.
10308 (org-export-xml-type): Option removed.
10309 (org-mode-map): Call `org-export-as-xoxo' directly.
10310 (org-get-indentation): New optional argument LINE.
10311 (org-fix-indentation, org-remove-tabs): New functions.
10312 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10313 correct indentation for headlines that are converted it items.
10314 (org-skip-comments): Remove table lines that contain narrowing
10315 cookies but no other non-empty fields.
10316 (org-set-tags): Allow groups of mutually exclusive tags.
10317 (org-cmp-time): Sort 24:21 before items without time.
10318 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10319 (org-open-at-point): Require double colon also for numbers.
10320
10321 2006-06-06 Kim F. Storm <storm@cua.dk>
10322
10323 * ido.el (ido-default-file-method, ido-default-buffer-method):
10324 Make choice values consistent with corresponding command names.
10325 (ido-visit-buffer): Update accordingly. Default to selected-window.
10326
10327 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
10328
10329 * progmodes/gud.el (gud-running): Fix doc string.
10330 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10331 (gud-tooltip-modes): Add python-mode.
10332 (gud-tooltip-print-command): Add pdb. Remove perldb.
10333
10334 2006-06-05 Eli Zaretskii <eliz@gnu.org>
10335
10336 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10337 Quote $(EMACS).
10338
10339 2006-06-05 Richard Stallman <rms@gnu.org>
10340
10341 * faces.el (defined-colors): Doc fix.
10342
10343 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
10344
10345 * vc.el (vc-process-filter): Inhibit undo info collection around
10346 call to insert.
10347 (vc-setup-buffer): Likewise for call to erase-buffer.
10348 (vc-do-command): Likewise for call to process-file.
10349
10350 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
10351
10352 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10353 for gud-go.
10354 (gud-common-init): Other debuggers may trigger error.
10355
10356 2006-06-05 Kenichi Handa <handa@m17n.org>
10357
10358 * international/mule.el (find-auto-coding):
10359 Handle enable-character-translation in file header.
10360
10361 2006-06-04 Kim F. Storm <storm@cua.dk>
10362
10363 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10364 (authors-fixed-entries): Fix spelling.
10365 (authors-canonical-file-name): Don't report error for wildcards.
10366
10367 * help.el (view-emacs-news): Rewrite to support new NEWS,
10368 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
10369 e.g. version 10 matches 1.10, and don't be confused by version 1.1
10370 being a prefix of 1.12 (etc). A numeric prefix arg also works.
10371
10372 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
10373
10374 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10375 exec constructs like `foo bar`.
10376 (sh-quoted-subshell): New helper function to search for a possibly
10377 nested subshell (like `` or $()) within a "" quoted string.
10378 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10379 (sh-apply-quoted-subshell): Flag quote characters inside a
10380 subshell, which is itself already in a quoted region, as
10381 punctuation, since this is the closest to what they actually are.
10382 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10383 sh-apply-quoted-subshell.
10384 (sh-font-lock-syntactic-face-function): Apply the new face for
10385 text inside `` instead of the old font-lock-string-face.
10386
10387 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10388
10389 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10390 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10391 (mac-bytes-to-text-range, mac-ae-text-range-array)
10392 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10393 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10394 (mac-ts-unicode-for-key-event): New functions.
10395 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10396 (mac-handle-font-selection): Use mac-ae-number.
10397 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10398 New variables.
10399 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10400 (mac-ts-converted-text, mac-ts-selected-converted-text)
10401 (mac-ts-block-fill-text, mac-ts-outline-text)
10402 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10403 (mac-ts-hilite-style-faces): New constant.
10404 (mac-apple-event-map): Bind text input events.
10405 (mac-dispatch-apple-event): Use command-execute instead of
10406 call-interactively.
10407 (global-map): Don't bind mac-apple-event.
10408 (special-event-map): Bind mac-apple-event.
10409
10410 2006-06-02 Eli Zaretskii <eliz@gnu.org>
10411
10412 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10413 file name.
10414 (emacs): Enclose the value of $(EMACS) in quotes.
10415
10416 2006-06-02 Juri Linkov <juri@jurta.org>
10417
10418 * international/mule.el (sgml-html-meta-auto-coding-function):
10419 Remove the condition `(search-forward "<html" size t)'.
10420 Replace `\"' with `[\"']?' in `re-search-forward'.
10421
10422 2006-06-02 Kenichi Handa <handa@m17n.org>
10423
10424 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10425 as well as `coding'.
10426 (hack-local-variables): Likewise.
10427
10428 * international/mule.el (enable-character-translation):
10429 Put permanent-local and safe-local-variable properties.
10430 (find-auto-coding): Handle char-trans: tag.
10431
10432 2006-06-02 Juri Linkov <juri@jurta.org>
10433
10434 * international/mule.el (sgml-html-meta-auto-coding-function):
10435 Limit the search by the end of the HTML header (if any).
10436
10437 2006-06-01 Richard Stallman <rms@gnu.org>
10438
10439 * subr.el (with-current-buffer): Doc fix.
10440
10441 2006-06-02 Masatake YAMATO <jet@gyve.org>
10442
10443 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10444 Almost rewrite. Underlines over all lines of gcov output are too
10445 uncomfortable to read. Suggested by Dan Nicolaescu.
10446
10447 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
10448
10449 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10450
10451 * shell.el (shell-mode): Use shell-mode-map in docstring.
10452
10453 * comint.el (comint-send-input): Do not add help-echo and
10454 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10455
10456 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10457
10458 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10459
10460 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
10461
10462 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10463 (gdb-stopped, gdb-info-stack-custom): If there is no source info
10464 look up the stack and pop up GUD buffer if necessary.
10465 (gdb-frames-select): Remove redundant call to gud-display-frame.
10466 (gdb-info-threads-custom): Keep point at start of buffer.
10467 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10468
10469 2006-05-31 Juri Linkov <juri@jurta.org>
10470
10471 * replace.el (query-replace-read-from, query-replace-read-to):
10472 Bind `history-add-new-input' to nil. Call `add-to-history'.
10473
10474 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
10475
10476 * textmodes/table.el: Convert all HTML tags to lower case for
10477 XHTML compatibility.
10478
10479 2006-05-31 Masatake YAMATO <jet@gyve.org>
10480
10481 * progmodes/compile.el:
10482 (compilation-error-regexp-alist-alist::gcov-called-line):
10483 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
10484
10485 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
10486
10487 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10488 Revert inadvertent changes made with last commit.
10489
10490 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10491
10492 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10493 New functions.
10494
10495 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10496
10497 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
10498
10499 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10500 only matches in the right place.
10501 (org-upcoming-deadline): New face.
10502 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10503 (org-export-ascii-underline): Rename constant `org-ascii-underline'
10504 and make it an option.
10505 (org-export-ascii-bullets): New option.
10506 (org-export-as-html): Many changes to emit valid XHTML.
10507 (org-par-open): New variable.
10508 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10509 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10510 (org-timeline): Pass `org-timeline-show-empty-dates' to
10511 `org-get-all-dates'. Interpret empty dates returned by
10512 `org-get-all-dates'.
10513 (org-get-all-dates): New argument EMPTY. Add dates without
10514 entries to the list, mark large ranges of empty dates.
10515 (org-point-in-group, org-context): New functions.
10516
10517 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
10518
10519 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10520
10521 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10522 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10523 to C-mouse-3 (for 2 button mice).
10524 (gdb-send): Do the right thing for C-d.
10525
10526 * speedbar.el (speedbar-detach): Delete.
10527 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10528 it breaks things.
10529 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10530
10531 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
10532
10533 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10534 Makeppfile.
10535
10536 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10537 Add makepp diagnostic.
10538
10539 2006-05-29 Richard Stallman <rms@gnu.org>
10540
10541 * window.el (fit-window-to-buffer): Doc fix.
10542
10543 * help.el (temp-buffer-max-height): Doc fix.
10544
10545 * subr.el (with-current-buffer): Doc fix.
10546
10547 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10548
10549 * term/x-win.el: Bind F10 to menu-bar-start if available.
10550
10551 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
10552
10553 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10554 uses with a simple test.
10555 (term-set-escape-char, term-mode, term-check-kill-echo-list)
10556 (term-send-raw-string, term-send-raw, term-mouse-paste)
10557 (term-char-mode, term-line-mode, term-exec, term-sentinel)
10558 (term-handle-exit, term-read-input-ring)
10559 (term-previous-matching-input-string)
10560 (term-previous-matching-input-string-position)
10561 (term-previous-matching-input-from-input)
10562 (term-replace-by-expanded-history, term-send-input)
10563 (term-skip-prompt, term-bol, term-send-invisible)
10564 (term-kill-input, term-delchar-or-maybe-eof)
10565 (term-backward-matching-input, term-check-source)
10566 (term-proc-query, term-emulate-terminal)
10567 (term-handle-colors-array, term-process-pager, term-pager-line)
10568 (term-pager-bob, term-unwrap-line, term-word)
10569 (term-dynamic-complete-filename)
10570 (term-dynamic-complete-as-filename)
10571 (term-dynamic-simple-complete): Replace one arm ifs with whens or
10572 unlesses.
10573
10574 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10577 during bootstrapping.
10578
10579 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10580 Basically undo the change of 2006-05-26: use extra arguments instead of
10581 dynamic scoping.
10582 (ewoc-locate): Remove unused var `footer'.
10583
10584 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10585
10586 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10587
10588 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10589 (generate-file-autoloads): Obey it. Return whether autoloads were
10590 added at point or not.
10591 (update-file-autoloads): Use this new return value.
10592 Remove redundant test for the presence of an autoload cookie.
10593
10594 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10595 This one calls hack-local-variables.
10596 (generate-file-autoloads, update-file-autoloads): Use it.
10597
10598 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10599 (bibtex-sort-entry-class): Add safe-local-variable predicate.
10600 (bibtex-sort-entry-class-alist): Don't set the global value.
10601 (bibtex-init-sort-entry-class-alist): New fun.
10602 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10603 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10604 of bibtex-init-sort-entry-class.
10605
10606 2006-05-28 Richard Stallman <rms@gnu.org>
10607
10608 * subr.el (load-history-regexp): If FILE is relative, insist
10609 entire last name component must match it.
10610 (load-history-filename-element, load-history-regexp): Doc fixes.
10611
10612 2006-05-29 Kim F. Storm <storm@cua.dk>
10613
10614 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10615 `pos' and `raw-data' for clarity, as eval forms may access these.
10616
10617 2006-05-28 Kim F. Storm <storm@cua.dk>
10618
10619 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10620
10621 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * progmodes/make-mode.el (makefile-browser-map)
10624 (makefile-mode-syntax-table): Move initialization inside declaration.
10625 (makefile-fill-paragraph): Use the default comment-filling code.
10626
10627 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
10628
10629 * replace.el (query-replace-defaults): New variable.
10630 (query-replace-read-from): Use `query-replace-defaults' for
10631 default value, instead of history list.
10632 (query-replace-read-to): Update `query-replace-defaults'.
10633
10634 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10637 with no X toolkit.
10638
10639 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
10640
10641 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10642 (tumme-show-all-from-dir): Add autoload.
10643
10644 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10645
10646 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10647 (tumme-remove-tag): Fix bug.
10648
10649 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
10650
10651 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10652 FOOTER args. Update unique caller.
10653 (ewoc-delete): Compute last node once before looping.
10654 (ewoc--node-branch): Merge into unique caller.
10655 (ewoc--node): Don't define constructor make-ewoc--node for this
10656 structure.
10657 (ewoc): Add member `hf-pp' to this structure.
10658 (ewoc--wrap): New func.
10659 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
10660 header/footer pretty-printers. Save header/footer pretty-printer.
10661 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10662
10663 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10664
10665 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10666
10667 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10668 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
10669 Tag'. Change "Compare directories..." to "Change Directories...".
10670 Move tumme commands to Operate, Regexp and Immediate menus.
10671 Change "Add Comment" to "Add Image Comment". Change "Add Image
10672 Tag" to "Add Image Tags".
10673
10674 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10675 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10676 `tumme-delete-tag'.
10677
10678 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
10679
10680 * shell.el (shell-mode): Call shell-dirtrack-mode after
10681 list-buffers-directory is made a local variable, to avoid setting
10682 the default value.
10683
10684 2006-05-26 Kevin Ryde <user42@zip.com.au>
10685
10686 * info.el (Info-index-next): Use where-is-internal to report
10687 actual binding of Info-index-next, rather than hard-coded `,'.
10688
10689 2006-05-26 Eli Zaretskii <eliz@gnu.org>
10690
10691 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10692 and "Find Command in Manual" to here.
10693
10694 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10695 Info-current-file as the file name.
10696
10697 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
10698
10699 * ses.el (defadvice undo-more): Delete this defadvice. The undo
10700 overrides will now be done a different way.
10701 (ses-set-parameter): Reapply this function for undo.
10702 (ses-set-header-row): Reconstruct header row during undo.
10703 (ses-widen): New function.
10704 (ses-goto-data, ses-reconstruct-all): Use new function.
10705 (ses-command-hook): Widen buffer during undo, before unupdating
10706 the cells.
10707 (ses-insert-row, ses-delete-row): Widen buffer during undo.
10708 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10709 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10710 formula hasn't been executed yet.
10711
10712 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10713
10714 * comint.el (comint-kill-whole-line): Rename arg to count.
10715 Fix doc string.
10716
10717 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
10718
10719 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10720 to copy-file.
10721
10722 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10723
10724 * simple.el (toggle-truncate-lines): Make arg optional for
10725 backward compatibility.
10726
10727 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
10728
10729 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10730 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10731 DLL arg. Instead, use ewoc--current-dll. Update all callers.
10732 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10733 (ewoc--adjust): Use ewoc--current-dll.
10734 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10735
10736 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
10737
10738 * textmodes/org.el (org-next-item, org-previous-item): Emit more
10739 compact error message.
10740 (org-tags-view): Refresh category table in each file.
10741 (org-table-justify-field-maybe): Remove superfluous arguments to
10742 `format'.
10743 (org-export-as-html): Insert "<p>" before postamble.
10744 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10745
10746 2006-05-26 Kenichi Handa <handa@m17n.org>
10747
10748 * textmodes/po.el (po-find-charset): Pay attention to the case
10749 FILENAME is a cons (NAME . BUFFER).
10750 (po-find-file-coding-system-guts): Likewise.
10751
10752 * arc-mode.el (archive-set-buffer-as-visiting-file):
10753 Call find-operation-coding-system with (FILENAME . BUFFER).
10754
10755 * tar-mode.el (tar-extract): Call find-operation-coding-system
10756 with (FILENAME . BUFFER).
10757
10758 * international/mule.el (decode-coding-inserted-region):
10759 Call find-operation-coding-system with (FILENAME . BUFFER).
10760
10761 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
10762
10763 * image-mode.el (image-toggle-display): Use buffer contents to
10764 generate image for a remote file.
10765
10766 2006-05-25 Juri Linkov <juri@jurta.org>
10767
10768 * replace.el (query-replace-read-from, query-replace-read-to):
10769 Remove 8th arg KEEP-ALL in read-from-minibuffer.
10770
10771 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
10772
10773 * whitespace.el (whitespace-cleanup): Change to cleanup
10774 region if one is active.
10775 * whitespace.el (whitespace-cleanup-internal): New internal method.
10776
10777 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10778
10779 * dired.el (dired-mode-map): Add help-echo strings to tumme
10780 commands. Bind `tumme-dired-display-image' to C-t i.
10781
10782 * tumme.el (tumme-display-image): Change documentation string slightly.
10783 (tumme-dired-display-image): Add call to `display-buffer'.
10784
10785 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10786
10787 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10788 Signal error if RAW-DATA is a multibyte string.
10789
10790 2006-05-24 Richard Stallman <rms@gnu.org>
10791
10792 * subr.el (with-local-quit): When handling `quit' signal,
10793 make a chance for quit-flag to cause a quit.
10794
10795 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10796 (ad-disable-advice): Add autoloads.
10797
10798 * subr.el (read-passwd): Copy PROMPT before changing its properties.
10799
10800 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10801
10802 * dired.el (dired-mode-map): Change menu items for tumme as per
10803 suggestions in emacs-devel.
10804
10805 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10806
10807 * dired.el (dired-mode-map): Fix breakage.
10808
10809 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10810
10811 * tumme.el (tumme-display-dired-image): Rename to...
10812 (tumme-dired-display-image): ...this.
10813 (tumme-track-movement): Change default value to t.
10814 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10815 used from `tumme-next-line-and-display' and similar commands.
10816
10817 * dired.el (dired-mode-map): Add Thumbnail submenu under the
10818 Immediate menu. Add some tumme commands there.
10819
10820 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
10821
10822 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10823
10824 2006-05-24 Chong Yidong <cyd@mit.edu>
10825
10826 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10827 menu entries that open submenus.
10828
10829 2006-05-24 Alan Mackenzie <acm@muc.de>
10830
10831 * startup.el (command-line): For names of preloaded files, don't
10832 append ".elc" (now done in Fload), and call file-truename on the
10833 lisp directory.
10834
10835 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
10836 match ANY loaded file with the right name, not just those in
10837 load-path. Put a regexp matching the file name into
10838 after-load-alist, rather than the name itself.
10839
10840 * subr.el (load-history-regexp, load-history-filename-element)
10841 (do-after-load-evaluation): New functions.
10842
10843 * international/mule.el (load-with-code-conversion): Do the
10844 eval-after-load stuff by calling do-after-load-evaluation.
10845
10846 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10847
10848 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10849 has not been killed.
10850
10851 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10852
10853 * term/mac-win.el: Set idle timer to clean up expired Apple events.
10854 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10855 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10856 Optionally set error message in reply.
10857
10858 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
10859
10860 * textmodes/org.el (org-open-at-point): Use renamed variable
10861 `org-confirm-shell-link-function'.
10862 (org-confirm-shell-link-function): Rename from
10863 `org-confirm-shell-links'.
10864 (org-export-directory): New function.
10865 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10866 (org-export-icalendar): Use `org-export-directory'.
10867 (org-indent-item): Keep cursor position.
10868 (org-link-file-path-type): New option.
10869 (org-export-as-html): Fix bug with plain lists starting in
10870 column 0.
10871 (org-export-as-html): Remove deadline formatting, this happens
10872 now already in `org-html-handle-time-stamps'.
10873 (org-export-html-style): Deadline class removed.
10874 (org-insert-labeled-timestamps-at-point): New option.
10875 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10876 of `hide-sublevels 1', in case the first headline is not level 1.
10877 (org-overview, org-content): New fuction.
10878 (org-cycle-global-status, org-cycle-subtree-status): Make these
10879 variables buffer-local.
10880 (org-global-cycle): New command.
10881 (org-shifttab): Use `org-global-cycle'.
10882 (org-insert-heading, org-insert-item): Go to end of new
10883 headline/item after creating it.
10884 (org-export-visible): Rename from `org-export-copy-visible'.
10885 Now creates a temporary org-file and applies an exporting command
10886 to it.
10887 (org-table-eval-formula): Support for lisp forms.
10888 (org-agenda-todo-ignore-scheduled): New option.
10889 (org-agenda-get-todos): Use new option
10890 `org-agenda-todo-ignore-scheduled'.
10891 (org-export-html-inline-images): New value `maybe'.
10892 (org-export-as-html): Inlining of images dependent on link description.
10893 (org-archive-subtree): Check for end-of-buffer before trying
10894 `kill-line'.
10895 (org-agenda-follow-mode): New option.
10896 (org-export-with-tags, org-export-with-timestamps): New options.
10897 (org-html-handle-time-stamps): New function.
10898 (org-keyword-time-regexp): New variable.
10899 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10900 (org-agenda-todo-list-sublevels): New option.
10901 (org-html-level-start): When TITLE is nil, just close all levels.
10902 (org-parse-key-lines, org-parse-export-options): Remove functions,
10903 replaced by `org-infile-export-plist'.
10904 (org-combine-plists, org-infile-export-plist)
10905 (org-default-export-plist): New functions.
10906 (org-export-html-preamble, org-export-html-postamble)
10907 (org-export-html-auto-preamble, org-export-html-auto-postamble):
10908 New variables.
10909 (org-export-publishing-directory): New option.
10910 (org-export-as-html, org-export-as-ascii): Use the new property
10911 lists for settings.
10912 (org-export-copy-visible, org-export-as-xoxo):
10913 Respect `org-export-publishing-directory'.
10914 (org-link-search, org-store-link, org-file-apps): Support for
10915 links to BibTeX database entries..
10916 (org-get-current-options, org-set-regexps-and-options):
10917 Implement logging as a startup option.
10918 (org-store-link): Make sure context string is never empty
10919 (org-insert-link): Use relative path when possible.
10920 (org-at-item-checklet-p): New function.
10921 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10922 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10923 (org-metaright, org-metaup, org-metadown, org-shiftup)
10924 (org-shiftdown, org-shiftright, org-shiftleft)
10925 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10926 Dispatch using `call-interactively'.
10927 (org-call-with-arg): New defsubst.
10928 (org-tag-alist, org-use-fast-tag-selection): New options.
10929 (org-complete): Use `org-tag-alist'.
10930 (org-fast-tag-insert, org-fast-tag-selection): New functions.
10931 (org-next-item, org-previous-item): New commands.
10932 (org-beginning-of-item, org-end-of-item): Add (interactive) to
10933 make command.
10934 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10935
10936 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10937
10938 * emacs-lisp/ewoc.el (ewoc-delete): New function.
10939 (ewoc-filter): Use `ewoc-delete'.
10940
10941 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10942
10943 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10946 Signal more user-friendly error messages.
10947
10948 * complete.el (PC-do-completion): Undo the addition of implicit
10949 wildcards if they did not lead to finding any match.
10950 (read-file-name-internal): Don't add the final > if the completion is
10951 not finished.
10952
10953 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10954
10955 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10956 Quote safe-local-variable predicate.
10957
10958 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10959
10960 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10961
10962 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10963
10964 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10965
10966 * progmodes/make-mode.el (makefile-special-targets-list)
10967 (makefile-macro-table, makefile-target-table): Mark as risky.
10968 (makefile-query-one-target-method): Make this the alias for the
10969 following variable.
10970 (makefile-query-one-target-method-function): Make this the real name.
10971
10972 * textmodes/artist.el (artist-text-renderer): Make this the alias
10973 for the following variable.
10974 (artist-text-renderer-function): Make this the real name.
10975
10976 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10977 the alias for the following variable.
10978 (flyspell-generic-check-word-predicate): Make this the real name.
10979
10980 * textmodes/ispell.el (ispell-format-word): Make this the alias
10981 for the following variable.
10982 (ispell-format-word-function): Make this the real name.
10983 (ispell-message-text-end): Mark as risky.
10984
10985 * skeleton.el (skeleton-transformation, skeleton-filter)
10986 (skeleton-pair-filter): Make these the aliases for the following
10987 variables.
10988 (skeleton-transformation-function, skeleton-filter-function)
10989 (skeleton-pair-filter-function): Make these the real names.
10990
10991 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10992 and skeleton-pair-filter-function.
10993
10994 * textmodes/sgml-mode.el (sgml-transformation): Make this the
10995 alias for the following variable.
10996 (sgml-transformation-function): Make this the real name.
10997 (sgml-tag-alist): Mark as risky.
10998
10999 2006-05-21 Richard Stallman <rms@gnu.org>
11000
11001 * simple.el (kill-region): Interactively, pass point, then mark.
11002
11003 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11004
11005 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11006
11007 2006-05-21 Romain Francoise <romain@orebokech.com>
11008
11009 * dired-x.el (dired-mode-map): Don't bind M-g.
11010
11011 2006-05-20 Richard Stallman <rms@gnu.org>
11012
11013 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11014 (dired-goto-file): Doc fix.
11015
11016 2006-05-21 Kim F. Storm <storm@cua.dk>
11017
11018 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11019 way to enable built-in cua-mode if user loads older CUA-mode package.
11020
11021 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11022 if default-filename is specified.
11023
11024 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11025
11026 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11027
11028 * info.el (info-apropos): Make sure current-file and current-node
11029 have non-nil values. Speed up by using add-to-list instead of
11030 manual consing.
11031
11032 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11033
11034 * progmodes/make-mode.el (makefile-mode): Doc fix.
11035
11036 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11037
11038 * dired-aux.el (dired-do-shell-command): Doc fix.
11039
11040 2006-05-20 Kevin Ryde <user42@zip.com.au>
11041
11042 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11043 ``(custom-manual :tag "Foo" "(foo)Node")''.
11044
11045 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11046
11047 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11048 value is an integer.
11049
11050 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11051
11052 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11053 "format".
11054 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11055
11056 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11057
11058 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11059 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11060
11061 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11064 regexp for keywords.
11065
11066 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11067
11068 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11069 replace-regexp-in-string.
11070
11071 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11072 encode, and escape file name on conversion to URL.
11073
11074 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11075
11076 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11077 Don't unescape URL.
11078 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11079
11080 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11081 on conversion to URLs.
11082
11083 * net/browse-url.el (browse-url-file-url): Encode file name on
11084 conversion to URL.
11085
11086 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11087 conversion to URL.
11088
11089 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11090
11091 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11092
11093 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11094
11095 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11096 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11097
11098 2006-05-19 Glenn Morris <rgm@gnu.org>
11099
11100 * calendar/diary-lib.el (diary-bahai-date)
11101 (list-bahai-diary-entries, mark-bahai-diary-entries)
11102 (mark-bahai-calendar-date-pattern): Not interactive.
11103 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11104 (diary-entries-list): Change format of 4th element in each entry.
11105 (diary-list-entries): Use add-to-diary-list.
11106 (diary-goto-entry): Handle the case where the buffer visiting the
11107 diary has been killed.
11108 (fancy-diary-display): Add 'locator to button rather than 'marker.
11109 Only generate temp-face when there are marks to apply.
11110 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11111 (diary-fancy-date-pattern): New variable.
11112 (diary-time-regexp): Doc fix.
11113 (diary-anniversary, diary-time): New faces.
11114 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11115 diary-time-regexp. Add font-lock-multiline property where needed.
11116 Use new faces diary-anniversary and diary-time.
11117 (diary-fancy-font-lock-fontify-region-function): New function, to
11118 handle multiline font-lock pattern in fancy diary.
11119 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11120 (diary-font-lock-keywords): Tweak time regexp. Use new face
11121 diary-time.
11122
11123 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11124
11125 * international/code-pages.el (mik): Table corrected.
11126
11127 2006-05-18 Kim F. Storm <storm@cua.dk>
11128
11129 * progmodes/grep.el (grep-find): Don't check grep-find-command
11130 before running command (breaks non-interactive usage).
11131
11132 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11133
11134 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11135 (ewoc--insert-new-node): Don't insert trailing newline.
11136 Instead, adjust successor nodes's start markers.
11137 (ewoc--refresh-node): Delete all text from current node's start
11138 marker to the next one's; adjust successor nodes's start markers.
11139 (ewoc--create): Doc fixes.
11140 (ewoc--refresh): Don't insert newline.
11141 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11142 * pcvs.el (cvs-make-cvs-buffer):
11143 Specify extra newline for ewoc's header and footer.
11144 (cvs-update-header): Update initial header recognition.
11145 Append newline to final header and footer values.
11146 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11147
11148 2006-05-17 Richard Stallman <rms@gnu.org>
11149
11150 * files.el (file-name-extension): Doc fix.
11151
11152 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11155 we can explicitly enable/disable rather than toggle.
11156 (shell-mode): Use it.
11157 (shell-cd): Don't try to reproduce what `cd' does.
11158
11159 2006-05-17 Kim F. Storm <storm@cua.dk>
11160
11161 * ido.el (ido-read-internal): Use only nondirectory part of
11162 default item.
11163
11164 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11165
11166 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11167 (ewoc-nth): Doc fix.
11168
11169 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11170
11171 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11172
11173 * international/mule.el (auto-coding-alist): Add .lha to files
11174 read with no-conversion.
11175
11176 * files.el (auto-mode-alist): Add .lha files to archive file
11177 extensions.
11178
11179 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11180 Convert csize to integer when computing offsets within the
11181 compressed archive file.
11182
11183 2006-05-16 Kim F. Storm <storm@cua.dk>
11184
11185 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11186 with read-from-minibuffer.
11187
11188 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11189
11190 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11191 (byte-compile-warnings): Fix safe-local-variable property.
11192
11193 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11194
11195 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11196 (allout-stylish-prefixes, allout-numbered-bullet)
11197 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11198 predicates to qualify `safe-local-variable' property, when
11199 available, else use equivalent lambda.
11200 (allout-current-topic-collapsed-p): Do the right thing regarding
11201 trailing blank lines.
11202
11203 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * server.el (server-start): Only create a directory if needed.
11206 (server-edit, server-unload-hook): server-start => server-mode.
11207 (kill-emacs-hook): Cleanup upon exit.
11208
11209 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * hexl.el (hexlify-buffer): Encode process arguments manually.
11212
11213 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11214
11215 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11216 call to gdb-tooltip-print.
11217
11218 2006-05-15 Romain Francoise <romain@orebokech.com>
11219
11220 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11221 systems, default to "tar" since those systems probably have GNU tar.
11222
11223 2006-05-14 Lars Hansen <larsh@soem.dk>
11224
11225 * desktop.el (desktop-missing-file-warning): Fix docstring.
11226 (desktop-restore-file-buffer): Correct question asked on missing file.
11227
11228 2006-05-14 Kim F. Storm <storm@cua.dk>
11229
11230 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11231 Add CUA move property.
11232
11233 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11234
11235 * custom.el (custom-push-theme): Load the variable before checking
11236 its `standard-value'.
11237
11238 2006-05-13 Lars Hansen <larsh@soem.dk>
11239
11240 * desktop.el (desktop-save): Use with-temp-buffer.
11241
11242 2006-05-12 Glenn Morris <rgm@gnu.org>
11243
11244 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11245 * calendar/calendar.el (calendar-mode-map):
11246 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11247 * calendar/appt.el (appt-check, appt-make-list): Refer to
11248 diary-view-entries, diary-list-entries, diary-show-all-entries
11249 rather than obsolete aliases.
11250
11251 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11252
11253 * simple.el (line-move-finish): Avoid calling point motion hooks
11254 while processing intangibility.
11255
11256 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11257
11258 * term/xterm.el (terminal-init-xterm): Fix typo.
11259
11260 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11261
11262 * allout.el (allout-view-change-hook): Mark as being deprecated,
11263 to be replaced by `allout-exposure-change-hook'.
11264 (allout-exposure-change-hook): New, replacing
11265 `allout-view-change-hook'.
11266 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11267 in addition to `allout-view-change-hook'.
11268 (allout-show-bodies, allout-old-style-prefixes)
11269 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11270 lambda forms to prevent their showing up in variable help
11271 presentations as inscrutable byte-compiled code.
11272 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11273 Use string-or-null-p to qualify safe-local-variable values.
11274 (allout-reindent-bodies): Use memq to qualify matches against
11275 valid safe-local-variable values. Also, quote the lambda as above.
11276 (allout-use-mode-specific-leader): Add missing candidate-value
11277 symbols, use memq, and quote the lambda.
11278 (allout-overlay-interior-modification-handler): Remove unused
11279 variables `msg' and 'opened'.
11280 (allout-hidden-p): Constrain invisibility consideration to allout's
11281 invisibility spec, disregarding invisibility for other reasons.
11282
11283 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11284
11285 * files.el (version-control): Correct safe values.
11286
11287 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11288
11289 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11290
11291 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11292 (ewoc--insert-new-node): New func.
11293 Update callers of deleted funcs to use it, instead.
11294
11295 2006-05-11 Glenn Morris <rgm@gnu.org>
11296
11297 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11298 obsolete alias `show-all-diary-entries'.
11299 (make-diary-entry): Not interactive.
11300 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11301 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11302 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11303 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11304 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11305 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11306
11307 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11308
11309 * calendar/calendar.el (calendar-french-date-string)
11310 (calendar-mayan-date-string, calendar-chinese-date-string)
11311 (calendar-astro-date-string, calendar-iso-date-string)
11312 (calendar-islamic-date-string, calendar-bahai-date-string)
11313 (calendar-hebrew-date-string, calendar-coptic-date-string)
11314 (calendar-ethiopic-date-string, calendar-persian-date-string):
11315 These functions are not interactive.
11316
11317 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11318
11319 * files.el: Balance parentheses.
11320
11321 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11322
11323 * files.el, newcomment.el, outline.el, simple.el,
11324 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11325 * progmodes/cc-vars.el, progmodes/compile.el:
11326 Move `safe-local-variable' declarations to the respective files.
11327
11328 * help-fns.el (describe-variable): Don't print safe-var if it is
11329 byte-code. Improve wording as suggested by Luc Teirlinck.
11330
11331 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11332
11333 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11334 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11335 Use a token for pending-triggers to ensure gdb-var-update
11336 gets called once per user input again for pre-GDB 6.4.
11337 (gdb-var-delete): Match on more complex expressions.
11338 (gdb-var-list-children-handler, gdb-var-create-handler):
11339 Use a token for consistency.
11340
11341 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
11342
11343 * textmodes/org.el (org-read-date, org-goto-calendar)
11344 (org-agenda-goto-calendar):
11345 Bind `view-calendar-holidays-initially' to nil.
11346
11347 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
11348
11349 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11350 Update all callers to do it there, instead.
11351
11352 2006-05-10 Glenn Morris <rgm@gnu.org>
11353
11354 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11355 prefix arg case, to avoid view-diary-entries-initially error.
11356 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11357 (calendar-date-is-legal-p): Handle dates with no day part.
11358
11359 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11360
11361 * comint.el (comint-insert-input): Just make it when
11362 comint-use-prompt regexp is nil (default) and with the mouse.
11363 (comint-copy-old-input): Reinstate from 2004-06-23.
11364 (comint-mode-map): Bind C-c C-m to it.
11365
11366 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
11367
11368 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11369 Remove spurious move to point-max (new comint behavior fixes).
11370
11371 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11372 compatibility function (Emacs 18/19).
11373 (idlwave-is-continuation-line): Always return point at start of
11374 previous non-blank continuation line.
11375 (keyword-parameters): Fix continued comment font-lock matcher.
11376 (idlwave-font-lock-fontify-region): Written, use as
11377 font-lock-fontify-region-function, to fix continued keyword
11378 fontification issues.
11379
11380 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11381
11382 * term/mac-win.el (mac-font-panel-mode): Doc fix.
11383 (mac-service-selection, mac-service-open-file)
11384 (mac-service-open-selection, mac-service-mail-selection)
11385 (mac-service-mail-to, mac-service-insert-text): Rename from
11386 mac-services-*. All uses changed.
11387 (mac-apple-event-map): Rename event symbol `services' to `service'.
11388
11389 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
11390
11391 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11392 (ewoc--node-enter-first, ewoc--node-enter-last)
11393 (ewoc--delete-node-internal): Merge funcs into unique callers.
11394
11395 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11398 return value of read-from-minibuffer for empty input.
11399
11400 2006-05-09 Miles Bader <miles@gnu.org>
11401
11402 * comint.el (comint-insert-input): Remove redundant calls to setq
11403 and goto-char.
11404
11405 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
11406
11407 * comint.el (comint-insert-input): Make it work when
11408 comint-use-prompt-regexp is t.
11409
11410 2006-05-10 Miles Bader <miles@gnu.org>
11411
11412 * subr.el (field-at-pos): New function.
11413
11414 * comint.el (comint-insert-input): Use it.
11415
11416 2006-05-09 Juri Linkov <juri@jurta.org>
11417
11418 * battery.el (battery-linux-proc-acpi): Also try
11419 `/proc/acpi/thermal_zone/THR2/temperature'.
11420
11421 * files.el <safe-local-variable>: Remove `eval' and `let' binding
11422 for now unused lambda `string-or-null'.
11423
11424 * add-log.el (change-log-default-name): Put `string-or-null-p'
11425 instead of lambda on `safe-local-variable' property.
11426
11427 * diff-mode.el (diff-context->unified): Use `region-beginning' and
11428 `region-end' instead of `mark' and `point'.
11429 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11430 Operate on region in Transient Mark mode when the mark is active.
11431 Use `region-beginning' and `region-end' instead of `mark' and
11432 `point'.
11433 (diff-hunk-text, diff-goto-source): Doc fix.
11434
11435 * startup.el (fancy-splash-screens, normal-splash-screen): Use
11436 face `mode-line-buffer-id' for mode-line buffer face instead of
11437 hard-coded `(:weight bold)'.
11438
11439 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11440 buffer-undo-list to t (undo-ask is reproducible by visiting
11441 nested archives).
11442
11443 2006-05-09 Kim F. Storm <storm@cua.dk>
11444
11445 * progmodes/grep.el (rgrep): Set default directory of *grep*
11446 buffer if we start M-x rgrep in the *grep* buffer and choose
11447 a different base directory.
11448
11449 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
11450
11451 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11452 completion also when ido is loaded.
11453
11454 2006-05-09 Masatake YAMATO <jet@gyve.org>
11455
11456 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11457 "warning" and "import".
11458 (cpp-font-lock-keywords): Added "warning".
11459
11460 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11461
11462 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11463
11464 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11465
11466 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11467 pages at a time, if we signal the end, we should indeed reach that end.
11468
11469 2006-05-08 David Reitter <david.reitter@gmail.com>
11470
11471 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11472 output during execution of the body.
11473
11474 2006-05-08 Kim F. Storm <storm@cua.dk>
11475
11476 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11477
11478 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
11479
11480 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11481 Use with-current-buffer.
11482
11483 2006-05-07 Kim F. Storm <storm@cua.dk>
11484
11485 * subr.el (add-to-history): Remove keep-dups arg.
11486
11487 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11488 to nil around call to add-to-history.
11489
11490 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11493 than after a buffer modification.
11494
11495 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
11496
11497 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11498 call to...
11499 (gud-watch): ...here so speedbar is raised for already watched
11500 expressions.
11501 (gdb-speedbar-refresh): Delete function.
11502 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11503 Use speedbar-timer-fn instead of speedbar-refresh (reverting
11504 earlier change).
11505 (gdb-var-evaluate-expression-handler)
11506 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11507
11508 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11509 Update localized contents for all buffers except ignored modes.
11510
11511 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11512
11513 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11514 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11515 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11516 (mac-handle-font-panel-closed, mac-handle-font-selection):
11517 New functions.
11518 (mac-font-panel-mode): New minor mode.
11519 (mac-apple-event-map): Add bindings for toolbar toggle button and
11520 font panel.
11521 (menu-bar-showhide-menu): Add mac-font-panel-mode.
11522
11523 2006-05-07 John Paul Wallington <jpw@pobox.com>
11524
11525 * ibuffer.el (ibuffer-compressed-file-name-regexp):
11526 Avoid `regexp-opt'; simplify regexp for readability.
11527
11528 2006-05-06 Eli Zaretskii <eliz@gnu.org>
11529
11530 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11531 * files.el (buffer-stale-function):
11532 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11533 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11534 links to the main manual, not to emacs-xtra.
11535
11536 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11537
11538 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11539 MacJapanese if text is ASCII-only.
11540
11541 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
11542
11543 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11544 unless so nil isn't returned.
11545 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11546
11547 2006-05-06 Kim F. Storm <storm@cua.dk>
11548
11549 * subr.el (add-to-history): New function.
11550
11551 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11552 (ediff-merge-files-with-ancestor):
11553 * env.el (setenv):
11554 * isearch.el (isearch-update-ring):
11555 * server.el (server-visit-files):
11556 * progmodes/grep.el (lgrep, rgrep):
11557 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11558 * progmodes/xscheme.el (xscheme-insert-expression):
11559 Use add-to-history.
11560
11561 * kmacro.el (kmacro-push-ring): Use add-to-history.
11562 (kmacro-ring-length): Remove unused defun.
11563 (kmacro-start-macro): Use kmacro-push-ring.
11564
11565 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
11566
11567 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11568 directly instead of a lambda expression that calls it.
11569
11570 2006-05-06 Kim F. Storm <storm@cua.dk>
11571
11572 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11573 instead of compute-motion.
11574
11575 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11576
11577 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11578 change.
11579
11580 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
11581
11582 * startup.el (command-line-1): Refer to "Pure Storage" on
11583 pure-space-overflow.
11584
11585 2006-05-05 Martin Rudalics <rudalics@gmx.at>
11586
11587 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11588 provided faces once they all have been used up.
11589
11590 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11591
11592 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11593 reference to the Lisp manual to the warning about pure space
11594 overflow.
11595
11596 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11597
11598 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11599 argument to avoid the call to `ispell-internal-change-dictionary'
11600 when not needed.
11601 (ispell-change-dictionary): Use this argument and call
11602 `ispell-internal-change-dictionary' after the possible change
11603 to `ispell-local-dictionary'.
11604 (ispell-internal-change-dictionary): Check for a change in
11605 personal dictionary use too.
11606
11607 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11608
11609 * startup.el (command-line): On MS-Windows, probe "~", not
11610 "~USER", for warning about non-existent home directory.
11611
11612 * arc-mode.el (archive-l-e): New optional argument `float' means
11613 generate a float value.
11614 (archive-arc-summarize, archive-lzh-summarize)
11615 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11616 with 3rd argument non-nil when file's size is being computed.
11617 Format the file sizes with %8.0f instead of %8d.
11618
11619 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11620
11621 * cus-start.el (all): Add mac-dnd-known-types.
11622
11623 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11624 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11625 (mac-TIFF-to-string): New functions.
11626 (x-get-selection, x-selection-value)
11627 (mac-select-convert-to-string): Use them.
11628 (mac-text-encoding-mac-japanese-basic-variant): New constant.
11629 (mac-dnd-types-alist): New customization variable.
11630 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11631 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11632 (mac-dnd-handle-drag-n-drop-event): New functions.
11633 (mac-drag-n-drop): Remove function.
11634 (global-map): Bind drag-n-drop and M-drag-n-drop to
11635 mac-dnd-handle-drag-n-drop-event.
11636
11637 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
11638
11639 * progmodes/perl-mode.el (perl-beginning-of-function):
11640 Skip anonymous subs.
11641
11642 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
11643
11644 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11645 regexp-opt at run time.
11646
11647 * term.el (term-handle-ansi-escape): Fix off by one error.
11648
11649 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
11650
11651 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11652 (gdb-init-1, gdb-post-prompt): ...and references to it.
11653 (gdb-frame-handler): Strip directory name from filename if present.
11654
11655 * progmodes/gud.el (gdb-force-update): Delete defvar
11656 (gud-speedbar-buttons): ...and references to it. Use window-start
11657 to try to keep positon in watch expression.
11658
11659 2006-05-03 Richard Stallman <rms@gnu.org>
11660
11661 * simple.el (next-history-element, previous-history-element): Doc fix.
11662
11663 * isearch.el (isearch-update-ring): Doc fix.
11664
11665 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
11666
11667 * isearch.el (isearch-update-ring): Take history-delete-duplicates
11668 into consideration. Replace one arm ifs with whens.
11669
11670 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
11671
11672 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11673 (menu): Fix typo.
11674
11675 2006-05-02 Miles Bader <miles@gnu.org>
11676
11677 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11678
11679 2006-05-02 Jay Belanger <belanger@truman.edu>
11680
11681 * calc/calc-embed.el (calc-override-minor-modes-map)
11682 (calc-override-minor-modes): New variables.
11683 (calc-do-embedded): Make sure that Calc keystrokes aren't
11684 overwritten by minor modes.
11685
11686 2006-05-02 Chong Yidong <cyd@mit.edu>
11687
11688 * msb.el (msb): If EVENT is a down event, read and discard the up event.
11689
11690 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11691
11692 * startup.el (command-line-1): Refer to Lisp manual when
11693 pure-space-overflow occurs.
11694
11695 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11696 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11697 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11698 (version-control): Don't use `t' for safe-local-variable declarations.
11699
11700 2006-05-01 Richard Stallman <rms@gnu.org>
11701
11702 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11703 M-r, M-R, M-A, M-SPC or M-DEL.
11704 (diff-mode-map): diff-refine-hunk now on C-c C-w
11705 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11706
11707 * help-mode.el (help-mode): view-exit-action calls delete-window
11708 only when it is safe and possible.
11709
11710 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11711 in messages.
11712
11713 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11714
11715 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11716 in the default tool-bar-map.
11717
11718 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
11719
11720 * net/tramp.el (tramp-completion-file-name-handler-alist)
11721 (tramp-run-real-handler, tramp-completion-run-real-handler)
11722 (tramp-completion-handle-file-name-all-completions)
11723 (tramp-completion-handle-file-name-completion): Autoload them.
11724 (tramp-completion-handle-file-exists-p)
11725 (tramp-completion-handle-file-name-directory)
11726 (tramp-completion-handle-file-name-nondirectory)
11727 (tramp-completion-handle-expand-file-name): Remove them.
11728 (tramp-handle-file-name-directory): Return the real directory name.
11729 Returning "/" only doesn't need to be necessary any longer.
11730 (tramp-file-name-handler): Make special attention when in hostname
11731 completion mode.
11732 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11733 (tramp-register-file-name-handlers):
11734 Register `tramp-completion-file-name-handler' only when
11735 `partial-completion-mode' is enabled.
11736 (tramp-completion-handle-file-name-all-completions):
11737 Delete directory part from results.
11738 (tramp-get-completion-methods, tramp-get-completion-user-host):
11739 Discard deleting "/", it doesn't work after the change of
11740 `tramp-handle-file-name-directory' above.
11741
11742 2006-05-01 Kim F. Storm <storm@cua.dk>
11743
11744 * progmodes/grep.el (grep-expand-template): Use save-match-data
11745 and symbol-value.
11746
11747 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11748
11749 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11750 Use select-frame-set-input-focus instead of raise-frame.
11751 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11752
11753 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
11754
11755 * progmodes/gud.el (gud-def): Add %c case.
11756 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11757 (gud-format-command): Make match case sensitive. Match on %F.
11758
11759 2006-04-30 Glenn Morris <rgm@gnu.org>
11760
11761 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11762 (cal-tex-preamble): Use cal-tex-preamble-extra.
11763 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11764 than alias `list-diary-entries'.
11765
11766 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
11767
11768 * help-fns.el (describe-variable): Add info about safe local variables.
11769
11770 2006-04-29 Richard Stallman <rms@gnu.org>
11771
11772 * bindings.el (mode-line-format): help-echo doc fixes.
11773
11774 * net/tramp.el (tramp-file-name-handler-alist): Delete
11775 expand-file-name and other operations that can cause spurious loading.
11776
11777 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11778
11779 * files.el (safe-local-variable-p): Remove support for the special
11780 value t.
11781
11782 * textmodes/paragraphs.el (sentence-end-without-space):
11783 Fix safety predicate.
11784 (sentence-end-double-space, sentence-end-without-period)
11785 (paragraph-ignore-fill-prefix):
11786 * textmodes/fill.el (colon-double-space):
11787 * abbrev.el (abbrev-mode): Tighten the safety predicate.
11788
11789 * subr.el (booleanp): New fun.
11790
11791 * textmodes/reftex-vars.el (reftex-guess-label-type):
11792 Tighten the safety predicate.
11793
11794 2006-04-28 Kim F. Storm <storm@cua.dk>
11795
11796 * progmodes/grep.el (defgroup grep): Doc fix.
11797 (grep-auto-highlight): Remove.
11798 (grep-template): New defcustom.
11799 (grep-find-template): Rename from grep-tree-template.
11800 (grep-files-aliases): Rename from grep-tree-files-aliases.
11801 Remove "all" alias, add "l" alias.
11802 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11803 (grep-find-ignored-directories): New defcustom to replace
11804 grep-tree-ignore-CVS-directories, to facilitate ignoring
11805 subdirectories for multiple version control systems.
11806 (grep-mode-map): Add Recursive grep item to GREP menu.
11807 (grep-regexp-history, grep-files-history): New defvars.
11808 (grep-probe): New helper function.
11809 (grep-compute-defaults): Use it to simplify code.
11810 Adapt to name changes.
11811 Use `.' as base in grep-find-template rather than <D>.
11812 (grep): Remove superfluous highlight-regexp arg. Fix doc.
11813 Call grep-compute-defaults unconditionally.
11814 (grep-expand-keywords): New defconst.
11815 (grep-expand-template): Rename from grep-expand-command-macros.
11816 Simplify via grep-expand-keywords. Look at case-fold-search instead
11817 of grep-tree-ignore-case to add -i option.
11818 Bind case-fold-search to nil while matching keywords.
11819 (grep-tree-last-regexp, grep-tree-last-files): Remove.
11820 (grep-read-regexp, grep-read-files): New helper functions.
11821 (rgrep): Rename from grep-tree. Rework to use proper histories.
11822 Adapt to changes in defcustoms and functions above.
11823 (lgrep): New command, as grep, but using same interactive UI as rgrep.
11824
11825 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
11826
11827 * net/tramp.el (tramp-completion-file-name-handler):
11828 Disable Tramp's functionality while loading Tramp itself.
11829 (tramp-register-file-name-handlers): That's a defsubst now.
11830 Code from `tramp-repair-jka-compr' moved here. Apply it via
11831 `after-init-hook'.
11832 (tramp-repair-jka-compr): Remove.
11833
11834 2006-04-27 Jay Belanger <belanger@truman.edu>
11835
11836 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11837 read expression when `math-read-big-expr' doesn't work.
11838
11839 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
11840
11841 * startup.el (command-line-1): Display warning when
11842 pure-space-overflow is non-nil.
11843
11844 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11845
11846 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11847 risky.
11848
11849 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11850
11851 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11852 Return the URL or nil if none can be generated.
11853
11854 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
11855
11856 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11857 byte compiler warnings.
11858 (gud-basic-call, gud-find-expr): Let user select an expression
11859 for printing. Print expression as well as value in GUD buffer.
11860
11861 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
11862
11863 * allout.el: Remove local autoload declaration for
11864 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11865 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11866 (allout-plain-bullets-string, allout-distinctive-bullets-string)
11867 (allout-use-mode-specific-leader, allout-old-style-prefixes)
11868 (allout-stylish-prefixes, allout-numbered-bullet)
11869 (allout-file-xref-bullet, allout-presentation-padding)
11870 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11871 safe-local-variable with suitable value spec, and add autoload
11872 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
11873 (move-beginning-of-line, move-end-of-line): Repair so these compat
11874 functions now actually resituate the point, when appropriate.
11875
11876 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11879
11880 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11881 (add-log-iso8601-time-string): Fix call to format-time-string.
11882
11883 2006-04-26 Kim F. Storm <storm@cua.dk>
11884
11885 * subr.el (posn-string, posn-image, posn-object): Doc fix.
11886
11887 2006-04-26 Masatake YAMATO <jet@gyve.org>
11888
11889 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11890 Add support for "//" style comments. Remove `b' flag
11891 from ?* in `asm-mode-syntax-table'.
11892
11893 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * follow.el: Use (featurep 'xemacs) everywhere.
11896 (follow-mode): Use define-minor-mode.
11897 (follow-mode-map): Move initialization into the declaration.
11898 Use command remapping.
11899 (follow-emacs-version-xemacs-p): Remove.
11900 (follow-submit-feedback): Remove.
11901
11902 * allout.el (allout-layout, allout-passphrase-verifier-string)
11903 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11904
11905 * textmodes/reftex-vars.el (reftex-vref-is-default)
11906 (reftex-fref-is-default, reftex-guess-label-type):
11907 Tighten up a bit the safety predicate.
11908
11909 * textmodes/paragraphs.el (sentence-end-double-space)
11910 (sentence-end-without-period, sentence-end-without-space)
11911 (page-delimiter, paragraph-ignore-fill-prefix):
11912 Tighten up a bit the safety predicate.
11913
11914 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11915
11916 * progmodes/python.el (python-continuation-line-p)
11917 (python-beginning-of-statement): syntax-ppss may return
11918 a negative depth.
11919 (python-mode): Don't forcefully enable font-lock.
11920
11921 * time-stamp.el (time-stamp-start, time-stamp-end)
11922 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11923
11924 * add-log.el: Remove spurious * in docstrings.
11925 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11926 (add-change-log-entry): Use it here, since it's not specific
11927 to iso8601.
11928 (add-log-iso8601-time-string): Don't use it here any more.
11929 (change-log-indent-text, change-log-indent): Rename from add-log-*.
11930
11931 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11932
11933 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
11934
11935 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11936 (rcirc-toggle-low-priority): Doc fix.
11937 (rcirc-handler-NOTICE): Remove beginning of line anchor in
11938 ChanServ regexp.
11939 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11940 #emacs.
11941 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11942 (rcirc-decode-coding-system): Use utf-8 as the default.
11943 (rcirc-multiline-minor-mode): Set the fill-column.
11944 (rcirc-format-response-string): Display bright and dim nicks.
11945 (rcirc-browse-url): Update interactive spec to fill ARG.
11946 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11947 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11948
11949 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
11950
11951 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11952 case for @Article, etc.
11953
11954 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
11955
11956 * net/tramp.el (tramp-register-file-name-handlers): New defun.
11957 Added with autoload cookie.
11958 (tramp-unload-file-name-handlers): Rename from
11959 `tramp-unload-file-name-handler-alist'.
11960
11961 2006-04-23 Romain Francoise <romain@orebokech.com>
11962
11963 * comint.el (comint-match-partial-filename): Doc fix.
11964
11965 2006-04-21 Glenn Morris <rgm@gnu.org>
11966
11967 * calendar/cal-menu.el (calendar-mode-map): Refer to
11968 `diary-view-entries' rather than alias `view-diary-entries'.
11969 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11970
11971 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
11972
11973 * progmodes/antlr-mode.el (antlr-default):
11974 * cus-edit.el (custom-documentation):
11975 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11976 in defface.
11977
11978 2006-04-21 Kim F. Storm <storm@cua.dk>
11979
11980 * image.el (image-type): New defun split out of create-image.
11981 (create-image): Use it.
11982
11983 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
11984
11985 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11986 (org-open-at-point): Remove the "...done" message to keep output
11987 in the echo area visible.
11988 (org-export-as-xoxo): Fix call to `indent-region'.
11989
11990 2006-04-21 Kevin Ryde <user42@zip.com.au>
11991
11992 * international/mule.el (keyboard-coding-system): defcustom
11993 info-link fixes: "Specify Coding" has been split, keyboard now in
11994 "Terminal Coding", and "Single-Byte Character Support" is now
11995 "Unibyte Mode".
11996
11997 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
11998
11999 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12000 Use font-lock-warning-face for any errors e.g. no stack.
12001 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12002
12003 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12004
12005 * progmodes/sh-script.el (sh-shell): Mark as safe.
12006
12007 * newcomment.el (comment-start, comment-start-skip)
12008 (comment-end-skip, comment-end): Mark as safe.
12009
12010 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12011
12012 * textmodes/org.el (org-deadline-announce): Face removed.
12013 (org-level-faces, org-n-levels): Convert to constant.
12014 (org-compatible-face): New function.
12015 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12016 (org-level-5, org-level-6, org-level-7, org-level-8)
12017 (org-special-keyword, org-warning, org-headline-done, org-link)
12018 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12019 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12020 Face definition revised for better color tty support.
12021 (org-bold-re, org-italic-re, org-underline-re): New constants.
12022 (org-set-font-lock-defaults): Use the new constants.
12023 (org-agenda-highlight-todo): New function.
12024 (org-agenda-todo): Fix bug with point at end of line.
12025 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12026 Fontify TODO keywords.
12027 (org-insert-link): Preserve relative path in ../ links.
12028 (org-export-as-html): Convert links pointing to .org files into
12029 links that will work beteen the exported HTML files.
12030 (org-todo-list): Fix bug when arg=0.
12031 (org-insert-heading): More fine-tuning.
12032
12033 2006-04-19 Romain Francoise <romain@orebokech.com>
12034
12035 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12036 from `rmail-mime-charset-pattern'.
12037
12038 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12039
12040 * progmodes/python.el (python-mode): Fix typo.
12041
12042 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12043
12044 * comint.el (comint-previous-input): Don't clobber input line
12045 when moving off either end of the input history ring.
12046 (comint-delete-input): New function, used by
12047 `comint-previous-input' and others.
12048 (comint-previous-matching-input):
12049 Use `coming-delete-input'. Save the partial input if leaving the
12050 edit line. Goto point-max before deleting input to avoid
12051 partial input fragments hanging around.
12052 (comint-restore-input): New function, used by `comint-previous-input'.
12053
12054 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12055
12056 * imenu.el (imenu--index-alist): Balance parentheses.
12057
12058 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12059
12060 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12061
12062 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12063
12064 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12065 file is nil.
12066
12067 2006-04-18 Richard Stallman <rms@gnu.org>
12068
12069 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12070
12071 * imenu.el (imenu-create-index-function, imenu--index-alist)
12072 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12073 (imenu-default-create-index-function, imenu--generic-function):
12074 Doc fixes.
12075
12076 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12077
12078 * help-mode.el (help-mode): Set view-exit-action to delete window.
12079
12080 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12081 now works by passing nil as arg.
12082
12083 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12084
12085 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12086 (read-abbrev-file): Provide default when reading filename.
12087
12088 * files.el (enable-local-variables): Allow :all as value.
12089 (hack-local-variables): Implement that value.
12090 (safe-local-variable-values, safe-local-eval-forms)
12091 (enable-local-variables): Mark as risky.
12092 (find-file-visit-truename, kept-old-versions): Mark safe.
12093
12094 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12095 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12096 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12097
12098 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12101 Use forward-line so as to get to BOL even in the presence of fields.
12102 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12103 in return.
12104 (inferior-tcl): Tell tclsh to work in interactive mode.
12105
12106 * complete.el (partial-completion-mode):
12107 Use 'choose-completion-string-functions to make sure that
12108 choose-completion fills the minibuffer properly.
12109
12110 * complete.el (PC-old-read-file-name-internal): Remove.
12111 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12112 of read-file-name-internal.
12113 (partial-completion-mode): Enable/disable this advice.
12114
12115 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12116
12117 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12118 of 2006-04-17.
12119
12120 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12121
12122 * textmodes/org.el (org-insert-heading): Insert heading before
12123 current if at beginning of line.
12124 (org-todo, org-date): New faces.
12125 (org-table-align): Make sure tooltip window contains full text.
12126 (org-no-properties): New defsubst.
12127 (org-set-font-lock-defaults): Use new faces.
12128
12129 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12130
12131 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12132 for root variables.
12133
12134 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12135 (gdb-frame-address): Re-use to identify frame for watch expression.
12136 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12137 variables.
12138 (gdb-init-1, gdb-source, gdb-post-prompt)
12139 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12140 (gdb-frame-handler): Get gdb-frame-address.
12141
12142 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12143
12144 Sync with Tramp 2.0.53.
12145
12146 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12147 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12148 (tramp-completion-file-name-handler): Add autoload cookie for
12149 adding to `file-name-handler-alist'.
12150
12151 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12152 the prompt. If it returns earlier (when detecting an error
12153 message), the rest of the output will merge accidently with the
12154 output of the next command. Reported by M Jared Finder
12155 <jared@hpalace.com>.
12156
12157 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12158 for `process-file', in order to let it work for older Emacsen too.
12159
12160 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12161
12162 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12163 (tex-font-lock-keywords-3): Use it.
12164
12165 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12166
12167 * newcomment.el (comment-add): New function.
12168 (comment-region-default, comment-dwim): Use it.
12169
12170 2006-04-15 Michael Olson <mwolson@gnu.org>
12171
12172 * emacs-lisp/tq.el: Improve comments.
12173 (tq-queue-head-question): New accessor function.
12174 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12175 Update for modified queue structure.
12176 (tq-queue-add): Accept `question' argument.
12177 (tq-queue-pop): If a question is pending, send it.
12178 (tq-enqueue): Accept new optional argument `delay-question'.
12179 If this is non-nil, and at least one other question is pending a
12180 response, queue the question rather than sending it immediately.
12181
12182 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12183
12184 * calendar/appt.el (appt-add): Check whether an appointment is
12185 already present in appt-time-msg-list. Simplify code.
12186
12187 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * progmodes/cc-langs.el (c-mode-menu):
12190 Don't presume c-subword-mode is bound.
12191
12192 2006-04-13 Bill Wohler <wohler@newt.com>
12193
12194 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12195 (customize-package-emacs-version): Use cdr instead of cadr now
12196 that alists use dotted pairs.
12197
12198 * custom.el (defcustom): Fix docstring for :package-version.
12199
12200 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12201
12202 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12203 (tramp-handle-shell-command): Display output buffer only when
12204 `tramp-display-shell-command-buffer' is true.
12205 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12206
12207 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12208
12209 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12210 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12211
12212 2006-04-13 Romain Francoise <romain@orebokech.com>
12213
12214 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12215 leaving temporary .cvsignore buffers behind.
12216
12217 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12218
12219 * textmodes/org.el (org-set-regexps-and-options)
12220 (org-get-current-options): Better names for the startup folding
12221 options.
12222
12223 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12224
12225 * vc.el (vc-annotate): Arrange for point to end up at the same
12226 line number as in the original, but only when using a new buffer.
12227
12228 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12229
12230 * files.el (hack-one-local-variable-eval-safep):
12231 Recognize `edebug-form-spec' for `put', but only if it passes
12232 `edebug-basic-spec'. Generalize `put' handling.
12233
12234 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12235 vetting file-local form specs.
12236
12237 * allout.el (allout-layout): Autoload its `safe-local-variable'
12238 property.
12239
12240 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12241
12242 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12243 (org-agenda-mouse-1-follows-link)
12244 (org-mouse-1-follows-link): New options.
12245 (org-format-agenda-item): Fix bug if TAGS is nil.
12246 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12247
12248 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12249
12250 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12251 GDB 6.1+ gives full filename for "info sources" so use
12252 file-name-nondirectory.
12253
12254 2006-04-12 Romain Francoise <romain@orebokech.com>
12255
12256 * subr.el (read-passwd): Bind `message-log-max' to nil.
12257
12258 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12259
12260 * progmodes/perl-mode.el (perl-indent-new-calculate):
12261 Recompute parse-start after jumping backward by a whole sexp.
12262
12263 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12266 window configuration.
12267 (vc-annotate-display-select): Select the buffer so that current-buffer
12268 (and selected-window) is the output buffer at the end of vc-annotate.
12269
12270 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12271
12272 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12273 8-color terminals, to use all of the colors in a sensible order.
12274 256-color terminals work well with the standard map.
12275 (vc-annotate-lines): Only strip the first color character if it
12276 is "#", to allow for terminal-style named colors.
12277 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12278 the correct buffer is scrolled.
12279
12280 2006-04-11 Richard Stallman <rms@gnu.org>
12281
12282 * emacs-lisp/bytecomp.el (byte-compile-file):
12283 Bind enable-local-variables to :safe, and make normal-mode obey it.
12284
12285 * files.el (enable-local-variables): Allow value :safe.
12286 (normal-mode): Doc fix.
12287 (hack-local-variables): Implement enable-local-variables = :safe.
12288 (hack-local-variables-confirm): Don't prevent quitting.
12289
12290 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * loadhist.el (unload-feature): A bit of sanity check of
12293 load-history entries. Cancel timer-vars before unbinding them.
12294
12295 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12296 quote special chars, and make the trick work on the hex part of the
12297 buffer as well.
12298 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12299 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12300
12301 * startup.el (normal-splash-screen): Fix last change so we don't wait
12302 2 minutes if we don't show the splash screen.
12303
12304 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12305
12306 * textmodes/org.el (org-export-plain-list-max-depth)
12307 (org-table-spaces-around-separators)
12308 (org-radio-targets, org-activate-camels)
12309 (org-table-spaces-around-invisible-separators): Options removed.
12310 (org-time-stamp-rounding-minutes, org-remember-templates)
12311 (org-ellipsis, org-activate-links, org-descriptive-links):
12312 New options.
12313 (org-remember-apply-template, org-current-time)
12314 (org-finish-edit-table-field)
12315 (org-link-unescape, org-link-escape)
12316 (org-string-width, org-table-clean-line, org-html-do-expand)
12317 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12318 (org-read-agenda-file-list): New functions.
12319 (org-table-edit-field)
12320 (org-table-create-or-convert-from-region): New commands
12321 (org-table-toggle-vline-visibility): Command removed.
12322 (org-table-convert-region): Made a command.
12323 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12324 Replace with the normal org- functions.
12325 (org-self-insert-command): Don't trigger realign unnecessarily
12326 when blanking a field that is not full.
12327 (org-mode): `Set buffer-invisibility-spec' for links.
12328 (org-activate-links2): Hide link part and only show descriptive
12329 part of the link.
12330 (org-insert-link): Modify for new linking system.
12331 (org-store-link): Store description separately, for use by
12332 `org-insert-link'.
12333 (org-table-align): Use `org-string-width'.
12334 (defgroup): Completely new group structure for custom variables.
12335 (org-agenda-files): Option: Single file name allowed. Function:
12336 Optional argument unrestrited means ignore any restricitons.
12337 (org-install-agenda-files-menu): Find a buffer in Org-mode before
12338 trying to modify the menu. Use generalized access to
12339 `org-agenda-files.'
12340 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12341 (org-agenda-file-to-front, org-remove-file, org-diary)
12342 (org-tags-view, org-export-icalendar-all-agenda-files)
12343 (org-export-icalendar-combine-agenda-files): Use generalized
12344 access to `org-agenda-files'.
12345 (org-remember-handler): Correctly preserve heading if present.
12346 (org-table-insert-row, org-table-insert-hline): Deal with
12347 invisible characters.
12348
12349 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
12350
12351 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12352 (vc-annotate-color-map): New 18 element constant
12353 value/saturation, rotating hue colormap, from red->blue.
12354 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12355 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12356 (vc-annotate): To avoid killing the required local variables,
12357 set them before the end of `with-output-to-temp-buffer', and
12358 after first switching to annotate-mode.
12359 (vc-annotate-warp-version): Add buffer argument in goto-line to
12360 ensure annotation, not source, is scrolled.
12361
12362 2006-04-10 Bill Wohler <wohler@newt.com>
12363
12364 * custom.el (defcustom, custom-handle-keyword):
12365 Add :package-version keyword.
12366 (custom-add-package-version): New function. Sets value of new
12367 property 'custom-package-version from :package-version keyword.
12368 (defcustom): Create Common Keywords section in docstring.
12369 (defface, defgroup): Replace definitions of a select few keywords
12370 with a reference to the Common Keywords in defcustom.
12371 (defcustom, defface, defgroup): Replace reference to Customization
12372 chapter in manual with hyperlink.
12373
12374 * cus-edit.el (customize-package-emacs-version-alist): New variable.
12375 (customize-changed-options): Add check for custom-package-version.
12376 (customize-package-emacs-version): New function to look up Emacs
12377 version corresponding to the given package version.
12378
12379 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12380 defun name, in similar fashion to find-variable-regexp.
12381
12382 2006-04-10 Eli Zaretskii <eliz@gnu.org>
12383
12384 * international/mule-cmds.el (set-locale-environment): Fix last
12385 change for when the locale's preferences don't specify any encoding.
12386
12387 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12390 so the defined var/fun doesn't need to be quoted.
12391
12392 2006-04-10 Richard Stallman <rms@gnu.org>
12393
12394 * finder.el (finder-mode-map): Add n and p bindings.
12395
12396 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
12397
12398 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12399 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12400 (gdb-setup-windows): Put something in source window if we can't find
12401 the source file.
12402 (gdb-frame-handler): Make it work again with just assembly.
12403 (gdb-data-list-register-values-handler): Make it work when there is
12404 no stack.
12405
12406 2006-04-09 Richard Stallman <rms@gnu.org>
12407
12408 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12409 specs while looking for charset.
12410
12411 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12412
12413 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12414 Make them faces.
12415 (lm-font-lock-keywords): Update appropriately.
12416
12417 2006-04-10 Kim F. Storm <storm@cua.dk>
12418
12419 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12420 it can also replace buffer-substring-no-properties.
12421
12422 * emulation/cua-base.el (cua-delete-region, cua-paste)
12423 (cua-repeat-replace-region): Use filter-buffer-substring.
12424
12425 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12426 (cua-cut-region-to-global-mark): Likewise.
12427
12428 * emulation/cua-rect.el (cua--extract-rectangle)
12429 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12430
12431 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12432
12433 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12434 entry-type. Add field delimiters to numerical fields if they are
12435 not present.
12436
12437 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12438
12439 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12440 string-const to return value.
12441 (bibtex-remove-delimiters): Use it.
12442
12443 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12446 cl-byte-compile-compiler-macro unless it exists.
12447
12448 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12449
12450 * files.el (hack-local-variables-confirm) <offer-save>:
12451 Clarify message text. Suggested by Ralf Angeli.
12452
12453 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12454
12455 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12456 (delete-extract-rectangle-line): Use `filter-buffer-substring'
12457 instead of `buffer-substring' and `delete-region'. (Most of the
12458 code actually copied from `kill-region'.)
12459
12460 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
12461
12462 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12463 (rcirc-default-port): Rename from rcirc-port.
12464 (rcirc-default-nick): Rename from rcirc-nick.
12465 (rcirc-default-user-name): Rename from rcirc-user-name.
12466 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12467 (rcirc-low-priority-flag): New variable.
12468 (rcirc-decode-coding-system): New defcustom.
12469 (rcirc-encode-coding-system): New defcustom.
12470 (rcirc-coding-system-alist): New defcustom.
12471 (rcirc-multiline-major-mode): New defcustom.
12472 (rcirc-nick): New internal variable.
12473 (rcirc-process): Remove variable.
12474 (rcirc-server-buffer): New variable.
12475 (rcirc): Update to use rcirc-default-* variables above.
12476 (rcirc-connect): Do not add window-configuration-hook-here.
12477 (rcirc-server): New internal variable.
12478 (rcirc-connect): Do not send keepalive pings if
12479 rcirc-keepalive-seconds is nil.
12480 (with-rcirc-server-buffer): New macro.
12481 (rcirc-send-string): Encode with rcirc-encode-coding-system.
12482 (rcirc-server-name): Rename from rcirc-server.
12483 (rcirc-buffer-process): New function.
12484 (rcirc-buffer-nick): New function.
12485 (rcirc-buffer-target): Remove function.
12486 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12487 New commands.
12488 (rcirc-mode-map): Change binding of C-c C-l to
12489 rcirc-toggle-low-priority.
12490 (rcirc-mode): Initialize coding system based on
12491 rcirc-coding-system-alist. New change-major-mode-hook to part the
12492 channel on a mode change. Make kill-buffer-hook buffer-local.
12493 (rcirc-change-major-mode-hook): New function.
12494 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12495 (rcirc-last-post-time): New variable.
12496 (rcirc-process-message): Store the last time user posted a message
12497 to this target.
12498 (rcirc-multiline-minor-mode): New mode.
12499 (rcirc-multiline-minor-mode-map): New mode map.
12500 (rcirc-edit-multiline): Put multiline-edit buffer in
12501 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12502 (rcirc-print): Ignore any line starting with an ignored nick.
12503 (rcirc-print): Decode using rcirc-decode-coding-system.
12504 (rcirc-track-minor-mode): Update global-mode-string when disabling
12505 this mode.
12506 (minor-mode-alist): Add LowPri indicator.
12507 (rcirc-toggle-low-priority): New function.
12508 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12509 next lowpriority buffer with activity.
12510 (rcirc-record-activity): Sort buffers in rcirc-activity by the
12511 last time the user posted a message in to the target.
12512 (rcirc-update-activity-string): New formatting for low priority
12513 buffers.
12514 (rcirc-split-activity): New function.
12515 (rcirc-handler-PART, rcirc-handler-KICK)
12516 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12517 (rcirc-nick-away-alist): New variable.
12518 (rcirc-handler-301): New handler. Away messages are printed once
12519 per change.
12520
12521 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12522
12523 * info.el (Info-follow-nearest-node): Doc fix.
12524
12525 * international/mule-cmds.el (set-locale-environment): Make sure
12526 the coding-system preferred by the locale's language has the same
12527 EOL conversion type as the original buffer-file-coding-system.
12528 (locale-language-names): Add a few MS Windows language codes.
12529
12530 2006-04-07 Richard Stallman <rms@gnu.org>
12531
12532 * simple.el (eval-expression): Doc fix.
12533
12534 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12535 (eval-defun): Doc fixes.
12536
12537 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
12538
12539 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12540
12541 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
12542
12543 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12544 GDB list command without argument for greater generality.
12545
12546 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12547
12548 * subr.el (string-or-null-p): New function.
12549
12550 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12551
12552 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12553
12554 * files.el: Update comment about safe-local-variable declarations.
12555
12556 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
12557
12558 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12559 See idlwave.org.
12560
12561 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12562 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
12563
12564 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12565 See idlwave.org.
12566
12567 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12568 version 6.0 (minimal changes). See idlwave.org.
12569
12570 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12571 6.0 (minimal changes). See idlwave.org.
12572
12573 * progmodes/idlw-rinfo.el: File obsoleted and removed.
12574
12575 2006-04-06 Romain Francoise <romain@orebokech.com>
12576
12577 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12578 symmetric encryption features and a new asynchronous interface to
12579 GnuPG. This new version is version 1.4, plus whitespace changes.
12580
12581 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12582
12583 * files.el: Move some `safe-local-variable' declarations to the
12584 respective files.
12585
12586 * textmodes/ispell.el (ispell-check-comments)
12587 (ispell-local-dictionary): Mark as safe.
12588
12589 * abbrev.el (abbrev-mode): Mark as safe.
12590
12591 * add-log.el (change-log-default-name): Mark as safe.
12592
12593 * textmodes/reftex-vars.el (reftex-vref-is-default)
12594 (reftex-fref-is-default, reftex-level-indent)
12595 (reftex-guess-label-type): Mark as safe.
12596
12597 * textmodes/fill.el (colon-double-space): Mark as safe.
12598
12599 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12600 (sentence-end-double-space, sentence-end-without-period)
12601 (sentence-end-without-space, sentence-end, sentence-end-base)
12602 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12603
12604 2006-04-06 Kim F. Storm <storm@cua.dk>
12605
12606 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12607 the :set-after list.
12608 (ido-downcase-unc-hosts): New user option. Default on.
12609 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12610 when it is set, as regexps are now applied on the fly.
12611 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12612 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12613 on the fly, but only when ido-process-ignore-lists is set.
12614 Do case insensitive filtering if ido-downcase-unc-hosts is set.
12615 Only downcase names if ido-downcase-unc-hosts is set.
12616
12617 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
12618
12619 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12620
12621 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12622
12623 2006-04-05 Kim F. Storm <storm@cua.dk>
12624
12625 * ido.el (ido-mode): Set after ido-unc-hosts and
12626 ido-ignore-unc-host-regexps.
12627 (ido-save-history): Save ido-unc-hosts-cache.
12628 (ido-load-history): Load ido-unc-hosts-cache.
12629 (ido-reread-directory): Refresh unc hosts cache in // dir.
12630
12631 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12632 to nil while displaying slash screen.
12633
12634 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12635
12636 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12637 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12638
12639 2006-04-05 Kenichi Handa <handa@m17n.org>
12640
12641 * international/characters.el: Setup cases of Latin, Greek, and
12642 Cyrillic characters in CJK charsets.
12643
12644 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12645
12646 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12647 default-enable-multibyte-characters. This reverts the change from
12648 revision 6.17 which is no longer necessary because the passphrase
12649 is sent separately now. GnuPG messages are unreadable under
12650 multibyte locales with default-enable-multibyte-characters set to nil.
12651
12652 2006-04-04 Andreas Schwab <schwab@suse.de>
12653
12654 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12655 and `byte-compile-warnings' as `safe-local-variable'.
12656
12657 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12658
12659 * man.el (Man-mode-map): Restore the \r binding.
12660 (Man-abstract-xref-man-page): If Man-target-string is a function,
12661 call it.
12662 (Man-highlight-references): Use Man-default-man-entry to get the
12663 target. Deal with xrefs too.
12664 (Man-highlight-references0): Don't call the target function.
12665
12666 * woman.el (WoMan-xref-man-page): Strip the section number, woman
12667 cannot deal with it.
12668
12669 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12670
12671 * pgg-gpg.el: Clean up process buffers every time gpg processes
12672 complete.
12673
12674 2006-04-04 Kenichi Handa <handa@m17n.org>
12675
12676 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12677 here.
12678 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12679 Temporarily bind inhibit-field-text-motion to t.
12680
12681 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * startup.el (normal-splash-screen): Only set mode-line-format in the
12684 splash buffer, so as not to interfere when debugging the code.
12685 Ignore errors when switching buffer.
12686
12687 2006-04-03 Romain Francoise <romain@orebokech.com>
12688
12689 * dired.el (dired-dnd-protocol-alist): Fix typo.
12690
12691 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12692
12693 * savehist.el (savehist): Add :version.
12694 (savehist-ignored-variables): New variable.
12695 (savehist-minibuffer-hook): Don't save variables listed in
12696 `savehist-ignored-variables'.
12697
12698 * dired.el (dired-dnd-protocol-alist): Mention that change does
12699 only apply to new buffers in doc string.
12700
12701 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12702
12703 * recentf.el (recentf-open-files-item): Include newline in button
12704 field, so opening a file will work, when the point is at the end
12705 of the file name. Allow, for example, to [i]search a file by
12706 extension and just push RET to open it.
12707
12708 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12709
12710 * pgg-gpg.el (pgg-gpg-process-filter)
12711 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12712
12713 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12714 lines, temporary fix.
12715
12716 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12717
12718 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12719
12720 2006-04-02 Richard Stallman <rms@gnu.org>
12721
12722 * progmodes/compile.el (compilation-message-face): Make it defcustom.
12723
12724 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12725
12726 * ibuf-macs.el (define-ibuffer-column): Add a new key:
12727 header-mouse-map.
12728
12729 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12730 (ibuffer-mode-header-map): New keymaps.
12731 (ibuffer-update-title-and-summary): Enable mouse face highlighting
12732 and keybindings for column headers.
12733 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12734 property.
12735
12736 2006-04-02 Drew Adams <drew.adams@oracle.com>
12737
12738 * speedbar.el (speedbar-after-create-hook): Doc fix.
12739
12740 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
12741
12742 * shell.el (shell-directory-tracker)
12743 (shell-dynamic-complete-command): Doc fixes.
12744
12745 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
12746
12747 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12748 terminals.
12749
12750 2006-04-01 Kim F. Storm <storm@cua.dk>
12751
12752 * ido.el (ido-unc-hosts-cache): New defvar.
12753 (ido-unc-hosts): If value of defcustom is a function, call it to
12754 get list of UNC hosts. Add function-item choices to specify
12755 ido-unc-hosts-net-view or user function.
12756 (ido-ignore-unc-host-regexps): New defcustom.
12757 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12758 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12759 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12760
12761 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12764 wwidth.
12765
12766 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
12767
12768 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12769 (ido-max-work-file-list, ido-switch-buffer)
12770 (ido-read-file-name-as-directory-commands):
12771 Fix typos in docstrings.
12772
12773 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12774
12775 * term/mac-win.el (mac-system-coding-system): Define and use after
12776 Mac-specific coding systems are ready.
12777
12778 2006-03-27 Romain Francoise <romain@orebokech.com>
12779
12780 * net/rcirc.el (rcirc-connect): Add autoload cookie.
12781
12782 * ldefs-boot.el: Update.
12783
12784 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12785
12786 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12787 passphrases when it is not needed.
12788 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12789 passphrase stuff from gpg, should only be necessary when you use
12790 gpg with a smartcard.
12791
12792 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12793
12794 * comint.el (comint-dynamic-list-completions): Allow user to
12795 select *Completions* buffer.
12796
12797 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
12798
12799 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12800
12801 2006-03-26 Andreas Schwab <schwab@suse.de>
12802
12803 * progmodes/gud.el (gdb): Only complain about multiple debugging
12804 when the gdb process is still running.
12805
12806 2006-03-25 Eli Zaretskii <eliz@gnu.org>
12807
12808 * mail/rmail.el (tool-bar-map): Defvar it.
12809 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12810 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12811
12812 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
12813
12814 * help.el (print-help-return-message): Suggest to use
12815 display-buffer instead of switch-to-buffer-other-window to restore
12816 the previous window without selecting it.
12817
12818 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12819
12820 * frame.el (select-frame-by-name): Call x-focus-frame also when
12821 window-system is mac.
12822
12823 * term/mac-win.el: Adjust Courier font specifications in
12824 x-fixed-font-alist.
12825 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12826 when directly encoding to UTF-16 in native byte order, no BOM.
12827
12828 2006-03-25 Kim F. Storm <storm@cua.dk>
12829
12830 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12831 (cua--init-keymaps): Use it instead of fixed C-return.
12832 (cua-mode): Set after it.
12833
12834 * emulation/cua-rect.el (cua--init-rectangles):
12835 Use cua-rectangle-mark-key instead of fixed C-return.
12836
12837 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
12838
12839 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12840 "run" in .gdbinit.
12841 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12842
12843 2006-03-24 Romain Francoise <romain@orebokech.com>
12844
12845 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12846 `display-buffer-other-frame'.
12847
12848 2006-03-24 Kim F. Storm <storm@cua.dk>
12849
12850 * apropos.el (apropos-synonyms): Add selection => region.
12851
12852 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12853
12854 * progmodes/gdb-ui.el (gdb-var-create-regexp)
12855 (gdb-var-list-children-regexp, gdb-var-update-regexp)
12856 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12857 (gdb-data-list-register-values-regexp)
12858 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12859 Future proof against new fields being added to MI output.
12860 (gdb-send): Don't treat backslashes for program input as
12861 continuations.
12862 (gdb-assembler-handler): Don't use window-start for this handler.
12863 (gdb-frame-handler): Don't change to hollow arrow if overlay
12864 arrow doesn't move to new frame.
12865
12866 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12867
12868 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12869 prevent compiler warnings.
12870 (gdb-stopped): Check for gud-last-last-frame (case: signal).
12871 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12872 (gdb-assembler-custom): Use hollow-right-triangle for assembler
12873 buffer too.
12874
12875 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
12876
12877 * pgg-gpg.el (pgg-gpg-update-agent): Check for
12878 make-network-process, so we can use the same code in Gnus v5-10
12879 too and have this file fully synchronized with that release.
12880
12881 2006-03-23 Romain Francoise <romain@orebokech.com>
12882
12883 * ibuf-ext.el (ibuffer-read-filter-group-name):
12884 Use `ibuffer-generate-filter-groups' to make completion list match
12885 the filter groups that are really displayed in the Ibuffer buffer.
12886 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12887
12888 2006-03-23 Kenichi Handa <handa@m17n.org>
12889
12890 * international/mule-cmds.el (sort-coding-systems): Describe that
12891 the argument is modified in docstring.
12892
12893 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12894
12895 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12896 (pgg-gpg-update-agent): New function.
12897 (pgg-gpg-use-agent-p): New function.
12898 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12899 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12900 (pgg-gpg-sign-region): Use it.
12901
12902 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
12903
12904 * cus-edit.el (custom-face-set): Call custom-push-theme before
12905 face-spec set so that `changed' theme is correctly saved.
12906 (custom-face-reset-standard): Reset to recalculated face rather
12907 than defface spec.
12908
12909 * custom.el (custom-push-theme): Only save `changed' theme if the
12910 current face does not match the defface specs.
12911
12912 2006-03-21 Simon Josefsson <jas@extundo.com>
12913
12914 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12915 <wilde@sha-bang.de>.
12916 (pgg-gpg-use-agent): New variable.
12917 (pgg-gpg-process-region): Use it.
12918 (pgg-gpg-encrypt-region): Likewise.
12919 (pgg-gpg-encrypt-symmetric-region): Likewise.
12920 (pgg-gpg-decrypt-region): Likewise.
12921 (pgg-gpg-sign-region): Likewise.
12922 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12923
12924 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
12925
12926 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12927 bracket links.
12928
12929 2006-03-21 Kim F. Storm <storm@cua.dk>
12930
12931 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12932 fringe-indicator-alist instead of modifying global value.
12933 (gdb-frame-handler): Likewise.
12934
12935 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
12936
12937 * diff-mode.el (diff-function): Make it inherit from diff-header
12938 instead of diff-context.
12939
12940 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12941 bitmap.
12942 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12943 change names in macro above for consistency.
12944 (gdb-frame-handler): Use hollow-right-triangle for all selected
12945 frames which except the innermost (where execution has stopped).
12946 (gdb-reset): Reset buffer-local values of overlay-arrow.
12947
12948 2006-03-20 Richard Stallman <rms@gnu.org>
12949
12950 * simple.el (set-mark-command): Doc fix.
12951
12952 * files.el (display-buffer-other-frame): New command.
12953 (ctl-x-4-map): Bind C-x 5 C-o to it.
12954
12955 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12958 rather than just defer-time, in case defer-time has been changed but
12959 the timer isn't running yet.
12960 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12961
12962 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
12963
12964 * help-mode.el (help-follow-symbol): New function.
12965 Essentially identical to the old `help-follow', but do not let
12966 `push-button' do the work when on an xref.
12967 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12968
12969 2006-03-19 Richard Stallman <rms@gnu.org>
12970
12971 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12972 preceded by the word `program'.
12973 (help-follow-mouse, help-follow): Throw error if not on xref.
12974 Delete no longer used args.
12975
12976 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
12977
12978 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12979 annotation ensure gud-overlay-arrow-position is redisplayed.
12980
12981 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12982
12983 * textmodes/bibtex.el (bibtex-include-OPTkey)
12984 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12985 (bibtex-autokey-name-case-convert)
12986 (bibtex-autokey-titleword-case-convert): Make these the aliases
12987 for the following two variables.
12988 (bibtex-autokey-name-case-convert-function)
12989 (bibtex-autokey-titleword-case-convert-function): Make these the
12990 real names.
12991 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12992 bibtex-font-lock-crossref sublists.
12993 (bibtex-mode): Revert 2005-12-30 change (which made
12994 completion-ignore-case buffer-local).
12995 (bibtex-url): Simplify.
12996
12997 2006-03-19 Kim F. Storm <storm@cua.dk>
12998
12999 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13000 cursor property value to 2 (to align with C level change).
13001
13002 2006-03-19 Bill Wohler <wohler@newt.com>
13003
13004 * image.el (image-load-path-for-library): Shorten first line in
13005 docstring.
13006
13007 2006-03-18 Richard Stallman <rms@gnu.org>
13008
13009 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13010
13011 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13012
13013 * isearch.el (isearch-other-meta-char): Handle user bindings for
13014 shifted control characters.
13015
13016 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13017
13018 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13019 part that matches email addresses, file names, etc.
13020
13021 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13022
13023 * term/w32-win.el (mouse-set-font):
13024 Mention w32-list-proportional-fonts in the doc string.
13025
13026 2006-03-18 Kim F. Storm <storm@cua.dk>
13027
13028 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13029 (ido-unc-hosts): New user option to explicitly define list of know
13030 UNC-style hosts for completion.
13031 (ido-cache-unc-host-shares-time): New user option.
13032 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13033 New helper functions for UNC file-name support.
13034 (ido-may-cache-directory): Check for UNC host. Simplify.
13035 (ido-wash-history): Clean out old UNC hosts.
13036 (ido-nonreadable-directory-p): UNC hosts are always readable.
13037 (ido-directory-too-big-p): UNC hosts are never too big.
13038 (ido-set-current-directory): Handle UNC root path.
13039 (ido-file-name-all-completions): Complete UNC host names from
13040 ido-unc-hosts list. Cache UNC host shares.
13041 (ido-make-file-list-1): Don't filter UNC root.
13042 (ido-exhibit): Check for // in root directory, and switch to UNC
13043 mode by setting ido-current-directory to //.
13044
13045 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13046
13047 * cus-edit.el (customize-changed-options): Mention explicit
13048 version number as default in prompt.
13049
13050 2006-03-17 Bill Wohler <wohler@newt.com>
13051
13052 * image.el (image-load-path-for-library): Minor docstring fix.
13053
13054 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13055
13056 * textmodes/org.el (org-read-date): Include subgroup 5 into
13057 replacement text.
13058 (org-popup-calendar-for-date-prompt): Fix customization type.
13059
13060 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13061
13062 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13063 (gdb-continuation): New variable.
13064 (gdb-send): Deal with continuation lines.
13065
13066 * progmodes/gud.el (gud-gdb-complete-command)
13067 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13068 expressions.
13069 (gud-tooltip-mode): Use buffer-local value.
13070
13071 2006-03-16 Kim F. Storm <storm@cua.dk>
13072
13073 * ido.el (ido-edit-input): Use selected match, if any.
13074
13075 2006-03-16 Bill Wohler <wohler@newt.com>
13076
13077 * image.el (image-load-path-for-library): Prefer user's images in
13078 image-load-path.
13079
13080 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13081
13082 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13083 when checking for attempt to drag leftmost or rightmost scrollbar.
13084
13085 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13086
13087 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13088 (gdb-force-mode-line-update): New function.
13089 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13090 (gdb-exited): Use them.
13091 (gdb-signal): New function.
13092 (gdb-annotation-rules): Provide a rule for it.
13093
13094 2006-03-16 Kenichi Handa <handa@m17n.org>
13095
13096 * international/mule.el (auto-coding-regexp-alist): Add entries
13097 for Unicode BOM.
13098
13099 * sort.el (sort-build-lists): Temporarily bind
13100 inhibit-field-text-motion to t.
13101
13102 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13103
13104 * locate.el (locate-command, locate-make-command-line)
13105 (locate-fcodes-file, locate-update-command)
13106 (locate-prompt-for-command, locate, locate-with-filter)
13107 (locate-get-file-positions): Doc fixes.
13108 (locate-buffer-name, locate-header-face): Remove leading `*' in
13109 defcustom.
13110 (locate-filter-output): Use `keep-lines' instead of its alias
13111 `delete-non-matching-lines'.
13112 (locate-get-filename, locate-get-dirname): Add introductory comment.
13113 (locate-find-directory-other-window): Give appropriate error
13114 message if used outside main listing.
13115
13116 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13119 the new extend-region feature.
13120 (font-lock-after-change-function): Update correspondingly.
13121 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13122 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13123
13124 2006-03-15 Bill Wohler <wohler@newt.com>
13125
13126 * image.el (image-load-path-for-library): Fix example by not
13127 recommending that one binds image-load-path. Just defvar it to
13128 placate compiler and only use it if previously defined.
13129
13130 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13131
13132 * textmodes/org.el (org-insert-centered): Use `string-width' to
13133 make underlining work for wide characters.
13134 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13135 TAB to `org-cycle', to make sure that no binding in
13136 `outline-mode-map' can supercede it.
13137
13138 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13139
13140 * allout.el: Increment version to 2.2.1 in file commentary.
13141
13142 (allout-version): Increment to 2.2.1.
13143
13144 (allout-default-layout): New customization variable, used when the
13145 file lacks a specific allout-layout. Uses allout-layout-type for
13146 recursively nested definition.
13147
13148 (allout-layout-type): Widget defining allout layouts, necessary for
13149 self-recursive definition.
13150
13151 (allout-mode): Incorporate allout-default-layout as fallback for
13152 allout-layout.
13153
13154 (allout-layout): Mark as 'safe-local-variable', and refer mention
13155 fallback to `allout-default-layout' in absence of a specified value.
13156 (allout-passphrase-verifier-string)
13157 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13158
13159 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13160
13161 (allout-get-encryption-passphrase-verifier): Use correct name of
13162 passphrase verifier in docstring.
13163
13164 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13165
13166 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13167 elements.
13168 (gdb-find-watch-expression): Make it work for arrays too.
13169 Follow change to gdb-var-list.
13170 (gud-watch): Allow the user to enter variable name with a prexix
13171 arg. Create keybindings.
13172 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13173 (gdb-var-list-children-handler, gdb-var-update-handler)
13174 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13175 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13176 Follow change to gdb-var-list.
13177 (gdb-starting): Don't show the overlay arrows when program is running.
13178
13179 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13180 gdb-var-list.
13181
13182 2006-03-14 Bill Wohler <wohler@newt.com>
13183
13184 * image.el (image-load-path-for-library): Pass value of path
13185 rather than symbol. Always return list of directories.
13186 Guarantee that image directory comes first.
13187
13188 2006-03-14 Alan Mackenzie <acm@muc.de>
13189
13190 * font-core.el (font-lock-extend-region\(-function\)?.):
13191 New function/variable.
13192
13193 * font-lock.el (font-lock-after-change-function):
13194 Call font-lock-extend-region. Obey font-lock-lines-before.
13195 (font-lock-default-fontify-region): Remove reference to
13196 font-lock-lines-before.
13197
13198 * jit-lock.el (jit-lock-after-change):
13199 Call font-lock-extend-region. Obey font-lock-lines-before.
13200
13201 2006-03-14 David Ponce <david@dponce.com>
13202
13203 * tree-widget.el (tree-widget-themes-load-path)
13204 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13205
13206 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13207
13208 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13209 (rcirc-print): Mark the start of text at the end of the prompt.
13210 (rcirc-track-minor-mode): Add autoload cookie.
13211 (rcirc-update-activity-string): Add space to front of mode-line
13212 indicator.
13213
13214 2006-03-13 Miles Bader <miles@gnu.org>
13215
13216 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13217 (rcirc-abbrev-nick): Remove function.
13218 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13219
13220 2006-03-13 David Ponce <david@dponce.com>
13221
13222 * tree-widget.el: Handle themes across all occurrences of the main
13223 themes sub-directory found in tree-widget-themes-load-path.
13224 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13225 (tree-widget--locate-sub-directory): Return all occurrences.
13226 (tree-widget-themes-path): New function.
13227 Replace tree-widget-themes-directory, and return a list of directories.
13228 (tree-widget-set-parent-theme)
13229 (tree-widget-lookup-image): Use it.
13230
13231 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13232
13233 * textmodes/org.el (org-link-search): Avoid self-matching of
13234 links, allow target text to be distributed over several lines.
13235 (org-search-not-link): New function.
13236 (org-set-regexps-and-options, org-get-current-options):
13237 New startup options.
13238 (org-export-as-html): Take odd-level setting from local variable.
13239 (org-fontify-emphasized-text): New option.
13240 (org-set-font-lock-defaults): Include emphasized text.
13241 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13242 (org-font-lock): Customize group renamed from `org-faces'.
13243
13244 2006-03-13 John Paul Wallington <jpw@pobox.com>
13245
13246 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13247 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13248
13249 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13250
13251 * cus-start.el (all): Delete :version keyword for members of the
13252 fringe group, since the entire group is new in 22.1.
13253
13254 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13255
13256 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13257 map if value is hexadecimal (an address).
13258 (gud-watch): Only search roots for existing watch expressions.
13259 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13260 prevent caching problems with speedbar-update-directory-contents.
13261
13262 2006-03-12 Juri Linkov <juri@jurta.org>
13263
13264 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13265 before comparing with `low' and `warn'.
13266
13267 * info.el (Info-dir-remove-duplicates): Move point to the
13268 beginning of the current line after deleting the entries from
13269 redundant heading. Use marker for `limit' and compare it with
13270 point before calling `re-search-forward'.
13271
13272 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13273
13274 * simple.el (yank): Fix typo in docstring.
13275
13276 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13277
13278 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13279 messages, where "D" is the 6th character.
13280
13281 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13282
13283 * simple.el (yank): Fix last change.
13284
13285 2006-03-11 David Ponce <david@dponce.com>
13286
13287 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13288 merging elements from the standard ispell-dictionary-alist.
13289 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13290 alist, and return the new alist.
13291
13292 2006-03-11 Richard Stallman <rms@gnu.org>
13293
13294 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13295
13296 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13297 the way it is implemented is too unclean.
13298
13299 * simple.el (kill-region, yank): Doc fix.
13300
13301 * battery.el (battery-echo-area-format): Doc fix.
13302 (battery-mode-line-format): Likewise.
13303 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13304 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13305
13306 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13307
13308 * progmodes/octave-mod.el (octave-indent-for-comment):
13309 Behave according to do string.
13310
13311 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13312
13313 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13314 Be visible only if major mode is Mail Mode.
13315
13316 * textmodes/flyspell.el (flyspell-external-point-words)
13317 (flyspell-process-localwords): Fix last changes.
13318
13319 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13320
13321 * calendar/holidays.el (list-holidays): Doc fix.
13322
13323 * international/mule.el (auto-coding-alist): Add .odt
13324 (OpenOffice's open document) files.
13325
13326 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13327 document) files. Mention in the doc string the need to sync with
13328 auto-coding-alist.
13329
13330 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13333 enable-local-variables is set to always query, or there is no
13334 savable variable.
13335
13336 2006-03-10 Bill Wohler <wohler@newt.com>
13337
13338 * image.el (image-load-path-for-library): Merge at least three
13339 functions from Gnus and MH-E into this one function that can now
13340 be shared.
13341
13342 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
13343
13344 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13345 gdb-remove-mouse-face and remove help-echo too.
13346 (gdb-enqueue-input): Correct conditional clause.
13347
13348 2006-03-10 Glenn Morris <rgm@gnu.org>
13349
13350 * calendar/calendar.el (calendar-holidays): Doc fix.
13351 * calendar/holidays.el (list-holidays): Doc fix.
13352
13353 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
13354
13355 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13356 it gets called in gdb-prompt anyway.
13357 (gdb-use-separate-io-buffer): Only restore window arrangement for
13358 gdb-many-windows.
13359 (gdb-enqueue-input): Make it harder to send GDB input when program
13360 is running.
13361 (gdb-buffer-list): New variable.
13362 (gdb-remove-mouse-face): New function.
13363 (gdb-starting): Use it when GDB input won't get sent.
13364
13365 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
13366
13367 * help.el (view-lossage): Remove trailing whitespace before
13368 inserting "\n".
13369
13370 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
13371
13372 * files.el (hack-local-variables-confirm):
13373 Set coding-system-for-read to nil before writing to .emacs.
13374
13375 * arc-mode.el (archive-extract): Check if an existing buffer name
13376 comes from a different archive.
13377
13378 * help.el (describe-key-briefly): If KEY is a down event, read and
13379 discard the up event.
13380
13381 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
13382
13383 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13384 be edited and use font-lock-warning-face for any changes.
13385
13386 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13387 (gdb-edit-value): Use it to report any errors.
13388
13389 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
13390
13391 * help.el (describe-key): Remove leftover test code.
13392
13393 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
13394
13395 * textmodes/org.el: Move defvars out of eval-when-compile.
13396 Use buffer-file-name variable.
13397 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13398 arg `file'.
13399 (org-level-faces): Remove startup dependency.
13400 (org-cycle, org-map-tree, org-scan-tags)
13401 (org-remember-handler): Don't call `outline-level' directly.
13402 (org-mhe-search-all-folders): New option.
13403 (org-mhe-get-message-folder-from-index)
13404 (org-mhe-get-message-folder): Fix indexing search.
13405 (org-format-agenda-item): Handle nil TAGS argument.
13406 (org-cleaned-string-for-export, org-activate-target-links)
13407 (org-make-target-link-regexp): Deal with empty radio target list.
13408 (org-tag): New face.
13409 (org-get-level-face): New function.
13410 (org-set-font-lock-defaults): Simplify setup for headlines.
13411 (org-complete): Pass common substring to `display-completion-list'.
13412
13413 2006-03-06 David Ponce <david@dponce.com>
13414
13415 * tree-widget.el: Update Commentary header.
13416 (tree-widget-theme-name): Ignore parent themes.
13417 (tree-widget-set-parent-theme): New function.
13418 (tree-widget-set-theme): Use it.
13419 (tree-widget-set-image-properties): Move definition. Does nothing
13420 if image properties have already been set.
13421 (tree-widget-image-properties): Move definition. Receive an image
13422 name. Set the :pointer property.
13423 (tree-widget-lookup-image): Doc fix. Search in parent themes.
13424 Don't set the :pointer image property.
13425 (tree-widget-convert-widget): New function. Handle :dynargs
13426 compatibility here.
13427 (tree-widget): Use it to :convert-widget. Add the :expander-p
13428 predicate to control when the :expander function is entered.
13429 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13430 (tree-widget-value-create): Handle :expander-p. widget-apply
13431 :expander.
13432 (tree-widget-expander-p): New function. Default value of the
13433 :expander-p property.
13434
13435 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
13436
13437 * help.el (describe-key): Properly handle the return value of
13438 read-key-sequence when grabbing an up-event. Cleanup mouse-1
13439 remaps. Handle string and vector `follow-link' values.
13440
13441 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * complete.el (PC-expand-many-files): Try be more careful when parsing
13444 the shell's output.
13445
13446 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * outline.el (hide-sublevels): Provide better interactive default.
13449
13450 2006-03-06 Kenichi Handa <handa@m17n.org>
13451
13452 * international/fontset.el (create-fontset-from-fontset-spec):
13453 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13454
13455 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
13456
13457 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13458 backslashes instead of one in regexp.
13459 (gud-tooltip-dereference): Add missing optional argument.
13460
13461 2006-03-04 John Paul Wallington <jpw@pobox.com>
13462
13463 * wdired.el (toplevel): Require `cl' at compile-time.
13464
13465 2006-03-04 Andreas Schwab <schwab@suse.de>
13466
13467 * server.el (server-process-filter): Handle errors during
13468 evaluation of the argument.
13469
13470 2006-03-03 John Paul Wallington <jpw@pobox.com>
13471
13472 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13473 escape parentheses at beginning of line.
13474 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13475 (t-mouse-mode): Remove period from end of error message.
13476
13477 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
13478
13479 * textmodes/flyspell.el (flyspell-process-localwords):
13480 Be case-sensitive.
13481
13482 2006-03-03 Martin Rudalics <rudalics@gmx.at>
13483
13484 * cus-edit.el (custom-quote): Remove function, since it has been
13485 moved to custom.el.
13486
13487 * font-lock.el (lisp-font-lock-keywords-2)
13488 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13489 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13490 they have no special meaning.
13491
13492 * midnight.el (clean-buffer-list): Handle case where base-buffer of
13493 indirect buffer gets killed before indirect buffer. Use dolist.
13494
13495 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13496
13497 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13498 value instead of a literal constant (1) on more pauses.
13499
13500 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13501
13502 * textmodes/flyspell.el (flyspell-external-point-words):
13503 Be case-sensitive.
13504
13505 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
13506
13507 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13508 with "www".
13509
13510 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13511
13512 * allout.el: Restablish intermediate missing comment header to
13513 preserve outline structure.
13514 (allout-beginning-of-current-entry): Skip invisible text.
13515 (allout-open-topic): Fix opening a topic at end-of-buffer.
13516 (allout-minor-mode): Move nearer to allout-mode function.
13517
13518 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
13519
13520 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13521
13522 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
13523
13524 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13525 is nil.
13526
13527 * progmodes/gud.el (gud-speedbar-menu-items):
13528 Use buffer-local-value and add missing :visible keyword.
13529
13530 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13531
13532 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
13533
13534 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13535 must be `follow-link'.
13536
13537 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13538
13539 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13540 formatting: No nested anchors.
13541 (org-all-targets): Fix bug with XEmacs compatibility.
13542 (org-read-date): Add (require 'parse-time).
13543 (org-set-tags): Fix bug with extra inserted space.
13544 (org-export-html-style): Define a style class for targets.
13545 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13546 (org-hide-leading-stars): New option.
13547 (org-hide): New face.
13548 (org-set-font-lock-defaults): Allow to hide leading stars.
13549 (org-get-legal-level, org-tr-level): New functions.
13550 (org-odd-levels-only): New option.
13551 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13552 (org-demote, org-promote): Deal with double-star levels.
13553 (org-convert-to-odd-levels): New command.
13554
13555 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
13556
13557 * speedbar.el (speedbar-update-localized-contents): Try to
13558 preserve window-start.
13559 (speedbar-update-directory-contents): Try to preserve window-start
13560 and window-point.
13561 (speedbar-update-special-contents): Don't move back to start of window.
13562
13563 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13564 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
13565 speedbar-timer-fn.
13566 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13567 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13568 instead of gdb-speedbar-timer-fn.
13569
13570 2006-02-28 Jay Belanger <belanger@truman.edu>
13571
13572 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13573 (math-compose-expr): Use latex option when calling
13574 `math-compose-tex-matrix' for latex mode.
13575
13576 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
13577
13578 * speedbar.el: Re-instate comments about developing for speedbar
13579 [this is what info and gdb-ui use even if better methods exist now].
13580
13581 * t-mouse.el: New file.
13582 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
13583 (t-mouse-lispy-buffer-posn-from-coords): Remove.
13584 (t-mouse-make-event-element): Use posn-at-x-y instead.
13585 (t-mouse-make-event): Deal with Fedora Core 3.
13586 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13587 (t-mouse-mouse-position-function): New function. Use it instead
13588 of advising mouse-position.
13589 (t-mouse-mode): New minor mode.
13590 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
13591
13592 2006-02-27 Glenn Morris <rgm@gnu.org>
13593
13594 * calendar/calendar.el (calendar-holidays): Doc fix.
13595
13596 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
13597
13598 * progmodes/gdb-ui.el (gdb-source-window): New variable.
13599 Re-introduce the concept of a source window.
13600 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13601 consistency with get-buffer-create.
13602 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13603 (gdb-data-list-register-values-handler)
13604 (gdb-stack-list-locals-handler): Try to preserve window-start as
13605 well as window-point.
13606 (gdb-display-source-buffer): New function (old concept).
13607 (gdb-goto-breakpoint): Use it.
13608
13609 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13610 for gdb-ui/gdb-mi (old concept).
13611
13612 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
13613
13614 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13615 binding.
13616
13617 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13618
13619 * textmodes/reftex-sel.el (reftex-select-label-map)
13620 (reftex-select-bib-map): Add `follow-mouse' binding.
13621
13622 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
13623
13624 * jka-cmpr-hook.el (jka-compr-compression-info-list)
13625 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13626 Give :set functions to provide automatic updating.
13627 Update docstring. Give compiler defvars early in the file
13628 and move the defcustoms to a later spot where all called functions
13629 are defined.
13630 (jka-compr-file-name-handler-entry): Doc fix.
13631 (jka-compr-compression-info-list--internal)
13632 (jka-compr-mode-alist-additions--internal)
13633 (jka-compr-load-suffixes--internal): New variables.
13634 (jka-compr-install): Set the three above variables.
13635 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13636 (jka-compr-update, jka-compr-set): New functions.
13637 (auto-compression-mode): Doc fix.
13638
13639 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13640 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13641 Use jka-compr-compression-info-list--internal,
13642 jka-compr-mode-alist-additions--internal and
13643 jka-compr-load-suffixes--internal.
13644
13645 * files.el (load-library):
13646 * loadhist.el (file-loadhist-lookup):
13647 * startup.el (command-line):
13648 * subr.el (locate-library):
13649 * emacs-lisp/autoload.el (update-directory-autoloads):
13650 * emacs-lisp/find-func.el (find-library-suffixes):
13651 Use `get-load-suffixes' instead of `load-suffixes'.
13652
13653 * subr.el (locate-library):
13654 * emacs-lisp/find-func.el (find-library-name):
13655 Use `load-file-rep-suffixes' instead of '("").
13656
13657 2006-02-26 Kim F. Storm <storm@cua.dk>
13658
13659 * ido.el (ido-save-history, ido-load-history): Simplify.
13660 Don't use find-file-noselect to avoid interference from other modes.
13661
13662 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
13663
13664 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13665 to use the default shell if filename is not available.
13666 Reported by Giorgos Keramidas.
13667
13668 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
13669
13670 * progmodes/etags.el (tags-completion-table): Do completion from
13671 all the tables in the current list, as documented in the manual.
13672
13673 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13674
13675 * CC Mode Update to 5.31.3.
13676
13677 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13678
13679 * progmodes/cc-mode.el (c-postprocess-file-styles):
13680 Bind inhibit-read-only to t, around the call to
13681 c-remove-any-local-eval-or-mode-variables, so that it works on a
13682 RO file.
13683
13684 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13685
13686 * progmodes/cc-awk.el: Correct a typo.
13687
13688 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13689
13690 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13691 c-hungry-delete-backwards, at the request of RMS. Leave the old
13692 name as an alias.
13693
13694 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13695
13696 * progmodes/cc-mode.el: Correct a typo.
13697
13698 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13699
13700 * progmodes/cc-defs.el: Update the version number to 5.31.3.
13701
13702 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13703
13704 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13705 brace-else-brace (error due to mbeg, mend being undefined).
13706
13707 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13708
13709 * progmodes/cc-mode.el: File Local variables: Solve the problem
13710 where both `mode' and c-file-offsets are specified: `mode' will
13711 overwrite c-f-o's settings:
13712 (c-remove-any-local-eval-or-mode-variables): New function.
13713 (c-postprocess-file-styles): Call the above new function, within
13714 c-tentative-buffer-change, to splat `mode' and `eval' before the
13715 second hack-local-variables.
13716
13717 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13718
13719 * progmodes/cc-mode.el:
13720 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13721 (c-after-change): Protect the match data with save-match-data.
13722 It was getting corrupted by c-after-change-check-<>-operators.
13723
13724 * cc-defs.el: [Supersedes patch V1.38]:
13725 (top level): Check for a buggy font-lock-compile-keywords ONLY in
13726 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
13727
13728 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13729 with save-match-data. It was being corrupted when Font Lock was
13730 not enabled.
13731
13732 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13733
13734 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13735 Mode and Subword Mode.
13736
13737 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13738 real labels ("case 1:" or "foo:") from non-labels ("public:").
13739 (c-forward-objc-directive): Replace c-forward-token-2 with crude
13740 coding; c-f-t-2 doesn't move over a token at EOB.
13741
13742 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13743
13744 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13745 (c-update-modeline): Concatenate the minor mode indicators
13746 directly onto mode-name, removing c-submode-indicators.
13747 Sometimes, c-s-i got separated from the mode name on the mode line.
13748
13749 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13750 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13751
13752 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13753
13754 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13755 error message when there's an evaluation error to show whether
13756 it's loaded from source or not.
13757 (c-filter-ops): Make it available at runtime too to work when
13758 `c-make-init-lang-vars-fun' needs to evaluate from source.
13759
13760 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
13761
13762 * help.el (help): Revert last part of 2006-02-23 change (deletion
13763 of the `provide' call).
13764
13765 2006-02-23 Juri Linkov <juri@jurta.org>
13766
13767 * compare-w.el (compare-windows-highlight): Add new value
13768 `persistent' and change :type from `boolean' to `choice'.
13769 (compare-windows-overlays1, compare-windows-overlays2):
13770 New internal variables.
13771 (compare-windows-highlight): If compare-windows-highlight is
13772 `persistent', add current overlays to compare-windows-overlays[12]
13773 instead of adding compare-windows-dehighlight to pre-command-hook.
13774 (compare-windows-dehighlight): Delete all overlays from
13775 compare-windows-overlays[12].
13776
13777 * info.el (Info-search): Don't bind search-spaces-regexp to
13778 Info-search-whitespace-regexp in non-regexp isearch mode.
13779
13780 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13783
13784 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
13785
13786 * textmodes/org.el (org-xemacs-p)
13787 (org-export-html-show-new-buffer, org-table-may-need-update)
13788 (org-insert-item, org-mhe-get-message-real-folder)
13789 (org-mhe-get-message-folder-from-index)
13790 (org-mhe-get-message-folder, org-mhe-get-message-num)
13791 (org-mhe-get-header, org-make-org-heading-search-string)
13792 (org-make-org-heading-camel, org-table-sort-lines)
13793 (org-format-org-table-html, org-format-table-table-html):
13794 Fix typos in docstrings.
13795
13796 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
13797
13798 * textmodes/org.el (org-cleaned-string-for-export)
13799 (org-solidify-link-text): New function.
13800 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13801 XEmacs, just to silence the compiler.
13802 (org-export-as-ascii, org-export-as-html-and-open):
13803 Use `org-cleaned-string-for-export' and create internal links.
13804 (org-follow-mhe-link): Require mh-e, use folder.
13805
13806 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13807
13808 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13809
13810 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13811 gdb-debug-log-length.
13812 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
13813 it a real ring but...
13814 (gud-gdba-marker-filter): ...make it work like mark-ring.
13815 (gdb-enable-debug): Rename from gdb-enable-debug-log.
13816 (gdb-mouse-jump): New function. Add bindings.
13817
13818 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13819
13820 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13821 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13822 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13823 (gdb-debug-log-length): Customize it's length.
13824 (gud-watch, gdb-var-create-handler): Display function::var format
13825 but don't use to create variable object.
13826 (gdb-var-create-handler): Use message-box in place of message.
13827 (gdb-stopped): Call gdb-exited if signalled.
13828
13829 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
13830
13831 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13832
13833 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13834
13835 * textmodes/reftex.el (reftex-locate-file): Search all extensions
13836 if `reftex-try-all-extensions' is set.
13837
13838 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13839 fail silently when there is no valid argument at point.
13840 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13841 `fail-silently' argument. From a patch by David Reiter.
13842
13843 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13844 New commands.
13845 (org-mark-ring): New variable.
13846 (org-mark-ring-length): New option.
13847 (org-open-at-point, org-goto, org-open-file): Push old position
13848 onto the mark ring.
13849 (org-add-hook): New function.
13850 (org-export-table-remove-special-lines): New option.
13851 (org-skip-comments, org-format-org-table-html): Respect new
13852 option `org-export-table-remove-special-lines'.
13853 (org-open-file): Allow special command configuration for
13854 directory link.
13855 (org-file-apps): Fix bugs in customize type, added setting
13856 for directories.
13857 (org-activate-tags, org-format-agenda-item, org-complete)
13858 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13859 (org-get-tags, org-get-buffer-tags, org-open-at-point)
13860 (org-link-search, org-make-org-heading-search-string)
13861 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13862 (org-radio-targets, org-file-link-context-use-camel-case)
13863 (org-activate-camels): New options.
13864 (org-update-radio-target-regexp, org-all-targets)
13865 (org-make-target-link-regexp, org-activate-target-links):
13866 New functions.
13867 (org-make-org-heading-search-string): New function.
13868 (org-store-link, org-insert-link): Use new option
13869 `org-file-link-context-use-camel-case'.
13870 (org-activate-camels): Use new option `org-activate-camels'.
13871 (org-link-regexp): Add mhe prefix.
13872 (org-open-at-point, org-store-link): Support for mhe links.
13873 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13874 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13875 (org-mhe-get-header, org-follow-mhe-link): New functions.
13876 (org-remove-angle-brackets, org-add-angle-brackets):
13877 New functions.
13878 (org-bracket-link-regexp): New constant.
13879 (org-read-date): Fix bug that was rejecting all typed dates.
13880 (org-link-search): Make hierarchy above visible after a match.
13881 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13882 (org-store-link): Fix bug with link creation when cursor is in
13883 an empty line.
13884 (org-open-at-point): Fix bug with matching a link.
13885 Fixed buggy argument sequence in call to `org-view-tags'.
13886 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13887 (org-prefix-has-tag): New variable.
13888 (org-format-agenda-item): Remove tags from headline
13889 if appropriate.
13890 (org-agenda-remove-tags-when-in-prefix): New option.
13891
13892 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
13893
13894 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13895 Fix the regular expressions.
13896
13897 2006-02-21 Richard M. Stallman <rms@gnu.org>
13898
13899 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13900 if there's no other specific basis.
13901
13902 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13903 as variables at all.
13904 (unsafep-variable): Rename arg; doc fix.
13905
13906 * abbrevlist.el (list-one-abbrev-table): Add autoload.
13907
13908 * calendar/appt.el (diary-selective-display): Add defvar.
13909
13910 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13911
13912 * isearch.el (search-whitespace-regexp): Fix custom type.
13913
13914 * help.el (describe-key-briefly): Compute interactive args
13915 in same was as before previous change.
13916
13917 * files.el (enable-local-variables): Doc fix.
13918
13919 2006-02-21 Kim F. Storm <storm@cua.dk>
13920
13921 * fringe.el: Cleanup as file is now pre-loaded.
13922 (fringe-bitmaps): Initialize unconditionally.
13923 (fringe-mode, set-fringe-style): Remove autoload cookies.
13924
13925 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
13926
13927 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13928 `horizontal-bar'.
13929 (fringe-cursor-alist): Use `horizontal-bar'.
13930
13931 2006-02-20 Kim F. Storm <storm@cua.dk>
13932
13933 * fringe.el (fringe-bitmaps): Update to new bitmap names.
13934 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13935
13936 * loadup.el: Load "fringe" on window systems.
13937
13938 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13939
13940 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13941 out of scope components.
13942
13943 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13944 default.
13945
13946 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
13947
13948 * custom.el (customize-mark-to-save, customize-mark-as-set):
13949 Load the symbol first.
13950
13951 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
13952
13953 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13954 strech spec so it doesn't display as "^J" on the header line
13955 when `Buffer-menu-use-header-line' is t.
13956
13957 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13958
13959 * speedbar.el (speedbar-make-button): Keep text properties
13960 of string arguments if desired.
13961
13962 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13963 expessions.
13964
13965 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13966 of speedbar.
13967
13968 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
13969
13970 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13971 to value of `read-file-name-completion-ignore-case'.
13972
13973 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
13974
13975 * custom.el (customize-mark-as-set): Push to `user' theme.
13976
13977 * cus-edit.el (custom-save-variables): Allow unthemed values.
13978 (customize-set-variable): Push setting to `user' theme.
13979
13980 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
13981
13982 * progmodes/gud.el: Don't require font-lock as it's now
13983 automatically loaded.
13984 (gud-speedbar-buttons): Replace gdb-var-changed with
13985 gdb-force-update.
13986
13987 * progmodes/gdb-ui.el (gdb-force-update): Rename from
13988 gdb-var-changed.
13989 (gdb-post-prompt): Use it.
13990 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13991 (gdb-var-update-handler, gdb-var-delete)
13992 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13993 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13994 gdb-force-update in gdb-post-prompt.
13995 (gdb-reset): Clear watch expressions from speedbar when quitting.
13996
13997 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13998
13999 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14000 (viper-change-state-to-vi, viper-change-state-to-emacs):
14001 Make aware of cursor coloring in the Emacs state.
14002 (viper-special-read-and-insert-char): Use read-char-exclusive.
14003 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14004
14005 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14006
14007 * viper-util.el (viper-save-cursor-color)
14008 (viper-get-saved-cursor-color-in-replace-mode)
14009 (viper-get-saved-cursor-color-in-insert-mode)
14010 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14011 state.
14012 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14013
14014 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14015 (ediff-ignore-case-option3, ediff-actual-diff-options)
14016 (ediff-actual-diff3-options): New variables to control case sensitivity.
14017 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14018 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14019 (ediff-toggle-ignore-case): New function.
14020 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14021
14022 * ediff-help.el (ediff-long-help-message-narrow2)
14023 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14024 (ediff-long-help-message-word-mode): Add ignore-case command.
14025 (ediff-help-for-quick-help): Add ignore-case command.
14026
14027 * ediff-merg.el: Move provide to the end.
14028
14029 * ediff-ptch.el: Move provide to the end.
14030
14031 * ediff-wind.el: Move provide to the end.
14032
14033 * ediff-mult.el: Move provide to the end.
14034 (ediff-set-meta-overlay): Enable follow-link.
14035
14036 * ediff.el: Move provide to the end.
14037 Break recursive load cycle in eval-when-compile.
14038 (ediff-patch-buffer): Better heuristics.
14039
14040 * ediff-util.el: Move provide to the end.
14041 Break recursive load cycle in eval-when-compile.
14042 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14043 defuns.
14044 (ediff-submit-report): Pass the values of ediff-diff3-program,
14045 ediff-diff3-options.
14046
14047 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14048
14049 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14050 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14051 `' (for example, in the docstring of `windmove-default-keybindings').
14052
14053 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14054
14055 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14056 shadow face. Don't provide binding to edit variable when it is
14057 out of scope.
14058
14059 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14060 (gdb-var-update-handler): Detect out of scope variables with pre
14061 GDB 6.4 too.
14062 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14063 Reset status of variable objects to nil in update handlers.
14064 (gdb-var-update-handler-1): Detect when a variable object comes
14065 in scope. setcar on var changes gdb-var-list directly.
14066
14067 2006-02-17 Juri Linkov <juri@jurta.org>
14068
14069 * ffap.el (ffap) <defface>: Add explicit face declaration.
14070 (ffap-highlight): Use face `ffap' directly instead of checking
14071 for its existence.
14072
14073 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14074 `visible-ok' of `other-buffer' to find the right original buffer.
14075
14076 * info.el (Info-search): Skip `Local Variables' node.
14077
14078 2006-02-17 Juri Linkov <juri@jurta.org>
14079
14080 * info.el (Info-find-file): Check for symbols `apropos', `history',
14081 `toc' in the input filename, and return these symbols as is.
14082 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14083 `history', `toc' instead of strings.
14084 (Info-set-mode-line): For non-string Info-current-file use the
14085 symbol's name inside **.
14086 (Info-isearch-push-state): Add quote before Info-current-file and
14087 Info-current-node.
14088 (Info-isearch-pop-state): Use `equal' instead of `string='.
14089 (Info-extract-pointer, Info-following-node-name): Use
14090 `match-string-no-properties' instead of `match-string'.
14091 (Info-up): Check `old-file' for `stringp'.
14092 (Info-history): Use `equal' instead of `string-equal'.
14093 Check `file' for `stringp'.
14094 (Info-history): Use symbol `history' instead of string as first arg
14095 of `Info-find-node'.
14096 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14097 `toc' instead of string.
14098 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14099 instead of `buffer-substring', and `match-string-no-properties'
14100 instead of `match-string'.
14101 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14102 instead of strings.
14103 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14104 Use symbol `apropos' instead of string.
14105 (Info-copy-current-node-name): Check `Info-current-file' for
14106 `stringp' and construct a command with `Info-find-node' from it.
14107 (Info-fontify-node): Use `match-string-no-properties' instead of
14108 `match-string' and check file names for `stringp'.
14109 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14110 `history', `toc' instead of strings.
14111
14112 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14113
14114 * files.el: Rearrange functions and variables in the file local
14115 variables section.
14116
14117 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14118
14119 * files.el: Add truncate-lines, ispell-check-comments and
14120 ispell-local-dictionary as safe local variables.
14121
14122 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14123
14124 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14125 out of scope variables.
14126 (gud-speedbar-buttons): Use unless.
14127
14128 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14129 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14130 (gdb-show-changed-values): Also use for out of scope variables.
14131 (gdb-var-update-handler-1): Note if variable goes out of scope.
14132
14133 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14134
14135 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14136 default to global variable values for unsupplied args.
14137 (rcirc-get-buffer-create): Fix bug with setting the target.
14138 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14139 test for rcirc-always-use-server-buffer-flag here.
14140 (rcirc-response-formats): Add %N, which is a facified nick. %n
14141 uses the default face. Change the ACTION format string. If the
14142 "nick" is the server, don't print anything for that field.
14143 Comment fixes.
14144 (rcirc-target-buffer): Don't test
14145 rcirc-always-use-server-buffer-flag here.
14146 (rcirc-print): Squeeze extra spaces out of the text before message.
14147 (rcirc-put-nick-channel): Strip potential "@" char from nick
14148 before adding them to nick table.
14149 (rcirc-url-regexp): Improve to match address like "foo.com".
14150
14151 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14152
14153 * allout.el (allout-hidden-p): Move this defsubst before
14154 allout-overlay-interior-modification-handler, where it is first
14155 used.
14156
14157 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14158
14159 * allout.el: Use allout invisible-text overlays instead of
14160 selective display for concealed text. Also, lots of general
14161 cleanup, and improved compatibility code.
14162
14163 (allout-version): Incremented, corrected, revised, and refined
14164 module commentary.
14165
14166 (provide 'allout): Moved to the bottom, added a require of overlay.
14167
14168 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14169 `except-current'.
14170 (allout-write-file-hook-handler): Minimize delay.
14171 (count-trailing-whitespace-region): New function so
14172 auto-encryption of current topic can resituate cursor exactly.
14173 PGP/GPG encryption trims trailing whitespace from lines, which
14174 must be accounted for across encryption then decryption.
14175
14176 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14177 just plain "\C-c", to avoid intruding on user's keybinding space.
14178
14179 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14180 parameter, so user request to provide a new password is done.
14181
14182 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14183 Refined mechanism for auto-filling behavior while in allout mode.
14184
14185 (allout-mode): Explicitly specify the mode map in the docstring.
14186 Clarify provision for various write-file hook var names.
14187 Adjusted for invisible-text overlays instead of selective-display.
14188
14189 (allout-depth): Really return 0 if not within any topic. This
14190 rectifies `allout-beginning-of-level' and sequence numbering
14191 errors that occur when cutting and pasting numbered topics.
14192 Changed from a in-line subst to a regular function, as well.
14193
14194 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14195
14196 (allout-end-of-subtree, allout-end-of-subtree)
14197 (allout-end-of-entry, allout-end-of-current-heading)
14198 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14199 (allout-show-children, allout-show-to-offshoot)
14200 (allout-hide-current-entry, allout-show-current-entry): Rectified
14201 handling of trailing blank lines between items.
14202
14203 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14204 (allout-current-depth, allout-unprotected, allout-hidden-p)
14205 (allout-on-current-heading-p, allout-listify-exposed)
14206 (allout-chart-subtree, allout-goto-prefix)
14207 (allout-back-to-current-heading, allout-get-body-text)
14208 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14209 (allout-hide-region-body, allout-toggle-subtree-encryption)
14210 (allout-encrypt-string, allout-encrypted-key-info)
14211 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14212 (allout-file-vars-section-data): Adjusted for use with
14213 invisible-text overlays instead of selective-display.
14214
14215 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14216 Reworked for use with invisible text overlays.
14217
14218 (allout-current-topic-collapsed-p): New function.
14219
14220 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14221 to know when to close the containing topic.
14222
14223 (allout-pre-command-business, allout-post-command-business):
14224 Simplify undo-batching and dynamic isearch exposure.
14225
14226 (allout-set-overlay-category): New for invisible-text overlays.
14227 Sets properties of allout-overlay-category, used by
14228 allout-flag-region to set invisible-text overlay properties.
14229 (allout-get-invisibility-overlay): Get the first qualifying
14230 invisibility overlay, so we can find the extent of it.
14231 (allout-back-to-visible-text): Get to just before the beginnining
14232 of the current invisibility overlay, if any.
14233
14234 (allout-overlay-insert-in-front-handler)
14235 (allout-overlay-interior-modification-handler)
14236 (allout-before-change-handler, allout-isearch-end-handler): New
14237 functions to handle extraordinary actions affecting concealed
14238 text.
14239
14240 (allout-flag-region): Use overlays instead of selective-display
14241 for invisible text - by inheritence from the properties of
14242 allout-overlay-category in mainline Emacs, and applied
14243 property-by-property in XEmacs, some recent versions of which
14244 don't inherit the properties from the category. Provisions to
14245 respond to concealed-text edits simplified drastically.
14246
14247 (allout-isearch-rectification, allout-isearch-was-font-lock)
14248 (allout-isearch-expose, allout-enwrap-isearch)
14249 (allout-isearch-abort, allout-pre-was-isearching)
14250 (allout-isearch-prior-pos, allout-isearch-did-quit)
14251 (allout-isearch-dynamic-expose)
14252 (allout-hide-current-entry-completely): Functions deleted.
14253
14254 (allout-undo-aggregation): Explicit undo aggregation no longer
14255 necessary due to transition away from selective-display.
14256
14257 (set-allout-regexp, allout-up-current-level)
14258 (allout-next-visible-heading, allout-forward-current-level)
14259 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14260 (allout-kill-line, allout-yank-processing, allout-show-children)
14261 (allout-expose-topic, allout-old-expose-topic)
14262 (allout-listify-exposed, allout-insert-latex-header)
14263 (allout-toggle-subtree-encryption, allout-encrypt-string)
14264 (remove-from-invisibility-spec, allout-hide-current-subtree):
14265 Ditched unused variables.
14266
14267 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14268
14269 * textmodes/ispell.el (ispell-change-dictionary): Call
14270 ispell-buffer-local-dict instead of
14271 ispell-accept-buffer-local-defs.
14272 (ispell-local-dictionary-alist): Accept as valid any coding-system
14273 supported by Emacs.
14274 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14275 changed to iso-8859-3.
14276
14277 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14278
14279 * speedbar.el (speedbar-frame-width): Make an inline function
14280 instead of a macro. Use frame-width.
14281 (speedbar-try-completion, speedbar-update-contents)
14282 (speedbar-timer-fn): Use consp.
14283 (speedbar-update-localized-contents): Try to preserve point.
14284
14285 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14286 (menu): Re-order menu items.
14287 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14288 field.
14289 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14290 (gdb-post-prompt): Speed things by not forcing update.
14291
14292 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14293
14294 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14295 press and perform default action if we get a mouse movement event.
14296
14297 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14298
14299 * calendar/icalendar.el (icalendar--get-event-property)
14300 (icalendar--get-event-property-attributes): Fix typos in
14301 docstrings.
14302
14303 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14304 docstring.
14305
14306 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
14307
14308 * bs.el (bs-mode): Use `buffer-disable-undo'.
14309 (bs--get-file-name): Simplify.
14310 (bs-show-in-buffer): Mark the buffer as not modified.
14311
14312 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14313
14314 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14315 widget-button-click.
14316
14317 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14318 (custom-mode): Update docstring.
14319
14320 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14321 binding.
14322
14323 * files.el (hack-local-variables-confirm): Allow scrolling if the
14324 file variable list is too long. Kill temp buffer after use.
14325
14326 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
14327
14328 * progmodes/gud.el (gdb): Improve doc string.
14329 (gdb-script-font-lock-keywords): Expand allowed character set.
14330
14331 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14332 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14333 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14334 (gdb-separate-io-stop, gdb-separate-io-eof):
14335 Rename from gdb-inferior-* to gdb-separate-*.
14336 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14337
14338 2006-02-14 Jay Belanger <belanger@truman.edu>
14339
14340 * calc/calc-arith.el (math-check-known-scalarp): Make sure
14341 expression is a symbol before checking that it is bound.
14342
14343 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14344 test to see if equation can be solved.
14345
14346 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14347
14348 * wid-edit.el (widget-button-click): Use :pressed-face property
14349 for overlay face, if it exists.
14350
14351 * cus-edit.el (custom-manual, custom-add-see-also)
14352 (custom-add-parent-links, custom-group-link): Add :pressed-face
14353 property to links.
14354
14355 * files.el (hack-local-variables): Remove ignored variables before
14356 checking if any variables need setting.
14357
14358 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14359
14360 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14361
14362 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
14363
14364 * help.el (where-is): Fix message for remapped commands.
14365
14366 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14367 Fix typos in docstrings.
14368
14369 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
14370
14371 * files.el (safe-local-variable-values): New option.
14372 (hack-local-variables-prop-line): Return a list of variable-value
14373 pairs if MODE-ONLY is non-nil.
14374 (hack-local-variables): Construct list of variable-value pairs,
14375 and apply or reject them in one go. Ask for confirmation if
14376 variables are not known safe.
14377 (hack-local-variables-confirm): Complete rewrite. Support
14378 `safe-local-variable-values'.
14379 (enable-local-variables): Update docstring to reflect new
14380 behavior.
14381 (ignored-local-variables): Ignore ignored-local-variables and
14382 safe-local-variable-values.
14383 (safe-local-variable-p): New function.
14384 (risky-local-variable-p): `safe-local-variable' property check
14385 moved to safe-local-variable-p.
14386 (hack-one-local-variable): Checks moved to hack-local-variables.
14387
14388 (byte-compile-dynamic, c-basic-offset, c-file-style)
14389 (c-indent-level, comment-column, fill-column, fill-prefix)
14390 (indent-tabs-mode, kept-new-versions, no-byte-compile)
14391 (no-update-autoloads, outline-regexp, page-delimiter)
14392 (paragraph-start, paragraph-separate, sentence-end)
14393 (sentence-end-double-space tab-width, version-control):
14394 Add `safe-local-variable' property.
14395
14396 * find-lisp.el: Delete nonexistent `autocompile' file variable.
14397
14398 * icomplete.el, play/landmark.el: Change nonexistent
14399 `outline-layout' file variable to `allout-layout'.
14400
14401 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
14402
14403 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14404 (gdb-get-changed-registers): Test value of gud-minor-mode relative
14405 to gud-comint-buffer.
14406 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14407 gdb-ui.el for gdb-mi.el.
14408 (gdb-post-prompt, gdb-get-changed-registers): Move test for
14409 registers buffer to gdb-get-changed-registers.
14410 (gdb-breakpoint-regexp): New regexp. Allow toggling and
14411 deletion of catchpoints (throw and catch).
14412 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14413 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14414 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14415 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14416 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14417
14418 2006-02-13 Jay Belanger <belanger@truman.edu>
14419
14420 * calc/calc-arith.el (math-check-known-matrixp): Make sure
14421 expression is a symbol before checking that it is bound.
14422
14423 2006-02-13 Richard M. Stallman <rms@gnu.org>
14424
14425 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14426 for the minibuffer too, but not if resize-mini-windows will interfere.
14427
14428 * help.el (describe-key-briefly, describe-key): Do all arg-reading
14429 inside `interactive' spec.
14430 (describe-key-briefly-internal, describe-key-internal):
14431 Functions merged back into their callers.
14432
14433 2006-02-13 Martin Rudalics <rudalics@gmx.at>
14434
14435 * info.el (info-xref-visited): Inherit from info-xref too.
14436 (Info-set-mode-line): Replace occurrences of `%' by `%%'
14437 when propertizing Info-current-file and Info-current-node.
14438
14439 2006-02-13 Juri Linkov <juri@jurta.org>
14440
14441 * tumme.el (tumme-thumbnail-storage): Fix docstring.
14442 (tumme-thumb-name): Fix per-directory format.
14443
14444 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
14445
14446 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14447
14448 2006-02-12 Miles Bader <miles@gnu.org>
14449
14450 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14451
14452 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
14453
14454 * tumme.el: Remove history section. If someone needs the it, it
14455 can always be found in CVS.
14456
14457 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14458
14459 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
14460 about the Thumbnail Managing Standard option.
14461
14462 2006-02-12 Richard M. Stallman <rms@gnu.org>
14463
14464 * subr.el (substitute-key-definition): Doc fix.
14465
14466 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14467
14468 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14469
14470 * info.el (Info-mode): Doc fix.
14471
14472 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14473
14474 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
14475
14476 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14477 because on Solaris a POSIX compatible "id" is needed. Reported by
14478 Magnus Henoch <mange@freemail.hu>.
14479
14480 2006-02-12 Juri Linkov <juri@jurta.org>
14481
14482 * tumme.el: Remove todo item about Thumbnail Managing Standard.
14483 (tumme) <defgroup>: Change :group to `multimedia'.
14484 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14485 Managing Standard.
14486 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14487 Fix dostring.
14488 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14489 and %y. Fix docstring.
14490 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14491 (tumme-cmd-create-standard-thumbnail-command): New user options.
14492 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14493 is `standard'. Fix docstring.
14494 (tumme-thumb-width, tumme-thumb-height): New user options.
14495 (tumme-external-viewer): Try to find various viewers.
14496 (tumme-get-thumbnail-image): Use `create-image' instead of
14497 constructing the `image' structure.
14498 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14499 `standard'.
14500 (tumme-thumb-name): Add file name generation for standard storage.
14501 Simplify code for other storages.
14502 (tumme-thumb-name): Use width %w and height %h instead of size %s.
14503 Add modification time %m and thumbnail-nq8 %q.
14504 Use `tumme-cmd-create-standard-thumbnail-command' if
14505 tumme-thumbnail-storage is `standard'.
14506 (tumme-dired-insert-marked-thumbs): New autoload command.
14507 (tumme-dired-after-readin-hook): New function.
14508 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14509 `tumme-thumb-size'.
14510 (tumme-display-image): Replace size-x %x and size-y %y with
14511 width %w and height %h.
14512
14513 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14514 `tumme-dired-insert-marked-thumbs'.
14515
14516 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14517
14518 * tumme.el (tumme-write-tag): Fix small bug (file name did not
14519 include path).
14520 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14521 matching tag.
14522
14523 2006-02-12 Miles Bader <miles@gnu.org>
14524
14525 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14526 New variables.
14527 (rcirc-abbrev-nick): New function.
14528 (rcirc-format-response-string): Rewrite to use the formats in
14529 `rcirc-response-formats' and expand escape sequences therein.
14530 A text-property `rcirc-text' is added over the actual response
14531 text to make easy to find inside the returned string.
14532 (rcirc-print): When filling, just look for the `rcirc-text'
14533 text-property to find the appropriate fill prefix, instead of
14534 using hardwired patterns.
14535
14536 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14537
14538 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
14539 Managing Standard.
14540
14541 2006-02-11 Kim F. Storm <storm@cua.dk>
14542
14543 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14544 Don't use insert-buffer; do insert-buffer-substring directly.
14545 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
14546
14547 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14548
14549 * files.el (revert-buffer, recover-file): Replace buffer-read-only
14550 with inhibit-read-only. Suggested by Stefan Monnier.
14551 (revert-buffer): Let insert-file-contents discard
14552 buffer-undo-list. Simplify code.
14553 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14554
14555 2006-02-11 Eli Zaretskii <eliz@gnu.org>
14556
14557 * menu-bar.el (menu-bar-select-yank): Add a doc string.
14558
14559 * help.el (describe-key-briefly): Now a wrapper for
14560 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
14561 to t. Populate yank-menu if empty.
14562 (describe-key-briefly-internal): Renamed from describe-key-briefly.
14563 (describe-key): Now a wrapper for describe-key-internal. Bind
14564 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
14565 (describe-key-internal): Renamed from describe-key.
14566
14567 2006-02-11 Milan Zamazal <pdm@zamazal.org>
14568
14569 * progmodes/glasses.el (glasses-separator): Doc fix.
14570 (glasses-original-separator): New defcustom.
14571 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14572
14573 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14574
14575 * mwheel.el (mouse-wheel-up-event): Doc fix.
14576
14577 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14578
14579 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14580 (tumme-dir): New function. Copied from thumbs.el.
14581
14582 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
14583
14584 * desktop.el (desktop-outvar): Fix typo.
14585 (desktop-save-buffer-p): Doc fix.
14586
14587 * subr.el (substitute-key-definition): Fix typo.
14588
14589 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14590
14591 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14592 when window-system is mac.
14593
14594 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14595
14596 2006-02-10 Kim F. Storm <storm@cua.dk>
14597
14598 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14599 indirect-function instead of using condition-case.
14600
14601 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
14602
14603 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14604 less `colloquial'...
14605
14606 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
14607
14608 * tumme.el: Add a couple of todo items.
14609
14610 2006-02-09 Lars Hansen <larsh@soem.dk>
14611
14612 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14613 (highlight-changes-mode): Don't change desktop-locals-to-save.
14614
14615 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
14616
14617 * image-mode.el (image-toggle-display): Clear image cache if using
14618 filename.
14619
14620 2006-02-09 Masatake YAMATO <jet@gyve.org>
14621
14622 * dired-x.el (dired-guess-shell-alist-default): Add .man as
14623 a `dired-man' target.
14624
14625 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14626 boundary of symbols.
14627
14628 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
14629
14630 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14631
14632 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
14633
14634 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14635 `mapcar'; return nil.
14636
14637 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
14638
14639 * mouse.el (mouse-drag-track): Don't change window if we rebind to
14640 some other event.
14641
14642 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
14643
14644 * net/rcirc.el (rcirc-startup-channels-alist):
14645 Add irc.freenode.net and #emacs as defaults.
14646 (rcirc-ignore-all-activity-flag): Remove variable.
14647 (rcirc-authinfo): New variable.
14648 (rcirc-authinfo-filename): Remove variable.
14649 (rcirc-always-use-server-buffer-flag): New flag.
14650 (rcirc): M-x rcirc will automatically connect without prompting.
14651 C-u M-x rcirc will prompt. Use rcirc-connect to create a
14652 connection in lisp.
14653 (rcirc-process-server-response-1): Remove everything but the nick
14654 portion of the sender so it doesn't need to be done everywhere
14655 else. Update related code.
14656 (global-map): Remove global keybindings.
14657 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14658 (rcirc-send-input): Split into several functions.
14659 (rcirc-process-input-line, rcirc-process-message)
14660 (rcirc-process-command): New functions.
14661 (rcirc-target-buffer): New function to determine where to route
14662 messages.
14663 (rcirc-user-nick): Save match data.
14664 (rcirc-toggle-ignore-buffer-activity)
14665 (rcirc-update-activity-string): Remove global ignore functionality,
14666 which can be done now by toggling rcirc-track-minor-mode.
14667 (rcirc-track-minor-mode-map): New keymap.
14668 (rcirc-track-minor-mode): New minor-mode.
14669 (ignore): Make the ignore output nicer. Always print it when
14670 adding or removing nicks.
14671 (rcirc-url-regexp): Improve.
14672 (rcirc-mangle-text): Remove properties before using text in the
14673 modeline.
14674 (rcirc-authenticate): Authentication data comes from
14675 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14676 (rcirc-server-prefix): Inherit from rcirc-server.
14677
14678 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
14679
14680 * Makefile.in (compile): Append "|| true" to the end of the `find'
14681 command, like compile-always does.
14682
14683 2006-02-08 Sam Steingold <sds@gnu.org>
14684
14685 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14686 output from a dead connection.
14687
14688 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14689
14690 * dired.el (dired-mode-map): Add more bindings for tumme.
14691
14692 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14693
14694 * wdired.el (wdired-mode-map): Use remap.
14695 (wdired-get-filename): Massage.
14696 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14697 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14698 `keymap' property rather than `local-map'.
14699
14700 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14701
14702 * tumme.el (tumme-get-thumbnail-image): New utility function.
14703 Suggested by from Chong Yidong.
14704 (tumme-dired-with-window-configuration): Rename from
14705 `tumme-dired'. Add code to save window configuration.
14706 (tumme-restore-window-configuration): New command to restore the
14707 window configuration that `tumme-dired-with-window-configuration'
14708 saves before it changes the window configuration.
14709 (tumme-show-all-from-dir): New command to display thumbnails for
14710 all files in a directory entered by the user, like M-x thumbs.
14711 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14712 have been created.
14713 (tumme-display-thumbnail-original-image): Call `display-buffer'.
14714 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14715 Remove obsolete test function.
14716
14717 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
14718
14719 * vc.el (small-temporary-file-directory): Remove defvar; there's
14720 a defcustom for it in files.el.
14721
14722 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14723 Fix typo in message.
14724 (tumme-gallery-generate): Fix typo in `error' message.
14725 (tumme-display-window-height-correction)
14726 (tumme-display-window-width-correction, tumme-line-up-dynamic)
14727 (tumme-line-up-interactive): Dox fixes.
14728 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14729 (tumme-restore-window-configuration, tumme-format-properties-string)
14730 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14731 Fix typos in docstrings.
14732
14733 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
14734
14735 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14736
14737 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
14738
14739 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14740 User should use hook if desired.
14741
14742 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14743 buffer if necessary.
14744 (gdb-delete-frame-or-window): New function.
14745 (gdb-breakpoints-mode-map): Bind "q" to it.
14746
14747 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * textmodes/nroff-mode.el: Clean up name space.
14750 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14751 (nroff-mode): Obey the global setting of nroff-electric-mode.
14752 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14753
14754 * calendar/calendar.el (calendar-increment-month): Typo in last change.
14755
14756 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
14757
14758 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14759
14760 2006-02-06 Lars Hansen <larsh@soem.dk>
14761
14762 * generic-x.el (etc-fstab-generic-mode): Add file system types
14763 cifs and usbdevfs. Allow special chars in file names.
14764
14765 2006-02-05 Jay Belanger <belanger@truman.edu>
14766
14767 Update copyright notices of the files in lisp/calc.
14768
14769 2006-02-05 Romain Francoise <romain@orebokech.com>
14770
14771 Update copyright notices of all files in the lisp/play directory.
14772
14773 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
14774
14775 * ldefs-boot.el: Regenerate.
14776
14777 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14778
14779 2006-02-05 Kim F. Storm <storm@cua.dk>
14780
14781 * files.el (magic-mode-regexp-match-limit): New defvar.
14782 (set-auto-mode): Use it to limit magic-mode-alist matching.
14783
14784 2006-02-04 Eli Zaretskii <eliz@gnu.org>
14785
14786 * info.el (Info-index, Info-mode): Improve the description of the
14787 `i' command.
14788
14789 * ldefs-boot.el: Regenerate.
14790
14791 2006-02-03 Werner Lemberg <wl@gnu.org>
14792
14793 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14794 greedy to find the closing bracket in \*[...] and similar
14795 expressions. This is a first rough fix -- many additional
14796 refinements are necessary to make nroff mode really usable with groff.
14797
14798 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
14799
14800 * international/mule-cmds.el (set-locale-environment):
14801 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14802 libX11.
14803
14804 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
14805
14806 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14807 archive are created in archive-tmpdir.
14808
14809 2006-02-02 John Paul Wallington <jpw@pobox.com>
14810
14811 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14812 (ibuffer-fontification-alist): Use it.
14813 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14814 to "* z" and the Ibuffer Mark menu.
14815
14816 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14817
14818 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14819
14820 * textmodes/table.el (*table--cell-describe-mode)
14821 (*table--cell-describe-bindings): Undo last change since
14822 print-help-return-message is not obsoleted by anything at all.
14823
14824 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
14825
14826 * emulation/cua-base.el (cua-mode): Doc fix.
14827
14828 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
14829
14830 * dframe.el (dframe-handle-make-frame-visible)
14831 (dframe-handle-iconify-frame, dframe-get-focus)
14832 (dframe-select-attached-frame, dframe-power-click)
14833 (dframe-frame-mode): Fix typos in docstrings.
14834
14835 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14836 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14837 Fix typos in docstrings.
14838
14839 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14840 (hi-lock-face-buffer, hi-lock-font-lock-hook)
14841 (hi-lock-archaic-interface-message-used)
14842 (hi-lock-file-patterns-range): Fix typos in docstrings.
14843
14844 * savehist.el (savehist-loaded, savehist-load, savehist-install)
14845 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14846
14847 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14848 Fix typo in docstring.
14849
14850 * net/newsticker.el (newsticker--decode-iso8601-date)
14851 (newsticker--set-customvar, newsticker--buffer-insert-item)
14852 (newsticker--do-run-auto-mark-filter)
14853 (newsticker--parse-generic-feed): Doc fixes.
14854 (newsticker--retrieval-timer-list, newsticker-url-list)
14855 (newsticker-hide-immortal-items-in-echo-area)
14856 (newsticker-hide-obsolete-items-in-echo-area)
14857 (newsticker-new-item-face, newsticker--enclosure)
14858 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14859 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14860 (newsticker--parse-generic-feed, newsticker--cache-contains)
14861 (newsticker--stat-num-items, newsticker-download-enclosures):
14862 Fix typos in docstrings.
14863
14864 * net/rcirc.el (rcirc-debug): Doc fix.
14865 (rcirc-fill-column, rcirc-receive-message-hooks)
14866 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14867 (rcirc-mode, rcirc-generate-new-buffer-name)
14868 (rcirc-startup-channels, rcirc-ignore-update-automatic)
14869 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14870 Fix typos in docstrings.
14871 (rcirc-print): "?\ " -> "?\s".
14872 (rcirc-cmd-join): Improve argument/docstring consistency.
14873
14874 2006-02-01 Mark A. Hershberger <mah@everybody.org>
14875
14876 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14877 before narrow-to-region.
14878
14879 2006-02-01 Richard M. Stallman <rms@gnu.org>
14880
14881 * simple.el (move-beginning-of-line): Scan properly for invis change.
14882
14883 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14884
14885 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
14886
14887 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14888 change bit only when id-format is 'integer. Reported by Matt
14889 Hodges <M.P.Hodges@rl.ac.uk>.
14890
14891 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
14892
14893 * hilit-chg.el (highlight-changes-initial-state)
14894 (highlight-changes-global-initial-state): Doc fixes.
14895 (highlight-changes-global-modes, global-highlight-changes):
14896 Fix typos in docstrings.
14897
14898 2006-02-01 Kim F. Storm <storm@cua.dk>
14899
14900 * emulation/cua-base.el (cua-mode): Mention that CUA enables
14901 transient-mark-mode in doc string.
14902
14903 2006-01-31 Richard M. Stallman <rms@gnu.org>
14904
14905 * replace.el (multi-occur): Doc fix.
14906 (multi-occur-in-matching-buffers): Rename from
14907 multi-occur-by-filename-regexp. Prefix arg says match
14908 buffer names instead of file names.
14909
14910 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
14911
14912 * bs.el: Allow non-default values of `bs-header-lines-length'.
14913 (bs--running-in-xemacs): Remove (not needed anymore).
14914 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14915 instead of `shrink-window', thus avoiding having to compute the
14916 height of the window.
14917 (bs--up): Wrap around even when there's no header.
14918 (bs--down): Use `forward-line' instead of `next-line'.
14919
14920 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
14921
14922 * image-mode.el (image-toggle-display): Use file name if possible,
14923 instead of unnecessarily allocating a (possibly huge) lisp string.
14924
14925 2006-01-30 John Paul Wallington <jpw@pobox.com>
14926
14927 * subr.el (toplevel): Define `cl-assertion-failed' condition here
14928 because the `assert' macro signals it at runtime.
14929
14930 * emacs-lisp/cl.el (toplevel): Remove definition of
14931 `cl-assertion-failed' condition.
14932
14933 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
14934
14935 * thumbs.el (thumbs-marked-list): Make buffer-local and
14936 permanent-local.
14937 (thumbs-insert-thumb): Make help-echo non-sticky.
14938 (thumbs-file-alist): Use eolp as check for (non)-image.
14939
14940 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14943 (ediff-before-session-group-setup-hooks)
14944 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14945 Fix typos in docstrings.
14946
14947 * window.el (bw-dir, bw-eqdir, balance-windows)
14948 (split-window-keep-point): Fix typos in docstrings.
14949
14950 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14951 (org-quote-string, org-calendar-to-agenda-key)
14952 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14953 (org-show-following-heading, org-tags-column)
14954 (org-use-tag-inheritance, org, org-allow-space-in-links)
14955 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14956 (org-enable-table-editor, org-calc-default-modes)
14957 (org-table-allow-automatic-line-recalculation)
14958 (org-export-html-style, org-export-with-fixed-width)
14959 (org-export-with-sub-superscripts, org-special-keyword)
14960 (org-formula, org-time-grid, org-table-may-need-update)
14961 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14962 (org-goto-quit, org-get-indentation, org-end-of-item)
14963 (org-move-item-down, org-move-item-up)
14964 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14965 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14966 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14967 (org-agenda-log-mode, org-agenda-toggle-diary)
14968 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14969 (org-agenda-file-to-end, org-agenda-no-heading-message)
14970 (org-agenda-get-closed, org-format-agenda-item)
14971 (org-cmp-priority, org-cmp-category, org-cmp-time)
14972 (org-agenda-change-all-lines, org-agenda-diary-entry)
14973 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14974 (org-link-search, org-camel-to-words, org-open-file)
14975 (org-remember-handler, org-table-convert-region)
14976 (org-table-move-row-down, org-table-move-row-up)
14977 (org-table-copy-region, org-table-wrap-region)
14978 (org-table-toggle-vline-visibility)
14979 (org-table-get-vertical-vector, org-table-modify-formulas)
14980 (org-table-get-specials, org-recalc-commands)
14981 (org-table-rotate-recalc-marks, org-table-eval-formula)
14982 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14983 (org-level-color-stars-only, org-insert-heading):
14984 Fix typos in docstrings.
14985 (last-arg): Add defvar.
14986
14987 * makefile.w32-in (WINS): Add erc.
14988 (MH_E_SRC): Update (copied from lisp/Makefile.in).
14989
14990 2006-01-29 Bill Wohler <wohler@newt.com>
14991
14992 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14993 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14994 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
14995 (mh-autoloads): Don't use comments on otherwise empty lines.
14996
14997 2006-01-29 Edward O'Connor <ted@oconnor.cx>
14998
14999 * emulation/viper.el (viper-major-mode-modifier-list):
15000 Add insert-state and vi-state entries for erc-mode.
15001 (viper-go-away, viper-set-hooks): Add and remove
15002 viper-comint-mode-hook from erc-mode-hook as appropriate.
15003
15004 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15005
15006 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15007
15008 * bs.el (bs--format-aux): Implement `middle' alignment as
15009 described in the docstring for `bs-attributes-list'.
15010 (bs--get-name): Simplify. Don't pad the buffer name.
15011
15012 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15013
15014 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15015 English aspell dictionary is installed, use the first entry of
15016 ispell-dictionary-alist-1.
15017
15018 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15019
15020 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15021 Doc fix.
15022
15023 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15024
15025 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15026 for `process-file', in order to let it work for older Emacsen too.
15027
15028 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15029
15030 * international/latexenc.el: Add a suitable `coding:' tag.
15031 (latexenc-find-file-coding-system): Undo last change.
15032
15033 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15034
15035 * international/latexenc.el (latexenc-find-file-coding-system):
15036 Make sure latexenc-main-file is a regular file and is readable.
15037
15038 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15039
15040 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15041 Pass FILE to vc-user-login-name.
15042
15043 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15044
15045 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15046
15047 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15048 there are no more images to display.
15049 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15050 the next image.
15051
15052 2006-01-26 Richard M. Stallman <rms@gnu.org>
15053
15054 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15055
15056 * wid-edit.el (advertised-widget-backward): New alias.
15057 (widget-keymap): Use advertised-widget-backward for S-TAB.
15058
15059 * tumme.el: Correct the keywords.
15060 (tumme-dir-max-size): Use defvar.
15061 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15062
15063 * simple.el (move-beginning-of-line): Take account of fields.
15064 (clone-indirect-buffer-other-window): Take args like
15065 clone-indirect-buffer, and work like it.
15066
15067 * help-fns.el (describe-function): Don't pass `nil' as default.
15068
15069 * files.el (risky-local-variable-p): Follow var aliases.
15070
15071 * subr.el (lazy-completion-table): Doc fix.
15072
15073 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15074 global binding of `line'.
15075
15076 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15077
15078 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15079 Tramp.
15080
15081 * vc.el (vc-default-dired-state-info): Pass FILE to
15082 vc-user-login-name.
15083 (vc-default-update-changelog): Don't use vc-user-login-name, we
15084 don't need it here.
15085
15086 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15087 no longer necessary.
15088
15089 2006-01-25 Kenichi Handa <handa@m17n.org>
15090
15091 * international/mule.el (decode-char): Avoid the overhead of
15092 calling utf-lookup-subst-table-for-decode if
15093 utf-translate-cjk-mode is nil.
15094 (encode-char): Avoid the overhead of calling
15095 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15096 nil.
15097
15098 2006-01-22 Kenichi Handa <handa@m17n.org>
15099
15100 * international/mule.el (make-subsidiary-coding-system): Reset
15101 `coding-system-define-form' property of subsidiaries to nil.
15102 Avoid duplicated entry in coding-system-alist.
15103 (make-coding-system): Avoid duplicated entry in
15104 coding-system-alist.
15105 (define-coding-system-alias): Likewise.
15106
15107 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15108
15109 * completion.el: Minor fixes in introductory comment.
15110 (completion-def-wrapper): Fix alist.
15111
15112 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15113
15114 * thumbs.el (thumbs-new-image-size): New function.
15115 (thumbs-increment-image-size-element)
15116 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15117 (thumbs-decrement-image-size): Delete.
15118 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15119 temp files and use to resize.
15120 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15121 Use increment argument to enlarge/shrink. Preserve point.
15122 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15123 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15124 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15125 (thumbs-mark, thumbs-unmark): Preserve point.
15126 (thumbs-modify-image): Keep old temp files and use to modify.
15127 Cleanup old temp files at load time. Preserve point.
15128 (thumbs-view-image-mode-map): Use new command names.
15129
15130 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15133
15134 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15135 the nastiest part of the cyclic dependency.
15136 (cal-menu-update): Use dotimes and calendar-increment-month.
15137
15138 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15139 (calendar-week-start-day): Add an :initializer.
15140 (calendar-mode-map): Use suppress-keymap, and command remapping.
15141 (describe-calendar-mode): Setup xref-stack info for the back button.
15142 (calendar-star-date): Insert before delete.
15143 (calendar-set-mode-line): Add file-modified info if applicable.
15144 (calendar-increment-month): New function.
15145
15146 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15147
15148 * font-lock.el (lisp-font-lock-keywords-2):
15149 Recognize "& keywords" only at word boundaries.
15150
15151 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15152
15153 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15154 and permanent-local.
15155 (thumbs-max-image-number): New variable.
15156 (thumbs-do-thumbs-insertion): Use them.
15157 (thumbs-per-line): Change default to 4.
15158 (thumbs-marked-list): Rename from thumbs-markedL.
15159 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15160 (thumbs-rename-images): Use -list instead of L for internal variables.
15161 (thumbs-call-convert): Use call-process instead of shell-command.
15162 (thumbs-insert-thumb): Add filename as help-echo to each image.
15163 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15164 Give dir to thumbs-show-thumbs-list.
15165 (thumbs-show-thumbs-list): Set default-directory to that of images.
15166 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15167 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15168 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15169 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15170
15171 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15172
15173 * ses.el (ses-read-cell): Provide a default value.
15174
15175 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15176
15177 * term/w32-win.el (image-library-alist): Add additional names for
15178 GIF library.
15179
15180 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15181
15182 * international/latexenc.el (latexenc-find-file-coding-system):
15183 Add file-regular-p check.
15184
15185 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * simple.el (clone-buffer): Don't show the new buffer in the same
15188 window.
15189
15190 2006-01-23 Juri Linkov <juri@jurta.org>
15191
15192 * faces.el (link, link-visited): New faces based on default values
15193 of `info-xref' and `info-xref-visited'.
15194
15195 * info.el (info-xref): Inherit from `link'.
15196 (info-xref-visited): Inherit from `link-visited'.
15197
15198 * cus-edit.el (custom-buffer-create-internal): Use widget type
15199 `custom-manual' instead of `info-link' and don't set properties
15200 `button-face' and `mouse-face' explicitly.
15201 (custom-browse-group-tag, custom-browse-variable-tag)
15202 (custom-browse-face-tag): Inherit from widget class
15203 `custom-group-link' instead of `push-button'.
15204 (custom-button-unraised): Inherit from `underline' face.
15205 (custom-link): Inherit from `link' face. Fix doc and group.
15206 (custom-add-parent-links, custom-group-value-create): Don't set
15207 properties `button-face' and `mouse-face' explicitly for
15208 `custom-group-link' widget.
15209 (custom-group-link): Add properties `button-face' and `mouse-face'
15210 to widget definition.
15211 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15212 editable-field's :keymap property.
15213 (custom-mode): Fix docstring: substitute keybindings for
15214 `widget-forward' and `widget-backward' from `widget-keymap',
15215 `widget-complete' from `custom-field-keymap', replace old
15216 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15217
15218 * desktop.el (desktop-load-file): Check for `fboundp' before
15219 calling `symbol-function'.
15220
15221 * simple.el (clone-buffer, clone-indirect-buffer)
15222 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15223 `read-string'. Fix prompts.
15224
15225 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15226
15227 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15228
15229 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15230
15231 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15232
15233 * startup.el (inhibit-splash-screen, initial-scratch-message):
15234 Doc fixes.
15235
15236 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15237
15238 Sync with Tramp 2.0.52.
15239
15240 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15241 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15242 `tramp-unload-tramp' for checklist.
15243
15244 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15245 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15246 (tramp-unload-file-name-handler-alist)
15247 (tramp-unload-tramp): New defuns.
15248 (tramp-advice-PC-expand-many-files): New defadvice.
15249 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15250 removed.
15251 (tramp-handle-expand-file-name): Remove double slash.
15252 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15253 It doesn't matter, because it will be converted later on.
15254 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15255 implementation was just heuristic.
15256 (tramp-post-connection): Set uid and gid properties.
15257 (tramp-convert-file-attributes): Set file's gid change bit.
15258 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15259 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15260 in case of su(do)? methods. The home directory of the local user
15261 will be taken else.
15262 (tramp-open-connection-telnet)
15263 (tramp-open-connection-rsh, tramp-open-connection-su)
15264 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15265 local shell prompt could hurt. Reported by Romain Francoise
15266 <romain@orebokech.com>.
15267 (tramp-let-maybe): Add `edebug-form-spec' property.
15268 (tramp-handle-expand-file-name): Bind `default-directory' locally
15269 to "/" in order to avoid problems with UNC shares or Cygwin
15270 mounts.
15271 (tramp-md5-function): Fix typo in error message.
15272
15273 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15274
15275 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15276 for byte-compiler pacification.
15277
15278 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15279
15280 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15281 ID-FORMAT `string'. This allows us to get rid of
15282 `vc-user-login-name UID'.
15283
15284 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15285
15286 2006-01-22 John Paul Wallington <jpw@pobox.com>
15287
15288 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15289
15290 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15291
15292 * emacs-lisp/find-func.el (find-definition-noselect)
15293 (find-variable-noselect): Search variables in C source code too.
15294 (find-function-C-source, find-function-noselect, find-function)
15295 (find-function-other-frame, find-variable-noselect, find-variable)
15296 (find-variable-other-frame, find-variable-at-point):
15297 Fix docstrings.
15298
15299 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
15300
15301 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15302
15303 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15304
15305 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15306 Default to disabling the "Save affix" question.
15307
15308 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15309
15310 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15311 the first arg to run-python.
15312
15313 2006-01-21 Eli Zaretskii <eliz@gnu.org>
15314
15315 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15316 is not loaded.
15317
15318 2006-01-20 Jay Belanger <belanger@truman.edu>
15319
15320 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15321 limit is 0.
15322
15323 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15324 the correct variable.
15325
15326 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
15327
15328 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15329 link. Fixed buggy argument sequence in call to `org-view-tags'.
15330 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15331 (org-prefix-has-tag): New variable.
15332 (org-format-agenda-item): Remove tags from headline if
15333 appropriate.
15334 (org-agenda-remove-tags-when-in-prefix): New option.
15335 (org-get-tags-at): New function.
15336
15337 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
15338
15339 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
15340 (thumbs-find-image): Move image name and number from buffer name
15341 to mode name. Set thumbs-buffer. Preserve point so that large
15342 images remain visible.
15343 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15344 order.
15345 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
15346 mode name.
15347 (thumbs-next-image, thumbs-previous-image): Make them work.
15348
15349 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
15350
15351 * cus-edit.el (custom-buffer-create-internal): State in the text above
15352 the whole buffer buttons that they do not operate on hidden items.
15353 (custom-face-menu): Use `custom-face-save' instead of
15354 `custom-face-save-command'.
15355 (custom-face-save-command): Make it an alias for `custom-face-save'
15356 and declare it obsolete.
15357 (custom-face-save): Doc fix.
15358
15359 * dired.el (dired-no-confirm): Add quote.
15360 (dired-subdir-alist-pre-R): Add quote in
15361 `make-variable-buffer-local' form and remove unbalanced parenthesis.
15362
15363 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * textmodes/table.el (table-mode-indicator): Typo in last change.
15366
15367 2006-01-19 Richard M. Stallman <rms@gnu.org>
15368
15369 * outline.el (hide-leaves): Don't call outline-end-of-heading.
15370 Fixes bug reported in Nov 2005.
15371
15372 * isearch.el (isearch-forward): Doc fix.
15373
15374 * dired.el (dired-move-to-filename-regexp): Define as alias.
15375 (dired-no-confirm): Use defcustom.
15376 (dired-subdir-alist-pre-R): Put defvar at top level.
15377
15378 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15379
15380 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15381 Mark as risky.
15382
15383 * simple.el (set-mark-command): Doc fix.
15384 (clone-indirect-buffer-other-window):
15385 Read arg like clone-indirect-buffer.
15386 (move-beginning-of-line): Skip invisible newlines.
15387
15388 2006-01-19 Masatake YAMATO <jet@gyve.org>
15389
15390 * progmodes/cpp.el (cpp-edit-load): Make the order of
15391 listed conditions in a base C code buffer and its associate
15392 CPP Edit buffer the same.
15393
15394 2006-01-19 Kenichi Handa <handa@m17n.org>
15395
15396 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15397 (rmail-mime-feature): Likewise.
15398 (rmail-require-mime-maybe): Use display-warning to show a warning
15399 message.
15400
15401 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15402 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15403
15404 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * array.el: Move defvars out of eval-when-compile.
15407 (array-make-template): Replace undeclared global var with a local one.
15408 (array-mode): Inline initialization functions.
15409 (array-init-local-variables, array-init-max-row)
15410 (array-init-max-column, array-init-columns-per-line)
15411 (array-init-field-width, array-init-rows-numbered)
15412 (array-init-line-length, array-init-lines-per-row): Remove.
15413
15414 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
15415 (doc-mode-map): Define explicitly.
15416 (doctor-txtype): Use mapc.
15417
15418 * textmodes/table.el: Move defvars out of eval-when-compile.
15419 Remove harmful code meant to avoid byte-compiler warnings.
15420 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
15421 specification that checks table-fixed-width-mode directly.
15422 (table-recognize-region, table-recognize-cell):
15423 Use restore-buffer-modified-p.
15424 (table-fixed-width-mode): Remove code that refreshes
15425 table-fixed-mode-indicator.
15426 (*table--cell-describe-bindings, *table--cell-describe-mode):
15427 Avoid obsolete name print-help-return-message.
15428 (table--test-cell-list): Don't use replace-regexp from elisp.
15429 (table--point-entered-cell-function, table--point-left-cell-function):
15430 Don't set table-fixed-mode-indicator, use force-mode-line-update.
15431
15432 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
15433 that was after the end of file. Use buffer-file-name variable.
15434 (org-timestamp-change): Use with-current-buffer.
15435 (org-todo-list): Don't unnecessarily define a new buffer-local var.
15436 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15437 `file'.
15438
15439 * progmodes/fortran.el: Move defvars out of eval-when-compile.
15440 (fortran-break-line): Remove unused var `opoint'.
15441 (fortran-abbrev-start): Obey help-event-list.
15442
15443 2006-01-18 Jesper Harder <harder@phys.au.dk>
15444
15445 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15446
15447 2006-01-18 Masatake YAMATO <jet@gyve.org>
15448
15449 * progmodes/make-mode.el (makefile-imake-mode): New mode
15450 derived from makefile-mode.
15451 (makefile-imake-mode-syntax-table): New syntax table
15452 derived from makefile-mode-syntax-table.
15453 (makefile-mode): Write about makefile-imake-mode in doc string.
15454 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15455 (makefile-imake-font-lock-keywords): New font lock keywords.
15456
15457 * files.el (auto-mode-alist): Add Imakefile.
15458
15459 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
15460
15461 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15462 loading the file rather than when turning on flyspell-mode.
15463
15464 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
15465
15466 * cus-edit.el (customize-rogue): Minor doc fix.
15467
15468 2006-01-17 Juri Linkov <juri@jurta.org>
15469
15470 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15471 instead of the file at the mark as default if the file at the mark
15472 is the same as the file at point or if dired-dwim-target-directory
15473 is not the same as the current directory and the mark is not active.
15474
15475 * log-view.el (log-view-minor-wrap): Use the same logic to get
15476 revisions as `log-view-diff'.
15477
15478 * info.el (Info-revert-find-node): Check for Info-current-file
15479 before preserving new-history.
15480
15481 * man.el (Man-heading-regexp): Add `/'.
15482
15483 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15484 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15485
15486 2006-01-16 Juri Linkov <juri@jurta.org>
15487
15488 * faces.el (mode-line-faces): New defgroup.
15489 (mode-line-highlight): Move definition after new defgroup.
15490 (mode-line, mode-line-inactive, mode-line-highlight):
15491 Replace :group `modeline' with `mode-line-faces'.
15492 (mode-line-buffer-id): New face.
15493 (modeline-buffer-id): New face alias.
15494 (vertical-border): Remove :group `modeline'.
15495
15496 * bindings.el (propertized-buffer-identification): Use face
15497 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15498 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15499 (mode-line-buffer-identification-keymap): For mouse-1 replace
15500 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15501 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15502 mouse-3.
15503
15504 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15505 Buffer-menu-buffer. Doc fix.
15506 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15507 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15508 `Buffer-menu-buffer'.
15509
15510 * info.el (Info-mode-line-node-keymap): New defvar.
15511 (Info-set-mode-line): Use `stringp' to check Info-current-file.
15512 Propertize Info-current-node with `mode-line-buffer-id' and
15513 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15514
15515 * time.el (display-time-mail-face): Replace :group `faces' with
15516 `mode-line-faces'.
15517
15518 2006-01-16 Kenichi Handa <handa@m17n.org>
15519
15520 * international/code-pages.el: Add autoload cookies for cp125[0345678].
15521
15522 * language/european.el (cp1252): New alias for windows-1252.
15523
15524 * international/mule.el (autoload-coding-system): Prepare for EOL
15525 variants.
15526
15527 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
15528
15529 * term.el (term-raw-map): Add mapping for insert.
15530 (term-send-insert): New.
15531 (term-mode): Make variables local here instead of doing it in
15532 `term-emulate-terminal'.
15533 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15534 Scroll reverse needs to take into account the scroll region.
15535 Saving and restoring the cursor should save the color attributes too.
15536 (term-reset-terminal): Reset the scroll region.
15537 (term-handle-ansi-escape): Cursor up and down should take into
15538 account the scroll region.
15539 (term-set-scroll-region): Rename from `term-scroll-region'.
15540 Move to 0,0 after setting the region.
15541 (term-handle-scroll): Handle scroll up.
15542 (term-down): Fix off by one error.
15543 (term-delete-lines): Do not delete outside the scroll region.
15544 (term-insert-lines): Take into account the scroll region.
15545
15546 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
15547
15548 * textmodes/ispell.el (ispell-internal-change-dictionary)
15549 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15550 (start, end): Move declaration outside of eval-when-compile.
15551
15552 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15553 (flyspell-mode-on): Use it.
15554
15555 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15556 ispell-kill-ispell-hook.
15557
15558 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
15559
15560 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15561 (Custom-reset-saved): Do not ask for confirmation in single option
15562 buffers.
15563
15564 2006-01-13 Richard M. Stallman <rms@gnu.org>
15565
15566 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15567
15568 2006-01-13 Romain Francoise <romain@orebokech.com>
15569
15570 * add-log.el (add-change-log-entry, change-log-merge):
15571 Conditionally use `hard-newline'.
15572
15573 2006-01-13 Martin Rudalics <rudalics@gmx.at>
15574
15575 * wid-edit.el (widget-field-end): If the overlay is no longer
15576 associated with a buffer, behave as if the overlay didn't exist.
15577
15578 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15579 Make sure the links use the `custom-link' face.
15580
15581 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15582
15583 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15584 (ld-script-mode): Don't set indent-line-function since we don't
15585 have one.
15586
15587 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
15588
15589 * textmodes/org.el (org-open-file): Use mailcap for selecting an
15590 application.
15591 (org-file-apps-defaults-gnu): Use mailcap as the default for
15592 selecting an application on a UNIX system.
15593 (org-agenda-show-tags): New command.
15594 (org-table-insert-hline): Keep cursor in current table line.
15595 (org-table-convert): Offset effect of modifying
15596 `org-table-insert-hline'.
15597 (org-format-agenda-item): New optional argument TAG.
15598 (org-compile-prefix-format): Handle %T format for the tag.
15599 (org-expand-wide-chars): New function.
15600 (org-table-insert-row, org-table-insert-hline):
15601 Use `org-expand-wide-chars'.
15602 (org-open-file): Fix bug in program launch.
15603 (org-get-time-of-day): Fix bug with times before 1am.
15604 (org-agenda-menu): Add tags commands.
15605
15606 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
15607
15608 * textmodes/ispell.el (ispell-init-process): Include the used
15609 dictionary in ispell process start message.
15610 (ispell-internal-change-dictionary): When flyspell-mode is active
15611 and dictionary is changed, make sure ispell process is restarted
15612 and flyspell word cache cleared out for the current buffer.
15613 (ispell-change-dictionary): Make sure flyspell word cache is
15614 cleared out in all buffers with active flyspell mode when
15615 dictionary is globally changed.
15616 Call ispell-internal-change-dictionary after dictionary change.
15617
15618 2006-01-13 Eli Zaretskii <eliz@gnu.org>
15619
15620 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15621
15622 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15623 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15624 years. Fix small differences wrt Makefile.in.
15625 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15626 Makefile.in does.
15627
15628 2006-01-12 Bill Wohler <wohler@newt.com>
15629
15630 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15631 mh-search.el.
15632
15633 2006-01-12 Masatake YAMATO <jet@gyve.org>
15634
15635 * progmodes/ld-script.el: Update copyright year.
15636
15637 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
15638
15639 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15640 Don't add widget if setting undefined.
15641
15642 2006-01-12 John Paul Wallington <jpw@pobox.com>
15643
15644 * help-fns.el (describe-variable): Remove newlines from void
15645 variable output.
15646
15647 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
15648
15649 * wdired.el (wdired-mode-map): Add help echo for
15650 wdired-abort-changes.
15651
15652 * man.el (Man-file-name-regexp): Adjust for a list of files.
15653
15654 2006-01-12 Masatake YAMATO <jet@gyve.org>
15655
15656 * progmodes/ld-script.el (auto-mode-alist): Support
15657 suffix conventions used in netbsd and eCos.
15658
15659 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
15660
15661 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15662 (custom-variable-menu, custom-face-menu, custom-group-menu)
15663 (Custom-mode-menu): Change names of menu items. (As discussed on
15664 emacs-devel.)
15665 (custom-face-menu): Add "Undo Edits" item.
15666
15667 * startup.el (init-file-user): defcustom -> defvar.
15668
15669 * tooltip.el (tooltip-mode): Doc fix.
15670
15671 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * reveal.el (reveal-post-command): window-buffer signals an error on
15674 dead windows rather than returning nil.
15675 (reveal-open-new-overlays): An overlay might die while we open others.
15676
15677 2006-01-11 Bill Wohler <wohler@newt.com>
15678
15679 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15680 phrasing in docstring.
15681
15682 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15683 can give some systems gas. Add new file mh-buffers.el.
15684
15685 2006-01-06 Masatake YAMATO <jet@gyve.org>
15686
15687 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15688 C preprocessor forward ported from GNU Emacs 21.2.
15689
15690 * progmodes/asm-mode.el (asm-font-lock-keywords):
15691 Use `cpp-font-lock-keywords'.
15692
15693 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15694
15695 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15696 of $ for "\\.ld[s]?".
15697
15698 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15701 (tcl-indent-line): Return `noindent' if inside a string.
15702
15703 * progmodes/flymake.el (flymake-split-string): Remove more than one
15704 empty string at beg/end of the result.
15705 (flymake-find-buildfile, flymake-find-possible-master-files):
15706 Use expand-file-name.
15707 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15708 since expand-file-name does it for us. Use directory-file-name.
15709 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15710 (flymake-ler-get-type, flymake-ler-get-text)
15711 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
15712 (flymake-current-line-no): Remove spurious interactive spec.
15713 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15714 (flymake-check-include): Remove arg inc-path merged into inc-name.
15715 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15716 Arg regexp-list replaced by a simple regexp.
15717 (flymake-master-make-header-init, flymake-master-tex-init):
15718 Correspondingly replace regexp-list with a regexp. Fix regexp.
15719
15720 2006-01-10 Simon Josefsson <jas@extundo.com>
15721
15722 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15723 describing AUTH PLAIN fix.
15724
15725 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15726
15727 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15728 (report-emacs-bug): Don't record initial prompt text.
15729 Instead, add text properties to prompting text.
15730 (report-emacs-bug-hook): Delete prompting text.
15731
15732 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15733
15734 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15735 `dirs'. Adjust callers.
15736
15737 2006-01-09 John Paul Wallington <jpw@gnu.org>
15738
15739 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15740
15741 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15742
15743 * reveal.el (reveal-open-new-overlays): New extracted fun.
15744 (reveal-close-old-overlays): Idem. Check overlays's liveness before
15745 using them. Simplify the code.
15746 (reveal-post-command): Use them. Fix up obsolete windows in
15747 reveal-open-spots.
15748
15749 * progmodes/flymake.el: Use `require' rather than autoload for
15750 XEmacs's overlays.
15751 (flymake-get-common-file-prefix, flymake-build-relative-filename):
15752 Delete. Use file-relative-name instead.
15753 (flymake-get-syntax-check-program-args, flymake-perl-init):
15754 Simplify the resulting code.
15755
15756 * log-view.el (log-view-file-re, log-view-message-re): Add support
15757 for DaRCS output.
15758
15759 2006-01-09 Alex Schroeder <alex@gnu.org>
15760
15761 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15762 identifiers sometimes added in square brackets at the beginning of
15763 subject lines.
15764
15765 2006-01-07 Richard M. Stallman <rms@gnu.org>
15766
15767 * cus-edit.el (Custom-set, Custom-save): Doc fix.
15768 (Custom-reset-current, Custom-reset-saved): Change question text.
15769 (Custom-reset-standard): Likewise.
15770 (custom-variable-reset-saved): Doc fix.
15771
15772 2006-01-07 Eli Zaretskii <eliz@gnu.org>
15773
15774 * startup.el (init-file-user): Doc fix.
15775
15776 2006-01-07 Alex Schroeder <alex@gnu.org>
15777
15778 * mail/rmail.el (rmail-current-subject): New function.
15779 (rmail-current-subject-regexp): New function.
15780 (rmail-next-same-subject): Use it.
15781
15782 * mail/rmailsum.el (rmail-summary-by-topic):
15783 Use rmail-current-subject and rmail-current-subject-regexp.
15784 (rmail-summary-next-same-subject): Ditto.
15785
15786 * net/rcirc.el (rcirc-send-input): No longer check whether the
15787 process is open, since not all commands need an open process.
15788 (rcirc-send-string): Check whether the process is open before
15789 sending anything.
15790 (rcirc-ignore-list): New option.
15791 (rcirc-ignore-list-automatic): New variable.
15792 (rcirc-print): Take rcirc-ignore-list into account.
15793 (rcirc-cmd-ignore): New command.
15794 (rcirc-ignore-update-automatic): New function.
15795 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15796 list if ignored nicks.
15797 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15798
15799 2006-01-06 David Reitter <david.reitter@gmail.com>
15800
15801 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15802 reflect the address to which the report will be sent.
15803
15804 2006-01-06 Eli Zaretskii <eliz@gnu.org>
15805
15806 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15807 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15808
15809 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
15810
15811 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15812
15813 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15814 the doc string: "functoin" => "function".
15815 * ldefs-boot.el: Likewise.
15816
15817 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15818 message text: "Duplicat" => "Duplicate".
15819
15820 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
15821
15822 * files.el (basic-save-buffer-2): If backing-up failed, reset
15823 buffer-backed-up to nil.
15824
15825 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
15826
15827 * progmodes/gud.el (gdb-script-skip-to-head)
15828 (gdb-script-calculate-indentation): Indent for breakpoint command
15829 lists also.
15830
15831 2006-01-05 Bill Wohler <wohler@newt.com>
15832
15833 * Makefile.in (compile-always): Add mh-autoloads dependency.
15834 (bootstrap): Remove mh-autoloads dependency, as compile dependency
15835 provides it.
15836 (updates): Remove mh-autoloads dependency, since it probably has
15837 already run recently (via recompile).
15838
15839 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15840
15841 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15842 argument `force' to disable the flyspell-last-buffer optimization.
15843 (flyspell-mode-on): Use it.
15844
15845 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15846 flymake-simple-cleanup.
15847 (flymake-allowed-file-name-masks): Use this new default.
15848 All the functions are now called in the right buffer rather than
15849 passing the buffer as argument.
15850 (flymake-process-sentinel): Switch to buffer before calling cleanup.
15851 (flymake-parse-err-lines): Remove redundant buffer arg.
15852 (flymake-get-program-dir): Comment out unused function.
15853 (flymake-start-syntax-check, flymake-start-syntax-check-process):
15854 Remove redundant buffer argument.
15855 (flymake-get-real-file-name, flymake-simple-java-cleanup)
15856 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15857
15858 2006-01-05 Richard M. Stallman <rms@gnu.org>
15859
15860 * info.el (Info-find-node): Don't record previous node if have none.
15861 (info): Go to directory only if history is empty.
15862
15863 * simple.el (mark): Doc fix.
15864
15865 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15866
15867 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15868 already of desired type.
15869 (mac-ae-list): Coerce parameter to "list" type.
15870 (mac-dispatch-apple-event): Replace cadr part of event with a
15871 dummy position so that event-start returns it.
15872
15873 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
15874
15875 * textmodes/org.el (org-end-of-subtree): New function.
15876 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15877 Use `org-end-of-subtree'.
15878 (org-agenda, org-agenda-convert-date): Protect calls to
15879 `fit-window-to-buffer'.
15880 (org-tags-view): Force matching of sublevels when doing a
15881 todo-only search. Define the correct redo command, including the
15882 arguments.
15883 (org-agenda-redo): Display message.
15884 (org-check-for-org-mode): New function.
15885 (org-agenda-type): New variable.
15886 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15887 Set `org-agenda-type'.
15888 (org-agenda-check-type): New function.
15889 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15890 (org-agenda-week-view, org-agenda-day-view)
15891 (org-agenda-next-date-line, org-agenda-previous-date-line)
15892 (org-agenda-log-mode, org-agenda-toggle-diary)
15893 (org-agenda-toggle-time-grid, org-agenda-date-later)
15894 (org-agenda-date-prompt, org-agenda-diary-entry)
15895 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15896 (org-agenda-convert-date, org-agenda-menu):
15897 Use `org-agenda-check-type'.
15898 (org-make-overlay, org-delete-overlay)
15899 (org-detatch-overlay, org-move-overlay, org-overlay-put):
15900 New compatibility functions.
15901 (org-calendar-select-mouse): New command.
15902
15903 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
15904
15905 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15906 (Custom-reset-standard): Fix y-or-n-p messages.
15907 (custom-link): New face for links.
15908 (custom-buffer-create-internal, custom-manual): Use it.
15909 (custom-face-save): Push to theme-face before setting face spec.
15910
15911 * wid-edit.el (widget-default-mouse-face-get): New function.
15912 (widget-specify-button): Handle mouse-face like button-face.
15913
15914 * custom.el (load-theme): Clear old theme settings if reloading.
15915
15916 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
15917
15918 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15919 "Erase Customization" button back to same position it occupies in
15920 the individual State menus.
15921
15922 2006-01-04 Kim F. Storm <storm@cua.dk>
15923
15924 * wid-edit.el (key-sequence): Rework widget to read key binding
15925 using `kbd' syntax. Use C-q to insert literal key, event, or code.
15926 (widget-key-sequence-default-value): Default value for empty sequence.
15927 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
15928 (widget-key-sequence-read-event): New command for C-q.
15929 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15930 (widget-key-sequence-value-to-external): New functions.
15931
15932 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15935 Use expand-file-name.
15936 (flymake-delete-temp-directory): Use expand-file-name,
15937 file-name-directory, and directory-file-name.
15938 (flymake-strrchr): Delete.
15939 (flymake-start-syntax-check): Don't pass the redundant buffer argument
15940 to the init-f function.
15941 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15942 (flymake-init-find-buildfile-dir)
15943 (flymake-init-create-temp-source-and-master-buffer-copy)
15944 (flymake-simple-make-init-impl, flymake-simple-make-init)
15945 (flymake-master-make-init, flymake-master-make-header-init)
15946 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15947 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15948 (flymake-xml-init): Remove corresponding redundant buffer argument.
15949 (flymake-allowed-file-name-masks): Remove last elems that are equal to
15950 the default anyway. Clean up regexps.
15951
15952 * progmodes/flymake.el (flymake-temp-source-file-name)
15953 (flymake-master-file-name, flymake-temp-master-file-name)
15954 (flymake-base-dir): New buffer-local vars.
15955 (flymake-buffer-data, flymake-get-buffer-value)
15956 (flymake-set-buffer-value): Replace those hash-tables by the new
15957 buffer-local vars. Update callers.
15958
15959 * progmodes/flymake.el (flymake-check-start-time)
15960 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15961 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15962 Move definition, so we can remove redundant earlier declaration.
15963 (flymake-replace-regexp-in-string, flymake-split-string)
15964 (flymake-get-temp-dir): Use defalias.
15965 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
15966 (flymake-xemacs-window-edges): Remove unused function.
15967 (flymake-get-point-pixel-pos): Move.
15968 (flymake-pid-to-names, flymake-reg-names)
15969 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15970 Replace by a simple list flymake-processes and by process-buffer.
15971 Update callers. Other than simplify the code, it uses buffers rather
15972 than buffer-names so it doesn't get confused by uniquify.
15973 (flymake-buffer-data): The global value should just be nil.
15974
15975 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15976 Optimize the body of a defalias like any other code.
15977
15978 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15979 Make sure we've setup font-lock's vars. It may influence which
15980 function we then call.
15981 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15982 here since it's too late anyway.
15983
15984 2006-01-03 Romain Francoise <romain@orebokech.com>
15985
15986 * startup.el (fancy-splash-tail, normal-splash-screen):
15987 Update copyright year.
15988
15989 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
15990
15991 * mouse.el (mouse-drag-track): Rename, from
15992 `mouse-drag-region-1'. Includes optional argument required to
15993 enable post-drag event processing (e.g. delete region keys).
15994 Can be used without this argument to track a mouse region and operate
15995 on it as soon as the drag completes.
15996 (mouse-drag-region): Use `mouse-drag-track'.
15997
15998 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
15999
16000 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16001 Move to `custom-buffer' group.
16002
16003 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16004 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16005 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16006 (custom-theme-face-menu): New variables.
16007 (custom-theme-add-variable, custom-theme-variable-action)
16008 (custom-variable-reset-theme, custom-theme-delete-variable)
16009 (custom-face-reset-theme, custom-theme-face-action)
16010 (custom-theme-delete-face, custom-theme-merge-theme)
16011 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16012
16013 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16014
16015 * custom.el: Move Custom Themes commentary to start of theme code.
16016 (custom-known-themes): Rename `standard' theme to `changed'.
16017 (custom-push-theme): Caller no longer specifies what theme to use
16018 when doing `reset'---the setting is simply removed from the theme.
16019 Delete MODE from `theme-value' and `theme-settings' properties.
16020 (custom-declare-theme): Ignore &rest args since we don't use them.
16021
16022 (custom-loaded-themes): Delete variable.
16023 (custom-theme-load-themes, custom-theme-loaded-p)
16024 (custom-theme-value): Delete functions.
16025
16026 (custom-declare-theme): Signal error on invalid theme names.
16027 (provide-theme): custom-loaded-themes was deleted.
16028 (load-theme): Load the file unconditionally.
16029 (enable-theme): Call `load-theme' if theme is undefined.
16030 (custom-enabled-themes): Only update value for successful loads.
16031 (disable-theme): Complete from enabled themes when interactive.
16032 (custom-variable-theme-value): Calculate theme value directly.
16033
16034 (custom-theme-reset-variables, custom-reset-variables): Mark as
16035 XEmacs compatibility functions. We don't actually use these.
16036
16037 * cus-edit.el (custom-variable-state-set):
16038 Use custom-variable-theme-value instead of custom-theme-value.
16039 (custom-face-state-set): Rename `standard' theme to `changed'.
16040 (custom-save-variables, custom-save-faces): Delete unneeded
16041 references to custom-reset-variables.
16042 (custom-save-resets): Delete function.
16043 (custom-save-variables, custom-save-faces): MODE argument deleted.
16044 (custom-save-variables, custom-save-faces): Ignore theme values.
16045
16046 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16047 compatibility function.
16048
16049 2006-01-01 Richard M. Stallman <rms@gnu.org>
16050
16051 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16052 (Custom-reset-current, Custom-reset-saved): Likewise.
16053 (Custom-reset-standard): Show message if aborted.
16054 (custom-mode): Doc fix, describing those commands.
16055
16056 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16057 put on event-kind property.
16058
16059 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * custom.el (provide-theme): Ban `user' theme name.
16062 (custom-enabling-themes): New variable.
16063 (enable-theme): Don't enable user if custom-enabling-themes is t.
16064 (custom-enabled-themes): Make it a defcustom.
16065 (custom-theme-recalc-face): No-op if face is undefined.
16066
16067 * cus-edit.el (custom-button-mouse): New variable.
16068 (custom-button-mouse): New face.
16069 (custom-raised-buttons, custom-mode): Use it.
16070
16071 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16072
16073 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16074
16075 * progmodes/gud.el (gud-display-line): Support hl-line in the
16076 source buffer.
16077
16078 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16079
16080 * mouse.el (mouse-drag-window-above): Verify that the found window
16081 overlaps with the given window in the horizontal dimension.
16082
16083 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16084
16085 * Makefile.in (cvs-update): New target.
16086
16087 * makefile.w32-in (cvs-update): Ditto.
16088
16089 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16090
16091 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16092 (custom-new-theme-mode-map): New variable.
16093
16094 2005-12-30 Richard M. Stallman <rms@gnu.org>
16095
16096 * custom.el (custom-load-themes): Function deleted.
16097
16098 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16099 (custom-save-variables): Don't delete or add custom-load-themes call.
16100
16101 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16102
16103 * cus-start.el: Add `visible-cursor'.
16104
16105 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16106 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16107 (flymake-process-filter): Switch to buffer before calling it instead.
16108 (flymake-post-syntax-check, flymake-highlight-err-lines)
16109 (flymake-delete-own-overlays, flymake-parse-err-lines)
16110 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16111 (flymake-count-lines, flymake-parse-residual):
16112 Remove constant buffer argument.
16113 (flymake-start-syntax-check-for-current-buffer): Remove.
16114 Update callers to use flymake-start-syntax-check instead.
16115 (flymake-display-err-menu-for-current-line):
16116 Remove unused var `mouse-pos'.
16117 (flymake-restore-formatting): Comment out unused function.
16118 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16119 argument, use current-buffer instead. Update callers.
16120
16121 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16122
16123 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16124 buffer-local because choose-completion-delete-max-match requires
16125 that we set completion-ignore-case (i.e., binding via let is not
16126 sufficient).
16127 (bibtex-complete): Always set completion-ignore-case and
16128 choose-completion-string-functions. The latter is needed because
16129 choose-completion-string-functions keeps its value if we quit the
16130 *Completions* buffer without requesting a completion.
16131
16132 2005-12-30 Andreas Schwab <schwab@suse.de>
16133
16134 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16135
16136 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16137
16138 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16139
16140 2005-12-30 Juri Linkov <juri@jurta.org>
16141
16142 * locate.el (locate-fcodes-file, locate-header-face)
16143 * progmodes/delphi.el (delphi-other-face)
16144 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16145
16146 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16147 group `paren-showing-faces'.
16148
16149 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16150 (goto-address): Fix docstring.
16151
16152 * net/webjump.el (webjump-sample-sites): Update URLs.
16153
16154 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16155
16156 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16157
16158 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * font-lock.el (font-lock-compile-keywords): Signal an error when
16161 font-lock-set-defaults hasn't been called.
16162
16163 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16164
16165 * subr.el (noreturn, 1value): Doc fixes.
16166
16167 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16168
16169 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16170 that assoc-string returns nil.
16171
16172 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16173
16174 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16175 (bibtex-entry-type-str, bibtex-empty-field-re)
16176 (bibtex-search-backward-string, bibtex-preamble-prefix)
16177 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16178 (bibtex-any-valid-entry-type): New variable.
16179 (bibtex-parse-field-name): Simplify.
16180 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16181 (bibtex-preamble-prefix): Include left delimiter.
16182 (bibtex-search-forward-field, bibtex-search-backward-field):
16183 Allow unbounded search past entry boundaries (required by bibtex-pop).
16184 (bibtex-text-in-field-bounds): Use push.
16185 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16186 (bibtex-parse-preamble, bibtex-valid-entry)
16187 (bibtex-beginning-first-field): New functions.
16188 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16189 (bibtex-map-entries): Fix docstring.
16190 (bibtex-flash-head): New arg prompt. Simplify.
16191 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16192 (bibtex-insert-kill): Simplify. Always insert text past the
16193 current field or entry.
16194 (bibtex-format-entry): Use bibtex-parse-field.
16195 (bibtex-pop): Use bibtex-beginning-of-entry and
16196 bibtex-end-of-entry to initiate the search. Insert empty field if
16197 we found ourselves.
16198 (bibtex-print-help-message): New args field and comma.
16199 Handle entry keys.
16200 (bibtex-make-field): Use bibtex-beginning-of-entry.
16201 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16202 invalid entry.
16203 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16204 Handle preambles. Simplify code for thorough test.
16205 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16206 New arg comma. Handle entry heads.
16207 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16208 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16209 New arg comma.
16210 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16211 (bibtex-fill-field): Simplify.
16212 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16213 bibtex-parse-field.
16214 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16215 (bibtex-complete): Use bibtex-parse-preamble.
16216
16217 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16218
16219 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16220 Display name of expression instead of convenience variable.
16221 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16222
16223 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16224 toggle-gud-tooltip-dereference.
16225 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16226 (gud-tooltip-tips): ...here when dereferencing.
16227
16228 2005-12-28 Bill Wohler <wohler@newt.com>
16229
16230 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16231
16232 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16233
16234 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16235 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16236 (vc-annotate-display-autoscale): Adjust call.
16237 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16238 Fix interactive spec.
16239 (vc-annotate-time-span): Remove.
16240 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16241 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16242 (vc-annotate-display-select): Use new name.
16243
16244 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16245 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16246 Correct the construction of span entries. Simplify.
16247 (vc-annotate-display-select): Fix the nil case.
16248 (vc-annotate): Remove obsolete (and now broken) code.
16249 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16250 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16251
16252 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16253
16254 * subr.el (lazy-completion-table): Correct typo in docstring.
16255
16256 * startup.el (command-line): Use `custom-reevaluate-setting' for
16257 `send-mail-function'.
16258
16259 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16260
16261 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16262
16263 * mail/smtpmail.el (smtpmail-try-auth-methods):
16264 Send credentials together with "AUTH PLAIN" command.
16265
16266 2005-12-27 Richard M. Stallman <rms@gnu.org>
16267
16268 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16269 mouse-2, go back to previously selected window, so it's selected
16270 when mouse-2 command runs.
16271
16272 2005-12-27 Juri Linkov <juri@jurta.org>
16273
16274 * descr-text.el (describe-text-sexp): Use square brackets for
16275 button [Show] to distinguish it from the property value `show'.
16276 (describe-property-list): Use `insert-text-button' with
16277 `help-face' type instead of putting face in quotes, because button
16278 is not created automatically for a list of faces.
16279 (describe-text-properties-1): Put button-type value in quotes to
16280 distinguish from plain text "button".
16281 (describe-char): Display code point values in hex. Don't use
16282 `symbol-name' for `current-input-method' because it is a string.
16283 Use `insert-text-button' with `help-face' type instead of putting
16284 hardcoded face in quotes, because button is not created automatically.
16285
16286 2005-12-27 Richard M. Stallman <rms@gnu.org>
16287
16288 * progmodes/glasses.el (glasses-face): More specific custom type.
16289
16290 * files.el (set-visited-file-name): Doc fix.
16291
16292 * textmodes/flyspell.el (flyspell-external-point-words):
16293 Use local var buffer-scan-pos to advance scan for next misspelling.
16294 Advance it only after we find the misspelling.
16295
16296 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16297
16298 * textmodes/flyspell.el (flyspell-external-point-words):
16299 New criteria for finding the misspelling in the buffer.
16300
16301 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16302
16303 * help-mode.el (help-insert-string): Set help-xref-stack-item
16304 rather than call help-setup-xref.
16305
16306 * descr-text.el (describe-char): Revert previous changes for
16307 optional buffer argument.
16308
16309 2005-12-27 Juri Linkov <juri@jurta.org>
16310
16311 * help-mode.el (help-insert-string): New function. Save buffer
16312 contents in cases where it is impossible to recompute the old contents.
16313
16314 * descr-text.el (describe-char): Set help-xref-stack-item
16315 explicitly after buffer has been generated.
16316
16317 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16318
16319 * cus-start.el (all): Add x-gtk-show-hidden-files.
16320
16321 2005-12-26 Richard M. Stallman <rms@gnu.org>
16322
16323 * replace.el (perform-replace): Calculate match-again
16324 before skipping read-only matches.
16325
16326 * paren.el (paren-showing-faces): New group.
16327 (show-paren-match, show-paren-mismatch): Move to that group.
16328
16329 * button.el (button): Put into group `basic-faces'.
16330
16331 * progmodes/make-mode.el: Remove faces from group `faces'.
16332
16333 * apropos.el (apropos, apropos-value): Doc fix.
16334 (apropos-documentation): Doc fix.
16335
16336 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
16337
16338 * subr.el (lazy-completion-table): Remove argument `args'.
16339
16340 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16341 Don't use the `args' argument of lazy-completion-table.
16342
16343 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
16344
16345 * descr-text.el (describe-char): Add optional argument for buffer.
16346 Set buffer appropriately. Call help-setup-xref.
16347 Suggested by Stefan Monnier.
16348
16349 2005-12-26 Juri Linkov <juri@jurta.org>
16350
16351 * descr-text.el: Require `help-fns' at runtime. Don't require
16352 `button' for byte compilation.
16353 (describe-text-widget): Add `help-echo' for first button.
16354 Use `help-info' for second.
16355 (describe-property-list): Use `help-argument-name' instead of `italic'.
16356 (describe-text-category): Add prompt to interactive spec.
16357 Call `help-setup-xref'.
16358 (describe-char): Use `help-character-set'. Add `help-echo' for
16359 code point. Use `help-input-method'. Remove superfluous insert.
16360
16361 2005-12-25 Richard M. Stallman <rms@gnu.org>
16362
16363 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16364 at point, in case of narrowing.
16365
16366 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16367
16368 * locate.el (locate-header-face): Allow nil in type.
16369
16370 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16371
16372 2005-12-25 Romain Francoise <romain@orebokech.com>
16373
16374 * battery.el (battery-linux-proc-acpi): Also try
16375 `/proc/acpi/thermal_zone/THM0/temperature'.
16376
16377 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
16378
16379 * custom.el (custom-push-theme): Fix docstring.
16380
16381 * cus-edit.el (custom-variable-set, custom-variable-save)
16382 (custom-variable-save): Custom-quote widget values.
16383 (customize-save-variable): Fix custom-push-theme call.
16384
16385 2005-12-24 Eli Zaretskii <eliz@gnu.org>
16386
16387 * w32-fns.el (w32-batch-update-autoloads): New function.
16388
16389 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16390 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16391 from the command line.
16392
16393 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
16394
16395 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
16396 reset means to remove setting from theme entirely. Don't keep
16397 expanding theme-settings list; delete old entries if necessary.
16398
16399 * cus-edit.el (custom-buffer-create-internal): Move "Erase
16400 customization" button one line up.
16401 (custom-themed): New face.
16402 (custom-magic-alist): New value, THEMED, for theme settings.
16403 (custom-variable-state-set, custom-face-state-set):
16404 Check theme-value instead of saved-value.
16405 (custom-variable-reset-standard, custom-face-reset-standard):
16406 Remove theme setting entirely. Recalculate new values.
16407 (custom-variable-set, custom-variable-set)
16408 (custom-variable-reset-saved, custom-variable-reset-backup)
16409 (custom-face-set, custom-face-reset-saved): Update `user' theme.
16410 (custom-variable-save): Fix typos.
16411
16412 2005-12-23 Juri Linkov <juri@jurta.org>
16413
16414 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16415 Add autoload cookies.
16416 (edebug-outside-d-c-i-n-s-w): New variable.
16417 (edebug-display, edebug-outside-excursion): Use it to save the
16418 original value of default-cursor-in-non-selected-windows.
16419 Set default-cursor-in-non-selected-windows to t while Edebug
16420 is active.
16421 (edebug-mode, edebug-eval-mode): Doc fix.
16422
16423 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16424 with `buffer-substring-no-properties' to remove common substring
16425 highlighting.
16426
16427 * info.el (info-other-window, info): Rename function argument
16428 `file' to `file-or-node'.
16429 (Info-complete-menu-item): Use local variable `complete-nodes' to
16430 keep the global value of `Info-complete-nodes' unchanged for
16431 subsequent completions.
16432 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16433
16434 * simple.el (get-next-valid-buffer, last-buffer)
16435 (next-error-buffer-p, next-error-find-buffer)
16436 (minibuffer-history-sexp-flag): Doc fix.
16437
16438 * savehist.el (savehist-mode-hook): Add `:group'.
16439
16440 * log-view.el: Call autoload for vc-find-version.
16441 (log-view-current-file): Adjust subgroup numbers.
16442 (log-view-current-tag): Add `length'.
16443
16444 2005-12-23 Richard M. Stallman <rms@gnu.org>
16445
16446 * vc.el (vc-annotate-car-last-cons): Defn moved up.
16447
16448 2005-12-23 Juri Linkov <juri@jurta.org>
16449
16450 * hi-lock.el (hi-lock-archaic-interface-message-used)
16451 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16452 (hi-lock-mode): Display "Hi" in the mode line only when
16453 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16454 (hi-lock-write-interactive-patterns):
16455 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16456 (hi-lock-set-pattern, hi-lock-set-file-patterns)
16457 (hi-lock-font-lock-hook): Set 3rd arg `how' of
16458 font-lock-add-keywords to t.
16459
16460 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
16461
16462 * hi-lock.el (hi-lock-highlight-range): New variable.
16463 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16464 only if font-lock-fontified is non-nil. Remove overlays.
16465 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16466 font-lock-fontified is non-nil, otherwise use overlays (instead of
16467 text properties).
16468 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16469 New variables.
16470 (hi-lock-string-serialize): New function.
16471
16472 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16473
16474 * menu-bar.el (menu-find-file-existing): New function.
16475 (menu-bar-file-menu): Use menu-find-file-existing for Open.
16476
16477 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16478
16479 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16480
16481 * vc.el: Remove unnecessary leading * in docstrings.
16482 (vc-annotate-mode-map): Move initialization into declaration.
16483 (vc-static-header-alist): Nitpick on the regexp.
16484 (vc-default-init-version): New fun.
16485 (vc-register): Use it.
16486 (vc-insert-headers): Use dolist.
16487 (vc-annotate-get-backend): Remove unused function.
16488 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
16489 (vc-annotate-mode): Remove corresponding call.
16490 (vc-annotate-car-last-cons): Simplify.
16491 (vc-annotate-buffers): Remove var.
16492 (vc-annotate-backend): Make it buffer-local.
16493 (vc-annotate): Move the interaction to the interactive spec.
16494 Add a `buf' argument.
16495 (vc-annotate-warp-version): Use this new `buf' argument to avoid
16496 killing&creating a vc-annotate buffer, which is very disruptive when
16497 the buffers are shown in dedicated frames.
16498
16499 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
16500
16501 * descr-text.el: Add FSF as maintainer.
16502 (describe-text-mode, describe-text-mode-map)
16503 (describe-text-mode-hook, describe-text-done): Delete. Use normal
16504 help-mode.
16505 (describe-text-widget, describe-text-sexp)
16506 (describe-property-list, describe-text-category)
16507 (describe-text-properties, describe-text-properties-1)
16508 (describe-char): Use help buttons instead of widgets.
16509 (describe-char-unicodedata-file): Make URL link in doc string.
16510
16511 2005-12-22 Richard M. Stallman <rms@gnu.org>
16512
16513 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16514 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16515 Don't include buttons that write a file when there's no file.
16516 (custom-variable-menu, custom-face-menu, custom-group-menu):
16517 Don't include commands that write a file when there's no file.
16518 (customize-browse): Reword the top-of-buffer help intro.
16519 (custom-buffer-create-internal): Fix previous change.
16520 (customize-changed-options-previous-release): Prev release is 21.1.
16521 (customize-changed-options): Doc fix.
16522 (customize-changed): New alias.
16523 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16524 Say "standard values".
16525 (Custom-reset-standard): Doc fix.
16526 (custom-face-reset-standard): Doc fix.
16527
16528 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16529
16530 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16531 even if font-lock-mode is non-nil since it may be t without having
16532 turned on font-lock-mode-internal.
16533 (font-lock-choose-keywords): Minor optimization.
16534 (font-lock-add-keywords, font-lock-remove-keywords)
16535 (font-lock-set-defaults): Don't call make-local-variable on a variable
16536 that we know to already be local.
16537
16538 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16539
16540 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16541 messages if in the minibuffer.
16542
16543 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16546 (tex-mode-flyspell-verify, flyspell-get-word)
16547 (flyspell-external-point-words): Don't use point-min/max uselessly.
16548
16549 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16550 by Kevin Rodgers. Instead, just hide the completions buffer if we
16551 don't need to show it.
16552
16553 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
16554
16555 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16556
16557 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16560 delete-windows-on with an inexistent buffer.
16561
16562 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
16563
16564 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16565 Delete defcustom variable :tag names.
16566
16567 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
16568
16569 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16570 (log-view-font-lock-keywords): Ajust subgroup numbers.
16571 (log-view-current-tag): Don't hard code the number of subgroups.
16572
16573 2005-12-20 Juri Linkov <juri@jurta.org>
16574
16575 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16576 (tooltip-x-offset, tooltip-y-offset): Doc fix.
16577
16578 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16579 (menu-bar-non-minibuffer-window-p): Instead of checking
16580 display-multi-frame-p, use selected-frame when menu-updating-frame
16581 is nil.
16582
16583 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
16584
16585 * align.el (align-rules-list): Use [ \t] instead of \s-
16586 for column separators in text mode.
16587
16588 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
16589
16590 * help-mode.el (help-customize-variable, help-customize-face):
16591 Don't pop help-xref-stack as help-follow no longer pushes
16592 anything on to it.
16593
16594 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
16595
16596 * textmodes/org.el (org-agenda-custom-commands): New option.
16597 (org-agenda): Offer custom commands on splash screen.
16598 (org-make-tags-matcher): Parser for Boolean logic added.
16599 (org-agenda-set-tags): New command.
16600 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16601 (org-set-tags): Efficiency improvements.
16602 (org-auto-align-tags): New option.
16603 (org-todo, org-demote, org-promote): Realign tags.
16604 (org-tags-completion-function): Use also "&" and "|" as separators.
16605 (org-org-menu): Agenda commands simplified.
16606
16607 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
16608
16609 * cus-edit.el (customize-apropos, customize-apropos-options):
16610 Docstring changes.
16611
16612 * font-lock.el (font-lock): Add tags to the links in the defgroup.
16613
16614 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
16615
16616 * longlines.el (longlines-mode): Wrap while widened.
16617 (longlines-decode-region, longlines-encode-region): Compute max
16618 just once.
16619
16620 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16621
16622 * cus-edit.el (mac): New group.
16623
16624 * cus-start.el (all): Add user options in macterm.c. Add test for
16625 Mac-related built-ins. Fix test for GTK-related built-ins.
16626
16627 * term/mac-win.el (mac-handle-language-change)
16628 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16629 (mac-services-open-selection, mac-services-mail-selection)
16630 (mac-services-mail-to, mac-services-insert-text)
16631 (mac-dispatch-apple-event): Add docstrings.
16632 (x-get-selection, mac-select-convert-to-string): Select coding
16633 system from `utf-16be' and `utf-16le' using `byteorder'.
16634
16635 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
16636
16637 * subr.el (lazy-completion-table): Don't be fooled if the var holds
16638 a "list" (lambda ...) rather than a real completion list.
16639
16640 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16641 lexical-let when encountering ((lambda (...) ...) ...).
16642
16643 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16644
16645 * progmodes/sh-script.el (sh-mode):
16646 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16647 * textmodes/picture.el (picture-mode): Update docstrings.
16648
16649 2005-12-17 Eli Zaretskii <eliz@gnu.org>
16650
16651 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16652 commands enclosed in $(ARGQUOTE)s should not be split between two
16653 lines, as that will break with GNU Make >3.80, when sh.exe is used
16654 and arg quoting is with '..'.
16655 (autoloads): Don't break the quoted --eval expression between
16656 several lines.
16657
16658 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16659
16660 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16661 Capture error from printing circular structures.
16662
16663 2005-12-17 Martin Rudalics <rudalics@gmx.at>
16664
16665 * wid-edit.el (widget-checkbox-action): Clear undo info.
16666
16667 2005-12-16 Bill Wohler <wohler@newt.com>
16668
16669 * menu-bar.el (kill-this-buffer): Set a good example by using menu
16670 bar, not menubar in comment.
16671
16672 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
16673
16674 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16675 After-change-functions should not clobber the match data.
16676
16677 2005-12-16 Juri Linkov <juri@jurta.org>
16678
16679 * simple.el (choose-completion): Use `buffer-substring-no-properties'
16680 instead of `buffer-substring'.
16681 (completion-common-substring): Doc fix.
16682 (completion-setup-function): Use minibuffer-completion-contents
16683 instead of minibuffer-contents. Don't set common-string-length
16684 initially. Remove special handling of partial-completion-mode.
16685 Move computation of completion-base-size into one cond.
16686 Call completion-base-size-function in mainbuf. In computation of
16687 completion-base-size for file name completion don't move point to
16688 the end of the minibuffer. Move computation of common-string-length
16689 into one cond. Start putting faces only when common-string-length>=0.
16690 Add condition to put completions-common-part when
16691 common-string-length>0.
16692
16693 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16694 place point at the first different character in the minibuffer
16695 even if this position is at the beginning of the minibuffer.
16696
16697 * info.el (Info-read-node-name-1): In completion-base-size-function's
16698 lambda return 1 if common-substring or minibuffer-completion-contents
16699 starts with (, and 0 otherwise.
16700
16701 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16702 Use `crm-current-element' for second arg of `display-completion-list'.
16703
16704 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
16705
16706 * files.el (set-auto-mode): Look for an interpreter specified on
16707 the first line also if search for mode specification succeeded,
16708 but the mode is not known.
16709
16710 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
16711
16712 * textmodes/org.el (org-tags-match-list-sublevels): New option.
16713 (org-open-at-point): Implement tag searches as links.
16714 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16715 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16716 (org-tags-sparse-tree, org-tags-view, org-set-tags)
16717 (org-agenda-dispatch): New commands.
16718 (org-use-tag-inheritance, org-tags-column): New options.
16719 (org-tab-follows-link, org-return-follows-link): New options.
16720 (org-tags): New customize group.
16721 (org-start-icalendar-file): Get local time zone.
16722 (org-tags-completion-function): New function.
16723 (org-set-font-lock-defaults): Make sure links will also be
16724 highlighted inside headlines.
16725
16726 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
16727
16728 * term.el (term-emulate-terminal):
16729 Let term-handle-ansi-terminal-messages override what Bash says about
16730 its current directory.
16731
16732 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16733
16734 * bindings.el (last-buffer): Move to simple.el.
16735 * simple.el (last-buffer): Move here.
16736 (get-next-valid-buffer): New function.
16737 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16738 (prev-buffer): Ditto. Rename to `previous-buffer'.
16739
16740 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16741 * bindings.el (global-map): Ditto.
16742
16743 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
16744
16745 * cus-edit.el: Introductory comment change.
16746 (custom-magic-alist): Change message string for the `rogue' state.
16747
16748 2005-12-15 Richard M. Stallman <rms@gnu.org>
16749
16750 * tooltip.el: Delete defcustom variable :tag names.
16751
16752 * complete.el (partial-completion-mode): Doc fix.
16753
16754 * textmodes/flyspell.el (flyspell-external-point-words):
16755 Use save-excursion to ensure we don't move backward in the
16756 search loop, not even one character.
16757 (flyspell-delete-all-overlays): Use remove-overlays directly.
16758
16759 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16760 (ispell-start-process): Set that variable.
16761 Clear ispell-buffer-local-name.
16762 (ispell-internal-change-dictionary):
16763 Set ispell-current-dictionary after killing process.
16764 (ispell-buffer-local-dict):
16765 Don't set spell-personal-dictionary after killing process.
16766 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16767 (ispell-tex-skip-alists, ispell-html-skip-alists)
16768 (ispell-skip-region-alist): Mark as risky.
16769
16770 * net/newsticker.el (newsticker--retrieval-timer-list)
16771 (newsticker--display-timer, newsticker-running-p)
16772 (newsticker-ticker-running-p): Definitions moved up.
16773
16774 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
16775
16776 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16777
16778 2005-12-15 David Ponce <david@dponce.com>
16779
16780 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16781 (recentf-edit-list, recentf-open-files): Signal an error when
16782 there is no recent file.
16783
16784 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
16785
16786 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16787 read-only except for texinfo-format-region evaluation.
16788
16789 2005-12-14 Richard M. Stallman <rms@gnu.org>
16790
16791 * vc.el (vc-default-previous-version, vc-default-next-version)
16792 (vc-do-command): Doc fixes.
16793
16794 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16795
16796 * textmodes/bibtex.el (bibtex-expand-strings)
16797 (bibtex-autokey-expand-string, bibtex-name-part)
16798 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16799 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16800 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16801 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16802 (bibtex-entry-postfix, bibtex-known-entry-type-re)
16803 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16804 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16805 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16806 (bibtex-beginning-of-last-entry): Remove.
16807 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
16808 message if comma is missing but buffer is read-only.
16809 (bibtex-parse-field-text): Handle whitespaces at the end of field
16810 text. Return 3-element list with beginning and end of field text
16811 and end of field.
16812 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16813 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
16814 (bibtex-search-forward-field, bibtex-search-backward-field):
16815 Search always delimited by limits of entry. Use more efficient
16816 search algorithms.
16817 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16818 bibtex-end-of-name-in-field.
16819 (bibtex-text-in-field-bounds): Handle BibTeX strings when
16820 extracting the content of a field.
16821 (bibtex-text-in-field): Use search limits.
16822 (bibtex-parse-string-prefix): Handle empty string keys based on
16823 bibtex-string-empty-key.
16824 (bibtex-parse-string): Fix docstring.
16825 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16826 (bibtex-preamble-prefix, bibtex-strings): New functions.
16827 (bibtex-skip-to-valid-entry): Include preceding whitespace in
16828 BibTeX entries (consistent with other BibTeX functions).
16829 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16830 (bibtex-search-entry): Fix docstring. Simplify.
16831 (bibtex-flash-head, bibtex-complete-string-cleanup)
16832 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16833 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16834 (bibtex-parse-entry): New optional arg content.
16835 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16836 Use bibtex-text-in-field-bounds.
16837 (bibtex-print-help-message): Handle BibTeX strings and preambles.
16838 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16839 bibtex-parse-string-postfix.
16840 (bibtex-find-text-internal): New function.
16841 (bibtex-remove-delimiters): Use it.
16842 (bibtex-find-text): Use it. New optional arg help.
16843 (bibtex-complete): Handle BibTeX string and preamble entries.
16844 (bibtex-Preamble): Fix order of closing delimiters.
16845
16846 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * vc.el (vc-default-revert): New fun.
16849
16850 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16851
16852 2005-12-14 Romain Francoise <romain@orebokech.com>
16853
16854 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16855 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16856 (font-lock-remove-keywords): Likewise.
16857
16858 2005-12-14 Juri Linkov <juri@jurta.org>
16859
16860 * log-view.el (log-view-diff): Doc fix.
16861
16862 * isearch.el (isearch-query-replace): Use (mark) instead of
16863 isearch-opoint if mark is active in transient-mark-mode.
16864
16865 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
16866
16867 * isearch.el (isearch-query-replace): Check for isearch-other-end.
16868
16869 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
16870
16871 * progmodes/cpp.el (cpp-face): New widget.
16872 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16873
16874 2005-12-14 Juri Linkov <juri@jurta.org>
16875
16876 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16877 around `erase-buffer' and `insert'.
16878
16879 * descr-text.el (describe-text-properties): Replace buffer name
16880 "*Help-2*" with "*Help*<2>".
16881 (describe-char): Add functions print-help-return-message,
16882 toggle-read-only. Use help-setup-xref with nil to not store
16883 describe-char in help-xref-stack. Use help-make-xrefs to
16884 make [back] button.
16885
16886 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16887
16888 * wdired.el (wdired-old-point): New internal variable.
16889 (wdired-change-to-wdired-mode): Set it buffer-locally.
16890 (wdired-abort-changes): Restore point after aborting changes.
16891
16892 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16893
16894 * vc.el (vc-do-command): Add a new value t for okstatus.
16895
16896 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16897 frame in case of errors.
16898
16899 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16900
16901 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16902 so it comes after "On the Left" in the menu.
16903
16904 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
16905
16906 * cus-edit.el (customize-apropos, customize-apropos-options)
16907 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16908
16909 2005-12-12 Bill Wohler <wohler@newt.com>
16910
16911 * vc-svn.el (vc-svn-registered): Fix problem of visiting
16912 non-writable Subversion-controlled files by saving window
16913 configuration before calling vc-do-command. vc-do-command calls
16914 pop-to-buffer on error which is unexpected during registration.
16915
16916 2005-12-12 Jay Belanger <belanger@truman.edu>
16917
16918 * calc/README: Update the summary of changes.
16919
16920 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
16921
16922 * descr-text.el (describe-char): Rework last fix to solve the problem
16923 is the same way it's solved for everything else in that function
16924 (i.e. by extracting the info before setting up the *Help* buffer).
16925
16926 2005-12-12 Kim F. Storm <storm@cua.dk>
16927
16928 * subr.el (version-regexp-alist): Allow space as separator before
16929 non-numeric part, e.g. "1.0 alpha".
16930 (version-to-list): Interpret .X.Y version as 0.X.Y version.
16931
16932 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
16933
16934 * textmodes/org.el (org-agenda, org-timeline, org-todo):
16935 Implement Logging and the keep-modes setting.
16936 (org-get-category): Make sure a string is returned.
16937 (org-log-done): New function.
16938 (org-log-done, org-closed-string): New options.
16939
16940 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16941
16942 * tooltip.el (tooltip-y-offset): Change default to 20.
16943
16944 2005-12-12 Richard M. Stallman <rms@gnu.org>
16945
16946 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16947
16948 * frame.el (display-hourglass): Doc fix.
16949
16950 * help.el (help-for-help-internal): Simplify entry for `a'.
16951
16952 * info.el (Info-on-current-buffer): Doc fix.
16953 (info-insert-file-contents): Don't test (featurep 'jka-compr).
16954
16955 * startup.el (inhibit-splash-screen): Make this the real name.
16956 (inhibit-startup-message): Make this the alias.
16957 (command-line): Find only simple.el, and use its directory
16958 to fill in other preloaded files' names.
16959 (command-line): Deactivate the mark if deactivate-mark is set.
16960
16961 * international/mule.el (load-with-code-conversion):
16962 Bind deactivate-mark.
16963
16964 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16965
16966 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
16967
16968 * cus-edit.el (customize-apropos): Avoid listing an option more
16969 than once under different aliases. No longer list user options
16970 that are not defined with defcustom (unless a prefix arg is given).
16971 Doc fix.
16972 (customize-apropos-options): Doc fix.
16973
16974 2005-12-11 Juri Linkov <juri@jurta.org>
16975
16976 * frame.el (set-background-color, set-foreground-color)
16977 (set-cursor-color, set-mouse-color, set-border-color):
16978 Add explicit prompts to read colors by `facemenu-read-color'.
16979 (show-trailing-whitespace, blink-cursor-delay)
16980 (blink-cursor-interval, display-hourglass, hourglass-delay):
16981 Remove tags.
16982 (display-hourglass, hourglass-delay): Doc fix.
16983 (cursor-in-non-selected-windows): Capitalize words in tag.
16984
16985 * faces.el (frame-background-mode): Replace `choice-item' keywords
16986 with `const' to not make [default] button. Change default value tag
16987 from `default' to `automatic'. Doc fix.
16988 (trailing-whitespace) <defface>: Change group `whitespace' to
16989 `whitespace-faces'.
16990
16991 2005-12-11 Richard M. Stallman <rms@gnu.org>
16992
16993 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16994
16995 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16996
16997 * term/mac-win.el: Create keymap for mac-apple-event-map.
16998
16999 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17000
17001 * tooltip.el (tooltip-mode): Move to start of file so that it
17002 appears at top of customize buffer.
17003
17004 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17005 Add the gud groupname.
17006 (gud-tooltip-mode): Add the tooltip groupname.
17007 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17008 avoid conflict with tooltip-use-echo-area.
17009
17010 2005-12-10 Romain Francoise <romain@orebokech.com>
17011
17012 * help.el (help-for-help-internal): Add `r' in doc string.
17013
17014 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17015
17016 * align.el (align-regexp, align-highlight-rule):
17017 Use region-beginning and region-end instead of point and mark, so that
17018 repetition (with `repeat-complex-command') recomputes the region
17019 bounds.
17020
17021 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17022
17023 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17024 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17025 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17026 (balance-windows): Rewrite using the above new functions.
17027
17028 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17029
17030 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17031 react if global-hi-lock-mode seems intended.
17032 (global-hi-lock-mode): Renamed from hi-lock-mode.
17033 (hi-lock-archaic-interface-message-used)
17034 (hi-lock-archaic-interface-deduce): New variables.
17035 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17036 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17037 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17038 Replace hi-lock-buffer-mode with hi-lock-mode.
17039
17040 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17041
17042 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17043 completion list, even after a partial completion has been
17044 inserted in the current buffer. If there are more than 1
17045 completion, redisplay the *Completions* buffer; if the
17046 completion is unique, delete the *Completions* window.
17047
17048 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17049
17050 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17051 strings and long subject lines that were broken into multiple
17052 lines at arbitrary places. Handle subjects that have "Re: " in
17053 the middle.
17054
17055 2005-12-10 John W. Eaton <jwe@octave.org>
17056
17057 * emacs/octave-mod.el (octave-electric-space): Don't indent
17058 comments or strings if octave-auto-indent is nil.
17059
17060 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17061
17062 * term/mac-win.el: Require url when compiling.
17063 Call mac-process-deferred-apple-events after loading init files.
17064 (mac-apple-event-map): New defvar. Define event handlers in it.
17065 (core-event, internet-event): New Apple event class symbols.
17066 (open-application, reopen-application, open-documents)
17067 (print-documents, open-contents, quit-application)
17068 (application-died, show-preferences, autosave-now, get-url):
17069 New Apple event ID symbols.
17070 (about): New HICommand ID symbol.
17071 (mac-event-spec, mac-event-ae): New macros.
17072 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17073 (mac-ae-selection-range, mac-ae-text-for-search)
17074 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17075 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17076 and Services menu events are now defined in mac-apple-event-map.
17077 (mac-drag-n-drop): Remove selection range handling.
17078
17079 2005-12-10 Kenichi Handa <handa@m17n.org>
17080
17081 * simple.el (zap-to-char):
17082 * isearch.el (isearch-process-search-char): Translate CHAR by
17083 translation-table-for-input.
17084
17085 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17086
17087 * foldout.el (foldout-exit-fold): Properly hide subtree.
17088
17089 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17090
17091 * files.el (save-buffer):
17092 * international/ucs-tables.el (ucs-set-table-for-input):
17093 * mail/mail-extr.el (mail-extract-address-components):
17094 * mail/sendmail.el (mail-mode): Reformat doc string.
17095
17096 2005-12-09 Juri Linkov <juri@jurta.org>
17097
17098 * isearch.el (isearch-highlight): Change main overlay priority
17099 from 1 to 1001. Simplify.
17100 (isearch-lazy-highlight-update): Change lazy overlay priority
17101 from 0 to 1000.
17102
17103 * replace.el (replace-highlight): Change overlay priority from
17104 1 to 1001.
17105
17106 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17107 Change overlay priority from 1 to 1001. Reuse existing overlay.
17108
17109 * compare-w.el (compare-windows-highlight): Change overlay
17110 priority from 1 to 1000.
17111
17112 * menu-bar.el (menu-bar-edit-menu): Add listp around
17113 pending-undo-list to disable menu item "undo" when pending
17114 undo list is empty.
17115
17116 * locate.el (locate): Disable undo in *Locate* buffer.
17117
17118 2005-12-09 Kim F. Storm <storm@cua.dk>
17119
17120 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17121
17122 2005-12-09 David Ponce <david@dponce.com>
17123
17124 * recentf.el: Improvement of the menu code.
17125 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17126 instead of menu hook.
17127 (recentf-show-menu, recentf-hide-menu): New functions.
17128 (recentf-menu-customization-changed, recentf-mode): Use them.
17129 (recentf-menu-action, recentf-max-menu-items)
17130 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17131 (recentf-arrange-by-rule-others)
17132 (recentf-arrange-by-rules-min-items)
17133 (recentf-arrange-by-rule-subfilter): Don't use
17134 `recentf-menu-customization-changed'.
17135 (recentf-arrange-rules): Likewise. Accept functions to compute
17136 sub-menu titles.
17137 (recentf-menu-filter): Likewise. Doc fix.
17138 (recentf-menu-value-shortcut): Doc fix.
17139 (recentf-dump-variable): Quote atom value.
17140 (recentf-make-menu-items): Update to use it as a menu filter.
17141 (recentf-match-rule): New function.
17142 (recentf-arrange-by-rule): Use it.
17143 (recentf-indirect-mode-rule): New function.
17144 (recentf-build-mode-rules): Use it.
17145 (recentf-dir-rule): New function.
17146 (recentf-arrange-by-dir): Use it.
17147 (recentf-filter-changer-current): Rename from
17148 `recentf-filter-changer-state'. All references updated.
17149 (recentf-filter-changer-alist): Update filter names.
17150 (recentf-filter-changer-select): New function.
17151 (recentf-filter-changer): Use it. Make a sub-menu from filters
17152 available in `recentf-filter-changer-alist'.
17153 (recentf-data-cache, recentf-clear-data)
17154 (recentf-update-menu): Remove. All references updated.
17155 (recentf-match-rule-p, recentf-build-dir-rules)
17156 (recentf-filter-changer-goto-next)
17157 (recentf-filter-changer-get-current)
17158 (recentf-filter-changer-get-next): Remove.
17159
17160 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17161
17162 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17163 buffer "Reset" button to "Reset to Current" for consistency with
17164 the State buttons.
17165
17166 2005-12-08 John Paul Wallington <jpw@pobox.com>
17167
17168 * ibuf-ext.el (define-ibuffer-filter filename):
17169 If `dired-directory' is a list then really use its car.
17170
17171 2005-12-08 Kim F. Storm <storm@cua.dk>
17172
17173 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17174 Fix indention of text on right side of replaced rectangle.
17175
17176 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17177
17178 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17179 No need to check gud-comint-buffer is bound.
17180 (gdb): Prevent multiple debugging when first session uses gdba.
17181
17182 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17183
17184 CC Mode update to 5.31.
17185
17186 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17187 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17188 We might do this function properly in the future).
17189
17190 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17191 New macros c-sentence-end and c-default-value-sentence end, to cope
17192 with Emacs 22's new function `sentence-end'.
17193
17194 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17195
17196 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17197 compat issue using `c-put-overlay' and `c-delete-overlay'.
17198
17199 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17200 New compat macros to handle overlays/extents.
17201
17202 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17203
17204 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17205 (for GNU Emacs 20.4).
17206
17207 * progmodes/cc-defs.el:
17208 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17209
17210 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17211 highlighting mechanism so it will work in XEmacs too.
17212
17213 * progmodes/cc-defs.el: Insert c-int-to-char.
17214
17215 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17216 call to the new macro c-int-to-char. This solves XEmacs's
17217 regarding characters as different from integers.
17218
17219 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17220
17221 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17222 New internal helper.
17223
17224 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17225 construct to make the indirect face lookup work in XEmacs.
17226
17227 (c-cpp-matchers): Append the negation char face to the existing
17228 fontification, so that the cpp face doesn't disappear.
17229 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17230 and strings.
17231
17232 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17233 to map to `font-lock-negation-char-face' in emacsen where it exists.
17234
17235 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17236
17237 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17238
17239 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17240 Rename "c-subword-move-mode" as "c-subword-mode".
17241
17242 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17243 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17244
17245 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17246
17247 * progmodes/cc-mode.el: Added autoload directive for
17248 `c-subword-move-mode' for use in older emacsen.
17249
17250 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17251
17252 * progmodes/cc-mode.el:
17253 (i): Insert a binding for C-c C-backspace into
17254 c-bind-special-erase-keys which works in TTYs.
17255 (ii): Make sure that when file styles are used, any explicitly
17256 given style variables take priority over those in the style.
17257 Do this by calling `hack-local-variables' a second time.
17258
17259 * progmodes/cc-vars.el: Add language specific customization
17260 widgets for AWK to c-doc-comment-style, c-require-final-newline
17261 and c-default-style. Add a defcustom for awk-mode-hook.
17262 Give c-syntactic-element and c-syntactic-context doc-strings by
17263 directly setting their `variable-documentation' propery.
17264 This allows Emacs 22.1 to read these with C-h v.
17265
17266 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17267
17268 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17269
17270 * progmodes/cc-fonts.el, cc-vars.el
17271 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17272 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17273 Masatake YAMATO.
17274
17275 (c-doc-comment-style): Made GtkDoc default in C mode.
17276
17277 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17278 and C-c C-<delete>.
17279
17280 (c-bind-special-erase-keys): New function for use on
17281 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17282
17283 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17284 <delete> key behavior in XEmacs according to `delete-forward-p'.
17285 C.f. `c-electric-delete'.
17286
17287 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17288
17289 * progmodes/cc-mode.el: Give c-hungry-backspace and
17290 c-hungry-delete-forward permanent key bindings.
17291
17292 * progmodes/cc-cmds.el (c-electric-semi&comma):
17293 Bind c-syntactic-context for calls to "criteria functions", for
17294 consistency with other calls to user functions.
17295
17296 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17297 `current-prefix-arg', since this might be the prefix arg to a
17298 command which calls c-indent-command as a function. Change the
17299 interactive spec from "p" to "P".
17300
17301 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17302 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17303 was difficult to understand.
17304
17305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17306
17307 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17308 first char of an identifier.
17309
17310 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17311 +" syntax in C++.
17312
17313 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17314
17315 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17316 auto-fill doesn't split a c-comment's last word from a hanging
17317 "*/" when a space is typed between them after fill-column.
17318
17319 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17320
17321 * progmodes/cc-styles.el (c-set-style)
17322 (c-setup-paragraph-variables): Abort the command if we're not in a
17323 CC Mode buffer.
17324
17325 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17326 with blank comment-prefix, and a blank line as the comment's
17327 second line.
17328
17329 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17330
17331 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17332 Incorporate the patterns added in the Emacs development branch
17333 for the new Emacs 22 face `font-lock-negation-char-face'.
17334
17335 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17336 of "red" since it stands out better in xterms and DOS terminals.
17337
17338 * progmodes/cc-engine.el (c-literal-faces):
17339 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17340
17341 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17342
17343 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17344 forcibly enable c-electric-flag.
17345
17346 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17347 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17348 after the comment-prefix of a C-style comment will close that comment.
17349
17350 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17351
17352 * progmodes/cc-fonts.el (c-basic-matchers-before)
17353 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17354 in Pike.
17355
17356 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17357 digraphs.
17358
17359 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17360 (c-cpp-message-directives, c-cpp-include-directives)
17361 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17362 (c-cpp-expr-directives): Introduce new language constants to
17363 control cpp syntax in a cleaner way.
17364
17365 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17366
17367 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17368
17369 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17370 (c-multiline-string-start-char): New language constants and
17371 variables to specify how newlines in string literals work.
17372
17373 (c-font-lock-invalid-string): Use them.
17374
17375 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17376 unbalanced close brace is entered. Optimization by avoiding going
17377 back over arbitrarily large blocks. Removed hints that this
17378 function only would be relevant/useful in AWK.
17379
17380 (c-electric-brace): Indent syntactically after the cleanups since
17381 lineup functions might do it differently then.
17382
17383 * progmodes/cc-engine.el, cc-langs.el
17384 (c-opt-op-identifier-prefix): New language constant and variable.
17385
17386 (c-just-after-func-arglist-p, c-after-special-operator-id)
17387 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17388
17389 * progmodes/cc-align.el, cc-engine.el
17390 (c-after-special-operator-id): New helper to handle C++ operator
17391 identifiers.
17392
17393 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17394 (c-guess-basic-syntax): Handle C++ operator identifiers in
17395 declarations.
17396
17397 * progmodes/cc-langs.el (c-assignment-operators): Add the
17398 trigraph version of ^= too.
17399
17400 * progmodes/cc-langs.el (c-assignment-operators): Add the
17401 trigraph version of |= in C++.
17402
17403 * progmodes/cc-fonts.el (c-font-lock-declarators):
17404 Handle `c-decl-hangon-kwds' after the identifier name.
17405
17406 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17407 whether an arglist is "nonempty", ignore a comment after the open
17408 paren if it isn't followed by a non-comment token on the same line.
17409
17410 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17411 Enable heuristics below the point to cope with classes inside special
17412 brace lists in Pike.
17413
17414 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17415
17416 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17417
17418 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17419
17420 * progmodes/cc-guess.el (cc-guess-install): New function to
17421 install an already guessed style in another buffer.
17422
17423 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17424 sets `inhibit-read-only' - `c-save-buffer-state' should be used
17425 anyway if the change always is undone.
17426
17427 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17428
17429 Implement togglable electricity:
17430
17431 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17432 saying when it should be used.
17433
17434 * progmodes/cc-engine.el: Add the new buffer-local variable,
17435 c-electric-flag.
17436
17437 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17438 c-toggle-auto-newline.
17439
17440 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17441 c-toggle-auto-newline. Remove the binding for
17442 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
17443 c-toggle-electric-state.
17444
17445 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17446
17447 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17448 c-\(forward\|backward\)-subword.
17449 (c-update-modeline): Add the new modeline flag `l' for
17450 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
17451 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17452 Make the old name an alias of the new name.
17453 (c-toggle-electric-state): New function.
17454 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17455 Adapt these functions to do electric things only when
17456 c-electric-flag is non-nil.
17457 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17458 new functions from c-electric-brace.
17459 (c-point-syntax): Add a check for "virtual semicolons" in AWK
17460 mode, so that the tentative extra newline doesn't change the
17461 syntax of the following brace.
17462 (c-electric-brace): Restructure by extracting the above functions.
17463 Tidy up the coding somewhat.
17464 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17465 restructure a bit.
17466
17467 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17468
17469 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17470 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
17471
17472 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17473 (c-submode-indicators): Change name from `c-auto-hungry-string'
17474 since it's now used to track another submode.
17475
17476 (c-update-modeline): Convert to function and extended to check
17477 `c-subword-move-mode'.
17478
17479 (c-forward-into-nomenclature, c-backward-into-nomenclature):
17480 Convert to compat aliases for `c-forward-subword' and
17481 `c-backward-subword'.
17482
17483 * progmodes/cc-subword.el: New functions and minor mode to handle
17484 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17485
17486 (c-forward-subword, c-backward-subword, c-mark-subword)
17487 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17488 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17489 Functions corresponding to the standard word handling functions.
17490
17491 (c-subword-move-mode): Minor mode that replaces all the standard
17492 word handling functions with their subword equivalences.
17493
17494 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17495
17496 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17497 entry for one-liner-defun.
17498
17499 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17500 name in its def-edebug-spec.
17501
17502 * progmodes/cc-cmds.el (c-electric-brace): Make the
17503 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
17504 compacts space before a comment, if this will make things fit on
17505 one line.
17506
17507 Introduce an "awk" style, mainly for auto-newline and clean-ups.
17508
17509 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17510
17511 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17512 clean-up one-liner-defun.
17513
17514 * progmodes/cc-styles.el: Add the new "awk" style.
17515
17516 * progmodes/cc-vars.el: Add description of one-liner-defun to
17517 c-cleanup-list's doc-string. New user options,
17518 c-max-one-liner-length. In c-default-style, set the default style
17519 for AWK to "awk".
17520
17521 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17522
17523 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17524 macros inside labels.
17525
17526 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17527 `c-at-statement-start-p' and `c-at-expression-start-p'.
17528
17529 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17530 error if the mark isn't set.
17531
17532 * progmodes/cc-engine.el (c-guess-continued-construct)
17533 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17534 accurately detect functions inside functions.
17535
17536 * progmodes/cc-engine.el (c-at-expression-start-p): New function
17537 like `c-at-statement-start-p' that additionally recognizes commas
17538 and expression parentheses as delimiters.
17539
17540 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17541 to avoid heuristics that doesn't work for unclosed blocks.
17542 (c-at-statement-start-p): New function.
17543
17544 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17545 Objective-C directives, e.g. directives spanning lines should work
17546 reasonably well now.
17547
17548 (c-put-c-type-property, c-clear-c-type-property): New helpers.
17549
17550 (c-forward-objc-directive): New function to move over any ObjC
17551 directive.
17552
17553 (c-just-after-func-arglist-p, c-guess-basic-syntax)
17554 (c-basic-matchers-before): Use it.
17555
17556 (c-font-lock-objc-iip-decl): Remove.
17557
17558 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17559 in the template arglist recognition.
17560
17561 * progmodes/cc-styles.el (c-style-alist): Fix several
17562 inconsistencies in the Whitesmith style.
17563
17564 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17565 New lineup function to get lines after Whitesmith style blocks
17566 correctly indented.
17567
17568 (c-lineup-whitesmith-in-block): Back out the compensation for
17569 opening parens since it's done using `add' lists in the style
17570 definition instead. Don't use the anchor position since it varies
17571 too much between the syntactic symbols. :P
17572
17573 * progmodes/cc-vars.el (c-valid-offset): Update.
17574
17575 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17576 lists where the offsets are combined according to several
17577 different methods: `first', `min', `max', and `add'.
17578 Report offset evaluation errors with `c-benign-error' so that some kind
17579 of reindentation still is done.
17580
17581 * progmodes/cc-engine.el (c-guess-basic-syntax):
17582 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17583 `arglist-close'.
17584
17585 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17586 situations for `arglist-cont-nonempty' and `arglist-close'.
17587
17588 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17589
17590 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17591 cc-bytecomp-boundp' in a number of places.
17592
17593 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17594 macro related issue.
17595
17596 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17597
17598 * progmodes/cc-awk.el: Change the terminology of regexps: A char
17599 list is now [asdf], a char class [:alpha:].
17600 Include code for char classes.
17601 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
17602 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17603
17604 Remove (nearly all of) the cruft associated with AWK Mode's former
17605 concept of "virtual semicolons":
17606
17607 Adapt c-beginning-of-statement, c-end-of-statement (together with
17608 subfunctions) to use the new notion of "virtual semicolon" in
17609 place of the old awkward special handling for AWK. There remains
17610 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17611 * progmodes/cc-cmds.el:
17612 (c-ascertain-adjacent-literal): In the backwards direction, now
17613 recognises AWK regexp delimiters as string delimiters.
17614 (c-after-statement-terminator-p): Adapt for virtual semicolons;
17615 check more rigorously for "end of macro".
17616 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17617 virtual semicolons;
17618 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17619 out the code for forward movement into ...
17620 (c-end-of-statement): Now contains the code for forward movement,
17621 adapted for virtual semicolons.
17622
17623 * progmodes/cc-engine.el:
17624 (c-ws*-string-limit-regexp): New regexp.
17625 (c-forward-single-comment, c-backward-single-comment): Comment out
17626 the (now redundant) "special" AWK stuff.
17627
17628 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17629 c-string-par-start, c-string-par-separate to be more like Text
17630 Mode than Fundamental Mode.
17631
17632 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17633
17634 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17635 to the fontified region so that fontification doesn't occur
17636 outside it (could happen e.g. when fontifying a line with an
17637 unfinished declaration).
17638
17639 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17640
17641 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17642 start of the file. ^L now separate sections of the file.
17643 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17644 (c-awk-one-line-possibly-open-string-re)
17645 (c-awk-regexp-one-line-possibly-open-char-class-re)
17646 (c-awk-one-line-possibly-open-regexp-re)
17647 (c-awk-one-line-non-syn-ws*-re): New defonsts.
17648 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17649
17650 Amend the concept of "virtual semicolons" (in the indentation
17651 engine) for languages like AWK, such that they are now
17652 conceptually attached to end of the last token of a statement, not
17653 the end of the line. (In AWK Mode, however, the pertinent text
17654 property is still physically set on the EOL.) Remove the specific
17655 tests for awk-mode, thus facilitating the introduction of other
17656 language modes where EOLs can end statements.
17657 (Note: The funtionality in cc-cmds.el, specifically
17658 c-beginning/end-of-statement has yet to be amended.)
17659
17660 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17661 New macros.
17662
17663 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17664 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
17665 c-vsemi-status-unknown-p-fn (in a new page).
17666
17667 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17668 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17669 numerous awkward forms like
17670 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17671 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
17672 variable before-ws-ip, the place just after char-before-ip appears.
17673
17674 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17675 a comment.
17676
17677 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17678
17679 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17680 `c-tentative-buffer-changes'.
17681
17682 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17683 convert to macro to choose between Emacs and XEmacs at compile time.
17684
17685 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17686
17687 (c-tentative-buffer-changes): New macro to handle temporary buffer
17688 changes in a convenient way.
17689
17690 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17691 for `c-tentative-buffer-changes'.
17692
17693 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17694 the checks for paren sexps between the point and the keyword, to
17695 avoid some false alarms.
17696
17697 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17698 Fixed a situation where an error could be thrown for unbalanced
17699 parens. Changed to make use of c-keyword-member' to avoid some
17700 repeated regexp matches.
17701
17702 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17703 These language variable are no longer necessary.
17704
17705 (c-block-stmt-kwds): New language constant used by
17706 c-looking-at-inexpr-block'.
17707
17708 (c-guess-basic-syntax): Remove an optional check that looked at
17709 the existence of the now removed language variables.
17710
17711 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17712 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17713 object instantiation expressions as declarations in some contexts.
17714 This bug only affected languages where the declarator can't be
17715 enclosed in parentheses.
17716
17717 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17718 insert newlines before and after substatement braces.
17719
17720 * progmodes/cc-engine.el: Improved the heuristics for recognizing
17721 function declaration headers and the handling of C++ style member
17722 init lists.
17723
17724 (c-just-after-func-arglist-p): Rewritten to use
17725 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
17726
17727 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17728
17729 (c-guess-basic-syntax): Adapt case 5B for the new
17730 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
17731 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17732 covers all cases now).
17733
17734 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17735
17736 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17737
17738 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17739 c-string-par-start/separate c-sentence-end-with-esc-eol,
17740 initialised in c-setup-paragraph-variables, used in string
17741 scanning subroutines of c-beginning-of-statement.
17742
17743 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17744 which precedes the newly inserted `{'.
17745
17746 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17747
17748 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17749 function for declaration level blocks. It should now cope with
17750 templates better and also be a lot more comprehensible.
17751
17752 (c-looking-at-decl-block): The new function.
17753
17754 (c-search-uplist-for-classkey): The old one. It's now a wrapper
17755 for compatibility.
17756
17757 (c-add-class-syntax, c-guess-continued-construct)
17758 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17759
17760 (c-decl-block-key): Change to tell apart ambiguous and
17761 unambiguous keywords. Pike specials are now handled directly in
17762 the code instead.
17763
17764 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17765 New language constants and variables to make the backward skip in
17766 `c-looking-at-decl-block' as tight as possible.
17767
17768 (c-nonsymbol-token-char-list): New language constant.
17769
17770 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17771 find balanced template arglists backwards.
17772
17773 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17774 making char classes for `c-syntactic-skip-backward'.
17775
17776 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17777 16D - can't be a class-close at that point.
17778
17779 * progmodes/cc-engine.el (c-guess-basic-syntax)
17780 (c-add-class-syntax): Don't narrow out the enclosing declaration
17781 level. This makes everything a lot easier, and it was actually
17782 only four small places that needed it to work. Some places that
17783 previously did `widen' are removed now, which has the effect that
17784 `c-guess-basic-syntax' never will look at things outside the
17785 current narrowment now. The anchor position for `topmost-intro'
17786 is affected by this, but it was so bogus it was basically useless
17787 before, and now it's equally bogus but in a slightly different way.
17788
17789 (c-narrow-out-enclosing-class): Gone.
17790
17791 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17792 the narrowed region.
17793
17794 (c-least-enclosing-brace): Remove silly optional argument.
17795
17796 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17797 the point could be left directly after an open paren when finding
17798 the beginning of the first decl in the block.
17799
17800 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17801 Specify which submatch to use.
17802
17803 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17804
17805 (c-decl-start-re): No longer any need for special treatment of
17806 ObjC due to the above.
17807
17808 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17809 presumably follows C in that regard.
17810
17811 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17812 New language constants to specify operator tokens inside
17813 identifiers in a more high level way.
17814
17815 (c-opt-identifier-prefix-key): New internal language constant.
17816
17817 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17818 (c-identifier-start, c-identifier-key): Now completely calculated
17819 from other constants.
17820
17821 (c-identifier-last-sym-match): Decommission since it's no longer used.
17822
17823 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
17824
17825 * progmodes/cc-engine.el (c-forward-name): Remove the
17826 optimization when c-identifier-key is equal to c-symbol-key since
17827 it doesn't work in byte compiled files. Don't record empty
17828 regions as identifiers.
17829
17830 * progmodes/cc-langs.el (c-filter-ops): New helper function to
17831 simplify access to `c-operators' and its likes.
17832
17833 (c-operator-list, c-all-op-syntax-tokens)
17834 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17835 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17836 (c-primary-expr-regexp, c-cast-parens): Use it.
17837
17838 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17839 an explicit language in functions.
17840
17841 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17842 variant of adornment.
17843
17844 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17845 variable.
17846
17847 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17848 the Pike value.
17849
17850 * progmodes/cc-engine.el (c-on-identifier)
17851 (c-simple-skip-symbol-backward): Small fix for handling "-"
17852 correctly in `skip-chars-backward'. Affected the operator lfun
17853 syntax in Pike.
17854
17855 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17856 diagnostic message about precompiled language vars not being used.
17857
17858 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17859 "__attribute__" is followed by a parenthesis.
17860
17861 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17862 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17863 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17864
17865 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17866 Internal cleanups to properly detect the declared identifiers in
17867 various declarations.
17868
17869 (c-decl-start-kwds): New language constant to recognize
17870 declarations that can start anywhere. Used for class declarations
17871 in Pike.
17872
17873 (c-specifier-key, c-not-decl-init-keywords)
17874 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17875 (c-find-decl-spots): Implement `c-decl-start-kwds'.
17876
17877 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17878 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17879 handling of the compiler specific extension keywords into a new
17880 language constant `c-decl-hangon-kwds' that defines keyword
17881 clauses to be ignored in declarations.
17882
17883 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17884 past unrecognized tokens when handling `c-colon-type-list-kwds'.
17885 Necessary to stop at the declared identifier in e.g. IDL valuetype
17886 declarations.
17887
17888 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17889 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17890 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17891 (c-forward-decl-or-cast-1): Recognize the declared identifier in
17892 class and enum declarations as such and not as part of the type.
17893
17894 (c-forward-decl-or-cast-1, c-forward-label): Relax the
17895 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17896
17897 (c-forward-decl-or-cast-1): Don't disregard sure signs of
17898 declarations when there's some syntax error later on.
17899
17900 (c-complex-decl-matchers): Did away with a reference to
17901 `c-specifier-key'.
17902
17903 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17904 value - this variable is always dynamically bound.
17905
17906 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17907 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17908 * cc-cmds.el, cc-defs.el: Change the policy for marking up
17909 functions that might do hidden buffer changes: All such internal
17910 functions are now marked instead of those that don't.
17911
17912 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17913 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17914 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17915 (c-literal-type): Allow these functions to make hidden buffer changes,
17916 so that they are free to use text property caching later on.
17917
17918 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17919 (c-electric-brace, c-electric-slash, c-electric-star)
17920 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17921 (c-electric-paren, c-electric-continued-statement, c-indent-command)
17922 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17923 (c-context-line-break): Add `c-save-buffer-state' calls to comply
17924 with the changed semantics of the functions above.
17925
17926 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17927 when macros occur in obscure places. Optimized the sexp movement
17928 a bit.
17929
17930 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17931
17932 Enhancements for c-beginning-of-statement to work in AWK Mode:
17933
17934 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17935 (completed statement) with `}' (statement completed by closing
17936 brace or semicolon) and `$' (statement completed by EOL).
17937
17938 (c-awk-virtual-semicolon-ends-prev-line-p)
17939 (c-awk-virtual-semicolon-ends-line-p)
17940 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17941 (c-awk-at-statement-end-p): New functions.
17942
17943 * progmodes/cc-cmds.el: Simplify the structure of functions
17944 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
17945 two functions and c-beginning-of-statement to handle AWK Mode.
17946
17947 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17948 c-backward-single-comment for AWK mode. Attempt to clarify their
17949 doc-strings.
17950
17951 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17952
17953 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17954
17955 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17956 label handling. Labels are now recognized in a uniform and more
17957 robust way, regardless of context. Text properties are put on all
17958 labels to recognize the following declarations better.
17959 Multiword labels are handled both in indentation and fontification for
17960 the benefit of language extensions like Qt. For consistency, keywords
17961 in labels are now fontified with the label face instead.
17962 That also applies to "case" and "default".
17963
17964 (c-beginning-of-statement-1): Fix some bugs in the label
17965 handling. Disregard `c-nonlabel-token-key' in labels that begin
17966 with `c-label-kwds'.
17967
17968 (c-find-decl-spots): Support that the callback adds more
17969 `c-decl-end' spots to find.
17970
17971 (c-forward-decl-or-cast-1): Don't treat a list of plain
17972 identifiers followed by a colon as a declaration.
17973
17974 (c-forward-label): New function to recognize labels.
17975
17976 (c-guess-basic-syntax): Replace uses of `c-label-key' with
17977 `c-forward-label'. Moved the label recognition cases (14 and 15)
17978 earlier since they aren't so context sensitive now. Handle labels
17979 on the top level gracefully. Moved access label recognition to
17980 the generic label case (CASE 15) - removed CASE 5E.
17981
17982 (c-font-lock-declarations): Add recognition of labels in the
17983 same round since we need to handle labels in parallell with other
17984 declarations to recognize both accurately. It should also improve
17985 speed.
17986
17987 (c-simple-decl-matchers, c-basic-matchers-after):
17988 Move `c-font-lock-labels' so that it only is used on decoration level 2
17989 since `c-font-lock-declarations' handles it otherwise.
17990
17991 (c-complex-decl-matchers): Remove the simplistic recognition of
17992 access labels.
17993
17994 (c-decl-prefix-re): Remove the kludges that was necessary to cope
17995 with labels earlier.
17996
17997 (c-decl-start-re): New language variable to make
17998 `c-font-lock-declarations' stop for the special protection labels
17999 in Objective-C that start with `@'.
18000
18001 (c-label-key): Remove since it's no longer used.
18002
18003 (c-recognize-colon-labels, c-label-prefix-re): New language
18004 constants to support recognition of generic colon-terminated labels.
18005
18006 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18007 are colon terminated labels.
18008
18009 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18010 first argument starts with a special brace list.
18011
18012 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18013 (c-font-lock-declarations): Break out the declaration and cast
18014 recognition from `c-font-lock-declarations' to a new function, so
18015 that it can be used in the indentation engine.
18016
18017 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18018 up to the start of the literal. Fixed bug with the point on the
18019 wrong side of the search limit that could happen when the start
18020 position is inside a literal.
18021
18022 * progmodes/cc-engine.el (c-parse-state)
18023 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18024 so that it's kept a little bit back to increase the hit rate.
18025
18026 (c-parse-state): Change the macro handling and fixed some
18027 glitches. Macro context is checked more often than necessary now,
18028 but otoh less garbage conses are generated.
18029
18030 * progmodes/cc-engine.el (c-parse-state)
18031 (c-invalidate-state-cache): Cache the last position where
18032 `c-state-cache' applies. This can speed up refontification quite
18033 a bit in blocks where there are many non-brace parens before the point.
18034
18035 (c-state-cache-end): New variable for this.
18036
18037 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18038 cache variable.
18039
18040 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18041 get close initial continue positions when the start position is
18042 inside a literal or macro. Do not call the callback for spots
18043 before the start position (which can happen e.g. for `c-decl-end'
18044 spots inside comments). Optimize better in special cases when the
18045 region is a single line inside a literal or macro (typically when
18046 the current line is refontified).
18047
18048 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18049 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18050 entries from the paren state.
18051
18052 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18053 special case for "else if" clauses.
18054
18055 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18056 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18057
18058 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18059 New language variable to recognize the gcc extension with statement
18060 blocks inside expressions.
18061
18062 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18063 it somewhat more comprehensible. The argument AT-BLOCK-START is
18064 no longer used and hence removed.
18065
18066 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18067 to `c-add-stmt-syntax'.
18068
18069 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18070 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18071 This fixes bogus label recognition.
18072
18073 * progmodes/cc-engine.el (c-add-type, c-check-type)
18074 (c-forward-name, c-forward-type): Improve storage of template
18075 types in `c-found-types' so that they can be recognized better.
18076
18077 (c-syntactic-content): Add option to skip past nested parens.
18078
18079 * progmodes/cc-engine.el (c-forward-name):
18080 Set `c-last-identifier-range' all the time. It's less work that way.
18081 Handle that there might not be an identifier to store in
18082 `c-last-identifier-range'.
18083
18084 (c-forward-type): Handle that `c-last-identifier-range' might be
18085 nil from `c-forward-name'.
18086
18087 * progmodes/cc-defs.el (c-safe-scan-lists)
18088 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18089
18090 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18091 to work even if the form fails.
18092
18093 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18094 down in a large file in one go.
18095
18096 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18097
18098 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18099 function which is like `c-lineup-math' but returns nil instead of
18100 `c-basic-offset' when it doesn't match.
18101
18102 (c-lineup-math): Change to use `c-lineup-assignments'.
18103
18104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18105
18106 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18107 c-beginning-of-statement. New subfunctions
18108 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18109
18110 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18111
18112 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18113 hardcoded char classes whereever possible. Changed a couple of
18114 places to use skip by syntax instead of skip by char class.
18115
18116 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18117 Fix a bug in the regexp that caused extreme backtracking.
18118
18119 * progmodes/cc-langs.el (c-block-comment-starter)
18120 (c-block-comment-ender): New language constants to specify in a
18121 single place how block comments look.
18122
18123 (c-comment-start-regexp, c-block-comment-start-regexp)
18124 (comment-start, comment-end, comment-start-skip)
18125 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18126 (c-syntactic-ws, c-nonempty-syntactic-ws)
18127 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18128 `c-line-comment-starter', `c-block-comment-starter' and
18129 `c-block-comment-ender'.
18130
18131 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18132 New language constants to break up things a bit.
18133
18134 (c-simple-ws): New language constant for simple whitespace.
18135
18136 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18137
18138 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18139 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18140 newlines. Allow and ignore nil elements in the list.
18141
18142 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18143
18144 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18145 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18146
18147 * progmodes/cc-cmds.el: Tidy up the comments in
18148 c-beginning-of-statement and subfunctions.
18149
18150 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18151 more flexible c-put-char-property and c-clear-char-properties.
18152 Add the author's email address.
18153
18154 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18155
18156 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18157 closing "*/" of a block comment.
18158
18159 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18160 subfunctions) so that it works at BOB and EOB.
18161
18162 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18163 c-beginning-of-statement, including new variable
18164 c-block-comment-start-regexp.
18165
18166 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18167
18168 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18169 symbols from `*-font-lock-extra-types' so that there's no need to
18170 use `regexp-opt' on those lists.
18171
18172 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18173 `c-type-modifier-kwds' is empty.
18174
18175 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18176 there are several strings on the same line.
18177
18178 * progmodes/cc-engine.el (c-literal-limits): Remove the
18179 compatibility function for older emacsen. `c-literal-limits-fast'
18180 has now taken the place of this function.
18181
18182 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18183 with older emacsen: We now require `pps-extended-state'.
18184
18185 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18186
18187 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18188 which obviates the need to hack sentence-end. This now handles
18189 escaped newlines in strings correctly. Correct minor bugs in
18190 c-move-over-sentence and in c-beginning-of-statement.
18191
18192 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18193 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18194 that movement over macros and code are rigorously separated from
18195 eachother. Correct a few incidental bugs.
18196
18197 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18198 Improve its doc-string. Improve the handling of certain specific cases.
18199
18200 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18201
18202 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18203 (c-guess-basic-syntax): Change the way class-level labels are
18204 recognized; they can now contain essentially any symbols.
18205
18206 (c-opt-extra-label-key): New language variable to cope with the
18207 special protection label syntax in Objective-C.
18208
18209 (c-opt-access-key): Remove; this is now handled better by
18210 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18211
18212 (c-complex-decl-matchers): Update to handle that
18213 `c-opt-access-key' no longer exists.
18214
18215 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18216 improved label recognition in `c-beginning-of-statement-1'.
18217
18218 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18219 Recognize bitfields better.
18220
18221 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18222 Remove some cruft and fixed a bug that could cause it to go to a
18223 position further down.
18224
18225 * progmodes/cc-langs.el, cc-engine.el
18226 (c-beginning-of-statement-1): Improve detection of labels in
18227 declaration contexts.
18228
18229 (c-beginning-of-decl-1): Use it.
18230
18231 (c-nonlabel-token-key): New language constant and variable needed
18232 by `c-beginning-of-statement-1'.
18233
18234 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18235 manifested itself due to the correction in `c-forward-sexp'.
18236
18237 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18238 Make these behave as documented when used at the buffer limits.
18239
18240 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18241 (c-type-decl-end-used): Made this a language variable.
18242
18243 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18244 correctly when `combine-after-change-calls' is used together with
18245 temporary narrowings.
18246
18247 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18248 Report labels correctly when the start point is immediately after the
18249 colon.
18250
18251 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18252 Remove since it isn't used anymore.
18253
18254 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18255 bracket arglists such as template parens in C++.
18256
18257 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18258 in the last check-in. Some optimization.
18259
18260 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18261 where it could stop at the same level in a preceding sexp when
18262 PAREN-LEVEL is set.
18263
18264 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18265 text property lookup only when it's needed.
18266
18267 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18268 Change the policy for paren marked angle brackets to be more
18269 persistent; once marked they remain marked even when they're found
18270 to be unbalanced in the searched region. This should keep the
18271 paren syntax around even when individual lines are refontified in
18272 multiline template arglists.
18273
18274 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18275 to control markup so that incorrect angle bracket arglists aren't
18276 marked in contexts where the correct value for
18277 `c-disallow-comma-in-<>-arglists' isn't known.
18278
18279 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18280 argument has become `c-parse-and-markup-<>-arglists'.
18281
18282 (c-remove-<>-arglist-properties): Remove - no longer used.
18283
18284 (c-after-change-check-<>-operators): New function used on
18285 `after-change-functions' to avoid that "<" and ">" characters that
18286 are part of longer operators have paren syntax.
18287
18288 (c-<>-multichar-token-regexp): New language variable used by
18289 `c-after-change-check-<>-operators'.
18290
18291 (c-after-change): Call `c-after-change-check-<>-operators'.
18292
18293 (c-font-lock-<>-arglists): Use the context properties set by
18294 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18295 correctly to avoid doing invalid markup.
18296
18297 (c-font-lock-declarations): Remove code that undoes the invalid
18298 markup done by `c-font-lock-<>-arglists'.
18299
18300 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18301 after `c-font-lock-declarations'.
18302
18303 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18304 Add paren-level feature.
18305
18306 (c-guess-basic-syntax): Improve the anchor position for
18307 `template-args-cont' in nested template arglists. There's still
18308 much to be desired in this area, though.
18309
18310 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18311
18312 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18313 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18314
18315 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18316
18317 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18318 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18319
18320 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18321 it doesn't work no longer are supported.
18322
18323 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18324 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18325 requires support for the syntax-table' text property, which rules
18326 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18327 cruft associated with those versions.
18328
18329 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18330 for the `syntax-table' text property, which rules out Emacs 19 and
18331 XEmacs < 21.4. Removed various compatibility cruft associated
18332 with those versions.
18333
18334 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18335 support for the `syntax-table' text property.
18336
18337 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18338 variable and use an extra quoted face name instead. All the
18339 emacsen flavors handle that correctly.
18340
18341 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18342 (c-font-lock-declarators, c-font-lock-declarations)
18343 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18344 property to mark the items in in declarator lists to handle
18345 refontification inside multiline declarations better.
18346
18347 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18348 construct like "a * b = c;" as a declaration.
18349
18350 2005-12-08 Kim F. Storm <storm@cua.dk>
18351
18352 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18353 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
18354 select either meta, hyper, or super modifier for rectangle commands.
18355 (cua--rectangle-modifier-key): New defvar.
18356 (cua--M/H-key): Use it. Remove special case for `space'.
18357 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18358 on X, to meta otherwise. Always bind C-return to toggle
18359 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
18360
18361 * emulation/cua-rect.el (cua-help-for-rectangle):
18362 Use cua--rectangle-modifier-key. Handle super modifier too.
18363 (cua--init-rectangles): Always bind C-return to toggle rectangle.
18364 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18365
18366 * ido.el: Move Acknowledgements and History after Commentary.
18367 Minor changes to Commentary.
18368
18369 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18370 keymap if cua--prefix-override-timer is `shift'.
18371 (cua--shift-control-prefix): New function; emulate "type prefix
18372 key twice" functionality to handle shifted prefix key override.
18373 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18374 New commands.
18375 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18376
18377 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
18378
18379 * textmodes/org.el (org-insert-heading): Try to do items before
18380 headings.
18381 (org-agenda-mode): Quote `org-agenda-mode-hook'.
18382 (org-insert-item): New function.
18383 (org-renumber-ordered-list): Don't skip to higher level lists.
18384
18385 2005-12-08 Juri Linkov <juri@jurta.org>
18386
18387 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18388
18389 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18390
18391 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18392
18393 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18394 the constructed function name fun-1.
18395
18396 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18397 because such links don't lead to parent documentation.
18398
18399 2005-12-08 Kenichi Handa <handa@m17n.org>
18400
18401 * descr-text.el (describe-char): Use *Help-2* buffer if the
18402 current buffer is *Help*. Call describe-text-properties while
18403 setting the original buffer.
18404
18405 2005-12-07 Bill Wohler <wohler@newt.com>
18406
18407 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
18408 and causes problems with non-MH users (such as Gnus users).
18409
18410 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
18411
18412 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18413 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18414 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18415 command "info sources". Move calls to GDB command "list".
18416 (gdb-find-file-hook): Just use gdb-source-file-list.
18417 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18418 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18419 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18420 (gdb-data-list-register-values-handler): Use correct trigger name.
18421
18422 2005-12-07 Kim F. Storm <storm@cua.dk>
18423
18424 * ido.el (ido-completion-map): Rename from ido-mode-map.
18425 (ido-common-completion-map, ido-file-completion-map)
18426 (ido-file-dir-completion-map, ido-buffer-completion-map):
18427 Rename from ido-mode-....-map.
18428 (ido-init-completion-maps): Rename from ido-init-mode-maps.
18429 (ido-setup-completion-map): Rename from ido-define-mode-map.
18430 (ido-read-internal): Bind minibuffer-local-filename-completion-map
18431 to ido-completion-map.
18432
18433 2005-12-07 Kenichi Handa <handa@m17n.org>
18434
18435 * international/mule-cmds.el
18436 (set-display-table-and-terminal-coding-system): If the coding
18437 system specified in `unibyte-display' property is different from
18438 the arg coding-system, don't setup standard-display-table.
18439
18440 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18441
18442 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18443 that comments end at \n, regardless of selective-display.
18444
18445 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
18446
18447 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18448 (gdb-version): New variables.
18449 (gdb-source-file-list, gdb-register-names)
18450 (gdb-changed-registers): New variables for use with GDB 6.4+.
18451 (gdb-ann3): Replace with...
18452 (gdb-init-1, gdb-init-2): ...two new functions.
18453 (gdba, gdb-prompt): Call gdb-init-1.
18454 (gdb-get-version): New function. Call gdb-init-2 from here.
18455 (gud-watch): Make it work with mouse events too.
18456 (gdb-post-prompt): Don't add to queue until GDB version is known.
18457 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18458 (gdb-locals-mode): Use gdb-version.
18459 (gdb-memory-format-map, gdb-memory-unit-map)
18460 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18461 (gdb-locals-font-lock-keywords-1)
18462 (gdb-locals-font-lock-keywords-2): New variables.
18463 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18464 (gdb-set-gud-minor-mode-existing-buffers-1)
18465 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18466 (gdb-var-update-1, gdb-var-update-handler-1)
18467 (gdb-data-list-register-values-handler)
18468 (gdb-data-list-register-values-custom)
18469 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18470 (gdb-stack-list-locals-handler, gdb-get-register-names):
18471 New functions for use with GDB 6.4+.
18472 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18473 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18474 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18475 (gdb-stack-list-locals-regexp)
18476 (gdb-data-list-register-names-regexp): New regexps for use with
18477 GDB 6.4+.
18478
18479 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18482
18483 2005-12-06 Nozomu Ando <nand@mac.com>
18484
18485 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18486 prompts work for AUTH PLAIN. Also reported by Steve Allan
18487 <seallan@verizon.net>.
18488
18489 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18490
18491 * frame.el (set-frame-parameter): Add doc string.
18492
18493 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
18494
18495 * textmodes/org.el (org-occur-highlights): New variable.
18496 (org-highlight-new-match, org-remove-occur-highlights): New functions.
18497 (org-highlight-sparse-tree-matches): New option.
18498 (org-do-occur): New function.
18499 (org-get-heading): Make it work also at beginning of line.
18500 (org-category-table): New variable.
18501 (org-get-category-table, org-get-category)
18502 (org-camel-to-words, org-link-search): New functions.
18503 (org-select-this-todo-keyword): New variable.
18504 (org-todo-list): New command.
18505 (org-shiftright, org-shiftleft): New commands.
18506 (org-agenda-todo): Add prefix argument.
18507 (org-show-hierarchy-above): New option.
18508 (org-show-todo-tree): Numerical prefix creates tree for specific
18509 TODO keyword.
18510 (org-outline-level): New function, to assign a level to plain
18511 lists items.
18512 (org-cycle-include-plain-lists): New option.
18513 (org-mode): Use `org-outline-level' as value of `outline-level'.
18514 (org-cycle): Temporarily switch `outline-regexp' if
18515 `org-cycle-include-plain-lists' is non-nil.
18516 (org-start-icalendar-file): Fix format bug.
18517 (org-agenda-get-day-entries): Create category table.
18518 (org-agenda-get-todos, org-agenda-get-timestamps)
18519 (org-agenda-get-deadlines, org-agenda-get-scheduled)
18520 (org-agenda-get-blocks): Use `org-get-category'.
18521 (org-context-in-file-links): Rename from
18522 `org-line-numbers-in-file-links'.
18523
18524 2005-12-06 Romain Francoise <romain@orebokech.com>
18525
18526 * window.el (balance-windows): Delete extraneous third arg in call
18527 to `enlarge-window'.
18528
18529 2005-12-06 Kenichi Handa <handa@m17n.org>
18530
18531 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18532
18533 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
18534
18535 * progmodes/gdb-ui.el (gdb-var-create-handler)
18536 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18537 (gdb-var-list-children-handler, gdb-var-update-handler):
18538 Current buffer is already gdb-partial-output-buffer, don't
18539 make it current again.
18540
18541 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
18542
18543 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18544 (list-buffers-noselect): Use it.
18545
18546 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
18547
18548 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18549 (mail-yank-ignored-headers): Use regexp-opt.
18550 (mail-mode-map): Move initialization into declaration.
18551 (mail-sent-via): Remove unused shadowed var `to-line'.
18552 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18553 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18554 (mail-do-fcc): Use dolist and push.
18555 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18556 (mail-yank-ignored-headers): Don't autoload.
18557
18558 2005-12-05 Kenichi Handa <handa@m17n.org>
18559
18560 * international/mule-cmds.el (set-language-info-internal): New fun.
18561 (set-language-info): Call set-language-info-internal to update
18562 language-info-alist. If LANG-ENV is the current one, call
18563 set-language-environment to make INFO effective now.
18564 (set-language-info-alist): Likewise.
18565 (locale-language-names): With locale "en", use English
18566 lang. env. but set the default codings to iso-8859-1.
18567
18568 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
18569
18570 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18571 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18572 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18573 for plain strings.
18574 (gdb-frames-mode): Remove redundant call to font-lock-mode.
18575 (gdb-all-registers): Rename from toggle-gdb-all-registers.
18576 Create registers buffer if necessary. Echo new state in minibuffer.
18577 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18578
18579 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
18580
18581 * info.el (Info-fontify-node): Match external links using
18582 non-directory part of filename.
18583
18584 2005-12-04 Juri Linkov <juri@jurta.org>
18585
18586 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18587 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
18588 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18589 because there is no customization option for it.
18590
18591 * font-lock.el (lisp-font-lock-keywords-1):
18592 Add define-global-minor-mode.
18593
18594 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18595
18596 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18597 properties on the constructed variable names.
18598
18599 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18600 Put `definition-name' properties on the constructed function names
18601 next-sym and prev-sym.
18602
18603 * emacs-lisp/find-func.el (find-function-regexp):
18604 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
18605 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
18606 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18607 and easy-menu-define.
18608
18609 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18610 easy-mmode-define-global-mode and define-global-minor-mode.
18611 (lisp-imenu-generic-expression): Add define-global-minor-mode.
18612
18613 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18614 instead of easy-mmode-define-global-mode.
18615
18616 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18617 Use define-minor-mode instead of easy-mmode-define-minor-mode.
18618
18619 * cus-edit.el (customize-group, customize-group-other-window):
18620 Filter out autoloaded options from the group completion list by
18621 using heuristics that autoloaded groups don't have `custom-autoload'
18622 property on their symbols (they have only `custom-loads').
18623
18624 * simple.el (completion-setup-function): Put completions-common-part
18625 face on complete completion string too (i.e. completion string
18626 without completions-first-difference face).
18627
18628 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18629
18630 2005-12-03 Eli Zaretskii <eliz@gnu.org>
18631
18632 * view.el (view-mode): Doc fix.
18633
18634 * disp-table.el (standard-display-european): Add to the warning
18635 message a reference to the doc string.
18636
18637 * play/yow.el (apropos-zippy): Call print-help-return-message,
18638 similar to other Help and Apropos commands.
18639
18640 * help.el (print-help-return-message): If pop-up-frames is
18641 non-nil, set up help-return-method to delete the help window and,
18642 possibly, its frame as well, and don't display message about
18643 scrolling the help window. Doc fix.
18644 (help-return-method): Doc fix.
18645
18646 2005-12-03 Martin Rudalics <rudalics@gmx.at>
18647
18648 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18649 whereby names of length one or names starting with a
18650 symbol-constituent character would not be returned.
18651
18652 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18653
18654 * subr.el (atomic-change-group): Add edebug and indentation spec.
18655
18656 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18657
18658 * completion.el (save-completions-file-name): Fix typo in last change.
18659
18660 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18661
18662 * info.el: Move back/forward history to the beginning of the tool bar.
18663
18664 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
18665
18666 * allout.el (eval-when-compile): Remove unnecessary load of cl.
18667 Add fset of allout-real-isearch-abort during compile to fix
18668 byte-compilation warnings.
18669 (allout-mode-p): Move definition of this macro above all uses, or
18670 byte compilation in barren Emacs (eg, during Emacs build) will
18671 lack the definition.
18672 (allout-mode): Move this variable above any uses, or byte
18673 compilation will fail.
18674 (allout-resolve-xref): Remove use of personal file-reference function.
18675 (allout-toggle-current-subtree-encryption): Do the current (ie,
18676 visible containing) topic, rather than nearest around point. Doc fix.
18677 (allout-toggle-subtree-encryption): New function, workhorse that
18678 works on nearest topic containing point.
18679 (allout-encrypt-string): Signal requirement for newer version of pgg.
18680 (allout-resumptions): Doc fix.
18681
18682 2005-12-02 Eli Zaretskii <eliz@gnu.org>
18683
18684 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18685
18686 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18687
18688 * textmodes/flyspell.el (flyspell-external-point-words):
18689 Consider a misspelling as found in the string search if: (a) misspelling
18690 and found string lengths match, or (b) misspelling is found as
18691 element in a boundary-chars separated longer string, or (c)
18692 ispell-program-name is really ispell and misspelling is found as
18693 part of a TeX string. After successful match move beginning of
18694 search region to end of match. Warn about not found misspellings
18695 once the process is done.
18696 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18697
18698 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
18699
18700 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18701 tool bar (removed inadvertently).
18702
18703 2005-12-02 Juri Linkov <juri@jurta.org>
18704
18705 * log-view.el (log-view-diff): Clarify doc string.
18706
18707 2005-12-01 Bill Wohler <wohler@newt.com>
18708
18709 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18710 triggers lm-verify errors.
18711
18712 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
18713
18714 * simple.el (transient-mark-mode, line-number-mode)
18715 (column-number-mode, size-indication-mode): Remove `:require nil'.
18716
18717 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
18718
18719 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18720 in the margin also.
18721 (gdb-breakpoints-mode-map): Use D instead of d for
18722 gdb-delete-breakpoint.
18723 (gdb-get-frame-number): Require a number to match on.
18724 (gdb-threads-mode-map): Add follow-link binding.
18725
18726 2005-11-30 Jason Rumney <jasonr@gnu.org>
18727
18728 * isearch.el (isearch-mode-map): Avoid exiting search on
18729 language-change event.
18730
18731 2005-11-30 Romain Francoise <romain@orebokech.com>
18732
18733 * speedbar.el (speedbar-default-position): New defcustom.
18734 (speedbar-frame-reposition-smartly): Use it.
18735
18736 * dframe.el (dframe-reposition-frame-emacs): Fix position
18737 computation for `left' location.
18738 Update copyright year.
18739
18740 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18741
18742 * help.el (help-map): Move initialization into declaration.
18743
18744 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18745
18746 * help-fns.el (help-argument-name): Don't autoload.
18747 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18748 to be re-loaded when customizing the `help' group.
18749
18750 2005-11-30 John Paul Wallington <jpw@gnu.org>
18751
18752 * help-fns.el (describe-function-1): Fill arglist output.
18753
18754 2005-11-30 Kim F. Storm <storm@cua.dk>
18755
18756 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18757 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18758 after revert-buffer (or anything else which kills all local variables).
18759
18760 * apropos.el (apropos-parse-pattern): Doc fix.
18761 Set apropos-regexp directly, rather than expecting callers to do so.
18762 (apropos-command, apropos, apropos-value, apropos-documentation):
18763 Simplify calls to apropos-parse-pattern.
18764
18765 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18766
18767 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18768 (hi-lock-face-phrase-buffer): Use hi-yellow face.
18769 (hi-lock-write-interactive-patterns): Use comment-region.
18770
18771 * longlines.el (longlines-mode): Add mail-setup-hook.
18772
18773 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18774
18775 * simple.el (sendmail-user-agent-compose, next-line):
18776 Conditionally use hard-newline.
18777
18778 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18779
18780 * international/latexenc.el (latex-inputenc-coding-alist):
18781 Reword doc string.
18782
18783 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18784
18785 * help.el (describe-key-briefly, describe-key): Recognize default
18786 bindings.
18787
18788 2005-11-29 Romain Francoise <romain@orebokech.com>
18789
18790 * view.el (view-inhibit-help-message): New defcustom.
18791 (view-mode-enter): Use it.
18792
18793 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
18794
18795 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18796 Preserve user position.
18797
18798 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
18799
18800 * font-lock.el: Throw error if facemenu is not loaded to prevent
18801 accidental change of loading order in loadup.el. (Suggested by RMS.)
18802
18803 * loadup.el: Add comment explaining why facemenu must be loaded
18804 before font-lock.
18805
18806 2005-11-28 Jay Belanger <belanger@truman.edu>
18807
18808 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18809 (calc-dispatch-map): Add more keys for `calc-same-interface'.
18810
18811 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18812
18813 * calc/calc-embed.el (calc-do-embedded): Update help message.
18814
18815 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18816
18817 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18818
18819 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18820
18821 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18822 called-interactively-p.
18823 (elp-profilable-p): Rename from elp-not-profilable-p.
18824 Invert result and take into account macros and autoloaded functions.
18825 (elp-instrument-function): Update call.
18826 (elp-instrument-package): Update call. Add completion.
18827 (elp-pack-number): Use match-string.
18828 (elp-results-jump-to-definition-by-mouse): Merge into
18829 elp-results-jump-to-definition and then remove.
18830 (elp-output-insert-symname): Make help echo text single-line.
18831
18832 * replace.el (query-replace-map): Move initialization into declaration.
18833 (occur-engine): Use with-current-buffer.
18834 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18835 (occur-mode-mouse-goto): Replace with an alias.
18836
18837 2005-11-28 Juri Linkov <juri@jurta.org>
18838
18839 * simple.el (quoted-insert): Let-bind input-method-function to nil.
18840
18841 * term/w32-win.el: Bind [S-tab] to [backtab].
18842
18843 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18844 `Info-find-file' to t.
18845
18846 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18847 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18848 and same-window-regexps.
18849 (occur-next-error): Don't move point for arg 0.
18850
18851 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
18852
18853 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18854
18855 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18856
18857 * log-edit.el (log-edit-changelog-use-first): New var.
18858 (log-edit-changelog-ours-p): Use it.
18859 (log-edit-insert-changelog): Set it with new arg `use-first'.
18860 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18861 (log-edit-hook): Add them to the list of suggested options.
18862
18863 * textmodes/flyspell.el (flyspell-last-buffer): New var.
18864 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18865 redundant work.
18866 (flyspell-mode-on): Use add-hook for after-change-functions.
18867 (flyspell-mode-off): Use remove-hook for after-change-functions.
18868 (flyspell-changes): Make it buffer-local.
18869 (flyspell-after-change-function): Make it non-interactive. Use push.
18870 (flyspell-post-command-hook): Check input-pending-p while processing
18871 the potentially long list of buffer changes.
18872
18873 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18874
18875 * buff-menu.el (list-buffers-noselect): Display the selected
18876 frame's buffer list, not the global one.
18877
18878 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18879
18880 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18881 that (list last-input-event) works as in interactive spec.
18882
18883 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18884
18885 * loadup.el ("facemenu"): Load facemenu before font-lock, because
18886 `facemenu-keymap' needs to be defined when font-lock is loaded.
18887 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18888
18889 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18890
18891 * completion.el: Remove useless leading * in defcustom docstrings.
18892 (save-completions-file-name): Use ~/.emacs.d if available.
18893 (completion-standard-syntax-table): Rename from
18894 cmpl-standard-syntax-table and fold initialization into declaration,
18895 thus removing cmpl-make-standard-completion-syntax-table.
18896 (completion-lisp-syntax-table, completion-c-syntax-table)
18897 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18898 (cmpl-saved-syntax, cmpl-saved-point): Remove.
18899 (symbol-under-point, symbol-before-point)
18900 (symbol-under-or-before-point, symbol-before-point-for-complete)
18901 (add-completions-from-c-buffer): Use with-syntax-table.
18902 (make-completion): Don't return a list of completion entries.
18903 Update callers.
18904 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18905 (completion-initialize): Rename from initialize-completions.
18906 (completion-find-file-hook): Rename from cmpl-find-file-hook.
18907 (kill-emacs-save-completions): Collect stats here.
18908 (save-completions-to-file, load-completions-from-file):
18909 Use with-current-buffer.
18910 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
18911 into a function. Move all calls to toplevel.
18912 (completion-lisp-mode-hook): New fun.
18913 (completion-c-mode-hook, completion-setup-fortran-mode):
18914 Set the syntax-table here. Use local-set-key.
18915 (completion-saved-bindings): New var.
18916 (dynamic-completion-mode): Make it into a proper minor mode.
18917 (load-completions-from-file): Remove unused var `num-uses'.
18918
18919 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18920 constructor if it is explicitly overridden.
18921
18922 * complete.el (PC-completion-as-file-name-predicate):
18923 Use minibuffer-completing-file-name.
18924 (partial-completion-mode): Use find-file-not-found-functions.
18925 (PC-lisp-complete-symbol): Use with-syntax-table.
18926 (PC-look-for-include-file): Remove dead setq.
18927 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18928 (PC-complete): Use with-current-buffer.
18929
18930 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18931 escape single quotes.
18932
18933 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18934
18935 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18936 of `if' whose condition always returned nil. Doc fix.
18937
18938 * buff-menu.el (Buffer-menu-revert-function): Make the selected
18939 window's buffer the current buffer around the call to
18940 `list-buffers-noselect'. This is necessary to mark that buffer
18941 with a `.' in the Buffer Menu when called from Lisp, for instance
18942 by Auto Revert Mode.
18943
18944 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18945
18946 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18947 attaching to it.
18948 (gdb-pre-prompt): Make sure gdb-error is reset.
18949
18950 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18951 with a child process, detect it.
18952 (gud-speedbar-buttons): Match regexp more carefully.
18953
18954 2005-11-27 Richard M. Stallman <rms@gnu.org>
18955
18956 * mouse.el (mouse-drag-move-window-bottom):
18957 Use adjust-window-trailing-edge.
18958
18959 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18960
18961 * simple.el (blink-matching-open): Ignore
18962 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18963 (blink-matching-paren-on-screen): Update docstring.
18964
18965 * paren.el (show-paren-mode): No longer change
18966 `blink-matching-paren-on-screen'.
18967
18968 2005-11-27 John Paul Wallington <jpw@pobox.com>
18969
18970 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18971 (gdb-threads-select, gdb-edit-register-value):
18972 Use `posn-set-point' instead of `mouse-set-point' because the
18973 latter is not fbound when configured without X.
18974
18975 2005-11-27 Kim F. Storm <storm@cua.dk>
18976
18977 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18978 existing face when partially highlighting a TAB in a rectangle.
18979
18980 2005-11-26 Kim F. Storm <storm@cua.dk>
18981
18982 * ido.el (ido-mode-map): Doc fix.
18983 (ido-mode-common-map, ido-mode-file-map)
18984 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18985 (ido-define-mode-map): Rewrite. Select one of the new maps as
18986 parent for ido-mode-map instead of building from scratch.
18987 (ido-init-mode-maps): New defun to initialize new maps.
18988 (ido-mode): Call it.
18989 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18990 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18991
18992 2005-11-26 John Paul Wallington <jpw@pobox.com>
18993
18994 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18995 `mouse-set-point' because the latter is not fbound when configured
18996 without X.
18997
18998 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
18999
19000 * files.el (file-relative-name): Doc fix.
19001
19002 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19003
19004 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19005 non-empty string for secondary prompt PS2.
19006
19007 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19008
19009 * progmodes/compile.el (compilation-setup): Fix last change.
19010
19011 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19012
19013 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19014 (gdb-mouse-toggle-breakpoint-margin)
19015 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19016 Add gdb-server-prefix to keep out of command history.
19017 (gdb-edit-register-value): New function.
19018 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19019 (gdb-info-registers-custom): Use above map.
19020
19021 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19022
19023 * custom.el (enable-theme): Signal error if argument is not a
19024 theme. Don't recalculate a face if it's not loaded yet.
19025
19026 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19027 the `user' theme is in effect.
19028
19029 * info.el (Info-on-current-buffer): Record actual filename in
19030 Info-current-file, instead of t, or a fake filename if a non-file
19031 buffer. Make autoload.
19032 (Info-find-node, Info-revert-find-node): No need to check for
19033 Info-current-file nil.
19034 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19035 Info-current-file is now never `t'.
19036 (Info-fontify-node): Many simplifications due to Info-current-file
19037 always being valid. Use Info-find-file to find node filename.
19038
19039 2005-11-25 David Kastrup <dak@gnu.org>
19040
19041 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19042 new character, then delete" in order to preserve markers.
19043
19044 2005-11-25 David Ponce <david@dponce.com>
19045
19046 * recentf.el (recentf-arrange-by-rule): Handle a special
19047 `auto-mode-alist'-like "strip suffix" rule.
19048 (recentf-build-mode-rules): Handle second level auto-mode entries.
19049
19050 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19051
19052 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19053 window modes.
19054
19055 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19056 jde-javadoc-checker-report-mode.
19057
19058 * ediff-wind (ediff-make-wide-display): Slight simplification.
19059
19060 * ediff.el (ediff-date): Change the date of last update.
19061
19062 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19063
19064 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19065 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19066 (hi-lock-mode): New global minor mode.
19067 (turn-on-hi-lock-if-enabled): New function.
19068 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19069 Change arguments to regexp and face instead of a font-lock pattern.
19070 Directly set face property, instead of refontifying.
19071 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19072 (hi-lock-find-patterns): Use line-number-at-pos.
19073
19074 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19075 arguments for hi-lock-set-pattern.
19076 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19077 Call font-lock-fontify-buffer.
19078 (hi-lock-find-file-hook, hi-lock-current-line)
19079 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19080
19081 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19082 turned off.
19083
19084 * progmodes/compile.el (compilation-setup): Don't fiddle with
19085 font-lock-defaults.
19086
19087 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19088
19089 * progmodes/gdb-ui.el (gdb-var-create-handler)
19090 (gdb-var-list-children-handler): Find values for all variable
19091 objects. gud-speedbar-buttons decides whether to display them.
19092
19093 2005-11-24 Romain Francoise <romain@orebokech.com>
19094
19095 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19096 buffer name with a space.
19097
19098 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19099
19100 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19101 `org-export-local-list-max-depth'. Change default value to 3.
19102 (org-auto-renumber-ordered-lists)
19103 (org-plain-list-ordered-item-terminator): New options.
19104 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19105 (org-get-indentation, org-get-string-indentation)
19106 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19107 New functions.
19108 (org-move-item-down, org-move-item-up): New commands.
19109 (org-export-as-html): New classes for CSS support. Bug fix in
19110 regular expression detecting fixed-width regions. Respect
19111 `org-local-list-ordered-item-terminator'.
19112 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19113 also a list item.
19114 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19115 New item moving functions.
19116
19117 2005-11-24 Juri Linkov <juri@jurta.org>
19118
19119 * isearch.el (isearch-repeat): With empty search ring set
19120 `isearch-error' to the error string instead of signaling error
19121 with the function `error'.
19122
19123 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19124
19125 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19126
19127 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19128
19129 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19130 and variable.
19131 (gdb-var-create-handler, gdb-var-list-children-handler):
19132 Don't match on "char **...".
19133 (gdb-var-update-handler): Find values for all variable objects.
19134 (gdb-info-frames-custom): Identify frames by leading "#".
19135
19136 * progmodes/gud.el (gud-speedbar-menu-items): Add
19137 gdb-speedbar-auto-raise as radio button.
19138 (gud-speedbar-buttons): Raise speedbar if requested.
19139 Don't match on "char **...".
19140 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19141 Make it editable.
19142
19143 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19144
19145 * info.el (Info-fontify-node): Handle the case where
19146 Info-current-file is t.
19147
19148 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19149
19150 * simple.el (blink-matching-open): Fix off-by-one in last change.
19151
19152 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19153
19154 * term/mac-win.el: Don't change default directory.
19155
19156 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19157
19158 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19159 buffers correctly. (It used to throw an error in such buffers.)
19160 Make it ask for confirmation in group buffers and other Custom
19161 buffers containing more than one customization item.
19162
19163 2005-11-22 John Paul Wallington <jpw@gnu.org>
19164
19165 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19166 property on mail and url overlays.
19167 (goto-address-at-point): Use `posn-set-point' instead of
19168 `mouse-set-point' because the latter is not fbound when configured
19169 without X.
19170
19171 2005-11-22 Lars Hansen <larsh@soem.dk>
19172
19173 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19174 (ls-lisp-classify, ls-lisp-format): Delete call to
19175 ls-lisp-parse-symlink.
19176 (ls-lisp-handle-switches): Handle symlinks to directories as
19177 directories when ls-lisp-dirs-first in non-nil.
19178
19179 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19180
19181 * startup.el (command-line): Make sure that loaddefs.el is handled
19182 correctly in load-history.
19183
19184 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19185
19186 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19187 (gdb-struct-string, gdb-array-string): New constants.
19188 (gdb-info-locals-handler): Use them.
19189 (gdb-reset): Reset gdb-var-list to nil.
19190
19191 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19194 in patterns.
19195
19196 2005-11-21 Juri Linkov <juri@jurta.org>
19197
19198 * custom.el (defcustom): Update link types in docstring.
19199
19200 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19201
19202 * custom.el (defgroup): Add doc-string-elt info.
19203
19204 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19205
19206 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19207
19208 * newcomment.el (comment-enter-backward): Fix last fix.
19209
19210 * simple.el (blink-matching-open):
19211 * paren.el (show-paren-function): Allow new paren-class info.
19212
19213 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19214
19215 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19216 handled automagically.
19217
19218 2005-11-20 Andreas Schwab <schwab@suse.de>
19219
19220 * descr-text.el (describe-char): When copying overlays put them
19221 over the full char description instead of just the first character
19222 of it.
19223
19224 2005-11-20 Juri Linkov <juri@jurta.org>
19225
19226 * simple.el (what-cursor-position):
19227 * descr-text.el (describe-char): Use Lisp-readable syntax
19228 for octal and hex. Reorder decimal, octal and hex values.
19229 Remove excess whitespace in the output. Use `=' in `column='
19230 like in `point=' and `Hscroll='.
19231
19232 * international/mule-cmds.el (encoded-string-description):
19233 Use Lisp-readable syntax for hex.
19234
19235 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19236
19237 * newcomment.el (comment-enter-backward): Handle the case where the
19238 comment is closed by EOB.
19239
19240 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19241
19242 * longlines.el (longlines-before-revert-hook)
19243 (longlines-after-revert-hook): New functions.
19244 (longlines-mode): Turn off longlines temporarily when reverting.
19245 Add a message-setup-hook.
19246 (longlines-decode-buffer): New function.
19247 (longlines-wrap-line): Preserve marker positions.
19248
19249 2005-11-19 Andreas Schwab <schwab@suse.de>
19250
19251 * emacs-lisp/shadow.el: Handle compressed files.
19252
19253 2005-11-19 Romain Francoise <romain@orebokech.com>
19254
19255 * net/browse-url.el (browse-url-default-browser): Signal an error
19256 if no usable browser can be found, rather than try to load w3.
19257
19258 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19259
19260 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19261 replacing existing properties.
19262 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19263 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19264 tty specs.
19265 (rcirc-server-prefix, rcirc-server): New faces.
19266 (rcirc-url-regexp): Generate with rx macro.
19267 (rcirc-last-server-message-time): New variable.
19268 (rcirc-filter): Record time of last message.
19269 (rcirc-keepalive): Kill processes that did not send a message
19270 since the last ping.
19271 (rcirc-mode): Give rcirc-topic a local binding here.
19272
19273 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19274
19275 * subr.el (read-passwd): Fontify the prompt as we do with other
19276 prompts.
19277
19278 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19279
19280 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19281 binding buffer-read-only to nil.
19282
19283 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19284
19285 * complete.el (partial-completion-mode):
19286 Mention completion-auto-help in the doc string.
19287
19288 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19289 more Lisp-ish way.
19290
19291 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19292
19293 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19294 digits, not 8, to avoid misalignment for files larger than 100MB.
19295
19296 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19297
19298 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19299 Mention "keyboard shortcuts" in the help text.
19300
19301 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19302
19303 * startup.el (fancy-splash-default-action): Discard only
19304 mouse-down and succeeding mouse-up events in the splash screen
19305 window so that drag-n-drop event can be processed.
19306
19307 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
19308
19309 * longlines.el (longlines-mode): Add hacks for mail-mode and
19310 message-mode.
19311
19312 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
19313
19314 * textmodes/org.el (org-table-sort-lines): New command.
19315 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19316 (org-add-file): Command removed, use `org-agenda-file-to-front'
19317 instead.
19318 (org-export-icalendar): Use `org-icalendar-combined-name'.
19319 (org-cycle-agenda-files, org-agenda-file-to-end)
19320 (org-agenda-file-to-front): New commands.
19321 (org-table-tab-jumps-over-hlines, org-export-html-style):
19322 New options.
19323 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19324 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19325 New functions.
19326 (org-fill-paragraph): Call `org-table-align' in tables.
19327 (org-mode): Call `org-set-autofill-regexps'.
19328 (org-export-as-html): Support for local handformatted lists.
19329 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
19330 (org-export-local-list-max-depth): New option.
19331 (org-html-expand): Use `org-html-protect'.
19332
19333 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
19334
19335 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19336 to "p".
19337 (gdb): Move definition of gud-pp to...
19338
19339 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
19340 speedbar.
19341 (gdb-find-watch-expression): New function.
19342
19343 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19344
19345 * faces.el (face-attribute, set-face-attribute): Mention existence
19346 of `:ignore-defface' setting in docstring.
19347
19348 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
19349
19350 * simple.el (completion-setup-function): Fix last change.
19351
19352 2005-11-17 John Paul Wallington <jpw@pobox.com>
19353
19354 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19355 Use `posn-set-point' instead of `mouse-set-point' because the
19356 latter is not fbound when configured without X.
19357
19358 * comint.el (comint-insert-input): Likewise.
19359
19360 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19361
19362 * simple.el (hard-newline): New variable.
19363 (sendmail-user-agent-compose, next-line): Use it.
19364
19365 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19366 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19367 (mail-mail-reply-to, mail-mail-followup-to)
19368 (mail-position-on-field, mail-signature, mail-yank-original)
19369 (mail-attach-file): Likewise.
19370
19371 * mail/mailheader.el (mail-header-format)
19372 (mail-header-format-function): Likewise.
19373
19374 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19375
19376 2005-11-17 Juri Linkov <juri@jurta.org>
19377
19378 * font-lock.el (font-lock-faces): Rename this defgroup from
19379 `font-lock-highlighting-faces'.
19380 (font-lock-comment-face, font-lock-comment-delimiter-face)
19381 (font-lock-string-face, font-lock-doc-face)
19382 (font-lock-keyword-face, font-lock-builtin-face)
19383 (font-lock-function-name-face, font-lock-variable-name-face)
19384 (font-lock-type-face, font-lock-constant-face)
19385 (font-lock-warning-face, font-lock-negation-char-face)
19386 (font-lock-preprocessor-face)
19387 (font-lock-regexp-grouping-backslash)
19388 (font-lock-regexp-grouping-construct): Rename :group from
19389 `font-lock-highlighting-faces' to `font-lock-faces'.
19390
19391 * cus-edit.el (lisp, c, tex):
19392 * progmodes/ada-mode.el (ada):
19393 * progmodes/asm-mode.el (asm):
19394 * progmodes/cperl-mode.el (cperl-faces):
19395 * progmodes/cpp.el (cpp):
19396 * progmodes/dcl-mode.el (dcl):
19397 * progmodes/f90.el (f90):
19398 * progmodes/fortran.el (fortran):
19399 * progmodes/icon.el (icon):
19400 * progmodes/idlwave.el (idlwave-misc):
19401 * progmodes/m4-mode.el (m4):
19402 * progmodes/make-mode.el (makefile):
19403 * progmodes/meta-mode.el (meta-font):
19404 * progmodes/modula2.el (modula2):
19405 * progmodes/octave-mod.el (octave):
19406 * progmodes/pascal.el (pascal):
19407 * progmodes/perl-mode.el (perl):
19408 * progmodes/prolog.el (prolog):
19409 * progmodes/ps-mode.el (PostScript-edit):
19410 * progmodes/scheme.el (scheme):
19411 * progmodes/sh-script.el (sh-script):
19412 * progmodes/simula.el (simula):
19413 * progmodes/tcl.el (tcl):
19414 * textmodes/nroff-mode.el (nroff):
19415 * textmodes/reftex-vars.el (reftex-fontification-configurations):
19416 * textmodes/sgml-mode.el (sgml):
19417 * textmodes/texinfo.el (texinfo):
19418 Add :link (custom-group-link font-lock-faces) to defgroup.
19419
19420 * hi-lock.el (hi-lock): Rename this defgroup from
19421 `hi-lock-interactive-text-highlighting'. Change parent group from
19422 `faces' to `font-lock'. Add link to the manual.
19423 (hi-lock-mode, hi-lock-file-patterns-range)
19424 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19425 `hi-lock-interactive-text-highlighting' to `hi-lock'.
19426 (hi-lock-faces): Add :group `faces'.
19427
19428 * cus-edit.el (custom-variable-prompt): Clarify the code.
19429
19430 * faces.el (face-read-string): Set the default value arg of
19431 completing-read.
19432
19433 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
19434
19435 * rfn-eshadow.el (file-name-shadow-properties)
19436 (file-name-shadow-tty-properties, file-name-shadow-mode):
19437 Remove autoloads, because the file is now preloaded.
19438
19439 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * printing.el (easy-menu-intern): Don't define.
19442 (pr-get-symbol): Use easy-menu-intern only if defined.
19443
19444 * simple.el (blink-matching-open): Simplify a bit.
19445 (completion-setup-function): Fix the case of partial-completion-mode
19446 when the minibuffer's contents start with "-".
19447 Obey completion-base-size-function even when
19448 minibuffer-completing-file-name is non-nil.
19449
19450 2005-11-16 Richard M. Stallman <rms@gnu.org>
19451
19452 * net/eudcb-ph.el (eudc-ph-open-session):
19453 Use set-process-query-on-exit-flag.
19454
19455 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19456
19457 * international/ucs-tables.el (ucs-set-table-for-input):
19458 Use make-local-variable, not make-variable-buffer-local.
19459
19460 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19461 Improve warning message text.
19462
19463 * savehist.el (savehist-save-hook): Add :group.
19464
19465 * menu-bar.el (menu-bar-help-menu):
19466 Rename Find Extra Packages to External Packages.
19467
19468 * cus-edit.el (Custom-reset-standard): Verify that
19469 :custom-standard-value prop exists before calling it.
19470
19471 * apropos.el (apropos-calc-scores): Use apropos-pattern.
19472
19473 2005-11-16 Martin Rudalics <rudalics@gmx.at>
19474
19475 * wid-edit.el (color): Enclose %t in %{...%}.
19476
19477 * cus-edit.el (face): Enclose %t in %{...%}.
19478
19479 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
19480
19481 * savehist.el (savehist-mode-hook): Re-add the var.
19482 (savehist-mode): Use it.
19483
19484 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * textmodes/flyspell.el: Fix commenting convention.
19487 Remove unnecessary leading * in custom docstrings.
19488 (flyspell-emacs): Remove unused var.
19489 (flyspell-delete-region-overlays): Use remove-overlays.
19490 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19491 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19492 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19493 (flyspell-debug-signal-word-checked): Use with-current-buffer.
19494 (make-flyspell-overlay): Don't locally reuse a global name.
19495 (flyspell-highlight-incorrect-region)
19496 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19497 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19498 (flyspell-notify-misspell): Remove unused args `start' and `end'.
19499 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
19500 Wrap calls to accept-process-output inside with-local-quit since it's
19501 often called from a post-command-hook.
19502 (flyspell-correct-word, flyspell-auto-correct-word):
19503 Use ispell-send-string.
19504 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
19505
19506 * calendar/diary-lib.el (diary-list-entries): Also hide the
19507 terminating newline.
19508
19509 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
19510
19511 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19512 window-system, to allow fonts on tty.
19513
19514 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
19515
19516 * progmodes/gud.el (gud-speedbar-item-info): New function.
19517 (gud-install-speedbar-variables): Use it to display data type
19518 of watch expression as a tooltip in speedbar.
19519
19520 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
19521
19522 * font-core.el (global-font-lock-mode): Add :version keyword,
19523 because default was changed.
19524
19525 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19526
19527 * startup.el (command-line): Use `custom-reevaluate-setting' for
19528 `file-name-shadow-mode'.
19529
19530 * loadup.el: Preload rfn-eshadow.
19531
19532 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19533 Add :version keyword.
19534 (file-name-shadow-properties, file-name-shadow-tty-properties)
19535 (file-name-shadow): Add :version keyword.
19536
19537 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19538 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19539 in the custom-group property of the symbol frames and the fringe
19540 group got no link to its parent group frames.
19541 Doc fix.
19542
19543 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19544
19545 * progmodes/gud.el (gud-stop-subjob): New function.
19546 (gud-menu-map, gud-tool-bar-map): Use it.
19547
19548 2005-11-16 Kim F. Storm <storm@cua.dk>
19549
19550 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19551 than kill it.
19552 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
19553 to a more useful/logical place.
19554
19555 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19556
19557 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19558 go buttons complementary.
19559
19560 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19561
19562 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19563 (rfn-eshadow-sifn-equal): New function.
19564 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19565
19566 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
19567
19568 * viper-utils.el (viper-non-word-characters-reformed-vi):
19569 Quote `-' in string.
19570
19571 * viper.el (viper-emacs-state-mode-list): Ensure that
19572 rcirc-mode buffers come up in Emacs state.
19573
19574 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19575 operation.
19576
19577 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
19578
19579 * term.el (term-termcap-format): Fix typos.
19580 (term-down): Fix the negative argument case.
19581
19582 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19583
19584 * progmodes/gdb-ui.el: Remove face-alias left over from change on
19585 2005-08-15.
19586 (gdb-ann3): New command gud-go.
19587 (menu): Accomodate gdb-mi.el.
19588 (gdb-assembler-custom): Make buffer of selected window current
19589 so that set-window-point works.
19590
19591 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19592 buttons and include new ones.
19593
19594 2005-11-16 Kim F. Storm <storm@cua.dk>
19595
19596 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19597 (gud-menu-map): Use it.
19598
19599 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
19600
19601 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19602 that works correctly for Custom and that does not override a user
19603 who disables it.
19604
19605 * help-mode.el (help-make-xrefs, help-xref-on-pp)
19606 (help-xref-interned, help-follow): Make hyperlinks for variables
19607 that are unbound, but have a non-nil variable-documentation property.
19608
19609 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19610 mode hook. (It conflicted with defcustoms for some mode hooks.)
19611 Use the `variable-documentation' property to give the mode hook a
19612 docstring and expand that docstring.
19613
19614 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
19615
19616 * savehist.el (savehist-mode): Don't bother with
19617 `custom-set-minor-mode'.
19618 (savehist-coding-system): Check XEmacs version.
19619 (history-length): Declare also at run time.
19620 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
19621 Don't set the customize state.
19622 (savehist-minibuffer-hook): Special case for when
19623 minibuffer-history-variable is equal to t.
19624
19625 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
19626
19627 * files.el (write-file): Refresh VC status.
19628
19629 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19630 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19631 than fundamental-mode to see if the mode was set.
19632
19633 2005-11-14 Romain Francoise <romain@orebokech.com>
19634
19635 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19636 dummy function in `eval-when-compile' to avoid compiler warning.
19637 Require `man' at compile time.
19638
19639 2005-11-14 Jay Belanger <belanger@truman.edu>
19640
19641 * calc-alg.el (calcFunc-write-out-power): Rename it to
19642 calcFunc-powerexpand.
19643 (math-write-out-power): Rename it to math-powerexpand; have it
19644 handle negative exponents.
19645 (calc-writeoutpower): Rename it to calc-powerexpand.
19646
19647 * calc-ext.el: Change calcFunc-writeoutpower and
19648 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19649 autoloads.
19650 Add calcFunc-ldiv to autoloads.
19651
19652 * calc-arith.el (calcFunc-ldiv): New function.
19653
19654 * calc.el (calc-left-divide): New function.
19655
19656 2005-11-14 Juri Linkov <juri@jurta.org>
19657
19658 * cus-edit.el (custom-variable-prompt): Set the default value arg
19659 of completing-read.
19660
19661 * cus-dep.el (custom-make-dependencies): Reverse the list of
19662 found dependencies.
19663
19664 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
19665
19666 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19667 Highlighting" entry, it is on by default now.
19668 (menu-bar-options-save): Do not save global-font-lock-mode.
19669
19670 2005-11-13 Richard M. Stallman <rms@gnu.org>
19671
19672 * textmodes/flyspell.el (flyspell-large-region):
19673 Call flyspell-accept-buffer-local-defs.
19674
19675 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
19676
19677 * textmodes/flyspell.el (flyspell-notify-misspell):
19678 Fix misspelling of "Misspelling".
19679 (flyspell-process-localwords): New function.
19680 (flyspell-large-region): Call flyspell-process-localwords and
19681 flyspell-delete-region-overlays.
19682 (flyspell-delete-region-overlays): New function.
19683 (flyspell-delete-all-overlays): Call that.
19684
19685 2005-11-13 Richard M. Stallman <rms@gnu.org>
19686
19687 * help.el (help-for-help-internal): Improve doc of C-h a.
19688 (describe-key): Improve prompt; doc fix.
19689
19690 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
19691
19692 * vc-svn.el (vc-svn-registered): Catch all errors.
19693
19694 * cus-dep.el (custom-make-dependencies): Typo.
19695
19696 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
19697
19698 * net/tramp-util.el (top): Fix compilation warning.
19699
19700 2005-11-13 Kim F. Storm <storm@cua.dk>
19701
19702 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
19703
19704 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19705
19706 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19707 (gud-speedbar-buttons): Match on "const char *" too.
19708
19709 * progmodes/gdb-ui.el (gdb-var-create-handler)
19710 (gdb-var-list-children-handler): Match on "const char *" too.
19711 (gdb-var-evaluate-expression-handler): Match on empty string.
19712 (gdb-var-update-handler): Only call
19713 gdb-var-evaluate-expression-handler when required.
19714
19715 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19716
19717 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19718 selected window. This still doesn't work for speedbar.
19719 (gud-speedbar-buttons): Handle string expressions properly.
19720
19721 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19722 (gdb-var-create-handler): Handle string expressions properly.
19723 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19724 Handle string expressions properly. Move "type" field into regexp.
19725
19726 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19727
19728 * bookmark.el (bookmark-maybe-message): New function to reduce
19729 code duplication: invokes `message' iff baud-rate is high enough.
19730 (bookmark-write-file): Use above instead of an inline conditional.
19731 (bookmark-load): Same.
19732
19733 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19734
19735 * bookmark.el (bookmark-write-file): Don't visit the destination
19736 file, just write the data to it using write-region. This is
19737 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19738 change to avoid visiting the file in the first place.
19739
19740 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
19741
19742 * hi-lock.el (hi-lock-mode): Set the default value of
19743 font-lock-defaults.
19744
19745 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
19746
19747 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19748 arg to `file-attributes'.
19749 (find-lisp-format): The UID and GID can now be strings.
19750
19751 2005-11-12 Kim F. Storm <storm@cua.dk>
19752
19753 * help.el (help-map): Bind C-h d to apropos-documentation.
19754
19755 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19756 when point is at end-of-buffer.
19757
19758 * apropos.el (apropos-match-face): Doc fix.
19759 (apropos-sort-by-scores): Add new choice `verbose'.
19760 (apropos-documentation-sort-by-scores): New defcustom.
19761 (apropos-pattern): Now contains the pattern entered by the user.
19762 (apropos-pattern-quoted): New defvar.
19763 (apropos-regexp): New defvar, containing the regexp corresponding
19764 to apropos-pattern.
19765 (apropos-all-words-regexp): Rename from apropos-all-regexp.
19766 (apropos-read-pattern): New defun. Use it to read pattern arg in
19767 interactive calls; returns list of words for a word list, and
19768 string for a regexp.
19769 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
19770 parses a list of words or regexp as returned by apropos-read-pattern.
19771 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19772 (apropos-score-doc): Return a very high score if the string
19773 entered by the user matches literally.
19774 (apropos-variable): Doc fix. Use apropos-read-pattern.
19775 (apropos-command): Doc fix. Use apropos-read-pattern and
19776 apropos-parse-pattern. Call apropos-print with nosubst=t.
19777 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
19778 apropos-parse-pattern.
19779 (apropos-documentation): Doc fix. Use apropos-read-pattern and
19780 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
19781 apropos-documentation-sort-by-scores. Call apropos-print with
19782 nosubst=t.
19783 (apropos-documentation-internal): Pass doc string through
19784 substitute-key-definition before adding text properties.
19785 Highlight substring matching literal user input if possible.
19786 (apropos-documentation-check-doc-file): Remove locals beg and end.
19787 Fix calculation of score (as added twice). Pass doc string through
19788 substitute-key-definition before adding text properties.
19789 (apropos-documentation-check-elc-file): Pass doc string through
19790 substitute-key-definition before adding text properties.
19791 Highlight substring matching literal user input if possible.
19792 (apropos-print): Add new arg NOSUBST; if set, command and variable
19793 doc strings have already been passed through substitute-key-definition.
19794 Add code to handle apropos-accumulator items without score element
19795 for backwards compatibility (e.g. with woman package).
19796 Only show scores if apropos-sort-by-scores is `verbose'.
19797
19798 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19801 Add jka-compr-load-suffixes to load-suffixes.
19802
19803 * jka-compr.el: Require jka-cmpr-hook.
19804 (jka-compr-info-compress-message, jka-compr-info-compress-program)
19805 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19806 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19807 (jka-compr-info-can-append, jka-compr-info-strip-extension)
19808 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19809 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
19810 (jka-compr-uninstall): Remove entries from
19811 jka-compr-added-to-file-coding-system-alist after they are used.
19812 (jka-compr-error): Remove unused var `curbuf'.
19813 (jka-compr-file-local-copy): Remove unused var `notfound'.
19814
19815 2005-11-10 Romain Francoise <romain@orebokech.com>
19816
19817 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19818
19819 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
19820
19821 * progmodes/gud.el (gud-menu-map): Move parentheses.
19822 (gdb): New command gud-pv.
19823
19824 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19825
19826 * tar-mode.el: Remove spurious or unnecessary leading stars
19827 in docstrings.
19828 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19829 (tar-parse-octal-integer-safe): Use mapc.
19830 (tar-header-block-summarize): Remove unused var `ck'.
19831 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19832 cleared before. Obey default-enable-multibyte-characters.
19833 Use mapconcat. Simplify setting of tar-header-offset.
19834 (tar-mode-map): Move initialization inside delcaration.
19835 (tar-flag-deleted): Use `abs'.
19836 (tar-expunge-internal): Remove unused var `line'.
19837 (tar-expunge-internal): Don't hardcode point-min==1.
19838 (tar-expunge): Widen while doing set-buffer-multibyte.
19839 (tar-rename-entry): Use file-name-coding-system.
19840 (tar-alter-one-field): Don't hardcode point-min==1.
19841 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19842 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
19843
19844 2005-11-10 Masatake YAMATO <jet@gyve.org>
19845
19846 * add-log.el (add-log-current-defun): Handle class::method
19847 notation of c++. Fix incorrect comment.
19848
19849 2005-11-10 Alan Mackenzie <acm@muc.de>
19850
19851 * help-fns.el (describe-variable): Make C-h v work when a variable
19852 has variable documentation yet is unbound.
19853
19854 2005-11-10 Masatake YAMATO <jet@gyve.org>
19855
19856 * man.el (Man-highlight-references): Set an empty
19857 string to `Man-arguments' if it is nil.
19858 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19859
19860 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19861
19862 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19863 commenting conventions.
19864
19865 * cus-dep.el (custom-make-dependencies): Simplify.
19866 Better follow the commenting conventions.
19867
19868 2005-11-09 Richard M. Stallman <rms@gnu.org>
19869
19870 * apropos.el (apropos-pattern): Rename from apropos-regexp.
19871 (apropos-orig-pattern): Rename from apropos-orig-regexp.
19872 All uses changed.
19873 (apropos-rewrite-regexp): Doc fix.
19874 (apropos-variable, apropos-command, apropos, apropos-value):
19875 Change prompt; carry through the argument renaming.
19876
19877 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
19878
19879 * find-lisp.el: Require dired.
19880 (find-lisp-find-dired-internal): Do not call
19881 `abbreviate-file-name' on DIR.
19882
19883 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
19884
19885 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19886
19887 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
19888
19889 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19890 when using the speedbar.
19891 (gdb): New command gud-pp.
19892 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19893
19894 2005-11-09 Juri Linkov <juri@jurta.org>
19895
19896 * replace.el (occur-excluded-properties): New defcustom.
19897 (occur-1, occur-engine, occur-accumulate-lines): Use it.
19898
19899 2005-11-08 Jay Belanger <belanger@truman.edu>
19900
19901 * calc/calc-units.el (math-convert-units): Replace any composite
19902 unit by its definition.
19903
19904 2005-11-08 Lars Hansen <larsh@soem.dk>
19905
19906 * emacs-lisp/autoload.el (update-directory-autoloads):
19907 Add obsolete function alias.
19908
19909 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19910
19911 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19912 comment-indent-function.
19913 (lisp-comment-indent): Replace by an alias for comment-indent-default.
19914
19915 * reveal.el (reveal-post-command): Rework the handling of
19916 reveal-open-spots, so as to be more reliable. There were several
19917 tricky corner cases where an open spot might be lost, or where
19918 a closed spot might end up on the list of open spots.
19919 Only reveal text that's ellipsised.
19920
19921 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
19922
19923 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19924
19925 2005-11-07 John Paul Wallington <jpw@gnu.org>
19926
19927 * ibuffer.el (ibuffer): Search iconified frames too when
19928 getting Ibuffer buffer's window.
19929
19930 2005-11-06 Richard M. Stallman <rms@gnu.org>
19931
19932 * progmodes/compile.el (compilation-internal-error-properties):
19933 save-excursion around the computation of MARKER.
19934
19935 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
19936
19937 * textmodes/flyspell.el (flyspell-external-point-words):
19938 flyspell-get-word returns a list, not just a string.
19939
19940 2005-11-06 John Paul Wallington <jpw@pobox.com>
19941
19942 * ibuffer.el (ibuffer): Search all visible frames when getting
19943 Ibuffer buffer's window.
19944
19945 2005-11-07 Masatake YAMATO <jet@gyve.org>
19946
19947 * man.el (Man-reference-regexp): Accept spaces between
19948 `Man-name-regexp' and `Man-section-regexp'.
19949 (Man-apropos-regexp): New variable.
19950 (Man-abstract-xref-man-page): Use value for `Man-target-string'
19951 if available.
19952 (Man-highlight-references, Man-highlight-references0):
19953 Handle the case when `Man-arguments' includes "-k".
19954 (Man-highlight-references0): Rename the argument `TARGET-POS' to
19955 `TARGET'. `TARGET' can be a number, function or nil.
19956
19957 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
19958
19959 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19960 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19961 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19962 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19963 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19964 (gdb-send-item): Use buffer-local-value and simplify.
19965
19966 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
19967
19968 * startup.el (command-line): Use `custom-reevaluate-setting' for
19969 `global-font-lock-mode'.
19970
19971 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19972 by default, except in batch mode or when the -D option is given.
19973
19974 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19975 specified keyword args on to `define-minor-mode'. Update docstring.
19976
19977 2005-11-05 Romain Francoise <romain@orebokech.com>
19978
19979 * replace.el (occur-engine): Add marker at end of line, too.
19980
19981 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19982
19983 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19984 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19985 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19986 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19987 argument to all these routines, so the passphrase can be managed
19988 externally and passed in to the system.
19989 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19990 pgg-add-passphrase-to-cache function.
19991
19992 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19993 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19994 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19995 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19996 argument to all these routines, so the passphrase can be managed
19997 externally and passed in to the system.
19998 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19999 function.
20000
20001 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20002
20003 * font-lock.el: Don't deal with font-lock-face-attributes here,
20004 move the code ...
20005
20006 * startup.el (command-line): ... here. Use face-spec-set instead
20007 of custom-declare-face.
20008
20009 * faces.el (face-spec-set): Reset the face if spec is not nil.
20010
20011 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20012
20013 * newcomment.el (comment-region-internal): Box more tightly in the
20014 common case where there's no TAB in the boxed text.
20015
20016 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20017
20018 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20019 up-node.
20020
20021 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20022
20023 * newsticker.el: Commentary updated. Code formatting changed.
20024 (newsticker-version): Change to "1.9".
20025 (newsticker, newsticker-feed): Doc fix.
20026 (newsticker-url-list): Doc fix. Add option "Weekly".
20027 (newsticker-retrieval-interval): Add option "Weekly".
20028 (newsticker-headline-processing): Doc fix.
20029 (newsticker-auto-mark-filter): Remove.
20030 (newsticker-auto-mark-filter-list): New.
20031 (newsticker-layout, newsticker-sort-method): Doc fix.
20032 (newsticker-hide-old-items-in-newsticker-buffer)
20033 (newsticker-heading-format, newsticker-item-format)
20034 (newsticker-desc-format): Doc fix.
20035 (newsticker-show-all-rss-elements): Remove.
20036 (newsticker-show-all-news-elements): New.
20037 (newsticker-faces, newsticker-ticker): Doc fix.
20038 (remove-from-invisibility-spec): Code formatting.
20039 (newsticker--process-ids): New.
20040 (newsticker-mode): Doc fix.
20041 (newsticker-mode): Change mode-line-format.
20042 (newsticker-start): Remove debug output.
20043 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20044 (newsticker-w3m-show-inline-images): Code formatting.
20045 (newsticker-next-item): Call `force-mode-line-update'.
20046 (newsticker-previous-item): Call `force-mode-line-update'.
20047 (newsticker-next-feed): Call `force-mode-line-update'.
20048 (newsticker-previous-feed): Call `force-mode-line-update'.
20049 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20050 (newsticker-show-old-items): Do not show descs.
20051 (newsticker-hide-entry): Hide too much.
20052 (newsticker-hide-entry, newsticker-show-entry)
20053 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20054 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20055 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20056 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20057 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20058 (newsticker-get-news): Call `force-mode-line-update'.
20059 Collect process ids.
20060 (newsticker--sentinel): Change coding system handling.
20061 Move image retrieval to new functions newsticker--get-logo-url-*.
20062 Move feed parsing to new functions newsticker--parse-*.
20063 Update list of process ids.
20064 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20065 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20066 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20067 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20068 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20069 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20070 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20071 (newsticker--decode-coding-string): Remove.
20072 (newsticker--decode-numeric-entities): Check input. Format code.
20073 (newsticker--remove-whitespace): Check input.
20074 (newsticker--do-forget-preformatted): Doc fix.
20075 (newsticker--decode-rfc822-date): Allow for missing time.
20076 (newsticker--update-process-ids): New.
20077 (newsticker--image-sentinel): Change comment.
20078 (newsticker--image-read): Change error message.
20079 (newsticker--imenu-goto): Doc fix. Show headline title.
20080 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20081 (newsticker--buffer-do-insert-text): Clean whitespace in
20082 html-rendered headline title. Code formatting.
20083 Call `newsticker--buffer-print-extra-elements'.
20084 (newsticker--buffer-print-extra-element): Remove.
20085 (newsticker--buffer-print-extra-elements): New.
20086 (newsticker--buffer-do-print-extra-element): New.
20087 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20088 large sizes.
20089 (newsticker--run-auto-mark-filter)
20090 (newsticker--do-run-auto-mark-filter):
20091 Use `newsticker-auto-mark-filter-list'.
20092
20093 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20094
20095 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20096 (rcirc-print): Force redisplay before running hooks. Do long
20097 buffer truncation after making new text read-only. Deal with nil
20098 text when decoding strings. If TARGET is nil, use either the
20099 currently selected buffer, if it is an rcirc buffer and of the
20100 same process or the process buffer.
20101 (rcirc-mode): Remove header-line. Recompute short buffer names.
20102 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20103 (rcirc-short-buffer-name): Add variable.
20104 (rcirc-kill-buffer-hook): Recompute short buffer names.
20105 Remove nick from private channel.
20106 (rcirc-send-input): Send command text to current-buffer.
20107 Don't clear overlay arrow here.
20108 (rcirc-short-buffer-name): Return a short buffer name.
20109 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20110 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20111 buffer-name abbreviations.
20112 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20113 Do not touch nick-table when killing a parted channel.
20114 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20115 Clear arrow from current buffer if it is now hidden.
20116 (rcirc-current-buffer): Add variable.
20117 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20118 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20119 Remove -face from names.
20120 (rcirc-update-activity-string): Print "DND" when globally ignoring
20121 activity.
20122 (rcirc-ignore-buffer-activity-flag): Rename from
20123 rcirc-ignore-channel-activity.
20124 (rcirc-ignore-all-activity-flag): Doc fix.
20125 (rcirc-channels): Remove variable.
20126 (rcirc-kill-buffer-hook):
20127 (rcirc-get-buffer-create): Add nick to private channel.
20128 (rcirc-multiline-edit-submit): Remove tabs.
20129 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20130 folded.
20131 (rcirc-remove-nick-channel): Bug fix.
20132 (rcirc-toggle-ignore-buffer-activity): Rename from
20133 rcirc-toggle-ignore-channel-activity.
20134 (rcirc-record-activity): Add buffers to the front of the list.
20135 (rcirc-update-activity): Remove killed buffers from list.
20136 (rcirc-process-server-response-1): Remove last argument if it is
20137 null before calling handler.
20138 (rcirc): Add "rcirc" defcustom prefix.
20139 (rcirc-prompt): Simplify default prompt.
20140 Use custom-initialize-default.
20141 (rcirc-private-chats): Remove variable.
20142 (rcirc-prompt): Change initialization.
20143 (rcirc-version): Remove function.
20144 (rcirc-id-string): Add constant.
20145 (rcirc-last-buffer): Remove variable.
20146 (rcirc-buffer-alist): Add variable.
20147 (rcirc-connect): Update variable setup.
20148 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20149 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20150 default.
20151 (rcirc-handler-generic): Trigger activity.
20152 (rcirc-send-message): Create the buffor of the target.
20153 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20154 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20155 (rcirc-multiline-edit-cancel): Remove function.
20156 (rcirc-set-last-buffer): Remove function.
20157 (rcirc-get-any-buffer): Add function.
20158 (rcirc-join-channels): Don't print /join text.
20159 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20160 messages.
20161 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20162 (rcirc-handler-NOTICE): Recognize CTCP responses.
20163 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20164 constructing TOPIC string for buffers we are not JOINed.
20165 (rcirc-handler-CTCP-response): Add handler.
20166 (rcirc-multiline-edit-submit): Restore the window-configuration
20167 before adjusting point.
20168 (rcirc): Add customization group.
20169 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20170 (rcirc-user-full-name, rcirc-startup-channels-alist)
20171 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20172 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20173 (rcirc-input-ring-size, rcirc-read-only-flag)
20174 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20175 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20176 Change defvar to defcustom.
20177 (rcirc-update-prompt): Add optional ALL arg, which will update
20178 prompts in all rcirc buffers. Regexp quote replacement text.
20179 (rcirc-fill-column): Accept frame-width as a value.
20180 (rcirc-set-changed): Add function.
20181 (rcirc-next-active-buffer): Write more meaningful messages.
20182 (rcirc-faces): Add customization group.
20183 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20184 (rcirc-nick-in-message-face, rcirc-prompt-face)
20185 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20186 (with-rcirc-process-buffer): Move before first usage.
20187 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20188 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20189 (rcirc-debug): Rename from `rcirc-log'.
20190 (rcirc-format-response-string): Do not print `-' chars for a
20191 NOTICE with no sender. Simplify output of server responses.
20192
20193 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20194
20195 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20196 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20197 Make urls mouse and RET clickable.
20198
20199 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20200
20201 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20202
20203 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20204
20205 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20206 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20207 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20208 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20209 argument to all these routines, so the passphrase can be managed
20210 externally and passed in to the system.
20211 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20212 pgg-add-passphrase-to-cache function.
20213
20214 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20215 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20216 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20217 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20218 argument to all these routines, so the passphrase can be managed
20219 externally and passed in to the system.
20220 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20221 function.
20222
20223 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20224
20225 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20226 from goto-address-url-regexp.
20227
20228 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20229
20230 * textmodes/org.el (org-read-date, org-goto-calendar)
20231 (org-recenter-calendar, org-agenda-goto-calendar):
20232 Temporarily clear `calendar-move-hook'.
20233
20234 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20235
20236 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20237 merging.
20238
20239 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20240 have merge clashes.
20241
20242 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20243
20244 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20245 Undo previous change.
20246
20247 * startup.el (command-line): Use `custom-reevaluate-setting' for
20248 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20249 tty-register-default-colors on Mac.
20250
20251 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20252
20253 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20254 (gdb-buffer-type): Make it automatically buffer local...
20255 (gdb-get-create-buffer): ...and set it accordingly.
20256 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20257 actually work.
20258
20259 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20260
20261 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20262 not red.
20263
20264 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20265
20266 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20267 case GUD buffer is not visible.
20268 (gdb-goto-breakpoint): Try to force display in source buffer.
20269 (gdb-frame-gdb-buffer): Copy other similar functions.
20270 (gdb-restore-windows): Don't display source if not asked for.
20271 (gdb-assembler-buffer-name): Don't capitalise.
20272
20273 2005-11-03 Richard M. Stallman <rms@gnu.org>
20274
20275 * wid-edit.el (key-sequence): New widget type.
20276
20277 * simple.el (set-mark-command-repeat-pop): New variable.
20278 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20279 if set-mark-command-repeat-pop is true.
20280
20281 * info.el (Info-fontify-node): Don't display extra "see" if there
20282 already is one here.
20283
20284 * mouse.el: Fix special handling of DEL after dragging a region:
20285 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20286 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20287
20288 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20289
20290 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20291 not to assume it pertains to an affix.
20292
20293 * textmodes/flyspell.el (flyspell-post-command-hook):
20294 Bind deactivate-mark to prevent deactivation.
20295
20296 2005-11-03 Lars Hansen <larsh@soem.dk>
20297
20298 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20299 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20300 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20301
20302 2005-11-03 Romain Francoise <romain@orebokech.com>
20303
20304 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20305 Update copyright years.
20306
20307 2005-11-03 Sam Steingold <sds@gnu.org>
20308
20309 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20310 Use system-type instead of window-system because window-system is not
20311 correctly defined during loadup.
20312
20313 2005-11-02 Mark A. Hershberger <mah@everybody.org>
20314
20315 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20316 (xml-parse-tag): Join strings separated by a comment properly.
20317
20318 2005-11-02 Andreas Schwab <schwab@suse.de>
20319
20320 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20321
20322 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20323
20324 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20325 (byte-optimize-pure-func): Quote the eval'd value.
20326
20327 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20328 Rename from perl-font-lock-syntactic-face-function.
20329 Change the calling convention so it can be used as a font-lock MATCHER.
20330 Do the parse-partial-sexp loop outselves.
20331 (perl-font-lock-syntactic-keywords): Use it.
20332 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20333
20334 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
20335
20336 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20337 disassembly buffer too.
20338 (gdb-exited): Remove overlay arrows when execution has finished.
20339 (gdb-info-frames-custom, gdb-info-threads-custom)
20340 (gdb-info-registers-custom): Don't add inappropriate text
20341 properties if inferior is not active.
20342
20343 2005-11-02 Glenn Morris <rgm@gnu.org>
20344
20345 * progmodes/fortran.el (fortran-blink-match):
20346 Use `blink-matching-delay'.
20347
20348 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
20349
20350 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20351
20352 2005-11-02 Lars Hansen <larsh@soem.dk>
20353
20354 * net/tramp.el (tramp-action-out-of-band): Handle scp message
20355 "Permission denied".
20356
20357 2005-11-01 Richard M. Stallman <rms@gnu.org>
20358
20359 * textmodes/flyspell.el (flyspell-external-point-words):
20360 Pass nil to flyspell-get-word.
20361
20362 2005-11-02 Kim F. Storm <storm@cua.dk>
20363
20364 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20365 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20366
20367 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20368
20369 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20370 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20371 (calendar-mouse-print-dates): Add optional `event' argument.
20372 Update interactive-spec.
20373 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20374 Use `calendar-event-to-date' instead of `event'.
20375
20376 2005-11-02 Masatake YAMATO <jet@gyve.org>
20377
20378 * progmodes/ld-script.el (ld-script-builtins):
20379 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20380 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20381 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20382
20383 2005-11-01 Romain Francoise <romain@orebokech.com>
20384
20385 * vc-sccs.el: Update copyright year.
20386 * ezimage.el: Likewise.
20387
20388 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
20389
20390 * info.el (Info-fontify-node): Use `string-width' for fontifying
20391 underlined titles.
20392
20393 2005-11-01 Juri Linkov <juri@jurta.org>
20394
20395 * info.el (Info-fontify-node): Downcase node header keywords Node,
20396 Prev, Next, Up before comparison.
20397 (Info-history): Insert absolute directory name, and put invisible
20398 property on it.
20399
20400 2005-11-01 Juri Linkov <juri@jurta.org>
20401
20402 * info.el (Info-file-supports-index-cookies): New variable.
20403 (Info-find-node-2): Check makeinfo version for index cookie support.
20404 (Info-index-nodes): Search for nodes with index cookies only when
20405 Info-file-supports-index-cookies is t. Otherwise, search nodes
20406 with "Index" in the node name.
20407 (Info-index-node): Search index cookie in the current node only when
20408 Info-file-supports-index-cookies is t. Otherwise, check the word
20409 "Index" in the node name.
20410 (Info-find-emacs-command-nodes): Remove code that searches nodes
20411 with "Index" node name in the top menu.
20412
20413 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20414
20415 * progmodes/scheme.el (scheme-mode-variables): Use the default
20416 comment-indent-function.
20417
20418 * faces.el (face-attribute): Handle the case where a face inherits from
20419 a non-existent face.
20420
20421 * simple.el (eval-expression-print-format): Use lisp-readable syntax
20422 for octal and hexa output, and merge the char into the paren.
20423 (kill-new): Use push.
20424 (copy-to-buffer): Use with-current-buffer.
20425 (completion-setup-function): Move code in loop to remove redundancy.
20426 (minibuffer-local-must-match-map): Don't add bindings that duplicate
20427 those inherited from minibuffer-local-completion-map.
20428
20429 * savehist.el (savehist-mode) <defcustom>:
20430 Use custom-set-minor-mode if available.
20431 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20432 and emit a message if applicable.
20433
20434 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
20435
20436 * savehist.el: Sync up to version 19.
20437 (savehist-mode): New minor mode.
20438 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20439 (savehist-length): Remove (use history-length instead).
20440 (savehist-file-modes): Rename from savehist-modes.
20441 (savehist-save-hook, savehist-loaded): New vars.
20442 (savehist-load): Use savehist-mode. Try to smooth up transition from
20443 old format to new format.
20444 (savehist-install): Allow savehist-autosave-interval to be nil.
20445 (savehist-save): Run the new hook. Be more careful to only trim the
20446 history variables.
20447 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
20448 (savehist-printable): Print into a buffer rather than char-by-char.
20449
20450 2005-11-01 John Wiegley <johnw@newartisans.com>
20451
20452 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20453 toggle-ignore keybinding (C-a). The author said it had been
20454 disabled much earlier due to a possible incompatibility, but after
20455 many months of usage I have encountered no problems (and it is a
20456 rather useful option, especially for switching to " *temp*").
20457
20458 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20459 support for OS/X's AddressBook, by calling out to the open source
20460 program "contacts" (installable through Fink).
20461
20462 * net/eudc.el (eudc-expand-inline): If the
20463 `eudc-multiple-match-handling-method' is set to `all', delete the
20464 query string before inserting the query result.
20465
20466 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20467 flag, to prevent Eshell from using the system ls when
20468 `eshell-ls-insert-directory' is in used.
20469 (eshell-ls-insert-directory): Disable font-lock in directory
20470 buffer so that Eshell's own fontification is seen. This broke
20471 recently due to changes in font-lock, so this goes back to version
20472 21 behavior.
20473
20474 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
20475
20476 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20477 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20478 (gdb-many-windows): Doc fix.
20479
20480 2005-10-31 Romain Francoise <romain@orebokech.com>
20481
20482 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20483
20484 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20485
20486 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20487 that global-font-lock-mode can be enabled by default.
20488
20489 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20490 (font-lock-add-keywords, font-lock-remove-keywords)
20491 (font-lock-fontify-buffer): Remove autoload cookies.
20492
20493 * jit-lock.el (jit-lock-register): Likewise.
20494
20495 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20496
20497 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20498
20499 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20500 intact if there is no gud-comint-buffer.
20501
20502 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
20503
20504 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20505 old prompt comint-prompt-read-only is t and GDB commands are
20506 issued from tool bar etc.
20507
20508 2005-10-31 Masatake YAMATO <jet@gyve.org>
20509
20510 * vc.el (vc-directory-exclusion-list): Add "{arch}".
20511
20512 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
20513
20514 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20515 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20516
20517 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
20518
20519 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20520 starting at beginning of line. Fontification is messed up when
20521 `open-paren-in-column-0-is-defun-start' set to t.
20522 Reported by John Paul Wallington <jpw@pobox.com>.
20523
20524 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
20525
20526 * comint.el (comint-send-input): Call `comint-update-fence' when
20527 `comint-process-echoes' and `comint-prompt-read-only' are both
20528 non-nil, to avoid leftover read-only newline.
20529
20530 2005-10-30 Richard M. Stallman <rms@gnu.org>
20531
20532 * textmodes/flyspell.el (flyspell-external-point-words):
20533 Detect when WORD can't be checked properly because
20534 flyspell-get-word finds just part of it, and move on.
20535
20536 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20537 boundarychar for Polish.
20538 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20539 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20540
20541 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20542
20543 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20544 (gdb-registers-font-lock-keywords): Delete.
20545 (gdb-registers-mode): Don't fontify.
20546 (gdb-info-registers-custom): Use text properties instead as, in
20547 future, changed register values will use font-lock-warning-face.
20548 (gdb-local-font-lock-keywords): Rename to...
20549 (gdb-locals-font-lock-keywords): ...for consistency.
20550
20551 2005-10-30 Andre Spiegel <spiegel@gnu.org>
20552
20553 * vc.el (vc-switch-backend): Better error message if the buffer is
20554 not visiting a file under version control.
20555
20556 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20557
20558 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
20559
20560 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20561 ~/.emacs.d/.emacs.
20562
20563 2005-10-29 Richard M. Stallman <rms@gnu.org>
20564
20565 * replace.el (occur-mode-mouse-goto): Always go to other window.
20566 (occur-mode-goto-occurrence): Always switch in same window.
20567
20568 * simple.el (undo): Display message at end, not at start.
20569
20570 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20571 New arg REUSE-CELL.
20572 (cancel-timer-internal): New function.
20573 (timer-event-handler): Use cancel-timer-internal,
20574 and pass the cell it returns to timer-activate...
20575
20576 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20577 (jit-lock-deferred-fontify, jit-lock-context-fontify)
20578 (jit-lock-after-change): Test memory-full.
20579
20580 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20581
20582 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20583 part of the decoded armor to find the key-identifier.
20584 (pgg-gpg-lookup-key-owner): New function to return the
20585 human-readable identifier of a key owner.
20586 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20587 key itself.
20588 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20589 the key value) if we have a key and can match it against a secret
20590 key. Also, added a note pointing out fact that the prompt only
20591 indicates the first matching key.
20592
20593 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20594 pgg-decrypt-region.
20595 (pgg-pending-timers): A new hash for tracking the passphrase cache
20596 timers, so that new ones supercede old ones.
20597 (pgg-add-passphrase-to-cache): Rename from
20598 `pgg-add-passphrase-cache' to reduce confusion (all callers
20599 changed). Modified to cancel old timers when new ones are added.
20600 (pgg-remove-passphrase-from-cache): Rename from
20601 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20602 changed). Modified to cancel old timers when their keys are
20603 removed from the cache.
20604 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20605 XEmacs, an indirection to delete-itimer.
20606 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20607 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20608 users can only check cache without risk of prompting. Correct bug in
20609 notruncate behavior.
20610 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20611 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20612 Add informative docstrings.
20613 (pgg-decrypt): Convey provided passphrase in subordinate call to
20614 pgg-decrypt-region.
20615
20616 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20617 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20618 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20619 `passphrase' argument, so the passphrase can be managed externally
20620 and then passed in to the system.
20621
20622 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20623 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20624 so the passphrase cache can be used reliably with identifiers
20625 besides a pgp packet's key id.
20626
20627 * pgg-gpg.el (pgg-pgp-encrypt-region)
20628 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20629 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20630 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20631 argument to all these routines, so the passphrase can be managed
20632 externally and passed in to the system.
20633
20634 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20635 `notruncate' argument, so the passphrase cache can be used
20636 reliably with identifiers besides a pgp packet's key id.
20637
20638 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20639
20640 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20641 symmetric encryption.
20642 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20643 encrypted session key.
20644 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20645 message ask for the passphrase in a proper way.
20646
20647 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20648 New user commands for symmetric encryption.
20649
20650 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
20651
20652 * textmodes/conf-mode.el (conf-assignment-sign)
20653 (conf-assignment-regexp): Fix docstrings.
20654 (conf-mode-initialize): New function.
20655 (conf-mode): Remove optional args. Use delay-mode-hooks to
20656 recognize recursive calls.
20657 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20658 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20659 (conf-xdefaults-mode): Use define-derived-mode and
20660 conf-mode-initialize.
20661
20662 2005-10-29 Romain Francoise <romain@orebokech.com>
20663
20664 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20665
20666 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20667
20668 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20669 part of the decoded armor to find the key-identifier.
20670 (pgg-gpg-lookup-key-owner): New function to return the
20671 human-readable identifier of a key owner.
20672 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20673 key itself.
20674 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20675 the key value) if we have a key and can match it against a secret
20676 key. Also, added a note pointing out fact that the prompt only
20677 indicates the first matching key.
20678
20679 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20680 pgg-decrypt-region.
20681 (pgg-pending-timers): A new hash for tracking the passphrase cache
20682 timers, so that new ones supercede old ones.
20683 (pgg-add-passphrase-to-cache): Rename from
20684 `pgg-add-passphrase-cache' to reduce confusion (all callers
20685 changed). Modified to cancel old timers when new ones are added.
20686 (pgg-remove-passphrase-from-cache): Rename from
20687 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20688 changed). Modified to cancel old timers when their keys are
20689 removed from the cache.
20690 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20691 XEmacs, an indirection to delete-itimer.
20692 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20693 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20694 users can only check cache without risk of prompting. Correct bug in
20695 notruncate behavior.
20696 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20697 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20698 Add informative docstrings.
20699 (pgg-decrypt): Convey provided passphrase in subordinate call to
20700 pgg-decrypt-region.
20701
20702 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
20703
20704 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20705 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20706 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20707 `passphrase' argument, so the passphrase can be managed externally
20708 and then passed in to the system.
20709
20710 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20711 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20712 so the passphrase cache can be used reliably with identifiers
20713 besides a pgp packet's key id.
20714
20715 * pgg-gpg.el (pgg-pgp-encrypt-region)
20716 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20717 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20718 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20719 argument to all these routines, so the passphrase can be managed
20720 externally and passed in to the system.
20721
20722 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20723 `notruncate' argument, so the passphrase cache can be used
20724 reliably with identifiers besides a pgp packet's key id.
20725
20726 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20727
20728 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20729 symmetric encryption.
20730 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20731 encrypted session key.
20732 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20733 message ask for the passphrase in a proper way.
20734
20735 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20736 New user commands for symmetric encryption.
20737
20738 2005-10-28 Bill Wohler <wohler@newt.com>
20739
20740 * help-mode.el (help-url): New button type. Calls browse-url.
20741 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20742 Similar to Info nodes: URL `url'.
20743 (help-make-xrefs): Create help-url buttons for
20744 help-xref-url-regexp matches.
20745
20746 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
20747
20748 * tool-bar.el (tool-bar-add-item-from-menu)
20749 (tool-bar-local-item-from-menu): Fix doc strings.
20750
20751 2005-10-28 Romain Francoise <romain@orebokech.com>
20752
20753 * ldefs-boot.el: Update.
20754
20755 * subr.el (locate-library): Move from help-fns.el.
20756 * help-fns.el (locate-library): Move to subr.el.
20757
20758 2005-10-28 Richard M. Stallman <rms@gnu.org>
20759
20760 * net/tramp.el (tramp-completion-mode): defvar moved up.
20761
20762 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20763
20764 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20765
20766 * files.el (find-file-noselect): Use %d to format large file size.
20767
20768 * bindings.el (mode-line-format): Add %e.
20769
20770 * loadup.el ("facemenu"): Load unconditionally.
20771 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20772 ("x-dnd"): Load, when appropriate.
20773
20774 * startup.el (command-line): Call before-init-hook earlier.
20775 Warn about some bad characters in -u user name.
20776
20777 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20778 (flyspell-external-point-words): Error if misspelled word is not found.
20779 Set flyspell-large-region-beg at end of word.
20780
20781 2005-10-28 Andreas Schwab <schwab@suse.de>
20782
20783 * view.el (View-revert-buffer-scroll-page-forward):
20784 Use view-page-size-default.
20785
20786 2005-10-28 Juri Linkov <juri@jurta.org>
20787
20788 * international/quail.el (quail-get-current-str): Translate last
20789 raw character for deterministic input methods.
20790
20791 2005-10-27 Jay Belanger <belanger@truman.edu>
20792
20793 * calc/calc-ext.el: Add functions to autoloads.
20794 (math-identity-matrix-p, math-ident-row-p): New functions.
20795
20796 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20797 multiplication by an identity matrix; don't turn multiplication by
20798 an inverse matrix into division.
20799 (math-div-symbol-fancy): Replace division by matrices with
20800 multiplication by inverse.
20801
20802 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20803
20804 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20805 (calc-writeoutpower): New functions.
20806
20807 2005-10-27 Romain Francoise <romain@orebokech.com>
20808
20809 * replace.el (occur-engine): Include colon in mouse-face highlight.
20810
20811 * dired-x.el: Change Maintainer field.
20812
20813 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
20814
20815 * longlines.el (longlines-mode): Bind after-change-functions to
20816 nil during initial decoding and final encoding.
20817
20818 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20819
20820 * term.el (term-emulate-terminal, term-handle-colors-array)
20821 (term-handle-ansi-escape): Specify the terminfo capabilities
20822 implemented.
20823
20824 2005-10-26 Richard M. Stallman <rms@gnu.org>
20825
20826 * info.el (Info-fontify-node): Fix detection of sentence-break
20827 before *Note.
20828
20829 2005-10-26 Romain Francoise <romain@orebokech.com>
20830
20831 * smerge-mode.el: Add `tools' to file keywords.
20832
20833 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
20834
20835 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20836 when the fringe is not available.
20837
20838 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20839 (def-gdb-auto-update-trigger): Simplify construction.
20840 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20841 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20842 defined explicitly.
20843 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20844 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20845 defined explicitly.
20846 (gdb-info-locals-custom): Remove as it's a no-op.
20847
20848 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
20849
20850 * longlines.el (longlines-mode): Remove narrowing before
20851 performing the initial decoding or final encoding.
20852
20853 2005-10-25 Romain Francoise <romain@orebokech.com>
20854
20855 * emacs-lisp/find-func.el (find-library-name): Also strip
20856 extension if library name ends in .el, to take advantage of
20857 `find-library-suffixes'.
20858
20859 2005-10-25 Richard M. Stallman <rms@gnu.org>
20860
20861 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20862
20863 2005-10-25 Juri Linkov <juri@jurta.org>
20864
20865 * textmodes/texinfo.el (texinfo-mode): Change charset of one
20866 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20867
20868 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20869
20870 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20871 (blackbox-redefine-key): Add argument `map'.
20872
20873 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20874 regions when moving the jit-lock-context-unfontify-pos boundary.
20875
20876 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20877
20878 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20879
20880 2005-10-25 Masatake YAMATO <jet@gyve.org>
20881
20882 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20883
20884 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20885
20886 * play/blackbox.el (blackbox-redefine-key): New function.
20887 (blackbox-mode-map): Use it to remap existing bindings for cursor
20888 motion instead of binding literal keys.
20889
20890 2005-10-25 Glenn Morris <rgm@gnu.org>
20891
20892 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20893 diary does not end in a newline. Do not assume a blank line at
20894 the start of the diary file.
20895
20896 2005-10-25 Kenichi Handa <handa@m17n.org>
20897
20898 * international/quail.el (quail-translate-key): If the input
20899 method is deterministic and failed to handle the last key, restart
20900 the key handling loop from an appropriate key.
20901
20902 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
20903
20904 * vc.el (vc-dired-mode): Extend comment for binding of
20905 `directory-listing-before-filename-regexp'.
20906
20907 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20908
20909 * textmodes/texinfo.el (texinfo-mode):
20910 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20911 not to unnecessarily expose emacs-mule's internal char codes.
20912
20913 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
20914
20915 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20916 Display hand pointer and help-echo on disabled icon too.
20917 (gdb-mouse-until): New function.
20918 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20919
20920 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
20921
20922 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20923 with 2005-10-23 change to doctor.el.
20924
20925 * finder.el (finder-mode-map): Add follow-link binding.
20926
20927 2005-10-25 Kim F. Storm <storm@cua.dk>
20928
20929 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20930 to gdb-mouse-toggle-breakpoint-fringe.
20931 (gdb-mouse-toggle-breakpoint-margin): Rename from
20932 gdb-mouse-toggle-breakpoint. Fix doc.
20933 (gdb-mouse-toggle-breakpoint-fringe): New defun.
20934 (gdb-put-string): Add optional SPROPS arg. Add props to string.
20935 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20936 string properties also for fringe breakpoint bitmaps.
20937
20938 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
20939
20940 * textmodes/org.el (org-start-icalendar-file): Fix format form.
20941
20942 2005-10-25 Masatake YAMATO <jet@gyve.org>
20943
20944 * simple.el (completion-common-substring):
20945 Use `completion-common-substring' prior to `completion-base-size'.
20946
20947 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
20948
20949 * savehist.el: Require CL while compiling.
20950 (savehist-history-variables): Remove.
20951 (savehist-save-minibuffer-history, savehist-additional-variables)
20952 (savehist-minibuffer-history-variables): New vars.
20953 (savehist-save): Use them.
20954 (savehist-uninstall, savehist-minibuffer-hook): New funs.
20955 (savehist-install): New fun, extracted from savehist-load.
20956 (savehist-load): Use them.
20957
20958 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20959
20960 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20961 a dummy doc-string-elt property.
20962 (defalias, defvaralias, define-category): Add a docstring property.
20963
20964 * image.el (defimage):
20965 * widget.el (define-widget):
20966 * custom.el (defface, defcustom): Add `doc-string' declaration.
20967
20968 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20969 (defadvice): Add `doc-string' declaration.
20970
20971 * emacs-lisp/byte-run.el (macro-declaration-function):
20972 Handle `doc-string' declarations.
20973 (define-obsolete-function-alias, define-obsolete-variable-alias):
20974 Add `doc-string' declaration.
20975
20976 2005-10-24 Kenichi Handa <handa@m17n.org>
20977
20978 * international/utf-7.el (utf-7): Add autoload cookie.
20979
20980 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20981
20982 2005-10-24 Eli Zaretskii <eliz@gnu.org>
20983
20984 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20985 list of directories passed to batch-update-autoloads. Add "." to
20986 the list of the echoed directories.
20987
20988 * pgg-def.el:
20989 * pgg-gpg.el:
20990 * pgg-parse.el:
20991 * pgg-pgp.el:
20992 * pgg-pgp5.el:
20993 * pgg.el: Moved here from the gnus subdirectory.
20994
20995 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
20996
20997 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20998 in case comint-prompt-read-only is set to t.
20999
21000 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21001 in case comint-prompt-read-only is set to t.
21002
21003 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21004
21005 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21006 Now a string.
21007 (icalendar-import-format): Handle CLASS, STATUS, URL.
21008 Rename `subject' to `summary'.
21009 (icalendar-import-format-summary): Rename from
21010 `icalendar-import-format-subject'.
21011 (icalendar-import-format-url, icalendar-import-format-status)
21012 (icalendar-import-format-class): New variables.
21013 (icalendar--rris): Take variable argument list.
21014 (icalendar--datestring-to-isodate): Remove unnecessary
21015 calendar-style check when converting dates with explicit month names.
21016 (icalendar-export-region): Change return type of conversion
21017 subroutines. Bury current buffer unless error occurred.
21018 (icalendar--convert-to-ical)
21019 (icalendar--parse-summary-and-rest): New functions.
21020 (icalendar--convert-ordinary-to-ical)
21021 (icalendar--convert-weekly-to-ical)
21022 (icalendar--convert-yearly-to-ical)
21023 (icalendar--convert-block-to-ical)
21024 (icalendar--convert-cyclic-to-ical)
21025 (icalendar--convert-anniversary-to-ical): Change return type.
21026 Strip trailing blanks from subject.
21027 (icalendar--convert-sexp-to-ical): Change return type.
21028 Strip trailing blanks from subject. Handle simple sexp
21029 entries as generated by icalendar.el.
21030 (icalendar--convert-float-to-ical)
21031 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21032 (icalendar-import-file): Doc fix.
21033 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21034 Correct call to icalendar--rris.
21035 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21036 `summary'.
21037 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21038
21039 2005-10-24 Romain Francoise <romain@orebokech.com>
21040
21041 * server.el (server-sentinel): Set query-on-exit flag to nil on
21042 new client processes (it isn't inherited from the server process).
21043
21044 * replace.el (occur-engine): Rearrange text properties.
21045
21046 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21047
21048 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21049 case-fold-search is nil.
21050 (debug-help-follow): Use help-xref-interned directly.
21051
21052 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21053
21054 * thumbs.el (thumbs-image-type): Add .pbm.
21055
21056 2005-10-23 Richard M. Stallman <rms@gnu.org>
21057
21058 * faces.el (inhibit-face-set-after-frame-default): New variable.
21059 (set-face-attribute): Bind it.
21060 (face-set-after-frame-default): Test it.
21061
21062 * help-fns.el (describe-simplify-lib-file-name): New function.
21063 (describe-function-1, describe-variable): Use it.
21064
21065 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21066
21067 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21068 Eliminate nil as possible value.
21069 (tooltip-hide-delay): Reduce internal-border-width.
21070
21071 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21072 (menu-bar-file-menu) <new-file>: Likewise.
21073
21074 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21075
21076 * international/mule.el (load-with-code-conversion):
21077 Pass full file name to `eval-buffer' unless preloading.
21078
21079 * textmodes/flyspell.el (flyspell-large-region):
21080 Call ispell-check-version.
21081
21082 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21083 Fix the make-variable-buffer-local call that was supposed
21084 to be for this variable.
21085 (ispell-aspell-supports-utf8): Doc fix.
21086 (ispell-find-aspell-dictionaries): Preserve elements of
21087 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21088 (ispell-aspell-find-dictionary): Return nil on error.
21089
21090 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21091 (doctor-symptoms): Likewise.
21092
21093 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21094
21095 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21096
21097 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21098 (custom-raised-buttons): Add :set spec.
21099 (custom-button-unraised, custom-button-pressed-unraised):
21100 New faces, so that custom-raised-buttons actually does something.
21101 (custom-mode): Use custom-button and custom-button-pressed.
21102
21103 * wid-edit.el (widget-specify-button): Don't ignore
21104 widget-mouse-face on graphic terminals.
21105 (widget-move-and-invoke): Cleanup.
21106
21107 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21108
21109 * whitespace.el (whitespace-cleanup): Doc fix.
21110
21111 2005-10-23 Romain Francoise <romain@orebokech.com>
21112
21113 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21114 `eval-after-load' to avoid evaluating their result.
21115
21116 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21117
21118 * files.el (directory-listing-before-filename-regexp):
21119 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21120
21121 * dired.el (dired-move-to-filename-regexp): Remove.
21122 All occurrences replaced by `directory-listing-before-filename-regexp'.
21123
21124 * dired-x.el, locate.el, vc.el:
21125 Replace `dired-move-to-filename-regexp' by
21126 `directory-listing-before-filename-regexp'. In vc.el it is
21127 overwritten locally; maybe this can be handled in files.el too.
21128
21129 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21130 replaced by `directory-listing-before-filename-regexp'.
21131
21132 2005-10-23 Andreas Schwab <schwab@suse.de>
21133
21134 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21135 and eval-next-after-load.
21136
21137 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21138
21139 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21140 exist, create it.
21141
21142 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21143
21144 * allout.el: Remove autoloads for mailcrypt and crypt++.
21145 Require pgg, pgg-gpg during compilation.
21146 (allout-version): Increment version number to 2.1, and use a literal
21147 rather than RCS Id.
21148 (allout-default-encryption-scheme): Remove.
21149 (allout-passphrase-verifier-handling)
21150 (allout-passphrase-verifier-string)
21151 (allout-file-passphrase-verifier-string)
21152 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21153 (allout-passphrase-hint-handling): Rename and simplify.
21154 (allout-init): Use `find-file-hook' if available, otherwise
21155 `find-file-hooks'.
21156 (allout-mode): Use `write-file-functions' if available, otherwise
21157 `local-write-file-hooks' and, instead of making auto-save-hook
21158 buffer local, make the write-file-hook activity contingent to
21159 allout-mode.
21160 (allout-mode): Use key-binding substitution in the docstring.
21161 (allout-kill-line): Spell-out kill ring data structure mutation
21162 instead of using byte-compiler-complaint-provoking `pop'.
21163 (allout-insert-listified): Use `insert' rather than `insert-string'
21164 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21165 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21166 (allout-encrypt-string): Totally revamped vis new underlying
21167 encryption facilities.
21168 (allout-mc-activate-passwd): Remove.
21169 (allout-obtain-passphrase): New, more or less replaces
21170 allout-mc-activate-passwd.
21171 (allout-encrypted-key-info): More or less replaces
21172 allout-encrypted-text-type.
21173 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21174 (my-mark-marker): Use `(featurep 'xemacs)'.
21175
21176 2005-10-23 Lars Hansen <larsh@soem.dk>
21177
21178 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21179 (byte-compile-file-form-defmumble, byte-compile-defun)
21180 (byte-compile-defmacro): Use it.
21181 (byte-compile-form): Don't call byte-compile-set-symbol-position
21182 when a byte-compile handler is called.
21183
21184 2005-10-22 Romain Francoise <romain@orebokech.com>
21185
21186 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21187
21188 * subr.el (eval-after-load): Convert library name to an absolute
21189 file name using locate-library, since load-history no longer has
21190 library names in it.
21191
21192 2005-10-22 Richard M. Stallman <rms@gnu.org>
21193
21194 * files.el (make-temp-file): Move from subr.el.
21195 * subr.el (make-temp-file): Move to files.el.
21196
21197 * window.el (get-buffer-window-list): Move from subr.el.
21198 * subr.el (get-buffer-window-list): Move to window.el.
21199
21200 * image.el (image-load-path): Use eval-at-startup to initialize.
21201
21202 * subr.el (eval-at-startup): New macro.
21203
21204 * subr.el: Much rearrangement of functions and division
21205 into pages. No code changes.
21206
21207 2005-10-22 Kenichi Handa <handa@m17n.org>
21208
21209 * tar-mode.el (tar-extract): Be sure to call
21210 find-operation-coding-system if set-auto-coding doesn't find a
21211 coding system.
21212
21213 2005-10-22 Kim F. Storm <storm@cua.dk>
21214
21215 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21216 Change users.
21217 (image-type-file-name-regexps): New defconst.
21218 (image-type-from-data): Simplify loop.
21219 (image-type-from-buffer): New defun.
21220 (image-type-from-file-header): Use it instead of image-type-from-data.
21221 Use image-search-load-path instead of only looking in data-directory.
21222 (image-type-from-file-name): New defun.
21223 (image-search-load-path): Change `pathname' to `filename'.
21224 Make PATH arg optional, default to image-load-path.
21225
21226 2005-10-21 Richard M. Stallman <rms@gnu.org>
21227
21228 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21229
21230 * textmodes/paragraphs.el (sentence-end-base): New variable.
21231 (sentence-end): Use sentence-end-base.
21232
21233 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21236 property independently from the font-lock-multiline variable.
21237
21238 2005-10-21 Richard M. Stallman <rms@gnu.org>
21239
21240 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21241
21242 * startup.el (command-line): Convert library names
21243 in `load-history' to absolute file names.
21244
21245 * subr.el (symbol-file): Doc fix.
21246
21247 * loadhist.el (file-loadhist-lookup): Call locate-library
21248 instead of find-library-name. Don't try converting
21249 abs file names to library names, since load-history no longer
21250 has library names in it.
21251 (file-dependents, file-provides, file-requires): Doc fixes.
21252
21253 2005-10-21 Juri Linkov <juri@jurta.org>
21254
21255 * progmodes/etags.el (tags-table-mode): New function.
21256 (tags-verify-table): Replace initialize-new-tags-table with
21257 tags-table-mode.
21258
21259 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21260 default value.
21261 (desktop-modes-not-to-save): Add tags-table-mode to the
21262 default value.
21263
21264 * info.el (Info-index-next): Add total number of index
21265 alternatives to the message.
21266
21267 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21268 backward only space (instead of space and period) before looking
21269 at sentence end.
21270
21271 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21272 Add the old variable value as 4th default-value arg of read-string.
21273
21274 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21275
21276 * cus-face.el (custom-declare-face): Make face from X resources
21277 also on Mac.
21278
21279 * disp-table.el (standard-display-g1, standard-display-graphic):
21280 Refuse to use string glyphs also on Mac.
21281 (standard-display-european): Don't set terminal coding system also
21282 on Mac.
21283
21284 * frame.el (display-screens): Use x-display-screens also on Mac.
21285
21286 2005-10-21 Romain Francoise <romain@orebokech.com>
21287
21288 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21289
21290 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21291
21292 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21293 and $? into sexps.
21294
21295 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21296 warning face on open-paren-in-column-0.
21297
21298 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21299 boundary case. Fix typo.
21300 Suggested by Martin Rudalics <rudalics@gmx.at>.
21301
21302 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21303
21304 * textmodes/org.el (org-combined-agenda-icalendar-file)
21305 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21306 (org-export-icalendar-this-file)
21307 (org-export-icalendar-all-agenda-files)
21308 (org-export-icalendar-combine-agenda-files): New commands.
21309 (org-export-icalendar, org-print-icalendar-entries)
21310 (org-start-icalendar-file, org-finish-icalendar-file)
21311 (org-ical-ts-to-string): New functions.
21312 (org-read-date, org-goto-calendar)
21313 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21314 call to `calendar'.
21315 (orgtbl-setup): Remove the :keys arguments from the menu description.
21316 (org-after-save-iCalendar-file-hook): New variable.
21317
21318 2005-10-21 Kenichi Handa <handa@m17n.org>
21319
21320 * language/vietnamese.el (tcvn-5712): Make it an alias of
21321 vietnamese-tcvn coding-system.
21322
21323 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
21324
21325 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21326 group id is given.
21327
21328 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21329
21330 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21331 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21332 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21333 whose line is either continued or ends with a comment.
21334
21335 2005-10-20 Romain Francoise <romain@orebokech.com>
21336
21337 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21338
21339 * replace.el (occur-engine): Add follow-link property.
21340
21341 * font-core.el (font-lock-mode): Doc fix.
21342
21343 2005-10-20 Richard M. Stallman <rms@gnu.org>
21344
21345 * net/rcirc.el: New file.
21346
21347 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
21348
21349 * term.el (term-term-name): Initialize to "eterm-color".
21350
21351 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
21352
21353 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21354 for encryption functionality.
21355 Move allout customization subgroup from `editing' to `outlines' group.
21356 Fix commentary keywords to legitimate ones.
21357 Update author info (using my current email address, obscurified).
21358 (allout-encrypt-string, allout-encryption-produce-work-buffer)
21359 (allout-encrypted-topic-p, allout-encrypted-text-type)
21360 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21361 (allout-situate-encryption-key-verifier)
21362 (allout-get-encryption-key-verifier, allout-verify-key)
21363 (allout-next-topic-pending-encryption)
21364 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21365 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21366 (outline-key-verifier-handling, outline-key-hint-handling)
21367 (outline-encrypt-unencrypted-on-saves): New defcustoms.
21368 (allout-file-key-verifier-string, allout-encryption-scheme)
21369 (allout-key-verifier-string, allout-key-hint-string)
21370 (allout-after-save-decrypt): New variables.
21371 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21372 (allout-after-saves-handler): New hook functions.
21373 (allout-post-command-business): Do allout-after-save-decrypt.
21374 (allout-enable-file-variable-adjustment): Custom var to enable
21375 mechanism for adding and adjusting settings of Emacs file variables.
21376 (allout-adjust-file-variable, allout-file-vars-section-data):
21377 New functions, implement the mechanism.
21378 (outlineify-sticky): Use the file vars mechanism.
21379 (allout-inhibit-protection, allout-during-write-cue)
21380 (allout-override-protect, allout-before-change-protect): Remove.
21381 (allout-flag-region, allout-open-topic): Adjust read-only text.
21382 (allout-open-line-not-read-only): Add to facilitate read-only
21383 text based protection.
21384 (allout-kill-line): Revise to adjust read-only text, clue the
21385 user about the inhibition.
21386 (allout-unprotected): Use unwind-protect.
21387 (allout-shift-in, allout-shift-out): Disallow manually shifting a
21388 topic deeper than the offspring depth of the previous topic -
21389 avoiding confusing "containment discontinuities".
21390 (allout-reindent-bodies): Fix retention of body relative hanging
21391 indent during promotion of collapsed bodies.
21392 (allout-open-topic): Make it easy to open new topic with same
21393 bullet as current topic - topic creation functions provided with
21394 any universal argument provokes now prompt for bullet, defaulting
21395 to the bullet of the previous topic.
21396 (allout-plain-bullets-string, allout-distinctive-bullets-string):
21397 Plain bullet alternates `.' period and `,' comma only. All other
21398 bullets are relegated to special status (but customizable).
21399 (allout-end-of-entry): Rename from allout-end-of-current-entry
21400 since it actually operates w.r.t. most immediately containing
21401 entry, visible or not.
21402 (allout-hide-current-entry, allout-show-current-entry): Use the
21403 revised version.
21404 (allout-old-expose-topic): Solidify deprecation.
21405 (allout-end-of-subtree): Add so we can span concealed as well
21406 as visible topics.
21407 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21408 (allout-end-of-current-heading): Tweak to just respect the first line.
21409 (allout-get-body-text): Add.
21410 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21411 when invoked interactively.
21412 (allout-up-current-level): Use `interactive-p'.
21413 (allout-mode, allout-init): Miscellaneous docstring and
21414 operational refinements, as well as hookups of new encryption stuff.
21415 (allout-beginning-of-current-entry): Now works as advertised.
21416 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21417 (allout-isearch-rectification): Refine condition for isearching.
21418 (allout-isearch-abort, allout-enwrap-isearch)
21419 (allout-flag-region, my-region-active-p): Relocate some macros.
21420 (allout-title): Fallback title is (buffer-name), not
21421 non-existing (current-buffer-name).
21422 (subst-char-in-string): Define if absent (for some XEmacs versions).
21423
21424 2005-10-20 Jari Aalto <jari.aalto@cante.net>
21425
21426 * mail/sendmail.el (mail-setup-hook, mail-aliases)
21427 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21428 (mail-citation-prefix-regexp, mail-signature-file)
21429 (mail-default-headers, mail-bury-selects-summary)
21430 (mail-send-nonascii): Add autoload cookies.
21431
21432 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21433
21434 * frame.el (blink-cursor-mode): Add `mac' to the list of
21435 window-system's that support blinking cursor.
21436
21437 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
21438
21439 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21440
21441 2005-10-20 Eli Zaretskii <eliz@gnu.org>
21442
21443 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21444 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21445 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21446
21447 2005-10-20 Kim F. Storm <storm@cua.dk>
21448
21449 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21450 (ido-set-current-directory): Don't add / after final @.
21451 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21452 Explicitly handle ange-ftp completion oddities.
21453 (ido-make-file-list): Don't rotate list at tramp root to avoid
21454 triggering tramp file handler for expand-file-name via get-file-buffer.
21455
21456 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
21457
21458 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21459
21460 2005-10-19 Jay Belanger <belanger@truman.edu>
21461
21462 * calc/calc-units.el (math-standard-units): Add units, adjust
21463 symbols and update values.
21464 (math-unit-prefixes): Add more prefixes.
21465
21466 2005-10-19 Romain Francoise <romain@orebokech.com>
21467
21468 * bookmark.el (bookmark-menu-heading): New face.
21469 (bookmark-bmenu-list): Use it.
21470 Don't fiddle with `baud-rate' at top-level.
21471
21472 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
21473
21474 * image.el (create-image, find-image): Mention max-image-size in
21475 docstring.
21476
21477 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21478
21479 * savehist.el (savehist-load): Revert to checking XEmacs.
21480
21481 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21482 Various docstring and line-width fixups.
21483 (conf-mode): Use cond.
21484 Set font-lock-defaults. Don't set comment-use-syntax.
21485
21486 2005-10-18 David Ponce <david@dponce.com>
21487
21488 * tree-widget.el (tree-widget-button-click): New function.
21489 (tree-widget-button-keymap): Use it.
21490
21491 2005-10-18 Romain Francoise <romain@orebokech.com>
21492
21493 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21494 (bookmark-bmenu-hide-filenames): Add follow-link property.
21495 Improve help-echo text.
21496
21497 * ffap.el (find-file-at-point): Doc fix.
21498
21499 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21500
21501 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21502
21503 2005-10-18 Masatake YAMATO <jet@gyve.org>
21504
21505 Install to the CVS repository what I forgot to install in my
21506 2005-10-16 changes.
21507
21508 * progmodes/python.el (python-complete-symbol): Pass the common
21509 prefix substring of completion to `display-completion-list'.
21510
21511 * textmodes/org.el (org-complete): Ditto.
21512
21513 2005-10-18 Masatake YAMATO <jet@gyve.org>
21514
21515 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21516
21517 * woman.el (WoMan-xref-man-page): New button type derived
21518 from `Man-abstract-xref-man-page'.
21519 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21520
21521 * man.el (Man-abstract-xref-man-page): New button type.
21522 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21523 (Man-highlight-references): Add new optional argument `xref-man-type'.
21524
21525 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21526
21527 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21528
21529 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
21530
21531 * cus-edit.el (Custom-move-and-invoke): Delete.
21532 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21533
21534 * wid-edit.el (widget-move-and-invoke): New function, from
21535 Custom-move-and-invoke.
21536
21537 2005-10-17 Bill Wohler <wohler@newt.com>
21538
21539 Move all remaining images from lisp/toolbar to etc/images, move
21540 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
21541 the low resolution images in their own directory (low-color).
21542
21543 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21544 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21545 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21546 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21547 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21548 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21549 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21550
21551 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21552 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21553 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21554 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21555 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21556 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21557 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21558 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21559 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21560 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21561 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21562 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21563 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21564 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21565 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21566
21567 To conform with convention, replace the underscore (_) in the
21568 following image names with dash (-) or (/) as appropriate.
21569
21570 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21571 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21572 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21573 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21574 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21575 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21576 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21577 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21578 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21579 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21580 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21581 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21582 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21583 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21584 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21585
21586 * info.el (info-tool-bar-map): Replace underscores in image names
21587 with dashes.
21588
21589 * makefile.w32-in (WINS): Remove toolbar.
21590
21591 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21592
21593 * tool-bar.el: Move to lisp from toolbar. Now that
21594 toolbar is empty, it should be deleted when folks run "cvs up -P".
21595
21596 2005-10-18 Jay Belanger <belanger@truman.edu>
21597
21598 * calc/calc-store.el (calc-store-into): Get the proper variable name
21599 to display in message.
21600
21601 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21602
21603 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21604 expressions display in speedbar for all buffers when debugging.
21605 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21606
21607 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21608 (speedbar-insert-button, speedbar-make-button):
21609 Use add-text-properties.
21610 (speedbar-update-localized-contents)
21611 (speedbar-update-directory-contents)
21612 (speedbar-update-special-contents): Use dolist.
21613 (speedbar-buffer-easymenu-definition): Add a menu separator.
21614
21615 2005-10-17 Jason Rumney <jasonr@gnu.org>
21616
21617 * makefile.w32-in: Use $(lisp) consistently.
21618 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21619 for shell specific generation of mh-autoloads.
21620
21621 2005-10-17 Richard M. Stallman <rms@gnu.org>
21622
21623 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21624
21625 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21626
21627 * jit-lock.el (jit-lock-fontify-now):
21628 Move jit-lock-context-unfontify-pos to avoid wasted work.
21629
21630 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
21631
21632 * net/tramp.el (tramp-completion-mode): New defvar. Used in
21633 `tramp-completion-mode' for checking if we are in completion mode.
21634 (tramp-completion-handle-file-name-all-completions): Reorder code
21635 in order to complete for file names only in case there are no
21636 method/user/host completions. This is necessary for cooperation
21637 with ido. Reported by Kim F. Storm <storm@cua.dk>.
21638
21639 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
21640
21641 * longlines.el (longlines-search-forward)
21642 (longlines-search-backward): Match any number of spaces.
21643
21644 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
21645
21646 * diff-mode.el (diff-mode): Doc fix.
21647
21648 2005-10-16 David Reitter <david.reitter@gmail.com>
21649
21650 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21651 as default on darwin and windows systems.
21652
21653 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
21654
21655 * arc-mode.el (archive-zip-extract): Doc fix.
21656
21657 2005-10-16 Romain Francoise <romain@orebokech.com>
21658
21659 * mouse.el (mouse-1-click-follows-link): Doc fix.
21660
21661 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21662
21663 * savehist.el: Don't require CL at runtime.
21664 (savehist-xemacs): Remove.
21665 (savehist-coding-system): Use utf-8 if present, regardless of religion.
21666 (savehist-no-conversion): Use (featurep 'xemacs).
21667 (savehist-load): Check existence of start-itimer rather than XEmacs.
21668 Use an idle timer.
21669 (savehist-process-for-saving): Replace use of CL funs `subseq' and
21670 `delete-if-not'.
21671
21672 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
21673
21674 * savehist.el: Newer version.
21675 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21676 (savehist-last-checksum, savehist-no-conversion): New vars.
21677 (savehist-autosave, savehist-process-for-saving, savehist-printable):
21678 New functions.
21679 (savehist-load, savehist-save): Use them.
21680 (savehist-delimit): Remove.
21681
21682 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21683
21684 * progmodes/compile.el (compilation-goto-locus): Display the
21685 compilation buffer first and the source buffer second, in case they're
21686 in overlapping frames. Don't raise the compilation frame if it was the
21687 selected window upon entry. Pass the `other-window' arg to
21688 pop-to-buffer.
21689
21690 * info.el (Info-fontify-node): Use dolist.
21691 Change add-text-properties to put-text-property.
21692
21693 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21694
21695 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21696 bound of search.
21697
21698 2005-10-16 Masatake YAMATO <jet@gyve.org>
21699
21700 * dabbrev.el (dabbrev-completion): Pass the common
21701 prefix substring of completion to `display-completion-list'.
21702
21703 * filecache.el (file-cache-minibuffer-complete)
21704 (file-cache-complete): Ditto.
21705
21706 * tempo.el (tempo-display-completions): Ditto.
21707
21708 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21709
21710 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21711
21712 * eshell/em-hist.el (eshell-list-history): Ditto.
21713
21714 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21715
21716 * mail/mailalias.el (mail-complete): Ditto.
21717
21718 * progmodes/etags.el (complete-tag): Ditto.
21719
21720 * progmodes/make-mode.el (makefile-complete): Ditto.
21721
21722 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21723
21724 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21725
21726 * progmodes/pascal.el (pascal-complete-word)
21727 (pascal-show-completions): Ditto.
21728
21729 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21730
21731 * simple.el (completion-common-substring): New variable.
21732 (completion-setup-function): Use `completion-common-substring'
21733 to put faces.
21734
21735 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21736
21737 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21738 (x-get-selection, mac-select-convert-to-string): Convert from/to
21739 UTF-16 clipboard data as in native byte order, no BOM.
21740
21741 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
21742
21743 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21744 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21745 (gud-sentinel): Use speedbar-frame to check for speedbar.
21746
21747 2005-10-15 Richard M. Stallman <rms@gnu.org>
21748
21749 * savehist.el: New file.
21750
21751 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
21752
21753 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21754 Fix bug in \bf fontification.
21755
21756 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
21757
21758 * pcvs.el (cvs-edit-log-files): New var.
21759 (cvs-mode-edit-log): New arg `file'.
21760 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21761 Instead force the use of the original file and nothing else.
21762 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21763 the cvs-minor-wrap-function is set.
21764 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21765
21766 2005-10-14 Bill Wohler <wohler@newt.com>
21767
21768 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21769 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21770 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21771 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21772 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21773 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21774 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21775 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21776 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21777 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21778 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21779 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21780 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21781 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21782 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21783
21784 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21785 appropriately (for example, gud-break to gud/break).
21786
21787 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
21788
21789 * longlines.el (longlinges-search-function)
21790 (longlines-search-forward, longlines-search-backward): New functions.
21791 (longlines-mode): Set isearch-search-fun-function to
21792 longlinges-search-function.
21793
21794 * mouse.el (mouse-drag-region-1): Handle the case where a
21795 double-click event is bound to an arbitrary function.
21796
21797 2005-10-14 David Ponce <david@dponce.com>
21798
21799 * recentf.el (recentf-track-opened-file)
21800 (recentf-track-closed-file, recentf-update-menu)
21801 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21802 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21803 mouse-1-click-follows-link.
21804
21805 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21806
21807 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21808 Gnome file-manager.png. Suggested by
21809 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21810
21811 * toolbar/README: Add diropen.xpm.
21812
21813 2005-10-13 Bill Wohler <wohler@newt.com>
21814
21815 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21816 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
21817
21818 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
21819
21820 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21821 Don't waste the byte-compiler's time on constant data.
21822
21823 2005-10-13 Kenichi Handa <handa@m17n.org>
21824
21825 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21826 byte with `escape-glyph' face.
21827
21828 * international/fontset.el (ccl-encode-unicode-font):
21829 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21830 Handle the case that ucs-mule-to-mule-unicode translates a character to
21831 ASCII (usually for IPA characters).
21832
21833 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21834
21835 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21836 Don't hide the underline of titles if font-lock-mode is disabled.
21837
21838 2005-10-12 Bill Wohler <wohler@newt.com>
21839
21840 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
21841 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21842 files in MH-E-SRC have been updated.
21843 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21844
21845 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21846
21847 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21848 (mixal-mode-syntax-table): Add \n as end-comment.
21849 (mixal-operation-codes-alist): Immediately initialize to full value.
21850 (mixal-add-operation-code): Remove.
21851 (mixal-describe-operation-code): Make the arg non-optional.
21852 Use the interactive spec instead.
21853 Use mixal-operation-codes-alist rather than mixal-operation-codes.
21854 (mixal-font-lock-keywords): Don't highlight comments here any more.
21855 (mixal-font-lock-syntactic-keywords): New var.
21856 (mixal-mode): Use it. Fix comment-start-skip.
21857
21858 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21859
21860 * startup.el (command-line-x-option-alist): -nb => -nbi.
21861
21862 2005-10-12 Kim F. Storm <storm@cua.dk>
21863
21864 * startup.el (fancy-splash-default-action): Discard mouse click in
21865 the splash screen window, as it has no sensible meaning in the
21866 next window to be selected. Fixes error reported by Jan D.
21867
21868 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21869
21870 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21871
21872 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21873
21874 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21875 Try to fix up minor layout issues like indentation, line break, etc...
21876 (mixal-mode-syntax-table): Don't try to specify comment syntax,
21877 because it doesn't work.
21878 (mixal-operation-codes): Add some more codes.
21879 (mixal-font-lock-keywords): Process comments here.
21880 (mixal-mode): mixasm no longer needs -g option.
21881
21882 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
21883
21884 * progmodes/sh-script.el (sh-tmp-file):
21885 Use mktemp -t. Finish support for es and rc shells.
21886
21887 2005-10-11 Jay Belanger <belanger@truman.edu>
21888
21889 * calc/calcalg2.el (calc-integral): With an argument, compute the
21890 definite integral.
21891
21892 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
21893
21894 * mouse.el (mouse-drag-region-1): Don't try to catch a
21895 double-click when doing follow-link (it's overridden anyway).
21896
21897 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
21898
21899 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21900 (autoload-print-form-outbuf): Add docstring.
21901
21902 2005-10-11 Juri Linkov <juri@jurta.org>
21903
21904 * info.el (Info-mode-menu): Delete menu item "Edit".
21905 (Info-mode): Delete description of Info-edit from docstring,
21906 and rearrange descriptions of Info commands in the order
21907 they are documented in the Info manual.
21908
21909 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21910
21911 * calendar/appt.el (appt-check): Use diary-selective-display var.
21912
21913 2005-10-10 Richard M. Stallman <rms@gnu.org>
21914
21915 * net/newsticker.el (newsticker-start, newsticker-show-news):
21916 Add autoload cookies.
21917
21918 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
21919
21920 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21921
21922 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
21923
21924 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21925
21926 2005-10-10 Jay Belanger <belanger@truman.edu>
21927
21928 * calc/calc-arith.el (math-check-known-scalarp)
21929 (math-check-known-matrixp): Check the values of arguments that are
21930 variables.
21931 (math-check-known-square-matrixp): New function.
21932 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21933 (math-super-types): Add sqmatrix type.
21934
21935 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21936 mode name `square' to `sqmatrix'.
21937
21938 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21939 mode name `square' to `sqmatrix'.
21940
21941 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21942
21943 * progmodes/etags.el (select-tags-table-mode): Don't use
21944 selective-display.
21945 (tags-select-tags-table): Pass `button' to the action function.
21946 (select-tags-table): Place the side-info on button properties rather
21947 than in hidden text. Abbreviate file names.
21948 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21949 (select-tags-table-select): Add `button' argument.
21950 Get side-info from the button property rather than from hidden text.
21951
21952 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
21953
21954 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21955 (gud-speedbar-buttons): Preserve point if possible.
21956 (gud-sentinel): Restore previous speedbar display type.
21957
21958 * progmodes/gdb-ui.el (gdba): Improve diagram.
21959 (def-gdb-auto-update-handler, gdb-info-locals-handler)
21960 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21961 Call get-buffer-window once.
21962
21963 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21964
21965 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21966 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21967 (pascal-indent-command): Remove unused var `ind'.
21968 (pascal-indent-case): Remove unused var `oldpos'.
21969 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21970 since it's now used as a proper minor mode map.
21971 (pascal-outline): Rename to pascal-outline-mode.
21972 (pascal-outline-mode): Use define-minor-mode.
21973 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21974 selective-display.
21975
21976 2005-10-10 Andreas Schwab <schwab@suse.de>
21977
21978 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21979 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
21980
21981 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21982 outside source directory.
21983
21984 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
21985
21986 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21987 C-x' as a prefix.
21988 (orgtbl-mode-map): Full keymap instead of sparse, because all
21989 `self-insert-command' keys are redefined in this map.
21990 (org-export-as-html): Specify charset for HTML file, by taking it
21991 from the coding system.
21992
21993 2005-10-10 Kenichi Handa <handa@m17n.org>
21994
21995 * textmodes/flyspell.el (flyspell-check-word-p):
21996 If unread-command-events is non-empty, don't call sit-for.
21997
21998 2005-10-09 Richard M. Stallman <rms@gnu.org>
21999
22000 * font-lock.el (font-lock-syntactic-keywords)
22001 (font-lock-keywords): Doc fixes.
22002
22003 * textmodes/flyspell.el (flyspell-external-point-words):
22004 Simplify logic, and don't try to check for consecutive appearances
22005 of one incorrect word.
22006
22007 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22008
22009 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22010 separator.
22011
22012 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22013 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22014 (gud-expansion-speedbar-buttons): New function.
22015 (gud-speedbar-buttons): Check for gud-comint-buffer.
22016
22017 2005-10-09 Bill Wohler <wohler@newt.com>
22018
22019 * Makefile.in (updates): Add mh-loaddefs dependency.
22020
22021 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22022
22023 * speedbar.el (speedbar-file-key-map): Fix typo.
22024
22025 2005-10-09 Daniel Brockman <daniel@brockman.se>
22026
22027 * cus-start.el (line-spacing): Add custom spec.
22028
22029 2005-10-09 Romain Francoise <romain@orebokech.com>
22030
22031 * textmodes/ispell.el (ispell-check-version): Fix last change.
22032
22033 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22034
22035 * term/x-win.el: Remove -i, --icon-type from comment.
22036
22037 * startup.el (command-line-x-option-alist): Remove options -i,
22038 -itype, --icon-type, added -nb, --no-bitmap-icon.
22039
22040 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22041
22042 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22043 instead of :active.
22044
22045 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22046
22047 * textmodes/ispell.el (ispell-check-version):
22048 Ignore hyphen, and all that follows, in aspell's version text.
22049
22050 2005-10-08 Jay Belanger <belanger@truman.edu>
22051
22052 * calc/calc-arith.el (math-known-square-matrixp): New function.
22053 (math-pow-fancy): Check for matrices before distributing exponent
22054 across products.
22055
22056 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22057 fullscreen keypad. Suggested by Luc Teirlinck.
22058 (calc-keypad-show-input): Add space for formatting.
22059
22060 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22061 Add square matrix option.
22062
22063 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22064 of checking calc-matrix-mode when deciding how to expand.
22065
22066 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22067
22068 2005-10-08 Lars Hansen <larsh@soem.dk>
22069
22070 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22071 Add error handling.
22072 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22073
22074 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22075
22076 Sync with Tramp 2.0.51.
22077
22078 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22079 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22080 Insert special handling for `last-coding-system-used', again
22081 it still seems to be necessary (unlike stated before).
22082 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22083 (tramp-password-prompt-regexp): There might be other words before
22084 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22085 (tramp-chunksize): Improve docstring.
22086 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22087 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22088 Christian Joergensen <bugs@razor.dk>.
22089
22090 2005-10-07 Glenn Morris <rgm@gnu.org>
22091
22092 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22093 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22094 precision'.
22095
22096 2005-10-07 Romain Francoise <romain@orebokech.com>
22097
22098 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22099 (ibuffer-do-shell-command-pipe-replace)
22100 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22101 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22102 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22103 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22104 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22105 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22106 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22107 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22108 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22109 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22110 Autoload file sans suffix.
22111
22112 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22113
22114 2005-10-07 David Ponce <david@dponce.com>
22115
22116 * recentf.el (recentf-menu-open-all-flag): New option.
22117 (recentf-digit-shortcut-command-name): New function.
22118 (recentf--shortcuts-keymap): New variable.
22119 (recentf-menu-shortcuts): New variable.
22120 (recentf-make-menu-items): Initialize it. Replace the "More..."
22121 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22122 (recentf-menu-value-shortcut): New function.
22123 (recentf-make-menu-item): Use it. No more in-lined.
22124 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22125 (recentf-open-most-recent-file): Rename from
22126 `recentf-open-file-with-key'. Don't depend on key binding.
22127 (recentf-mode-map): New variable.
22128 (recentf-mode): Use it.
22129
22130 2005-10-06 Bill Wohler <wohler@newt.com>
22131
22132 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22133
22134 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22135 (MH-E-SRC): New. Used by mh-autoloads.
22136 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22137 files in MH-E-SRC have been updated.
22138 (compile, recompile, bootstrap): Depend on mh-autoloads.
22139
22140 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22141
22142 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22143 gud-break and gud-remove icons when the fringe is not available.
22144
22145 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22146 Typo.
22147
22148 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22149
22150 * play/zone.el (zone): Wrap body with save-window-excursion.
22151
22152 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22153
22154 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22155 Use the new `list-only' arg to diary-list-entries.
22156
22157 * calendar/diary-lib.el: Use overlays rather than selective-display.
22158 (diary-selective-display): New var.
22159 (diary-header-line-format): Use it.
22160 (diary-list-entries): Add argument `list-only'.
22161 Put the buffer in diary-mode. Don't add \^M at beg and end.
22162 Replace \^M by invisible overlays.
22163 (diary-unhide-everything): Replace \^M by invisible overlays.
22164 (print-diary-entries): Look for overlays rather than \^M.
22165 Add a space to the temp buffer name.
22166 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22167 Put the buffer in diary-mode.
22168 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22169 (diary-anniversary): Make the year arg optional.
22170 (diary-time-regexp): New const.
22171 (diary-font-lock-keywords): Use it to accept a few more time formats.
22172
22173 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22174
22175 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22176
22177 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22178 Fix bug introduced 2005-07-03: Use (car (last ...))
22179 to faithfully reproduce replaced artist-last.
22180 (artist-set-arrow-points-for-poly): Likewise.
22181 Suggested by Johan Bockg\e,Ae\e(Brd.
22182
22183 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22184
22185 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22186 * wid-edit.el (widget):
22187 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22188 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22189
22190 2005-10-06 Kenichi Handa <handa@m17n.org>
22191
22192 * international/mule-cmds.el (set-language-environment):
22193 Fix setting up of case-table for unibyte mode.
22194
22195 * simple.el (what-cursor-position): If the character is displayed
22196 by some `display' text property, show that. Don't use
22197 single-key-description for eight-bit characters in multibyte mode.
22198
22199 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22200
22201 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22202 (gdb-ann3): Set it.
22203 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22204 (gdb-info-frames-custom): Use inverse-video for first five
22205 characters of selected frame only.
22206 (gdb-get-frame-number): Select frame even when point is on frame
22207 number.
22208
22209 2005-10-06 Masatake YAMATO <jet@gyve.org>
22210
22211 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22212 Put `font-lock-function-name-face'.
22213 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22214 and `font-lock-variable-name-face'
22215 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22216 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22217 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22218 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22219 (gdb-local-font-lock-keywords): New font lock keywords definition.
22220 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22221 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22222 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22223
22224 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22225
22226 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22227 (ediff-merge-region-is-non-clash-to-skip): Previously called
22228 ediff-merge-region-is-non-clash.
22229
22230 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22231 Use insert-buffer-substring.
22232
22233 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22234 selecting files to patch. Also bug fixes.
22235
22236 * ediff-util.el (ediff-setup): Bug fix.
22237 (ediff-next-difference): Never skip clashes that differ in white
22238 space only.
22239
22240 * ediff-wind.el (ediff-setup-control-frame)
22241 (ediff-destroy-control-frame): Check the menubar feature.
22242
22243 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22244 (viper-refresh-mode-line): Use make-local-variable to localize
22245 some vars instead of make-variable-buffer-local. Suggested by
22246 Stefan Monnier.
22247
22248 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22249 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22250 Use make-local-variable instead of make-variable-buffer-local.
22251 Suggested by Stefan Monnier.
22252
22253 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22254 (viper-comint-mode-hook): Use make-local-variable on
22255 require-final-newline.
22256 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22257
22258 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22259
22260 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22261 also the second char of a comment-start sequence.
22262 (scheme-sexp-comment-syntax-table): New var.
22263 (lambda, define): Set their scheme-doc-string-elt property.
22264 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22265 Use lisp-font-lock-syntactic-face-function now that it properly
22266 handles |...| symbols.
22267 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22268 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22269
22270 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22271 bit from # to |.
22272 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22273
22274 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22275 (lisp-doc-string-elt-property): New var.
22276 (lisp-font-lock-syntactic-face-function): Use it.
22277 Rewrite to recognize docstrings even for forms not at toplevel.
22278
22279 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22280 annotation on the | part of #| rather than on the # part.
22281 (scheme-font-lock-syntactic-face-function): New function, to
22282 distinguish strings from |...| symbols.
22283 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22284 syntax-table so that #|...|# is properly highlighted.
22285
22286 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22287 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22288
22289 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22290
22291 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22292 and C-e.
22293
22294 * emacs-lisp/eldoc.el: Move comments into docstrings.
22295 (eldoc-message-commands): Initialize in its declaration.
22296 Add move-beginning-of-line and move-end-of-line.
22297 (eldoc-add-command, eldoc-add-command-completions)
22298 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22299
22300 * outline.el (outline-mark-subtree): Activate the mark.
22301
22302 * calendar/appt.el (appt-time-regexp): New var.
22303 (appt-add, appt-make-list): Use it.
22304 (appt-convert-time): Clean up.
22305
22306 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22307 Don't set any syntax-table property here.
22308 (tex-font-lock-verb): New function. Do it here.
22309 (tex-font-lock-syntactic-keywords): Use it.
22310
22311 2005-10-04 Richard M. Stallman <rms@gnu.org>
22312
22313 * wid-edit.el (widget-file-complete): Get the widget start point
22314 the right way. Default directory to `/' if file has none.
22315
22316 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22317
22318 * textmodes/flyspell.el (flyspell-mode-on):
22319 Call ispell-maybe-find-aspell-dictionaries.
22320
22321 * textmodes/ispell.el (ispell-word, ispell-region):
22322 Call ispell-maybe-find-aspell-dictionaries.
22323 (ispell-accept-buffer-local-defs):
22324 Don't call ispell-maybe-find-aspell-dictionaries.
22325
22326 2005-10-04 Richard M. Stallman <rms@gnu.org>
22327
22328 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22329
22330 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
22331
22332 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22333 instead of `fboundp' in order to allow for anonymous functions.
22334
22335 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
22336
22337 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22338 case the user clicks on the link while another window is selected.
22339 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22340
22341 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22342 functionality.
22343 (dframe-help-echo): Save point in case mouse tracking is off.
22344
22345 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
22346
22347 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22348
22349 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22350
22351 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22352 not change the global value of those vars.
22353
22354 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22355 make-local-variable which we do not need any more.
22356
22357 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
22358
22359 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22360 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22361 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22362 (speedbar-path-line): Define obsolete aliases.
22363 (speedbar-line-directory): Doc fix.
22364
22365 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22366 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22367 instead of speedbar-line-path.
22368
22369 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22370
22371 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22372 to nil if dropping on a window. Handle dropping on a minibuffer window
22373 like dropping on a non-window part of Emacs.
22374
22375 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22376
22377 * net/ange-ftp.el: Use with-current-buffer.
22378 (ange-ftp-insert-directory): Do not follow symlinks any more.
22379
22380 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22381 Remove interactive spec.
22382
22383 2005-10-03 Kim F. Storm <storm@cua.dk>
22384
22385 * ido.el (ido-mode): Use custom-initialize-set.
22386
22387 2005-10-02 Richard M. Stallman <rms@gnu.org>
22388
22389 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22390 Use insert-buffer-substring.
22391
22392 * net/tramp.el: Pacify byte compiler warnings in pacification code.
22393 (tramp-handle-file-local-copy): Use insert-buffer-substring.
22394
22395 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22396
22397 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22398 in last change.
22399 (ange-ftp-insert-directory): Fix up the search for the case where
22400 `file' is absolute.
22401
22402 2005-10-02 Romain Francoise <romain@orebokech.com>
22403
22404 * progmodes/compile.el (compile-goto-error): Delete extra paren.
22405
22406 2005-10-02 Andreas Schwab <schwab@suse.de>
22407
22408 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22409 directory component in the session info.
22410
22411 2005-10-01 Richard M. Stallman <rms@gnu.org>
22412
22413 * comint.el (comint-redirect-subvert-readonly): Doc fix.
22414
22415 * simple.el (next-error-internal): New function.
22416
22417 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22418 (compilation-start): Pass new arg to compilation-buffer-name.
22419 (compile-goto-error): Use next-error-internal.
22420
22421 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22422
22423 * speedbar.el: Remove RCS tag.
22424 (speedbar-check-read-only): Handle non-existent files.
22425
22426 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22427
22428 * info.el (Info-speedbar-hierarchy-buttons)
22429 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22430
22431 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22432
22433 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22434 Do not match newline.
22435 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22436 (bibtex-summary): Remove unnecessary save-excursion.
22437 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22438
22439 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22440
22441 * term/mac-win.el: Add charset info for "iso10646-1".
22442 Modify default fontset to use ATSUI-compatible fonts for some charsets
22443 if available.
22444
22445 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22446
22447 * speedbar.el: Re-apply arch tag.
22448 (speedbar-version): Rename to version 1.0. Suggested by Eric
22449 M. Ludlam.
22450 Reapply two changes from Emacs CVS' version of speedbar lost
22451 during the merge:
22452 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22453 (speedbar-frame-parameters): Improve customize type.
22454
22455 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
22456
22457 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22458 (ange-ftp-file-directory-p): Fix the symlink case.
22459 (ange-ftp-insert-directory): When listing a single file, get a list of
22460 the parent buffer and extract the relevant line. Inspired from a patch
22461 by Katsumi Yamaoka <yamaoka@jpl.org>.
22462 (ange-ftp-file-name-sans-versions): Simplify.
22463
22464 2005-09-30 Bill Wohler <wohler@newt.com>
22465
22466 Move MH-E image files from toolbar and mail directories into
22467 etc/images.
22468
22469 * mail/reply2.*: Move to etc/images/mail/reply*.
22470
22471 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22472 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22473 etc/images.
22474
22475 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22476 * toolbar/reply*: Move to etc/images/mail.
22477
22478 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22479
22480 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
22481
22482 * speedbar.el: New version 1.0pre3.
22483
22484 Frame management code (including timer, and mouse click specifics)
22485 moved to dframe.el:
22486 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
22487 (speedbar-timer): Removed. Use dframe-timer.
22488 (speedbar-close-frame): Removed. Use dframe-close-frame.
22489 (speedbar-activity-change-focus-flag): Removed. Use
22490 dframe-activity-change-focus-flag.
22491 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
22492 dframe-update-speed.
22493
22494 (speedbar-current-frame): New macro. Use this instead of the
22495 variable speedbar-frame.
22496
22497 (speedbar-use-images, speedbar-expand-image-button-alist)
22498 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22499
22500 (speedbar-find-image-on-load-path): Removed. Replaced by
22501 defezimage in ezimage.el.
22502 (speedbar-expand-image-button-alist): Removed. Replaced by
22503 ezimage-expand-image-button-alist in ezimage.el.
22504
22505 (speedbar-ignored-directory-regexp)
22506 (speedbar-add-ignored-directory-regexp)
22507 (speedbar-ignored-directory-expressions)
22508 (speedbar-line-directory, speedbar-buffers-line-directory)
22509 (speedbar-directory-line, speedbar-buffers-line-directory):
22510 Renamed, replacing `path' with `directory'.
22511
22512 (speedbar-create-directory, speedbar-expand-line-descendants)
22513 (speedbar-toggle-line-expansion)
22514 (speedbar-contract-line-descendants): New commands.
22515
22516 (speedbar-query-confirmation-method, speedbar-select-frame-method)
22517 (speedbar-use-tool-tips-flag): New options.
22518
22519 (speedbar-check-read-only, speedbar-require-version)
22520 (speedbar-insert-separator, speedbar-buffers-tail-notes)
22521 (speedbar-handle-delete-frame, speedbar-try-completion)
22522 (speedbar-update-localized-contents): New functions.
22523
22524 (speedbar-incompatible-version, speedbar-ro-to-do-point)
22525 (speedbar-object-read-only-indicator): New variables.
22526
22527 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22528 New hooks.
22529
22530 (speedbar-separator-face): New face.
22531
22532 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22533 (speedbar-ignored-modes): Add fundamental-mode.
22534 (speedbar-directory-unshown-regexp): Add . directories.
22535
22536 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22537 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22538 `]' for full expand/close.
22539 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22540
22541 (speedbar-check-vc): Support hidden files.
22542 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22543 (speedbar-this-file-in-vc): Use vc-state if available. If VC
22544 state is nil, it is not checked out.
22545
22546 (speedbar-line-text, speedbar-line-token): Support expand buttons
22547 with no text.
22548 (speedbar-refresh): Universal argument acts as power-click.
22549 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22550 that buffer to get variable values.
22551
22552 And many other bugfixes.
22553
22554 * dframe.el, ezimage.el, sb-image.el: New files.
22555
22556 * sb-*.xpm: Remove files. New image files installed into
22557 etc/images/ezimage.
22558
22559 2005-09-30 Kenichi Handa <handa@m17n.org>
22560
22561 * ps-mule.el (ps-mule-show-warning): If a character is in
22562 ps-print-translation-table, don't treat it as non-printable.
22563
22564 2005-09-30 David Ponce <david@dponce.com>
22565
22566 * tree-widget.el (tree-widget-themes-load-path): New variable.
22567 (tree-widget-themes-directory): Doc fix.
22568 (tree-widget-image-formats) [Emacs]: Doc fix.
22569 (tree-widget--locate-sub-directory): New function.
22570 (tree-widget-themes-directory): Use it.
22571
22572 * recentf.el (recentf-filename-handlers): Rename from
22573 `recentf-filename-handler'. Allow a list of functions.
22574 (recentf-menu-items-for-commands): Fix :help strings.
22575 (recentf-apply-filename-handlers): New function.
22576 (recentf-expand-file-name): Use it.
22577 (recentf-cleanup): Remove duplicates too.
22578
22579 2005-09-29 Juri Linkov <juri@jurta.org>
22580
22581 * faces.el: Rearrange face definitions to be in the same order as
22582 their face descriptions in "(emacs)Standard Faces".
22583
22584 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22585
22586 * tooltip.el (tooltip): Add group `basic-faces'.
22587
22588 * buff-menu.el (Buffer-menu-buffer): Remove group
22589 `font-lock-highlighting-faces'.
22590
22591 * progmodes/compile.el (compilation-error, compilation-warning)
22592 (compilation-info, compilation-line-number, compilation-column-number):
22593 Change group from `font-lock-highlighting-faces' to `compilation'.
22594
22595 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22596 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22597 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22598 (vhdl-font-lock-reserved-words-face)
22599 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22600 `font-lock-highlighting-faces'.
22601
22602 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22603
22604 2005-09-28 Kim F. Storm <storm@cua.dk>
22605
22606 * emulation/cua-base.el: Set CUA move property on additional commands:
22607 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22608 forward-sexp, backward-sexp, forward-list, backward-list.
22609
22610 2005-09-28 Romain Francoise <romain@orebokech.com>
22611
22612 * comint.el (comint-show-output): Really set point at the
22613 beginning of the output when not using `comint-use-prompt-regexp'.
22614
22615 2005-09-27 Jay Belanger <belanger@truman.edu>
22616
22617 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22618 in TeX mode.
22619
22620 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
22621
22622 * textmodes/org.el (org-table-sum): Fix format string.
22623
22624 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22625 Quote face names.
22626
22627 2005-09-26 Romain Francoise <romain@orebokech.com>
22628
22629 * isearch.el (isearch-forward-regexp): Close doc string.
22630
22631 2005-09-25 Richard M. Stallman <rms@gnu.org>
22632
22633 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22634
22635 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22636
22637 * progmodes/compile.el (compilation-error-properties):
22638 When getting the file from the previous error message,
22639 correctly decode the new data format.
22640
22641 * progmodes/cc-cmds.el (c-electric-paren):
22642 Call old-blink-paren only for close-paren.
22643
22644 2005-09-24 Andreas Schwab <schwab@suse.de>
22645
22646 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22647 condition.
22648
22649 2005-09-25 Romain Francoise <romain@orebokech.com>
22650
22651 * dired-aux.el (dired-copy-file-recursive):
22652 * dired.el (dired-delete-file):
22653 * ediff-mult.el (ediff-dir-diff-copy-file):
22654 * ediff-util.el (ediff-test-save-region):
22655 * forms.el (forms-mode):
22656 * ido.el (ido-file-internal, ido-delete-file-at-head):
22657 * log-edit.el (log-edit-done):
22658 * ses.el (ses-yank-resize):
22659 * play/gomoku.el (gomoku-human-plays, gomoku)
22660 (gomoku-human-resigns, gomoku-prompt-for-other-game)
22661 (gomoku-offer-a-draw):
22662 * play/landmark.el (lm-human-resigns, lm):
22663 * net/eudcb-ldap.el (eudc-ldap-check-base):
22664 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22665 * progmodes/ebrowse.el (ebrowse-find-pattern):
22666 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22667 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22668 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22669
22670 * vc.el (vc-delete-file):
22671 * play/gomoku.el (gomoku-terminate-game, gomoku)
22672 (gomoku-prompt-for-move, gomoku-human-takes-back):
22673 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22674 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22675
22676 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
22677
22678 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22679 color rxvt terminals by using the code xterm.el used to use before
22680 2005-04-09 in order to match the colors used by rxvt.
22681
22682 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22683
22684 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22685 colors rxvt-unicode terminals by using the same code as xterm.el.
22686
22687 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22688
22689 * textmodes/tex-mode.el (tex-font-lock-append-prop)
22690 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22691 new symbol used for the tex-verbatim face.
22692
22693 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
22694
22695 * woman.el (woman-file-name):
22696 * wid-edit.el (widget-file-prompt-value)
22697 (widget-coding-system-prompt-value):
22698 * w32-fns.el (set-w32-system-coding-system):
22699 * vc.el (vc-version-diff, vc-annotate):
22700 * textmodes/reftex-auc.el (reftex-arg-cite)
22701 (reftex-arg-index-tag):
22702 * textmodes/refer.el (refer-get-bib-files):
22703 * textmodes/artist.el (artist-figlet-choose-font):
22704 * terminal.el (terminal-emulator):
22705 * replace.el (occur-read-primary-args):
22706 * rect.el (string-rectangle, string-insert-rectangle):
22707 * ps-print.el (ps-print-preprint):
22708 * progmodes/pascal.el (pascal-goto-defun):
22709 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22710 * progmodes/compile.el (compilation-find-file):
22711 * printing.el (pr-interactive-n-up):
22712 * play/animate.el (animate-birthday-present):
22713 * net/rcompile.el (remote-compile):
22714 * man.el (man, Man-goto-section, Man-follow-manual-reference):
22715 * mail/rmailsum.el (rmail-summary-search-backward)
22716 (rmail-summary-search):
22717 * mail/rmailout.el (rmail-output-read-rmail-file-name)
22718 (rmail-output-read-file-name):
22719 * mail/rmail.el (rmail-search, rmail-search-backwards):
22720 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22721 * locate.el (locate):
22722 * international/quail.el (quail-show-keyboard-layout):
22723 * international/mule.el (set-buffer-file-coding-system)
22724 (revert-buffer-with-coding-system, set-file-name-coding-system)
22725 (set-terminal-coding-system, set-keyboard-coding-system)
22726 (set-next-selection-coding-system):
22727 * international/mule-diag.el (describe-coding-system)
22728 (describe-font, describe-fontset):
22729 * international/mule-cmds.el (universal-coding-system-argument)
22730 (search-unencodable-char, describe-input-method)
22731 (set-language-environment, describe-language-environment):
22732 * international/codepage.el (codepage-setup):
22733 * international/code-pages.el (codepage-setup):
22734 * info.el (Info-search, Info-follow-reference)
22735 (Info-search-backward):
22736 * emacs-lisp/advice.el (ad-read-advised-function)
22737 (ad-read-advice-class, ad-clear-cache, ad-activate)
22738 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22739 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22740 (ad-read-regexp):
22741 * ediff-util.el (ediff-toggle-regexp-match):
22742 * ediff-ptch.el (ediff-prompt-for-patch-file):
22743 * dired-aux.el (dired-diff):
22744 * diff.el (diff):
22745 * cus-edit.el (custom-variable-prompt):
22746 * calendar/timeclock.el (timeclock-ask-for-project):
22747 * calc/calcalg3.el (calc-get-fit-variables):
22748 * calc/calc-store.el (calc-edit-variable)
22749 (calc-permanent-variable):
22750 * vc-mcvs.el (vc-mcvs-register):
22751 * shadowfile.el (shadow-define-literal-group):
22752 * woman.el (woman-file-name):
22753 * vc.el (vc-version-diff, vc-merge):
22754 * textmodes/reftex-index.el (reftex-index-complete-tag):
22755 * format.el (format-decode-buffer, format-decode-region):
22756 * emulation/viper-cmd.el (viper-read-string-with-history):
22757 * emacs-lisp/debug.el (cancel-debug-on-entry):
22758 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22759 * ediff.el (ediff-merge-revisions)
22760 (ediff-merge-revisions-with-ancestor, ediff-revision):
22761 * completion.el (interactive-completion-string-reader):
22762 * calc/calc-prog.el (calc-user-define-formula):
22763 Follow convention for reading with the minibuffer.
22764
22765 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
22766
22767 * progmodes/python.el (python-describe-symbol): Add globals() and
22768 locals() to the arguments of emacs.ehelp.
22769
22770 2005-09-24 Magnus Henoch <mange@freemail.hu>
22771
22772 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22773 New function, code extracted from ispell-valid-dictionary-list.
22774 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22775 Call it.
22776
22777 2005-09-24 Eli Zaretskii <eliz@gnu.org>
22778
22779 * subr.el (version-regexp-alist): Extend valid syntax for version
22780 strings: allow any of the characters -,_,+ to separate the
22781 alpha/beta/rc part from the version part. Doc fix.
22782 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
22783
22784 2005-09-23 David Reitter <david.reitter@gmail.com>
22785
22786 * mail/mailclient.el: New file.
22787
22788 2005-09-23 Richard M. Stallman <rms@gnu.org>
22789
22790 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22791 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22792 Doc fixes.
22793
22794 * progmodes/cc-mode.el (c-font-lock-init):
22795 Specify font-lock-lines-before.
22796
22797 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
22798
22799 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22800 whole conflict.
22801
22802 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
22803
22804 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22805 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
22806 of `remap' feature when available. Additional key bindings for
22807 better tty support.
22808 (org-mode-restart, org-force-self-insert): New commands.
22809 (org-time-stamp-inactive): New command.
22810 (org-remap): New function.
22811 (org-table-auto-blank-field, org-level-color-stars-only): New options.
22812 (org-enable-fixed-width-editor): Move to `org-structure'
22813 customization group.
22814 (org-self-insert-command, orgtbl-self-insert-command): Modify to
22815 blank field after field motion commands.
22816
22817 2005-09-23 Kenichi Handa <handa@m17n.org>
22818
22819 * international/mule-cmds.el (set-language-environment):
22820 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22821 have to call utf-translate-cjk-load-tables.
22822
22823 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
22824
22825 * mouse.el (mouse-move-drag-overlay): Fix last change.
22826
22827 2005-09-22 David Ponce <david@dponce.com>
22828
22829 * tree-widget.el (tree-widget-value-create): Fix previous change.
22830
22831 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22832
22833 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22834
22835 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22836
22837 * mouse.el (mouse-move-drag-overlay): New function.
22838 (mouse-drag-region-1): Use it.
22839 Try to simplify a bit the state handling. Handle clicks on links
22840 inside intangible areas.
22841 (mouse-save-then-kill): Minor simplification.
22842 (mouse-secondary-overlay): Make it always non-nil instead of
22843 recreating it each time.
22844 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22845 (mouse-kill-secondary, mouse-secondary-save-then-kill):
22846 Simplify accordingly.
22847
22848 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22849
22850 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22851
22852 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
22853
22854 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22855 (ediff-file-name-sans-prefix): Treat nil as an empty string.
22856 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22857 to patch.
22858
22859 * ediff-util.el: Use insert-buffer-substring.
22860
22861 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22862
22863 * emulation/viper-cmd.el (viper-change-state): Don't move over the
22864 field boundaries in the minibuffer.
22865 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22866 (viper-minibuffer-post-command-hook): New hook.
22867 (viper-line): Don't move cursor at bolp.
22868
22869 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22870
22871 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22872 avoid compiler warnings.
22873
22874 * emulation/viper-macs.el (ex-map): Better messages.
22875
22876 * emulation/viper-utils.el (viper-beginning-of-field): New function.
22877
22878 * emulation/viper.el: Replace make-variable-buffer-local with
22879 viper-make-variable-buffer-local everywhere, to avoid warnings.
22880
22881 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22882
22883 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22884 Delete unused var `old-selected-window'.
22885 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22886 (mouse-drag-secondary): Delete unused var `start-frame'.
22887
22888 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22889
22890 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22891
22892 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22893
22894 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22895 Re-indent within 80 columns. Use inhibit-read-only.
22896
22897 2005-09-19 Romain Francoise <romain@orebokech.com>
22898
22899 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22900
22901 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22902
22903 * font-lock.el (font-lock-default-fontify-region): Don't add a line
22904 unconditionally, since the after-change-function already did it.
22905
22906 2005-09-19 Miles Bader <miles@gnu.org>
22907
22908 * net/newsticker.el: Get rid of CVS keyword.
22909
22910 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22911
22912 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22913 The prompt is formatted later.
22914
22915 2005-09-19 David Ponce <david@dponce.com>
22916
22917 * tree-widget.el (tree-widget-value-create): Save the converted
22918 tree :node widget.
22919
22920 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
22921
22922 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22923 variable `message'.
22924
22925 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
22926
22927 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22928 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
22929 <slawomir.nowaczyk.847@student.lu.se>.
22930
22931 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
22932
22933 * image.el (image-load-path): Use symbol `data-directory' instead
22934 of its value, for backward compatibility with packages that bind
22935 it during `find-image'. Suggested by Katsumi Yamaoka.
22936 (image-search-load-path): Handle symbols whose values are strings.
22937
22938 2005-09-18 Romain Francoise <romain@orebokech.com>
22939
22940 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22941 with-current-buffer form in save-excursion.
22942
22943 2005-09-18 Deepak Goel <deego@gnufans.org>
22944
22945 * apropos.el (apropos-command): Fix `message' call: first arg
22946 should be a format spec. In this and all other cases that appear
22947 below and elsewhere in the source code, I made a change only when
22948 two conditions were satisfied: [1] I can think of a possibility
22949 that the arguments would cause an error, for example, the code in
22950 question relies on external variables such as filenames. [2] I
22951 was sure that the arg to `message' could not have been nil in the code.
22952
22953 * textmodes/tildify.el (tildify-region): Ditto.
22954
22955 * textmodes/reftex-index.el (reftex-index-change-entry)
22956 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22957 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22958 * textmodes/org.el (org-complete, org-deadline, org-schedule)
22959 (org-priority, org-table-sum):
22960 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22961 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22962 (flyspell-word, flyspell-display-next-corrections):
22963 * textmodes/bibtex.el (bibtex-print-help-message):
22964 * textmodes/artist.el (artist-key-set-point-poly):
22965 * term/mac-win.el (mac-services-insert-text):
22966 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22967 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22968 (vhdl-port-paste-testbench, vhdl-compose-new-component)
22969 (vhdl-compose-configuration):
22970 * progmodes/sh-script.el (sh-blink, sh-show-indent)
22971 (sh-set-indent, sh-learn-line-indent):
22972 * progmodes/ps-mode.el (ps-mode-target-column):
22973 * progmodes/idlwave.el (idlwave-make-tags)
22974 (idlwave-scan-library-catalogs):
22975 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22976 * progmodes/gud.el (gud-jdb-analyze-source):
22977 * progmodes/flymake.el (flymake-log):
22978 * progmodes/ebnf2ps.el (ebnf-generate-region):
22979 * progmodes/cmacexp.el (c-macro-expansion):
22980 * progmodes/ada-xref.el (ada-treat-cmd-string):
22981 * progmodes/ada-mode.el (ada-create-case-exception-substring)
22982 (ada-justified-indent-current, ada-batch-reformat):
22983 * play/zone.el (zone):
22984 * play/landmark.el (lm-move):
22985 * play/decipher.el (decipher-show-alphabet):
22986 * net/newsticker.el (newsticker--display-jump)
22987 (newsticker--display-scroll):
22988 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22989 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22990 * mail/feedmail.el (feedmail-dump-message-to-queue):
22991 * eshell/esh-proc.el (eshell-remove-process-entry):
22992 * emulation/ws-mode.el (ws-last-error):
22993 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22994 (viper-record-kbd-macro):
22995 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22996 * emacs-lisp/lisp-mnt.el (lm-report-bug):
22997 * emacs-lisp/find-func.el (find-function-noselect):
22998 * calendar/timeclock.el (timeclock-status-string)
22999 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23000 (timeclock-when-to-leave-string):
23001 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23002 * calc/calc-units.el (calc-enter-units-table):
23003 * calc/calc-mode.el (calc-mode-record-mode):
23004 * woman.el (woman-mini-help):
23005 * wdired.el (wdired-change-to-wdired-mode):
23006 * vc.el (vc-retrieve-snapshot):
23007 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23008 * startup.el (display-startup-echo-area-message):
23009 * simple.el (set-goal-column):
23010 * ses.el (ses-command-hook, ses-recalculate-cell):
23011 * server.el (server-process-filter):
23012 * printing.el (pr-interface-txt-print, pr-interface-printify)
23013 (pr-interface-ps):
23014 * pcvs.el (cvs-help):
23015 * log-edit.el (log-edit, log-edit-mode-help):
23016 * iswitchb.el (iswitchb-possible-new-buffer):
23017 * isearch.el (isearch-edit-string):
23018 * image-mode.el (image-mode, image-minor-mode):
23019 * ibuf-macs.el (define-ibuffer-filter):
23020 * hi-lock.el (hi-lock-find-patterns):
23021 * files.el (toggle-read-only):
23022 * ediff-util.el (ediff-copy-diff)
23023 (ediff-write-merge-buffer-and-maybe-kill):
23024 * echistory.el (Electric-history-undefined):
23025 * dnd.el (dnd-insert-text):
23026 * dired-aux.el (dired-query):
23027 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23028 * bookmark.el (bookmark-bmenu-locate):
23029 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23030 Fix `message' calls to ensure first arg is a format string.
23031 The change was made only when these two conditions were satisfied:
23032 [1] when there is a possibility that the arguments would cause an error
23033 for example, if the code in question relies on external variables
23034 such as filenames, and
23035 [2] if the arg to `message' could not have been nil in the code.
23036
23037 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23038 Not having a %s would be weird, though not technically wrong.
23039
23040 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23041
23042 * term/mac-win.el (mac-add-charset-info): Doc fix.
23043
23044 2005-09-17 Romain Francoise <romain@orebokech.com>
23045
23046 * shell.el (shell-resync-dirs): Handle echoing processes more
23047 reliably. Don't insert resync command if `comint-process-echoes'
23048 is non-nil.
23049
23050 2005-09-17 Magnus Henoch <mange@freemail.hu>
23051
23052 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23053 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23054 aspell versions >= 0.60.
23055 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23056 only if ispell-aspell-supports-utf8 is non-nil.
23057
23058 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23059
23060 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23061 buffer-local value to lisp-indent-function.
23062
23063 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23064
23065 * progmodes/glasses.el (glasses-make-readable): If
23066 glasses-separator differs from underscore, put appropriate
23067 overlays over underscore characters.
23068 (glasses-convert-to-unreadable): If glasses-separator differs from
23069 underscore, try to convert glasses-separator characters to
23070 underscores.
23071
23072 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23073
23074 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23075 Use with-syntax-table and dolist.
23076
23077 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23078
23079 * textmodes/reftex-auc.el:
23080 * textmodes/reftex-cite.el:
23081 * textmodes/reftex-dcr.el:
23082 * textmodes/reftex-global.el:
23083 * textmodes/reftex-parse.el:
23084 * textmodes/reftex-ref.el:
23085 * textmodes/reftex-sel.el:
23086 * textmodes/reftex-toc.el:
23087 * textmodes/reftex-vars.el:
23088 * textmodes/reftex.el: Small changes to remove compiler warnings.
23089
23090 * textmodes/reftex-index.el: Likewise.
23091 (reftex-query-index-phrase): More efficient use of markers.
23092
23093 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23094
23095 * image.el (image-load-path): New variable.
23096 (image-search-load-path): New function.
23097 (find-image): Search for images in `image-load-path'.
23098
23099 2005-09-15 Richard M. Stallman <rms@gnu.org>
23100
23101 * follow.el: Change Maintainer field.
23102
23103 2005-09-15 David Ponce <david@dponce.com>
23104
23105 * recentf.el (recentf-save-file-modes): New option.
23106 (recentf-save-list): Use it.
23107
23108 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23109
23110 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23111 (mode-line-mule-info, mode-line-modified): Move bindings from
23112 mouse-3 to mouse-1.
23113
23114 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23115
23116 * simple.el (sendmail-user-agent-compose): Revert last change.
23117
23118 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23119
23120 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23121 Use with-current-buffer.
23122 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23123 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23124 (ange-ftp-insert-directory): Remove unused var `short'.
23125 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23126
23127 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23128 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23129
23130 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23131 (check-calendar-holidays, diary-list-entries): Autoload.
23132 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23133 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23134
23135 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23136 which mistakenly removed a call to display-buffer.
23137
23138 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23139
23140 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23141
23142 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23143
23144 * progmodes/hideshow.el
23145 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23146 (hs-allow-nesting): New user var.
23147 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23148 (hs-hide-block-at-point): When nesting allowed,
23149 if there is already an overlay in place, delete it.
23150 (hs-safety-is-job-n): Delete func; remove call sites.
23151 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23152 (hs-overlay-at): New func.
23153 (hs-already-hidden-p, hs-show-block): Use it.
23154 (hs-hide-all): Don't pre-clean if nesting allowed.
23155 (hs-show-all): Temporarily disallow
23156 nesting around call to `hs-discard-overlays'.
23157
23158 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23159
23160 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23161 Delete unused local var.
23162
23163 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23164
23165 * help-fns.el (describe-categories): "?\ " -> "?\s".
23166 (help-do-arg-highlight): Recognize also ARG-n, as in
23167 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23168
23169 * international/codepage.el (dos-unsupported-char-glyph):
23170 * net/newsticker.el (tool-bar-map, w3-mode-map)
23171 (w3m-minor-mode-map):
23172 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23173 (ent-alist):
23174 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23175
23176 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23177
23178 * custom.el (custom-push-theme): Handle the case where a symbol is
23179 bound but face properties have not yet been assigned.
23180
23181 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23182 Fix behavior if noerase is `t' and there is no mail buffer.
23183
23184 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23185 if `continue' is nil, rather than signal an error.
23186
23187 2005-09-12 Richard M. Stallman <rms@gnu.org>
23188
23189 * font-lock.el (font-lock-keywords): Add autoload.
23190
23191 * help-fns.el (describe-variable): Rearrange to put source link
23192 in a predictable place.
23193
23194 * net/newsticker.el: New file.
23195
23196 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23199 (calendar-basic-setup): Use the new nil arg.
23200 (number-of-diary-entries): Move to diary-lib.el.
23201
23202 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23203 (diary-list-entries): Use with-syntax-table and dolist.
23204 Rename from list-diary-entries.
23205 Use number-of-diary-entries if `number' is nil.
23206 (diary, diary-view-entries): Use this new name and new nil arg value.
23207 (number-of-diary-entries): Move from calendar.el.
23208 (diary-unhide-everything): New function.
23209 (include-other-diary-files, fancy-diary-display)
23210 (diary-show-all-entries, make-diary-entry): Use it.
23211 (diary-mail-entries): Use buffer-string.
23212 (mark-diary-entries): Fix long standing paren typo.
23213 (diary-sexp-entry): Use count-lines.
23214 (make-diary-entry): Avoid `previous-line'.
23215 (diary-mode-map): New var.
23216 (diary-mode): Redraw cal after saving. Setup header-line.
23217 (fancy-diary-display-mode): Use local-set-key.
23218
23219 * startup.el (command-line): Try calling various terminal-init-foo-bar
23220 functions by stripping hyphenated suffixes from $TERM.
23221
23222 * files.el (normal-mode): Check boundness of font-lock-keywords.
23223
23224 2005-09-12 Richard M. Stallman <rms@gnu.org>
23225
23226 * progmodes/compile.el: Don't decide a file's directory
23227 until the user actually tries to go there.
23228 (compilation-next-error-function):
23229 Pass compilation-find-file the directory from the file-struct.
23230 (compilation-internal-error-properties): Separate local FILE-STRUCT
23231 from FILE. Doc the args better. Rename arg FMT to FMTS.
23232 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23233 Expand it, and if nil, use default-directory.
23234 (compilation-get-file-structure): Don't mix specified directory
23235 with default directory. Put specified directory into
23236 file-struct. Don't make the file name absolute.
23237
23238 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23239 (compile-command): Add autoload.
23240 (compilation-disable-input): Add autoload.
23241
23242 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23243
23244 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23245 strings of the variables it can override.
23246 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23247 %Q and %q, for fully-qualified domain name and unqualified host name.
23248
23249 2005-09-11 Kim F. Storm <storm@cua.dk>
23250
23251 * emacs-lisp/authors.el (authors-aliases): Update list.
23252 (authors-fixed-entries): Update mldrag.el entry.
23253
23254 2005-09-10 Alan Mackenzie <acm@muc.de>
23255
23256 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23257 from the region narrowed to.
23258
23259 2005-09-10 Magnus Henoch <mange@freemail.hu>
23260
23261 * textmodes/ispell.el (ispell-check-version): Signal an error if
23262 aspell version is less than 0.60.
23263
23264 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23265
23266 * progmodes/octave-inf.el (inferior-octave-startup):
23267 Resync current dir at the end.
23268
23269 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23270
23271 * woman.el (woman-topic-at-point-default):
23272 Rename to woman-use-topic-at-point-default.
23273 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23274 (woman-file-name): Reflect renames above. Automatically use the
23275 word at point as topic if woman-use-topic-at-point is non-nil.
23276 Otherwise offer it as default but don't insert it in the
23277 minibuffer. Also use `test-completion' instead of `assoc' as
23278 suggested by Stefan Monnier.
23279
23280 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23281
23282 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23283 the attempt to do it over Tramp. This is not yet supported.
23284
23285 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23286
23287 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23288 (menu-bar-non-minibuffer-window-p): New functions.
23289 ("Split Window", "Save As..."): Use them.
23290 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23291 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23292 Use menu-bar-menu-frame-live-and-visible-p.
23293 ("Save Buffer", "Insert File", "Open Directory...")
23294 ("Open File...", "Visit New File..."):
23295 Use menu-bar-non-minibuffer-window-p.
23296 (kill-this-buffer-enabled-p, dired <menu-enable>):
23297 Use menu-bar-non-minibuffer-window-p.
23298
23299 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23300
23301 * cus-start.el (all): Don't complain about fringe-related
23302 built-ins if fringes are not supported. Ditto about
23303 selection-related built-ins. Fix the test for GTK-related built-ins.
23304
23305 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23306 ("Postscript Print Buffer", "Print Region", "Save As...")
23307 ("Save", "Insert File...", "Open Directory...")
23308 ("Open File...", "Visit New File..."")
23309 ("Truncate Long Lines in this Buffer"): Don't look at
23310 menu-updating-frame if this display does not support multiple frames.
23311
23312 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23313
23314 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23315
23316 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
23317
23318 * woman.el: Format- and whitespace-related changes.
23319
23320 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23321
23322 * woman.el: Fix my email address.
23323
23324 2005-09-08 Richard M. Stallman <rms@gnu.org>
23325
23326 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23327 (sh-mode): Locally set skeleton-pair-default-alist.
23328
23329 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23330
23331 * progmodes/flymake.el: Require `compile' unconditionally.
23332
23333 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23334
23335 * woman.el (woman-file-name): Provide a default, not initial input.
23336
23337 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23338
23339 * font-lock.el (font-lock-support-mode): Doc fix.
23340
23341 * descr-text.el (describe-property-list): Handle non-symbol prop names.
23342
23343 2005-09-08 Richard M. Stallman <rms@gnu.org>
23344
23345 * simple.el (blink-matching-open): Get rid of text props from
23346 the string shown in echo area. Don't permanently set point.
23347 Some rearrangements.
23348
23349 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23350
23351 * recentf.el (recentf-filename-handler): Add custom choice
23352 `abbreviate-file-name'.
23353
23354 * msb.el (msb--very-many-menus): Fix typo.
23355
23356 * disp-table.el (standard-display-european): Don't set
23357 enable-multibyte-characters to nil.
23358
23359 2005-09-08 David Ponce <david@dponce.com>
23360
23361 * recentf.el (recentf-show-file-shortcuts-flag): New option.
23362 (recentf-expand-file-name): Doc fix.
23363 (recentf-dialog-mode-map): Define digit shortcuts.
23364 (recentf--files-with-key): New variable.
23365 (recentf-show-digit-shortcut-filter): New function.
23366 (recentf-open-files-items): New function.
23367 (recentf-open-files): Use it.
23368 (recentf-open-file-with-key): New command.
23369
23370 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
23371
23372 * buff-menu.el (Buffer-menu-sort-by-column): New function.
23373 Suggested by Kim F. Storm.
23374 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23375 (Buffer-menu-make-sort-button): Use global keymap.
23376
23377 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
23378
23379 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23380 (Man-getpage-in-background-advice): Remove defadvice; it isn't
23381 necessary any longer with the remapped command.
23382 (Man-bgproc-sentinel-advice): Remove defadvice which counts
23383 formatting time only.
23384
23385 * net/tramp.el (tramp-action-password)
23386 (tramp-multi-action-password): Compile the password prompt from
23387 `method', `user' and `host'. Sometimes it isn't obvious which
23388 password to enter, for example with remote files offered by
23389 recentf.el, or with multiple steps. Suggested by Robert Marshall
23390 <robert@chezmarshall.freeserve.co.uk>.
23391
23392 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23393
23394 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23395 Fix regexp for when "s///" is at the beginning of line.
23396
23397 2005-09-07 Jay Belanger <belanger@truman.edu>
23398
23399 * calc/calc-poly.el (math-expand-term): Multiply out any powers
23400 when in matrix mode.
23401
23402 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23403
23404 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23405 non-anonymous functions.
23406
23407 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
23408
23409 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23410 when using a header line. Otherwise, use mouse-1-click-follows-link.
23411
23412 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23413 can't be moved; don't signal an error.
23414
23415 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
23416
23417 * cus-theme.el (custom-theme-write-faces): Save the current face
23418 spec, not the defface spec.
23419
23420 * custom.el (custom-known-themes): Clarify meaning of "standard".
23421 (custom-push-theme): Save old values in the standard theme.
23422 (disable-theme): Correct typo.
23423 (custom-face-theme-value): Deleted unused function.
23424 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23425
23426 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
23427
23428 * progmodes/compile.el (compilation-goto-locus): Take into account
23429 iconified frames when determining whether the buffer is
23430 already visible.
23431 Don't reset window height if the window already existed.
23432
23433 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
23434
23435 * custom.el (load-theme): Rename from require-theme.
23436 Add interactive spec.
23437 (enable-theme): Rename from custom-enable-theme.
23438 Add interactive spec.
23439 (disable-theme): Rename from custom-disable-theme.
23440 Add interactive spec.
23441 (custom-make-theme-feature): Doc fix.
23442 (custom-theme-directory): Doc fix.
23443 (provide-theme): Call enable-theme.
23444
23445 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
23446
23447 * obsolete/lazy-lock.el (lazy-lock-mode):
23448 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23449 font-lock-mode if it's off. Print a warning instead.
23450
23451 * progmodes/compile.el (compilation-start): Ignore errors if the
23452 process died before we get to send-eof.
23453
23454 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23455 Undo last change. Enclosing the result in quotes broke things on Unix
23456 since tex-send-command passes it through shell-quote-argument.
23457 (tex-send-command): Pass `file' through convert-standard-filename
23458 when possible.
23459 (tex-uptodate-p): Handle the case where TeX hasn't put additional
23460 info in a transcript.
23461
23462 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
23463
23464 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23465 fix compilation warning. Reorder the key definitions to group
23466 together keys emitted by the current version of xterm.
23467
23468 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23469 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23470 Reorder predicates to correct min-color usage.
23471
23472 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
23473
23474 * longlines.el (longlines-mode): Inhibit read-only when encoding.
23475 Kill local variables when longlines-mode is turned off.
23476
23477 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
23478
23479 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23480
23481 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23482
23483 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23484
23485 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23486 (font-lock-lines-before): Change default to being inactive.
23487 (font-lock-default-fontify-region): Obey font-lock-lines-before.
23488 (font-lock-after-change-function): Don't handle f-l-lines-before here.
23489
23490 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23491
23492 * net/tramp.el (tramp-handle-make-auto-save-file-name):
23493 Deactivate temporarily advice if active (not needed for Emacs 22,
23494 but for backwards compatibility).
23495 (tramp-exists-file-name-handler): Rewrite. First implementation
23496 was too simple.
23497 (tramp-advice-make-auto-save-file-name):
23498 Call `tramp-handle-make-auto-save-file-name' (again, just for
23499 backwards compatibility).
23500
23501 2005-08-31 Reto Zimmermann <reto@gnu.org>
23502
23503 * progmodes/vhdl-mode.el
23504 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23505 (vhdl-end-p): Fix indentation bug "else" after "-- when".
23506 (vhdl-set-default-project): New function (easier setting of default).
23507 (vhdl-port-copy): Handle extended identifiers for generics.
23508 (vhdl-compiler-alist): Better description for error message regexp.
23509 (vhdl-make): Query for target, use previous as default.
23510 (vhdl-port-copy): Fix port copy for port names starting with "signal".
23511 (vhdl-font-lock-keywords-2): Fix fontification for record
23512 el. assign.
23513 (vhdl-speedbar-make-subpack-line): Add package body link.
23514 (vhdl-generate-makefile-1): Not include itself as dependency.
23515 (vhdl-font-lock-init): Highlight c-preprocessor directives.
23516 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23517 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23518 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23519 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23520 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23521 (vhdl-import-project): Add string argument for `error'.
23522 (vhdl-compose-configuration)
23523 (vhdl-compose-configuration-architecture): Add configuration
23524 declaration generation.
23525 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23526 (vhdl-trailer-re): Add "record" keyword (better indentation).
23527 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23528 "[^ \t-\"]+".
23529 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23530 (vhdl-testbench-entity-file-name)
23531 (vhdl-testbench-architecture-file-name): Allow separate
23532 customization of testbench file names.
23533 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23534 (vhdl-get-visible-signals): Allow newline within alias declaration.
23535 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23536 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23537 (member-ignore-case): Alias for missing function in XEmacs.
23538 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23539 (vhdl-update-sensitivity-list): Ignore case on read signals.
23540 (vhdl-replace-string): Adjust case only for file names.
23541 (vhdl-update-sensitivity-list): Fix search for read signals.
23542 (vhdl-update-sensitivity-list): Exclude formal parameters.
23543 (vhdl-get-visible-signals): Include aliases of signals.
23544 (vhdl-get-visible-signals): Fix signal name searching.
23545 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23546 (vhdl-fixup-whitespace-region): Fix for character
23547 literals (e.g. `:').
23548
23549 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
23550
23551 * ansi-color.el (comint-last-output-start):
23552 * bs.el (font-lock-verbose):
23553 * diff-mode.el (add-log-buffer-file-name-function):
23554 * dired-x.el (vm-folder-directory):
23555 * faces.el (help-xref-stack-item):
23556 * files.el (font-lock-keywords):
23557 * find-lisp.el (dired-buffers, dired-subdir-alist):
23558 * ido.el (cua-inhibit-cua-keys):
23559 * log-view.el (cvs-minor-wrap-function):
23560 * outline.el (font-lock-warning-face):
23561 * simple.el (compilation-current-error):
23562 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23563 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23564 * tooltip.el (comint-prompt-regexp):
23565 * w32-fns.el (explicit-shell-file-name):
23566 * term/mac-win.el (mac-charset-info-alist)
23567 (mac-services-selection, mac-system-script-code):
23568 * term/tty-colors.el (msdos-color-values):
23569 * term/w32-win.el (xlfd-regexp-registry-subnum):
23570 * term/x-win.el (x-keysym-table, x-selection-timeout)
23571 (x-session-id, x-session-previous-id):
23572 * textmodes/ispell.el (mail-yank-prefix):
23573 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23574 * textmodes/org.el (calc-embedded-close-formula)
23575 (calc-embedded-open-formula)
23576 (font-lock-unfontify-region-function):
23577 * textmodes/reftex-global.el (isearch-next-buffer-function)
23578 (TeX-master):
23579 * textmodes/reftex.el (font-lock-keywords):
23580 * textmodes/tex-mode.el (font-lock-comment-face)
23581 (font-lock-doc-face):
23582 * textmodes/texinfo.el (outline-heading-alist):
23583 Add defvars.
23584
23585 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23586 (artist-spray-chars, artist-mode-init, artist-replace-string)
23587 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23588 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23589 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23590
23591 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23592 (conf-align-assignments): "?\ " -> "?\s".
23593
23594 * textmodes/reftex-index.el (TeX-master): Add defvar.
23595 (reftex-index-phrases-marker): Move up defvar.
23596
23597 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23598 (reftex-toc-include-labels-indicator)
23599 (reftex-toc-include-index-indicator)
23600 (reftex-toc-max-level-indicator): Move up declarations.
23601
23602 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23603 of args to `tramp-run-real-handler', even if it's empty in this case.
23604
23605 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23606
23607 * dired.el (dired-move-to-filename-regexp): Add date format for
23608 Mac OS X 10.3 in East Asian locales.
23609
23610 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23611
23612 * files.el (make-auto-save-file-name): Add file name handler call
23613 if applicable.
23614
23615 * net/tramp.el (tramp-file-name-handler-alist)
23616 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23617 (tramp-handle-make-auto-save-file-name): Rename from
23618 `tramp-make-auto-save-file-name'.
23619 (tramp-exists-file-name-handler): New defun.
23620 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23621 `make-auto-save-file-name' is not a magic file name operation.
23622
23623 2005-08-30 Richard M. Stallman <rms@gnu.org>
23624
23625 * files.el (risky-local-variable-p):
23626 Match `-predicates' and `-commands.
23627
23628 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23629 (custom-save-all): Visit the file if necessary;
23630 kill the buffer if we created it.
23631 (custom-save-delete): Don't visit file or kill buffer here.
23632
23633 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
23634
23635 * textmodes/org.el (org-special-keyword): New face.
23636 (org-table-copy-down, org-table-eval-formula)
23637 (org-table-recalculate, org-init-section-numbers):
23638 Use `string-to-number' instead of `string-to-int'.
23639 (org-get-location): Use `insert-buffer-substring' instead of
23640 `insert-buffer'.
23641 (org-modify-diary-entry-string): New function.
23642 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23643 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23644 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23645 active region.
23646 (org-export-as-html): Handle QUOTE keyword.
23647 (org-quote-string): New option.
23648 (org-bookmark-jump-unhide): New function, used for
23649 `bookmark-after-jump-hook'.
23650 (org-diary-default-entry): Apply only when not called through
23651 `org-agenda'.
23652
23653 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
23654
23655 * net/eudc.el (mode-popup-menu):
23656 * play/handwrite.el (ps-printer-name, ps-lpr-command):
23657 * progmodes/ada-mode.el (compile-auto-highlight)
23658 (skeleton-further-elements):
23659 * progmodes/autoconf.el (font-lock-syntactic-keywords):
23660 * progmodes/cmacexp.el (msdos-shells):
23661 * progmodes/compile.el (font-lock-extra-managed-props)
23662 (font-lock-keywords, font-lock-maximum-size)
23663 (font-lock-support-mode):
23664 * progmodes/grep.el (font-lock-lines-before):
23665 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23666 * progmodes/mixal-mode.el (compile-command):
23667 * progmodes/perl-mode.el (font-lock-comment-face)
23668 (font-lock-doc-face, font-lock-string-face):
23669 * progmodes/prolog.el (comint-prompt-regexp):
23670 * progmodes/sh-script.el (font-lock-comment-face)
23671 (font-lock-set-defaults, font-lock-string-face):
23672 * progmodes/sql.el (font-lock-keyword-face)
23673 (font-lock-set-defaults, font-lock-string-face):
23674 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23675 (itimer-version, lazy-lock-defer-contextually)
23676 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23677 Add defvars.
23678
23679 * progmodes/cperl-mode.el (cperl-electric-lbrace)
23680 (cperl-electric-keyword, cperl-electric-pod)
23681 (cperl-electric-backspace, cperl-forward-re)
23682 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23683 (vc-rcs-header, vc-sccs-header): Add defvars.
23684
23685 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23686 (font-lock-syntactic-keywords, gud-find-expr-function):
23687 Add defvars.
23688
23689 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23690 (gdb-frame-parameters): Declare before use.
23691
23692 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23693 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23694 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23695 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23696
23697 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23698 (idlwave-help-with-source): Use `insert-buffer-substring', not
23699 `insert-buffer'.
23700
23701 2005-08-29 Juri Linkov <juri@jurta.org>
23702
23703 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23704 Put outline-back-to-heading function call inside save-excursion.
23705
23706 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
23707
23708 * man.el (Man-init-defvars, Man-translate-references)
23709 (Man-support-local-filenames, Man-highlight-references):
23710 * progmodes/sql.el (sql-interactive-mode):
23711 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23712
23713 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23714 (compilation-mode-font-lock-keywords): Add defvars.
23715 (checkdoc-interactive-loop): "?\ " -> "?\s".
23716
23717 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23718 (font-lock-doc-face, font-lock-string-face)
23719 (font-lock-keywords-case-fold-search): Add defvars.
23720 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23721
23722 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23723 Don't pass X and Y (they are ignored anyway).
23724 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23725 (mouse-delete-window): Make arguments optional.
23726
23727 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23728 (caesar-translate-table, minor-modes, news-buffer-save)
23729 (news-group-name, news-minor-modes): Add defvars.
23730
23731 * emacs-lisp/lselect.el (mouse-highlight-priority)
23732 (x-lost-selection-functions, zmacs-regions):
23733 * emacs-lisp/pp.el (font-lock-verbose):
23734 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23735 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23736 (ses-mode-map):
23737 * emacs-lisp/tcover-unsafep.el (safe-functions):
23738 * international/mule-cmds.el (mac-system-coding-system)
23739 (mac-system-locale):
23740 * language/ethio-util.el (rmail-current-message)
23741 (rmail-message-vector):
23742 * language/thai-util.el (thai-auto-composition-mode):
23743 * mail/metamail.el (rmail-current-message, rmail-message-vector):
23744 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23745 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23746 (vm-primary-inbox, vm-spool-files):
23747 * mail/rmail.el (deleted-head, font-lock-fontified)
23748 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23749 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23750 (total-messages):
23751 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23752 (rmail-summary-mode-map):
23753 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23754 (rmail-last-label, rmail-last-multi-labels)
23755 (rmail-summary-vector, rmail-total-messages):
23756 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23757 * mail/rmailsum.el (msgnum):
23758 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23759 (rmail-current-message):
23760 * obsolete/fast-lock.el (font-lock-face-list):
23761 * obsolete/rnewspost.el (mail-reply-buffer):
23762 * obsolete/scribe.el (compile-command):
23763 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23764
23765 2005-08-28 John Paul Wallington <jpw@gnu.org>
23766
23767 * ibuf-ext.el (ibuffer-auto-update-changed):
23768 Use `frame-or-buffer-changed-p' to check whether we need to update.
23769 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23770 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
23771 as a `frame-or-buffer-changed-p' state vector instead.
23772
23773 2005-08-27 Romain Francoise <romain@orebokech.com>
23774
23775 * textmodes/makeinfo.el (makeinfo-compile):
23776 Use `compilation-start'. Set `next-error-function' according to
23777 `disable-errors'.
23778 (makeinfo-next-error): New function.
23779 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23780 (makeinfo-buffer): Likewise.
23781
23782 * progmodes/compile.el (compilation-start): Add autoload cookie.
23783
23784 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23785 * textmodes/sgml-mode.el: Likewise.
23786 * progmodes/python.el: Likewise.
23787
23788 2005-08-27 Eli Zaretskii <eliz@gnu.org>
23789
23790 * simple.el (blink-matching-paren-distance): Document the meaning
23791 of nil value, and allow to customize to nil.
23792
23793 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23794 command.com, not command.exe.
23795
23796 2005-08-26 John Wiegley <johnw@newartisans.com>
23797
23798 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23799 code around a bit so that an extraneous nil argument is not added
23800 to a command when no args are given.
23801
23802 * eshell/esh-arg.el (eshell-parse-double-quote): If a
23803 double-quoted argument resolves to nil, return it as an empty
23804 string rather than as nil. This made it impossible to pass "" to
23805 a shell script as a null string argument.
23806
23807 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
23808
23809 * outline.el (outline-invent-heading): New fun.
23810 (outline-promote, outline-demote): Use it.
23811 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23812 (outline-end-of-subtree): Remove unused var `opoint'.
23813
23814 2005-08-26 David Reitter <david.reitter@gmail.com>
23815
23816 * menu-bar.el (truncate-lines, write-file, print-buffer)
23817 (ps-print-buffer-faces, ps-print-buffer, split-window):
23818 Disable menu items when the frame they refer to is invisible, or when
23819 they refer to a buffer and the minibuffer is selected.
23820
23821 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
23822
23823 * progmodes/flymake.el (flymake-highlight-err-lines):
23824 Use save-excursion around flymake-highlight-line to preserve point.
23825
23826 2005-08-26 Eli Zaretskii <eliz@gnu.org>
23827
23828 * progmodes/octave-mod.el: Change Author and Maintainer address.
23829 (octave-maintainer-address): Change Kurt's email address.
23830 * progmodes/octave-inf.el: Change Author and Maintainer address.
23831 * progmodes/octave-hlp.el: Change Author and Maintainer address.
23832
23833 2005-08-26 Kim F. Storm <storm@cua.dk>
23834
23835 * subr.el (version-list-<, version-list-<=, version-list-=):
23836 Rename from integer-list-*.
23837 (version-list-not-zero): Likewise. Fix while loop.
23838 (version=): Use version-list-= instead of string-equal.
23839
23840 2005-08-26 Richard M. Stallman <rms@gnu.org>
23841
23842 * outline.el (outline-promote): Try shortening the heading.
23843 As last resort, read the heading to use.
23844 (outline-demote): As last resort, read the heading to use.
23845
23846 2005-08-26 Romain Francoise <romain@orebokech.com>
23847
23848 * progmodes/compile.el (compilation-start): Doc fix.
23849
23850 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23851 (antlr-font-lock-additional-keywords): Fix reference to
23852 `antlr-font-lock-literal-regexp' erroneously changed during the
23853 mass face rename.
23854 (antlr-run-tool): Use `compilation-start'.
23855
23856 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23857 instead of the obsolete `compile-internal'.
23858
23859 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
23860
23861 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23862 (number, original-date):
23863 * calendar/cal-china.el (date):
23864 * calendar/cal-coptic.el (date):
23865 * calendar/cal-french.el (date):
23866 * calendar/cal-hebrew.el (date, entry, number, original-date):
23867 * calendar/cal-islam.el (date, number, original-date):
23868 * calendar/cal-iso.el (date):
23869 * calendar/cal-julian.el (date):
23870 * calendar/cal-mayan.el (date):
23871 * calendar/cal-menu.el (date, event):
23872 * calendar/cal-persia.el (date):
23873 * calendar/lunar.el (date):
23874 * calendar/solar.el (date): Add defvars.
23875
23876 * emerge.el:
23877 * ibuffer.el:
23878 * info-xref.el:
23879 * obsolete/bg-mouse.el:
23880 * obsolete/sun-curs.el:
23881 * obsolete/swedish.el: Move the `defvar's to the top level.
23882
23883 * smerge-mode.el (smerge-refined-change): Add :group.
23884
23885 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23886
23887 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23888 (smerge-keep-n): Remove props.
23889 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23890 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23891 now that it's done in smerge-keep-n.
23892 (smerge-refined-change): New face.
23893 (smerge-refine-chopup-region, smerge-refine-highlight-change)
23894 (smerge-refine): New funs.
23895 (smerge-basic-map): Bind smerge-refine.
23896
23897 2005-08-25 Juri Linkov <juri@jurta.org>
23898
23899 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23900 compilation-process-setup-function and compilation-disable-input
23901 in grep-mode instead of let-bindings in grep.
23902
23903 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23904 Delete "Automatic File De/compression" (auto-compression-mode).
23905
23906 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
23907
23908 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23909 Silence warning about non-existent variable.
23910
23911 2005-08-25 Richard M. Stallman <rms@gnu.org>
23912
23913 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23914 Rename "Describe Key" to "Describe Key or Mouse Operation".
23915
23916 * mail/mailalias.el (build-mail-aliases): Delete comments
23917 from the contents before processing them.
23918
23919 * isearch.el (isearch-edit-string): Erase the Search prompt
23920 if user enters an empty string and there is no default.
23921
23922 * comint.el (comint-file-name-prefix): Add autoload.
23923
23924 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
23925
23926 * subr.el (play-sound): Rearrange to avoid warning.
23927
23928 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
23929
23930 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23931 New hook.
23932 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23933
23934 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
23935
23936 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23937
23938 * custom.el (custom-theme-set-variables): Sort minor modes last.
23939
23940 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23941
23942 * subr.el (version-separator, version-regexp-alist): New vars used by
23943 version comparison funs.
23944 (integer-list-<, integer-list-=, integer-list-<=)
23945 (integer-list-not-zero): New funs for integer list comparison.
23946 (version-to-list, version=, version<, version<=): New funs for version
23947 comparison.
23948
23949 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
23950
23951 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23952 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23953 time to silence the byte-compiler.
23954
23955 * ibuffer.el (ibuffer-compile-make-eliding-form)
23956 (ibuffer-check-formats): Use `with-no-warnings' to hide references
23957 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23958 so it's silly to get warnings for it).
23959 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23960 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23961 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23962 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23963 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23964 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23965 Defvar at compile time.
23966 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23967 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23968 Declare them before use.
23969
23970 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23971 (info-xref-good, info-xref-bad): Defvar at compile time.
23972
23973 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23974 Use `let*' instead of `let'.
23975
23976 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23977 (*mouse-y*, menu, char): Defvar at compile time.
23978 (sc::menu): Declare it before use.
23979 (sc::pack-one-line): Use `let', not `let*'.
23980
23981 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23982 (mail-send-hook): Defvar at compile time.
23983
23984 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23985 Defvar at compile time.
23986
23987 * term/sun-mouse.el (current-global-mousemap)
23988 (current-local-mousemap): Declare them before use.
23989
23990 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
23991
23992 * bookmark.el (bookmark-after-jump-hook): New hook.
23993 (bookmark-jump): Run `bookmark-after-jump-hook'.
23994
23995 2005-08-23 Juri Linkov <juri@jurta.org>
23996
23997 * faces.el (minibuffer-prompt): Doc fix.
23998
23999 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24000
24001 * progmodes/xscheme.el: Trivial changes to silence warnings.
24002 (xscheme-previous-mode, xscheme-previous-process-state):
24003 Add defvars.
24004 (xscheme-last-input-end, xscheme-process-command-line)
24005 (xscheme-process-name, xscheme-buffer-name)
24006 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24007 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24008 (xscheme-control-g-synchronization-p)
24009 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24010 (default-xscheme-runlight, xscheme-runlight)
24011 (xscheme-runlight-string, xscheme-process-filter-state)
24012 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24013 Move to beginning of file.
24014 (scheme-interaction-mode-commands-alist)
24015 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24016 Declare them before use. Note: the initialization code for the
24017 variables has not been moved because it uses functions that reference
24018 the variables.
24019 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24020 (xscheme-prompt-for-expression-map): Declare them before use.
24021 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24022
24023 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24024
24025 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24026
24027 2005-08-22 Juri Linkov <juri@jurta.org>
24028
24029 * faces.el (set-face-underline): Delete this duplicate function
24030 and make an obsolete alias to set-face-underline-p.
24031 (set-face-underline-p): Use docstring of set-face-underline.
24032 (describe-face): Create hyperlink to parent face.
24033
24034 * info.el (Info-insert-dir): Use save-excursion around
24035 insert-buffer-substring.
24036 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24037 (Info-escape-percent): Delete function.
24038 (Info-fontify-node): Replace Info-escape-percent by
24039 replace-regexp-in-string with REP arg set to lambda that
24040 duplicates `%' and preserves text properties.
24041
24042 * progmodes/compile.el (compilation-disable-input): Doc fix.
24043 (define-compilation-mode): Doc fix and refill.
24044 (kill-compilation): Use `mode-name' in the error message.
24045 (compilation-find-file): Use `compilation-error' in the
24046 read-file-name's prompt.
24047
24048 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24049
24050 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24051 (smerge-auto-leave): Make undo re-enable the mode.
24052 (debug-ignored-errors): Add the user-error of impossible resolution.
24053 (smerge-resolve): Move things around a bit, in preparation for later.
24054 (smerge-diff): Don't fail if the buffer has no associated file.
24055 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24056 (smerge-conflict-overlay): New function.
24057 (smerge-match-conflict): Don't add text properties here.
24058 (smerge-find-conflict): Instead, add an overlay here.
24059 Also check for the case where we're inside a conflict already, so as to
24060 obviate the need for font-lock-multiline, which is unbearably slow with
24061 large conflicts and ciomplex font-lock patterns.
24062 (smerge-remove-props): Remove overlay rather than text-properties.
24063 (smerge-mode): Don't set font-lock-multiline.
24064 Remove overlays when turned off.
24065
24066 2005-08-21 Kim F. Storm <storm@cua.dk>
24067
24068 * ido.el (ido-ignore-item-p): Use save-match-data.
24069 Bind case-fold-search to ido-case-fold locally.
24070
24071 2005-08-20 Richard M. Stallman <rms@gnu.org>
24072
24073 * files.el (normal-mode): If font lock is on, turn it off and on.
24074
24075 * subr.el (replace-regexp-in-string): Doc fix.
24076
24077 * startup.el (command-line-1): Don't suppress startup screen
24078 due to existing processes.
24079
24080 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24081
24082 * progmodes/compile.el (compilation-disable-input): Default to nil.
24083
24084 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24085
24086 * progmodes/compile.el (compilation-disable-input): New defcustom.
24087 (compilation-start): If compilation-disable-input is non-nil, send
24088 EOF to the compilation process.
24089
24090 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24091
24092 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24093 Run the argument of tex-shell-cd-command through
24094 convert-standard-filename, to get the correct style of slashes on
24095 Windows, and enclose the result in quotes, in case the file name
24096 includes whitespace or other special characters.
24097
24098 2005-08-19 Andreas Schwab <schwab@suse.de>
24099
24100 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24101 process.
24102
24103 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24104
24105 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24106
24107 2005-08-18 Kim F. Storm <storm@cua.dk>
24108
24109 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24110
24111 2005-08-18 Richard M. Stallman <rms@gnu.org>
24112
24113 * scroll-lock.el: New file.
24114
24115 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24116
24117 * dired.el (dired-move-to-end-of-filename):
24118 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24119
24120 2005-08-18 Kim F. Storm <storm@cua.dk>
24121
24122 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24123 rather than toggle mode when custom value is nil.
24124 (ido-everywhere): Fix defun doc string.
24125
24126 2005-08-17 Richard M. Stallman <rms@gnu.org>
24127
24128 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24129 as tag instead of "Inviolable".
24130
24131 2005-08-17 Kim F. Storm <storm@cua.dk>
24132
24133 * windmove.el (windmove-coordinates-of-position): Remove.
24134 (windmove-coordinates-of-window-position): Remove.
24135 (windmove-reference-loc): Use posn-at-point instead.
24136
24137 * subr.el (insert-for-yank-1): Doc fix.
24138
24139 * ido.el (ido-enter-matching-directory): Rename from
24140 ido-enter-single-matching-directory. Change `slash' choice to
24141 `only'. Add `first' choice.
24142 (ido-exhibit): Adapt to above changes.
24143
24144 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24145
24146 * Makefile.in: Expand comment about building loaddefs.el.
24147
24148 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24149
24150 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24151 Comment use of defadvice.
24152
24153 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24154
24155 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24156
24157 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24158 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24159 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24160 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24161 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24162 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24163 for backward compatibility for faces that did not appear in the
24164 previous Emacs release.
24165
24166 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24167
24168 2005-08-15 Kim F. Storm <storm@cua.dk>
24169
24170 * emulation/cua-base.el (cua-delete-region): Return t if
24171 deleted region was non-empty.
24172 (cua-replace-region): Inhibit overwrite-mode for
24173 self-insert-command if replaced region was non-empty.
24174 (cua--explicit-region-start, cua--status-string): Make them
24175 buffer-local at top-level...
24176 (cua-mode): ...rather than when mode is enabled.
24177
24178 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24179
24180 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24181 Set t for Emacs 21, 22, and so on.
24182
24183 2005-08-15 David Ponce <david@dponce.com>
24184
24185 * tree-widget.el: Update Commentary header.
24186 (tree-widget-theme): Doc fix.
24187 (tree-widget-space-width): New option.
24188 (tree-widget-image-properties): Look up in the default theme too.
24189 (tree-widget--cursors): Only for images with arrow pointer shape.
24190 (tree-widget-lookup-image): Pointer shape is hand by default.
24191 (tree-widget-icon): Rename generic icon widget from
24192 `tree-widget-control'.
24193 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24194 derive from `tree-widget-icon'.
24195 (tree-widget-handle): Improve default look and feel of the text
24196 representation.
24197 (tree-widget): Rename :*-control properties to :*-icon properties.
24198 Add :action and :help-echo properties.
24199 (tree-widget-after-toggle-functions): Move.
24200 (tree-widget-close-node, tree-widget-open-node): Remove.
24201 (tree-widget-before-create-icon-functions): New hook.
24202 (tree-widget-value-create): Update to allow customization of icons
24203 and nodes at run-time via that new hook.
24204 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24205 (tree-widget-icon-action, tree-widget-icon-help-echo)
24206 (tree-widget-action, tree-widget-help-echo): New functions.
24207
24208 2005-08-15 Kim F. Storm <storm@cua.dk>
24209
24210 * ido.el (ido-buffer-internal): Use with-no-warnings.
24211 (ido-make-merged-file-list): Use while-no-input.
24212
24213 2005-08-15 Richard M. Stallman <rms@gnu.org>
24214
24215 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24216 (flyspell-large-region): Fix doc and custom type.
24217
24218 2005-08-14 Richard M. Stallman <rms@gnu.org>
24219
24220 * files.el (interpreter-mode-alist): Doc fix.
24221
24222 * mail/rmail.el (rmail-nonignored-headers): New variable.
24223 (rmail-clear-headers): Use it.
24224 (rmail-reply): Better handling of mail-followup-to header.
24225
24226 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24227 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24228 don't try to refer to executable-font-lock-keywords.
24229 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24230 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24231 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24232 (sh-mode): Set comment-start-skip, local-abbrev-table,
24233 imenu-case-fold-search.
24234 (sh-set-shell): Don't set them here.
24235 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24236 Don't cache the results in the original alist; don't ever modify
24237 that alist.
24238
24239 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24240
24241 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24242 empty.
24243
24244 2005-08-15 Andreas Schwab <schwab@suse.de>
24245
24246 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24247
24248 * dired.el, info.el, mail/rmail.el: Revert last change.
24249
24250 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24251
24252 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24253 modification in `eval-after-load' form.
24254 * info.el: Likewise.
24255 * mail/rmail.el: Likewise.
24256
24257 2005-08-14 Juri Linkov <juri@jurta.org>
24258
24259 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24260 Remove highlighting of "Compilation started". Highlight only
24261 the word "finished" in "Compilation finished". Add highlighting
24262 of "interrupt", "killed", "terminated" and the exit code.
24263 (compilation-start): Add newline after header. Use exactly the
24264 same time stamp format as the finishing message.
24265 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24266
24267 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24268 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24269 Add highlighting of "interrupt", "killed", "terminated".
24270
24271 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24272 enabled and the current command is self-insert-command, call it
24273 explicitly with overwrite-mode bound to nil, to not allow it
24274 to delete the character after the selected region.
24275
24276 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24277
24278 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24279 move-end-of-line, end-of-line, and beginning-of-line to the list
24280 of commands after which the echo area is updated.
24281
24282 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24283
24284 * cus-edit.el (custom-save-all, custom-save-delete):
24285 Bind recentf-exclude to exclude custom-file.
24286
24287 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24288
24289 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24290 to go to the bottom of the mail message. Added to
24291 `rmail-summary-mode-map' with key "/".
24292 (rmail-summary-show-message): New (internal) function for use by
24293 both `rmail-summary-beginning/end-of-message'.
24294 (rmail-summary-beginning-of-message): Change to use
24295 rmail-summary-show-message.
24296
24297 * mail/rmail.el (rmail-end-of-message): New command to go to the
24298 end of the current message. Added to `rmail-mode-map' with key "/".
24299 (rmail-beginning-of-message): Fix to work as documented.
24300 (rmail-mode): Change documentation.
24301
24302 * progmodes/compile.el (compilation-start): Add the line
24303 "Compilation started" with compilation start time.
24304 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24305
24306 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24307
24308 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24309 of menu items.
24310
24311 2005-08-11 Richard M. Stallman <rms@gnu.org>
24312
24313 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24314
24315 * battery.el (battery-status-function): Don't use ignore-errors.
24316
24317 2005-08-11 Lute Kamstra <lute@gnu.org>
24318
24319 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24320 define-obsolete-variable-alias.
24321
24322 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24323
24324 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24325 (ange-ftp-send-cmd): Revert last change, and expand
24326 the comment explaining the problem.
24327
24328 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24329
24330 * ldefs-boot.el: Update.
24331
24332 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24333 item to "Time, Load and Mail". Change help echo text.
24334
24335 * time.el (display-time-use-mail-icon, display-time-format)
24336 (display-time-string-forms): Shorten first line of docstrings.
24337
24338 2005-08-10 Lars Hansen <larsh@soem.dk>
24339
24340 * desktop.el (desktop-buffer-mode-handlers):
24341 Make non-customizable. Add autoload cookie. Change initial value to
24342 nil; add elements in respective modules instead. Fix doc string.
24343 (desktop-load-file): New function.
24344 (desktop-minor-mode-handlers): New autoloaded variable.
24345 (desktop-create-buffer): Call minor mode handlers.
24346 Use desktop-load-file to load major and minor mode modules prior to
24347 checking for a handler.
24348 (desktop-save): Don't add nil to desktop-minor-modes for minor
24349 modes with nil function in desktop-minor-mode-table. Don't delete
24350 desktop file before rewriting it.
24351 (desktop-locals-to-save): Add autoload cookie. Don't make
24352 automatically buffer-local. Add variables column-number-mode,
24353 size-indication-mode, indent-tabs-mode,
24354 indicate-buffer-boundaries, indicate-empty-lines and
24355 show-trailing-whitespace.
24356 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24357 regexps. Don't use desktop-clear-preserve-buffers-regexp.
24358 (desktop-clear-preserve-buffers-regexp): Delete.
24359 (desktop-clear-preserve-buffers): Update initial value and docstring.
24360 (desktop-save-buffer): Fix doc string.
24361
24362 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24363 (hilit-chg-desktop-restore): New function.
24364 (highlight-changes-mode): Add highlight-changes-mode to
24365 desktop-locals-to-save.
24366
24367 * dired.el: Add handler to desktop-buffer-mode-handlers.
24368 (dired-restore-desktop-buffer): Remove autoload cookie.
24369 (dired-mode): Add autoload cookie.
24370
24371 * info.el: Add handler to desktop-buffer-mode-handlers.
24372 (Info-restore-desktop-buffer): Remove autoload cookie.
24373 (Info-mode): Add autoload cookie.
24374
24375 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24376 (mh-restore-desktop-buffer): Remove autoload cookie.
24377 (mh-folder-mode): Add autoload cookie.
24378
24379 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24380 (rmail-restore-desktop-buffer): Remove autoload cookie.
24381
24382 2005-08-11 Masatake YAMATO <jet@gyve.org>
24383
24384 * hexl.el (hexl-address-region):
24385 (hexl-ascii-region, hexl-font-lock-keywords):
24386 (hexl-highlight-line-range): Use the term "region"
24387 instead of "area" for consistency with the other symbols
24388 defined in hexl.el.
24389
24390 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
24391
24392 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24393 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24394 out by Juri Linkov). Add `display-battery-mode'.
24395
24396 2005-08-09 Juri Linkov <juri@jurta.org>
24397
24398 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24399 Remove `-text' from face variable names.
24400 (compilation-error-file-name, compilation-warning-file-name)
24401 (compilation-info-file-name): Delete faces.
24402 (compilation-line-number, compilation-column-number):
24403 Remove face underlining.
24404 (compilation-message-face): Set to `underline' value by default.
24405 (compilation-error-face, compilation-warning-face)
24406 (compilation-info-face): Remove `-file-name' from face names.
24407 (compilation-error-text-face, compilation-warning-text-face)
24408 (compilation-info-text-face): Delete face variables.
24409 (compilation-text-face): Delete function.
24410
24411 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24412 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24413 (grep-error-face): Set to `compilation-error' instead of
24414 `compilation-error-face' (which is redefined to `grep-hit-face' in
24415 grep buffers).
24416 (grep-mode-font-lock-keywords): Remove `-text' from face variable
24417 names. Use `grep-error-face' instead of `compilation-error-text-face'.
24418
24419 * dired-aux.el (dired-do-query-replace-regexp):
24420 Use `query-replace-read-args'.
24421
24422 * replace.el (query-replace-read-from, query-replace-read-to)
24423 (query-replace-read-args): Rename arg `string' to `prompt'.
24424
24425 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24426
24427 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
24428
24429 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24430 uploading files.
24431 (ange-ftp-canonize-filename): Handle file names beginning with ~
24432 correctly.
24433
24434 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24435
24436 * textmodes/fill.el (canonically-space-region)
24437 (fill-context-prefix, fill-french-nobreak-p)
24438 (fill-delete-newlines, fill-comment-paragraph)
24439 (justify-current-line): "?\ " -> "?\s".
24440
24441 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
24442
24443 * textmodes/fill.el (fill-nonuniform-paragraphs):
24444 Improve argument/docstring consistency.
24445
24446 2005-08-09 Richard M. Stallman <rms@gnu.org>
24447
24448 * textmodes/ispell.el (ispell-word): More fboundp checks.
24449
24450 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24451 (find-file-noselect-1): Call it here, only if RAWFILE.
24452 (normal-mode): Always set some major mode.
24453 (save-some-buffers-action-alist): Change some explanation strings.
24454 (file-name-non-special): In the `quote' method, use unwind-protect.
24455
24456 2005-08-09 Magnus Henoch <mange@freemail.hu>
24457
24458 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24459 (ispell-have-aspell-dictionaries): New variable.
24460 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24461 (ispell-get-aspell-config-value): New function.
24462 (ispell-aspell-find-dictionary): New function.
24463 (ispell-aspell-add-aliases): New function.
24464 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24465 appropriate. Don't look for ispell dictionaries if we use aspell.
24466 (ispell-menu-map): Don't build a submenu of dictionaries.
24467
24468 2005-08-09 Richard M. Stallman <rms@gnu.org>
24469
24470 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24471 (sql-read-passwd): Use read-passwd.
24472
24473 * progmodes/idlw-toolbar.el (idlwave-toolbar)
24474 (idlwave-toolbar-is-possible): Add defvars.
24475
24476 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24477 Avoid warnings.
24478
24479 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24480 (idlwave-system-class-info, idlwave-executive-commands-alist):
24481 Use defvar.
24482
24483 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24484
24485 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24486 Avoid warnings.
24487
24488 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24489 and content-type: headers.
24490
24491 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24492
24493 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24494 and rename some of them to be more self-explanatory.
24495
24496 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24497
24498 * startup.el (command-line-1): Implement -scriptload.
24499
24500 * replace.el (occur-engine): Initial *Occur* output not undoable.
24501
24502 * menu-bar.el (menu-bar-file-menu): Rename some menu items
24503 and improve help strings.
24504
24505 * isearch.el (isearch-repeat): When changing direction,
24506 mark search successful.
24507
24508 * ediff-init.el: Use (featurep 'xemacs).
24509
24510 * comint.el (send-invisible): Identify buffer, if not selected.
24511
24512 * align.el: Delete autoload for c-guess-basic-syntax.
24513
24514 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24515
24516 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24517 Improve argument/docstring consistency. Doc fixes.
24518 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24519 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24520 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24521 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24522 (r2bv-organization, r2bv-pages, r2bv-primary-author)
24523 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24524 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24525 Defvar at compile time.
24526
24527 2005-08-09 Juri Linkov <juri@jurta.org>
24528
24529 * info.el: Replace `info' with upper-case `Info' where appropriate.
24530 (info-title-1, info-title-2, info-title-3, info-title-4)
24531 (info-menu-header): Move up face definitions.
24532 (info-menu-star): Rename from `info-menu-5'.
24533 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24534 (Info-fontify-visited-nodes): Fix docstring.
24535 (Info-hide-note-references): Fix docstring.
24536 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24537 menu items in the same way as on cross-references.
24538 (info-apropos): Fix sorting order and formatting to be like in the
24539 stand-alone Info browser. Display error messages for 1 sec.
24540 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
24541 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24542 from the menu bar.
24543 (Info-insert-dir): Restore point after calling
24544 `insert-buffer-substring'.
24545
24546 2005-08-08 Richard M. Stallman <rms@gnu.org>
24547
24548 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24549 (recompute-lucid-menubar): Add defvars.
24550
24551 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24552
24553 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24554
24555 * net/net-utils.el (run-dig): Rename from `dig'.
24556
24557 * play/gametree.el (gametree-mode): Use make-local-variable,
24558 not make-variable-buffer-local.
24559
24560 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24561
24562 * ansi-color.el (ansi-color-make-extent)
24563 (ansi-color-set-extent-face): Use fboundp, not functionp.
24564
24565 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24566 not make-variable-buffer-local.
24567
24568 * bookmark.el (Info-current-file): Add defvar.
24569 (bookmark-jump-noselect): Use with-no-warnings.
24570
24571 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24572
24573 * ebuff-menu.el (Helper-return-blurb): Add defvar.
24574
24575 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24576
24577 * find-file.el (ada-procedure-start-regexp)
24578 (ada-package-start-regexp): Add defvars.
24579
24580 * info.el (Info-insert-dir): Use insert-buffer-substring.
24581
24582 * xml.el (xml-att-def-re): Add defvar.
24583
24584 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24585 calling convention.
24586
24587 * subr.el (while-no-input): Return t if there is input.
24588
24589 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
24590
24591 * cus-start.el (all): Add `overflow-newline-into-fringe'.
24592
24593 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
24594
24595 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24596 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24597
24598 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
24599
24600 * cmuscheme.el (scheme-start-file): Replace reference to
24601 `user-emacs-directory' by "~/.emacs.d/".
24602
24603 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
24604
24605 * info.el (Info-dir-remove-duplicates): Avoid case folding
24606 in loop; instead, keep downcased strings for comparison.
24607 Suggested by Helmut Eller.
24608
24609 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
24610
24611 Sync with Tramp 2.0.50.
24612
24613 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24614 XEmacs case; not necessary anymore.
24615 (tramp-user-regexp): Allow "@" as part of user name.
24616 (tramp-handle-set-visited-file-modtime)
24617 (tramp-handle-insert-file-contents)
24618 (tramp-handle-write-region): No special handling for
24619 `last-coding-system-used, because this is done in
24620 `tramp-accept-process-output' now.
24621 (tramp-accept-process-output): New defun.
24622 (tramp-process-one-action, tramp-process-one-multi-action)
24623 (tramp-wait-for-regexp, tramp-wait-for-output)
24624 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
24625 Howells <dhowells@redhat.com>.
24626 (clear-visited-file-modtime): Defadvice removed. The check for
24627 unset buffer's modtime does not need to be based on
24628 `tramp-buffer-file-attributes'. Suggested by RMS.
24629 (tramp-message): Insert "\n" if not being at beginning of line.
24630 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24631 sequence with same logic.
24632 (tramp-completion-handle-expand-file-name): Discard call of
24633 `tramp-drop-volume-letter'. It is not necessary, and there have
24634 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24635 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24636 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24637 should always be visible.
24638 (tramp-handle-insert-directory, tramp-setup-complete)
24639 (tramp-set-process-query-on-exit-flag)
24640 (tramp-append-tramp-buffers): Pacify byte-compiler.
24641 (tramp-bug): Delete non-existing variables from list.
24642 Apply `tramp-load-report-modules' as pre-hook.
24643 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24644 `shell-prompt-pattern' because of non-7bit characters.
24645 Reported by Sebastian Luque <sluque@mun.ca>.
24646 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24647 (tramp-match-string-list): Remove function.
24648 (tramp-wait-for-regexp): Remove call of that function.
24649 Suggested by Kim F. Storm <storm@cua.dk>.
24650 (tramp-set-auto-save-file-modes): Use octal integer code #o600
24651 instead of octal character code ?\600. The latter resulted in a
24652 syntax error with XEmacs.
24653
24654 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24655 XEmacs case; not necessary anymore.
24656 (tramp-smb-handle-write-region): No special handling for
24657 `last-coding-system-used, because this is done in
24658 `tramp-accept-process-output' now.
24659 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24660
24661 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
24662
24663 * wid-edit.el (widget-choice-value-create):
24664 Unconditionally respect user choice. Set :explicit-choice back to nil
24665 when no longer needed.
24666 (widget-choice-action): Unconditionally respect user choice.
24667 Eliminate :explicit-choice-value.
24668
24669 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24670
24671 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24672 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24673 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24674 running new function `toggle-indicate-empty-lines'.
24675 Rename "Customize" item to "Customize fringe".
24676 Rename "Indicators" item to "Buffer boundaries" and change help echo.
24677 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24678 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24679 Delete "Empty lines only" item.
24680 (menu-bar-showhide-fringe-ind-customize): New function.
24681 (menu-bar-showhide-fringe-ind-mixed)
24682 (menu-bar-showhide-fringe-ind-box)
24683 (menu-bar-showhide-fringe-ind-right)
24684 (menu-bar-showhide-fringe-ind-left)
24685 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24686 instead of `fringe-indicators'.
24687
24688 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24689
24690 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24691 Change the date of last update.
24692
24693 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24694
24695 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24696 (viper-exec-yank, viper-put-back): Don't display modification msg
24697 if in the minibuffer.
24698
24699 * viper-init.el (viper-replace-overlay-cursor-color)
24700 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24701 Make variables frame local.
24702
24703 * viper-util.el (viper-append-filter-alist): Use append instead of
24704 nconc.
24705
24706 * viper.el (viper-vi-state-mode-list)
24707 (viper-emacs-state-mode-list): Move help-mode and
24708 completion-list-mode from the first list to the second.
24709 (viper-mode): Docstring.
24710 (viper-go-away, viper-non-hook-settings): Don't localize
24711 minor-mode-alist in newer Emacsen. Add advice to
24712 set-cursor-color. Don't bind "\C-c\\".
24713
24714 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
24715
24716 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24717 (scheme-macro-expand-command): New user options.
24718 (scheme-trace-procedure, scheme-expand-current-form): New commands.
24719 (scheme-form-at-point, scheme-start-file)
24720 (scheme-interactively-start-process): New functions.
24721 (scheme-get-process): New function, extracted from `scheme-proc'.
24722 (run-scheme): Call `scheme-start-file' to get start file, and pass
24723 it to `make-comint'.
24724 (switch-to-scheme, scheme-proc):
24725 Call `scheme-interactively-start-process' if no Scheme buffer/process
24726 is available.
24727
24728 2005-08-06 Juri Linkov <juri@jurta.org>
24729
24730 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24731 Use `compilation-text-face', `compilation-info-text-face' and
24732 `compilation-error-text-face' instead of `font-lock-keyword-face'.
24733 (compilation-error): New face.
24734 (compilation-error-file-name): Inherit from
24735 `compilation-error' instead of `font-lock-warning-face'.
24736 (compilation-warning-file-name): Inherit from
24737 `compilation-warning' instead of `font-lock-warning-face'.
24738 (compilation-info, compilation-error-file-name)
24739 (compilation-warning-file-name, compilation-info-file-name)
24740 (compilation-line-number, compilation-column-number): Doc fix.
24741 (compilation-error-text-face, compilation-warning-text-face)
24742 (compilation-info-text-face): New face variables.
24743 (compilation-line-face, compilation-column-face)
24744 (compilation-enter-directory-face)
24745 (compilation-leave-directory-face): Doc fix.
24746 (compilation-text-face): New function.
24747
24748 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24749 instead of 1 to display binary file names as info file links.
24750 (grep-error-face): Use `compilation-error-face' instead of
24751 `font-lock-keyword-face'.
24752 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24753 and `compilation-warning-text-face' instead of
24754 `font-lock-keyword-face'. Use `compilation-error-text-face'
24755 instead of `grep-error-face'.
24756
24757 2005-08-05 Kenichi Handa <handa@m17n.org>
24758
24759 * international/code-pages.el: Add autoload cookies for all coding
24760 systems.
24761
24762 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
24763
24764 * cus-start.el (all): Put undo.c where it alphabetically belongs.
24765
24766 2005-08-04 Juri Linkov <juri@jurta.org>
24767
24768 * progmodes/compile.el (compilation-mode-map):
24769 * progmodes/grep.el (grep-mode-map):
24770 Bind TAB to `compilation-next-error' and [backtab] to
24771 `compilation-previous-error'.
24772
24773 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24774 matching line numbers, column numbers and their ranges with regexp
24775 matching only line numbers.
24776 (grep-context-face): New face variable.
24777 (grep-mode-font-lock-keywords): Use it.
24778
24779 * faces.el (read-face-name): Delete duplicate faces.
24780
24781 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
24782
24783 * thumbs.el (thumbs-find-image): Don't make variables
24784 automatically buffer local.
24785 (thumbs-current-tmp-filename, thumbs-current-image-filename)
24786 (thumbs-image-num): Make automatically buffer local.
24787 (thumbs-show-thumbs-list): Use `make-local-variable', not
24788 `make-variable-buffer-local'.
24789 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24790
24791 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24792 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24793 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24794 (bother, bye, canyou, chatlst, continue, deathlst, describe)
24795 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24796 (feelings-about, foullst, found, hello, history, howareyoulst)
24797 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24798 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24799 (neglst, obj, object, owner, please, problems, qlist)
24800 (random-adjective, relation, remlst, repetitive-shortness)
24801 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24802 (shortlst, something, sportslst, stallmanlst, states, subj)
24803 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24804 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24805 Defvar at compile time.
24806
24807 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24808 not `make-variable-buffer-local'.
24809
24810 2005-08-02 Kim F. Storm <storm@cua.dk>
24811
24812 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24813 rectangle overlay in selected window.
24814
24815 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
24816
24817 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24818 instead of display group. Make `indicate-buffer-boundaries'
24819 customizable through Custom.
24820
24821 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
24822
24823 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24824 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24825 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24826 (gdb-put-string): Fix typos in docstrings.
24827
24828 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
24829
24830 Update copyright notices of files in progmodes directory for
24831 release of Emacs 22.1.
24832
24833 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24834
24835 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24836 Don't barf if the GUD buffer has been killed.
24837
24838 2005-08-01 Kim F. Storm <storm@cua.dk>
24839
24840 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24841
24842 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
24843
24844 * simple.el (next-error-follow-minor-mode):
24845 make-variable-buffer-local -> make-local-variable.
24846
24847 * emacs-lisp/cl-extra.el: Require CL also when compiling.
24848
24849 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24850 (byte-compile-form-make-variable-buffer-local): New functions to warn
24851 about misuses of make-variable-buffer-local where make-local-variable
24852 was meant.
24853
24854 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
24855
24856 * bs.el (bs-attributes-list): Doc fix.
24857 (bs): Update url-link.
24858
24859 * desktop.el (desktop-save-buffer): Fix typos in docstring.
24860 (desktop-load-default): Simplify.
24861
24862 * ibuffer.el (ibuffer-columnize-and-insert-list)
24863 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24864 (ibuffer-unmark-all, ibuffer-toggle-marks)
24865 (ibuffer-unmark-forward, ibuffer-unmark-backward)
24866 (ibuffer-compile-make-format-form, ibuffer-format-column)
24867 (ibuffer-current-buffers-with-marks)
24868 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24869 (ibuffer): Doc fix.
24870 (ibuffer-mode): Fix typo in docstring.
24871 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24872 with `define-obsolete-variable-alias'.
24873 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
24874
24875 2005-07-29 Kenichi Handa <handa@m17n.org>
24876
24877 * international/mule-cmds.el (select-message-coding-system):
24878 Be sure to use LF for end-of-line. If no coding system is decided,
24879 return iso-8859-1-unix.
24880
24881 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
24882
24883 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24884 (ange-ftp-pending-error-line): New vars.
24885 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24886 to handle the non-fatal no-route-to-host messages.
24887 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24888
24889 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
24890
24891 * isearch.el (isearch-mode-map, isearch-other-meta-char)
24892 (isearch-quote-char, isearch-printing-char)
24893 (isearch-text-char-description): "?\ " -> "?\s".
24894 (isearch-lazy-highlight-cleanup)
24895 (isearch-lazy-highlight-initial-delay)
24896 (isearch-lazy-highlight-interval)
24897 (isearch-lazy-highlight-max-at-a-time)
24898 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24899 Declare with define-obsolete-*-alias macros.
24900 (isearch-forward): Fix typo in docstring.
24901 (search-invisible, search-ring-yank-pointer)
24902 (regexp-search-ring-yank-pointer): Doc fixes.
24903
24904 * recentf.el (recentf-menu-append-commands-p): Declare with
24905 `define-obsolete-variable-alias'.
24906 (recentf-max-saved-items, recentf-menu-filter)
24907 (recentf-arrange-by-rule-subfilter): Doc fixes.
24908 (recentf-menu-append-commands-flag)
24909 (recentf-initialize-file-name-history, recentf-expand-file-name)
24910 (recentf-clear-data): Fix typos in docstrings.
24911
24912 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
24913
24914 * progmodes/gdb-ui.el: Smarten comments.
24915 (gdb-info-breakpoints-custom): Use nowarn when finding file.
24916
24917 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
24918
24919 * term/apollo.el (terminal-init-apollo): New function containing
24920 all former top level forms in the file.
24921 * term/bobcat.el (terminal-init-bobcat):
24922 * term/cygwin.el (terminal-init-cygwin):
24923 * term/iris-ansi.el (terminal-init-iris-ansi):
24924 * term/linux.el (terminal-init-linux):
24925 * term/news.el (terminal-init-news):
24926 * term/rxvt.el (terminal-init-rxvt):
24927 * term/sun.el (terminal-init-sun):
24928 * term/tvi970.el (terminal-init-tvi970):
24929 * term/vt100.el (terminal-init-vt100):
24930 * term/vt102.el (terminal-init-vt102):
24931 * term/vt125.el (terminal-init-vt125):
24932 * term/vt200.el (terminal-init-vt200):
24933 * term/vt201.el (terminal-init-vt201):
24934 * term/vt220.el (terminal-init-vt220):
24935 * term/vt240.el (terminal-init-vt240):
24936 * term/vt300.el (terminal-init-vt300):
24937 * term/vt320.el (terminal-init-vt320):
24938 * term/vt400.el (terminal-init-vt400):
24939 * term/vt420.el (terminal-init-vt420):
24940 * term/wyse50.el (terminal-init-wyse50):
24941 * term/xterm.el (terminal-init-xterm): Likewise.
24942
24943 * term/README: Describe the terminal-init-* functionality.
24944
24945 * startup.el (command-line): After loading the terminal initialization
24946 file call the corresponding terminal initialization function.
24947
24948 2005-07-27 Kenichi Handa <handa@m17n.org>
24949
24950 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24951 negative.
24952
24953 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24954 (ps-mule-composition-prologue): Fix for the case that
24955 RelativeCompose is false.
24956
24957 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24958
24959 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24960
24961 * descr-text.el (describe-char): Handle the case where the list of
24962 chars is displayed in a separate frame.
24963 Be a bit more discriminating when looking for the char.
24964
24965 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
24966
24967 * bookmark.el (bookmark-automatically-show-annotations)
24968 (bookmark-read-annotation-text-func): Doc fixes.
24969 (bookmark-save): Improve argument/docstring consistency.
24970 (bookmark-get-bookmark, bookmark-get-bookmark-record)
24971 (bookmark-alist-from-buffer)
24972 (bookmark-upgrade-file-format-from-0)
24973 (bookmark-grok-file-format-version)
24974 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24975 (bookmark-read-annotation-mode)
24976 (bookmark-insert-current-bookmark, bookmark-jump)
24977 (bookmark-exit-hook): Fix typos in docstrings.
24978 (bookmark-exit-hooks): Define as obsolete alias.
24979 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24980 not `bookmark-exit-hooks'. Fix docstring.
24981 (bookmark-bmenu-select): "?\ " -> "?\s".
24982
24983 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
24984
24985 * startup.el (command-line): Fix typo.
24986
24987 2005-07-24 Richard M. Stallman <rms@gnu.org>
24988
24989 * tooltip.el (tooltip-mode): Test emacs-basic-display,
24990 not emacs-quick-startup.
24991
24992 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
24993
24994 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24995 (reb-next-match, reb-show-subexp): Use `with-selected-window'
24996 instead of `reb-with-current-window'.
24997 (reb-prev-match): Likewise. Also, don't move left if the search
24998 was unsuccessful.
24999 (reb-initialize-buffer): New function.
25000 (re-builder, reb-change-syntax): Use it.
25001
25002 * man.el (Man-goto-page): Make second argument NOERROR optional.
25003
25004 2005-07-23 Richard M. Stallman <rms@gnu.org>
25005
25006 * man.el (Man-bgproc-sentinel): Check here for failure to find
25007 any man page in the output, and report the error here.
25008 (Man-arguments): Make it permanent local.
25009 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25010 (Man-mode): Pass t for NOERROR.
25011
25012 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25013 (grep-mode-font-lock-keywords):
25014 Don't use compilation-...-face for messages that are not file names.
25015
25016 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25017 Don't use compilation-...-face for messages that are not file names.
25018
25019 2005-07-22 Juri Linkov <juri@jurta.org>
25020
25021 * startup.el (normal-splash-screen): Update menu name.
25022
25023 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25024
25025 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25026
25027 * term/xterm.el: Load term/rxvt if the terminal is actually an
25028 rxvt terminal.
25029 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25030
25031 * term/rxvt.el (function-key-map): Use substitute-key-definition
25032 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25033
25034 * term/cygwin.el: New file.
25035
25036 2005-07-22 Kim F. Storm <storm@cua.dk>
25037
25038 * image-file.el (insert-image-file, image-file-yank-handler):
25039 Fix last change to maintain a (unique) yank-handler on yanked images.
25040
25041 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25042
25043 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25044 of the file size (as in "177B" for 177 bytes). This happens with
25045 "ls -lh" on FreeBSD.
25046
25047 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25048
25049 * hilit-chg.el (highlight-changes-global-initial-state)
25050 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25051 (hilit-chg-fixup, highlight-changes-mode):
25052 Fix typos in docstrings.
25053 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25054 Doc fixes.
25055
25056 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25057
25058 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25059 mode function using `eval-after-load'.
25060
25061 2005-07-21 Kim F. Storm <storm@cua.dk>
25062
25063 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25064 included when reporting an Emacs crash, and tell about the DEBUG file.
25065
25066 * image-file.el (insert-image-file): Add yank-handler.
25067 (image-file-yank-handler): Yank handler to make unique copies of
25068 images when they are yanked into a buffer next to each other.
25069
25070 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25071
25072 * comint.el (comint-use-prompt-regexp, comint-send-input)
25073 (comint-source-default, comint-extract-string)
25074 (comint-get-source, comint-word, comint-completion)
25075 (comint-source, comint-prompt-read-only, comint-update-fence):
25076 Fix typos in docstrings.
25077 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25078 Declare with define-obsolete-*-alias macros.
25079 (comint-previous-matching-input-from-input)
25080 (comint-next-matching-input-from-input)
25081 (comint-previous-matching-input, comint-next-matching-input)
25082 (comint-forward-matching-input):
25083 Improve argument/docstring consistency.
25084
25085 * desktop.el (desktop-clear-preserve-buffers-regexp):
25086 Also preserve the *server* buffer.
25087
25088 * simple.el (clone-indirect-buffer): Doc fix.
25089 (fixup-whitespace, just-one-space)
25090 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25091 (next-error, next-error-highlight)
25092 (next-error-highlight-no-select, next-error-last-buffer)
25093 (next-error-buffer-p, next-error-find-buffer, next-error)
25094 (previous-error, next-error-no-select, previous-error-no-select)
25095 (open-line, split-line, minibuffer-prompt-width, kill-new)
25096 (binary-overwrite-mode): Fix typos in docstrings.
25097 (set-fill-column): Fix typo in message.
25098
25099 * skeleton.el (skeleton-proxy-new): Doc fix.
25100
25101 * strokes.el (strokes-load-hook): Doc fix.
25102 (strokes-grid-resolution, strokes-get-grid-position)
25103 (strokes-renormalize-to-grid, strokes-read-stroke)
25104 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25105 (strokes-global-map): Fix typos in docstrings.
25106 (strokes-help): Doc fix. Fix help message and pass it through
25107 `substitute-command-keys'.
25108
25109 * tempo.el (tempo-insert-prompt, tempo-interactive)
25110 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25111 (tempo-insert-string-functions, tempo-local-tags)
25112 (tempo-define-template, tempo-insert-template)
25113 (tempo-insert-prompt-compat, tempo-is-user-element)
25114 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25115 Fix typos in docstrings.
25116
25117 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25118 (vcursor-key-bindings, vcursor-use-vcursor-map)
25119 (vcursor-find-window, vcursor-scroll-down)
25120 (vcursor-disable, vcursor-beginning-of-buffer)
25121 (vcursor-end-of-buffer): Fix typos in docstrings.
25122 (vcursor-relative-move, vcursor-get-char-count):
25123 Improve argument/docstring consistency.
25124
25125 * version.el: "?\ " -> "?\s".
25126
25127 * wid-edit.el (widget-default-create, widget-after-change)
25128 (widget-default-format-handler, widget-checklist-add-item)
25129 (widget-radio-add-item, widget-choose, widget-specify-secret)
25130 (widget-field-value-create, widget-field-value-get)
25131 (widget-editable-list-format-handler)
25132 (widget-editable-list-entry-create, widget-group-value-create)
25133 (widget-documentation-link-add)
25134 (widget-documentation-string-value-create): "?\ " -> "?\s".
25135 (widget-convert-text): Doc fix.
25136 (widget-narrow-to-field, widget-field-find)
25137 (widget-url-link-action, widget-emacs-library-link-action)
25138 (widget-color-notify): Fix typos in docstrings.
25139
25140 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25141 (x-select-text, set-w32-system-coding-system)
25142 (w32-add-charset-info): Fix typos in docstrings.
25143
25144 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25145 (cua-enable-cua-keys, cua-use-hyper-key)
25146 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25147 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25148
25149 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25150
25151 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25152 `defalias' instead of faking it.
25153
25154 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25155 (eshell-ls-missing, eshell-ls-dired-initial-args)
25156 (eshell-ls-use-in-dired): Fix typos in docstrings.
25157
25158 2005-07-20 Kim F. Storm <storm@cua.dk>
25159
25160 * emulation/cua-base.el (cua-mode): Improve doc string.
25161
25162 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25163
25164 * abbrev.el (expand-region-abbrevs): Doc fix.
25165 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25166 Improve argument/docstring consistency.
25167
25168 * arc-mode.el (archive-get-descr, archive-alternate-display):
25169 Doc fixes.
25170 (archive-l-e): Improve argument/docstring consistency.
25171 (archive-tmpdir, archive-unixdate, archive-unixtime)
25172 (archive-chmod-entry): Fix typos in docstrings.
25173 (archive-unflag, archive-unflag-backwards)
25174 (archive-unmark-all-files): "?\ " -> "?\s".
25175
25176 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25177 (Buffer-menu-not-modified, Buffer-menu-execute)
25178 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25179 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25180
25181 * composite.el (compose-string, encode-composition-rule)
25182 (compose-last-chars): Fix typos in docstrings.
25183
25184 * desktop.el (desktop-enable, desktop-basefilename):
25185 Declare with `define-obsolete-variable-alias'.
25186 (desktop-internal-v2s): Don't quote keywords.
25187 (desktop-clear): "?\ " -> "?\s".
25188
25189 * dired.el (dired-align-file, dired-flag-backup-files)
25190 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25191 (dired-listing-switches, dired-ls-F-marks-symlinks)
25192 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25193 (dired-directory, dired-faces, dired, dired-revert)
25194 (dired-mode, dired-summary, dired-view-file)
25195 (dired-copy-filename-as-kill, dired-delete-file)
25196 (dired-no-confirm, dired-unmark-all-marks)
25197 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25198 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25199 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25200 Fix typos in message strings.
25201
25202 * dired-x.el (virtual-dired): Declare with `defalias'.
25203 (dired-mark-unmarked-files, dired-local-variables-file)
25204 (dired-omit-here-always): Doc fix.
25205 (dired-omit-mode, dired-find-subdir)
25206 (dired-enable-local-variables, dired-clean-up-buffers-too)
25207 (dired-extra-startup, dired-mark-extension, dired-jump)
25208 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25209 (dired-smart-shell-command, dired-guess-shell-alist-user)
25210 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25211 (dired-x-bind-find-file, dired-x-submit-report):
25212 Fix typos in docstrings.
25213 (dired-mark-unmarked-files): "?\ " -> "?\s".
25214
25215 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25216
25217 * faces.el (describe-face): "?\ " -> "?\s".
25218 (read-all-face-attributes, read-face-font, modify-face)
25219 (face-attr-construct, italic): Fix typos in docstrings.
25220 (frame-update-face-colors): Declare with
25221 `define-obsolete-function-alias'.
25222
25223 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25224 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25225 (magic-mode-alist, buffer-file-numbers-unique)
25226 (write-file-functions, get-free-disk-space):
25227 Fix typos in docstrings.
25228 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25229 (write-contents-hooks, write-file-hooks):
25230 Declare with `define-obsolete-variable-alias'.
25231
25232 * forms-d2.el (arch-rj): Fix typo in docstrings.
25233 (arch-tocol): Likewise. "?\ " -> "?\s".
25234
25235 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25236 Fix typo in docstring.
25237 (set-screen-width, set-screen-height): Delete redundant info in
25238 doctrings.
25239 (new-frame, screen-height, screen-width): Declare with
25240 `define-obsolete-function-alias'.
25241 (delete-frame-hook, blink-cursor): Declare with
25242 `define-obsolete-variable-alias'.
25243
25244 * paths.el (prune-directory-list): Fix typos in docstring.
25245
25246 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25247 (cvs-prefix-get): Fix typos in docstrings.
25248
25249 * ps-print.el (ps-extend-face-list, ps-extend-face)
25250 (ps-print-background-image): Fix typos in docstrings.
25251 (ps-default-fg, ps-default-bg): Doc fixes.
25252
25253 * s-region.el (s-region-bind): Doc fix.
25254 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25255
25256 * textmodes/org.el (org-table-formula-substitute-names)
25257 (org-table-get-vertical-vector): Doc fixes.
25258 (org-table-recalculate): Remove unused argument to `message'.
25259
25260 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25261
25262 * textmodes/org.el (org-table-column-names)
25263 (org-table-column-name-regexp)
25264 (org-table-named-field-locations): New variables.
25265 (org-archive-subtree): Protect `this-command' when calling
25266 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25267 the kill buffer.
25268 (org-complete): Remove fixed-formula completion.
25269 (org-edit-formulas-map): New variable.
25270 (org-table-edit-formulas): New command.
25271 (org-finish-edit-formulas, org-abort-edit-formulas)
25272 (org-show-variable, org-table-get-vertical-vector): New functions.
25273 (org-table-maybe-eval-formula): Handle `:=' fields.
25274 (org-table-get-stored-formulas, org-table-store-formulas)
25275 (org-table-get-formula, org-table-modify-formulas)
25276 (org-table-replace-in-formulas): Handle named field formulas.
25277 (org-table-get-specials): Store locations of named fields.
25278
25279 2005-07-19 Juri Linkov <juri@jurta.org>
25280
25281 * progmodes/grep.el (grep-regexp-alist)
25282 (grep-mode-font-lock-keywords, grep-process-setup):
25283 Use default GNU grep match color "01;31m" instead of "01;41m".
25284 (grep-regexp-alist, grep-mode-font-lock-keywords):
25285 Use `\\[[0-9]*m' instead of `\\[00m'.
25286 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25287 sgr_start where its handling is more important. Use the real
25288 length of sgr_start instead of constant 8.
25289 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25290 specially. Delete all remaining escape sequences.
25291 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25292 (grep-regexp-alist): Make hyperlink only for binary file name
25293 instead of the whole line.
25294 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25295 (grep-mode): Add autoload.
25296
25297 * emacs-lisp/find-func.el (find-function-regexp):
25298 Add `define-compilation-mode'.
25299
25300 2005-07-19 Juri Linkov <juri@jurta.org>
25301
25302 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25303 (compare-windows-sync-string-size, compare-windows-recenter)
25304 (compare-windows-highlight, compare-windows): Add version 22.1.
25305 (compare-windows) <defface>: Inherit from lazy-highlight instead
25306 of duplicating its default value.
25307
25308 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25309 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25310
25311 * descr-text.el (describe-char): Create link buttons for `charset'
25312 and `code point'. Add the current input method name with a link
25313 button to `to input' field. Print face names of display table
25314 characters in `The display table entry is displayed by' section
25315 instead of printing face-id in the `display' field.
25316 Guess hardcoded faces and create a link button for them.
25317 Skip empty fields when calculating max-width.
25318 Treat `widget-create' specially while inserting strings from the
25319 collected field list.
25320 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25321
25322 * diff-mode.el (diff-file-header): Change foreground color from
25323 yellow to green on light backgrounds.
25324 (diff-context): Inherit from `shadow' only for color/grayscale
25325 with more than 88 colors.
25326 (diff-indicator-removed, diff-indicator-added)
25327 (diff-indicator-changed): New faces.
25328 (diff-font-lock-keywords): Use new faces. Regroup rules.
25329 Add "^---$" for `normal' diff format. Fontify `#' lines with
25330 font-lock-comment-delimiter-face and font-lock-comment-face.
25331 Add `#' to ^[^...] in the rule for `diff-context-face'.
25332
25333 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25334 a button-like box. Inherit from `highlight' on low colors.
25335 (shadow): Use shades of gray only for color/grayscale with
25336 more than 88 colors. Use green for light backgrounds with
25337 8 colors, and yellow for dark backgrounds with 8 colors.
25338
25339 * font-lock.el (font-lock-regexp-grouping-backslash):
25340 Don't inherit from escape-glyph (use bold for all cases).
25341
25342 * info.el (info-xref-visited): Use light foreground color `violet'
25343 for dark backgrounds instead of dark color `magenta3'.
25344 (info-title-1): Use `yellow' color for dark backgrounds.
25345
25346 * isearch.el (isearch): Use not-too-dark magenta3 instead of
25347 too-light magenta2.
25348
25349 * replace.el (match): Use slightly more light RoyalBlue3 instead
25350 of dark RoyalBlue4.
25351
25352 * wid-edit.el (widget-inactive): Inherit from `shadow'.
25353
25354 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
25355
25356 * novice.el (disabled-command-hook): Declare it with
25357 `define-obsolete-variable-alias'.
25358
25359 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25360 (desktop-buffer-misc-functions, desktop-buffer-handlers)
25361 (desktop-load-default): Add release to obsolescence info.
25362 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25363 (desktop-append-buffer-args, desktop-read):
25364 Fix typos in docstrings.
25365 (desktop-kill): Fix typo in message.
25366 (desktop-save): Doc fix.
25367
25368 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
25369
25370 * viper-cmd.el (viper-escape-to-state): Bug fix.
25371 (viper-envelop-ESC-key): Change the definition of fast
25372 keysequence so it'll work with keyboard macros.
25373
25374 * ediff.el (ediff-patch-buffer): Change the docstring.
25375
25376 2005-07-19 Kenichi Handa <handa@m17n.org>
25377
25378 * international/mule-cmds.el (select-safe-coding-system): Try to
25379 use an auto-coding (if any) before anything else. If the found
25380 auto-coding is invalid, show a warning message.
25381
25382 * international/mule.el (find-auto-coding): New function created
25383 by modifying the body of set-auto-coding.
25384 (set-auto-coding): Use find-auto-coding to find a coding.
25385
25386 2005-07-18 Richard M. Stallman <rms@gnu.org>
25387
25388 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25389 not isearch-mode-end-hook-error.
25390 (allout-before-change-protect): Fix error message.
25391
25392 2005-07-18 Juri Linkov <juri@jurta.org>
25393
25394 * allout.el (allout-mode):
25395 * calculator.el (calculator-copy):
25396 * custom.el (custom-known-themes):
25397 * dired.el (dired-desktop-buffer-misc-data)
25398 (dired-restore-desktop-buffer):
25399 * dired-x.el (dired-omit-marker-char):
25400 * files.el (basic-save-buffer):
25401 * font-core.el (font-lock-mode):
25402 * calendar/calendar.el (calendar-goto-hebrew-date)
25403 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25404 (calendar-goto-persian-date):
25405 * language/ethio-util.el (ethio-sera-to-fidel-region):
25406 * textmodes/picture.el (picture-mode):
25407 Delete duplicate duplicate words.
25408
25409 2005-07-18 Juri Linkov <juri@jurta.org>
25410
25411 * isearch.el (isearch-mode-map): Remove key bindings for regexp
25412 chars * ? } |.
25413 (isearch-fallback): Don't call `isearch-process-search-char'.
25414 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25415 (isearch-process-search-char): Call `isearch-fallback' for regexp
25416 chars * ? } |.
25417 (isearch-return-char): Make obsolete with `make-obsolete' instead
25418 of simply documenting it as obsolete in the docstring.
25419 (isearch-fallback): Refill docstring.
25420
25421 * international/isearch-x.el
25422 (isearch-process-search-multibyte-characters): Remove unneeded
25423 `concat'. Add intermediate values to `junk-hist' instead of
25424 `minibuffer-history'. Test the length of `str'.
25425
25426 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
25427
25428 * allout.el (allout-resolve-xref): Fix typos in error strings.
25429 (allout-before-change-protect): Remove unneeded `concat'.
25430
25431 * array.el (array-mode, array-reconfigure-rows)
25432 (untabify-backward): Fix typos in docstrings.
25433 (array-reconfigure-rows): Use `insert-buffer-substring', not
25434 `insert-buffer'.
25435
25436 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25437 * progmodes/ada-mode.el (ada-make-body):
25438 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25439
25440 * dired.el (dired-log):
25441 * tar-mode.el (tar-subfile-save-buffer):
25442 * play/zone.el (zone-pgm-stress-destress):
25443 Use `insert-buffer-substring', not `insert-buffer'.
25444
25445 2005-07-17 Simon Josefsson <jas@extundo.com>
25446
25447 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25448
25449 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
25450
25451 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25452 Add plain auth method.
25453 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25454
25455 2005-07-17 Kim F. Storm <storm@cua.dk>
25456
25457 * ido.el (dired-other-window): Add ido property.
25458
25459 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
25460
25461 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25462 Fix typo in docstring.
25463 (byte-compile-interactive-only-functions): Add `insert-buffer' and
25464 `insert-file-literally'.
25465
25466 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25467 info and delete redundant message. Doc fix.
25468 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25469 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25470
25471 2005-07-16 Richard M. Stallman <rms@gnu.org>
25472
25473 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25474 (byte-compile-and): Use byte-compile-and-recursion.
25475 (byte-compile-or-recursion): New function.
25476 (byte-compile-or): Use that.
25477 (byte-compile-if): Guard the else-clause too.
25478 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25479
25480 * isearch.el (isearch-mode-end-hook-quit): New variable.
25481 (isearch-done): Bind it.
25482 (isearch-mode-end-hook): Doc fix.
25483
25484 * allout.el (allout-isearch-did-quit): Variable deleted.
25485 (allout-real-isearch-abort): Function name no longer used.
25486 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25487 (allout-isearch-rectification): isearch-mode always exists.
25488 Don't set allout-isearch-did-quit.
25489 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25490 allout-isearch-did-quit.
25491 (allout-enwrap-isearch): Just add the hook.
25492 (allout-isearch-abort): Function deleted.
25493 (allout-pre-command-business): Avoid warning.
25494
25495 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25496 Correctly avoid warnings.
25497 (pascal-outline): Likewise.
25498
25499 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25500
25501 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25502
25503 * play/tetris.el (tetris-mode): Avoid warning.
25504
25505 * play/snake.el (snake-mode): Avoid warning.
25506
25507 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25508 (gamegrid-set-display-table): Avoid warning.
25509 (gamegrid-set-timer): Likewise.
25510 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25511 (gamegrid-add-score-with-update-game-score-1): Take FILE
25512 as argument.
25513 (gamegrid-add-score-with-update-game-score): Pass that argument.
25514 Rename have-shared-game-dir to gamegrid-shared-game-dir.
25515
25516 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25517
25518 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25519 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25520
25521 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25522 and insert-file.
25523
25524 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25525 (sc-ask): Avoid warnings.
25526
25527 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25528 (eshell-hist-initialize): Use that var the natural way.
25529
25530 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25531
25532 * emacs-lisp/re-builder.el (reb-cook-regexp):
25533 Avoid warning calling lre-compile-string.
25534 (reb-color-display-p): Avoid warning.
25535
25536 * calculator.el (calculator-last-input): Guard uses
25537 of event-key and key-press-event-p.
25538 (event-key, key-press-event-p): Delete definitions.
25539
25540 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25541 (find-gc-source-directory, find-gc-subrs-callers)
25542 (find-gc-noreturn-list, find-gc-source-files)
25543 (find-gc-subrs-called): Vars renamed and defvar'd.
25544
25545 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25546 (checkdoc-overlay-put, checkdoc-delete-overlay)
25547 (checkdoc-overlay-start, checkdoc-overlay-end)
25548 (checkdoc-mode-line-update, checkdoc-char=):
25549 Define such that compiler knows they are defined.
25550 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
25551 (checkdoc-read-event): Delete. Use read-event directly.
25552
25553 * whitespace.el (whitespace-make-overlay)
25554 (whitespace-overlay-put, whitespace-delete-overlay)
25555 (whitespace-overlay-start, whitespace-overlay-end):
25556 Define such that compiler knows they are defined.
25557 (whitespace): Move conditional inside.
25558
25559 * tempo.el (tempo-insert-template): Suppress warning.
25560
25561 * ediff-diff.el (longlines-mode): Add defvar.
25562
25563 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
25564
25565 * server.el: Bind "C-x #" in a way that works even if C-x is
25566 redefined to a command key, not a prefix key.
25567
25568 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25569
25570 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25571 cl-make-type-test till execution time.
25572
25573 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
25574
25575 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25576 arg ARG and use it.
25577
25578 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25579
25580 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25581
25582 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
25583
25584 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25585 a defcustom with two :set or :type keywords.
25586
25587 2005-07-15 Richard M. Stallman <rms@gnu.org>
25588
25589 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25590 Don't give ^M comment-end syntax.
25591
25592 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
25593
25594 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25595 Don't consider gdbmi (gdb-mi.el has its own update functions).
25596 (gdb-var-delete): Make it work for gdbmi as well.
25597 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25598
25599 * progmodes/gud.el (etags, sdb): Only require etags when needed.
25600 (gud-speedbar-menu-items): Correct logic for enabling items.
25601
25602 2005-07-15 Kim F. Storm <storm@cua.dk>
25603
25604 * ido.el: Fix commentary.
25605 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25606 Use with-no-warnings around ffap-guesser.
25607 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25608 Let bind minibuffer-completing-file-name to t.
25609
25610 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
25611
25612 * startup.el (site-run-file, keyboard-type): Doc fixes.
25613 (command-line): Check for "--basic-display" argument; also for
25614 "--quick", not "--bare-bones" (which was renamed).
25615 (fancy-splash-text): Add missing item "Getting New Versions".
25616 (normal-splash-screen): Fix typos and improve consistency with
25617 `fancy-splash-text'. Update copyright year.
25618
25619 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25620 valid binding for `help-char'.
25621
25622 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25623
25624 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
25625
25626 * term.el (term-mode): Disable cua-mode for term buffers.
25627
25628 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
25629
25630 * add-log.el (add-log-mailing-address, change-log-merge):
25631 Doc fixes.
25632 (change-log-get-method-definition): Fix typo in docstring.
25633
25634 2005-07-14 Kim F. Storm <storm@cua.dk>
25635
25636 * emulation/cua-base.el:
25637 (cua--pre-command-handler-1, cua--pre-command-handler)
25638 (cua--post-command-handler-1, cua--post-command-handler):
25639 Split in two. Check (buffer local) value of cua-mode.
25640 (cua-selection-mode): New command.
25641
25642 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
25643
25644 * custom.el (custom-initialize-safe-set)
25645 (custom-initialize-safe-default): Doc fixes.
25646
25647 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25648 and simplify :init-value again.
25649
25650 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25651 and simplify :init-value again. Delete autoload.
25652
25653 * startup.el (command-line): Use `custom-reevaluate-setting' again
25654 for tooltip-mode.
25655
25656 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25657 a defcustom with two :initialize keywords.
25658
25659 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
25660
25661 * allout.el (my-mark-marker, allout-isearch-prior-pos)
25662 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25663 (allout-post-command-business, allout-flag-region)
25664 (isearch-reenable-font-lock, allout-yank)
25665 (allout-insert-latex-header, allout-insert-latex-trailer)
25666 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25667 (allout-latex-verb-quote): Fix typos in docstrings.
25668 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25669 (allout-unprotected, allout-prefix-data):
25670 Improve argument/docstring consistency.
25671 (allout-chart-subtree): Fix argument spec.
25672 (allout-open-topic): Rename `use_sib_bullet' argument to
25673 `use-sib-bullet'. Doc fix.
25674
25675 * whitespace.el (whitespace-check-buffer-leading)
25676 (whitespace-check-buffer-trailing)
25677 (whitespace-check-buffer-indent)
25678 (whitespace-check-buffer-spacetab)
25679 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25680 (whitespace-check-leading-whitespace)
25681 (whitespace-check-trailing-whitespace)
25682 (whitespace-check-spacetab-whitespace)
25683 (whitespace-check-indent-whitespace)
25684 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25685 (whitespace-modes): Fix typos in docstrings.
25686 (defgroup, defcustom): Doc fixes.
25687
25688 * winner.el (winner-mode, winner-boring-buffers)
25689 (winner-pending-undo-ring): Doc fixes.
25690 (winner-ring): Remove unneeded `progn'.
25691 (winner-equal): `defsubst' it.
25692 (winner-redo): Fix message.
25693
25694 2005-07-13 Kim F. Storm <storm@cua.dk>
25695
25696 * simple.el (line-move-1): Always use vertical-motion to
25697 do the last (or only) line move to ensure some movement.
25698 Undo 2005-06-23 change--don't check for overlays.
25699
25700 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25701
25702 * term/mac-win.el (ccl-encode-mac-roman-font)
25703 (ccl-encode-mac-centraleurroman-font)
25704 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25705 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25706 Change charset-id boundary of dimension to ?\xef.
25707 (mac-char-fontspec-list): New constant.
25708 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
25709 argument. Nil uses itself as family in font-spec. Previous
25710 behavior for nil is now provided by non-nil non-string argument.
25711 All callers changed. Add font-specs for Mac fonts to
25712 "fontset-default" unless iso8859-1 fonts are installed.
25713
25714 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25715
25716 * progmodes/sh-script.el (sh-get-indent-info): Only indent
25717 a continuation line if the \ is preceded by SPC or TAB.
25718 (sh-get-indent-info): Simplify.
25719 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25720 Use with-current-buffer.
25721
25722 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25723 when the matched text is empty.
25724
25725 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
25726
25727 * startup.el (command-line): Revert to previous handling of
25728 tooltip-mode. Explain in comment why the complexity is needed.
25729
25730 * tooltip.el (tooltip-mode): Revert to previous implementation of
25731 its defcustom.
25732
25733 * frame.el (blink-cursor-mode): Revert to previous implementation
25734 of its defcustom. Update comment.
25735
25736 2005-07-12 Lars Hansen <larsh@soem.dk>
25737
25738 * desktop.el: Update e-mail address.
25739
25740 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25741
25742 * term/mac-win.el (mac-services-mail-selection)
25743 (mac-services-mail-to): New functions.
25744 (mac-application-menu-map): Bind them.
25745
25746 2005-07-12 wulei <milton@wulei.net> (tiny change)
25747
25748 * progmodes/gdb-ui.el: Add note about buffering with Windows.
25749
25750 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
25751
25752 * custom.el (custom-reevaluate-setting): Doc fix.
25753
25754 2005-07-11 Jay Belanger <belanger@truman.edu>
25755
25756 * calc/calc.el (calc-embedded-announce-formula-alist)
25757 (calc-embedded-open-close-plain-alist)
25758 (calc-embedded-open-close-mode-alist): Add checks for additional
25759 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25760
25761 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
25762
25763 * custom.el (custom-enable-theme): Don't add theme to
25764 `custom-enabled-themes' with `push' because there is no
25765 setf-method for `delq'.
25766
25767 2005-07-11 Richard M. Stallman <rms@gnu.org>
25768
25769 * custom.el (custom-declare-variable): Doc fix.
25770
25771 * dired-aux.el (dired-compare-directories): Remove "." and ".."
25772 from the alists.
25773
25774 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25775 Do nothing if edebug-active.
25776
25777 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25778 (edebug-display): Do it here instead.
25779
25780 2005-07-10 Richard M. Stallman <rms@gnu.org>
25781
25782 * cus-face.el (custom-theme-set-faces): Make it work.
25783 (custom-reset-faces): Doc fix.
25784 (custom-theme-reset-internal-face, custom-theme-face-value):
25785 Functions deleted.
25786
25787 * custom.el (custom-push-theme): Maintain list of the settings
25788 of a given theme in its theme-settings property.
25789 Maintain position of old settings in the theme-value
25790 or theme-face property.
25791 (custom-enabled-themes): New variable.
25792 (custom-theme-enabled-p): New function.
25793 (provide-theme): Update custom-enabled-themes.
25794 Disable and reenable the `user' theme.
25795 (require-theme): Doc fix.
25796 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25797 (custom-theme-value, custom-theme-variable-value): Likewise.
25798 (custom-theme-reset-internal): Likewise.
25799 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25800 (custom-enable-theme, custom-disable-theme): New functions.
25801 (custom-variable-theme-value, custom-face-theme-value): Likewise.
25802 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25803 (custom-theme-reset-variables): Simplify.
25804 (deftheme, custom-declare-theme, custom-make-theme-feature):
25805 Definitions moved.
25806
25807 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
25808
25809 * longlines.el (longlines-show-region)
25810 (longlines-unshow-hard-newlines): Recognize hard newlines by
25811 non-nil hard property, instead of t.
25812
25813 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
25814
25815 * viper-cmd.el (viper--key-maps): New variable.
25816 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25817 emulation-mode-map-alists.
25818 (viper-envelop-ESC-key): Use viper-subseq.
25819 (viper-search-forward/backward/next): Disable debug-on-error.
25820
25821 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25822 (viper-ESC-key): New defcustoms.
25823
25824 * viper-macs.el (ex-map-read-args): Use viper-subseq.
25825
25826 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25827 (viper-subseq): Copy of subseq from cl.el.
25828
25829 * viper.el (viper-go-away, viper-set-hooks): Use
25830 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25831
25832 * viper-mous.el (viper-current-frame-saved): Use defvar.
25833
25834 * viper-init.el: Get rid of -face in face names.
25835
25836 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25837 Make it work with longlines mode.
25838
25839 * ediff-mult.el (ediff-meta-mode-hook): New variable.
25840
25841 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25842
25843 * ediff-init.el: Get rid of -face in face names.
25844
25845 2005-07-10 Richard M. Stallman <rms@gnu.org>
25846
25847 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25848 and with-timeout-unsuspend.
25849
25850 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25851 and with-timeout-unsuspend.
25852
25853 * emacs-lisp/timer.el (with-timeout-timers): New variable.
25854 (with-timeout): Bind that variable to record timers.
25855 (with-timeout-suspend, with-timeout-unsuspend): New functions.
25856
25857 * emacs-lisp/debug.el (debug-help-follow): New function.
25858 (debugger-mode-map): Use that instead of help-follow.
25859 (debugger-setup-buffer): Use eval-buffer-list
25860 to handle eval-buffer frames.
25861
25862 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
25863
25864 * timezone.el (timezone-parse-date): Change first regexp
25865 so it will not mistakenly match dates with no time zone.
25866
25867 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
25868
25869 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25870
25871 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
25872
25873 * custom.el (custom-initialize-safe-set)
25874 (custom-initialize-safe-default): New functions.
25875
25876 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25877 and simplify :init-value.
25878
25879 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25880 and simplify :init-value. Delete obsolete comment.
25881
25882 * startup.el (command-line): Use `custom-reevaluate-setting' to
25883 handle `tooltip-mode'. Delete obsolete comment.
25884
25885 * files.el (set-visited-file-name): Avoid calling
25886 `file-name-nondirectory' with a nil argument.
25887
25888 2005-07-09 Richard M. Stallman <rms@gnu.org>
25889
25890 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25891 was called with nil for the buffer, handle the read position right.
25892 Handle read position for eval-region, too.
25893
25894 2005-07-09 Juri Linkov <juri@jurta.org>
25895
25896 * fringe.el (fringe-mode): Add period in docstring.
25897 (fringe-query-style): Build prompt depending on `all-frames' arg.
25898
25899 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25900 to not create links to unrelated functions in the Help buffer.
25901
25902 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25903 Doc fix.
25904
25905 * simple.el (next-error-hook): New variable.
25906 (next-error): Use it. Doc fix.
25907
25908 * textmodes/ispell.el (ispell-command-loop): Add current
25909 dictionary name and program name to mode-line-format.
25910 (ispell-region, ispell-process-line): Add current dictionary name
25911 and program name to messages.
25912
25913 2005-07-08 Jay Belanger <belanger@truman.edu>
25914
25915 * calc/calc.el (calc-embedded-announce-formula-alist)
25916 (calc-embedded-open-close-formula-alist)
25917 (calc-embedded-open-close-word-alist)
25918 (calc-embedded-open-close-plain-alist)
25919 (calc-embedded-open-close-new-formula-alist)
25920 (calc-embedded-open-close-mode-alist)
25921 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25922 (calc-embedded-mode-hook): New variables.
25923
25924 * calc/calc-embed.el (calc-embedded-firsttime)
25925 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25926 New variables.
25927 (calc-do-embedded): Use calc-embedded-firsttime,
25928 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25929 determine whether or not to run hooks.
25930 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25931 calc-embedded-firsttime-formula appropriately.
25932 Set calc-embedded delimiter variables according to mode.
25933
25934 2005-07-08 Richard M. Stallman <rms@gnu.org>
25935
25936 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25937 Check for "emacs", etc., as entire symbol, not just as word.
25938 (checkdoc-file-comments-engine): Use regexp-quote on FN.
25939
25940 * files.el (set-visited-file-name): Report the error
25941 for "empty filename" earlier.
25942 (kill-some-buffers): Ignore buffers already dead.
25943
25944 * fringe.el (fringe-mode): Doc fix.
25945
25946 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25947 Check for (featurep 'xemacs) and turn off warnings in what it guards.
25948 Use unwind-protect to ensure byte-compile-unresolved-functions
25949 is updated.
25950
25951 * whitespace.el (whitespace-buffer-leading-cleanup):
25952 Simplify w/ skip-chars-forward.
25953 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25954
25955 * mail/rmail.el (rmail-only-expunge): Fix paren error.
25956 Unconditionally try to leave point at the same old place.
25957
25958 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
25959
25960 * comint.el (comint-postoutput-scroll-to-bottom)
25961 (comint-show-maximum-output): Take scroll-margin into consideration.
25962
25963 2005-07-08 Kim F. Storm <storm@cua.dk>
25964
25965 * ido.el (ido-use-filename-at-point): New choice `guess'.
25966 (ido-file-internal): Try ffap-guesser if selected.
25967
25968 * ido.el (ido-before-fallback-functions): New hook.
25969 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25970 (ido-read-file-name): Run it.
25971
25972 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
25973
25974 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25975 strings rather than a list of symbols to the completion function.
25976
25977 2005-07-07 Jay Belanger <belanger@truman.edu>
25978
25979 * calc/calc-units.el (math-apply-units): Change the places in
25980 which units are simplified.
25981
25982 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
25983
25984 * cus-edit.el (customize-option, customize-option-other-window):
25985 Make them handle aliases.
25986
25987 * custom.el (custom-variable-p): Make it recursively follow
25988 aliases. Mention that in the docstring.
25989
25990 2005-07-07 Richard M. Stallman <rms@gnu.org>
25991
25992 * cus-start.el (exec-path): Use `directory' instead of `file'.
25993 Fix tag for nil.
25994
25995 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
25996
25997 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25998 when called non-interactively. Doc fix.
25999
26000 2005-07-07 Lute Kamstra <lute@gnu.org>
26001
26002 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26003 new address as well.
26004
26005 2005-07-07 Kenichi Handa <handa@m17n.org>
26006
26007 * international/mule.el (make-coding-system):
26008 Describe `ascii-incompatible' property in the docstring.
26009 (set-file-name-coding-system): Signal an error if coding-system is
26010 ascii-incompatible.
26011 (set-keyboard-coding-system): Likewise.
26012
26013 * international/mule-cmds.el (set-default-coding-systems):
26014 Don't set default-file-name-coding-system and
26015 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26016
26017 * international/utf-16.el: Declare that all UTF-16-based coding
26018 systems are ASCII-incompatible.
26019
26020 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26021
26022 * progmodes/gud.el: Require font-lock for displaying errors.
26023 Used by gdb-ui.el.
26024
26025 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26026
26027 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26028 values for the pattern lists which are `read'able but not
26029 `append'able (like symbols).
26030
26031 2005-07-06 Richard M. Stallman <rms@gnu.org>
26032
26033 * progmodes/flymake.el (flymake-float-time): Instead of
26034 with-no-warnings, test for XEmacs.
26035 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26036 to avoid warning.
26037
26038 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26039
26040 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26041
26042 2005-07-05 Lute Kamstra <lute@gnu.org>
26043
26044 * battery.el: Add support for Darwin (with much debugging help
26045 from Samuel Lauber <sam124@operamail.com>).
26046 (battery-status-function, battery-echo-area-format)
26047 (battery-mode-line-format): Add support for pmset on Darwin.
26048 (battery-load-low, battery-load-critical): New user options.
26049 (battery-pmset): New function.
26050
26051 2005-07-05 Lute Kamstra <lute@gnu.org>
26052
26053 Update FSF's address in GPL notices.
26054
26055 * textmodes/page-ext.el: Update FSF's address.
26056
26057 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26058
26059 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26060 filling from using prefix when filling a single-line docstring.
26061
26062 * progmodes/flymake.el: Remove useless eval-when-compile.
26063
26064 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26065
26066 2005-07-04 Richard M. Stallman <rms@gnu.org>
26067
26068 * textmodes/org.el (org-file-apps-defaults-gnu):
26069 Rename from org-file-apps-defaults-linux.
26070 (org-default-apps): Don't test system-type for `linux'.
26071 (org-file-apps): Doc fix.
26072
26073 2005-07-04 David Ponce <david@dponce.com>
26074
26075 * tree-widget.el: Improve header Commentary section.
26076 (tree-widget) [defgroup]
26077 (tree-widget-image-enable, tree-widget-themes-directory)
26078 (tree-widget-theme, tree-widget-image-properties-emacs)
26079 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26080 (tree-widget-image-formats, tree-widget-control)
26081 (tree-widget-empty-control, tree-widget-leaf-control
26082 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26083 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26084 (tree-widget-keep, tree-widget-after-toggle-functions)
26085 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26086 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26087 :help-echo message.
26088 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26089 (tree-widget-image-properties): Doc fix. Clearer implementation.
26090 (tree-widget--cursors): New constant.
26091 (tree-widget-lookup-image): New function split from
26092 `tree-widget-find-image'. Clearer implementation.
26093 (tree-widget-find-image): Use it.
26094 (tree-widget-button-keymap): Use `set-keymap-parent'.
26095 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26096 Define the sub-widgets here.
26097 (tree-widget-node): Check that :node is not a tree-widget.
26098 (tree-widget-get-super, tree-widget-open-control)
26099 (tree-widget-close-control, tree-widget-empty-control)
26100 (tree-widget-leaf-control, tree-widget-guide)
26101 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26102 (tree-widget-no-handle, tree-widget-value-delete)
26103 (tree-widget-map): Remove.
26104 (tree-widget-children-value-save): Doc fix. Simplified.
26105 (tree-widget-value-create): Update according to previous changes.
26106
26107 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26108
26109 * textmodes/org.el: Leading space replaced by TABS.
26110 (org-recalc-marks, org-table-rotate-recalc-marks)
26111 (org-table-get-specials): Treat "^" and "_" marks.
26112 (org-table-justify-field-maybe): Optional argument NEW.
26113 (org-table-eval-formula): Parsing of the format simplified.
26114 New modes C,I. Honor the %= parameter in the current table.
26115 Avoid unnecessary re-align by using the NEW argument to
26116 `org-table-justify-field-maybe'.
26117 (org-calc-default-modes): Default for date-format mimicks org-mode.
26118 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26119
26120 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26121
26122 * cus-face.el (custom-theme-set-faces): Make it handle face
26123 aliases whose alias declarations are pre- or autoloaded.
26124
26125 2005-07-04 Juri Linkov <juri@jurta.org>
26126
26127 * faces.el (read-face-name): Put the code for getting a face name
26128 from the buffer before adding the faces from the `face' property.
26129 Use `completing-read-multiple' instead of `completing-read'.
26130 Require `crm'. Add default value and post-process the returned
26131 list of faces.
26132
26133 * emacs-lisp/crm.el (crm-find-current-element)
26134 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26135
26136 * emacs-lisp/lisp-mode.el (eval-defun-1):
26137 * emacs-lisp/edebug.el (edebug-eval-defun):
26138 Remove unnecessary quotes.
26139
26140 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26141
26142 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26143 (prolog-indent-level): Fix typo in docstring.
26144
26145 * info.el (Info-history, Info-history-forward)
26146 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26147
26148 * add-log.el (add-change-log-entry):
26149 * comint.el (comint-dynamic-list-input-ring)
26150 (comint-dynamic-list-completions):
26151 * dabbrev.el (dabbrev-expand):
26152 * delim-col.el (delimit-columns-rectangle-line):
26153 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26154 (diff-unified->context):
26155 * ediff-init.el (ediff-abbrev-jobname):
26156 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26157 (ediff-replace-session-activity-marker-in-meta-buffer):
26158 * info.el (Info-summary):
26159 * lpr.el (printify-region):
26160 * printing.el (pr-create-interface):
26161 * ps-print.el (ps-print-quote):
26162 * ses.el (ses-column-widths, ses-print-cell)
26163 (ses-adjust-print-width, ses-center):
26164 * shell.el (shell-file-name-quote-list):
26165 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26166 (strokes-fill-current-buffer-with-whitespace)
26167 (strokes-xpm-for-stroke, strokes-list-strokes)
26168 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26169 * term.el (term-dynamic-list-input-ring)
26170 (term-dynamic-list-completions):
26171 * calc/calc.el (math-format-stack-value):
26172 * emacs-lisp/edebug.el (edebug-display-freq-count):
26173 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26174 (delphi-new-comment-line):
26175 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26176 * progmodes/executable.el (executable-set-magic):
26177 * progmodes/python.el (inferior-python-mode):
26178 * progmodes/scheme.el (scheme-mode-syntax-table):
26179 * progmodes/sh-script.el (sh-maybe-here-document):
26180 * progmodes/sql.el (sql-copy-column):
26181 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26182 * textmodes/bibtex.el (bibtex-mode):
26183 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26184 (sgml-auto-attributes):
26185 * textmodes/table.el (table-insert, table-shorten-cell)
26186 (table--generate-source-scan-lines, table-delete-row)
26187 (*table--cell-delete-char, table--spacify-frame)
26188 (table--horizontally-shift-above-and-below)
26189 (table--cell-insert-char, table--cell-blank-str)
26190 (table--fill-region-strictly):
26191 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26192 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26193
26194 * add-log.el (change-log):
26195 * apropos.el (apropos):
26196 * comint.el (comint-completion, comint-source):
26197 * dabbrev.el (dabbrev):
26198 * delim-col.el (columns):
26199 * diff-mode.el (diff-mode):
26200 * ediff.el (ediff):
26201 * ediff-diff.el (ediff-diff):
26202 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26203 * ediff-mult.el (ediff-mult):
26204 * ediff-ptch.el (ediff-ptch):
26205 * ediff-wind.el (ediff-window):
26206 * facemenu.el (facemenu):
26207 * indent.el (indent):
26208 * info.el (info):
26209 * jka-cmpr-hook.el (compression, jka-compr):
26210 * lpr.el (lpr):
26211 * outline.el (outlines):
26212 * pcmpl-cvs.el (pcmpl-cvs):
26213 * pcmpl-rpm.el (pcmpl-rpm):
26214 * printing.el (printing):
26215 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26216 (ps-print-vertical, ps-print-headers, ps-print-font)
26217 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26218 (ps-print-background, ps-print-printer, ps-print-page)
26219 (ps-print-miscellany):
26220 * ses.el (ses):
26221 * shell.el (shell, shell-directories, shell-faces):
26222 * startup.el (initialization):
26223 * strokes.el (strokes):
26224 * term.el (term):
26225 * uniquify.el (uniquify):
26226 * w32-vars.el (w32):
26227 * calc/calc.el (calc):
26228 * emacs-lisp/bytecomp.el (bytecomp):
26229 * emacs-lisp/cl-indent.el (lisp-indent):
26230 * emacs-lisp/edebug.el (edebug):
26231 * emacs-lisp/elp.el (elp):
26232 * emacs-lisp/testcover.el (testcover):
26233 * emacs-lisp/trace.el (trace):
26234 * emulation/viper-ex.el (viper-ex):
26235 * emulation/viper-mous.el (viper-mouse):
26236 * mail/mailalias.el (mailalias):
26237 * mail/supercite.el (supercite, supercite-frames)
26238 (supercite-attr, supercite-cite, supercite-hooks):
26239 * net/rcompile.el (remote-compile):
26240 * net/rlogin.el (rlogin):
26241 * obsolete/ooutline.el (outlines):
26242 * progmodes/delphi.el (delphi):
26243 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26244 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26245 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26246 (ebnf-optimization):
26247 * progmodes/etags.el (etags):
26248 * progmodes/executable.el (executable):
26249 * progmodes/idlwave.el (idlwave):
26250 * progmodes/pascal.el (pascal):
26251 * progmodes/prolog.el (prolog):
26252 * progmodes/python.el (python):
26253 * progmodes/scheme.el (scheme):
26254 * progmodes/sh-script.el (sh, sh-script):
26255 * progmodes/sql.el (SQL):
26256 * progmodes/tcl.el (tcl):
26257 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26258 * textmodes/enriched.el (enriched):
26259 * textmodes/makeinfo.el (makeinfo):
26260 * textmodes/sgml-mode.el (sgml):
26261 * textmodes/table.el (table-hooks):
26262 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26263 * textmodes/texinfo.el (texinfo):
26264 * textmodes/two-column.el (two-column):
26265 Finish `defgroup' description with period.
26266
26267 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26268 * eshell/esh-var.el (eshell-var):
26269 * progmodes/vhdl-mode.el (vhdl-testbench):
26270 * textmodes/org.el (org): Fix typos in docstrings.
26271
26272 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26273 consistency.
26274
26275 * progmodes/flymake.el (flymake-find-file): Remove.
26276 (flymake-float-time): Use `with-no-warnings'.
26277 (flymake-check-start-time, flymake-check-was-interrupted)
26278 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26279 (flymake-new-err-info): `defvar' at compile time.
26280
26281 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26282
26283 * replace.el (occur-hook): Doc fix.
26284 (occur-1): Don't call `occur-hook' if there are no matches.
26285
26286 2005-07-03 Richard M. Stallman <rms@gnu.org>
26287
26288 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26289 global-map, save the same map.
26290 (global-map): Don't alter it at top level.
26291 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26292 Then alter it here instead.
26293 (tpu-edt-off): Set global-map to the saved one.
26294
26295 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26296 All references simplified.
26297 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26298 (zmacs-regions): Add defvar.
26299 (repeat-complex-command-map): Everything about that deleted.
26300
26301 * textmodes/artist.el (artist-key-is-drawing)
26302 (artist-key-endpoint1, artist-key-poly-point-list)
26303 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26304 (artist-key-compl-table, artist-rb-save-data)
26305 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26306 Don't put them in eval-when-compile.
26307 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26308
26309 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26310 Use with-no-warnings.
26311
26312 * net/browse-url.el (dos-windows-version): Add defvar.
26313
26314 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26315
26316 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26317 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26318 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26319 Add defvar.
26320 (rmail-summary-beginning-of-message): Use with-no-warnings.
26321 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26322
26323 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26324 Use with-no-warnings.
26325
26326 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26327 (c-mark-function): Add point-moving-unit property.
26328 (vi-goto-line): Use with-no-warnings.
26329
26330 * emulation/edt.el (edt-last-copied-word): Add defvar.
26331 (zmacs-region-stays): Likewise.
26332 (edt-mark-section-wisely): Use c-mark-function for C.
26333 Use makr-defun for Fortran.
26334 (time-string): defvar deleted.
26335 (edt-display-the-time): Don't set time-string.
26336
26337 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26338
26339 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26340 Don't warn when name is not constant
26341 or for defining the group `emacs'.
26342
26343 * tooltip.el (gud-tooltip-mode): Add defvar.
26344
26345 * startup.el (default-frame-background-mode): Add defvar.
26346
26347 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26348
26349 * info.el (tool-bar-map): Add defvar.
26350
26351 * dired.el (dnd-protocol-alist): Add defvar.
26352
26353 * dired-aux.el (dired-query): Display question with answer, when
26354 the user answers.
26355
26356 * custom.el (custom-add-option): Doc fix.
26357
26358 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26359
26360 2005-07-03 Eli Zaretskii <eliz@gnu.org>
26361
26362 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26363 bogus name from the last change.
26364
26365 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
26366
26367 * custom.el (custom-declare-variable): Fix typos in comment.
26368 (custom-known-themes): Doc fix.
26369 (custom-theme-directory): New defcustom.
26370 (require-theme): Make it check `custom-theme-directory'.
26371
26372 * cus-theme.el (custom-new-theme-mode): New function.
26373 (custom-theme-name, custom-theme-variables, custom-theme-faces)
26374 (custom-theme-description): Add compiler defvars.
26375 (customize-create-theme): Add doc to the "*New Custom Theme*"
26376 buffer. Use `custom-new-theme-mode'.
26377 (custom-theme-write): Put the created buffer in emacs-lisp-mode
26378 and save it to the `custom-theme-directory'. Make this the
26379 default directory of the buffer.
26380
26381 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
26382
26383 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26384 Fix unbalanced parentheses.
26385
26386 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
26387
26388 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26389 into flymake-mode and delegate to flymake-mode.
26390
26391 * find-file.el (ff-which-function-are-we-in): Clean up.
26392
26393 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
26394
26395 * replace.el (occur-rename-buffer): Fix docstring.
26396
26397 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26398 (edt-last-copied-word, edt-learn-macro-count)
26399 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26400 (edt-rect-start-point, edt-user-global-map, rect-start-point)
26401 (time-string, zmacs-region-stays):
26402 * emulation/edt-mapper.el (edt-save-function-key-map)
26403 (EDT-key-name): `defvar' to silence the byte-compiler.
26404
26405 2005-07-02 Martin Rudalics <rudalics@gmx.at>
26406
26407 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26408 font-lock-regexp-backslash. Doc fix.
26409 (font-lock-regexp-backslash-grouping-construct): Rename from
26410 font-lock-regexp-backslash-construct. Doc fix.
26411 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26412 grouping constructs.
26413
26414 2005-07-02 Eli Zaretskii <eliz@gnu.org>
26415
26416 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26417 updating all the prerequisites.
26418
26419 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
26420
26421 * textmodes/org.el (org-agenda-start-on-weekday)
26422 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26423 (org-agenda-use-time-grid, org-archive-location)
26424 (org-allow-space-in-links, org-usenet-links-prefer-google)
26425 (org-enable-table-editor, org-export-default-language)
26426 (org-export-html-show-new-buffer, org-fill-paragraph)
26427 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26428 (org-goto-quit, org-occur, org-eval-in-calendar)
26429 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26430 (org-agenda-diary-entry, org-remember-help)
26431 (org-table-convert-region, org-at-table-p)
26432 (org-table-move-row-down, org-table-move-row-up)
26433 (org-table-copy-region, org-table-toggle-vline-visibility)
26434 (org-table-get-stored-formulas, org-table-get-specials)
26435 (org-recalc-commands, org-table-eval-formula)
26436 (org-table-formula-substitute-names, orgtbl-make-binding)
26437 (org-format-org-table-html, org-format-table-table-html)
26438 (org-format-table-table-html-using-table-generate-source)
26439 (org-customize): Fix typos in docstrings.
26440 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26441 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26442 (org-back-to-heading): Doc fixes.
26443 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26444 (org-agenda-change-all-lines, org-get-header):
26445 Improve argument/docstring consistency.
26446 (orgtbl-error): Fix error message.
26447
26448 * progmodes/flymake.el (flymake-find-possible-master-files)
26449 (flymake-master-file-compare, flymake-get-line-err-count)
26450 (flymake-highlight-line, flymake-gui-warnings-enabled):
26451 Fix typos in docstrings.
26452 (flymake-parse-line, flymake-get-project-include-dirs-function)
26453 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26454 Doc fixes.
26455 (flymake-get-project-include-dirs-function)
26456 (flymake-make-err-menu-data):
26457 Improve argument/docstring consistency.
26458
26459 2005-07-01 Lute Kamstra <lute@gnu.org>
26460
26461 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26462 Catch errors with ignore-errors. Use temporary buffer.
26463 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
26464
26465 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26466 background color faces.
26467 (facemenu-set-foreground, facemenu-set-background):
26468 Use facemenu-set-face-from-menu.
26469 (facemenu-set-face-from-menu): Treat face names that start with
26470 "fg:" or "bg:" as special.
26471 (facemenu-add-new-color): Don't create faces. Simplify.
26472
26473 2005-06-30 Richard M. Stallman <rms@gnu.org>
26474
26475 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26476 (crm-find-current-element): Likewise.
26477
26478 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26479
26480 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26481
26482 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
26483
26484 * arc-mode.el (archive-extract): Make it work as a mouse binding.
26485 (archive-mouse-extract): Make it an obsolete alias.
26486 (archive-mode-map): Don't use archive-mouse-extract any more.
26487 (archive-mode, archive-extract): write-contents-hooks ->
26488 write-contents-functions.
26489 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26490 first arg.
26491 (archive-rename-entry): Update the call.
26492 (archive-zip-summarize): Remove unused var `method'.
26493 (archive-lzh-summarize): Remove unused var `creator'.
26494
26495 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26496 dedicated frame upon exit.
26497
26498 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26499 (archive-zip-extract, archive-zip-expunge)
26500 (archive-zip-update, archive-zip-update-case): Use executable-find.
26501 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26502 Use restore-buffer-modified-p.
26503 (archive-extract, archive-add-new-member, archive-write-file-member):
26504 Use with-current-buffer.
26505 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26506
26507 2005-06-30 Andreas Schwab <schwab@suse.de>
26508
26509 * progmodes/gud.el (gud-filter): Remove unneeded progn.
26510
26511 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26512
26513 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26514
26515 2005-06-30 Juri Linkov <juri@jurta.org>
26516
26517 * faces.el (vertical-border): Inherit from mode-line-inactive
26518 only on tty.
26519
26520 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
26521
26522 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26523 example, -NLINES in the `occur' docstring).
26524
26525 * replace.el (occur-1): When no matches are found, do not set the
26526 `buffer-read-only' and modified flags for the occur buffer,
26527 because it is deleted.
26528
26529 * emulation/cua-base.el (cua-check-pending-input)
26530 (cua-repeat-replace-region, cua-mode, cua-debug)
26531 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26532 Fix typos in docstrings.
26533
26534 * emulation/cua-gmrk.el (cua-toggle-global-mark)
26535 (cua-cut-region-to-global-mark)
26536 (cua--cut-rectangle-to-global-mark):
26537 Remove period from end of messages.
26538
26539 * emulation/cua-rect.el (cua-do-rectangle-padding):
26540 Remove period from end of messages.
26541 (cua--rectangle-seq-format): Fix typo in docstring.
26542 (cua-sequence-rectangle, cua-fill-char-rectangle):
26543 Improve argument/docstring consistency.
26544
26545 2005-06-29 Juri Linkov <juri@jurta.org>
26546
26547 * faces.el (default-frame-background-mode): New internal variable.
26548 (frame-set-background-mode): Use it.
26549
26550 * startup.el (normal-top-level): Set default-frame-background-mode
26551 instead of frame-background-mode. Before setting it, test for its
26552 nil value. Remove tests for frame-background-mode and frame
26553 parameter `reverse'. Add test for "unspecified-fg".
26554
26555 * term/xterm.el (xterm-rxvt-set-background-mode):
26556 * term/rxvt.el (rxvt-set-background-mode):
26557 Set default-frame-background-mode instead of frame-background-mode.
26558
26559 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
26560
26561 * simple.el (set-variable): Warn about obsolete user variables.
26562
26563 * imenu.el (imenu--completion-buffer):
26564 * mouse.el (mouse-buffer-menu-alist):
26565 * msb.el (msb-invisible-buffer-p):
26566 * calendar/diary-lib.el (diary-header-line-format):
26567 * emacs-lisp/pp.el (pp-buffer):
26568 * progmodes/cperl-mode.el (cperl-do-auto-fill):
26569 * textmodes/picture.el (picture-replace-match):
26570 Change space constants followed by a sexp to "?\s ".
26571
26572 * play/decipher.el (decipher-loop-with-breaks):
26573 * textmodes/texinfo.el (texinfo-insert-@item): Change space
26574 constants "protected" from end of line by a comment to "?\s".
26575
26576 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26577
26578 * font-lock.el (save-buffer-state): Use `declare'.
26579
26580 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26581 reset the syntax-table to cperl-mode-syntax-table.
26582 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26583 "foo_print_bar" is not matched as a reserved keyword.
26584
26585 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
26586
26587 * textmodes/org.el (orgtbl-setup): New function, for delayed
26588 setup for the orgtbl commands.
26589 (org-calc-default-modes): New option.
26590 (orgtbl-make-binding): Use `defun' to get better help display.
26591 (org-diary): Call `org-compile-prefix-format'.
26592 (org-table-formula-substitute-names): New function.
26593 (org-agenda-day-view, org-agenda-week-view): New commands.
26594 (org-agenda-toggle-week-view): Command removed.
26595 (org-tbl-menu): Split off from org-org-menu.
26596 (org-mode): Move removal of outline-mode menus to here.
26597 (org-table-formula-debug): New option.
26598 (org-table-insert-row): Keep first field if just "#" or "*".
26599 (org-mode): Paragraph regexps fixed.
26600 (org-table-recalculate-regexp): New constant.
26601 (org-table-justify-field-maybe): Avoid replace if not necessary.
26602 (org-copy-special, org-cut-special): Use `call-interactively'.
26603 (org-table-copy-region): Take region from `interactive' call.
26604 (org-trim): Return string even if no match.
26605 (org-formula): New face.
26606 (org-set-font-lock-defaults): No longer highlight "FIXME".
26607 But highlight formula-related fields in table.
26608 (org-table-p): Use regexp, not fontification.
26609 (org-table-align): Handle white space at end of line.
26610 (org-table-formula-evaluate-inline): New option.
26611 (org-mode): Auto-wrapping in comment lines turned off.
26612 (org-table-copy-down): Evaluate only in copied field, not in
26613 destination.
26614 (org-table-current-formula): Variable removed.
26615 (org-table-store-formulas, org-table-get-stored-formulas)
26616 (org-table-modify-formulas, org-table-replace-in-formulas)
26617 (org-table-maybe-eval-formula): New functions.
26618 (org-table-get-formula): Modify to use stored formulas.
26619 (org-table-insert-column, org-table-delete-column)
26620 (org-table-move-column): Call `org-table-modify-formulas'.
26621 (org-complete): Add completion for keyword formulas.
26622 (orgtbl-mode): Pull orgtbl-mode-map to start of
26623 minor-mode-map-alist.
26624
26625 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26626
26627 * progmodes/python.el (python-check): Require `compile' before
26628 modifying its variables.
26629
26630 * newcomment.el (comment-indent-default): Don't get fooled by an early
26631 end of buffer.
26632
26633 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26634
26635 * ps-print.el (ps-print-version): Fix version number.
26636
26637 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
26638
26639 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26640
26641 2005-06-28 Richard M. Stallman <rms@gnu.org>
26642
26643 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26644 (flyspell-local-mouse-map): Declaration deleted.
26645 (flyspell-mouse-map): Bind only mouse-2.
26646 (flyspell-mode-map): Don't test flyspell-use-local-map.
26647 (flyspell-overlay-keymap-property-name): Var deleted.
26648 (flyspell-mode-on): Don't make local bindings for
26649 flyspell-mouse-map and flyspell-mode-map.
26650 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26651
26652 * textmodes/ispell.el (ispell-word): Do not ignore short words.
26653
26654 * progmodes/compile.el (compilation-next-error-function):
26655 Don't switch buffers; operate on the current buffer.
26656
26657 * progmodes/compile.el (compilation-error-file-name)
26658 (compilation-warning-file-name, compilation-info-file-name)
26659 (compilation-line-number, compilation-column-number): New faces.
26660 (compilation-error-face, compilation-warning-face)
26661 (compilation-info-face, compilation-line-face)
26662 (compilation-column-face): Use them.
26663
26664 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26665
26666 * comint.el (comint-password-prompt-regexp): Accept ", try again".
26667
26668 * bindings.el (global-map): Bind insertchar and its variants.
26669
26670 2005-06-27 Richard M. Stallman <rms@gnu.org>
26671
26672 * textmodes/artist.el (artist-text-overwrite)
26673 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26674
26675 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26676
26677 * ps-print.el: It was not working the page selection for printing.
26678 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26679 (ps-print-version): New version 6.6.7.
26680 (ps-end-sheet): New fun.
26681 (ps-header-sheet, ps-end-job): Call it.
26682
26683 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
26684
26685 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26686
26687 2005-06-27 Lute Kamstra <lute@gnu.org>
26688
26689 * facemenu.el (facemenu-unlisted-faces): Add foreground and
26690 background color faces.
26691 (facemenu-get-face): Delete function.
26692 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26693 (facemenu-add-new-color): Make second argument mandatory.
26694 Create the appropriate face and return it. Simplify.
26695 (facemenu-set-foreground, facemenu-set-background): Don't check if
26696 color is defined. Use return value of facemenu-add-new-color.
26697
26698 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
26699
26700 * progmodes/gud.el (gud-filter): Add missing argument to
26701 with-selected-window.
26702
26703 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
26704
26705 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26706 a :require to the defcustom.
26707
26708 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26709 defcustoms corresponding to minor modes.
26710
26711 2005-06-26 David Ponce <david@dponce.com>
26712
26713 * recentf.el: Require tree-widget instead of wid-edit.
26714 (recentf-filename-handler): Fix widget :type.
26715 (recentf-cancel-dialog, recentf-open-more-files)
26716 (recentf-open-files-action): Doc fix.
26717 (recentf-dialog-goto-first): New function.
26718 (recentf-dialog-mode-map): Set parent keymap first.
26719 (recentf-dialog-mode): Define with define-derived-mode.
26720 Don't display continuation lines in dialogs.
26721 (recentf-edit-list): Rename from recentf-edit-selected-items.
26722 (recentf-edit-list-select): Rename from recentf-edit-list-action.
26723 Simplify.
26724 (recentf-edit-list-validate): New function.
26725 (recentf-edit-list): Update accordingly.
26726 (recentf-open-files-item-shift): Remove.
26727 (recentf-open-files-item): Convert menu elements into tree and
26728 link widgets. Don't create the widgets.
26729 (recentf-open-files): Update accordingly.
26730 (recentf-save-list): Untabify.
26731
26732 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
26733
26734 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26735 (keep-lines): Add INTERACTIVE arg. Never delete lines only
26736 partially contained in the active region. Do not take active
26737 region into account when called from Lisp, unless INTERACTIVE arg
26738 is non-nil. Use `forward-line' instead of `beginning-of-line' to
26739 avoid trouble with fields. Make marker point nowhere when no
26740 longer used. Always return nil. Doc fix.
26741 (flush-lines): Add INTERACTIVE arg. Do not take active region
26742 into account when called from Lisp, unless INTERACTIVE arg is
26743 non-nil. Use `forward-line' instead of `beginning-of-line' to
26744 avoid trouble with fields. Make marker point nowhere when no
26745 longer used. Always return nil. Doc fix.
26746 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
26747 interchangeable. Do not take active region into account when
26748 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
26749 message in echo area when called from Lisp, unless INTERACTIVE arg
26750 is non-nil. Avoid saying "1 occurrences". Do not use markers.
26751 Return the number of matches. Doc fix.
26752 (occur): Doc fix.
26753 (perform-replace): Make comment follow double space convention for
26754 the sake of `outline-minor-mode'.
26755
26756 * faces.el (facep): Doc fix.
26757
26758 2005-06-25 Richard M. Stallman <rms@gnu.org>
26759
26760 * facemenu.el (facemenu-enable-faces-p): New function.
26761 (facemenu-background-menu, facemenu-foreground-menu)
26762 (facemenu-face-menu): Add menu-enable property.
26763
26764 * jka-compr.el (jka-compr-insert-file-contents):
26765 Special handling if cannot find the uncompression program.
26766
26767 * cus-face.el (custom-face-attributes): Add autoload.
26768
26769 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26770 Bind comment-indent-function locally.
26771
26772 * window.el (save-selected-window): Use save-current-buffer.
26773
26774 * subr.el (with-selected-window): Use save-current-buffer.
26775
26776 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26777 and with-current-buffer.
26778
26779 2005-06-24 Richard M. Stallman <rms@gnu.org>
26780
26781 * simple.el (line-move-1): Fix previous change.
26782
26783 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
26784
26785 * replace.el (occur-1): Set `buffer-read-only' and the
26786 buffer-modified flag before running `occur-hook' to protect
26787 against unintentional buffer switches that can lead to data loss.
26788
26789 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
26790
26791 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26792 (gud-gdb-marker-filter): Use font-lock-warning-face for any
26793 initial error.
26794
26795 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26796 after fresh input.
26797 (gdb-var-create-handler): Put name of expression in quotes.
26798
26799 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
26800
26801 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26802 elements of RING in order, and without bogus nil elements.
26803
26804 2005-06-23 Richard M. Stallman <rms@gnu.org>
26805
26806 * simple.el (set-variable): Args renamed; doc fix.
26807 (line-move-1): When there are overlays around, use vertical-motion.
26808
26809 * faces.el (escape-glyph): Use brown against light background.
26810 (nobreak-space): Rename from no-break-space.
26811 Fix previous change.
26812
26813 * dired-aux.el (dired-do-copy): Fix arg prompt.
26814
26815 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26816
26817 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
26818
26819 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26820 rather than "Distributor".
26821
26822 2005-06-23 Lute Kamstra <lute@gnu.org>
26823
26824 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26825 (debug-on-entry): Use it. New interactive declaration that uses
26826 function-called-at-point.
26827
26828 2005-06-23 Kim F. Storm <storm@cua.dk>
26829
26830 * subr.el (save-match-data): Add comment about using evaporate arg
26831 to set-match-data.
26832
26833 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
26834
26835 * cus-edit.el (customize-face)
26836 (customize-face-other-window): Handle face aliases.
26837
26838 * faces.el (face-documentation, set-face-attribute)
26839 (face-spec-set): Handle face aliases.
26840
26841 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
26842
26843 * help-mode.el (help-make-xrefs): If a symbol representing a face
26844 name is not followed by the word "face", it could still be a
26845 function or variable name, so don't bypass other checks.
26846
26847 2005-06-22 Juri Linkov <juri@jurta.org>
26848
26849 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26850 Replace aliased functions with calls where second arg `inherit' is t.
26851
26852 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
26853
26854 * progmodes/gdb-ui.el (gdb-error): New variable.
26855 (gdb-error): New function.
26856 (gdb-annotation-rules): Act on error-begin and error annotations.
26857 (gdb-concat-output): Use font-lock-warning-face for errors.
26858
26859 2005-06-22 Miles Bader <miles@gnu.org>
26860
26861 * bindings.el (propertized-buffer-identification): Use renamed
26862 `Buffer-menu-buffer' face.
26863
26864 * faces.el (vertical-border): Rename from `vertical-divider'.
26865 (escape-glyph): Change dark-background color back to `cyan'.
26866
26867 2005-06-21 Juri Linkov <juri@jurta.org>
26868
26869 * faces.el (face-user-default-spec): Try getting `customized-face'
26870 prior to `saved-face'.
26871 (frame-background-mode): Refill docstring.
26872
26873 * emacs-lisp/lisp-mode.el (eval-defun-1):
26874 * emacs-lisp/edebug.el (edebug-eval-defun):
26875 Set `saved-face' temporarily to nil before calling form.
26876 Set `customized-face' to the new spec after that.
26877
26878 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
26879
26880 * subr.el (1value, lambda, key-substitution-in-progress):
26881 Doc fixes.
26882
26883 * autoinsert.el (auto-insert-alist):
26884 * ses.el (ses-call-printer):
26885 * subr.el (noreturn):
26886 * emacs-lisp/lisp.el (check-parens):
26887 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26888 * net/browse-url.el (browse-url-mosaic):
26889 * progmodes/cc-defs.el (c-safe-scan-lists):
26890 * progmodes/ebnf-abn.el (ebnf-abn-lex):
26891 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26892 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26893 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26894 * progmodes/ebnf-iso.el (ebnf-iso-lex):
26895 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26896
26897 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
26898
26899 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26900
26901 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
26902
26903 * calendar/appt.el (appt-make-list): Activate the package, if
26904 not already active (for backwards compatibility).
26905
26906 2005-06-20 Kim F. Storm <storm@cua.dk>
26907
26908 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
26909
26910 2005-06-20 Miles Bader <miles@gnu.org>
26911
26912 * faces.el (vertical-divider): New face.
26913
26914 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
26915
26916 * simple.el (kill-whole-line): Doc fix.
26917 (next-error-buffer-p, next-error-find-buffer)
26918 (clone-indirect-buffer): Fix typos in docstrings.
26919 (comment-line-break-function): Doc fix: don't say variable
26920 is automatically buffer-local (it isn't).
26921
26922 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
26923
26924 * net/tramp-ftp.el (top):
26925 * net/tramp-smb.el (top):
26926 * net/tramp-util.el (top):
26927 * net/tramp-uu.el (top):
26928 * net/tramp-vc.el (top):
26929 * net/tramp.el (top): Revert copyright years back to original
26930 ones. Tramp has a life outside GNU Emacs.
26931
26932 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
26933
26934 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26935
26936 2005-06-18 Juri Linkov <juri@jurta.org>
26937
26938 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26939 end of first regexp to limit the match to the position between
26940 line number and source line with same separator character as used
26941 between file name and line number. In the second regexp limit
26942 mouse-face area to file name and line number by adding new group
26943 for them and referring it in HYPERLINK arg.
26944 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26945 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26946 previous line where grep markers may be already removed.
26947
26948 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
26949
26950 * progmodes/ps-mode.el: Update version and maintainer's email address.
26951
26952 2005-06-18 Steve Youngs <steve@xemacs.org>
26953
26954 * net/browse-url.el (browse-url-browser-function)
26955 (browse-url-default-browser): Add firefox.
26956 (browse-url-firefox-program, browse-url-firefox-arguments)
26957 (browse-url-firefox-startup-arguments)
26958 (browse-url-firefox-new-window-is-tab): New defcustoms.
26959 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26960
26961 2005-06-17 Richard M. Stallman <rms@gnu.org>
26962
26963 * startup.el (command-line): Warn if specified user name has
26964 no home directory.
26965
26966 * term.el (term-get-old-input, term-input-filter, term-input-sender)
26967 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26968
26969 * longlines.el (longlines-mode, longlines-show-hard-newlines):
26970 Doc fixes.
26971
26972 * faces.el (underline): Try bold if terminal doesn't support underline.
26973
26974 * mail/sendmail.el (mail-setup-with-from): New variable.
26975 (mail-insert-from-field): New function.
26976 (sendmail-send-it): Call it.
26977 (mail-setup): Optionally call it here.
26978
26979 * term/linux.el: Call tty-no-underline.
26980
26981 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
26982
26983 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26984
26985 2005-06-17 Miles Bader <miles@gnu.org>
26986
26987 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26988 (ediff-current-diff-C, ediff-current-diff-Ancestor)
26989 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26990 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26991 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26992 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26993 Remove "-face" suffix from face names.
26994 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26995 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26996 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26997 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26998 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26999 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27000 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27001 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27002 New backward-compatibility aliases for renamed faces.
27003 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27004 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27005 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27006 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27007 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27008 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27009 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27010 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27011 Use renamed ediff faces.
27012
27013 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27014 Remove "-face" suffix from face names.
27015 (eshell-test-ok-face, eshell-test-failed-face):
27016 New backward-compatibility aliases for renamed faces.
27017 (eshell-run-test): Use renamed eshell-test faces.
27018
27019 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27020 face name.
27021 (eshell-prompt-face): New backward-compatibility alias for renamed
27022 face.
27023 (eshell-emit-prompt): Use renamed eshell-prompt face.
27024
27025 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27026 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27027 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27028 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27029 Remove "-face" suffix from face names.
27030 (eshell-ls-directory-face, eshell-ls-symlink-face)
27031 (eshell-ls-executable-face, eshell-ls-readonly-face)
27032 (eshell-ls-unreadable-face, eshell-ls-special-face)
27033 (eshell-ls-missing-face, eshell-ls-archive-face)
27034 (eshell-ls-backup-face, eshell-ls-product-face)
27035 (eshell-ls-clutter-face):
27036 New backward-compatibility aliases for renamed faces.
27037 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27038
27039 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27040 Remove "-face" suffix from face name.
27041 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27042 instead of literal face.
27043
27044 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27045
27046 * emacs-lisp/warnings.el (display-warning, lwarn)
27047 (warning-minimum-log-level): Doc fixes.
27048 (warning-minimum-level, warning-minimum-log-level):
27049 Add :debug to :type choices.
27050
27051 * progmodes/ada-mode.el (ada-format-paramlist)
27052 (ada-get-indent-case, ada-check-matching-start)
27053 (ada-check-defun-name, ada-goto-matching-decl-start)
27054 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27055 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27056 (ada-make-subprogram-body): Follow error conventions.
27057 (ada-case-exception-file, ada-indent-comment-as-code)
27058 (ada-indent-handle-comment-special, ada-indent-renames)
27059 (ada-indent-return, ada-search-directories-internal)
27060 (ada-tab-policy, ada-case-exception-substring)
27061 (ada-other-file-alist, ada-matching-start-re)
27062 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27063 (ada-imenu-generic-expression, ada-compile-goto-error)
27064 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27065 (ada-popup-menu, ada-add-extensions, ada-mode)
27066 (ada-region-selected, ada-create-case-exception)
27067 (ada-create-case-exception-substring, ada-after-keyword-p)
27068 (ada-activate-keys-for-case, ada-adjust-case-region)
27069 (ada-adjust-case-buffer, ada-format-paramlist)
27070 (ada-scan-paramlist, ada-insert-paramlist)
27071 (ada-indent-newline-indent)
27072 (ada-indent-newline-indent-conditional)
27073 (ada-justified-indent-current, ada-goto-previous-word)
27074 (ada-indent-current, ada-get-indent-open-paren)
27075 (ada-get-indent-paramlist, ada-get-indent-end)
27076 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27077 (ada-get-indent-block-start, ada-get-indent-subprog)
27078 (ada-get-indent-noindent, ada-get-indent-label)
27079 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27080 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27081 (ada-goto-stmt-end, ada-goto-next-word)
27082 (ada-check-matching-start, ada-check-defun-name)
27083 (ada-goto-matching-decl-start, ada-goto-matching-start)
27084 (ada-goto-matching-end, ada-search-ignore-string-comment)
27085 (ada-in-decl-p, ada-looking-at-semi-or)
27086 (ada-looking-at-semi-private, ada-in-paramlist-p)
27087 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27088 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27089 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27090 (ada-previous-package, ada-create-menu)
27091 (ada-fill-comment-paragraph-justify)
27092 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27093 (ada-other-file-name, ada-last-which-function-line)
27094 (ada-last-which-function-subprog, ada-which-function)
27095 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27096 (ada-gen-treat-proc, ada-check-emacs-version)
27097 (ada-continuation-indent, ada-align-region-separate):
27098 Fix typos in docstrings.
27099 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27100
27101 2005-06-16 Lute Kamstra <lute@gnu.org>
27102
27103 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27104 conditionally.
27105
27106 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27107
27108 * comint.el (comint-replace-by-expanded-filename)
27109 (comint-prompt-regexp, comint-delimiter-argument-list)
27110 (comint-preinput-scroll-to-bottom):
27111 * info.el (Info-hide-cookies-node):
27112 * ls-lisp.el (ls-lisp-classify):
27113 * find-file.el (ff-search-directories, ff-special-constructs)
27114 (ff-find-other-file):
27115 * font-lock.el (font-lock-keywords):
27116 * shell.el (shell-prompt-pattern)
27117 (shell-dynamic-complete-functions, shell-mode)
27118 (shell-delimiter-argument-list):
27119 * term.el (term-replace-by-expanded-filename)
27120 (term-prompt-regexp, term-delimiter-argument-list):
27121 * woman.el (woman-ignore, woman0-if):
27122 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27123 * emacs-lisp/elint.el (elint-init-env):
27124 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27125 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27126 * language/ethio-util.el (ethio-tilde-escape)
27127 (ethio-use-three-dot-question):
27128 * net/zone-mode.el (zone-mode-load-time-setup):
27129 * progmodes/cc-align.el (c-lineup-argcont):
27130 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27131 * progmodes/cperl-mode.el (cperl-set-style-back):
27132 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27133 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27134 Fix spellings in docstrings.
27135
27136 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27137 * progmodes/modula2.el (m2-for): Fix spellings.
27138
27139 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27140
27141 * simple.el (undo-more): Don't use `format' on `error' arguments.
27142 Improve argument/docstring consistency.
27143 (pending-undo-list): Doc fix.
27144
27145 * smerge-mode.el (smerge-ensure-match):
27146 * emulation/vip.el (vip-ex):
27147 * net/zone-mode.el (zone-mode-update-serial):
27148 * progmodes/idlwave.el (idlwave-complete):
27149 * progmodes/vhdl-mode.el (vhdl-visit-file)
27150 (vhdl-compose-wire-components):
27151 Don't use `format' on `error' arguments.
27152
27153 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27154 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27155 (tooltip-help-tips): Fix typos in docstrings.
27156
27157 2005-06-16 David Ponce <david@dponce.com>
27158
27159 * tree-widget.el (tree-widget-value-create): Simplify last change.
27160
27161 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27162
27163 * ido.el (ido-incomplete-regexp): New variable.
27164 (ido-set-matches-1): Handle invalid-regexp error and set
27165 ido-incomplete-regexp.
27166 (ido-incomplete-regexp): New face.
27167 (ido-completions): Use it.
27168 (ido-complete, ido-exit-minibuffer, ido-completions):
27169 Handle incomplete regexps.
27170 (ido-completions): Add check for complete match when entering a regexp.
27171
27172 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27173
27174 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27175
27176 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27177
27178 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27179 by field delimiters.
27180
27181 2005-06-15 David Ponce <david@dponce.com>
27182
27183 * tree-widget.el: eval-and-compile inlined functions so they will
27184 be available at run-time too.
27185 (tree-widget-super-format-handler)
27186 (tree-widget-format-handler): Remove.
27187 (tree-widget-value-create): Handle the :indent property.
27188
27189 2005-06-15 Miles Bader <miles@gnu.org>
27190
27191 * progmodes/which-func.el (which-func): Only inherit
27192 `font-lock-function-name-face' when that makes sense against the
27193 default mode-line face, otherwise set the face color explicitly.
27194
27195 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27196 faces instead of (non-existent) variables.
27197
27198 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27199
27200 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27201 (iswitchb-get-matched-buffers): Likewise. Simplify.
27202
27203 2005-06-14 Miles Bader <miles@gnu.org>
27204
27205 * progmodes/ld-script.el (ld-script-location-counter):
27206 Remove "-face" suffix from face name.
27207 (ld-script-location-counter-face):
27208 New backward-compatibility alias for renamed face.
27209 (ld-script-location-counter-face): Use renamed face.
27210
27211 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27212 (cperl-hash): Remove "-face" suffix from face names.
27213 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27214 New backward-compatibility aliases for renamed faces.
27215 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27216 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27217
27218 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27219 name.
27220 (which-func-face): New backward-compatibility alias for renamed face.
27221 (which-func-format): Use renamed which-func face.
27222
27223 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27224 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27225 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27226 names.
27227 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27228 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27229 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27230 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27231 (vhdl-speedbar-architecture-selected)
27232 (vhdl-speedbar-configuration-selected)
27233 (vhdl-speedbar-package-selected)
27234 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27235 names.
27236 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27237 Use renamed faces.
27238 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27239 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27240 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27241 Use renamed faces.
27242 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27243 names.
27244 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27245 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27246 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27247 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27248 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27249 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27250
27251 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27252 face name.
27253 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27254 (sh-heredoc-face): Use renamed sh-heredoc face.
27255
27256 * progmodes/idlw-help.el (idlwave-help-link):
27257 Remove "-face" suffix from face name.
27258 (idlwave-help-link-face):
27259 New backward-compatibility alias for renamed face.
27260 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27261
27262 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27263 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27264 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27265 New backward-compatibility aliases for renamed faces.
27266 (idlwave-shell-disabled-breakpoint-face)
27267 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27268
27269 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27270 Remove "-face" suffix from face names.
27271 (flymake-errline-face, flymake-warnline-face):
27272 New backward-compatibility aliases for renamed faces.
27273 (flymake-highlight-line): Use renamed flymake faces.
27274
27275 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27276 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27277 (ebrowse-member-class, ebrowse-progress):
27278 Remove "-face" suffix from face names.
27279 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27280 (ebrowse-file-name-face, ebrowse-default-face)
27281 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27282 (ebrowse-progress-face):
27283 New backward-compatibility aliases for renamed faces.
27284 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27285 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27286 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27287 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27288
27289 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27290 antlr-syntax)
27291 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27292 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27293 names.
27294 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27295 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27296 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27297 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27298 backward-compatibility aliases for renamed faces.
27299 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27300 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27301 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27302 remove "font-lock-". Use renamed antlr-mode faces.
27303 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27304 literal face-names with face variable references.
27305
27306 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27307 face name.
27308 (Buffer-menu-buffer-face): New backward-compatibility alias for
27309 renamed face.
27310 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27311
27312 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27313
27314 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27315 Eliminate "-face" suffix.
27316 (makefile-targets): Inherit from font-lock-function-name-face and
27317 eliminate "-face" suffix.
27318 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27319 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27320 actions, instead of prepending, to make it less visible.
27321 (makefile-previous-dependency, makefile-match-dependency):
27322 Don't match a target on a continuation line.
27323
27324 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27325
27326 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
27327
27328 * progmodes/gdb-ui.el (menu): Re-order menu items.
27329 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27330
27331 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27332 Define in tooltip.el.
27333 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27334 (gud-tooltip-tips): Respect tooltip-use-echo-area and
27335 gud-tooltip-echo-area.
27336
27337 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27338 backward compatibility and make obsolete.
27339 (tooltip-help-tips): Use tooltip-use-echo-area.
27340 (tooltip-show-help-function): Rename to...
27341 (tooltip-show-help): ...this, because it is a function.
27342 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27343
27344 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
27345
27346 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27347 (edebug-print-length, edebug-print-level, edebug-print-circle)
27348 (edebug-modify-breakpoint, edebug-eval-last-sexp)
27349 (edebug-eval-print-last-sexp): Doc fixes.
27350
27351 2005-06-14 Kim F. Storm <storm@cua.dk>
27352
27353 * ido.el (ido-mode): Make a new keymap every time we enable ido,
27354 as the coverage buffer/file/both may change.
27355
27356 2005-06-14 Lute Kamstra <lute@gnu.org>
27357
27358 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27359 and run-mode-hooks. Simplify.
27360
27361 * mail/rmailedit.el (rmail-edit-mode):
27362 * progmodes/octave-inf.el (inferior-octave-mode):
27363 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27364
27365 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27366 and run-mode-hooks.
27367 (recentf-edit-list, recentf-open-files): Don't call
27368 kill-all-local-variables directly.
27369
27370 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27371
27372 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
27373
27374 * emacs-lisp/byte-run.el (make-obsolete)
27375 (define-obsolete-function-alias): Rename arguments FUNCTION and
27376 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27377 (make-obsolete-variable, define-obsolete-variable-alias):
27378 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27379 respectively.
27380
27381 * isearchb.el (isearchb-activate):
27382 * pcvs.el (cvs-mode):
27383 * ses.el (ses-load):
27384 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27385 * net/tramp.el (tramp-find-file-exists-command)
27386 (tramp-find-shell):
27387 * progmodes/ada-mode.el (ada-create-case-exception)
27388 (ada-create-case-exception-substring, ada-make-subprogram-body):
27389 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27390 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27391 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27392 * textmodes/org.el (org-promote, org-evaluate-time-range)
27393 (org-agenda-next-date-line, org-agenda-previous-date-line)
27394 (org-agenda-error, org-open-at-point, org-table-move-row)
27395 (org-format-table-table-html-using-table-generate-source)
27396 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27397 * textmodes/reftex.el (reftex-access-scan-info):
27398 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27399 (reftex-toc-promote-prepare): Follow error conventions.
27400
27401 * diff-mode.el (diff-mode): Fix typo in docstring.
27402
27403 * forms.el (forms--intuit-from-file): Fix reference to
27404 `forms-number-of-fields' in error message.
27405 (forms-print): Fix quoting in error message.
27406
27407 * forms.el (forms-mode):
27408 * emulation/vi.el (vi-goto-insert-state):
27409 * progmodes/flymake.el (flymake-new-err-info)
27410 (flymake-start-syntax-check-for-current-buffer)
27411 (flymake-simple-cleanup):
27412 * eshell/esh-var.el (eshell/export):
27413 * progmodes/gud.el (xdb):
27414 * textmodes/flyspell.el (flyspell-incorrect-hook)
27415 (flyspell-maybe-correct-transposition)
27416 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27417
27418 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
27419
27420 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27421 minibuffer prompt.
27422
27423 2005-06-13 Kim F. Storm <storm@cua.dk>
27424
27425 * subr.el (add-to-ordered-list): New defun.
27426
27427 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27428 add cua--keymap-alist to emulation-mode-map-alists.
27429
27430 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
27431
27432 * subr.el (complete-in-turn): New macro.
27433 (dynamic-completion-table, lazy-completion-table): Add debug info.
27434
27435 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27436 in preference to face aliases.
27437
27438 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27439 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27440 Remove unused vars `start' and `firstline'.
27441 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27442 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27443
27444 2005-06-13 Eli Zaretskii <eliz@gnu.org>
27445
27446 * cus-start.el (all): Don't complain about missing GTK-related
27447 variables, unless either `gtk' is boundp or this isn't a
27448 `windows-nt' build.
27449
27450 2005-06-13 Lute Kamstra <lute@gnu.org>
27451
27452 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27453 run-mode-hooks.
27454
27455 * ediff-mult.el (ediff-meta-mode):
27456 * ediff-util.el (ediff-mode): Use run-mode-hooks.
27457
27458 * ledit.el (ledit-mode): Use delay-mode-hooks.
27459
27460 * woman.el (woman-mode-line-format): Delete constant.
27461 (woman-mode-map): Initialize it properly.
27462 (woman-mode): Set mode-class property to special.
27463 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
27464 Set major-mode and mode-name. Don't set mode-line-format directly.
27465 (Man-getpage-in-background): Don't reference woman-mode-line-format.
27466
27467 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27468 string argument obsolete.
27469
27470 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
27471
27472 * textmodes/org.el (org-CUA-compatible): New option.
27473 (org-disputed-keys): New variable.
27474 (org-key): New function.
27475 (orgtbl-make-binding): Add docstring to the created function.
27476 (org-mode): Set paragraph start/separate regexps.
27477 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27478 (org-archive-location, org-archive-mark-done)
27479 (org-archive-stamp-time): New options.
27480 (org-archive-subtree): New command.
27481 (org-fill-paragraph): New function.
27482 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27483 (org-fake-empty-table-line): Function removed.
27484 (org-format-org-table-html): Do not create empty table lines at
27485 separator lines. Improved table header treatment.
27486 (org-link-format): New option.
27487 (org-make-link): New function.
27488 (org-insert-link, org-store-link): Use org-make-link.
27489 (org-open-file): Quote file name for shell command, to allow
27490 spaces in file names.
27491 (org-link-regexp): Fix bug with mailto link.
27492 (org-link-maybe-angles-regexp, org-protected-link-regexp):
27493 New constants.
27494 (org-export-as-html): Deal with the optional angles around a link.
27495 Better treatment of file: links.
27496 (org-open-at-point): Replace @{ and @} with < and >.
27497 (org-run-mode-hooks): Function removed.
27498 (org-agenda-mode): No longer use `org-run-mode-hooks'.
27499
27500 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
27501
27502 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27503 MI command -data-list-register-values.
27504 (gdb-post-prompt): Indent properly.
27505
27506 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
27507
27508 * hilit-chg.el (highlight-changes-colors): Rename from
27509 `highlight-changes-colours'.
27510 (highlight-changes-colours): Keep as obsolete alias.
27511 (highlight-changes-face-list): Doc fix.
27512 (hilit-chg-make-list): Use `highlight-changes-colors'.
27513
27514 2005-06-12 Mark A. Hershberger <mah@everybody.org>
27515
27516 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27517 defun-prompt-regexp.
27518
27519 2005-06-12 Eli Zaretskii <eliz@gnu.org>
27520
27521 * loadup.el: Don't say we are dumping under 2 names on windows-nt
27522 and cygwin.
27523
27524 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27525 Don't use an old loaddefs.el, as in Makefile.in.
27526
27527 2005-06-12 Lute Kamstra <lute@gnu.org>
27528
27529 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27530
27531 * man.el (Man-mode-map): Initialize it properly.
27532 (Man-mode): Set mode-class property to special.
27533
27534 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27535
27536 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
27537
27538 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27539 A newline is needed in the docstring there.
27540
27541 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27542 Doc fixes.
27543
27544 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27545
27546 * printing.el: Doc fix. The menubar is no more changed when printing
27547 is loaded, it only changes when pr-menu-bind or pr-update-menus is
27548 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
27549 (pr-version): New version number (6.8.4).
27550 (pr-menu-bind): New command.
27551 (pr-update-menus): Docstring and code fix.
27552 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27553 Docstring fix.
27554 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27555 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27556
27557 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
27558
27559 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27560 "Returns" to "return", document useful return values, etc.
27561
27562 2005-06-11 Alan Mackenzie <acm@muc.de>
27563
27564 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27565 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27566 (adaptive-file-function): Minor amendment to doc-string.
27567
27568 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27569
27570 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27571 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27572 Fix :type--it is `integer', not `string'.
27573
27574 * faces.el (modeline-highlight): Rename from (the erroneous)
27575 `modeline-higilight'.
27576
27577 2005-06-11 Lute Kamstra <lute@gnu.org>
27578
27579 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27580 lisp-interaction-mode-map but make it the parent.
27581 (edebug-eval-mode): Use define-derived-mode.
27582
27583 2005-06-11 Andreas Schwab <schwab@suse.de>
27584
27585 * bindings.el: Add binding of `ESC functionkey' for every
27586 `M-functionkey'.
27587 * hexl.el (hexl-mode-map): Likewise.
27588
27589 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
27590
27591 * progmodes/compile.el (compilation-error-regexp-alist-alist)
27592 [msft]: update regexp for newer msft compilers.
27593
27594 2005-06-10 Mark A. Hershberger <mah@everybody.org>
27595
27596 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27597 ATTLIST portions of included DTDs.
27598 (xml-parse-dtd): Eliminate use of inefficient match-data.
27599
27600 2005-06-10 Miles Bader <miles@gnu.org>
27601
27602 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27603 (mpuz-text): Remove "-face" suffix from face names.
27604 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27605 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27606 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27607
27608 * play/gomoku.el (gomoku-O, gomoku-X):
27609 Remove "-face" suffix from face names.
27610 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27611 New backward-compatibility aliases for renamed faces.
27612 (gomoku-font-lock-keywords): Use renamed gomoku faces.
27613
27614 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27615
27616 * thumbs.el: Fixes for changes of 2005-06-09.
27617 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27618 as a directory.
27619 (thumbs-thumbname): Remove directory separator from format string;
27620 `thumbs-thumbsdir' now returns a valid directory name.
27621 (thumbs-temp-dir): New defsubst.
27622 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27623 Use it.
27624
27625 * cus-edit.el (minibuffer):
27626 * files.el (make-backup-file-name-function):
27627 * filesets.el (filesets-external-viewers):
27628 * hilit-chg.el (highlight-changes-colours)
27629 (highlight-changes-face-list, highlight-changes-rotate-faces):
27630 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27631 * kmacro.el (kmacro-call-macro):
27632 * log-edit.el (log-edit-changelog-full-paragraphs):
27633 * mouse.el (mouse-1-click-follows-link):
27634 * skeleton.el (skeleton-autowrap):
27635 * subr.el (insert-for-yank-1):
27636 * tempo.el (tempo-insert-region):
27637 * terminal.el (terminal-emulator):
27638 * time.el (display-time-mail-face):
27639 * vc.el (vc-annotate):
27640 * vcursor.el (vcursor-copy-line):
27641 * woman.el (woman-bold-headings, woman-ignore)
27642 (woman-default-faces, woman-monochrome-faces):
27643 * calendar/todo-mode.el (todo-insert-threshold):
27644 * emulation/pc-select.el (pc-select-selection-keys-only)
27645 (pc-selection-mode):
27646 * emulation/vip.el (vip-find-char-forward):
27647 * emulation/viper-cmd.el (viper-find-char-forward):
27648 * international/mule-cmds.el
27649 (select-safe-coding-system-accept-default-p)
27650 (input-method-exit-on-invalid-key):
27651 * international/mule-diag.el (describe-coding-system):
27652 * international/ucs-tables.el (unify-8859-on-encoding-mode):
27653 * net/browse-url.el (browse-url-xterm-program):
27654 * obsolete/lazy-lock.el (lazy-lock-mode):
27655 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27656 (cperl-mode):
27657 * progmodes/cpp.el (cpp-face-light-name-list)
27658 (cpp-face-dark-name-list):
27659 * progmodes/delphi.el (delphi-newline-always-indents):
27660 Fix spellings in docstrings.
27661
27662 * ido.el (ido-mode, ido-file-extensions-order)
27663 (ido-default-file-method, ido-default-buffer-method)
27664 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27665 (ido-decorations, ido-read-file-name-as-directory-commands)
27666 (ido-read-file-name-non-ido, ido-work-directory-list)
27667 (ido-ignore-item-temp-list, ido-current-directory)
27668 (ido-magic-forward-char, ido-enter-find-file)
27669 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27670 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27671
27672 2005-06-10 Lute Kamstra <lute@gnu.org>
27673
27674 * play/dunnet.el (dun-mode): Use define-derived-mode.
27675 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
27676 obsolete alias.
27677
27678 * play/doctor.el (doctor-mode-map): Remove defvar.
27679 (doctor-mode): Use define-derived-mode.
27680
27681 * mail/mspools.el (mspools-mode):
27682 * net/eudc-hotlist.el (eudc-hotlist-mode):
27683 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27684
27685 2005-06-10 Miles Bader <miles@gnu.org>
27686
27687 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27688 Remove "-face" suffix from face names.
27689 (flyspell-incorrect-face, flyspell-duplicate-face):
27690 New backward-compatibility aliases for renamed faces.
27691 (flyspell-mode-on, make-flyspell-overlay)
27692 (flyspell-highlight-incorrect-region)
27693 (flyspell-highlight-duplicate-region)
27694 (flyspell-display-next-corrections)
27695 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27696
27697 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27698 from face name.
27699 (texinfo-heading-face): New backward-compatibility alias for
27700 renamed face.
27701 (texinfo-heading-face): Use renamed texinfo-heading face.
27702
27703 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27704 suffix from face names.
27705 (tex-math-face, tex-verbatim-face):
27706 New backward-compatibility aliases for renamed faces.
27707 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27708 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27709 literal face name.
27710
27711 * textmodes/table.el (table-cell): Remove "-face" suffix from face
27712 name.
27713 (table-cell-face): New backward-compatibility alias for renamed face.
27714 (table--put-cell-face-property, table--update-cell-face):
27715 Use renamed table-cell face.
27716
27717 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27718 from face name.
27719 (sgml-namespace-face): New backward-compatibility alias for
27720 renamed face.
27721 (sgml-namespace-face): Use renamed sgml-namespace face.
27722
27723 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27724 (org-level-4, org-level-5, org-level-6, org-level-7)
27725 (org-level-8, org-warning, org-headline-done)
27726 (org-deadline-announce, org-scheduled-today)
27727 (org-scheduled-previously, org-link, org-done, org-table)
27728 (org-time-grid): Remove "-face" suffix from face names.
27729 (org-level-1-face, org-level-2-face, org-level-3-face)
27730 (org-level-4-face, org-level-5-face, org-level-6-face)
27731 (org-level-7-face, org-level-8-face, org-warning-face)
27732 (org-headline-done-face, org-deadline-announce-face)
27733 (org-scheduled-today-face, org-scheduled-previously-face)
27734 (org-link-face, org-done-face, org-table-face)
27735 (org-time-grid-face):
27736 New backward-compatibility aliases for renamed faces.
27737 (org-level-faces, org-set-font-lock-defaults, org-timeline)
27738 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27739 (org-agenda-get-timestamps, org-agenda-get-scheduled)
27740 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27741
27742 * emulation/viper-init.el (viper-search, viper-replace-overlay)
27743 (viper-minibuffer-emacs, viper-minibuffer-insert)
27744 (viper-minibuffer-vi): Remove "-face" suffix from face names.
27745 (viper-search-face, viper-replace-overlay-face)
27746 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27747 (viper-minibuffer-vi-face):
27748 New backward-compatibility aliases for renamed faces.
27749 (viper-search-face, viper-replace-overlay-face)
27750 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27751 (viper-minibuffer-vi-face): Use renamed viper faces.
27752
27753 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27754 Remove "-face" suffix from face names.
27755 (testcover-nohits-face, testcover-1value-face):
27756 New backward-compatibility aliases for renamed faces.
27757 (testcover-mark): Use renamed testcover faces.
27758
27759 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27760 face name.
27761 (diary-button-face): New backward-compatibility alias for renamed face.
27762 (diary-entry): Use renamed diary-button face.
27763
27764 * calendar/calendar.el (diary, calendar-today, holiday)
27765 (mark-visible-calendar-date): Remove "-face" suffix from face names.
27766 (diary-face, calendar-today-face, holiday-face):
27767 New backward-compatibility aliases for renamed faces.
27768 (eval-after-load "facemenu", diary-entry-marker)
27769 (calendar-today-marker, calendar-holiday-marker, diary-face):
27770 Use renamed calendar faces.
27771
27772 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27773 (compare-windows-face): New backward-compatibility alias for
27774 renamed face.
27775 (compare-windows-highlight): Use renamed compare-windows face.
27776
27777 * strokes.el (strokes-char): Remove "-face" suffix from face name.
27778 (strokes-char-face): New backward-compatibility alias for renamed face.
27779 (strokes-encode-buffer): Use renamed strokes-char face.
27780
27781 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27782 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27783 Remove "-face" suffix from face names.
27784 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27785 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27786 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27787 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27788 Use renamed pcvs faces.
27789 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27790 * pcvs-defs.el (cvs-mode-map): Likewise.
27791 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27792
27793 * info.el (info-title-1, info-title-2, info-title-3)
27794 (info-title-4): Remove "-face" suffix from and downcase face names.
27795 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27796 (Info-title-4-face):
27797 New backward-compatibility aliases for renamed faces.
27798 (Info-fontify-node): Use renamed info faces.
27799
27800 * hilit-chg.el (highlight-changes, highlight-changes-delete):
27801 Remove "-face" suffix from face names.
27802 (highlight-changes-face, highlight-changes-delete-face):
27803 New backward-compatibility aliases for renamed faces.
27804 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27805 (hilit-chg-make-list): Use renamed highlight-changes faces.
27806
27807 * generic-x.el (show-tabs-tab, show-tabs-space):
27808 Remove "-face" suffix from face names.
27809 (show-tabs-tab-face, show-tabs-space-face):
27810 New backward-compatibility aliases for renamed faces.
27811 (show-tabs-generic-mode-font-lock-defaults-1)
27812 (show-tabs-generic-mode-font-lock-defaults-2):
27813 Use renamed show-tabs faces.
27814
27815 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27816 (smerge-markers): Remove "-face" suffix from face names.
27817 (smerge-mine-face, smerge-other-face, smerge-base-face)
27818 (smerge-markers-face):
27819 New backward-compatibility aliases for renamed faces.
27820 (smerge-mine-face, smerge-other-face, smerge-base-face)
27821 (smerge-markers-face): Use renamed smerge faces.
27822
27823 * log-view.el (log-view-file, log-view-message): Remove "-face"
27824 suffix from face names.
27825 (log-view-file-face, log-view-message-face):
27826 New backward-compatibility aliases for renamed faces.
27827 (log-view-file-face, log-view-message-face): Use renamed log-view
27828 faces.
27829
27830 * paren.el (show-paren-match, show-paren-mismatch):
27831 Remove "-face" suffix from face names.
27832 (show-paren-match-face, show-paren-mismatch-face):
27833 New backward-compatibility aliases for renamed faces.
27834 (show-paren-function): Use renamed show-paren faces.
27835
27836 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27837 (ruler-mode-margins, ruler-mode-fringes)
27838 (ruler-mode-column-number, ruler-mode-fill-column)
27839 (ruler-mode-comment-column, ruler-mode-goal-column)
27840 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27841 suffix from face names.
27842 (ruler-mode-default-face, ruler-mode-pad-face)
27843 (ruler-mode-margins-face, ruler-mode-fringes-face)
27844 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27845 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27846 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27847 New backward-compatibility aliases for renamed faces.
27848 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27849 (ruler-mode-column-number, ruler-mode-fill-column)
27850 (ruler-mode-comment-column, ruler-mode-goal-column)
27851 (ruler-mode-tab-stop, ruler-mode-current-column)
27852 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27853 faces.
27854
27855 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27856 face name.
27857 (whitespace-highlight-the-space): Use renamed face.
27858 (whitespace-highlight-face): New backward-compatibility alias for
27859 renamed face.
27860
27861 * woman.el (woman-italic, woman-bold, woman-unknown)
27862 (woman-addition, woman-symbol-face):
27863 Remove "-face" suffix from face names.
27864 (woman-italic-face, woman-bold-face, woman-unknown-face)
27865 (woman-addition-face):
27866 New backward-compatibility aliases for renamed faces.
27867 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27868 (woman-decode-region, woman-replace-match)
27869 (woman-display-extended-fonts, woman-special-characters)
27870 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27871 Use renamed woman faces.
27872
27873 * longlines.el (longlines-visible-face): Face removed.
27874
27875 * diff-mode.el (diff-header, diff-file-header, diff-index)
27876 (diff-hunk-header, diff-removed, diff-added, diff-changed)
27877 (diff-function, diff-context, diff-nonexistent): Remove "-face"
27878 suffix from face names.
27879 (diff-header-face, diff-file-header-face, diff-index-face)
27880 (diff-hunk-header-face, diff-removed-face, diff-added-face)
27881 (diff-changed-face, diff-function-face, diff-context-face)
27882 (diff-nonexistent-face): New backward-compatibility aliases for
27883 renamed faces.
27884 (diff-header-face, diff-file-header-face)
27885 (diff-index, diff-index-face, diff-hunk-header)
27886 (diff-hunk-header-face, diff-removed, diff-removed-face)
27887 (diff-added, diff-added-face, diff-changed-face, diff-function)
27888 (diff-function-face, diff-context-face, diff-nonexistent)
27889 (diff-nonexistent-face): Use renamed diff-mode faces.
27890
27891 * progmodes/compile.el (compilation-warning-face)
27892 (compilation-info-face): Remove "-face" suffix from face names.
27893 (compilation-warning-face, compilation-info-face):
27894 New backward-compatibility aliases for renamed faces.
27895 (compilation-warning-face, compilation-info-face):
27896 Use renamed compilation faces.
27897
27898 * add-log.el (change-log-date, change-log-name)
27899 (change-log-email, change-log-file, change-log-list)
27900 (change-log-conditionals, change-log-function)
27901 (change-log-acknowledgement): Remove "-face" suffix from face names.
27902 (change-log-date-face, change-log-name-face)
27903 (change-log-email-face, change-log-file-face)
27904 (change-log-list-face, change-log-conditionals-face)
27905 (change-log-function-face, change-log-acknowledgement-face):
27906 New backward-compatibility aliases for renamed faces.
27907 (change-log-font-lock-keywords): Use renamed change-log faces.
27908
27909 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27910 (custom-set, custom-changed, custom-saved, custom-button)
27911 (custom-button-pressed, custom-documentation, custom-state)
27912 (custom-comment, custom-comment-tag, custom-variable-tag)
27913 (custom-variable-button, custom-face-tag, custom-group-tag-1)
27914 (custom-group-tag): Remove "-face" suffix from face names.
27915 (custom-magic-alist, custom-magic-value-create)
27916 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27917 (custom-invalid-face, custom-rogue-face, custom-modified-face)
27918 (custom-set-face, custom-changed-face, custom-saved-face)
27919 (custom-button-face, custom-button-pressed-face)
27920 (custom-documentation-face, custom-state-face)
27921 (custom-comment-face, custom-comment-tag-face)
27922 (custom-variable-tag-face, custom-variable-button-face)
27923 (custom-face-tag-face, custom-group-tag-face-1)
27924 (custom-group-tag-face):
27925 New backward-compatibility aliases for renamed faces.
27926
27927 * wid-edit.el (widget-documentation, widget-button)
27928 (widget-field, widget-single-line-field, widget-inactive)
27929 (widget-button-pressed): "-face" suffix removed from face names.
27930 (widget-documentation-face, widget-button-face)
27931 (widget-field-face, widget-single-line-field-face)
27932 (widget-inactive-face, widget-button-pressed-face):
27933 New backward-compatibility aliases for renamed faces.
27934 (widget-documentation-face, widget-button-face)
27935 (widget-button-pressed-face, widget-specify-field)
27936 (widget-specify-inactive): Use renamed widget faces.
27937
27938 2005-06-10 Kenichi Handa <handa@m17n.org>
27939
27940 * term/x-win.el (x-clipboard-yank): Remove condition-case
27941 wrapping.
27942
27943 2005-06-11 Kenichi Handa <handa@m17n.org>
27944
27945 * add-log.el (change-log-font-lock-keywords): Make the regexp for
27946 date lines stricter.
27947
27948 2005-06-10 Zhang Wei <id.brep@gmail.com>
27949
27950 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27951 of x-get-selection.
27952
27953 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27954
27955 * comint.el (comint-mode, comint-snapshot-last-prompt):
27956 * frame.el (frame-current-scroll-bars):
27957 * term.el (term-mode, term-check-proc, term-input-sender)
27958 (term-simple-send, term-extract-string, term-word)
27959 (term-match-partial-filename):
27960 * window.el (window-current-scroll-bars):
27961 * emulation/cua-base.el (cua-normal-cursor-color)
27962 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27963 (cua-global-mark-cursor-color):
27964 * mail/undigest.el (rmail-forward-separator-regex):
27965 Fix typos in docstrings.
27966
27967 * comint.el (comint-check-proc, make-comint-in-buffer)
27968 (comint-source-default): Doc fixes.
27969
27970 * term.el (term-send-string): Improve argument/docstring consistency.
27971
27972 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
27973
27974 * comint.el (comint-send-input): Bind `inhibit-read-only' around
27975 call to `delete-region'.
27976 (comint-mode-hook): Do not enable Font Lock by default.
27977
27978 2005-06-09 Lute Kamstra <lute@gnu.org>
27979
27980 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27981 could be void.
27982
27983 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
27984
27985 * emacs-lisp/debug.el (debugger-will-be-back): New var.
27986 (debug): Use it.
27987 (debugger-step-through, debugger-continue, debugger-jump)
27988 (debugger-return-value): Set it when needed.
27989 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27990 Use inhibit-read-only.
27991
27992 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
27993
27994 * window.el (shrink-window-if-larger-than-buffer)
27995 (window-size-fixed): Fix typo in docstring.
27996
27997 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
27998 thumbnails directory on loading.
27999 (thumbs-conversion-program): Use `eq' to check the system type,
28000 not `equal'.
28001 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28002 not "/tmp". Fix docstring.
28003 (thumbs-thumbsdir): New function to return the thumbnails
28004 directory, creating it if needed.
28005 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28006 (thumbs-temp-file): Delete variable and make it into a function.
28007 (thumbs-resize-image, thumbs-modify-image): Use it.
28008 (thumbs-kill-buffer): Simplify.
28009 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28010 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28011 docstrings.
28012
28013 2005-06-09 Kim F. Storm <storm@cua.dk>
28014
28015 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28016 set-match-data to free markers in match-data.
28017
28018 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28019 match-data to unchain markers in match-data.
28020
28021 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28022
28023 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28024 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28025 unnecessary now.
28026
28027 2005-06-08 Richard M. Stallman <rms@gnu.org>
28028
28029 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28030 give the variable a doc string that doesn't say don't set it directly.
28031
28032 * textmodes/ispell.el (ispell-check-version):
28033 Use match-string-no-properties.
28034 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28035 (ispell-buffer-local-words): Likewise.
28036
28037 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28038 except on terminals with enough colors to really display it.
28039 (makefile-dependency-regex): Delete spurious `bb'.
28040
28041 * faces.el (escape-glyph): Use blue once again in last case.
28042 (no-break-space): Redefine so that it isn't invisible on a tty.
28043
28044 2005-06-08 Kim F. Storm <storm@cua.dk>
28045
28046 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28047 also when reading directory name.
28048
28049 2005-06-08 Lute Kamstra <lute@gnu.org>
28050
28051 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28052 (flyspell-mode-line-string): Remove autoload cookie.
28053 (flyspell-mode): Remove defvar.
28054
28055 2005-06-07 Lute Kamstra <lute@gnu.org>
28056
28057 * textmodes/org.el (org-run-mode-hooks): New function.
28058 (org-agenda-mode): Use it.
28059
28060 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28061
28062 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28063
28064 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28065
28066 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28067
28068 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28069
28070 * font-lock.el (font-lock-add-keywords): Doc fix.
28071
28072 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28073
28074 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28075 (tex-compile-default): In the absence of any history, use the order in
28076 tex-compile-alist to choose the preferred command.
28077 (tex-compile-commands): Reorder a bit.
28078
28079 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28080 (flyspell-incorrect-face, flyspell-duplicate-face):
28081 Use (X)Emacs-agnostic code.
28082 (flyspell-mode-map): Don't overwrite at each load. Remove code
28083 redundant with the subsequent add-minor-mode. Merge Emacs and
28084 XEmacs code.
28085 (flyspell-word): Minor simplification.
28086 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28087 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28088 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28089 Merge the corresponding Emacs code.
28090 (flyspell-correct-word, flyspell-xemacs-popup):
28091 Use flyspell-do-correct.
28092
28093 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28094 a dedicated window.
28095
28096 * international/latexenc.el (latexenc-find-file-coding-system):
28097 Undo part of last patch, to turn off a compiler warning.
28098
28099 2005-06-06 Juri Linkov <juri@jurta.org>
28100
28101 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28102 Rename `tmm-inactive-face' to `tmm-inactive'.
28103
28104 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28105
28106 * iswitchb.el: Rename faces.
28107
28108 2005-06-06 Kim F. Storm <storm@cua.dk>
28109
28110 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28111 (cua-global-mark): Remove -face suffix from face names.
28112
28113 * emulation/cua-gmrk.el (cua--init-global-mark):
28114 Remove cua-global-mark face setup.
28115
28116 2005-06-06 Richard M. Stallman <rms@gnu.org>
28117
28118 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28119 just like other allowed characters.
28120 (makefile-match-dependency): Exclude leading and training whitespace
28121 from the range of regexp subexp 1.
28122 (makefile-macroassign-regex): Don't try to match the body,
28123 just the name of the macro being defined.
28124
28125 * info.el (Info-read-node-name-2): New function.
28126 (Info-read-node-name-1): Use that.
28127 Add a completion-base-size-function property.
28128
28129 * simple.el (completion-setup-function): Look for
28130 completion-base-size-function property of minibuffer-completion-table.
28131
28132 * files.el (locate-file-completion): Doc fix.
28133
28134 * printing.el: Don't call pr-update-menus; user must do that.
28135
28136 * emacs-lisp/debug.el (debugger-window): New variable.
28137 (debug): Use debugger-window if it is set and still alive.
28138 Record debugger-window for next entry.
28139
28140 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28141
28142 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28143
28144 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28145 (hack-one-local-variable, hack-local-variables)
28146 (hack-local-variables-prop-line): Pass that arg.
28147
28148 2005-06-06 Kim F. Storm <storm@cua.dk>
28149
28150 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28151 (ido-indicator): Remove -face suffix from face names.
28152
28153 2005-06-06 Juri Linkov <juri@jurta.org>
28154
28155 * font-lock.el (font-lock-regexp-backslash)
28156 (font-lock-regexp-backslash-construct): New faces.
28157 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28158 after `('. Add `while-no-input' to control structures.
28159
28160 * faces.el (no-break-space, shadow): New faces.
28161 (escape-glyph): Use less loud colors pink2 and red4.
28162
28163 * diff-mode.el (diff-context-face)
28164 * dired.el (dired-ignored)
28165 * rfn-eshadow.el (file-name-shadow)
28166 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28167
28168 * info.el (Info-title-1-face): Use green instead of yellow because
28169 bold yellow is not readable on light backgrounds.
28170
28171 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28172 before selecting the desired mode to not spend time fontifying
28173 old contents.
28174
28175 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28176
28177 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28178 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28179
28180 * ps-print.el (ps-default-fg, ps-default-bg):
28181 Fix typos in docstrings.
28182
28183 * isearchb.el (isearchb): Don't pass a spurious second argument to
28184 `iswitchb-completions'.
28185
28186 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28187
28188 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28189 to preserve point.
28190 (gdb-find-file-hook): Add doc string.
28191
28192 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28193 C dereferenced pointer expression.
28194 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28195
28196 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28197
28198 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28199 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28200 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28201 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28202 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28203 Make background transparent.
28204
28205 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28206
28207 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28208 (font-lock-remove-keywords): Doc fix.
28209 (font-lock-mode-major-mode): Compiler defvar.
28210 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28211
28212 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28213 (font-lock-mode): Update `font-lock-mode-major-mode'.
28214 (font-lock-set-defaults): Compiler defvar.
28215 (font-lock-default-function): Take `font-lock-mode-major-mode'
28216 into account.
28217
28218 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28219 keep track of which major mode it enabled the minor mode for.
28220 Use find-file-hook again. Update docstring.
28221
28222 * simple.el (eval-expression-print-level)
28223 (eval-expression-print-length, eval-expression-debug-on-error):
28224 Doc fixes.
28225
28226 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28227
28228 * iswitchb.el (iswitchb-single-match-face)
28229 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28230 (iswitchb-invalid-regexp-face): New faces.
28231 (iswitchb-completions): Use them.
28232 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28233 now marked as an obsolete alias.
28234 (iswitchb-read-buffer): Remove check for bound font variables.
28235 (iswitchb-invalid-regexp): New free variable.
28236 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28237 set iswitchb-invalid-regexp.
28238 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28239 invalid regexps.
28240 (iswitchb-completions): Add check for complete match when entering
28241 a regexp.
28242 (iswitchb-completions): Remove require-match argument.
28243 (iswitchb-exhibit): Fix caller.
28244 (iswitchb-common-match-inserted): New variable.
28245 (iswitchb-complete, iswitchb-completion-help): Use it.
28246
28247 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28248
28249 * url-http.el (url-http-chunked-encoding-after-change-function):
28250 Use `url-http-debug' instead of `message'.
28251
28252 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28253
28254 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28255 callback argument.
28256
28257 2005-06-04 Kim F. Storm <storm@cua.dk>
28258
28259 * simple.el (line-move): Only call sit-for when moving backwards.
28260
28261 * ido.el (ido-make-merged-file-list-1): New defun split from
28262 ido-make-merged-file-list.
28263 (ido-make-merged-file-list): Bind throw-on-input around call to
28264 ido-make-merged-file-list-1. Return input-pending-p if
28265 interrupted by more input available.
28266 (ido-read-internal): Handle input-pending-p return value from
28267 ido-make-merged-file-list.
28268
28269 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28270
28271 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28272 compatibility code.
28273
28274 * international/latexenc.el (latexenc-find-file-coding-system):
28275 Don't inherit the EOL part of the coding-system from the
28276 tex-main buffer. Fit within 80 columns.
28277
28278 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28279
28280 * tmm.el (tmm-inactive-face): New face.
28281 (tmm-remove-inactive-mouse-face): New function.
28282 (tmm-prompt, tmm-add-one-shortcut)
28283 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28284 but not selectable.
28285
28286 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28287
28288 * faces.el (face-equal): Improve argument/docstring consistency.
28289
28290 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28291
28292 * progmodes/make-mode.el (makefile-targets-face)
28293 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28294 (makefile-bsdmake-dependency-regex)
28295 (makefile-makepp-rule-action-regex)
28296 (makefile-bsdmake-rule-action-regex): New constants.
28297 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28298
28299 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28300 Allow (...) within `...' for makepp messages.
28301
28302 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28303
28304 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28305
28306 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28307 "." files are deleted from all file lists before comparison.
28308
28309 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28310 (viper-ESC-key): Made them customizable.
28311
28312 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28313
28314 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28315
28316 * autorevert.el (auto-revert-buffers): Use save-match-data.
28317
28318 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28319
28320 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28321 menu items with a nil command binding.
28322
28323 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
28324
28325 * emacs-lisp/cl-macs.el (defsetf):
28326 Improve argument/docstring consistency.
28327
28328 * faces.el (list-faces-display): Improve the formatting by
28329 computing the maximum length required for any face-name (reworked
28330 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28331 (internal-find-face): Remove redundant info in docstring.
28332
28333 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
28334
28335 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28336 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28337 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28338 (gdb-assembler-custom): Improve regexps.
28339 (def-gdb-auto-update-handler): Use window point to preserve point.
28340
28341 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
28342
28343 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28344
28345 2005-05-31 Jay Belanger <belanger@truman.edu>
28346
28347 * calc/calc-embed.el (calc-embedded-word): Change argument passed
28348 to calc-embedded.
28349 (calc-embedded-make-info): Have plain prefix argument select
28350 entire line.
28351
28352 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
28353
28354 * faces.el (list-faces-display): Signal error if passed a regexp
28355 that matches no face name.
28356
28357 * simple.el (filter-buffer-substring): Fix typo in docstring.
28358
28359 2005-05-31 Richard M. Stallman <rms@gnu.org>
28360
28361 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28362 (vhdl-emacs-21): Doc fix.
28363 (vhdl-mode): Unconditionally set comment-padding.
28364 (vhdl-fixup-whitespace-region): Insert spaces only where
28365 there are none.
28366 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28367
28368 2005-05-30 John Wiegley <johnw@newartisans.com>
28369
28370 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28371 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28372 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28373 `directory-sep-char' to ?/, and all uses of `string-to-int' to
28374 `string-to-number'.
28375
28376 2005-05-30 Jay Belanger <belanger@truman.edu>
28377
28378 * calc/calc.el (calc-bug-address): Fix docstring.
28379 (calc-window-hook, calc-trail-window-hook): New variables.
28380 (calc-trail-display): Restore use of calc-trail-window-hook.
28381 (calc): Restore use of calc-window-hook.
28382
28383 2005-05-31 Masatake YAMATO <jet@gyve.org>
28384
28385 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28386
28387 * help-fns.el (help-C-file-name): Add autoload mark for
28388 `find-function-noselect'.
28389
28390 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
28391
28392 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28393 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28394
28395 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28396
28397 * calendar/diary-lib.el (mark-included-diary-files): Only kill
28398 included diary buffer if it was not already being visited.
28399 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28400
28401 * calendar/icalendar.el (top-level): Do not require appt.
28402
28403 * mail/supercite.el (sc-select-attribution): Only use a list
28404 element from sc-attrib-selection-list if it returns a string.
28405 Reported by Davide G. M. Salvetti <salve@debian.org>.
28406
28407 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
28408
28409 * thumbs.el (thumbs-thumbname): The resulting thumbname now
28410 includes a hash value to improve its uniqueness, and has a ".jpg"
28411 extension. Also, it is now a valid filename on all systems.
28412 (thumbs-make-thumb): Use `let', not `let*'.
28413 (thumbs-show-thumbs-list): Check for JPEG availability.
28414
28415 2005-05-30 Richard M. Stallman <rms@gnu.org>
28416
28417 * filesets.el (filesets-menu-ensure-use-cached):
28418 Prevent warning when emacs-version>= is undefined.
28419
28420 * printing.el (pr-interactive-n-up): Use string-to-number.
28421
28422 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28423
28424 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28425 Warn only when name to be defined is quoted.
28426
28427 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
28428
28429 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28430 Make regexp more robust.
28431 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28432 Force regeneration of disassembly.
28433
28434 2005-05-29 Jay Belanger <belanger@truman.edu>
28435
28436 * calc/calc.el (calc-user-invocation): Check if
28437 calc-invocation-macro is non-nil.
28438
28439 2005-05-29 Juri Linkov <juri@jurta.org>
28440
28441 * add-log.el (change-log-font-lock-keywords):
28442 Add `+' to e-mail regexp to accept mail address with keywords.
28443
28444 * man.el (Man-name-regexp): Add `:' to accept qualified names.
28445
28446 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
28447
28448 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28449
28450 * ielm.el (inferior-emacs-lisp-mode): Ditto.
28451
28452 2005-05-29 Richard M. Stallman <rms@gnu.org>
28453
28454 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28455 Undo the change that moves to end of the current word.
28456
28457 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28458
28459 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28460 Throw error when count <= 0 to ensure input is a number.
28461 (gdb-read-memory-custom): Pick up address from buffer.
28462 (gdb-memory-mode): Allow user to increment and decrement
28463 memory address from header line.
28464
28465 2005-05-29 Richard M. Stallman <rms@gnu.org>
28466
28467 * flyspell.el (flyspell-version): Function deleted.
28468 (flyspell-auto-correct-previous-hook): Doc fix.
28469
28470 * jit-lock.el (jit-lock-function, jit-lock-after-change):
28471 Do nothing if memory is full.
28472
28473 * font-lock.el (font-lock-fontify-syntactically-region):
28474 Pass t for GREEDY to looking-back.
28475
28476 * saveplace.el (save-place-alist-to-file): Write the file
28477 using write-region.
28478
28479 * subr.el (looking-back): New argument GREEDY.
28480
28481 * progmodes/compile.el (compilation-start): Set the mode
28482 before inserting the initial text.
28483
28484 * progmodes/which-func.el (which-func-update-1): Turn the mode
28485 off in case of error by setting which-func-mode.
28486
28487 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
28488
28489 * flyspell.el (flyspell-auto-correct-previous-word):
28490 Narrow down to what's on the screen, and recenter overlays
28491 at the end of the next word.
28492
28493 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
28494
28495 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28496 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28497 (flyspell-abbrev-p): Default to nil.
28498 (flyspell-use-global-abbrev-table-p): Doc fix.
28499 (flyspell-large-region): Allow nil as value.
28500 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28501
28502 (mail-mode-flyspell-verify): More robust handling
28503 of `mail-header-separator'. More efficient signature detection.
28504 Allow for regexp metacharacters in message-header-separator.
28505 Adding `To' not to be checked in mail-mode-flyspell-verify.
28506
28507 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28508 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28509 Bind flyspell-auto-correct-binding.
28510 Bind C-. and C-, .
28511 (flyspell-mode-map): Likewise.
28512 (flyspell-mode): Doc fix.
28513 (flyspell-accept-buffer-local-defs): Preserve current buffer.
28514 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28515 (flyspell-word-cache-result): New var, always local.
28516 (flyspell-check-pre-word-p): Doc fix.
28517 (flyspell-check-changed-word-p): Handle spc like newline.
28518 (flyspell-post-command-hook): Set flyspell-word-cache-result.
28519 (flyspell-word-search-backward, flyspell-word-search-forward):
28520 New functions.
28521 (flyspell-word): Return t if nothing to check.
28522 When parsing TeX code, check for after } or \.
28523 Use flyspell-word-search-backward to find previous word.
28524 Return nil if duplicated word.
28525 For word already checked, return same value as last time.
28526 Set flyspell-word-cache-result after checking.
28527 Don't clobber the return value.
28528 (flyspell-get-word): Major rewrite.
28529 (flyspell-external-point-words): New locals pword, pcount.
28530 Fix size used in progress message.
28531 Find the proper corresponding word in flyspell-large-region-buffer.
28532 (flyspell-region): Check for flyspell-large-region = nil.
28533 (flyspell-highlight-incorrect-region): Clean up overlays in region.
28534 (flyspell-auto-correct-word): Check that WORD is a cons.
28535 (flyspell-correct-word): Likewise.
28536
28537 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
28538
28539 * progmodes/make-mode.el (makefile-rule-action-regex)
28540 (makefile-macroassign-regex, makefile-makepp-mode)
28541 (makefile-bsdmake-mode): Continuation lines may be empty.
28542 Reported by Joshua Varner.
28543 (makefile-makepp-font-lock-keywords): Add $(stem).
28544
28545 2005-05-28 Karl Berry <karl@gnu.org>
28546
28547 * textmodes/tex-mode.el: Now that tex-send-command calls
28548 shell-quote-argument (2005-03-31 change), remove all calls to
28549 shell-quote-argument; they all end up invoking tex-send-command.
28550 The double quoting loses on filenames with non-safe characters,
28551 such as "@". Reported by Frederik Fouvry.
28552
28553 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28554
28555 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28556 about preserving point.
28557
28558 2005-05-27 Jay Belanger <belanger@truman.edu>
28559
28560 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28561 Info-goto-node.
28562
28563 * calc/calc-embed.el (calc-embed-arg): New variable.
28564 (calc-do-embedded-activate, calc-embedded-activate-formula)
28565 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28566 variable by new variable.
28567 (calc-embedded-make-info): Replace undeclared variable by new
28568 variable. When selecting region with positive prefix
28569 argument, use end of previous line instead of beginning of line.
28570
28571 * calc/calc-aent.el (calc-arg-values): Declare it.
28572
28573 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28574 Declare them.
28575
28576 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28577
28578 * calc/calc.el (calc-alg-map): Declare it.
28579
28580 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28581
28582 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
28583
28584 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28585 (gdb-registers-buffer, toggle-gdb-all-registers):
28586 Toggle display of floating point registers.
28587 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28588
28589 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
28590 (toggle-gud-tooltip-dereference):
28591 Rename from gud-toggle-tooltip-dereference.
28592
28593 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
28594
28595 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28596
28597 2005-05-27 Jay Belanger <belanger@truman.edu>
28598
28599 * calc/calc-prog.el (calc-kbd-report): Remove.
28600 (calc-kbd-query): Rewrite.
28601
28602 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
28603
28604 * image.el (image-library-alist): Move to image.c.
28605 (image-type-available-p): Doc fix.
28606
28607 2005-05-27 Lute Kamstra <lute@gnu.org>
28608
28609 * calc/calc.el (calc):
28610 * outline.el (outline-1, outline-2, outline-3, outline-4)
28611 (outline-5, outline-6, outline-7, outline-8):
28612 * textmodes/dns-mode.el (dns-mode):
28613 * textmodes/sgml-mode.el (sgml-namespace-face):
28614 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28615 (tex-verbatim-face, tex-use-reftex):
28616 * textmodes/texinfo.el (texinfo-heading-face):
28617 Specify customization group.
28618
28619 * longlines.el: Don't require easy-mmode.
28620 (longlines-visible-face): Specify customization group.
28621
28622 2005-05-27 Kenichi Handa <handa@m17n.org>
28623
28624 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28625 encoding table of windows-1251.
28626
28627 * international/ucs-tables.el (ucs-set-table-for-input):
28628 If translation-table-for-input of a coding system is a symbol, get
28629 its translation-table property.
28630
28631 * international/code-pages.el: Don't register a coding system into
28632 non-iso-charset-alist more than once.
28633 (cp-make-coding-system): Likewise.
28634
28635 2005-05-26 John Wiegley <johnw@newartisans.com>
28636
28637 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28638 `eshell-resume-eval' is wrapped in a list, it indicates that the
28639 command was run asynchronously. In that case, unwrap the value
28640 before checking the delimiter value.
28641
28642 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28643 character before a space at the end of a line is \, assume the space
28644 is part of the last argument rather than a final argument separator.
28645
28646 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28647 is in use, and the target is `t' or `nil' (which are the most common
28648 values), don't assume that the symbol target is a buffer.
28649
28650 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
28651
28652 * calendar/calendar.el (calendar-mode-line-format):
28653 Use mode-line-highlight as mouse-face.
28654
28655 * time.el (display-time-string-forms, display-time-update):
28656 Use mode-line-highlight as mouse-face.
28657
28658 2005-05-26 Jay Belanger <belanger@truman.edu>
28659
28660 * calc/calc.el (calc-language-alist): Remove extra defvar.
28661
28662 2005-05-26 Lute Kamstra <lute@gnu.org>
28663
28664 * arc-mode.el (archive-mode):
28665 * bookmark.el (bookmark-read-annotation-mode)
28666 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28667 * bs.el (bs-mode):
28668 * calc/calc-yank.el (calc-edit-mode):
28669 * calc/calc.el (calc-mode, calc-trail-mode):
28670 * calculator.el (calculator-mode):
28671 * chistory.el (command-history-mode):
28672 * comint.el:
28673 * cus-edit.el (custom-mode):
28674 * descr-text.el (describe-text-mode):
28675 * ebuff-menu.el (Electric-buffer-menu-mode):
28676 * ediff-util.el (ediff-mode):
28677 * emacs-lisp/re-builder.el (reb-mode):
28678 * emulation/vi.el (vi-mode-setup):
28679 * emulation/ws-mode.el (wordstar-mode):
28680 * eshell/esh-mode.el (eshell-mode):
28681 * forms.el (forms-mode):
28682 * help-mode.el (help-mode):
28683 * hexl.el (hexl-mode):
28684 * ibuffer.el (ibuffer-mode):
28685 * ielm.el (inferior-emacs-lisp-mode):
28686 * info.el (Info-mode, Info-edit-mode):
28687 * international/swedish.el:
28688 * ledit.el (ledit-from-lisp-mode):
28689 * locate.el (locate-mode):
28690 * mail/rmail.el (rmail-mode):
28691 * mail/rmailedit.el (rmail-edit-mode):
28692 * mail/rmailsum.el (rmail-summary-mode):
28693 * mail/supercite.el (sc-electric-mode):
28694 * net/eudc.el (eudc-mode):
28695 * net/quickurl.el (quickurl-list-mode):
28696 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28697 * obsolete/ooutline.el (outline-mode):
28698 * obsolete/options.el (Edit-options-mode):
28699 * obsolete/rnews.el (news-mode):
28700 * obsolete/rnewspost.el (news-reply-mode):
28701 * play/5x5.el (5x5-mode):
28702 * play/decipher.el (decipher-mode, decipher-stats-mode):
28703 * play/gomoku.el (gomoku-mode):
28704 * play/snake.el (snake-mode):
28705 * play/solitaire.el (solitaire-mode):
28706 * play/tetris.el (tetris-mode):
28707 * progmodes/ada-mode.el (ada-mode):
28708 * progmodes/antlr-mode.el (antlr-mode):
28709 * progmodes/autoconf.el (autoconf-mode):
28710 * progmodes/dcl-mode.el (dcl-mode):
28711 * progmodes/delphi.el (delphi-mode):
28712 * progmodes/ebrowse.el (ebrowse-tree-mode)
28713 (ebrowse-electric-list-mode, ebrowse-member-mode)
28714 (ebrowse-electric-position-mode):
28715 * progmodes/f90.el (f90-mode):
28716 * progmodes/fortran.el (fortran-mode):
28717 * progmodes/icon.el (icon-mode):
28718 * progmodes/idlw-help.el (idlwave-help-mode):
28719 * progmodes/idlw-shell.el (idlwave-shell-mode):
28720 * progmodes/idlwave.el (idlwave-mode):
28721 * progmodes/inf-lisp.el (inferior-lisp-mode):
28722 * progmodes/m4-mode.el (m4-mode):
28723 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28724 * progmodes/modula2.el (modula-2-mode):
28725 * progmodes/octave-inf.el (inferior-octave-mode):
28726 * progmodes/octave-mod.el (octave-mode):
28727 * progmodes/pascal.el (pascal-mode):
28728 * progmodes/sh-script.el (sh-mode):
28729 * progmodes/sql.el (sql-mode, sql-interactive-mode):
28730 * progmodes/vhdl-mode.el (vhdl-mode):
28731 * progmodes/xscheme.el (scheme-interaction-mode):
28732 * replace.el (occur-mode):
28733 * ses.el (ses-mode):
28734 * simple.el (completion-list-mode):
28735 * skeleton.el:
28736 * speedbar.el (speedbar-mode):
28737 * term.el (term-mode):
28738 * terminal.el (terminal-edit-mode):
28739 * textmodes/reftex-index.el (reftex-index-mode)
28740 (reftex-index-phrases-mode):
28741 * textmodes/reftex-sel.el (reftex-select-label-mode)
28742 (reftex-select-bib-mode):
28743 * textmodes/reftex-toc.el (reftex-toc-mode):
28744 * wdired.el (wdired-change-to-wdired-mode):
28745 * wid-browse.el (widget-browse-mode):
28746 Use run-mode-hooks.
28747
28748 * array.el (array-mode):
28749 * calendar/todo-mode.el (todo-mode):
28750 * man.el (Man-mode):
28751 * play/landmark.el (lm-mode):
28752 * play/mpuz.el (mpuz-mode):
28753 Use kill-all-local-variables and run-mode-hooks.
28754
28755 * subr.el (delay-mode-hooks): Specify indentation.
28756
28757 2005-05-26 Mark A. Hershberger <mah@everybody.org>
28758
28759 * xml.el (xml-substitute-special): Don't die for undefined xml
28760 entities.
28761
28762 2005-05-26 Jay Belanger <belanger@truman.edu>
28763
28764 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28765 of nil.
28766
28767 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
28768
28769 * progmodes/gdb-ui.el (gdb-frame-address):
28770 Rename from gdb-current-address.
28771 (gdb-previous-frame-address): Rename from gdb-previous-address.
28772 (gdb-selected-frame): Rename from gdb-current-frame.
28773 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28774 (gdb-frame-number): Rename from gdb-current-stack-level.
28775 (gdb-ann3): Match new mode-name for disassembly buffer.
28776 Extend initialization of variables.
28777 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28778 (gdb-memory-mode): Use mouse-face in header line.
28779 (gdb-assembler-buffer-name): Call it disassembly and give frame
28780 in mode line.
28781 (gdb-source-spec-regexp, gdb-assembler-custom)
28782 (gdb-invalidate-assembler, gdb-frame-handler):
28783 Make robust to leading zeroes in address format.
28784
28785 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
28786
28787 * textmodes/org.el (org-mode): Use `define-derived-mode' to
28788 define `org-mode'.
28789 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28790
28791 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
28792
28793 * log-edit.el (log-edit-changelog-entries): Distinguish between
28794 filenames like xfns.c and fns.c.
28795
28796 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
28797
28798 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28799 point after reverting.
28800 (Buffer-menu-make-sort-button): Handle the case where
28801 `Buffer-menu-use-header-line' is nil.
28802
28803 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
28804
28805 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28806 New funcs. In minibuffer-local-completion-map bind `]', `/'
28807 and `:' to them.
28808
28809 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
28810
28811 * startup.el (normal-top-level): Allow modification of load-path while
28812 we're iterating over it.
28813
28814 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
28815
28816 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28817 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28818 (thumbs-resize-interactive, thumbs-insert-image)
28819 (thumbs-insert-thumb, thumbs-dired-show-marked)
28820 (thumbs-find-image-at-point, thumbs-delete-images)
28821 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28822 (thumbs-increment-image-size, thumbs-decrement-image-size):
28823 Fix typos in docstrings.
28824
28825 2005-05-24 Andre Spiegel <spiegel@gnu.org>
28826
28827 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28828 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28829 (cperl-mode): Use them.
28830
28831 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
28832
28833 * window.el (quit-window, shrink-window-if-larger-than-buffer):
28834 Doc fixes.
28835
28836 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
28837
28838 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28839 Bind C-d to gdb-inferior-io-eof.
28840
28841 * dired.el (dired-dnd-popup-notice): Use message-box.
28842
28843 2005-05-23 Masatake YAMATO <jet@gyve.org>
28844
28845 * bindings.el (mode-line-major-mode-keymap):
28846 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28847
28848 * faces.el (mode-line-highlight): New face.
28849
28850 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28851 as mouse-face.
28852
28853 * bindings.el (top-level, help-echo, mode-line-modified)
28854 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28855 as mouse-face.
28856
28857 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
28858
28859 * progmodes/cc-engine.el (c-guess-basic-syntax):
28860 Remove spurious call to `zerop'.
28861
28862 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28863
28864 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
28865
28866 CC Mode update to 5.30.10:
28867
28868 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28869 could go past the limit in decoration level 2, thereby causing
28870 errors during interactive fontification.
28871
28872 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28873 the file is evaluated interactively.
28874
28875 * cc-engine.el (c-guess-basic-syntax): Handle operator
28876 declarations somewhat better in C++.
28877
28878 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28879 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28880 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28881 (awk-mode): Use it.
28882 (make-local-hook): Suppress warning about obsoleteness.
28883
28884 * cc-engine.el, cc-align.el, cc-cmds.el
28885 (c-append-backslashes-forward, c-delete-backslashes-forward)
28886 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28887 Compensate for return value from `forward-line' when it has moved
28888 but not to a different line due to eob.
28889
28890 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28891 `objc-method-intro' and `objc-method-args-cont'.
28892
28893 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
28894
28895 CC Mode update to 5.30.10:
28896
28897 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28898 in the copyright statement. Incidentally, change "along with GNU
28899 Emacs" to "along with this program" where it occurs.
28900
28901 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28902 so that it is interactive, hence can be found by M-x awk-mode
28903 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
28904 <gmorris+emacs@ast.cam.ac.uk>.
28905
28906 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28907 Mode's regexps.
28908
28909 2005-05-23 Kevin Ryde <user42@zip.com.au>
28910
28911 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28912 c-parse-state, to avoid a lisp error (on bad code).
28913
28914 2005-05-23 Lute Kamstra <lute@gnu.org>
28915
28916 * subr.el (font-lock-defaults): Remove defvar as it's already
28917 defined in font-core.el.
28918
28919 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28920
28921 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
28922
28923 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28924 more general and work when GDB variable "print pretty" is on,
28925 as with Emacs, for example.
28926
28927 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
28928
28929 * font-core.el: Update comment.
28930
28931 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28932 Use `after-change-major-mode-hook' instead of `find-file-hook'.
28933
28934 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28935
28936 2005-05-22 Eli Zaretskii <eliz@gnu.org>
28937
28938 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28939 and `yank-handler' in the doc strings.
28940
28941 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
28942
28943 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
28944
28945 2005-05-22 Richard M. Stallman <rms@gnu.org>
28946
28947 * help.el (describe-key): Move print-help-return-message call
28948 out of conditional.
28949
28950 * progmodes/etags.el (list-tags): Use with-no-warnings.
28951
28952 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28953 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28954 (starttls-extra-args, starttls-extra-arguments): Add defvars.
28955
28956 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28957
28958 * language/viet-util.el (viet-viscii-nonascii-translation-table):
28959 Add defvar.
28960
28961 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28962 Use defvar, not defconst.
28963
28964 * hexl.el (hexl-follow-line): Use with-no-warnings.
28965
28966 * emulation/tpu-extras.el: Use write-file-functions instead of
28967 write-file-hooks.
28968
28969 * dired.el (dired-font-lock-keywords): Fontify files with junk
28970 extensions even if marked by -F.
28971
28972 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
28973
28974 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28975 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28976 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28977 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28978 (concatenate, list-length, get*, getf, cl-remprop):
28979 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28980 (etypecase, progv, lexical-let, lexical-let*)
28981 (multiple-value-bind, multiple-value-setq, shiftf):
28982 Improve argument/docstring consistency.
28983
28984 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28985
28986 2005-05-22 Andre Spiegel <spiegel@gnu.org>
28987
28988 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28989 doesn't exist.
28990
28991 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
28992 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28993
28994 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
28995
28996 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28997 already deleted variables: auto-fill-hook, blink-paren-hook,
28998 lisp-indent-hook, inhibit-local-variables, unread-command-event,
28999 suspend-hooks, comment-indent-hook, meta-flag,
29000 before-change-function, after-change-function,
29001 font-lock-doc-string-face.
29002
29003 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29004
29005 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29006
29007 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29008
29009 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29010 rmail-dont-reply-to.
29011
29012 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29013
29014 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29015 literal blank when splitting new-header-values.
29016
29017 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29018
29019 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29020 string so that tmm doesn't create a completion entry for it.
29021
29022 * textmodes/table.el (table-disable-menu): Ditto.
29023
29024 2005-05-21 Richard M. Stallman <rms@gnu.org>
29025
29026 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29027
29028 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29029
29030 * net/rcompile.el (remote-compile): Use compilation-start.
29031
29032 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29033
29034 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29035
29036 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29037 Default to makefile-bsdmake-mode on BSD systems.
29038
29039 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29040 REGEXP may also be a search function now. The part of doc-string
29041 for describing the structure was 95% identical to that of
29042 `imenu--generic-function'. Unify it there.
29043
29044 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29045 Use function to find dependencies, because regexp alone is so complex,
29046 it easily goes into an endless loop.
29047 (makefile-makepp-mode): Also add submenu for Perl functions
29048 defined in the makefile.
29049 (makefile-bsdmake-mode): Special imenu-generic-expression no
29050 longer needed, due to function call.
29051 (makefile-match-dependency): Take BOUND into account when checking
29052 if we're through.
29053
29054 2005-05-20 Jay Belanger <belanger@truman.edu>
29055
29056 * calc/calc-units.el (calc-invalidate-units-table):
29057 Use inhibit-read-only.
29058 (math-build-units-table-buffer): Use view-mode.
29059
29060 2005-05-20 David Kastrup <dak@gnu.org>
29061
29062 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29063 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29064
29065 2005-05-20 Lute Kamstra <lute@gnu.org>
29066
29067 * diff-mode.el (diff-header-face, diff-file-header-face)
29068 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29069 (diff-added-face, diff-changed-face, diff-function-face)
29070 (diff-context-face, diff-nonexistent-face): Put them in the
29071 diff-mode customization group.
29072
29073 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29074
29075 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29076
29077 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29078
29079 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29080 Minor regexp-optimization.
29081
29082 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29083
29084 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29085 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29086 (org-agenda-add-time-grid-maybe): New function.
29087 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29088 (org-table-create): `dotimes' instead of `mapcar'.
29089 (org-xor): Simplify implementation.
29090 (org-agenda): `inhibit-redisplay' turned on.
29091 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29092 a consistent line after a state change.
29093 (org-agenda-remove-times-when-in-prefix): New option.
29094 (org-prefix-has-time): New variable.
29095 (org-parse-time-string): Optional argument NODEFAULT.
29096 (org-format-agenda-item): Parse items for time-of-day
29097 specifications and move these into the prefix if possible.
29098 (org-agenda-priority): Get current heading, not previous heading
29099 during agenda remote editing.
29100
29101 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29102
29103 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29104 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29105 (remove-duplicates, delete-duplicates, substitute)
29106 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29107 (nsubstitute-if-not, find, find-if, find-if-not, position)
29108 (position-if, position-if-not, count, count-if, count-if-not)
29109 (mismatch, search, sort*, stable-sort, merge, member*)
29110 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29111 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29112 (intersection, nintersection, set-difference, nset-difference)
29113 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29114 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29115 (nsublis, tree-equal): Improve argument/docstring consistency.
29116
29117 * subr.el (send-string, send-region): Remove obsolescence declaration.
29118 (window-dot, set-window-dot, read-input, show-buffer)
29119 (eval-current-buffer, string-to-int):
29120 Add release number to obsolescence declarations.
29121
29122 2005-05-19 Kim F. Storm <storm@cua.dk>
29123
29124 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29125 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29126
29127 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29128
29129 * faces.el (list-faces-display): Make back button respect optional
29130 regexp arg.
29131
29132 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29133
29134 * calculator.el (calculator-radix-grouping-mode)
29135 (calculator-radix-grouping-digits, calculator-displayer)
29136 (calculator-radix-grouping-separator, calculator-copy-displayer):
29137 * dabbrev.el (dabbrev-search-these-buffers-only):
29138 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29139 (diff-advance-after-apply-hunk, diff-mode-hook)
29140 (diff-minor-mode-prefix):
29141 * imenu.el (imenu-use-popup-menu):
29142 * jit-lock.el (jit-lock-context-time):
29143 * newcomment.el (comment-fill-column, comment-column)
29144 (comment-style, comment-padding, comment-multi-line)
29145 (comment-empty-lines, comment-auto-fill-only-comments):
29146 * reveal.el (reveal-around-mark):
29147 * uniquify.el (uniquify-buffer-name-style)
29148 (uniquify-after-kill-buffer-p)
29149 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29150 (uniquify-min-dir-content, uniquify-separator)
29151 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29152 * w32-vars.el (w32-fixed-font-alist):
29153 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29154 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29155 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29156 * progmodes/perl-mode.el (perl-indent-level)
29157 (perl-continued-statement-offset, perl-continued-brace-offset)
29158 (perl-brace-offset, perl-brace-imaginary-offset)
29159 (perl-label-offset, perl-indent-continued-arguments)
29160 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29161 * progmodes/tcl.el (tcl-indent-level)
29162 (tcl-continued-indent-level, tcl-auto-newline)
29163 (tcl-tab-always-indent, tcl-electric-hash-style)
29164 (tcl-help-directory-list, tcl-use-smart-word-finder)
29165 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29166 (inferior-tcl-source-command):
29167 * textmodes/fill.el (enable-kinsoku):
29168 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29169 * textmodes/table.el (table-yank-handler):
29170 Specify missing group (and type, if simple) in defcustom.
29171
29172 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29173
29174 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29175
29176 2005-05-19 Richard M. Stallman <rms@gnu.org>
29177
29178 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29179
29180 * subr.el (event-basic-type): Don't get an error.
29181 (left-fringe-p): Function deleted.
29182
29183 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29184 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29185
29186 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29187 in recursive copy.
29188
29189 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29190
29191 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29192
29193 * emacs-lisp/bytecomp.el
29194 (byte-compile-file-form-custom-declare-variable):
29195 Call byte-compile-nogroup-warn if appropriate.
29196
29197 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29198 (compilation-set-window): Don't call left-fringe-p; do it directly.
29199
29200 2005-05-19 Jay Belanger <belanger@truman.edu>
29201
29202 * calc/calc-graph.el (calc-graph-format-data): Make sure
29203 var-PlotRejects is bound before trying to check its value.
29204
29205 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29206
29207 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29208 definition of this variable from reftex-global.el to reftex.el,
29209 because it is needed in the menu.
29210
29211 2005-05-19 Lute Kamstra <lute@gnu.org>
29212
29213 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29214 years are fixed. Don't insert a space after a dash.
29215
29216 2005-05-19 Kim F. Storm <storm@cua.dk>
29217
29218 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29219
29220 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29221
29222 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29223 strings, because (eq ... ?\\) is fairly frequent.
29224
29225 * progmodes/make-mode.el (makefile-add-this-line-targets):
29226 Simplify and integrate into `makefile-pickup-targets'.
29227 (makefile-add-this-line-macro): Simplify and integrate into
29228 `makefile-pickup-macros.
29229 (makefile-pickup-filenames-as-targets): Simplify.
29230 (makefile-previous-dependency, makefile-match-dependency):
29231 Don't stumble over `::'.
29232
29233 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29234
29235 * subr.el (post-command-idle-hook, post-command-idle-delay):
29236 Remove obsoletion of post-command-idle-hook and
29237 post-command-idle-delay.
29238
29239 * faces.el (list-faces-display): Provide button when describe-face
29240 is called to take user back to the list of faces.
29241
29242 * help-fns.el (describe-variable): Remove hyperlinks in a
29243 variable's value as these are quite frequently inappropriate.
29244
29245 * follow.el (follow-submit-feedback, follow-mode):
29246 Remove references to post-command-idle-hook.
29247
29248 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29249
29250 * progmodes/make-mode.el (makefile-previous-dependency)
29251 (makefile-match-dependency): Check for := (and in bsd mode also
29252 !=) to give a better result, even when font-lock is not on.
29253
29254 2005-05-18 Jay Belanger <belanger@truman.edu>
29255
29256 * calc/calc-help.el (calc-s-prefix-help):
29257 Add `calc-copy-special-constant' to help string.
29258
29259 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29260
29261 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29262
29263 2005-05-18 Jay Belanger <belanger@truman.edu>
29264
29265 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29266 in linear factors are in proper order.
29267
29268 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29269
29270 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29271 Support for jurabib.
29272
29273 * textmodes/reftex.el (featurep): Define aliases for overlay
29274 commands, for XEmacs compatibility, and use these aliases in
29275 overlay initializations.
29276 (reftex-highlight): Use `reftex-move-overlay'.
29277 (reftex-unhighlight): Use `reftex-delete-overlay'.
29278 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29279 (reftex-access-search-path): Use `reftex-uniquify' instead of
29280 `reftex-uniq'.
29281
29282 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29283 `before-string' property modification enables for Emacs as well.
29284 (reftex-select-item): Use `reftex-delete-overlay'.
29285 (reftex-select-mark): Use `reftex-make-overlay' and
29286 `reftex-overlay-put'.
29287 (reftex-select-unmark): Use `reftex-delete-overlay' and
29288 `reftex-overlay-put'.
29289
29290 2005-05-18 Lute Kamstra <lute@gnu.org>
29291
29292 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29293
29294 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29295
29296 * add-log.el (add-change-log-entry):
29297 * array.el (array-make-template, array-reconfigure-rows)
29298 (array-init-max-row, array-init-max-column)
29299 (array-init-columns-per-line, array-init-field-width):
29300 * replace.el (replace-match-maybe-edit, perform-replace):
29301 * textmodes/spell.el (spell-region):
29302 Replace `read-input' by `read-string'.
29303
29304 * forms.el (forms-mode):
29305 * finder.el (finder-compile-keywords):
29306 * shadowfile.el (shadow-read-files):
29307 Replace `eval-current-buffer' by `eval-buffer'.
29308
29309 * terminal.el (te-pass-through):
29310 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29311 (ange-ftp-raw-send-cmd):
29312 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29313 (send-process-next-char, telnet-initial-filter, telnet):
29314 Replace `send-string' by `process-send-string'.
29315
29316 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29317 (prolog-consult-region): Replace `send-string' by
29318 `process-send-string'; replace `send-region' by `process-send-region'.
29319
29320 * progmodes/delphi.el (delphi-log-msg):
29321 Replace `set-window-dot' by `set-window-point'.
29322
29323 * subr.el (window-dot, set-window-dot, read-input, send-string)
29324 (send-region, show-buffer, eval-current-buffer):
29325 Make really obsolete, as the comment says.
29326
29327 2005-05-17 Kim F. Storm <storm@cua.dk>
29328
29329 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29330 (cua--init-keymaps): Bind C-return instead of S-return to set
29331 rectangle mark.
29332
29333 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29334 instead of S-return to toggle/clear rectangle mark.
29335
29336 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
29337
29338 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29339 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29340 Also fontify plain strings assigned to variables, mostly so that a
29341 colon has a face and is thus not taken as a dependency separator.
29342 (makefile-previous-dependency): Inline the new matcher, because it
29343 is too complex to work in both directions.
29344 (makefile-match-dependency): Eliminate `backward' arg (see above).
29345 Completely reimplemented so as to not sometimes go into an endless
29346 loop. It should also be more efficient, because first it only
29347 searches for `:', instead of applying the very complex regexp.
29348 (makefile-mode): Cancel `font-lock-support-mode', because blocks
29349 to be fontified in one piece can be too long for JIT.
29350 Makefiles are never *that* big.
29351
29352 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
29353
29354 * dired.el (dired-mode): Simplify.
29355
29356 2005-05-17 Lute Kamstra <lute@gnu.org>
29357
29358 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29359 defcustom for the mode hook variable.
29360
29361 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29362 Emacs Lisp Reference Manual.
29363
29364 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
29365
29366 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29367 (evenp, list*):
29368 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29369 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29370
29371 * net/tramp-smb.el (tramp-smb-open-connection):
29372 Pass `tramp-chunksize' as fifth (required) argument.
29373
29374 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
29375
29376 * font-lock.el (lisp-font-lock-keywords-1):
29377 Set `font-lock-negation-char-face' for [^...] char group.
29378 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29379
29380 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29381 a var, and refine it to mask one more level of nested vars.
29382 (makefile-rule-action-regex): Turn it into a var, and refine it so
29383 it recognizes backslashed continuation lines as belonging to the
29384 same command.
29385 (makefile-macroassign-regex): Refine it so it recognizes
29386 backslashed continuation lines as belonging to the same command.
29387 (makefile-var-use-regex): Don't look at the next char, because it
29388 might be the same one to be skipped by the initial [^$], leading
29389 to an overlooked variable use.
29390 (makefile-make-font-lock-keywords): Remove two parameters, which
29391 are now variables that some of the modes set locally.
29392 Handle dependency and rule action matching through functions, because
29393 regexps alone match too often. Dependency matching now comes
29394 last, so it can check, whether a colon already matched something else.
29395 (makefile-mode): Inform that font-lock improves makefile parsing
29396 capabilities.
29397 (makefile-match-dependency, makefile-match-action): New functions.
29398
29399 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
29400
29401 * emacs-lisp/cl-extra.el (equalp): Doc fix.
29402
29403 * align.el (align-regexp):
29404 * ansi-color.el (ansi-color-get-face):
29405 * array.el (array-reconfigure-rows, array-init-max-row)
29406 (array-init-max-column, array-init-columns-per-line)
29407 (array-init-field-width):
29408 * dired-aux.el (dired-trample-file-versions):
29409 * dired-x.el (dired-mark-sexp):
29410 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29411 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29412 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29413 * faces.el (face-read-integer):
29414 * files.el (backup-extract-version, insert-directory):
29415 * hexl.el (hexl-insert-decimal-char):
29416 * server.el (server-process-filter):
29417 * shell.el (shell-extract-num):
29418 * startup.el (command-line-1):
29419 * term.el (term-command-hook):
29420 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29421 (time-stamp-do-number):
29422 * time.el (display-time-update):
29423 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29424 (timezone-fix-time):
29425 * vms-patch.el (vms-suspend-resume-hook):
29426 * calendar/appt.el (appt-convert-time):
29427 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29428 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29429 * calendar/cal-islam.el (mark-islamic-diary-entries):
29430 * calendar/calendar.el (calendar-cursor-to-date)
29431 (calendar-star-date):
29432 * calendar/diary-lib.el (diary-attrtype-convert)
29433 (mark-diary-entries, diary-entry-time):
29434 * calendar/solar.el (solar-get-number):
29435 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29436 * emacs-lisp/re-builder.el (reb-display-subexp):
29437 * emulation/edt.el (edt-set-scroll-margins):
29438 * emulation/tpu-extras.el (tpu-set-scroll-margins):
29439 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29440 (vip-get-ex-count):
29441 * emulation/viper-ex.el (viper-get-ex-token)
29442 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29443 * international/fontset.el (fontset-plain-name):
29444 * mail/feedmail.el (feedmail-look-at-queue-directory):
29445 * mail/mailalias.el (mail-get-names):
29446 * mail/rmail.el (rmail-convert-to-babyl-format):
29447 * mail/rmailsum.el (rmail-make-basic-summary-line)
29448 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29449 (rmail-summary-goto-msg):
29450 * mail/smtpmail.el (smtpmail-read-response):
29451 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29452 (ange-ftp-vms-add-file-entry):
29453 * play/gametree.el (gametree-looking-at-ply)
29454 (gametree-current-branch-score):
29455 * progmodes/ada-xref.el (ada-prj-find-prj-file)
29456 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29457 * progmodes/cperl-mode.el (condition-case):
29458 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29459 (ebrowse-set-member-buffer-column-width)
29460 (ebrowse-select-1st-to-9nth):
29461 * progmodes/etags.el (etags-snarf-tag):
29462 * progmodes/flymake.el (flymake-parse-line):
29463 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29464 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29465 (idlwave-shell-menu-def):
29466 * progmodes/ps-mode.el (ps-run-goto-error):
29467 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29468 (vhdl-speedbar-contract-level):
29469 * term/mac-win.el (x-handle-numeric-switch):
29470 * term/sun-mouse.el (sun-get-frame-data):
29471 * term/w32-win.el (x-handle-numeric-switch):
29472 * term/x-win.el (x-handle-numeric-switch):
29473 * textmodes/ispell.el (ispell-parse-output):
29474 * textmodes/nroff-mode.el (nroff-outline-level):
29475 * textmodes/reftex-cite.el (reftex-bib-sort-year)
29476 (reftex-bib-sort-year-reverse, reftex-format-citation):
29477 * textmodes/reftex-parse.el (reftex-init-section-numbers)
29478 (reftex-section-number):
29479 * textmodes/texinfmt.el (texinfo-paragraphindent):
29480 Replace `string-to-int' by `string-to-number'.
29481
29482 * international/latexenc.el: Add page marker to force the "Local
29483 Variables:" string out of the last page.
29484
29485 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29486
29487 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29488 tooltip-change-major-mode.
29489 (gud-tooltip-print-command): Remove case where gud-minor-mode
29490 is gdb ("--fullname").
29491 (gud-tooltip-tips): Turn GUD tooltips off for this case and
29492 explain to user.
29493
29494 2005-05-16 Jay Belanger <belanger@truman.edu>
29495
29496 * calc/calc-store.el (calc-copy-special-constant): New function.
29497
29498 * calc/calc-ext.el (calc-init-extensions): Add binding for
29499 `calc-copy-special-constant'.
29500
29501 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29502 for the `calc-copy-special-constant' command.
29503
29504 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29505
29506 * subr.el (left-fringe-p): New function.
29507
29508 * progmodes/compile.el (compilation-setup): Set local value of
29509 overlay-arrow-string to "" always.
29510 (compilation-set-window): Left fringe then don't scroll.
29511 No left fringe then no arrow and scroll message to top.
29512 (compilation-context-lines): Adjust doc string accordingly.
29513
29514 2005-05-16 Kim F. Storm <storm@cua.dk>
29515
29516 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29517 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29518 (ido-wide-find-dir-or-delete-dir): New command for M-d.
29519 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
29520 (ido-read-file-name): Handle commands with ido property value
29521 equal to find-file as reading a file name, to allow C-d to enter dired.
29522 (ibuffer-find-file): Add ido property with value find-file.
29523
29524 2005-05-15 Kim F. Storm <storm@cua.dk>
29525
29526 * subr.el (open-network-stream-nowait): Remove.
29527 (open-network-stream-server): Remove.
29528
29529 2005-05-15 Richard M. Stallman <rms@gnu.org>
29530
29531 * faces.el (describe-face): Output a definition link button.
29532
29533 * help-mode.el (help-face-def): New button type.
29534
29535 * emacs-lisp/copyright.el (copyright-fix-years):
29536 Match properly if the first year is 2-digit.
29537 Don't mess up the whitespace after the years by filling.
29538
29539 * dired-aux.el (dired-mark-confirm):
29540 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29541
29542 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29543 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29544 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29545
29546 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29547 Set font-lock-comment-start-skip.
29548
29549 * font-lock.el (font-lock-comment-start-skip): New variable.
29550 (font-lock-comment-end-skip): New variable.
29551 (font-lock-fontify-syntactically-region): Use them if non-nil.
29552
29553 2005-05-15 Jay Belanger <belanger@truman.edu>
29554
29555 * calc/calc-store.el (calc-store-value): Return a string rather
29556 than display it as a message.
29557 Use calc-var-name for variable name.
29558 (calc-store-into): Add the result of calc-store-value to message.
29559 (calc-copy-variable): Add a message.
29560 (calc-store-exchange): Improve error messages.
29561 (calc-store-binary, calc-store-map): Don't reset the values of
29562 special constants.
29563
29564 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
29565
29566 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29567 manual to docstring.
29568
29569 * files.el (hack-local-variables-confirm): Add STRING argument.
29570 Make the function handle non file visiting buffers correctly.
29571 (hack-local-variables-prop-line, hack-local-variables)
29572 (hack-one-local-variable): Use STRING arg of
29573 `hack-local-variables-confirm'.
29574
29575 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
29576
29577 Sync with Tramp 2.0.49.
29578
29579 * net/tramp.el (tramp-handle-dired-call-process)
29580 (tramp-handle-insert-directory):`insert-buffer' cannot be used
29581 because the contents of the Tramp buffer is changed before
29582 insertion (`expand-file' and alike).
29583 (tramp-handle-insert-directory): If `localname' has an empty
29584 nondirectory name, it must not be quoted.
29585 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
29586 variable `tramp-chunksize'. Change callees.
29587 (tramp-open-connection-setup-interactive-shell): Check remote host
29588 for buggy `send-process-string' implementation.
29589 Set `tramp-chunksize' if found. Reported by Michael Kifer
29590 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29591 (tramp-handle-shell-command): `insert-buffer' cannot be used
29592 because the contents of the Tramp buffer is changed before
29593 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29594 <frederic.bothamy@free.fr>.
29595 (tramp-set-auto-save): Actions should be done for Tramp file name
29596 handler only. Ange-FTP has its own auto-save mechanism.
29597 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29598 (tramp-set-auto-save-file-modes): Set file modes of
29599 `buffer-auto-save-file-name' to ?\600 as fallback solution.
29600 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29601 (tramp-bug): Remove obsolete variable.
29602 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
29603 for presence of `mml-mode'. Make it running for older Emacsen as well.
29604
29605 2005-05-14 John Paul Wallington <jpw@pobox.com>
29606
29607 * ibuf-ext.el (define-ibuffer-filter filename):
29608 If `dired-directory' is a list, use its car.
29609
29610 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
29611
29612 * ibuffer.el (define-ibuffer-column filename):
29613 If `dired-directory' is a list, use its car.
29614
29615 2005-05-14 Richard M. Stallman <rms@gnu.org>
29616
29617 * subr.el (symbol-file): Doc fix.
29618
29619 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29620 (byte-compile-form): Call byte-compile-nogroup-warn.
29621 (byte-compile-warning-types): Doc fix.
29622
29623 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29624
29625 * progmodes/cc-engine.el (c-literal-faces):
29626 Add font-lock-comment-delimiter-face.
29627
29628 * net/net-utils.el (dig): Use with-no-warnings.
29629
29630 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29631 (sc-recite-frame-alist, sc-default-cite-frame)
29632 (sc-default-uncite-frame, sc-default-recite-frame)
29633 (sc-attrib-selection-list, sc-rewrite-header-list):
29634 Mark as risky-local-variable.
29635
29636 * international/ogonek.el (ogonek-jak, ogonek-how):
29637 Don't use beginning-of-buffer.
29638
29639 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29640
29641 * calendar/solar.el (solar-data-list): Move definition up.
29642
29643 * dnd.el (dnd-protocol-alist): Add autoload.
29644
29645 * progmodes/sh-script.el: Many doc usage fixes.
29646 (sh-indent-after-do): Change default to match common styles.
29647
29648 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
29649
29650 * files.el (interpreter-mode-alist)
29651 (auto-mode-interpreter-regexp): Doc fixes.
29652
29653 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
29654
29655 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29656
29657 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29658
29659 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29660
29661 * dired.el (dired-mode): make-variable-buffer-local =>
29662 make-local-variable.
29663
29664 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29665
29666 * term/mac-win.el (mac-select-convert-to-string): Try coding
29667 systems in mac-script-code-coding-systems if specified one cannot
29668 encode string for `com.apple.traditional-mac-plain-text'.
29669
29670 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
29671
29672 * progmodes/make-mode.el (makefile-targets-face)
29673 (makefile-shell-face, makefile-makepp-perl-face): New faces.
29674 (makefile-dependency-regex): Fix it to not make the colon in
29675 $(var:a=b) special.
29676 (makefile-rule-action-regex): New regexp for highlighting embedded
29677 Shell strings.
29678 (makefile-macroassign-regex): Handle != for highlighting as
29679 embedded Shell strings.
29680 (makefile-var-use-regex): New const.
29681 (makefile-statements, makefile-automake-statements)
29682 (makefile-gmake-statements, makefile-makepp-statements)
29683 (makefile-bsdmake-statements): New consts.
29684 (makefile-make-font-lock-keywords): New function.
29685 (makefile-automake-font-lock-keywords)
29686 (makefile-gmake-font-lock-keywords)
29687 (makefile-makepp-font-lock-keywords)
29688 (makefile-bsdmake-font-lock-keywords): New consts.
29689 (makefile-mode-map): Add switchers between the various submodes.
29690 (makefile-mode): Document the availability of the variants.
29691 (makefile-automake-mode, makefile-gmake-mode)
29692 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29693
29694 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29695 new variants of makefile-mode.
29696
29697 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29698
29699 * font-lock.el (font-lock-comment-delimiter-face): Fix up
29700 the inheritance.
29701
29702 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
29703
29704 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29705 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29706
29707 * files.el (normal-mode): Extend the scope of the
29708 `enable-local-variables' binding to include the `set-auto-mode' call.
29709 (magic-mode-alist): Doc fix.
29710
29711 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29712
29713 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29714 font-lock-comment-face rather than copying its setting.
29715
29716 2005-05-12 Andreas Schwab <schwab@suse.de>
29717
29718 * eshell/esh-mode.el (eshell-send-input): Doc fix.
29719
29720 2005-05-12 Lute Kamstra <lute@gnu.org>
29721
29722 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29723 defcustom for the mode hook variable. Delete the last argument.
29724 * generic-x.el: Fix callers of define-generic-mode.
29725 (generic-x-modes): Delete group.
29726 (show-tabs-tab-face, show-tabs-space-face): Put them in the
29727 generic-x customization group.
29728
29729 2005-05-12 Kim F. Storm <storm@cua.dk>
29730
29731 * font-lock.el (font-lock-negation-char-face): Default to "off".
29732
29733 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29734 font-lock-negation-char-face to ! in !=.
29735
29736 2005-05-12 Masatake YAMATO <jet@gyve.org>
29737
29738 * add-log.el (find-change-log): Fix typos in the docstring
29739 of function.
29740
29741 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29742
29743 * international/latexenc.el (latexenc-find-file-coding-system):
29744 Avoid `re-search-forward' when looking for input encoding because
29745 of speed and safety. Better regular expressions for recognizing
29746 input encoding. Limit a search for TeX-master/tex-main-file to
29747 the local variable section.
29748
29749 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
29750
29751 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29752 syntax of $ to "'" (quote).
29753
29754 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
29755
29756 * dnd.el (dnd-protocol-alist): Improve custom type.
29757
29758 * dired.el (dired-dnd-protocol-alist): New variable.
29759 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
29760 `dired-mode-hook' to the end.
29761
29762 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29763
29764 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29765 comment-end if comment-start-skip is not set.
29766 Obey the font-lock-comment-delimiter-face variables.
29767
29768 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29769
29770 * files.el (executable-find): Move from executable.el. Use
29771 locate-file.
29772 * progmodes/executable.el (executable-find): Move to files.el.
29773
29774 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29775 when trying to ensure forward progress.
29776
29777 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
29778
29779 * mouse-sel.el (mouse-sel-follow-link-p): New function.
29780 (mouse-select, mouse-select-internal, mouse-extend-internal):
29781 Use it to implement mouse-1-click-follows-link functionality.
29782
29783 2005-05-11 Richard M. Stallman <rms@gnu.org>
29784
29785 * font-lock.el (font-lock-fontify-syntactically-region):
29786 Use font-lock-comment-delimiter-face for comment delimiters.
29787
29788 2005-05-10 Jay Belanger <belanger@truman.edu>
29789
29790 * calc/calc-help.el (calc-m-prefix-help): Add mention of
29791 preserving embedded modes.
29792
29793 2005-05-10 Richard M. Stallman <rms@gnu.org>
29794
29795 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29796
29797 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29798 Move from ada-stmt.el.
29799 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29800
29801 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29802 Move to ada-mode.el.
29803 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29804
29805 * cus-edit.el (custom-file): Call file-chase-links.
29806
29807 * files.el (read-directory-name): Fix previous change.
29808 (hack-local-variables-confirm): New function.
29809 (hack-local-variables-prop-line, hack-local-variables)
29810 (hack-one-local-variable): Use it.
29811
29812 2005-05-10 Lute Kamstra <lute@gnu.org>
29813
29814 * font-lock.el (font-lock-keywords-alist)
29815 (font-lock-removed-keywords-alist): Clarify docstrings.
29816
29817 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
29818
29819 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29820 (gdb-source-info): Check for preprocessor info.
29821 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
29822 a macro for a function.
29823 (gdb-info-breakpoints-custom): Try to find file again if not already
29824 found (user might have used GDB dir command).
29825 (gdb-get-location): Update gdb-location-alist correctly for change
29826 to gdb-info-breakpoints-custom.
29827
29828 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29829 (gud-tooltip-print-command): Add gdbmi case.
29830 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29831 preprocessor info.
29832
29833 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
29834
29835 * startup.el (fancy-splash-insert): Fix typo in doc string.
29836
29837 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
29838
29839 * obsolete/float.el (string-to-float):
29840 * obsolete/hilit19.el (hilit-add-pattern):
29841 * obsolete/rnews.el (news-parse-range, news-select-message)
29842 (news-get-pruned-list-of-files): Replace `string-to-int' by
29843 `string-to-number'.
29844
29845 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29846 `find-file-not-found-hooks'; use `add-hook'.
29847 (uncompress-while-visiting): Set `write-file-functions', not
29848 `write-file-hooks'; use `add-hook'.
29849
29850 2005-05-09 Kim F. Storm <storm@cua.dk>
29851
29852 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29853 (cua-paste): Handle clipboard action.
29854 (cua--init-keymaps): Remap clipboard-kill-region and
29855 clipboard-kill-ring-save.
29856
29857 2005-05-08 Eli Zaretskii <eliz@gnu.org>
29858
29859 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29860 Improve commentary.
29861
29862 * simple.el (next-error-overlay-arrow-position): Revert the change
29863 made on 2005-04-30.
29864
29865 2005-05-07 Jay Belanger <belanger@truman.edu>
29866
29867 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29868 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29869 `calc-sel-reselect'.
29870
29871 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29872 Calc is in embedded mode.
29873
29874 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29875
29876 * progmodes/compile.el (compilation-setup):
29877 Set overlay-arrow-string to an empty string on text terminals.
29878
29879 * textmodes/ispell.el (ispell-program-name): Try looking for
29880 "aspell" along exec-path, and if found, use it as the default
29881 speller program.
29882
29883 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
29884
29885 * international/mule.el (sgml-xml-auto-coding-function):
29886 Recognize encoding='FOO' in single quotes as well as in double quotes.
29887
29888 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
29889
29890 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29891 as well as `interactive', so that defmacro* would recognize
29892 `declare' forms.
29893
29894 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29895
29896 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29897 Explain more about the LIGHTER arg's usage in the doc string.
29898 Add commentary to clarify what the code does. Fix the regexp that
29899 strips whitespace from LIGHTER. Quote LIGHTER before using it,
29900 since it could have characters special to regular expressions.
29901
29902 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29903
29904 * replace.el (occur-1): Bind inhibit-read-only so that
29905 erase-buffer doesn't barf on read-only text properties (likewise
29906 for add-text-properties in occur-engine). Mark buffer as unmodified.
29907 (occur-engine): Don't set buffer-read-only here.
29908
29909 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29910
29911 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29912 list-buffers-directory. This caused the *cvs-commit* buffer to be
29913 sometimes mistakenly reused as a *cvs* buffer.
29914
29915 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
29916
29917 * tooltip.el: Move code for GUD tooltips into gud.el.
29918 (require): CL no longer needed to compile case.
29919 (tooltip-mode): Do not toggle functions for GUD tooltips.
29920 (tooltip-gud-tips-p): Remove. Replace with minor mode
29921 gud-tooltip-mode in gud.el.
29922 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29923 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29924 tooltip-gud prefix with gud-tooltip and obsolete.
29925 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29926 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29927 (tooltip-mouse-motion): Mouse movement functions/variable.
29928 Rename in gud.el by adding gud prefix.
29929 (tooltip-gud-original-filter, tooltip-gud-dereference)
29930 (tooltip-gud-event, tooltip-toggle-gud-tips)
29931 (tooltip-gud-process-output, tooltip-gud-print-command)
29932 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
29933 gud.el by replacing tooltip-gud prefix with gud-tooltip.
29934 (gdb-tooltip-print): Move to gdb-ui.el.
29935
29936 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29937 (require): CL needed to compile case.
29938 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29939 tooltip-gud-tips-p. Make it a minor-mode.
29940 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29941 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29942 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29943 (gud-tooltip-change-major-mode)
29944 (gud-tooltip-activate-mouse-motions-if-enabled)
29945 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29946 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29947 (gud-tooltip-original-filter, gud-tooltip-dereference)
29948 (gud-tooltip-event, tooltip-toggle-gud-tips)
29949 (gud-tooltip-process-output, gud-tooltip-print-command)
29950 (gud-tooltip-tips): Move from tooltip.el.
29951
29952 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29953 (gdb-cpp-define-alist-flags): Doc fix.
29954 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29955 gud-tooltip-mode is t.
29956
29957 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29958
29959 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29960 evaporate if their text is deleted.
29961 (goto-address-at-point): Make it work as a mouse binding as well.
29962 (goto-address-at-mouse): Obsolete it. Update users.
29963
29964 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
29965
29966 * calendar/appt.el (top-level): No longer activate on load.
29967
29968 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
29969
29970 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29971 * net/webjump.el (webjump):
29972 * progmodes/idlw-help.el (idlwave-do-context-help1)
29973 (idlwave-highlight-linked-completions):
29974 * textmodes/po.el (po-find-file-coding-system-guts):
29975 Replace `assoc-ignore-case' by `assoc-string'.
29976
29977 2005-05-06 Eli Zaretskii <eliz@gnu.org>
29978
29979 * files.el (locate-file): Doc fix.
29980
29981 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29982 Remove the redundant test for ms-dos.
29983
29984 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29985 look for the preprocessor with exec-suffixes. If not found in
29986 standard places, look in exec-path. Remove most of the tests that
29987 used system-type.
29988
29989 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29990
29991 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29992
29993 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29994 file-name clash with jka-compr.el on 8+3 filesystems.
29995
29996 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29997
29998 * term/mac-win.el: Don't define or bind scroll bar functions if
29999 x-toolkit-scroll-bars is t.
30000 (x-select-text, x-get-selection-value): Clear
30001 x-last-selected-text-clipboard if x-select-enable-clipboard is
30002 nil.
30003 (PRIMARY): Put mac-scrap-name property.
30004 (mac-select-convert-to-file-url): New function.
30005 (public.file-url): New selection target type. Add to
30006 selection-converter-alist.
30007 (x-get-selection, x-selection-value): Handle it.
30008 (x-cut-buffer-or-selection-value): New alias.
30009
30010 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30011
30012 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30013 entry to avoid calling bibtex-find-entry with arg global
30014 being t. Remove arg key.
30015 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30016 (bibtex-copy-summary-as-kill): Change accordingly.
30017
30018 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30019
30020 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30021 (org-agenda-date-later): Use with-current-buffer.
30022
30023 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30024
30025 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30026 (define-obsolete-variable-alias): Doc Fixes.
30027
30028 2005-05-06 Kim F. Storm <storm@cua.dk>
30029
30030 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30031 vertical-motion when selective-display is active.
30032
30033 * ido.el (ido-setup-hook): New hook.
30034 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30035 (ido-input-stack): New var.
30036 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30037 ido-next-work-file binding to M-O.
30038 Bind M-f to ido-wide-find-file-or-pop-dir.
30039 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30040 (ido-read-internal): Run ido-setup-hook.
30041 Catch quit in read-file-name and read-string to cancel edit.
30042 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30043 Automatically pop-all when completing a directory name (RET).
30044 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30045 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30046 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30047 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30048 New functions for M-b/M-f to move among the directory components.
30049 (ido-make-merged-file-list): Catch quit to cancel merge.
30050 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30051 (ido-completion-help): No warnings for ido-completion-buffer-full.
30052
30053 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30054
30055 * font-lock.el (font-lock-negation-char-face): New face and variable.
30056 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30057 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30058 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30059 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30060
30061 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30062
30063 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30064 Fix typo in docstring.
30065
30066 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30067 (ebrowse-print-statistics-line)
30068 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30069
30070 * term/w32-win.el (image-library-alist): Add additional name for
30071 Xpm library.
30072
30073 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30074
30075 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30076 use gcc instead of cpp.
30077
30078 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30079 (gdb-create-define-alist): Use it.
30080 (gdb-cpp-define-alist-program): Update for MS-DOS.
30081
30082 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30083
30084 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30085
30086 2005-05-04 Richard M. Stallman <rms@gnu.org>
30087
30088 * help.el (describe-key): No error when UNTRANSLATED is nil.
30089
30090 * simple.el (line-move-1): Fix previous change to signal errors
30091 appropriately.
30092
30093 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30094
30095 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30096 (icalendar-duration-correction): Remove.
30097 (icalendar--get-event-properties): Split result at commas.
30098 (icalendar--decode-isoduration): New optional argument
30099 DURATION-CORRECTION.
30100 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30101 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30102 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30103 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30104 (icalendar--convert-anniversary-to-ical): New functions, extracted
30105 from icalendar-export-region, with bug fixes.
30106 (icalendar-export-region): Use the above functions.
30107 (icalendar-import-buffer): Check before saving diary file.
30108 (icalendar--convert-recurring-to-diary)
30109 (icalendar--convert-non-recurring-all-day-to-diary)
30110 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30111 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30112 (icalendar--convert-ical-to-diary): Use the above functions.
30113
30114 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30115
30116 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30117 Remove these recent additions.
30118 (c-mode): Restore to before 2005-04-28.
30119
30120 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30121 recent addition.
30122
30123 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30124 (gdb-define-alist): New variables.
30125 (gdb-create-define-alist): New function.
30126 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30127 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30128 with string-to-number.
30129 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30130
30131 * progmodes/gud.el: Replace string-to-int with string-to-number.
30132 (gud-find-file): Handle gdb-define-alist.
30133
30134 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30135
30136 2005-05-02 Jay Belanger <belanger@truman.edu>
30137
30138 * calc/calc-aent.el (math-read-token):
30139 * calc/calc-bin.el (calc-word-size):
30140 * calc/calc-ext.el (calc-read-number-fancy):
30141 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30142 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30143 * calc/calc-frac.el (calc-over-notation):
30144 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30145 (calc-graph-num-points, calc-graph-init):
30146 * calc/calc-prog.el (calc-read-parse-table-part)
30147 (calc-edit-macro-repeats):
30148 * calc/calc-yank.el (calc-do-grab-rectangle):
30149 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30150 Replace `string-to-int' by `string-to-number'.
30151
30152 2005-05-02 Kim F. Storm <storm@cua.dk>
30153
30154 * kmacro.el: Use executing-kbd-macro-index variable.
30155
30156 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30157
30158 * net/rlogin.el (rlogin-parse-words): Delete func.
30159 (rlogin): Use split-string, not rlogin-parse-words.
30160 Also, if there are option-like elements in the parsed args,
30161 take the host to be the first arg immediately following them.
30162 Suggested by Michael Mauger.
30163
30164 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30165
30166 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30167
30168 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30169
30170 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30171 (cc-mode-cpp-program): Rename to cc-define-list-program and
30172 move to cc-vars.el.
30173
30174 * progmodes/cc-vars.el (cc-define-list-program):
30175 Change to "gcc -E -dM -". Make customizable.
30176
30177 2005-05-02 Kim F. Storm <storm@cua.dk>
30178
30179 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30180
30181 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30182
30183 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30184
30185 * international/mule-util.el (truncate-string): Remove alias and
30186 obsolete declaration.
30187
30188 * international/mule-cmds.el (update-iso-coding-systems):
30189 Remove alias and obsolete declaration.
30190
30191 * international/mule.el (coding-system-parent): Remove alias and
30192 obsolete declaration.
30193
30194 * subr.el (define-function, sref): Remove aliases and obsolete
30195 declarations.
30196 (chars-in-region): Remove obsolete declaration.
30197
30198 2005-05-01 Richard M. Stallman <rms@gnu.org>
30199
30200 * info.el (Info-mode): Set widen-automatically to nil, locally.
30201
30202 * simple.el (widen-automatically): New variable.
30203 (pop-global-mark): Obey widen-automatically.
30204
30205 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30206
30207 * term/xterm.el (function-key-map): Call substitute-key-definition
30208 before the keymap size is increased by a lot of define-key calls.
30209
30210 2005-05-01 Richard M. Stallman <rms@gnu.org>
30211
30212 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30213 Rename ARG to ELEMENT. Doc fix.
30214
30215 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30216
30217 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30218 Remove references to allout-exposure/change to allout-new-exposure.
30219
30220 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30221 bytecode symbols.
30222
30223 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30224 (compiled-function-p, focus-frame, unfocus-frame):
30225 Remove aliases and obsolete declarations.
30226 Back out inadvertent changes from previous commit.
30227
30228 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30229
30230 * files.el (require-final-newline): Make Custom tags consistent
30231 with mode-require-final-newline.
30232 (mode-require-final-newline): Doc fix.
30233
30234 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30235
30236 * international/latexenc.el (latexenc-find-file-coding-system):
30237 Fix regular expressions.
30238
30239 2005-05-01 David Kastrup <dak@gnu.org>
30240
30241 * international/latexenc.el (latexenc-find-file-coding-system):
30242 Fix regular expressions.
30243
30244 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30245
30246 * subr.el (string-to-int): Make obsolete.
30247
30248 2005-04-30 Richard M. Stallman <rms@gnu.org>
30249
30250 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30251
30252 * loadup.el: load jka-comp-hook.
30253
30254 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30255 (jka-compr-handler): Add autoload. `put' calls moved
30256 to jka-comp-hook.el.
30257 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30258 (jka-compr-inhibit): Autoload.
30259
30260 * jka-comp-hook.el: New file.
30261 Enable the mode by default.
30262
30263 * files.el (backup-buffer-copy): Use copy-file instead
30264 of write-region, and put back the 'excl.
30265
30266 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30267
30268 * progmodes/flymake.el (flymake-split-string)
30269 (flymake-split-string, flymake-log, flymake-pid-to-names)
30270 (flymake-reg-names, flymake-get-source-buffer-name)
30271 (flymake-unreg-names, flymake-add-line-err-info)
30272 (flymake-add-err-info): Clarify docstrings.
30273 (flymake-popup-menu, flymake-make-emacs-menu)
30274 (flymake-make-xemacs-menu): Add docstrings.
30275 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30276 Set variables directly throughout.
30277
30278 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30279
30280 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30281 exists. Initialize cc-define-alist.
30282 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30283 If there is no file (Macroexpansion) don't create an alist.
30284
30285 2005-04-29 Sam Steingold <sds@gnu.org>
30286
30287 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30288 (cc-create-define-alist): Use it instead of the hard-coded string.
30289
30290 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30291
30292 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30293 for latexenc.
30294
30295 2005-04-29 Lute Kamstra <lute@gnu.org>
30296
30297 * emacs-lisp/generic.el: Improve commentary section.
30298 (define-generic-mode): Improve docstring.
30299
30300 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30301
30302 * textmodes/org.el (many places): Change to quiet the byte compiler.
30303 (org-prefix-format-compiled): New variable.
30304 (org-compile-prefix-format): New function.
30305 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30306 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30307 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30308 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30309 consistency with entries from `org-mode' files.
30310 (org-get-time-of-day): Fix bug with partial matches early in a line.
30311 (org-non-link-chars): New constant.
30312 (org-link-regexp): Respect `org-non-link-chars'.
30313 (org-agenda-day-view): Remove command.
30314 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30315 (org-follow-bbdb-link, org-store-link): Search also company field.
30316 (org-highlight-overlay): New variable.
30317 (org-highlight, org-unhighlight): New functions.
30318 (org-agenda-mode): Add pre-command-hook to remove highlight.
30319 (org-evaluate-time-range): Behavior depends upon whether time stamp
30320 contains a time or not.
30321 (org-show-subtree, org-show-entry): New functions.
30322 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30323
30324 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30325
30326 * comint.el (comint-output-filter-functions): Add autoload cookie.
30327
30328 2005-04-28 Kim F. Storm <storm@cua.dk>
30329
30330 * ido.el (ido-everywhere): Fix last change.
30331
30332 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30333
30334 * international/latexenc.el: New file.
30335 * international/mule-conf.el (file-coding-system-alist): For .tex,
30336 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30337
30338 2005-04-28 Lute Kamstra <lute@gnu.org>
30339
30340 * font-lock.el (font-lock-add-keywords)
30341 (font-lock-remove-keywords): Clarify docstring.
30342 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30343 Don't start docstrings with a `*'.
30344 (font-lock-update-removed-keyword-alist): Give it a docstring.
30345
30346 * generic-x.el: Update commentary section.
30347 Only require font-lock when compiling.
30348 Define all modes conditionally.
30349 Place all generic modes in the generic-x-modes customization group.
30350 (generic-x-modes): New customization group.
30351 (generic-default-modes, generic-mswindows-modes)
30352 (generic-unix-modes, generic-other-modes): New constants.
30353 (generic-define-mswindows-modes, generic-define-unix-modes):
30354 Update docstrings. Make them obsolete.
30355 (generic-extras-enable-list): New default value. Update docstring.
30356 Improve :type. Change :set function.
30357 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30358 Fix docstring.
30359
30360 * emacs-lisp/generic.el (generic-mode-internal):
30361 Simplify font-lock-defaults.
30362 (define-generic-mode): Fix docstring.
30363
30364 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
30365
30366 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30367 font-lock-face property to highlight matches.
30368
30369 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
30370
30371 * progmodes/cc-mode.el (cc-create-define-alist): New function.
30372 (cc-define-alist): New variable.
30373 (c-mode): Make it local and initialize it.
30374
30375 * progmodes/gdb-ui.el (gdb-active-process): New variable.
30376 (gdb-exited): New function.
30377 (gdb-annotation-rules): Use it.
30378 (gdb-starting): Set gdb-active-process to t.
30379 (gdb-stopping): Amend doc string.
30380 (gdb-reset): Set gdb-active-process to nil.
30381
30382 * tooltip.el (tooltip-gud-tips): Show the associated #define
30383 directives when a C program under GDB is not executing.
30384
30385 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
30386
30387 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30388 font-lock-fontify-syntactic-keywords.
30389
30390 * font-lock.el (font-lock-default-fontify-region): Don't force
30391 parse-sexp-lookup-properties to nil.
30392
30393 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
30394
30395 * man.el (man-mode-syntax-table): Set up `:' to have
30396 word-constituent syntax.
30397
30398 2005-04-27 Lute Kamstra <lute@gnu.org>
30399
30400 * novice.el (disable-command): Don't add spurious newlines to the
30401 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
30402
30403 2005-04-26 Jay Belanger <belanger@truman.edu>
30404
30405 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30406 than one window before deleting window.
30407
30408 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
30409
30410 * shell.el (shell-prompt-pattern): Doc fix.
30411 (shell-mode): Set paragraph-separate buffer locally to "\\'".
30412
30413 * comint.el (comint-prompt-regexp, comint-get-old-input)
30414 (comint-use-prompt-regexp)
30415 (comint-use-prompt-regexp-instead-of-fields)
30416 (comint-replace-by-expanded-history, comint-send-input)
30417 (comint-output-filter, comint-get-old-input-default)
30418 (comint-line-beginning-position, comint-bol, comint-show-output)
30419 (comint-backward-matching-input, comint-forward-matching-input)
30420 (comint-next-prompt, comint-previous-prompt):
30421 Rename `comint-use-prompt-regexp-instead-of-fields' to
30422 `comint-use-prompt-regexp'. Keep old name as alias and declare
30423 obsolete.
30424 (comint-use-prompt-regexp): Shorten first line of doc string.
30425
30426 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30427 Set paragraph-separate buffer locally to "\\'".
30428
30429 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30430 Adapt to above name change.
30431
30432 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30433 (smbclient-prompt-regexp): Ditto.
30434
30435 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30436
30437 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
30438
30439 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30440 gdb-location-list.
30441 Break lines that are over 80 characters wide.
30442
30443 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
30444
30445 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30446 New fun and var, to preserve compatibility.
30447
30448 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30449
30450 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
30451
30452 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30453 name to file-newer-than-file-p.
30454
30455 2005-04-26 Richard M. Stallman <rms@gnu.org>
30456
30457 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30458
30459 * progmodes/python.el (python-mode):
30460 Use new name eldoc-documentation-function.
30461
30462 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30463
30464 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30465 (eldoc-documentation-function):
30466 Rename from eldoc-print-current-symbol-info-function. Calls changed.
30467
30468 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
30469
30470 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30471
30472 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30473
30474 * term/xterm.el (function-key-map): Fix strings for
30475 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
30476 {C,S,A,C-S}-{f1-f12}.
30477
30478 2005-04-26 Kenichi Handa <handa@m17n.org>
30479
30480 * international/mule-cmds.el (select-safe-coding-system):
30481 Fix previous change.
30482
30483 2005-04-26 Lute Kamstra <lute@gnu.org>
30484
30485 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30486
30487 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30488 (font-lock-comment-delimiter-face): Ditto.
30489
30490 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30491
30492 2005-04-25 Jay Belanger <belanger@truman.edu>
30493
30494 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30495 to t while inserting information; use help-mode.
30496
30497 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30498
30499 * term.el (ansi-term-color-vector): Use the xterm colors.
30500 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
30501
30502 2005-04-25 Lute Kamstra <lute@gnu.org>
30503
30504 * font-core.el (font-lock-defaults): Fix docstring.
30505
30506 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30507
30508 2005-04-25 Kenichi Handa <handa@m17n.org>
30509
30510 * international/mule-cmds.el (select-safe-coding-system):
30511 Don't check consistency with coding: spec, etc if raw-text or
30512 no-conversion was found to be safe.
30513
30514 2005-04-24 Richard M. Stallman <rms@gnu.org>
30515
30516 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30517 citation markers at start of each line.
30518
30519 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30520 citation markers at start of each line.
30521
30522 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30523
30524 * files.el (mode-require-final-newline): Fix previous change.
30525 (require-final-newline): Fix type label.
30526
30527 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
30528
30529 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30530 statement in buffer (broken by 2004-11-24 change).
30531
30532 2005-04-24 Kim F. Storm <storm@cua.dk>
30533
30534 * ido.el (ido-everywhere): Save and restore old read-buffer-function
30535 and read-file-name-function values. Don't overwrite existing
30536 non-nil values if ido-mode is enabled without ido-everywhere.
30537
30538 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
30539
30540 * files.el (mode-require-final-newline): Minor doc fix.
30541
30542 2005-04-24 Eli Zaretskii <eliz@gnu.org>
30543
30544 * subr.el (syntax-after): Doc fix.
30545 (syntax-class): If argument is nil, return nil. Mask off upper 16
30546 bits, not 8 bits.
30547
30548 * files.el (mode-require-final-newline): Doc fix.
30549 (backup-buffer-copy): Fix last change.
30550
30551 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30552
30553 * term/mac-win.el: Require select. Set selection-coding-system to
30554 mac-system-coding-system. Call menu-bar-enable-clipboard.
30555 (x-last-selected-text-clipboard, x-last-selected-text-primary)
30556 (x-select-enable-clipboard): New variables.
30557 (x-select-text, x-get-selection, x-selection-value)
30558 (x-get-selection-value, mac-select-convert-to-string)
30559 (mac-services-open-file, mac-services-open-selection)
30560 (mac-services-insert-text): New functions.
30561 (CLIPBOARD, FIND): Put mac-scrap-name property.
30562 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30563 (public.tiff): Put mac-ostype property.
30564 (selection-converter-alist): Add entries for them.
30565 (mac-application-menu-map): New keymap.
30566 (interprogram-cut-function, interprogram-paste-function): Set to
30567 x-select-text and x-get-selection-value, respectively.
30568 (split-window-keep-point): Set to t.
30569
30570 2005-04-23 Richard M. Stallman <rms@gnu.org>
30571
30572 * files.el (read-directory-name): Always pass non-nil
30573 DEFAULT-FILENAME arg to read-file-name.
30574 (backup-buffer-copy, basic-save-buffer-2): Take care against
30575 writing thru an unexpected existing symlink.
30576 (revert-buffer): In indirect buffer, revert the base buffer.
30577 (magic-mode-alist): Doc fix.
30578 (buffer-stale-function): Doc fix.
30579 (minibuffer-with-setup-hook): Avoid warning.
30580 (mode-require-final-newline): Doc and custom fix.
30581
30582 * follow.el (follow-end-of-buffer): Use with-no-warnings.
30583
30584 * font-lock.el (font-lock-comment-face): On terminals with few colors,
30585 use the default appearance.
30586 (font-lock-comment-delimiter-face): New face, new variable.
30587
30588 * imenu.el (imenu--generic-function): The official position of a
30589 definition is the start of the line that BEG is in.
30590
30591 * midnight.el (midnight-timer): Move defvar up.
30592
30593 * mouse.el (mouse-drag-region-1): Delete some debugging code.
30594
30595 * saveplace.el (save-place-to-alist): Use with-no-warnings.
30596
30597 * startup.el (command-line): Use with-no-warnings.
30598
30599 * window.el (window-size-fixed): New defvar.
30600
30601 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30602
30603 * mail/rmail.el (rmail-font-lock-keywords):
30604 Use font-lock-comment-delimiter-face.
30605
30606 * mail/sendmail.el (mail-font-lock-keywords):
30607 Use font-lock-comment-delimiter-face.
30608
30609 * progmodes/compile.el (next-error-highlight-timer): New defvar.
30610
30611 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
30612
30613 * progmodes/compile.el (compilation-mode-font-lock-keywords):
30614 Specify t for LAXMATCH when matching directories.
30615 Save match data around compilation-compat-error-properties form.
30616
30617 2005-04-23 David Kastrup <dak@gnu.org>
30618
30619 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30620 Mention that the autoloaded aliases should be kept for AUCTeX.
30621
30622 2005-04-23 Andreas Schwab <schwab@suse.de>
30623
30624 * isearch.el (isearch-forward): Doc fix.
30625
30626 2005-04-23 Eli Zaretskii <eliz@gnu.org>
30627
30628 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30629 (jit-lock-stealth-nice): Change default value to 0.5.
30630
30631 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
30632
30633 * abbrev.el (write-abbrev-file): Write table entries in
30634 alphabetical order by table name.
30635
30636 2005-04-22 Kim F. Storm <storm@cua.dk>
30637
30638 * ido.el (ido-read-internal): Fix `list' completion.
30639
30640 2005-04-22 Kenichi Handa <handa@m17n.org>
30641
30642 * recentf.el (recentf-save-file-coding-system): New variable.
30643 (recentf-save-list): Encode the file by
30644 recentf-save-file-coding-system and add coding: tag.
30645
30646 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
30647
30648 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30649
30650 2005-04-21 Lute Kamstra <lute@gnu.org>
30651
30652 * loadhist.el (unload-feature): Don't remove a function from hooks
30653 if it is about to be restored to an autoload . Remove functions
30654 that will become unbound from auto-mode-alist. Simplify the code.
30655
30656 * subr.el (assq-delete-all): New implementation that is linear,
30657 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
30658 (rassq-delete-all): New function.
30659
30660 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30661 Add size-indication-mode.
30662
30663 2005-04-21 Kenichi Handa <handa@m17n.org>
30664
30665 * international/mule-cmds.el: Add autoload for widget-value in
30666 eval-when-compile.
30667
30668 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
30669
30670 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30671 Add tooltip-mode.
30672
30673 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30674
30675 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
30676
30677 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30678 (inferior-lisp-filter-regexp, inferior-lisp-program)
30679 (inferior-lisp-load-command, inferior-lisp-prompt)
30680 (inferior-lisp-mode-hook, lisp-source-modes)
30681 (inferior-lisp-load-hook): defvar->defcustom.
30682 (inferior-lisp-program, inferior-lisp-prompt)
30683 (inferior-lisp-load-hook): Doc fixes.
30684 (inferior-lisp-install-letter-bindings): Small change in
30685 introductory comment.
30686
30687 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
30688
30689 * vc.el (vc-annotate-color-map): Change some colors so that text
30690 using them as foreground is readable on both white and black
30691 backgrounds.
30692
30693 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
30694
30695 * international/mule-conf.el (translation-table-for-input):
30696 Remove redundant declaration.
30697
30698 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30699
30700 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30701
30702 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30703 (tooltip-toggle-gud-tips): New function.
30704
30705 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30706
30707 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30708 right angle brackets.
30709
30710 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30711
30712 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30713
30714 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
30715
30716 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30717 Remove. Update callers to use expand-file-name instead.
30718
30719 * subr.el (syntax-class): New function.
30720
30721 * simple.el (blink-matching-open): Use it.
30722
30723 * paren.el (show-paren-function): Use it to recognize parens that are
30724 also used in 2-char comment markers.
30725
30726 2005-04-19 Lute Kamstra <lute@gnu.org>
30727
30728 * loadhist.el (unload-feature): Update for new format of
30729 load-history. Simplify the code.
30730
30731 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30732
30733 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30734 (mac-add-charset-info): New function. Initialize variable
30735 mac-charset-info-alist using it.
30736 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30737 for translation.
30738 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30739 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30740 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30741 New CCL programs.
30742
30743 2005-04-19 Kim F. Storm <storm@cua.dk>
30744
30745 * simple.el (next-buffer, prev-buffer, next-error)
30746 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30747 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30748
30749 * bindings.el (next-buffer, prev-buffer, next-error)
30750 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30751 (clone-indirect-buffer-other-window): Move bindings from simple.el.
30752 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30753 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30754
30755 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
30756
30757 * isearch.el (isearch-edit-string): Make the search-ring available for
30758 minibuffer history commands.
30759 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30760 the default history commands now work just as well.
30761 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30762
30763 2005-04-18 Kim F. Storm <storm@cua.dk>
30764
30765 * emulation/cua-base.el (cua--pre-command-handler): Add more
30766 elaborate check for shift modifier on non-window systems.
30767
30768 2005-04-18 Lars Hansen <larsh@math.ku.dk>
30769
30770 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30771
30772 2005-04-18 Kim F. Storm <storm@cua.dk>
30773
30774 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30775 and make it optional. Don't test tooltip-gud-echo-area here.
30776 (tooltip-gud-process-output, gdb-tooltip-print):
30777 Pass tooltip-gud-echo-area to tooltip-show.
30778 (tooltip-help-tips): Remove second optional arg to tooltip-show.
30779
30780 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30781
30782 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30783 `display-graphic-p' may not be bound yet.
30784
30785 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
30786
30787 * startup.el (command-line): No longer enable Xterm Mouse mode by
30788 default in terminals compatible with xterm.
30789
30790 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30791
30792 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
30793
30794 * tooltip.el (tooltip-gud-echo-area): Rename from
30795 tooltip-use-echo-area.
30796 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30797 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30798 area independently of where help tooltips are displayed.
30799
30800 2005-04-17 David Kastrup <dak@gnu.org>
30801
30802 * cus-theme.el (custom-theme-write-variables): Quote variables
30803 where necessary.
30804
30805 2005-04-17 Richard M. Stallman <rms@gnu.org>
30806
30807 * simple.el (yank-excluded-properties): Add follow-link to value.
30808
30809 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30810
30811 * startup.el (fancy-splash-max-time): Just 30 seconds.
30812 (fancy-splash-delay): Just 7.
30813 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30814
30815 * loadhist.el (unload-feature): Update for new format of load-history.
30816 Simplify the code.
30817
30818 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30819 (rmail-font-lock-keywords): Don't fontify the text of a citation.
30820
30821 * mail/sendmail.el (mail-font-lock-keywords):
30822 Don't fontify subject text.
30823 Don't fontify the text of a citation.
30824
30825 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
30826
30827 * comint.el (comint-output-filter): Run comint-output-filter-functions
30828 with point where the user had it.
30829
30830 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
30831
30832 * international/ucs-tables.el (ucs-set-table-for-input):
30833 Disable when using unify-on-decoding.
30834
30835 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
30836
30837 * emulation/cua-base.el (cua-global-mark-face): Add special case
30838 for displays supporting a high number of colors.
30839
30840 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30841
30842 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30843
30844 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
30845
30846 * filesets.el (filesets-add-buffer): If user supplies a name of a
30847 non-existing fileset, create a new fileset.
30848
30849 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
30850
30851 * textmodes/org.el (org-up-heading-all): Fix bug with
30852 `outline-up-heading-all'.
30853
30854 2005-04-16 Andreas Schwab <schwab@suse.de>
30855
30856 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30857 /etc/permissions.d/* and /etc/aliases.d/*.
30858
30859 2005-04-16 Kenichi Handa <handa@m17n.org>
30860
30861 * international/code-pages.el (cp-make-coding-system):
30862 Set `translation-table-for-input' property value to the symbol
30863 ucs-mule-to-mule-unicode, not to that value.
30864 (pt154): Escape guillemet by `\'.
30865
30866 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
30867
30868 * loadup.el: Load tooltip if x-show-tip is fboundp.
30869
30870 * startup.el (command-line): Add comment.
30871
30872 * tooltip.el (tooltip-mode): Specify correct standard value for
30873 Custom in init-value.
30874
30875 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
30876
30877 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30878 possible.
30879
30880 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
30881
30882 * textmodes/org.el (org-agenda-date-prompt): Rename from
30883 `org-agenda-date-today'.
30884 (org-evaluate-time-range): Insert at point instead of directly
30885 after time range.
30886 (org-first-headline-recenter, org-subtree-end-visible-p)
30887 (org-optimize-window-after-visibility-change): New functions
30888 (org-agenda-post-command-hook): Don't allow point at end of line,
30889 to make sure it always hits the text properties.
30890 (org-agenda-next-date-line, org-agenda-previous-date-line):
30891 New commands.
30892 (org-set-regexps-and-options): Category may contain white space.
30893 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30894 Improve marker positions.
30895 (org-agenda-new-marker): Argument POS made optional.
30896 (org-agenda-get-timestamps): Deadlines which are done are listed
30897 in org-done-face now.
30898 (org-agenda-get-todos, org-agenda-get-timestamps)
30899 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30900 Set `undone-face' and `done-face' properties.
30901 (org-last-todo-state-is-todo): New variable.
30902 (org-todo): Set `org-last-todo-state-is-todo'.
30903 (org-agenda-todo): Change face according to
30904 `org-last-todo-state-is-todo'. And change other lines referring to
30905 the same entry.
30906 (org-calendar-goto-agenda): New command.
30907 (org-calendar-to-agenda-key): New option.
30908 (org-startup-folded): New allowed value `content'.
30909 (org-set-regexps-and-options): Accept new value `content' for
30910 `org-startup-folded'.
30911 (org-get-current-options): Handle new value `content' for
30912 `org-startup-folded'.
30913 (org-insert-todo-heading): New command.
30914 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30915 interactively in empty file and option
30916 `org-insert-mode-line-in-empty-file' has been set.
30917 (org-agenda-todo, org-agenda-priority): Modify to use
30918 `org-agenda-change-all-lines'.
30919 (org-warning-face): Change color on dark background.
30920
30921 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30922
30923 * international/mule-cmds.el (set-locale-environment): On Mac OS,
30924 use preferences AppleLocale and AppleLanguages, and variable
30925 mac-system-locale for default locale. On Mac OS Classic, use
30926 mac-system-coding-system for default coding systems.
30927
30928 * term/mac-win.el: Don't set file-name-coding-system.
30929 Decode variables system-name, emacs-build-system, user-login-name, and
30930 user-full-name by mac-system-coding-system on Mac OS Classic.
30931 (mac-system-coding-system): New variable.
30932
30933 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
30934
30935 * startup.el (command-line): Handle `xterm-mouse-mode' before
30936 reading init file.
30937
30938 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30939
30940 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
30941
30942 * progmodes/sh-script.el (sh-here-document-word): Make it a
30943 defcustom. Doc fix.
30944 (sh-add): Bash uses $(( )) for arithmetic.
30945 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30946 (sh-maybe-here-document): Remove quotes and leading whitespace
30947 from heredoc word when closing. Indent heredoc with tabs if word
30948 starts with "-".
30949
30950 2005-04-13 Richard M. Stallman <rms@gnu.org>
30951
30952 * simple.el (undo): Fix previous change.
30953
30954 * custom.el (defface): Doc fix.
30955
30956 2005-04-13 Lute Kamstra <lute@gnu.org>
30957
30958 * Makefile.in (DONTCOMPILE): Remove list.
30959 (compile, compile-always): Don't use DONTCOMPILE.
30960 (update-authors): Load the library in which batch-update-authors
30961 is defined.
30962 * makefile.w32-in (DONTCOMPILE): Remove list.
30963 (compile, compile-always): Fix comments.
30964 (update-authors): Load the library in which batch-update-authors
30965 is defined.
30966
30967 * generic-x.el (generic-mode-ini-file-find-file-hook):
30968 Rename to ini-generic-mode-find-file-hook.
30969 Keep generic-mode-ini-file-find-file-hook as an alias.
30970 (ini-generic-mode-find-file-hook): Rename from
30971 generic-mode-ini-file-find-file-hook. Fix docstring.
30972 (ini-generic-mode): Docstring change.
30973 (bat-generic-mode-run-as-comint): Silence the byte compiler.
30974
30975 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30976 called from lisp.
30977
30978 * generic.el: Move to the emacs-lisp subdir.
30979
30980 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
30981
30982 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30983 and C-S- function and cursor motion keys.
30984
30985 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
30986
30987 * startup.el (command-line): Enable Xterm Mouse mode by default.
30988 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30989 for Custom. No longer show "Mouse" in mode line when enabled.
30990 Doc fix.
30991
30992 2005-04-12 Kim F. Storm <storm@cua.dk>
30993
30994 * emulation/cua-base.el (cua-rectangle-face)
30995 (cua-rectangle-noselect-face): Define face attributes here.
30996
30997 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30998
30999 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31000
31001 * startup.el (command-line): Turn off blinking cursor if
31002 cursorBlink in resources is off or false.
31003
31004 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31005
31006 * term/mac-win.el (dnd): Require dnd.
31007 (mac-drag-n-drop): Call dnd-handle-one-url.
31008 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31009 (kTextEncodingISOLatin2): Remove constants.
31010 (mac-script-code-coding-systems): New constant.
31011 (mac-handle-language-change): New function.
31012 (special-event-map): Bind it to `language-change' event.
31013 (mac-centraleurroman, mac-cyrillic): New coding systems.
31014 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31015 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31016 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31017 encode-mac-cyrillic, respectively.
31018
31019 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31020
31021 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31022 Don't set overlay-arrow-string to "=>" as this is done
31023 globally in C now.
31024
31025 2005-04-12 Lute Kamstra <lute@gnu.org>
31026
31027 * generic-x.el (rc-generic-mode, rul-generic-mode):
31028 Fix auto-mode-alist entries.
31029 (etc-fstab-generic-mode): Tweak fontification.
31030
31031 * generic.el (generic-make-keywords-list): Fix docstring.
31032 (generic-mode-internal): Simplify generic-font-lock-keywords.
31033
31034 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31035
31036 * whitespace.el (whitespace-buffer-leading)
31037 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31038 However, fix the highlight area for the leading and
31039 trailing whitespaces to show space.
31040
31041 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31042
31043 * whitespace.el (whitespace-version): Bump to 3.5.
31044
31045 (whitespace-buffer-leading, whitespace-buffer-trailing):
31046 Invert sense of the test to highlight the whitespace.
31047
31048 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31049
31050 * progmodes/gud.el (gud-display-line): GUD uses its own
31051 overlay arrow now so don't set overlay-arrow-string.
31052 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31053
31054 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31055
31056 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31057 (term-ansi-current-reverse, term-ansi-current-invisible)
31058 (term-ansi-face-already-done): Change to boolean.
31059 (term-reset-terminal, term-handle-colors-array): Handle the above
31060 vars accordingly.
31061 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31062 (term-emulate-terminal): Use the new name.
31063
31064 * faces.el (secondary-selection): Use yellow1, not yellow.
31065 (trailing-whitespace): Use red1, not red.
31066
31067 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31068
31069 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31070 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31071 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31072
31073 * cus-edit.el (dnd): New group.
31074
31075 * term/w32-win.el (dnd): Require dnd
31076 (w32-drag-n-drop): Call dnd-handle-one-url.
31077
31078 * x-dnd.el: Require dnd.
31079 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31080 Call dnd-handle-one-url.
31081 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31082 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31083 to dnd-insert-text.
31084 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31085 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31086 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31087 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31088
31089 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31090
31091 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31092
31093 * wdired.el: Doc fixes.
31094 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31095 (wdired-use-dired-vertical-movement): Rename from
31096 wdired-always-move-to-filename-beginning.
31097 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31098 (wdired-change-to-wdired-mode): Change mode name.
31099 (wdired-newline): Delete.
31100
31101 2005-04-11 Richard M. Stallman <rms@gnu.org>
31102
31103 * whitespace.el (whitespace-highlight-the-space):
31104 Don't call whitespace-unhighlight-the-space here.
31105
31106 * simple.el (undo): Record t in undo-equiv-table
31107 for the redo record made by an undo-in-region.
31108
31109 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31110
31111 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31112 (gdb-frame-inferior-io-buffer): New Functions to control
31113 display of separate IO buffer.
31114 (menu): Add them to menu-bar.
31115 (gdb-display-buffer): Check for buffer another frame.
31116 Protect GUD buffer.
31117 (gdb-setup-windows): Create IO buffer if not already there.
31118 (gdb-memory-mode): Remove purecopy noops.
31119
31120 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31121
31122 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31123 and pass to self-insert-command.
31124
31125 2005-04-11 Lute Kamstra <lute@gnu.org>
31126
31127 * generic.el: Commentary section cleanup.
31128 (generic): Delete.
31129 (generic-use-find-file-hook, generic-lines-to-scan)
31130 (generic-find-file-regexp, generic-ignore-files-regexp)
31131 (default-generic-mode, generic-mode-find-file-hook)
31132 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31133 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31134 (generic-use-find-file-hook, generic-lines-to-scan)
31135 (generic-find-file-regexp, generic-ignore-files-regexp)
31136 (default-generic-mode, generic-mode-find-file-hook)
31137 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31138
31139 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31140
31141 * bookmark.el (bookmark-write-file): Catch errors writing file.
31142 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31143
31144 2005-04-10 Richard M. Stallman <rms@gnu.org>
31145
31146 * startup.el (fancy-splash-tail): Update copyright year.
31147 (command-line): Split part of -Q into -D.
31148 (emacs-basic-display): New defvar.
31149 (fancy-splash-text): Correct name of menu item.
31150
31151 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31152
31153 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31154 lines in one node.
31155
31156 * comint.el (comint-send-input): New arg ARTIFICIAL.
31157 Callers in this file changed.
31158
31159 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31160
31161 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31162
31163 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31164
31165 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31166 `ldap-search-internal'.
31167
31168 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31169
31170 * files.el (set-auto-mode-1): Use line-end-position.
31171
31172 * international/latin-1.el:
31173 * international/latin-2.el:
31174 * international/latin-3.el:
31175 * international/latin-4.el:
31176 * international/latin-5.el:
31177 * international/latin-8.el:
31178 * international/latin-9.el: Give punctuation syntax to NBSP.
31179
31180 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31181 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31182 Use char-classes to accept non-ascii letters, accepted in some recent
31183 bibtex implementations.
31184
31185 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31186
31187 * custom.el (custom-set-minor-mode): Any non-nil value for the
31188 variable should enable the mode when set through Custom.
31189
31190 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31191
31192 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31193 TAB binding so tab-always-indent is obeyed.
31194 (vhdl-minibuffer-local-map): Move initialization into declaration.
31195 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31196 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31197 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31198 (vhdl-current-line): Use line-beginning-position.
31199 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31200 with-output-to-temp-buffer, so the current position can be recorded.
31201
31202 2005-04-10 Masatake YAMATO <jet@gyve.org>
31203
31204 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31205 Add regexp for gcov.
31206
31207 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31208
31209 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31210 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31211 syntax which Emacs 20 doesn't support.
31212
31213 2005-04-09 Richard M. Stallman <rms@gnu.org>
31214
31215 * help.el (describe-key-briefly, describe-key):
31216 Replace strings as event types with "(any string)".
31217
31218 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31219
31220 * arc-mode.el (archive-mode-map): Move initialization into
31221 the declaration. Override *all* bindings of `undo'.
31222 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31223
31224 2005-04-09 Jay Belanger <belanger@truman.edu>
31225
31226 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31227
31228 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31229
31230 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31231 (xterm-register-default-colors): Update color values computation
31232 to match xterm-200.
31233
31234 2005-04-09 Kenichi Handa <handa@m17n.org>
31235
31236 * international/code-pages.el (iso-latin-7): Fix the map.
31237
31238 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31239
31240 * emacs-lisp/lisp.el (defun-prompt-regexp)
31241 (parens-require-spaces, buffer-end, end-of-defun)
31242 (insert-parentheses): Doc fixes.
31243
31244 2005-04-08 Kim F. Storm <storm@cua.dk>
31245
31246 * comint.el (comint-highlight-prompt): Fix face spec.
31247 * hi-lock.el (hi-green): Likewise.
31248
31249 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31250
31251 * cus-edit.el (custom-modified-face):
31252 * comint.el (comint-highlight-input): Fix previous changes.
31253 * term.el (term-handle-ansi-escape): Add a comment.
31254
31255 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31256
31257 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31258 in the buffer and in whitespace-highlighted-space.
31259 (whitespace-unhighlight-the-space): Simplify.
31260 (whitespace-buffer): Simplify.
31261
31262 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31263
31264 * textmodes/table.el (table-cell-face): Add special case for
31265 displays supporting a high number of colors.
31266 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31267 (vhdl-font-lock-reserved-words-face)
31268 (vhdl-speedbar-architecture-face)
31269 (vhdl-speedbar-instantiation-face)
31270 (vhdl-speedbar-architecture-selected-face)
31271 (vhdl-speedbar-instantiation-selected-face): Likewise.
31272 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31273 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31274 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31275 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31276 (ebrowse-progress-face): Likewise.
31277 * progmodes/compile.el (compilation-info-face): Likewise.
31278 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31279 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31280 * calendar/calendar.el (diary-face): Likewise.
31281 * woman.el (woman-italic-face, woman-bold-face)
31282 (woman-unknown-face): Likewise.
31283 * wid-edit.el (widget-button-pressed-face): Likewise.
31284 * whitespace.el (whitespace-highlight-face): Likewise.
31285 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31286 * pcvs-info.el (cvs-marked-face): Likewise.
31287 * info.el (info-xref): Likewise.
31288 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31289 * hilit-chg.el (highlight-changes-face)
31290 (highlight-changes-delete-face): Likewise.
31291 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31292 (hi-red-b): Likewise.
31293 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31294 * font-lock.el (font-lock-keyword-face)
31295 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31296 * cus-edit.el (custom-invalid-face, custom-modified-face)
31297 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31298 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31299 * comint.el (comint-highlight-prompt): Likewise.
31300
31301 2005-04-08 Lute Kamstra <lute@gnu.org>
31302
31303 * font-lock.el (font-lock-keywords): Docstring fixes.
31304
31305 2005-04-08 Kenichi Handa <handa@m17n.org>
31306
31307 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31308 chars are more than a limit, print " and more..." at the tail.
31309
31310 2005-04-08 Kim F. Storm <storm@cua.dk>
31311
31312 * emacs-lisp/authors.el (authors-aliases): Update list.
31313 (authors-ignored-files): New list.
31314 (authors-fixed-entries): Fix typo.
31315 (authors-renamed-files-alist): Update list.
31316 (authors-add): Check authors-ignored-files.
31317
31318 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
31319
31320 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31321 optional, to ensure backward compatibility.
31322
31323 2005-04-08 Stephen Eglen <stephen@gnu.org>
31324
31325 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31326
31327 2005-04-08 Kim F. Storm <storm@cua.dk>
31328
31329 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31330
31331 * mouse.el (mouse-on-link-p): Doc fix.
31332
31333 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31334
31335 * ielm.el (ielm-prompt-read-only): Doc fix.
31336
31337 * comint.el (comint-prompt-read-only): Doc fix.
31338
31339 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
31340
31341 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31342 ensure dired always handles wildcards passed to ffap.
31343 (find-file-at-point): Use it.
31344 (ffap-dired-wildcards): Doc fix.
31345
31346 2005-04-07 Juri Linkov <juri@jurta.org>
31347
31348 * simple.el (next-error-overlay-arrow-position): New defvar.
31349 Put "=>" on its property `overlay-arrow-string'. Add it to
31350 `overlay-arrow-variable-list'.
31351
31352 * progmodes/compile.el (compilation-setup):
31353 Set `next-error-overlay-arrow-position' to nil. Also set it to
31354 nil in the local hook `kill-buffer-hook'. Make local variable
31355 `overlay-arrow-string' and set it to "=>".
31356 (compilation-goto-locus): Set BOL position to
31357 `next-error-overlay-arrow-position' instead of
31358 `overlay-arrow-position'.
31359
31360 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31361 locally instead of adding it to the global hook.
31362 (Info-kill-buffer): Move up.
31363
31364 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
31365
31366 * term/xterm.el (xterm-standard-colors): Update color values from
31367 xterm-200.
31368
31369 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
31370
31371 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31372
31373 * fast-lock.el:
31374 * lazy-lock.el: Move them to the obsolete subdir.
31375
31376 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31377
31378 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31379 (wdired-add-replace-advice): Remove.
31380 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31381
31382 2005-04-06 Kim F. Storm <storm@cua.dk>
31383
31384 * startup.el (command-line): Add --bare-bones alias for -Q.
31385
31386 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31387
31388 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31389 create the startup fontset if a font specification ends with
31390 `mac-roman'.
31391
31392 2005-04-06 Lute Kamstra <lute@gnu.org>
31393
31394 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31395 change.
31396
31397 * emacs-lisp/copyright.el (copyright-update-year): Replace the
31398 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
31399
31400 2005-04-05 Lute Kamstra <lute@gnu.org>
31401
31402 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31403 (define-generic-mode): Ditto. Fix debug declaration.
31404
31405 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31406 Put them in the generic-x group.
31407
31408 * calendar/timeclock.el (timeclock): Doc fix.
31409
31410 * generic.el (define-generic-mode): Don't use custom-current-group.
31411 Document default :group value.
31412 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31413 (define-global-minor-mode): Don't use custom-current-group.
31414
31415 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
31416
31417 * startup.el (command-line-1): Display startup-echo-area-message
31418 when fancy splash screen is in use.
31419
31420 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31421 (sh-escaped-newline): New face.
31422 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31423 newline, and use sh-escaped-newline face.
31424
31425 * progmodes/tcl.el (tcl-escaped-newline): New face.
31426 (tcl-builtin-list): New variable.
31427 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31428 newlines. Fix keywords subexpression number.
31429
31430 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
31431
31432 * textmodes/org.el (org-diary-default-entry): Fix call to
31433 `add-to-diary-entry'.
31434
31435 2005-04-05 Kim F. Storm <storm@cua.dk>
31436
31437 * ediff-init.el: Use (featurep 'xemacs).
31438
31439 2005-04-05 David Ponce <david@dponce.com>
31440
31441 * cus-edit.el (face): Derive from symbol widget. Display sample
31442 of the current face on the fly.
31443 (widget-face-sample-face-get, widget-face-notify): New functions.
31444 (widget-face-value-create): Remove.
31445
31446 * wid-edit.el (widget-field-end): Temporarily remove field
31447 narrowing before to call `get-char-property'.
31448
31449 2005-04-04 Jay Belanger <belanger@truman.edu>
31450
31451 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31452 (math-read-subscripts): New variable.
31453 (math-read-preprocess-string): Process subscripts.
31454
31455 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
31456
31457 * comint.el (comint-prompt-read-only): Doc fix.
31458
31459 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31460 `-1'. Doc fix.
31461
31462 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
31463
31464 * textmodes/org.el (org-insert-mode-line-in-empty-file):
31465 Change default value to nil.
31466
31467 2005-04-04 Lute Kamstra <lute@gnu.org>
31468
31469 * autorevert.el (auto-revert-mode): Specify :group.
31470 * battery.el (display-battery-mode): Specify :group.
31471 * diff-mode.el (diff-minor-mode): Specify :group.
31472 * font-core.el (font-lock-mode): Specify :group.
31473 * hl-line.el (hl-line-mode): Specify :group.
31474 * iimage.el (iimage): New customization group.
31475 (iimage-mode): Specify :group.
31476 * longlines.el (longlines-mode): Specify :group.
31477 * master.el: Don't require easy-mmode.
31478 (master): New customization group.
31479 (master-mode): Specify :group.
31480 * msb.el (msb-mode): Specify :group.
31481 * reveal.el (reveal-mode): Specify :group.
31482 * simple.el (next-error-follow-minor-mode): Specify :group.
31483 * smerge-mode.el (smerge-mode): Specify :group.
31484 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31485 * emulation/cua-base.el (cua-mode): Specify :group.
31486 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31487 * language/thai-util.el (thai-auto-composition-mode)
31488 (thai-word-mode): Specify :group.
31489 * mail/supercite.el (sc-minor-mode): Specify :group.
31490 * progmodes/cwarn.el (cwarn-mode): Specify :group.
31491 * progmodes/flymake.el (flymake-mode): Specify :group.
31492 * progmodes/glasses.el (glasses-mode): Specify :group.
31493 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31494 * textmodes/enriched.el (enriched-mode): Specify :group.
31495 * textmodes/refill.el (refill-mode): Specify :group.
31496
31497 * add-log.el (change-log-font-lock-keywords): Names in
31498 parenthesized lists can contain spaces.
31499
31500 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
31501
31502 * startup.el (fancy-splash-text): Shorten default text of
31503 "Emacs Tutorial" line. Also, if the current language env
31504 indicates an available tutorial file other than TUTORIAL,
31505 extract its title and append it to the line in parentheses.
31506 (fancy-splash-insert): If arg is a thunk, funcall it.
31507
31508 2005-04-04 Jay Belanger <belanger@truman.edu>
31509
31510 * calc.el (calc-language-alist): Add tags to customization type.
31511
31512 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
31513
31514 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31515 Doc fix.
31516
31517 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
31518
31519 * add-log.el (change-log-font-lock-keywords): The manual
31520 describing a Change Log entry, says: (...) "Aside from these
31521 header lines, every line in the change log starts with a space or
31522 a tab.". The font-lock was not highlighting lines started with
31523 spaces, added support for it.
31524
31525 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31526
31527 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31528 (bibtex-generate-url-list): Update docstring accordingly. Put the
31529 complex example in the docstring.
31530 (bibtex-font-lock-url): Use pop.
31531
31532 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
31533
31534 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31535
31536 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31537
31538 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
31539
31540 * filesets.el (filesets-set-default): Doc fix.
31541
31542 2005-04-03 Lute Kamstra <lute@gnu.org>
31543
31544 * generic.el (define-generic-mode): Add argument to specify
31545 keywords for defcustom.
31546 (default-generic-mode): Specify :group.
31547
31548 * generic-x.el: Specify :group for all generic modes.
31549
31550 * desktop.el (desktop-no-desktop-file-hook)
31551 (desktop-after-read-hook): Doc fix.
31552
31553 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
31554
31555 * simple.el (visible-mode): Use explicit :group keyword.
31556 This changes the group of `visible-mode-hook' from paren-blinking
31557 to editing-basics.
31558
31559 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
31560
31561 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
31562 mailbox specifications as well as URLs.
31563 (rmail-insert-inbox-text): Remove unused conditional branches.
31564
31565 2005-04-01 Jay Belanger <belanger@truman.edu>
31566
31567 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31568 (calc-gnuplot-print-command): Move definitions to calc.el.
31569
31570 * calc/calc-embed.el (calc-embedded-announce-formula)
31571 (calc-embedded-open-formula, calc-embedded-close-formula)
31572 (calc-embedded-open-word, calc-embedded-close-word)
31573 (calc-embedded-open-plain, calc-embedded-close-plain)
31574 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31575 (calc-embedded-open-mode, calc-embedded-close-mode):
31576 Move definitions to calc.el.
31577
31578 * calc/calc.el (calc-settings-file, calc-language-alist):
31579 Make customizable.
31580 (calc-embedded-announce-formula, calc-embedded-open-formula)
31581 (calc-embedded-close-formula, calc-embedded-open-word)
31582 (calc-embedded-close-word, calc-embedded-open-plain)
31583 (calc-embedded-close-plain, calc-embedded-open-new-formula)
31584 (calc-embedded-close-new-formula, calc-embedded-open-mode)
31585 (calc-embedded-close-mode, calc-gnuplot-name)
31586 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31587 from other files and make customizable.
31588
31589 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
31590
31591 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31592 Use buffer-live-p.
31593 (cvs-mode-run): Don't call cvs-update-header here.
31594 (cvs-run-process): Call cvs-update-header.
31595 Use process properties for cvs-postprocess and cvs-buffer so that
31596 the sentinel can behave better if the temp buffer is killed.
31597 Use a pipe rather than a tty, to better handle unexpected prompts.
31598 (cvs-sentinel): Rewrite. Call cvs-update-header.
31599
31600 2005-04-01 Andre Spiegel <spiegel@gnu.org>
31601
31602 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31603 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
31604
31605 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
31606
31607 * generic.el (define-generic-mode): Add indentation rule.
31608
31609 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
31610
31611 * files.el (mode-require-final-newline): Make Custom correctly
31612 report a nil value and allow to set it to nil via Custom.
31613 Doc fix.
31614
31615 2005-04-01 Kenichi Handa <handa@m17n.org>
31616
31617 * international/characters.el: Enable the correct case setting for
31618 dotless-i and dotted-I.
31619
31620 2005-04-01 Kim F. Storm <storm@cua.dk>
31621
31622 * ido.el (ido-file-internal): Fall back to non-ido command if
31623 initial directory is on slow ftp (or tramp) host.
31624
31625 2005-03-31 Richard M. Stallman <rms@gnu.org>
31626
31627 * emacs-lisp/autoload.el (make-autoload):
31628 Handle define-global-minor-mode.
31629
31630 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31631 Rename from easy-mmode-define-global-mode.
31632 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31633
31634 * progmodes/scheme.el (scheme-mode-syntax-table):
31635 Update syntax of | and # for two-character comment syntax.
31636
31637 2005-03-31 Lute Kamstra <lute@gnu.org>
31638
31639 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31640 (define-minor-mode): Call custom-current-group at load-time.
31641
31642 * generic.el (define-generic-mode): Add debug declaration.
31643 Add defcustom for the mode hook.
31644 (generic-mode-internal): Use run-mode-hooks.
31645
31646 2005-03-31 Kim F. Storm <storm@cua.dk>
31647
31648 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31649 (mouse-fixup-help-message): New defun called by show_help_echo
31650 to fixup mouse-2 prefix in help messages when applicable.
31651
31652 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31653
31654 2005-03-31 Kenichi Handa <handa@m17n.org>
31655
31656 * language/thai-word.el (thai-find-word-ends): Pay attention to
31657 the case that we reach the end of buffer.
31658
31659 * textmodes/fill.el (fill-text-properties-at): New function.
31660 (fill-newline): Use fill-text-properties-at instead of
31661 text-properties-at.
31662
31663 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31664
31665 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31666 not comint-quote-filename.
31667
31668 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
31669
31670 * help-fns.el (help-with-tutorial): Revert last change.
31671
31672 2005-03-31 Kim F. Storm <storm@cua.dk>
31673
31674 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31675
31676 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
31677
31678 * calendar/cal-china.el: Update reference to "Calendrical
31679 Calculations" book; there's a new edition.
31680 * calendar/cal-coptic.el: Likewise.
31681 * calendar/cal-french.el: Likewise.
31682 * calendar/cal-hebrew.el: Likewise.
31683 * calendar/cal-islam.el: Likewise.
31684 * calendar/cal-iso.el: Likewise.
31685 * calendar/cal-julian.el: Likewise.
31686 * calendar/cal-mayan.el: Likewise.
31687 * calendar/cal-persia.el: Likewise.
31688 * calendar/calendar.el: Likewise.
31689 * calendar/holidays.el: Likewise.
31690 * calendar/lunar.el: Likewise.
31691 * calendar/solar.el: Likewise.
31692
31693 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31694 white space from doc string.
31695
31696 2005-03-30 Jay Belanger <belanger@truman.edu>
31697
31698 * calc/calc-help.el (calc-full-help): Remove email address.
31699
31700 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
31701
31702 * help-fns.el (help-with-tutorial): Delete title line.
31703
31704 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31705
31706 * calendar/cal-x.el (calendar-one-frame-setup)
31707 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31708 rather than `symbol' for set-window-dedicated-p.
31709
31710 * calendar/appt.el (appt-buffer-name): Make it a constant.
31711 (appt-add): Doc fix.
31712
31713 * filesets.el (filesets-menu-path, filesets-menu-before)
31714 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
31715 (filesets-menu-cache-file): Use directory ~/.emacs.d.
31716 (filesets-add-submenu): Delete and use add-submenu instead.
31717
31718 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
31719
31720 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31721 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31722 (org-diary-default-entry): New function.
31723 (org-get-entries-from-diary): Better parsing of diary entries.
31724 (org-agenda-check-no-diary): New function.
31725 ("diary-lib"): Advice to function `add-to-diary-list', to allow
31726 linking to diary entries.
31727 (org-agenda-execute-calendar-command): New function.
31728 (org-agenda): Improve visible section in window.
31729 Use `org-fit-agenda-window'.
31730 (org-fit-agenda-window): New option.
31731 (org-move-subtree-down): Better handling of empty lines
31732 at end of subtree.
31733 (org-cycle): Numeric prefix is interpreted now as show-subtree N
31734 levels up.
31735 (org-fontify-done-headline): New option.
31736 (org-headline-done-face): New face.
31737 (org-set-font-lock-defaults): Use `org-headline-done-face'.
31738 (org-table-copy-down): Rename from `org-table-copy-from-above'.
31739 When current field is non-empty, it is copied to next row.
31740 (org-table-copy-from-above): Fix bug which made it
31741 impossible to copy fields containing only a single non-white character.
31742
31743 2005-03-30 Kim F. Storm <storm@cua.dk>
31744
31745 * kmacro.el (kmacro-end-macro): Isearch may store this command
31746 into the macro -- so ignore it when executing keyboard macro.
31747
31748 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31749
31750 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31751
31752 2005-03-29 Kenichi Handa <handa@m17n.org>
31753
31754 * language/thai.el ("Thai"): Set setup-function and exit-function
31755 for Thai language environment.
31756
31757 * language/thai-util.el: Require thai-word.
31758 (thai-word-mode-map): New variable.
31759 (thai-word-mode): New minor mode.
31760 (setup-thai-language-environment-internal): New function.
31761 (exit-thai-language-environment-internal): New function.
31762
31763 * language/thai-word.el (thai-word-table): Declare it by defvar,
31764 use dolist to initialize it.
31765 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31766 (thai-fill-find-break-point): New functions.
31767
31768 2005-03-29 Richard M. Stallman <rms@gnu.org>
31769
31770 * simple.el (idle-update-delay): Move definition up.
31771 (set-mark): Doc fix.
31772
31773 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
31774
31775 * longlines.el: New file.
31776
31777 * simple.el (buffer-substring-filters): New variable.
31778 (filter-buffer-substring): New function.
31779 (kill-region, copy-region-as-kill): Use it.
31780
31781 * register.el (copy-to-register, append-to-register)
31782 (prepend-to-register): Use filter-buffer-substring.
31783
31784 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31785
31786 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31787 (gud-filter-pending-text): Move in front of gdb.
31788 (gud-overlay-arrow-position): New variable.
31789 (gud-sentinel, gud-display-line): Use it in place of
31790 overlay-arrow-position.
31791
31792 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
31793
31794 * progmodes/fortran.el (fortran-if-indent): Doc fix.
31795 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31796 (fortran-font-lock-keywords-4): New variable.
31797 (fortran-blocks-re, fortran-end-block-re)
31798 (fortran-start-block-re): New constants, for hideshow.
31799 (hs-special-modes-alist): Add a Fortran entry.
31800 (fortran-mode-map): Bind fortran-end-of-block,
31801 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31802 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
31803 (fortran-looking-at-if-then, fortran-end-of-block)
31804 (fortran-beginning-of-block): New functions, for hideshow.
31805
31806 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31807 Doc fix. Tweak regexp.
31808 (f90-beginning-of-block): Push mark first.
31809
31810 2005-03-29 Jay Belanger <belanger@truman.edu>
31811
31812 * calc/calc.el: Update copyright date.
31813 (calc-version): Increase to 2.1.
31814 (calc-version-date): Remove.
31815
31816 * calc/calc-help.el: Update copyright date.
31817 (calc-full-help): Remove reference to calc-version-date.
31818 Update copyright date.
31819
31820 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31821
31822 * vc.el (vc-do-command): Use a pipe for async processes, so password
31823 prompts don't show up at places where the user can't reply.
31824
31825 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31826
31827 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31828 on the file name we pass to the inferior shell.
31829
31830 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31831
31832 * progmodes/which-func.el (which-function): Be robust in the face of an
31833 imenu--make-index-alist failure.
31834
31835 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31836
31837 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31838
31839 * progmodes/python.el (python-preoutput-filter): Fix last change.
31840
31841 2005-03-29 Lute Kamstra <lute@gnu.org>
31842
31843 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31844 functions and compiled macros.
31845 (debug-convert-byte-code): Handle macros too.
31846 (debug-on-entry-1): Don't signal an error when trying to clear a
31847 function that is not set to debug on entry.
31848
31849 2005-03-29 Jay Belanger <belanger@truman.edu>
31850
31851 * calc/calc-lang.el: Add functions to math-function-table
31852 properties of tex and math.
31853
31854 2005-03-29 Kenichi Handa <handa@m17n.org>
31855
31856 * ps-mule.el (ps-mule-plot-string): Translate characters by
31857 ps-print-translation-table.
31858 (ps-mule-begin-job): Call find-charset-region/string with
31859 ps-print-translation-table.
31860 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31861
31862 * ps-print.el (ps-print-translation-table): New variable.
31863 (ps-plot-region): Translate characters by ps-print-translation-table.
31864
31865 2005-03-29 Juri Linkov <juri@jurta.org>
31866
31867 * simple.el (next-error-highlight-timer): New variable.
31868
31869 * progmodes/compile.el (compilation-goto-locus):
31870 Use `next-error-highlight-timer' instead of `sit-for'.
31871
31872 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31873
31874 * mail/supercite.el (sc-mail-field): Use assoc-string.
31875 (sc-get-address): Simplify regexps.
31876
31877 * files.el (minibuffer-with-setup-hook): New macro.
31878 (find-file-read-args): Use it to avoid let-binding
31879 minibuffer-with-setup-hook (which breaks turning on/off
31880 file-name-shadow-mode while in the prompt).
31881
31882 * complete.el (PC-read-include-file-name-internal):
31883 Use test-completion.
31884
31885 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
31886
31887 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31888
31889 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31890
31891 * window.el (window-buffer-height): Use count-screen-lines.
31892
31893 * progmodes/python.el (python-preoutput-leftover): New var.
31894 (python-preoutput-filter): Use it.
31895 (python-send-receive): Loop until all the result has been received.
31896
31897 2005-03-28 Juri Linkov <juri@jurta.org>
31898
31899 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31900
31901 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31902 "Recover Crashed Session".
31903 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31904 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31905 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31906 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31907 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31908 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31909 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31910 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31911
31912 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31913 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31914 Ediff Sessions", "Toggle use of separate control buffer frame",
31915 "Use separate frame for Ediff control buffer".
31916
31917 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31918 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31919 "Rename Bookmark", "Delete Bookmark".
31920
31921 * info.el (Info-mode-menu): Remove ellipsis from "Index".
31922 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31923 Add `:active Info-index-alternatives' to "Next Matching Item".
31924
31925 * wdired.el (wdired-change-to-wdired-mode):
31926 Mention `wdired-abort-changes' key in the initial message.
31927
31928 * international/mule.el (auto-coding-alist): Associate non-ascii
31929 image filename extensions with `no-conversion'.
31930
31931 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
31932
31933 * international/iso-acc.el:
31934 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31935
31936 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
31937
31938 * textmodes/sgml-mode.el (html-mode): Doc update.
31939
31940 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31941
31942 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
31943
31944 * term.el (term-move-columns): Fix face after extending a line.
31945 (term-insert-spaces): Likewise.
31946 (term-reset-terminal): Fix off by one error.
31947
31948 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31949
31950 * international/mule.el (auto-coding-alist): Add .xpi files.
31951
31952 * files.el (auto-mode-alist): Add .xpi files.
31953
31954 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
31955
31956 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31957
31958 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31959
31960 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31961
31962 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
31963
31964 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31965 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
31966
31967 * calendar/cal-move.el (calendar-beginning-of-year): Move the
31968 cursor to Jan 1 when needed.
31969 (calendar-end-of-year): Fix -/+ typo.
31970 Reported by Chong Yidong <cyd@stupidchicken.com>.
31971
31972 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
31973
31974 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31975
31976 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31977 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
31978
31979 2005-03-25 Richard M. Stallman <rms@gnu.org>
31980
31981 * filesets.el (filesets-init): Add autoload.
31982
31983 * mail/mailalias.el (mail-directory): Doc fix.
31984
31985 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31986
31987 * mail/mailalias.el (mail-directory-process): Do nothing if
31988 mail-directory-process is an atom.
31989 (mail-get-names): Ignore mail-directory-names if it is an atom.
31990 (mail-directory-process defvar): Doc fix.
31991 (mail-names): Doc fix.
31992
31993 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
31994
31995 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31996
31997 2005-03-26 Kenichi Handa <handa@m17n.org>
31998
31999 * international/mule-util.el (detect-coding-with-priority):
32000 Call update-coding-systems-internal before detect-coding-region.
32001
32002 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32003
32004 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32005 (gdb-frames-mode-map): Add follow-link property.
32006
32007 2005-03-25 Jay Belanger <belanger@truman.edu>
32008
32009 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32010 for variables.
32011
32012 2005-03-25 Juri Linkov <juri@jurta.org>
32013
32014 * image-mode.el: Optimize image filename extension regexps in
32015 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32016 in `auto-mode-alist'.
32017 (image-mode): Add `image-toggle-display-text' to local hook
32018 `change-major-mode-hook'. Display the image as an image by
32019 default. Set `cursor-type' and `truncate-lines' if the image
32020 is already displayed. Take into account the current mode (image
32021 or text) in message.
32022 (image-minor-mode): New minor mode.
32023 (image-mode-maybe, image-toggle-display-text): New functions.
32024 (image-toggle-display): Use called-interactively-p.
32025 Let-bind `inhibit-read-only' to t.
32026
32027 * image-mode.el (image-minor-mode): Set `cursor-type' and
32028 `truncate-lines' if the image is already displayed. Add turning
32029 image-minor-mode off to `change-major-mode-hook'. Add message.
32030 Call `image-toggle-display-text' after turning image-minor-mode off.
32031
32032 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32033
32034 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32035 Terminal.app, use utf-8.
32036 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32037 (set-locale-environment): Use it.
32038
32039 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32040
32041 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32042
32043 * progmodes/python.el (python-close-block-statement-p)
32044 (python-outdent-p, python-current-defun): Use symbol-end.
32045
32046 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32047
32048 * files.el (save-some-buffers): Doc fix.
32049
32050 2005-03-25 Werner Lemberg <wl@gnu.org>
32051
32052 * complete.el, thumbs.el: Replace `legal' with `valid'.
32053 * calendar/calendar.el: Replace `legal' with `valid'.
32054 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32055 * mail/supercite.el: Replace `legal' with `valid'.
32056 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32057 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32058 Replace `legal' with `valid'.
32059 * textmodes/reftex-vars.el, textmodes/reftex.el:
32060 Replace `legal' with `valid'.
32061
32062 2005-03-25 Werner Lemberg <wl@gnu.org>
32063
32064 * calc/calc-forms.el, calc/calc-sel.el
32065 * midnight.el, vc-cvs.el
32066 * emacs-lisp/cl-macs.el
32067 * emulation/vip.el
32068 * eshell/esh-io.el, eshell/esh-var.el
32069 * mail/supercite.el
32070 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32071 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32072 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32073 * progmodes/sh-script.el, progmodes/xscheme.el
32074 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32075 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32076 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32077 * textmodes/reftex.el, textmodes/org.el:
32078 Replace `illegal' with `invalid'.
32079
32080 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32081
32082 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32083 (flymake-find-buildfile, flymake-find-possible-master-files)
32084 (flymake-check-include, flymake-parse-line): Replace loops over the
32085 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32086
32087 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32088 Substitute file-name-as-directory in the rest of the file.
32089 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32090 (flymake-replace-region): Remove unused arg `buffer'.
32091 (flymake-check-patch-master-file-buffer): Update calls to it.
32092 (flymake-add-err-info): Remove unused var `count'.
32093 (flymake-mode): Use define-minor-mode.
32094
32095 * progmodes/flymake.el: Use with-current-buffer.
32096 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32097 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32098 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32099 Avoid testing for `xemacs'.
32100 (flymake-nop): Move.
32101 (flymake-region-has-flymake-overlays): Return the computed value.
32102 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32103 Remove unused var `endline'.
32104 (flymake-get-line-count): Remove unused function.
32105 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32106
32107 * emulation/vi.el:
32108 * generic.el:
32109 * hilit-chg.el (global-highlight-changes):
32110 * hi-lock.el (hi-lock-mode):
32111 * follow.el: find-file-hooks -> find-file-hook.
32112
32113 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32114
32115 2005-03-24 Juri Linkov <juri@jurta.org>
32116
32117 * dired.el (dired-mode-map): Add menu item "Compare directories"
32118 for dired-compare-directories.
32119
32120 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32121 Doc fix. Replace `read-file-name' with `read-directory-name'.
32122
32123 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32124
32125 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32126
32127 2005-03-24 Jay Belanger <belanger@truman.edu>
32128
32129 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32130 relevant mode settings in calc-embedded-original-modes when modes
32131 are permanently changed.
32132
32133 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32134
32135 * autoinsert.el: find-file-hooks -> find-file-hook.
32136
32137 2005-03-24 Lute Kamstra <lute@gnu.org>
32138
32139 * generic.el (generic-font-lock-defaults): Make it obsolete.
32140 (generic-font-lock-keywords): New variable to replace
32141 generic-font-lock-defaults.
32142 (generic-mode-set-font-lock): Delete it.
32143 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32144 (generic-bracket-support): Add docstring.
32145
32146 * generic-x.el: Rename generic-font-lock-defaults to
32147 generic-font-lock-keywords throughout.
32148 (mailagent-rules-setup-function): Delete it.
32149 (mailagent-rules-generic-mode): Use anonymous function instead.
32150 (show-tabs-generic-mode-font-lock-defaults-1)
32151 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32152 Quote faces.
32153 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32154 not foreground.
32155
32156 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32157 Recognize define-generic-mode.
32158
32159 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32160
32161 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32162 if there's no completion table.
32163
32164 2005-03-23 Miles Bader <miles@gnu.org>
32165
32166 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32167 Remove tty-specific variants, as they're no longer needed.
32168
32169 2005-03-23 Lute Kamstra <lute@gnu.org>
32170
32171 * generic-x.el: Code cleanup: make args constant whenever possible.
32172 (installshield-statement-keyword-list)
32173 (installshield-system-functions-list)
32174 (installshield-system-variables-list, installshield-types-list)
32175 (installshield-funarg-constants-list): Make them constants.
32176
32177 * generic.el (generic-make-keywords-list): Add autoload cookie.
32178
32179 * calendar/time-date.el: Add comment on time value formats.
32180 Don't require parse-time.
32181 (with-decoded-time-value): New macro.
32182 (encode-time-value): New function.
32183 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32184 (days-to-time): Return a valid time value when arg is huge.
32185 (time-since): Use time-subtract.
32186 (time-to-number-of-days): Use time-to-seconds.
32187
32188 2005-03-23 David Ponce <david@dponce.com>
32189
32190 * recentf.el (recentf-keep): New option.
32191 (recentf-menu-action): Default to `find-file'.
32192 (recentf-keep-non-readable-files-flag)
32193 (recentf-keep-non-readable-files-p)
32194 (recentf-file-readable-p, recentf-find-file)
32195 (recentf-cleanup-remote): Remove.
32196 (recentf-include-p): More robust.
32197 (recentf-keep-p): New function.
32198 (recentf-remove-if-non-kept): Rename from
32199 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32200 All callers updated.
32201 (recentf-menu-items-for-commands): Fix help string.
32202 (recentf-track-closed-file): Update. Doc fix.
32203 (recentf-cleanup): Update. Count removed files. Doc fix.
32204
32205 2005-03-23 Kim F. Storm <storm@cua.dk>
32206
32207 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32208 Don't inherit from fringe face (now happens automatically).
32209
32210 2005-03-22 Kim F. Storm <storm@cua.dk>
32211
32212 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32213 position values.
32214
32215 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32216
32217 * menu-bar.el (showhide-date-time): Remove.
32218 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32219 (menu-bar-make-mm-toggle): Simplify.
32220
32221 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32222
32223 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32224 Accept qualified variable and function names.
32225
32226 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32227
32228 * bindings.el (completion-ignored-extensions):
32229 Remove ".lis" for `vax-vms'.
32230
32231 2005-03-22 Andreas Schwab <schwab@suse.de>
32232
32233 * generic-x.el: Revert last change.
32234 * ldefs-boot.el: Update.
32235
32236 2005-03-22 Jay Belanger <belanger@truman.edu>
32237
32238 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32239 (calc-embedded-save-original-modes)
32240 (calc-embedded-restore-original-modes): New functions.
32241 (calc-do-embedded): Save original modes when entering embedded mode
32242 and restore when leaving embedded mode.
32243 (calc-embedded-modes-change): Change the value of
32244 calc-embedded-original-modes to reflect permanent changes.
32245
32246 2005-03-22 Lute Kamstra <lute@gnu.org>
32247
32248 * generic-x.el: Require generic again.
32249
32250 2005-03-22 Miles Bader <miles@gnu.org>
32251
32252 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32253 Tweak details to look good on both ttys and bitmap displays, light
32254 or dark background, etc.
32255
32256 2005-03-21 Kim F. Storm <storm@cua.dk>
32257
32258 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32259 mouse position.
32260
32261 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32262
32263 * icomplete.el: Don't forcibly turn on the mode upon load.
32264 (icomplete-mode): Use define-minor-mode.
32265 (icomplete-eoinput): Default to nil.
32266 (icomplete-minibuffer-setup): Remove autoload.
32267 (icomplete-tidy): Simplify.
32268 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32269 in the initial state or if the user has modified the field.
32270 Fix handling of icomplete-max-delay-chars.
32271 Remove code that handles the oddball case where
32272 minibuffer-completion-table is an integer.
32273 Wrap icomplete-completions in while-no-input in case building
32274 completions takes more time than expected.
32275 (icomplete-completions): Simplify.
32276
32277 2005-03-21 Richard M. Stallman <rms@gnu.org>
32278
32279 * jka-compr.el (jka-compr-really-do-compress):
32280 Make variable buffer-local.
32281
32282 * image-mode.el: Handle .xpm files too.
32283 (image-toggle-display): Preserve modification flag.
32284
32285 * help.el (where-is): Don't mention aliases with no key bindings.
32286
32287 2005-03-21 Lute Kamstra <lute@gnu.org>
32288
32289 * generic.el: Fix commentary section. Don't require cl for
32290 compilation.
32291 (generic-mode-list): Add autoload cookie.
32292 (generic-use-find-file-hook, generic-lines-to-scan)
32293 (generic-find-file-regexp, generic-ignore-files-regexp)
32294 (generic-mode, generic-mode-find-file-hook)
32295 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32296 (define-generic-mode): Make it a defmacro. Fix docstring.
32297 (generic-mode-internal): Code cleanup. Add autoload cookie.
32298 (generic-mode-set-comments): Code cleanup.
32299 * generic-x.el: Don't prevent compilation. Don't require generic.
32300 Follow coding conventions. Minor code cleanup.
32301 (etc-fstab-generic-mode): Add some keywords.
32302 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32303 define-generic-mode like a function declaration.
32304
32305 2005-03-21 Jay Belanger <belanger@truman.edu>
32306
32307 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32308 changing modes.
32309
32310 2005-03-21 Sam Steingold <sds@gnu.org>
32311
32312 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32313
32314 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32315
32316 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32317 Add underscore to "f$ lexicals" regexp.
32318
32319 2005-03-20 Juri Linkov <juri@jurta.org>
32320
32321 * subr.el (progress-reporter-do-update): When `min-value' is equal
32322 to `max-value', set `percentage' to 0 and prevent division by zero.
32323
32324 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
32325
32326 Sync with Tramp 2.0.48.
32327
32328 * net/tramp.el (all): Change all addresses to .gnu.org.
32329 (tramp-append-tramp-buffers): New defun.
32330 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32331 Catch `dont-send' signal.
32332 (tramp-set-auto-save-file-modes): Set always permissions, because
32333 there might be an old auto-saved file belonging to another
32334 original file. This could be a security threat. Reported by
32335 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32336 Check for Emacs 21.3.50 removed.
32337
32338 * net/tramp-smb.el (all): Remove debug construct for
32339 `with-parsed-tramp-file-name'.
32340 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32341 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32342 No error message if DIRECTORY or FILENAME doesn't exist.
32343 (tramp-smb-open-connection): Check existence of
32344 `tramp-smb-program'.
32345
32346 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
32347
32348 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32349 Properly handle the case where the `m' or `s' command's argument is not
32350 yet terminated.
32351 (perl-indent-new-calculate): New function.
32352 (perl-indent-line): Use it.
32353
32354 2005-03-20 Miles Bader <miles@gnu.org>
32355
32356 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32357 in text-mode too. Change to new face names.
32358 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32359 Add `:weight bold' attribute.
32360 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32361
32362 2005-03-19 Juri Linkov <juri@jurta.org>
32363
32364 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
32365
32366 * international/mule.el (auto-coding-alist): Sync with
32367 `auto-mode-alist' by adding upper case archive file extensions
32368 and adding ear/war to jar extension.
32369
32370 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
32371
32372 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32373 running, restart it.
32374
32375 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
32376
32377 * finder.el (finder-current-item): Throw an error on an empty line.
32378
32379 * man.el (Man-follow-manual-reference): If current-word returns
32380 nil, use "".
32381
32382 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
32383
32384 * simple.el (goto-line): Doc fix.
32385
32386 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
32387
32388 * files.el (save-buffer): Doc fix.
32389
32390 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
32391
32392 * recentf.el (recentf-cleanup-remote): New variable.
32393 (recentf-cleanup): Use it to conditionally check availability of
32394 remote files.
32395
32396 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
32397
32398 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32399 function names.
32400
32401 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32402
32403 * language/thai-word.el: New file.
32404
32405 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32406
32407 * files.el (backup-buffer): If the file's directory is not
32408 writable, use copy instead of move to backup the file.
32409
32410 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32411
32412 * obsolete/keyswap.el: Moved to obsolete/ from term/.
32413
32414 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32415
32416 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32417 Use functionp instead of symbolp and fboundp. Reported by Drkm
32418 <darkman_spam@yahoo.fr>.
32419 (ps-print-version): New version 6.6.6.
32420
32421 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
32422
32423 * textmodes/table.el (table--line-column-position): New idiom.
32424 (table--row-column-insertion-point-p): New function to test
32425 validity of row and column insertion operation at a location.
32426 (table-global-menu, table-cell-menu): Use above functions for
32427 deterministic test operation.
32428 (table--editable-cell-p): Behave in deterministic fashion.
32429
32430 2005-03-18 Juri Linkov <juri@jurta.org>
32431
32432 * isearch.el (isearch-lazy-highlight-new-loop):
32433 Make arguments beg and end optional.
32434 (isearch-update): Remove optional arguments nil from
32435 isearch-lazy-highlight-new-loop.
32436 (isearch-lazy-highlight-search): Let-bind case-fold-search to
32437 isearch-lazy-highlight-case-fold-search instead of
32438 isearch-case-fold-search, and let-bind isearch-regexp to
32439 isearch-lazy-highlight-regexp.
32440 Use isearch-lazy-highlight-last-string instead of isearch-string.
32441
32442 * replace.el (perform-replace): Remove bindings of global
32443 variables isearch-string, isearch-regexp, isearch-case-fold-search.
32444 Add three new arguments to `replace-highlight'.
32445 (replace-highlight): Add arguments string, regexp, case-fold.
32446 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32447 to allow isearch-lazy-highlight-new-loop to use these values
32448 to set corresponding isearch-lazy-highlight-* internal
32449 variables whose values lazy highlighting will use regardless of
32450 changes to global variables isearch-string, isearch-regexp,
32451 isearch-case-fold-search during lazy highlighting loop.
32452 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32453 to `lazy-highlight-cleanup'.
32454
32455 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32456 (ispell-highlight-face): Set default face to `isearch' when
32457 lazy highlighting is enabled.
32458 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32459 priority to 1. Add lazy highlighting.
32460 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32461 from `isearch-dehighlight'.
32462
32463 2005-03-18 David Ponce <david@dponce.com>
32464
32465 * files.el (hack-local-variables): Do a case-insensitive search
32466 for End.
32467
32468 2005-03-18 Juri Linkov <juri@jurta.org>
32469
32470 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32471 `isearch-lazy-highlight-cleanup', add alias to old name and
32472 declare obsolete. Add release numbers to other obsolete vars.
32473 (isearch-done, isearch-lazy-highlight-new-loop):
32474 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32475 (lazy-highlight-cleanup) <variable>: Doc fix.
32476 (isearch-lazy-highlight-update): Rename obsolete
32477 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32478
32479 2005-03-18 Kenichi Handa <handa@m17n.org>
32480
32481 * language/thai-util.el: Fix categorization of Thai characters in
32482 thai-category-table.
32483 (thai-composition-pattern): Adjust it for the above change.
32484 (thai-self-insert-command, thai-compose-syllable): New functions.
32485 (thai-compose-region): Use thai-compose-syllable.
32486 (thai-compose-string): Likewise.
32487 (thai-composition-function): Likewise.
32488 (thai-auto-composition): New function.
32489 (thai-auto-composition-mode): New minor mode.
32490
32491 * language/thai.el: Fix patterns to be registered in
32492 composition-function-table.
32493
32494 * international/quail.el (quail-input-method): Locally bind
32495 inhibit-modification-hooks to t.
32496
32497 2005-03-17 Richard M. Stallman <rms@gnu.org>
32498
32499 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32500 (perl-mode): Use run-mode-hooks.
32501
32502 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32503 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32504 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32505
32506 * mail/sendmail.el (sendmail-send-it): Reenable the code
32507 to compute resend-to-address and use it.
32508
32509 * tar-mode.el (tar-mode): Turn off undo unconditionally.
32510
32511 * image-mode.el: New file.
32512
32513 * image.el (insert-sliced-image): Add autoload cookie.
32514
32515 * font-lock.el (font-lock-lines-before): New user option.
32516 (font-lock-after-change-function): Obey it.
32517
32518 * bindings.el (esc-map): Make M-g a prefix.
32519 Bind M-g g and M-g M-g to goto-line.
32520
32521 * faces.el (face-id): Doc fix.
32522
32523 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32524
32525 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32526 (rmail-show-message): Use rmail-unknown-mail-followup-to.
32527 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32528
32529 * mail/sendmail.el (mail-yank-ignored-headers)
32530 (mail-font-lock-keywords, mail-mode-fill-paragraph):
32531 Add Mail-Followup-To and Mail-Reply-To headers.
32532 (mail-citation-hook): Add autoload cookie.
32533 (mail-mode): Doc fix.
32534 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32535 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32536 (mail-mode-fill-paragraph): Handle those headers.
32537 (mail-mailing-lists): New variable.
32538 (mail-mail-reply-to, mail-mail-followup-to): New functions.
32539
32540 2005-03-17 Juri Linkov <juri@jurta.org>
32541
32542 * isearch.el (isearch-fallback): Check for `(car previous)'
32543 before calling `isearch-other-end-state'.
32544
32545 2005-03-17 Kim F. Storm <storm@cua.dk>
32546
32547 * simple.el (move-beginning-of-line): Move to beginning of buffer
32548 line, as well as beginning of screen line.
32549
32550 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
32551
32552 * calendar/diary-lib.el (mark-diary-entries): Use new optional
32553 argument REDRAW rather than calendar-redrawing variable.
32554 * calendar/calendar.el (calendar-redrawing): Delete.
32555 (redraw-calendar): Do not bind calendar-redrawing.
32556
32557 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
32558
32559 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32560 diary-file buffer.
32561
32562 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
32563
32564 * help.el (describe-mode): Allow a :minor-mode-function property to
32565 specify a different minor mode toggle function than the variable.
32566 * simple.el (auto-fill-function):
32567 * subr.el (add-minor-mode): Use it.
32568
32569 2005-03-16 Kenichi Handa <handa@m17n.org>
32570
32571 * language/ethio-util.el (sera-being-called-by-w3): New variable.
32572 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32573 (ethio-fidel-to-sera-buffer): Likewise.
32574
32575 2005-03-16 Juri Linkov <juri@jurta.org>
32576
32577 * emacs-lisp/find-func.el (find-function-regexp):
32578 Add defun-emitting macro `menu-bar-make-toggle'.
32579
32580 * isearch.el: Put `isearch-scroll' property to
32581 `split-window-horizontally'.
32582
32583 * info.el: Update error messages for `debug-ignored-errors'.
32584 (Info-isearch-search): Doc fix.
32585 (Info-find-node): Move up code to go into info buffer before
32586 recording the node to the history.
32587 (Info-fontify-node): Fontify titles only if the next line
32588 has two or more `*', `=', `-', `.'.
32589 Display "go to this node" for empty (match-string 3).
32590
32591 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32592
32593 * term/mac-win.el: Add mouse pointer shape constants.
32594
32595 2005-03-15 Kim F. Storm <storm@cua.dk>
32596
32597 * simple.el (move-beginning-of-line): Use vertical-motion.
32598
32599 2005-03-15 Juri Linkov <juri@jurta.org>
32600
32601 * isearch.el (isearch-error): New variable.
32602 (isearch-invalid-regexp, isearch-within-brackets): Remove.
32603 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32604 (isearch-within-brackets-state): Remove.
32605 (isearch-case-fold-search-state, isearch-pop-fun-state):
32606 Decrease frame index.
32607 (isearch-mode, isearch-top-state, isearch-push-state)
32608 (isearch-edit-string, isearch-abort, isearch-search-and-update)
32609 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32610 (isearch-search, isearch-lazy-highlight-new-loop):
32611 Replace `isearch-invalid-regexp' with `isearch-error'.
32612 Remove `isearch-within-brackets'.
32613 (isearch-search): Add `search-failed' handler to `condition-case'.
32614 (isearch-lazy-highlight-search): Add `condition-case' to catch
32615 errors and allow `isearch-lazy-highlight-update' to try
32616 highlighting from the beginning of the window.
32617 (isearch-repeat): Move up code to set isearch-wrapped to t
32618 before calling isearch-wrap-function.
32619
32620 * info.el (Info-isearch-initial-node): New internal variable.
32621 (Info-search): Signal an error in isearch mode when search leaves
32622 the initial node. Signal an error when `bound' is non-nil and
32623 nothing was found in the current subfile.
32624 (Info-isearch-search): Remove `condition-case'.
32625 (Info-isearch-wrap): Don't wrap when search failed during leaving
32626 the initial node. If `Info-isearch-search' is nil, wrap around
32627 the current node.
32628 (Info-isearch-start): New fun.
32629 (Info-mode): Add buffer-local hook `Info-isearch-start' to
32630 `isearch-mode-hook'.
32631
32632 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32633
32634 * simple.el (normal-erase-is-backspace): Set default to t if
32635 running on Mac.
32636
32637 * term/mac-win.el (function-key-map): Sync with x-win.el.
32638
32639 2005-03-15 Kenichi Handa <handa@m17n.org>
32640
32641 * international/mule-cmds.el (locale-language-names): Modify the
32642 format of elements and add more entries.
32643 (locale-preferred-coding-systems): Add more entries.
32644 (set-locale-environment): Adjust for the change of
32645 locale-language-names.
32646
32647 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
32648
32649 * pcvs.el (smerge-ediff): Remove bogus autoload.
32650
32651 2005-03-14 Lute Kamstra <lute@gnu.org>
32652
32653 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32654 Ignore a `*' at the beginning of a line.
32655
32656 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32657 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32658 subr.el.
32659 (dont-compile, eval-when-compile, eval-and-compile): Use declare
32660 to specify indentation.
32661
32662 * generic.el (define-generic-mode): Let generic-mode-list be a
32663 list of strings; test membership with equal.
32664
32665 2005-03-14 Kim F. Storm <storm@cua.dk>
32666
32667 * simple.el (next-line, previous-line): Add optional try-vscroll
32668 arg to recognize interactive use. Pass it on to line-move.
32669 (line-move): Don't perform auto-window-vscroll when defining or
32670 executing keyboard macro to ensure consistent behavior.
32671
32672 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
32673
32674 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32675
32676 2005-03-13 Lute Kamstra <lute@gnu.org>
32677
32678 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32679 debugger-setup-buffer so that backtrace marks the frames set to
32680 debug-on-exit and we don't have to do it manually. Set an extra
32681 debug-on-exit for macro's.
32682 (debugger-setup-buffer): Don't mark the top frame manually.
32683
32684 2005-03-12 Lute Kamstra <lute@gnu.org>
32685
32686 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32687 lisp-indent-function throughout.
32688 (with-no-warnings): Set lisp-indent-function property.
32689
32690 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
32691
32692 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32693 Add entry for backslash.
32694
32695 2005-03-12 Juri Linkov <juri@jurta.org>
32696
32697 * info.el (Info-search): Four fixes for backward search.
32698
32699 2005-03-11 Jay Belanger <belanger@truman.edu>
32700
32701 * calc/calc.el (calc-language-alist): New variable.
32702 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32703 (calc-embedded-find-modes): Use calc-language-alist instead of
32704 calc-embedded-language-alist.
32705
32706 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32707
32708 * calendar/calendar.el (calendar-redrawing): New internal
32709 variable.
32710 (redraw-calendar): Remove bogus save-excursion from previous
32711 change. Bind calendar-redrawing to t for mark-diary-entries.
32712 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32713 calendar if that is why we were called.
32714
32715 2005-03-11 Kenichi Handa <handa@m17n.org>
32716
32717 * international/mule.el (make-coding-system): Set property
32718 coding-system-define-form to nil.
32719 (define-coding-system-alias): Likewise.
32720
32721 2005-03-11 Kenichi Handa <handa@m17n.org>
32722
32723 These changes are suggested by Dave Love <fx@gnu.org>.
32724
32725 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32726 coding: tag.
32727 (adaptive-fill-regexp): Add more bullets.
32728 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32729 regexps.
32730
32731 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
32732
32733 * help.el (describe-mode): Properly handle non-trivial lighters.
32734 Don't ignore minor modes that are not listed in minor-mode-list.
32735
32736 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32737 feature ON when the user requests to turn it OFF.
32738
32739 2005-03-10 Lute Kamstra <lute@gnu.org>
32740
32741 * emacs-lisp/debug.el (debug-entry-code): Delete it.
32742 (implement-debug-on-entry): New function to replace debug-entry-code.
32743 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
32744 second argument as the 2005-03-07 change makes it obsolete.
32745 (debug-on-entry, cancel-debug-on-entry): Update call to
32746 debug-on-entry-1.
32747 (debug, debugger-setup-buffer): Comment update.
32748 (debugger-frame-number): Update to work with implement-debug-on-entry.
32749
32750 2005-03-10 Jay Belanger <belanger@truman.edu>
32751
32752 * calc/calc-embed.el (math-ms-args): Declare it.
32753 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32754 math-ms-args.
32755 (calc-embedded-subst): Use math-multi-subst-rec to substitute
32756 variables.
32757
32758 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
32759
32760 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32761 Use message-box.
32762
32763 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32764 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32765 (tooltip-gud-tips): Simplify.
32766 (tooltip-gud-tips-p): Remove superfluous :set.
32767 (tooltip-gud-modes): Add fortran-mode.
32768 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32769
32770 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32771
32772 2005-03-09 Kim F. Storm <storm@cua.dk>
32773
32774 * play/animate.el (animate-place-char): Use forward-line instead
32775 of next-line to improve performance.
32776
32777 2005-03-09 Simon Josefsson <jas@extundo.com>
32778
32779 * net/browse-url.el (browse-url-default-browser): Doc fix.
32780
32781 2005-03-09 Miles Bader <miles@gnu.org>
32782
32783 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32784 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32785
32786 2005-03-09 Kenichi Handa <handa@m17n.org>
32787
32788 * international/latin-1.el: Set case and syntax for 255 only if
32789 set-case-syntax-set-multibyte is nil.
32790
32791 * textmodes/ispell.el (ispell-insert-word): New function.
32792 (ispell-word): Use ispell-insert-word to insert a new word.
32793 (ispell-process-line): Likewise.
32794 (ispell-complete-word): Likewise.
32795
32796 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
32797
32798 * calendar/calendar.el (redraw-calendar): Preserve point.
32799 Reported by Matt Hodges <MPHodges@member.fsf.org>.
32800 (calendar-week-start-day): Move after definition of
32801 redraw-calendar. Delete buffer test, since redraw-calendar has
32802 that now.
32803
32804 * calendar/diary-lib.el (mark-diary-entries): Only call
32805 redraw-calendar in the first of any recursive calls.
32806 Reported by Alan Shutko <ats@acm.org>.
32807
32808 2005-03-08 Juri Linkov <juri@jurta.org>
32809
32810 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32811 (html-horizontal-rule, html-line, html-image, html-checkboxes)
32812 (html-radio-buttons): Add a space before the trailing `/>' where
32813 sgml-xml-mode is non-nil.
32814 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32815 the subsequent tag of the empty XML tag.
32816 (html-href-anchor): Don't set initial input to "http:".
32817 (html-image): Ask for the image URL and set point inside alt="".
32818 (html-name-anchor): Duplicate the name in the `id' attribute when
32819 sgml-xml-mode is non-nil.
32820 (html-paragraph): Remove \n before <p>.
32821 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32822 instead of `checked' when sgml-xml-mode is non-nil.
32823
32824 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32825 Remove 1 space before #RRGGBB to not truncate it on terminal
32826 windows w/o fringes. Remove 1 space between bg and fg examples
32827 to get more space.
32828 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32829 avoid byte-compile warnings.
32830
32831 * image-file.el (image-file-handler): Put `safe-magic' property to
32832 `image-file-handler'.
32833
32834 * info.el (Info-isearch-search): Emulate word search in
32835 isearching through multiple Info nodes with Info-search.
32836 (Info-isearch-wrap): Allow isearch-word.
32837
32838 2005-03-08 Lute Kamstra <lute@gnu.org>
32839
32840 * emacs-lisp/debug.el (debugger-step-through): Make sure that
32841 stepping into the debugger's code is not possible.
32842 (debugger-jumping-flag): Docstring update.
32843
32844 2005-03-08 Jay Belanger <belanger@truman.edu>
32845
32846 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32847 embedded mode begins.
32848 (calc-embedded-language-alist): New variable.
32849 (calc-embedded-find-modes): Use calc-embedded-language-alist to
32850 set default language mode.
32851
32852 2005-03-08 Kenichi Handa <handa@m17n.org>
32853
32854 * international/ccl.el (define-ccl-program): Fix docstring about
32855 extra 256 bytes assured for the output buffer.
32856
32857 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32858 Fix BUFFER_MAGNIFICATION to 2.
32859 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32860
32861 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
32862
32863 * align.el (align-rules-list): Added an alignment rule for CSS
32864 declarations (applies to css-mode and html-mode buffers).
32865
32866 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
32867
32868 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32869
32870 2005-03-07 Kim F. Storm <storm@cua.dk>
32871
32872 * simple.el (move-beginning-of-line): New command.
32873
32874 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32875
32876 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32877
32878 * emulation/cua-base.el: Put CUA move property on move-end-of-line
32879 and move-beginning-of-line.
32880
32881 * apropos.el (apropos-print): Omit command from M-x ... RET.
32882
32883 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
32884
32885 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32886 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32887
32888 2005-03-06 Richard M. Stallman <rms@gnu.org>
32889
32890 * bindings.el (esc-map): Bind M-g to goto-line.
32891
32892 * facemenu.el (global-map): Bind M-o, not M-g.
32893
32894 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32895
32896 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32897 "Open Directory" as for "Open File".
32898
32899 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
32900
32901 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32902 (push-mark-command): Run activate-mark-hook.
32903
32904 2005-03-06 Richard M. Stallman <rms@gnu.org>
32905
32906 * help-mode.el (help-mode-finish): Don't alter the element
32907 in view-return-to-alist if there already is one.
32908
32909 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32910 make sure the current buffer is the expected one.
32911
32912 * novice.el (disabled-command-function): Output in *Disabled Command*.
32913 Explicitly ignore non-keyboard events, and explicitly handle C-g.
32914
32915 * textmodes/flyspell.el (flyspell-large-region):
32916 Pass args differently for aspell.
32917
32918 * files.el (mode-require-final-newline): Doc fix.
32919
32920 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32921
32922 * progmodes/which-func.el (which-function):
32923 Specify NOERROR when calling imenu--make-index-alist.
32924
32925 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
32926
32927 * simple.el (normal-erase-is-backspace): Define default value.
32928
32929 * custom.el (custom-theme-set-variables): Remove unused var
32930 `immediate'.
32931 (custom-reevaluate-setting): Simple function to handle variables
32932 that are defined before their default value can really be
32933 computed.
32934
32935 * startup.el (command-line): Use it for temporary-file-directory,
32936 small-emporary-file-directory, auto-save-file-name-transforms,
32937 blink-cursor-mode, and normal-erase-is-backspace.
32938
32939 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32940 progress, even with buggy anchored keywords.
32941
32942 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
32943
32944 * simple.el (goto-line): Remove unbalanced final parenthesis.
32945
32946 2005-03-05 Richard M. Stallman <rms@gnu.org>
32947
32948 * simple.el (goto-line): Use a number at point as the default.
32949 With C-u as arg, switch buffers.
32950
32951 2005-03-05 Juri Linkov <juri@jurta.org>
32952
32953 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32954 with `no-blinking-cursor'.
32955
32956 * startup.el (no-blinking-cursor): New defvar.
32957 (command-line): Add `--no-blinking-cursor' to longopts.
32958 Set `no-blinking-cursor' to t for command line arguments
32959 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
32960 with `no-blinking-cursor' in the condition for calling
32961 `blink-cursor-mode'.
32962
32963 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
32964
32965 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32966 (menu-bar-options-save): Add blink-cursor-mode.
32967 (menu-bar-options-menu): Add blink-cursor-mode.
32968
32969 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
32970
32971 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32972 (icalendar-export-file, icalendar-export-region)
32973 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32974 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32975
32976 2005-03-04 Lute Kamstra <lute@gnu.org>
32977
32978 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32979 (debug-function-list): Ditto.
32980
32981 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
32982
32983 * textmodes/texinfmt.el (texinfo-append-refill):
32984 Redefine the types of line to which @refill
32985 is not appended by replacing a search for `@refill\\|@bye' with
32986 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
32987 itemize@refill' bug and the unfilled long lines bug.
32988 (texinfmt-version): Update number and date.
32989
32990 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
32991
32992 * international/code-pages.el (windows-1250, windows-125[2-8])
32993 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32994
32995 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
32996
32997 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32998 bound yet.
32999
33000 2005-03-02 Romain Francoise <romain@orebokech.com>
33001
33002 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33003 buffer after removing limits.
33004 (ibuffer-pop-filter): Ditto.
33005 Update copyright.
33006
33007 2005-03-02 Miles Bader <miles@gnu.org>
33008
33009 * button.el (make-text-button): If the user doesn't specify a
33010 type, use the default. Rewrite to use `add-text-properties' and
33011 plist functions.
33012
33013 2005-03-01 Lute Kamstra <lute@gnu.org>
33014
33015 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33016 (debugger-jumping-flag): New var.
33017 (debug-entry-code): Use it.
33018 (debugger-jump): Use debugger-jumping-flag and add
33019 debugger-reenable to post-command-hook.
33020 (debugger-reenable): Use debugger-jumping-flag and remove itself
33021 from post-command-hook.
33022 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33023 debugger-reenable.
33024
33025 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33026
33027 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33028 inclusion of "itemize\\|", which may be unnecessary, is certainly
33029 inelegant, and stops refilling in itemize lists when formatting
33030 Japanese Texinfo files to Info.
33031 Update copyright to 2005.
33032
33033 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33034
33035 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33036 of an error if GDB can't find the source file.
33037
33038 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33039
33040 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33041 not just the calendar.
33042
33043 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33044 first.
33045 (diary-redraw-calendar): New function.
33046 (make-diary-entry): Add diary-redraw-calendar to local
33047 write-contents-functions. Turn off selective display before
33048 inserting in diary.
33049
33050 2005-03-01 Kim F. Storm <storm@cua.dk>
33051
33052 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33053
33054 2005-03-01 Lute Kamstra <lute@gnu.org>
33055
33056 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33057 that debug-entry-code can be safely removed from a function while
33058 this code is being evaluated. Revert the 2005-02-27 change as the
33059 new implementation no longer requires it. Make sure that a
33060 function body containing just a string is not mistaken for a docstring.
33061 (debug): Skip one more frame in case of debug on entry.
33062 (debugger-setup-buffer): Delete one more frame line in case of
33063 debug on entry.
33064 (debugger-frame-number): Update to use the new text introduced by
33065 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33066
33067 2005-02-28 Kim F. Storm <storm@cua.dk>
33068
33069 * double.el (double-translate-key): Call force-window-update after
33070 read-event to avoid crash in redisplay.
33071
33072 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33073
33074 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33075 (debug): Use it. Move the inhibit-trace earlier.
33076 (debug-entry-code): New const.
33077 (debug-on-entry-1): Use it.
33078
33079 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33080
33081 * international/utf-16.el (ccl-encode-mule-utf-16le):
33082 Fix BUFFER_MAGNIFICATION to 2.
33083 (ccl-encode-mule-utf-16be): Likewise.
33084
33085 2005-02-28 Kenichi Handa <handa@m17n.org>
33086
33087 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33088 Fix BUFFER_MAGNIFICATION to 4.
33089 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33090
33091 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33092
33093 * speedbar.el (speedbar-update-flag): Doc fix.
33094 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33095 argument.
33096
33097 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33098
33099 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33100 have a non-nil `invisible' property but are actually visible.
33101
33102 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33103 for perldoc sections.
33104 (perl-outline-regexp, perl-outline-level): New var and function.
33105 (perl-mode): Use them.
33106
33107 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33108
33109 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33110 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33111
33112 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33113
33114 * cus-edit.el: Comment change.
33115 (custom-buffer-create-internal): Slightly reword text at top of
33116 Custom buffers. Mention there that saving an option edits the
33117 init file. Add link to Emacs manual node on `custom-file'.
33118 (custom-magic-alist): Rewrite individual State messages to use
33119 capitalized keywords. Doc fix.
33120
33121 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33122
33123 * calendar/calendar.el (calendar-buffer): Move above
33124 calendar-week-start-day.
33125 (calendar-week-start-day): Doc fix. Add :set function.
33126 (calendar-minimum-window-height): New variable.
33127 (generate-calendar-window): Only resize window if selected-window
33128 is displaying the calendar buffer. Use new variable
33129 calendar-minimum-window-height.
33130 (generate-calendar): Reword error message.
33131 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33132
33133 2005-02-27 Andreas Schwab <schwab@suse.de>
33134
33135 * vc.el (vc-do-command): Don't run command asynchronously when
33136 operating in a remote directory.
33137
33138 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33139 change from sync with Tramp 2.0.47.
33140
33141 2005-02-27 Richard M. Stallman <rms@gnu.org>
33142
33143 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33144
33145 * textmodes/flyspell.el (flyspell-mode-on):
33146 Call ispell-change-dictionary only if necessary.
33147
33148 * emacs-lisp/re-builder.el (regexp-builder): New function.
33149
33150 * register.el (describe-register-1): Explicitly handle
33151 yank-excluded-properties = t.
33152
33153 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33154 (custom-magic-alist): Change the status descriptions again.
33155 (face widget-type): Total rewrite based on `restricted-sexp'
33156 to eliminate the confusing double hiding levels.
33157
33158 * emacs-lisp/debug.el (debug-on-entry-1):
33159 If function body is empty, add nil as body form.
33160
33161 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33162
33163 * emacs-lisp/trace.el (inhibit-trace): New var.
33164 (trace-make-advice): Use it.
33165
33166 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33167
33168 2005-02-26 Kim F. Storm <storm@cua.dk>
33169
33170 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33171 (mouse-on-link-p, mouse-drag-region-1): Use it.
33172
33173 2005-02-25 Lute Kamstra <lute@gnu.org>
33174
33175 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33176
33177 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33178
33179 * frame.el (blink-cursor-mode): Add :group keyword.
33180
33181 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33182
33183 * calendar/icalendar.el (icalendar--decode-isodatetime):
33184 New optional argument DAY-SHIFT.
33185 (icalendar-export-region): Fix coding-system-for-write.
33186 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33187 events by one.
33188
33189 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33190
33191 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33192
33193 2005-02-24 Kim F. Storm <storm@cua.dk>
33194
33195 * international/iso-acc.el (iso-accents-compose): Fix crash
33196 during redisplay. Call force-window-update after read-event
33197 and delete-region to signal that window is not accurate.
33198
33199 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33200
33201 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33202 Remove unused and inexistent var `inhibit-trace'.
33203 (debugger-mode): Use run-mode-hooks.
33204 (debugger-list-functions): Add buttons; setup xref stack.
33205
33206 2005-02-23 Richard M. Stallman <rms@gnu.org>
33207
33208 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33209 appointment says it was explicitly made.
33210 (appt-add): Set the 3rd element.
33211 (appt-make-list): Preserve explicit appointments.
33212
33213 * subr.el (find-tag-default): Catch errors in forward-sexp.
33214
33215 2005-02-23 Juri Linkov <juri@jurta.org>
33216
33217 * info.el (Info-isearch-search): New defcustom.
33218 (Info-isearch-search): Call the default isearch function
33219 when Info-isearch-search is nil.
33220 (Info-isearch-wrap): Use variable Info-isearch-search.
33221
33222 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33223
33224 * cus-edit.el: Comment change.
33225
33226 2005-02-22 Kim F. Storm <storm@cua.dk>
33227
33228 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33229 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33230
33231 2005-02-22 Simon Josefsson <jas@extundo.com>
33232
33233 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33234 New variable.
33235 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33236 Oskarsson" <myrkraverk@users.sourceforget.net>.
33237
33238 2005-02-22 Kim F. Storm <storm@cua.dk>
33239
33240 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33241 check that window of that event is the selected window.
33242 (mouse-drag-region-1): Compare mouse event window to selected
33243 window before setting point.
33244
33245 * tooltip.el (tooltip-show-help-function): Pass event to
33246 mouse-on-link-p so it can check selected window.
33247
33248 2005-02-22 Kenichi Handa <handa@m17n.org>
33249
33250 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33251 (ps-mule-show-warning): New function.
33252 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33253 characters are found.
33254
33255 * ps-print.el (ps-header-footer-string): Return a list of header
33256 and footer strings.
33257
33258 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33259
33260 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33261
33262 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33263
33264 * frame.el (blink-cursor-mode): Use define-minor-mode.
33265
33266 * term/mac-win.el (function-key-map): Use char-names more consistently.
33267 (file-name-coding-system): Only set it for MacOS-9. The other case is
33268 already handled in mule-cmds.el (where it also works when mac-win.el
33269 is not used).
33270
33271 2005-02-21 Kenichi Handa <handa@m17n.org>
33272
33273 * international/mule.el (ctext-pre-write-conversion): Always use
33274 " *code-converting-work*" buffer for work.
33275
33276 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33277
33278 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33279
33280 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33281
33282 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33283
33284 * ses.el (undo-more): Restore defadvice, but only the part that
33285 allows changes outside the restricted area of the buffer.
33286
33287 2005-02-20 Kim F. Storm <storm@cua.dk>
33288
33289 * simple.el (line-move): Add fourth optional arg try-vscroll which
33290 must be set to perform auto-window-vscroll.
33291 When moving backwards and doing auto-window-vscroll, automatically
33292 vscroll to the last part of lines which are taller than the window.
33293 (next-line, previous-line): Set try-vscroll arg on line-move.
33294
33295 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33296
33297 * replace.el (query-replace, query-replace-regexp)
33298 (replace-string, replace-regexp): When operating on region, make
33299 the minibuffer prompt say so.
33300
33301 * isearch.el (isearch-forward): Document isearch-query-replace and
33302 isearch-query-replace-regexp keybindings.
33303
33304 2005-02-19 Jay Belanger <belanger@truman.edu>
33305
33306 * calc/calc-aent.el (math-read-token): Add local variable.
33307
33308 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33309 (calc-edit-top): Move declaration to earlier in file.
33310 (calc-edit-macro-repeats): Add local variables.
33311
33312 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33313 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33314 calcFunc-tanh.
33315 Adjust integration rule for calcFunc-tan.
33316
33317 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33318
33319 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33320 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33321 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33322 (viper-skip-separators): Bug fix.
33323 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33324 particular major mode.
33325 (viper-del-backward-char-in-replace): Don't put deleted char on the
33326 kill ring.
33327
33328 * viper-ex.el (viper-color-display-p): New function.
33329 (viper-has-face-support-p): Use viper-color-display-p.
33330
33331 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33332
33333 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33334
33335 * viper-util.el (viper-glob-unix-files): Fix shell status check.
33336 (viper-file-remote-p): Make equivalent to file-remote-p.
33337
33338 * viper.el (viper-major-mode-modifier-list):
33339 Use viper-gnus-modifier-map.
33340
33341 2005-02-19 David Kastrup <dak@gnu.org>
33342
33343 * subr.el (subregexp-context-p): Fix garbled doc string by adding
33344 quoting.
33345
33346 2005-02-19 Jay Belanger <belanger@truman.edu>
33347
33348 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33349 Remove extra definitions.
33350 (calc-coth): New function.
33351 (calcFunc-cot): Fix `let'.
33352
33353 2005-02-19 Eli Zaretskii <eliz@gnu.org>
33354
33355 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33356 the reasons we use "type pc" in these faces.
33357
33358 * button.el (button): Ditto.
33359
33360 2005-02-19 Michael Mauger <mmaug@yahoo.com>
33361
33362 * replace.el (query-replace-read-from): Set the value of
33363 query-replace-from-history-variable to handle the case of an empty
33364 string entered to accept the suggested default.
33365
33366 * net/tramp.el (tramp-file-name-for-operation):
33367 Use dired-call-process instead of dired-call-process-command.
33368
33369 2005-02-19 Jay Belanger <belanger@truman.edu>
33370
33371 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33372 (math-div-non-trig): New variables.
33373 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33374 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33375 (math-combine-prod, math-div-symb-fancy): Add simplifications for
33376 trig expressions.
33377
33378 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
33379
33380 * progmodes/gdb-ui.el (gdb-var-update-handler)
33381 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33382 for watch expressions,
33383 (gdb-var-create-handler): Don't set speedbar-update-flag.
33384 (gdb-post-prompt): Simplify test for speedbar.
33385
33386 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33387
33388 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33389 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33390 we use the syntax table of the correct buffer.
33391 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33392 Felix Gatzemeier.
33393
33394 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33395 (ediff-file-remote-p): Make synonymous with file-remote-p.
33396 In all deffaces ediff-*-face-*, use min-colors.
33397
33398 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33399 ediff-recurse-to-subdirectories.
33400 (ediff-mark-if-equal): Check that the arguments are strings, use
33401 ediff-same-contents (after to Felix Gatzemeier).
33402
33403 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33404 nil.
33405
33406 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
33407
33408 * log-view.el (log-view-message-re): Fix up Subversion regexp.
33409
33410 2005-02-18 David Kastrup <dak@gnu.org>
33411
33412 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33413 use `mark-active' when defined.
33414
33415 2005-02-18 Kenichi Handa <handa@m17n.org>
33416
33417 * ps-print.el (ps-font-info-database): New entry
33418 ZapfChancery-MediumItalic with correct font name. Fix font name
33419 of the entry Zapf-Chancery-MediumItalic.
33420
33421 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
33422
33423 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33424
33425 2005-02-16 Kim F. Storm <storm@cua.dk>
33426
33427 * ido.el (ido-fallback-command): Pass user input to fallback command.
33428
33429 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
33430
33431 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33432 (gdb-find-file-hook): Add server prefix.
33433
33434 2005-02-16 Richard M. Stallman <rms@gnu.org>
33435
33436 * replace.el (perform-replace): Pass new args to replace-highlight.
33437 (replace-highlight): Take region args,
33438 and pass them to isearch-lazy-highlight-new-loop.
33439
33440 * novice.el (disabled-command-hook): Autoload the defalias
33441 and the make-obsolete-variable call.
33442
33443 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33444
33445 * isearch.el (isearch-lazy-highlight-start-limit)
33446 (isearch-lazy-highlight-end-limit): New variables limit
33447 the region for highlighting.
33448 (isearch-lazy-highlight-new-loop): New args BEG and END.
33449 (isearch-lazy-highlight-search): Use the new vars.
33450 (isearch-lazy-highlight-update): Likewise.
33451
33452 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33453
33454 * cus-start.el (all): Use default-boundp.
33455
33456 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
33457
33458 * menu-bar.el (menu-bar-select-frame): Handle current frame.
33459
33460 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
33461
33462 * autorevert.el (auto-revert-stop-on-user-input)
33463 (auto-revert-verbose): Doc fixes.
33464
33465 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
33466
33467 * international/mule-cmds.el (set-locale-environment): Remove call
33468 to set-selection-coding-system on Windows.
33469
33470 2005-02-15 Jay Belanger <belanger@truman.edu>
33471
33472 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33473 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33474 calcFunc-coth.
33475 (math-simplify-sqrt): Add simplifications.
33476
33477 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33478 to list.
33479
33480 * calc/calc-ext.el: Add functions to autoloads.
33481
33482 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33483 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33484 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33485 (math-csc-raw, math-cot-raw): New functions.
33486
33487 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33488
33489 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33490 the variable name in a message.
33491
33492 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33493 calcFunc-csc, calcFunc-cot.
33494
33495 * calc/calcalg2.el: Add derivative and integration rules for
33496 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33497 calcFunc-csch, calcFunc-coth.
33498 (math-do-integral-methods): Add to checks for when to use
33499 substitutions.
33500
33501 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33502
33503 2005-02-15 Lute Kamstra <lute@gnu.org>
33504
33505 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33506 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
33507 <monnier@iro.umontreal.ca>.
33508 (lisp-outline-level): Improve efficiency. Suggested by David
33509 Kastrup <dak@gnu.org>.
33510
33511 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
33512
33513 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33514 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33515 (gdb-set-gud-minor-mode-existing-buffers): New functions.
33516 (gdb-find-file-hook): New hook. Add it to find-file-hook.
33517 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33518
33519 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
33520
33521 * cus-start.el (all): Comment change.
33522
33523 2005-02-14 Lute Kamstra <lute@gnu.org>
33524
33525 * cus-start.el (all): Check if symbol is void.
33526
33527 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
33528
33529 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33530 optional argument to \cite.
33531
33532 2005-02-14 Richard M. Stallman <rms@gnu.org>
33533
33534 * cus-edit.el (custom-buffer-create-internal): Update help message.
33535 (custom-magic-alist): Update help messages.
33536
33537 * cus-start.el (all): Allow a var to specify a standard value.
33538
33539 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
33540
33541 * custom.el (custom-theme-set-variables): Handle variable aliases.
33542
33543 * frame.el (blink-cursor-timer): Doc fix.
33544 (blink-cursor): Make it an alias for `blink-cursor-mode' and
33545 declare obsolete.
33546 (blink-cursor-mode): Define with defcustom and use correct
33547 standard expression in that defcustom.
33548 * startup.el (command-line): Adapt to above changes in frame.el.
33549
33550 2005-02-11 Lute Kamstra <lute@gnu.org>
33551
33552 * apropos.el (apropos-score-doc): Prevent division by zero.
33553
33554 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
33555
33556 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33557 (icalendar--get-event-property-attributes)
33558 (icalendar--get-event-properties)
33559 (icalendar--datetime-to-diary-date): New functions.
33560 (icalendar--split-value): Doc fix.
33561 (icalendar--datetime-to-noneuropean-date)
33562 (icalendar--datetime-to-european-date): New optional argument
33563 SEPARATOR. Return result as a string instead of a list.
33564 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33565 (icalendar--convert-string-for-export): Rename arg S to STRING.
33566 (icalendar-export-region): Doc fix. Change name of error buffer.
33567 Save output buffer.
33568 (icalendar-import-file): Add blank at end of prompt.
33569 (icalendar-import-buffer): Doc fix. Do not switch to error
33570 buffer. Indicate status in return value.
33571 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
33572 buffer. Save output buffer. Handle exception from recurrence
33573 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
33574 events. Fix problems with weekly all-day events.
33575
33576 2005-02-10 Richard M. Stallman <rms@gnu.org>
33577
33578 * simple.el (eval-expression-print-format):
33579 Avoid warning about edebug-active.
33580
33581 * help.el (help-for-help-internal): Rename from help-for-help.
33582 (help-for-help): Define with defalias.
33583
33584 * font-core.el (font-lock-default-function): Use with-no-warnings.
33585
33586 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33587
33588 * custom.el (defface): Doc fix.
33589
33590 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
33591
33592 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33593 width 0" to prevent word wrapping problems.
33594
33595 2005-02-09 Kim F. Storm <storm@cua.dk>
33596
33597 * ido.el (ido-file-extensions-order): New defcustom.
33598 (ido-file-extension-lessp, ido-file-extension-aux)
33599 (ido-file-extension-order): New advanced file ordering.
33600 (ido-file-lessp): New simple file ordering.
33601 (ido-sort-list): Remove.
33602 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33603 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33604
33605 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
33606
33607 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33608 that some versions of grep produce.
33609 (grep-mode-font-lock-keywords): Likewise.
33610
33611 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
33612
33613 * progmodes/gdb-ui.el (gdb-location-list): New variable.
33614 (gdb-cdir): Delete.
33615 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33616 (gdb-source-info): Treat case when source file is in another
33617 directory properly.
33618 (gdb-get-location): New function.
33619
33620 2005-02-07 Jay Belanger <belanger@truman.edu>
33621
33622 * calc/calc-prog.el (calc-write-parse-table-part)
33623 (calc-fix-token-name): Fix a check for language type.
33624
33625 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33626
33627 2005-02-07 Andre Spiegel <spiegel@gnu.org>
33628
33629 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33630 as directory not writable.
33631
33632 2005-02-07 Kim F. Storm <storm@cua.dk>
33633
33634 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33635 (cua--standard-movement-commands): Remove list.
33636 Instead, set CUA property value to move for movement commands.
33637 (cua-movement-commands): Remove. Users must set CUA prop instead.
33638 (cua--pre-command-handler): Check CUA property.
33639 (cua--init-keymaps): Don't remap undo commands.
33640 (cua-mode): Don't call cua--rectangle-on-off.
33641
33642 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33643 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33644 (cua--rect-undo-set-point): New var.
33645 (cua--rectangle-undo-boundary): Setup undo apply entry.
33646 (cua--rect-undo-handler): New function for rectangle undo.
33647 (cua--rect-start-position, cua--rect-end-position): Add.
33648 (cua--rectangle-post-command): Call cua--rectangle-set-corners
33649 for restored rectangle. Set point if cua--rect-undo-set-point.
33650
33651 2005-02-06 Jay Belanger <belanger@truman.edu>
33652
33653 * calc/calc-lang.el (calc-tex-language): Display more information
33654 in messages.
33655
33656 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33657 in TeX mode.
33658
33659 2005-02-06 Richard M. Stallman <rms@gnu.org>
33660
33661 * emacs-lisp/lisp.el (buffer-end): Doc fix.
33662
33663 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
33664
33665 * net/ldap.el (ldap-search-internal): Support attributes with
33666 optional descriptions separated by a semi-colon, as in
33667 "userCertificate;binary".
33668
33669 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33670
33671 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33672 isn't a cons (i.e. the version is 0).
33673
33674 2005-02-05 Eli Zaretskii <eliz@gnu.org>
33675
33676 * help.el (help-for-help): Doc fix.
33677
33678 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
33679
33680 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
33681 GDB-Windows on the menu-bar as this works better.
33682
33683 2005-02-04 Jay Belanger <belanger@truman.edu>
33684
33685 * calc/calc-embed.el (calc-embedded-update): Don't put in
33686 unnecessary newlines. Adjust the end of formula marker.
33687
33688 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33689 (math-latex-parse-two-args): New function.
33690
33691 2005-02-03 Lute Kamstra <lute@gnu.org>
33692
33693 * help-fns.el (help-with-tutorial): Make sure that users cannot
33694 remove the entire text of the tutorial by means of `undo'.
33695
33696 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
33697
33698 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33699 in recent changes, where the ispell process was repeatedly
33700 killed & restarted.
33701
33702 * international/mule-cmds.el (set-locale-environment): Set file-name
33703 coding system to utf-8 on Darwin systems.
33704 (set-default-coding-systems): Don't set default-file-name-coding-system
33705 on Darwin systems.
33706
33707 2005-02-03 Richard M. Stallman <rms@gnu.org>
33708
33709 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33710
33711 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
33712
33713 * faces.el (list-faces-display): Add optional argument.
33714
33715 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
33716
33717 * font-core.el (font-lock-default-function): Handle the rare case where
33718 only font-lock-keywords is set.
33719
33720 2005-02-02 Kenichi Handa <handa@m17n.org>
33721
33722 * international/characters.el: Cancel previous change for
33723 I-WITH-DOT-ABOVE and DOTLESS-i.
33724
33725 * international/latin-5.el: Cancel previous change.
33726
33727 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33728
33729 * progmodes/gud.el: Correction to syntax in gud-menu-map.
33730
33731 2005-02-02 Kenichi Handa <handa@m17n.org>
33732
33733 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33734 DOTLESS-i.
33735
33736 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33737 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33738
33739 * case-table.el (get-upcase-table): New function.
33740 (copy-case-table): Copy upcaes table too if non-nil.
33741 (set-case-syntax-delims): Maintain upcase table too.
33742 (set-case-syntax-pair): Likewise.
33743 (set-upcase-syntax, set-downcase-syntax): New functions.
33744 (set-case-syntax): Maintain upcase table too.
33745
33746 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33747
33748 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33749
33750 * progmodes/gud.el (gud-goto-info): New function.
33751 (gud-tool-bar-map): Use correct icon.
33752
33753 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33754
33755 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33756 When delegating, order args in the funcall correctly.
33757
33758 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33759
33760 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33761
33762 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
33763
33764 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33765 buffer not visiting a file.
33766
33767 2005-01-31 Jay Belanger <belanger@truman.edu>
33768
33769 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33770 bound on the line with the formula.
33771
33772 2005-01-31 Kim F. Storm <storm@cua.dk>
33773
33774 * ses.el (ses-create-cell-variable-range)
33775 (ses-destroy-cell-variable-range, ses-reset-header-string)
33776 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33777 (ses-insert-row): Fix format of apply undo entries.
33778
33779 2005-01-31 Jay Belanger <belanger@truman.edu>
33780
33781 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33782 parts.
33783
33784 * calc/calc-embed.el (calc-embedded-open-formula)
33785 (calc-embedded-close-formula): Ignore matrix environments.
33786
33787 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33788 TeX mode.
33789
33790 * calc/calc-lang.el (math-function-table, math-oper-table)
33791 (math-variable-table): Adjust the LaTeX portions.
33792
33793 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33794 (math-latex-ignore-words): New constant.
33795
33796 2005-01-31 Richard M. Stallman <rms@gnu.org>
33797
33798 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33799 (ispell-local-dictionary): Doc fix.
33800 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33801 Don't reinitialize at run time. Don't defcustom.
33802 All uses changed to append ispell-local-dictionary-alist,
33803 or check it first.
33804 (ispell-current-dictionary): New variable for dictionary in use.
33805 (ispell-dictionary): Now used only for global default.
33806 (ispell-start-process): Set ispell-current-dictionary,
33807 not ispell-dictionary.
33808 (ispell-change-dictionary): Use this only for setting
33809 user preferences.
33810 (ispell-internal-change-dictionary): New function
33811 to change the current dictionary in use.
33812 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33813 Use ispell-current-dictionary.
33814 Handle ispell-local-dictionary-overridden.
33815 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33816
33817 2005-01-31 Jay Belanger <belanger@truman.edu>
33818
33819 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33820
33821 * calc/calc-ext.el: Add calc-latex-language to autoloads.
33822 (calc-mode-map): Add calc-latex-language.
33823
33824 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33825 (math-latex-print-frac): New functions.
33826 (math-oper-table, math-function-table, math-variable-table)
33827 (math-complex-format, math-input-filter): Add latex properties.
33828 (calc-set-language): Set math-expr-special-function-mapping.
33829
33830 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33831 (calc-write-parse-table-part): Add LaTeX support.
33832
33833 * calc/calc.el (calc-language): Adjust docstring.
33834 (calc-set-mode-line): Add LaTeX support.
33835 (math-expr-special-function-mapping): New variable.
33836 (math-tex-ignore-words): Add to list.
33837
33838 * calc/calccomp.el (math-compose-expr, math-compose-rows):
33839 Add LaTeX support.
33840 (math-compose-expr): Add support for special functions.
33841
33842 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33843
33844 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
33845
33846 * progmodes/gdb-ui.el (gdb-memory-address)
33847 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33848 (gdb-memory-mode-map, gdb-memory-format-keymap)
33849 (gdb-memory-format-menu, gdb-memory-unit-keymap)
33850 (gdb-memory-unit-menu): New variables for a buffer
33851 that lets the user examine program memory.
33852 (gdb-memory-set-address, gdb-memory-set-repeat-count)
33853 (gdb-memory-format-binary, gdb-memory-format-octal)
33854 (gdb-memory-format-unsigned, gdb-memory-format-signed)
33855 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33856 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33857 (gdb-memory-unit-word, gdb-memory-unit-halfword)
33858 (gdb-memory-unit-byte, gdb-memory-unit-menu)
33859 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33860 (gdb-memory-mode, gdb-memory-buffer-name)
33861 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33862 New functions for above buffer.
33863
33864 2005-01-30 Richard M. Stallman <rms@gnu.org>
33865
33866 * cus-edit.el (custom-bury-buffer): Function deleted.
33867 (custom-buffer-done-function): Option deleted.
33868 (custom-buffer-done-kill): New replacement option.
33869 (Custom-buffer-done): Call quit-window.
33870 (custom-buffer-create-internal): Update for above changes.
33871
33872 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
33873
33874 * simple.el (undo-ask-before-discard): New var.
33875 (undo-outer-limit-truncate): Implement it.
33876 (undo-extra-outer-limit): Doc update.
33877
33878 2005-01-29 Richard M. Stallman <rms@gnu.org>
33879
33880 * ses.el (undo-more): Delete defadvice.
33881 (ses-begin-change): Doc fix.
33882
33883 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33884 instead of rebinding C-x u and C-_.
33885
33886 * files.el (normal-backup-enable-predicate): Return nil for files
33887 in /tmp, regardless of temporary-file-directory.
33888
33889 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33890
33891 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33892 (open-rectangle, delete-whitespace-rectangle-line)
33893 (clear-rectangle-line): If FILL, pass t instead of FILL
33894 for move-to-column's 2nd arg.
33895
33896 * simple.el (undo): Fix the test for continuing a series of undos.
33897 (undo-more): Set pending-undo-list to t when we reach end.
33898 (pending-undo-list): Move up defvar.
33899
33900 * wid-edit.el (widget-button-click):
33901 Shorten the range of the track-mouse binding.
33902
33903 * comint.el (comint-insert-input): Undo previous changes;
33904 use last-input-event in interactive spec.
33905
33906 2005-01-29 Eli Zaretskii <eliz@gnu.org>
33907
33908 * progmodes/compile.el (compilation-start): Bind buffer-read-only
33909 to nil before invoking call-process. Reset buffer's modified flag
33910 after fontifying it in the no-async branch.
33911
33912 * wid-edit.el (widget-specify-button): If mouse pointer shape
33913 cannot be changed, use mouse face instead.
33914
33915 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
33916
33917 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33918 (gdb-goto-breakpoint): Make breakpoint handling work on template
33919 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
33920 (gdb-assembler-custom): Update to recognize breakpoint information
33921 added on 2005-01-19.
33922
33923 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
33924
33925 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33926 (dsssl-mode): Use define-derived-mode.
33927 (scheme-mode-initialize): Remove.
33928 (scheme-mode): Use run-mode-hooks.
33929
33930 * cus-edit.el (customize-group-other-window)
33931 (custom-buffer-create-other-window): Don't override special-display-*.
33932 (custom-mode-map): Make it dense.
33933
33934 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33935 sets the default value.
33936
33937 2005-01-28 Eli Zaretskii <eliz@gnu.org>
33938
33939 * descr-text.el: Add more keywords.
33940
33941 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
33942
33943 * speedbar.el: Avoid unnecessary use of locate-library.
33944
33945 * international/mule-cmds.el (standard-display-european-internal):
33946 Don't fiddle with latin-1 non-break space any more since it's now
33947 special cased in the C code.
33948 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33949
33950 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
33951
33952 * cus-start.el (all): Add `undo-outer-limit'.
33953
33954 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33955
33956 * textmodes/bibtex.el (bibtex-format-entry):
33957 Use `bibtex-empty-field-re' only on the text of fields, not on entire
33958 field lines.
33959 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33960 not on part of a buffer.
33961
33962 2005-01-25 Lute Kamstra <lute@gnu.org>
33963
33964 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33965 nonempty field text strings like "{letters\\macro{}more letters}".
33966 Clarify docstring.
33967 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33968 (bibtex-entry-offset, bibtex-parse-association)
33969 (bibtex-parse-field-name): Fix typos in docstrings.
33970 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33971
33972 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
33973
33974 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33975 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33976 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33977 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33978
33979 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33980 isearch minor mode.
33981
33982 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
33983
33984 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33985
33986 2005-01-24 Lute Kamstra <lute@gnu.org>
33987
33988 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33989 CASECHARS and NOT-CASECHARS regular expressions of the
33990 "nederlands" and "nederlands8" dictionaries to prevent a "Range
33991 striding over charsets" error.
33992
33993 2005-01-24 Jay Belanger <belanger@truman.edu>
33994
33995 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33996 display variable name.
33997
33998 2005-01-24 Kenichi Handa <handa@m17n.org>
33999
34000 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34001 Fix setting of the element of encoded-kbd-iso2022-invocations.
34002
34003 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34004
34005 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34006 (gdb-threads-select): Change to also accept mouse events.
34007 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34008 (gdb-threads-mouse-select): Delete.
34009
34010 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34011
34012 * files.el (insert-directory): Take care of empty directory,
34013 listed without -a switch.
34014
34015 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34016
34017 * textmodes/refill.el (refill-post-command-function):
34018 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34019 to the list of functions that we should be careful not to undo.
34020 (refill-late-fill-paragraph-function): Remove.
34021 (refill-saved-state): New var.
34022 (refill-mode): Use it to save fill-paragraph-function.
34023 Save also the value of auto-fill-function.
34024
34025 * term/w32-win.el: Simplify code.
34026
34027 2005-01-23 Kim F. Storm <storm@cua.dk>
34028
34029 * simple.el (line-move): Adapt to new return value from
34030 pos-visible-in-window-p.
34031
34032 * simple.el (line-move): Fix last change. Check partial
34033 visibility at point rather than at window-start.
34034
34035 2005-01-22 Jason Rumney <jasonr@gnu.org>
34036
34037 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34038
34039 2005-01-22 David Kastrup <dak@gnu.org>
34040
34041 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34042
34043 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34044
34045 * type-break.el (type-break-mode): Add a test for
34046 type-break-file-name being non-nil.
34047
34048 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34049
34050 * net/eudc.el (top level): Call (message "") via progn, so that
34051 eudc-options-file is loaded.
34052
34053 2005-01-22 Kim F. Storm <storm@cua.dk>
34054
34055 * simple.el (line-move-1): Rename from line-move.
34056 (line-move): New function that adjusts vscroll for partially
34057 visible rows, and calls line-move-1 otherwise.
34058
34059 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34060
34061 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34062 since it's not a complete read-event implementation.
34063
34064 2005-01-20 Jay Belanger <belanger@truman.edu>
34065
34066 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34067 for called function.
34068
34069 2005-01-20 Steven Tamm <steventamm@mac.com>
34070
34071 * term/mac-win.el (process-connection-type): Remove.
34072 Controlled now by s/darwin.h:PTY_ITERATION.
34073
34074 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34075
34076 * window.el (handle-select-window): Don't switch window when we're
34077 in the minibuffer.
34078
34079 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34080
34081 * subr.el (dotimes-with-progress-reporter): New macro.
34082
34083 * ses.el (ses-dotimes-msg): Remove macro.
34084 Use `dotimes-with-progress-reporter' instead.
34085
34086 2005-01-19 Steven Tamm <steventamm@mac.com>
34087
34088 * term/mac-win.el (process-connection-type): Use new
34089 operating-system-release variable to use ptys on Darwin 7 (OS X
34090 10.3) when using carbon build.
34091
34092 2005-01-19 Jay Belanger <belanger@truman.edu>
34093
34094 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34095 flags if the last command was a tab or M-tab.
34096
34097 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34098 in formula editing buffer.
34099
34100 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34101
34102 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34103 breakpoint image symbol in margin.
34104
34105 2005-01-19 Jay Belanger <belanger@truman.edu>
34106
34107 * calc/calc-prog.el (calc-execute-kbd-macro):
34108 Ignore calc-keep-arg-flag.
34109
34110 2005-01-19 Kenichi Handa <handa@m17n.org>
34111
34112 * textmodes/ispell.el (ispell-looking-at): New function.
34113 (ispell-process-line): Use ispell-looking-at to compare the ispell
34114 output and the buffer contents.
34115
34116 2005-01-18 Jay Belanger <belanger@truman.edu>
34117
34118 * calc/calc.el (calc-display-raw): Fix docstring.
34119
34120 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34121
34122 * simple.el (blink-matching-open): Strip extra info from syntax.
34123
34124 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34125 funny chars in the end-of-here-doc marker.
34126
34127 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34128
34129 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34130 that enable/disabled state of breakpoints is shown correctly in
34131 fringe and on ttys.
34132 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34133 Add breakpoint information as text properties.
34134 (gdb-mouse-toggle-breakpoint):
34135 Rename to gdb-mouse-set-clear-breakpoint.
34136 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34137 breakpoints in the margin.
34138 (gdb-remove-strings): Simplify.
34139
34140 2005-01-17 Jay Belanger <belanger@truman.edu>
34141
34142 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34143 erasing buffer.
34144
34145 2005-01-17 Richard M. Stallman <rms@gnu.org>
34146
34147 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34148 for calling grep-compute-defaults.
34149
34150 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34151 if buffer is empty.
34152
34153 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34154
34155 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34156
34157 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34158
34159 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34160 non-preloaded variables.
34161
34162 2005-01-17 Steven Tamm <steventamm@mac.com>
34163
34164 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34165 tex-shell cause to force interactivity when using pipes.
34166
34167 2005-01-17 Kim F. Storm <storm@cua.dk>
34168
34169 * simple.el (just-one-space): Make arg optional.
34170
34171 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34172
34173 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34174 posn-at-x-y to t to access left-margin.
34175
34176 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34177
34178 Sync with Tramp 2.0.47.
34179
34180 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34181 catching keep-date problems in cp/scp operations.
34182 (tramp-handle-copy-file): Don't call `set-file-modes'
34183 unconditionally. Specialized functions should know better what is
34184 necessary. This improves performance a little bit, and the
34185 functions could catch errors with `cp -p' and `scp -p'.
34186 (tramp-do-copy-or-rename-file-via-buffer)
34187 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34188 when appropriate.
34189 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34190 Call `set-file-modes' when appropriate.
34191 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34192 Johnsson <isak@hypergene.com>.
34193 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34194 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34195 <joakim@verona.se>.
34196 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34197 Emacs only.
34198
34199 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34200 `find-file-hooks' and `dired-mode-hook'.
34201 (tramp-minor-mode-map): Respective map. Add remapping for
34202 `compile' and `recompile'.
34203 (tramp-remap-command, tramp-recompile): New defuns.
34204 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34205 in buffer "*Compilation*". Call the commands asynchronously.
34206
34207 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34208 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34209 `shell-command', because it isn't magic in XEmacs. Reported by
34210 Adrian Aichner <adrian@xemacs.org>.
34211
34212 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34213 `substitute-in-file-name.
34214 (tramp-smb-handle-substitute-in-file-name): New defun.
34215 (tramp-smb-advice-PC-do-completion): Delete advice.
34216
34217 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34218
34219 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34220 Fix error in deleting region.
34221
34222 2005-01-15 Richard M. Stallman <rms@gnu.org>
34223
34224 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34225 In non-temp buffer, switch syntax table temporarily.
34226
34227 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34228
34229 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34230
34231 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34232
34233 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34234 (imenu--generic-function): Use START, not BEG, as pos of definition.
34235
34236 * simple.el (just-one-space): Argument specifies number of spaces.
34237
34238 * simple.el (eval-expression-print-format): Avoid warning
34239 about edebug-active.
34240
34241 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34242
34243 * progmodes/sh-script.el: Code copied from make-mode.el
34244 with small changes,
34245 (sh-mode-map): Bind C-c C-\.
34246 (sh-backslash-column, sh-backslash-align): New variables.
34247 (sh-backslash-region, sh-append-backslash): New functions.
34248
34249 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34250
34251 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34252 (rmail-pop-password, rmail-pop-password-required): Move to
34253 rmail-obsolete group.
34254 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34255 All callers updated.
34256 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34257 Take an argument specifying whether it is POP or IMAP mailbox we
34258 are using. All callers updated.
34259 (rmail-pop-password-error): Rename to
34260 rmail-remote-password-error. Added mailutils-specific error message.
34261 (rmail-movemail-search-path)
34262 (rmail-movemail-variant-in-use): New variables.
34263 (rmail-remote-password, rmail-remote-password-required):
34264 New customization variables.
34265 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34266 (rmail-parse-url): New function.
34267 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34268 with GNU mailutils movemail.
34269
34270 2005-01-15 Kevin Ryde <user42@zip.com.au>
34271
34272 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34273 suffix to space, $ or '$, to correctly position point when going
34274 to @table style constants like DBL_MAX.
34275
34276 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34277
34278 * type-break.el (type-break-mode, type-break-file-time)
34279 (type-break-file-keystroke-count, type-break-choose-file):
34280 Don't store data in or load data from the file if type-break-file-name
34281 is nil.
34282 (type-break-file-name): Doc update as per the above.
34283
34284 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34285
34286 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34287 lookup-key might return nil; handle that.
34288
34289 2005-01-15 Alan Mackenzie <acm@muc.de>
34290
34291 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34292 rather than the element found, thus enabling the tree to be setcar'd.
34293
34294 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34295
34296 * textmodes/org.el (org-show-following-heading): New option.
34297 (org-show-hierarchy-above): Use `org-show-following-heading'.
34298 (org-cycle): Documentation fix.
34299
34300 * textmodes/org.el (orgtbl-optimized): New option
34301 (orgtbl-mode): New command, a minor mode.
34302 (orgtbl-mode-map): New variable.
34303 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34304 (orgtbl-error, orgtbl-self-insert-command)
34305 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34306
34307 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34308 a local variable in each org-mode buffer.
34309
34310 * textmodes/org.el (org-set-regexps-and-options): Rename from
34311 `org-set-regexps'. Added checking for STARTUP keyword.
34312 (org-get-current-options): Add STARTUP options.
34313 (org-table-insert-row): Make mode intelligent about when
34314 realignment is needed.
34315 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34316 New commands.
34317 (org-enable-table-editor): New default value `optimized'.
34318 (org-table-blank-field): Support blanking regions if active.
34319
34320 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34321
34322 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34323 if the year is not given.
34324
34325 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34326 Add new escapes %m and %M, fixed bug with %F by adding
34327 save-match-data.
34328 (reftex-reference): Remove ?. from list of spaces.
34329 (reftex-label-info): Add automatic label prefix recognition.
34330
34331 * textmodes/reftex-index.el (reftex-index-next-phrase):
34332 Add slave parameter to call of `reftex-index-this-phrase'.
34333 (reftex-index-this-phrase): New optional argument.
34334 (reftex-index-region-phrases): Add slave parameter to call of
34335 `reftex-index-this-phrase'.
34336 (reftex-display-index): New argument redo.
34337 (reftex-index-rescan): Add `redo' to arguments of
34338 `reftex-display-index'.
34339 (reftex-index-Rescan, reftex-index-revert)
34340 (reftex-index-switch-index-tag): Add `redo' to arguments of
34341 `reftex-display-index'.
34342 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34343 indexing. Fix bug with matching is there is a quote before or
34344 after the word.
34345
34346 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34347 Fix bug when collecting citation keys in lines with comments.
34348 (reftex-citation): Prefix argument no longer rescans the document,
34349 but forces prompting for optional arguments of cite macros.
34350 (reftex-do-citation): Prompting for optional arguments implemented.
34351
34352 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34353 Add optional arguments to most cite commands.
34354 (reftex-cite-cleanup-optional-args): New option
34355 (reftex-cite-prompt-optional-args): New option.
34356 (reftex-trust-label-prefix): New option.
34357
34358 * textmodes/reftex-toc.el (reftex-toc-find-section):
34359 Add push-mark before changing the position in the buffer.
34360
34361 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34362 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34363
34364 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
34365
34366 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34367 more carefully.
34368
34369 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
34370
34371 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34372 (sgml-mode): Use it.
34373 (sgml-get-context): Better keep track of implicitly closed tags.
34374
34375 2005-01-13 Kenichi Handa <handa@m17n.org>
34376
34377 * textmodes/ispell.el: These changes are to fix misalignment error
34378 caused by equivalent characters of different Emacs charsets.
34379 (ispell-unified-chars-table): New variable.
34380 (ispell-get-decoded-string): New function.
34381 (ispell-get-casechars, ispell-get-not-casechars)
34382 (ispell-get-otherchars): Call ispell-get-decoded-string.
34383
34384 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
34385
34386 * custom.el (custom-declare-variable): Just put symbol instead
34387 of (defvar . symbol) in `current-load-list'.
34388
34389 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
34390
34391 * emacs-lisp/elint.el: Fixed typo in Commentary section.
34392
34393 2005-01-12 Jay Belanger <belanger@truman.edu>
34394
34395 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34396 to create a Calc summary.
34397
34398 2005-01-12 Kim F. Storm <storm@cua.dk>
34399
34400 * mouse.el (mouse-on-link-p): Change functionality and doc
34401 string to comply with latest description in lisp ref.
34402
34403 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
34404
34405 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34406 Enable mouse clicks on mode-line, header-line and margin.
34407 (event-type): Give mouse event symbols an `event-kind' property
34408 with value `mouse-click'.
34409
34410 2005-01-12 Juri Linkov <juri@jurta.org>
34411
34412 * facemenu.el (list-colors-display): Add new arg buffer-name.
34413 Use it. Fix docstring. Replace code for identifying duplicate
34414 colors by the name with call to `list-colors-duplicates' which
34415 identifies duplicate colors by the value unless the color
34416 is one of special Windows colors. Set truncate-lines to t.
34417 Print sorted duplicate color names on each line. Indent to 22
34418 \(the longest color name in rgb.txt) instead of 20. Optimize.
34419 (list-colors-duplicates): New function.
34420 (facemenu-color-name-equal): Delete function.
34421
34422 * facemenu.el (list-colors-print): New function created from code
34423 in list-colors-display. Print #RRGGBB at the window right edge.
34424 (list-colors-display): When temp-buffer-show-function is not
34425 defined, call list-colors-print from temp-buffer-show-hook
34426 to get the right value of window-width in list-colors-print
34427 after the buffer is displayed.
34428
34429 * simple.el (pop-mark): Move deactivate-mark out of conditional
34430 part to deactivate the active mark regardless of the state of the
34431 mark ring.
34432
34433 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34434 variables line in desktop files.
34435
34436 2005-01-12 Juri Linkov <juri@jurta.org>
34437
34438 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34439 Bring together isearch highlight related options.
34440 (lazy-highlight): Replace group `replace' by `matching'.
34441 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34442 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34443 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34444 and declare them obsolete.
34445 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34446 (isearch-faces): Remove defgroup.
34447 (isearch-overlay, isearch-highlight, isearch-dehighlight):
34448 Move isearch highlighting code closer to lazy highlighting code.
34449
34450 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34451 (query-replace-highlight, query-replace-lazy-highlight)
34452 (query-replace): Move definitions to the beginning of the file.
34453
34454 2005-01-11 Juri Linkov <juri@jurta.org>
34455
34456 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34457 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34458 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34459
34460 * info.el (Info-history-forward): New variable.
34461 (Info-select-node): Reset Info-history-forward to nil.
34462 (Info-last): Turn into defalias.
34463 (Info-history-back): Rename from Info-last.
34464 Add current node to Info-history-forward.
34465 (Info-history-forward): New fun.
34466 (Info-mode-map): Replace Info-last by Info-history-back.
34467 Bind Info-history-forward to "r".
34468 (Info-mode-menu): Replace Info-last by Info-history-back.
34469 Fix menu item text. Add menu item for Info-history-forward.
34470 (info-tool-bar-map): Replace Info-last by Info-history-back.
34471 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
34472 for Info-history-forward.
34473 (Info-mode): Replace Info-last by Info-history-back in docstring.
34474 Add local variable Info-history-forward.
34475 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34476
34477 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
34478
34479 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34480 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34481 Ignore select-window events rather than fiddle with
34482 mouse-autoselect-window.
34483
34484 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
34485
34486 * type-break.el (type-break-mode): Fix previous change.
34487
34488 2005-01-10 Jay Belanger <belanger@truman.edu>
34489
34490 * calc/calc-ext.el (calc-reset): Reset when inside embedded
34491 calculator; only reset when point is inside a calculator.
34492 Don't adjust the window height if the window takes up the whole height
34493 of the frame.
34494
34495 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
34496
34497 * ebuff-menu.el (Electric-buffer-menu-mode):
34498 Preserve value of buffer-local var header-line-format.
34499
34500 2005-01-09 Jay Belanger <belanger@truman.edu>
34501
34502 * calc/calc.el (calc-mode-var-list-restore-saved-values):
34503 Make sure settings file exists before accessing it.
34504
34505 * calc/calc-embed.el (calc-embedded-subst):
34506 Replace math-multi-subst-rec, which is only supposed to be called
34507 by math-multi-subst, by math-multi-subst.
34508
34509 2005-01-09 Andre Spiegel <spiegel@gnu.org>
34510
34511 * vc.el (vc-allow-async-revert): New user option.
34512 (vc-disable-async-diff): New internal variable.
34513 (vc-revert-buffer): Use them to disable asynchronous diff.
34514
34515 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34516 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34517 asynchronously if vc-disable-async-diff is t.
34518
34519 2005-01-09 Jay Belanger <belanger@truman.edu>
34520
34521 * calc/calc.el (defcalcmodevar): New macro.
34522 (calc-mode-var-list-restore-default-values)
34523 (calc-mode-var-list-restore-saved-values): New functions.
34524 (calc-mode-var-list): Use defcalcmodevar to define it.
34525 (calc-always-load-extensions, calc-line-numbering)
34526 (calc-line-breaking, calc-display-just, calc-display-origin)
34527 (calc-number-radix, calc-leading-zeros, calc-group-digits)
34528 (calc-group-char, calc-point-char, calc-frac-format)
34529 (calc-prefer-frac, calc-hms-format, calc-date-format)
34530 (calc-float-format, calc-full-float-format, calc-complex-format)
34531 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34532 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34533 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34534 (calc-matrix-brackets, calc-language, calc-language-option)
34535 (calc-left-label, calc-right-label, calc-word-size)
34536 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34537 (calc-display-raw, calc-internal-prec, calc-angle-mode)
34538 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34539 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34540 (calc-window-height, calc-display-trail, calc-show-selections)
34541 (calc-use-selections, calc-assoc-selections)
34542 (calc-display-working-message, calc-auto-why, calc-timing)
34543 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34544 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34545 (calc-gnuplot-default-device, calc-gnuplot-default-output)
34546 (calc-gnuplot-print-device, calc-gnuplot-print-output)
34547 (calc-gnuplot-geometry, calc-graph-default-resolution)
34548 (calc-graph-default-resolution-3d, calc-invocation-macro)
34549 (calc-show-banner): Use defcalcmodevar to declare them and set
34550 their default values.
34551
34552 * calc/calc-ext.el (calc-reset): Restore saved values of variables
34553 instead of default values (but restore default values if there is
34554 an argument of 0).
34555
34556 2005-01-09 David Kastrup <dak@gnu.org>
34557
34558 * desktop.el (desktop-restore-eager): Fix typo in type.
34559
34560 2005-01-08 Richard M. Stallman <rms@gnu.org>
34561
34562 * cus-edit.el (customize): Delete :link.
34563
34564 2005-01-08 Jay Belanger <belanger@truman.edu>
34565
34566 * calc/calc.el (calc-mode): Remove the extension from the
34567 `calc-settings-file' file name when loading it.
34568
34569 2005-01-08 Kim F. Storm <storm@cua.dk>
34570
34571 * info.el (Info-mode-map, Info-next-link-keymap)
34572 (Info-prev-link-keymap, Info-up-link-keymap):
34573 Map follow-link to mouse-face.
34574 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34575
34576 2005-01-08 Jay Belanger <belanger@truman.edu>
34577
34578 * calc/calc.el (calc-settings-file): Change default value.
34579 Suggested by cgw in a comment in calc-mode.el.
34580
34581 * calc/calc-mode.el (calc-settings-file-name):
34582 Compare calc-settings-file to user-init-file instead of ~/.emacs.
34583 Replace ~/.emacs in a prompt by calc-settings-file.
34584
34585 2005-01-07 Lars Hansen <larsh@math.ku.dk>
34586
34587 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34588 (desktop-lazy-idle-delay): New customizable variables.
34589 (desktop-buffer-args-list): New variable.
34590 (desktop-append-buffer-args): New function.
34591 (desktop-save): Call desktop-append-buffer-args for some buffers.
34592 (desktop-lazy-create-buffer): New function.
34593 (desktop-idle-create-buffers): New function.
34594 (desktop-read): Add message about buffers to restore lazily.
34595 (desktop-lazy-abort): New command.
34596 (desktop-clear): Call desktop-lazy-abort.
34597 (desktop-lazy-complete): New command.
34598
34599 2005-01-06 Richard M. Stallman <rms@gnu.org>
34600
34601 * emacs-lisp/find-func.el (find-face-definition):
34602 Rename from find-face.
34603
34604 2005-01-06 Kim F. Storm <storm@cua.dk>
34605
34606 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34607
34608 * man.el (Man-xref-man-page, Man-xref-header-file)
34609 (Man-xref-normal-file): Add follow-link property.
34610
34611 2005-01-06 Jay Belanger <belanger@truman.edu>
34612
34613 * calc/calc-units.el: Make sure the proper macro definitions are
34614 available when compiling.
34615
34616 2005-01-06 Juri Linkov <juri@jurta.org>
34617
34618 * isearch.el (isearch-lazy-highlight-update):
34619 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34620
34621 2005-01-06 Miles Bader <miles@gnu.org>
34622
34623 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34624 (isearch-lazy-highlight-face): Use new name.
34625
34626 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
34627
34628 * uniquify.el (uniquify-rationalize-file-buffer-names):
34629 Re-add an interactive spec.
34630 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34631 to the same name.
34632
34633 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34634 (isearch-update, isearch-done): Adjust calls accordingly.
34635
34636 2005-01-05 Richard M. Stallman <rms@gnu.org>
34637
34638 * custom.el (custom-set-variables, custom-theme-set-variables):
34639 Clarify documentation.
34640
34641 * emacs-lisp/find-func.el (find-variable)
34642 (find-variable-other-window, find-variable-other-frame):
34643 Fix the TYPE args to find-function-read and find-function-do-it.
34644 (find-function): Doc fix.
34645 (find-function-at-point): Replace function-at-point alias.
34646
34647 2005-01-04 Richard M. Stallman <rms@gnu.org>
34648
34649 * cus-face.el (custom-declare-face):
34650 Record defface in current-load-list.
34651
34652 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34653
34654 * emacs-lisp/find-func.el: Doc fixes.
34655 (find-face-regexp): New variable.
34656 (find-function-regexp-alist): New variable.
34657 (find-function-C-source): Third arg is now TYPE.
34658 (find-function-search-for-symbol): Handle general TYPE.
34659 (find-function-read, find-function-do-it): Handle general TYPE.
34660 (find-definition-noselect, find-face): New functions.
34661 (function-at-point): Alias deleted.
34662
34663 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34664
34665 * battery.el (display-battery-mode): Rename from display-battery.
34666 Handle the case where it gets turned off.
34667
34668 2005-01-04 Richard M. Stallman <rms@gnu.org>
34669
34670 * cus-edit.el (customize): Make :link point to user doc.
34671
34672 * man.el (Man-fontify-manpage): Turn off undo generation.
34673
34674 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34675
34676 2005-01-04 Andreas Schwab <schwab@suse.de>
34677
34678 * files.el (insert-directory): Only look for error lines in
34679 inserted text. Don't move too far after processing --dired markers.
34680
34681 2005-01-04 Richard M. Stallman <rms@gnu.org>
34682
34683 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34684 Don't expand if the character is @, period, dash, etc.
34685 (define-mail-abbrev): Quote names that contain problem characters.
34686
34687 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
34688
34689 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34690
34691 2005-01-03 Richard M. Stallman <rms@gnu.org>
34692
34693 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34694 (query-replace-highlight, query-replace-lazy-highlight)
34695 (query-replace): Definitions moved up. Doc fix.
34696
34697 2005-01-03 Richard M. Stallman <rms@gnu.org>
34698
34699 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34700 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34701 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34702 (lazy-highlight-face): Rename from isearch-lazy-...
34703 Change all references to them.
34704
34705 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
34706
34707 * cus-edit.el (custom-file): Doc fix for defcustom.
34708 (custom-file): The function no longer sets the variable
34709 `custom-file' to its return value.
34710
34711 * startup.el (command-line): No longer load `custom-file'.
34712
34713 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
34714
34715 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34716
34717 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34718 Don't confuse module-prefixed identifiers for labels.
34719 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34720
34721 2005-01-02 Richard M. Stallman <rms@gnu.org>
34722
34723 * files.el (basic-save-buffer-1): Fix previous change.
34724
34725 * loadhist.el (file-loadhist-lookup): New function.
34726 (file-provides, file-requires): Use it.
34727
34728 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34729 instead of calculating the right size.
34730
34731 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
34732
34733 * vc-svn.el (vc-svn-diff): Stay local if possible.
34734
34735 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
34736
34737 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34738
34739 * files.el (hack-local-variables): Fix last change.
34740
34741 2005-01-02 Jay Belanger <belanger@truman.edu>
34742
34743 * calc/calc-yank.el (calc-edit-top): New variable.
34744 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34745 object. Change header properties.
34746 (calc-edit-finish, calc-edit-finish-stack-object)
34747 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34748 edited object.
34749 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34750 for the beginning of the edited object.
34751 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34752 for the beginning of the edited object.
34753 * calc/calc-prog.el (calc-edit-macro-finish-edit)
34754 (calc-finish-formula-edit, calc-macro-repeats)
34755 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34756 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34757 beginning of the edited object.
34758 (calc-user-define-edit): Change the header for editing macros.
34759 Remove unnecessary variable.
34760
34761 2005-01-01 Jay Belanger <belanger@truman.edu>
34762
34763 * calc/calc-yank.el (calc-edit-mode): Change default header.
34764 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34765 * calc/calc-store.el (calc-edit-variable): Change title to match new
34766 header.
34767 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34768 mode to match new header.
34769 (calc-user-define-edit): Change titles to include names of commands.
34770 (calc-finish-formula-edit): Adjust to handle new header.
34771 (calc-finish-macro-edit): Remove.
34772 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34773 (calc-edit-macro-command, calc-edit-macro-command-type)
34774 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34775 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34776 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34777 (calc-edit-macro-finish-edit): New functions.
34778 (calc-user-define-edit): Use new functions to edit named calc macros.
34779
34780 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
34781
34782 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34783
34784 * ses.el (copy-region-as-kill): Deactivate mark.
34785
34786 2005-01-01 Richard M. Stallman <rms@gnu.org>
34787
34788 * replace.el (occur-1): If the output buffer is also an input,
34789 don't kill it, rename it.
34790
34791 * faces.el (set-face-background, set-face-foreground): Doc fix.
34792
34793 * cus-face.el (custom-face-attributes): Fix :help-echo strings
34794 for :foreground and :background.
34795
34796 * dired.el (dired-view-command-alist): Variable deleted.
34797 (dired-view-file, dired-mouse-find-file-other-window):
34798 Delete the code to use it.
34799
34800 2005-01-01 Kim F. Storm <storm@cua.dk>
34801
34802 * image.el (insert-sliced-image): Use t for line-height property.
34803
34804 See ChangeLog.11 for earlier changes.
34805
34806 ;; Local Variables:
34807 ;; coding: iso-2022-7bit
34808 ;; add-log-time-zone-rule: t
34809 ;; End:
34810
34811 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34812
34813 This file is part of GNU Emacs.
34814
34815 GNU Emacs is free software; you can redistribute it and/or modify
34816 it under the terms of the GNU General Public License as published by
34817 the Free Software Foundation; either version 3, or (at your option)
34818 any later version.
34819
34820 GNU Emacs is distributed in the hope that it will be useful,
34821 but WITHOUT ANY WARRANTY; without even the implied warranty of
34822 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34823 GNU General Public License for more details.
34824
34825 You should have received a copy of the GNU General Public License
34826 along with GNU Emacs; see the file COPYING. If not, write to the
34827 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34828 Boston, MA 02110-1301, USA.
34829
34830 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1