]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(browse-url-emacs): New function.
[gnu-emacs] / lisp / ChangeLog
1 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2
3 * net/browse-url.el (browse-url-emacs): New function.
4
5 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
8 warning if the file uses old style backquotes.
9
10 * emacs-lisp/bytecomp.el (byte-compile-log-file)
11 (byte-recompile-directory, byte-compile-file)
12 (byte-compile-from-buffer): Use with-current-buffer.
13
14 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
15 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
16 (line-move-1, line-move-finish, line-move-to-column)
17 (move-end-of-line, move-beginning-of-line): Use new name.
18
19 2007-08-22 Glenn Morris <rgm@gnu.org>
20
21 * files.el (backup-buffer-copy): Check backup directory is
22 writable, to avoid infloop deleting old backup.
23
24 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
25 movemail related variables.
26 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
27 will now be set before this is called.
28
29 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
32
33 * progmodes/ada-mode.el: Fix up comment style in header.
34 (ada-check-emacs-version): Remove.
35 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
36 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
37 to try and quieten the byte-compiler.
38 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
39
40 * vc.el (vc-annotate-warp-version): Don't use previous-line.
41
42 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
43
44 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
45 extracted from `eval-last-sexp-1'.
46 (eval-last-sexp-1): Call `preceding-sexp'.
47
48 2007-08-19 Glenn Morris <rgm@gnu.org>
49
50 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
51 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
52 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
53 shadow files messing up the compilation.
54
55 2007-08-18 Glenn Morris <rgm@gnu.org>
56
57 * progmodes/scheme.el (scheme-mode-variables):
58 Set font-lock-comment-start-skip.
59
60 2007-08-18 Martin Rudalics <rudalics@gmx.at>
61
62 * progmodes/ada-mode.el (ada-create-syntax-table):
63 Move set-syntax-table from here to ...
64 (ada-mode): ... here. Don't change global value of comment-multi-line.
65 Call new function ada-initialize-syntax-table-properties.
66 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
67 (ada-deactivate-properties, ada-initialize-properties):
68 Replace by new functions ...
69 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
70 (ada-initialize-syntax-table-properties): ... to set up syntax-table
71 properties uniformly, independently from whether font-lock-mode
72 is enabled or not. Handle read-only buffers and do not change
73 undo-list when setting syntax-table properties.
74 (ada-after-change-function): Use ada-set-syntax-table-properties.
75
76 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
77
78 * progmode/cperl-mode.el (cperl-look-at-leading-count)
79 (cperl-find-pods-heres): Fix an error when typing expressions like
80 `s{a}{b}'.
81
82 2007-08-17 Glenn Morris <rgm@gnu.org>
83
84 * progmodes/compile.el (compilation-get-file-structure): Make use
85 of the directory part when checking for an existing entry, to
86 handle files with same basename in different directories.
87
88 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
89
90 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
91 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
92 (ps-paragraph-spacing): Docstring fix.
93
94 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * smerge-mode.el (smerge-resolve): New arg `safe'.
97 (smerge-resolve-all, smerge-batch-resolve): New function.
98 (smerge-refine): Make sure `diff' returns the expected result.
99 (smerge-parsep-re): New const.
100 (smerge-mode): Use it to adjust paragraph-separate.
101
102 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
103 Correctly match / regexp matchers as first char on a line when
104 fontifying only that line.
105
106 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
107
108 2007-08-16 Glenn Morris <rgm@gnu.org>
109
110 * ps-print.el (ps-font-size): Doc fix.
111
112 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * vc-bzr.el: Don't fiddle with vc-handled-backend.
115 (vc-bzr-registered): Don't redundantly protect against
116 file-error. Actually use the format-specific code.
117 (vc-bzr-buffer-nonblank-p): Remove.
118 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
119
120 2007-08-15 Glenn Morris <rgm@gnu.org>
121
122 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
123 sloppier, for the sake of GNU Mailman.
124 (rmail-digest-rfc1153): Initialize `result' correctly.
125
126 2007-08-14 Glenn Morris <rgm@gnu.org>
127
128 * simple.el (bad-packages-alist): New constant.
129 (bad-package-check): New function. Together, these two add
130 elements to `after-load-alist' to check for problematic external
131 packages.
132 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
133
134 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
135
136 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
137 optional quotes around files in NEED-UPDATE . REMOVED case.
138
139 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
140 (ada-treat-cmd-string): Improve error message.
141 (ada-do-file-completion): Call `ada-require-project-file', so
142 project variables are set properly.
143 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
144 (ada-gnatfind-buffer-name): New constant.
145 (ada-find-any-references): Use new constant. Set buffer name
146 properly in compilation-start. Toggle read-only properly.
147 (ada-find-in-src-path): Fix spelling error in docstring.
148
149 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
150 by zero error.
151
152 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
153
154 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
155
156 2007-08-12 Richard Stallman <rms@gnu.org>
157
158 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
159 (cvs-execute-single-file): Use new name split-string-and-unquote.
160 (cvs-header-msg): Use new name combine-and-quote-strings.
161
162 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
163
164 * progmodes/gud.el (gud-common-init): Use new name
165 split-string-and-unquote.
166
167 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
168 in javac regexp.
169
170 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
171 combine-and-quote-strings and split-string-and-unquote.
172
173 * subr.el (combine-and-quote-strings): Rename from strings->string.
174 (split-string-and-unquote): Rename from string->strings.
175
176 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
179 to buffer-local settings.
180
181 * emacs-lisp/backquote.el (backquote-delay-process): New function.
182 (backquote-process): Add internal arg `level'. Use the two to
183 correctly handle nested backquotes.
184
185 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
186
187 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
188 (vc-bzr-state-words): Add "kind changed" state word.
189 (vc-bzr-status): New function. Return Bzr idea of file status,
190 which is different from VC's.
191 (vc-bzr-state): Use vc-bzr-status.
192 (vc-workfile-unchanged-p): Use vc-bzr-status.
193 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
194 (vc-dired-state): Process "kind changed" state word.
195
196 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
199
200 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
201 Move from vc-default-find-file-not-found-hook.
202
203 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
204
205 * url/url-auth.el (url-basic-auth): When prompting for username
206 and password, default to the username and password in the URL.
207
208 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * man.el: Remove spurious * in docstrings.
211 Merge defvars and toplevel setq-defaults.
212 (Man-highlight-references0): Limit=nil rather than point-max.
213 (Man-mode-map): Move initialization into the declaration.
214 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
215 (Man-view-header-file): Use expand-file-name rather than concat.
216 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
217
218 * man.el (Man-next-section): Make sure we do not move backward.
219
220 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
221
222 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
223 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
224 ps-print-color-p is neither nil nor black-white. Reported by Christian
225 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
226
227 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * files.el (auto-mode-alist): Use the purecopied text (duh!).
230
231 2007-08-08 Andreas Schwab <schwab@suse.de>
232
233 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
234 self-insert-command, not self-insert.
235
236 2007-08-08 Glenn Morris <rgm@gnu.org>
237
238 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
239
240 * Replace `iff' in doc-strings and comments.
241
242 * help-mode.el (help-make-xrefs): Search for symbol constituents,
243 rather than just `-'.
244
245 2007-08-08 Martin Rudalics <rudalics@gmx.at>
246
247 * dired.el (dired-pop-to-buffer):
248 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
249 * calendar/calendar.el (generate-calendar-window):
250 * progmodes/compile.el (compilation-set-window-height):
251 * textmodes/two-column.el (2C-two-columns, 2C-merge):
252 Use window-full-width-p instead of comparing frame-width and
253 window-width.
254
255 * progmodes/compile.el (compilation-find-buffer): Remove extra
256 argument in call to compilation-buffer-internal-p.
257
258 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
259
260 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
261 parameters IDENTIFICATION and CONNECTED.
262 (tramp-handle-insert-file-contents): VISIT must be handled after
263 insertion of the local copy. Reported by Peter Gordon
264 <peter@pg-consultants.com>.
265 (tramp-file-name-handler): No special handling for
266 `expand-file-name'. But for `file-name-as-directory'.
267 (tramp-find-shell, tramp-open-connection-telnet)
268 (tramp-open-connection-rsh, tramp-open-connection-su)
269 (tramp-open-connection-multi)
270 (tramp-open-connection-setup-interactive-shell): Guard against
271 $PROMPT_COMMAND shell var. Reported by Steve Youngs
272 <steve@sxemacs.org>.
273 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
274 the hint.
275
276 * net/trampver.el: Update release number.
277
278 2007-08-07 Tom Tromey <tromey@redhat.com>
279
280 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
281 Add safe-local-variable property.
282
283 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
284
285 * image-mode.el (image-toggle-display): Use image-refresh.
286
287 * longlines.el (longlines-decoded): New variable.
288 (longlines-mode): Avoid encoding or decoding the buffer twice.
289
290 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
291
292 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
293 unofficial version.
294 (vc-bzr-command): Remove redundant setting of process-connection-type.
295 (vc-bzr-admin-checkout-format-file): Add autoload.
296 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
297 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
298 (vc-bzr-registered): Compare dirstate format tag with known good
299 value, abort parsing if match fails. Warn user in docstring.
300 (vc-bzr-workfile-version): Case for different Bzr branch formats.
301 See bzrlib/branch.py in Bzr sources.
302 (vc-bzr-diff): First argument FILES may be a string rather than a list.
303 (vc-bzr-shell-command): Remove in favor of
304 vc-bzr-command-discarding-stderr.
305 (vc-bzr-command-discarding-stderr): New function.
306
307 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
308
309 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
310 program, and return nil
311 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
312 (vc-bzr-state): Look for path names relative to the repository
313 root after status keyword.
314 (vc-bzr-file-name-relative): New function.
315 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
316 depend on it.
317 (vc-bzr-admin-dirname, ...-checkout-format-file)
318 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
319 files that we now parse directly for speed.
320 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
321 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
322 (vc-bzr-state): "bzr status" successful only if exitcode is 0
323 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
324 Bzr warnings, so we must discard it.
325 (vc-bzr-workfile-version): Speedup counting lines from
326 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
327 if that file doesn't exist.
328 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
329 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
330 (not ".bzr"!) to `vc-directory-exclusion-list'
331 (vc-bzr-shell-command): New function.
332
333 2007-08-06 Tom Tromey <tromey@redhat.com>
334
335 * diff-mode.el (diff-unified->context, diff-reverse-direction)
336 (diff-fixup-modifs): Typo in docstring.
337
338 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
341 count-screen-lines.
342 (tpu-edt-off): Disable relevant pieces of advice.
343
344 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
345 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
346 (newline, newline-and-indent, do-auto-fill): Use advice instead of
347 redefining the function.
348 (tpu-set-scroll-margins): Activate the pieces of advice.
349
350 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
351
352 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
353 process-filter.
354
355 2007-08-06 Martin Rudalics <rudalics@gmx.at>
356
357 * help.el (resize-temp-buffer-window): Use window-full-width-p
358 instead of comparing frame-width and window-width.
359
360 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
361
362 * term.el: Honor term-default-fg-color and term-default-bg-color
363 settings when modifying term-current-face.
364 (term-default-fg-color, term-default-bg-color): Initialize from
365 default term-current-face.
366 (term-mode, term-reset-terminal): Set term-current-face with
367 term-default-fg-color and term-default-bg-color.
368 (term-handle-colors-array): term-current-face has term-default-fg-color
369 and term-default-bg-color after reset escape sequence.
370 (term-handle-colors-array): Set term-current-color with
371 term-default-fg/bg-color instead of ansi-term-color-vector when the
372 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
373
374 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
375
376 * files.el (set-auto-mode): Handle also remote files wrt
377 `auto-mode-alist'.
378
379 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
380 remote identification.
381
382 2007-08-04 Glenn Morris <rgm@gnu.org>
383
384 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
385 zero, not nil, when the library is first loaded. Check for a file
386 that has been modified on disk.
387
388 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
389 Remove duplicate defvar preventing initialization.
390 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
391
392 2007-08-03 Miles Bader <miles@gnu.org>
393
394 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
395 backend names for new backends to `Git', `Hg', and `Bzr'.
396 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
397 not `HG'.
398 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
399 name, not `GIT'.
400 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
401 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
402
403 2007-08-03 Glenn Morris <rgm@gnu.org>
404
405 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
406
407 2007-08-02 Richard Stallman <rms@gnu.org>
408
409 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
410 to update deleted flag.
411
412 * cus-edit.el (customize-apropos, customize-apropos-options)
413 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
414
415 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
416
417 * startup.el (fancy-splash-head, startup-echo-area-message):
418 Change message text.
419
420 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
421 All callers use line-move.
422
423 * progmodes/compile.el (compilation-find-buffer): Return current
424 buffer immediately if suitable.
425 (compile, compilation-buffer-name, compilation-start): Doc fixes.
426
427 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
430 Make it more discriminating and more useful.
431 (vc-bzr-root-dir): Use new name.
432 (vc-bzr-registered): Use new name and look at the dirstate file to
433 determine if it's registered or not without running `bzr'.
434
435 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
436
437 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
438
439 2007-07-31 Drew Adams <drew.adams@oracle.com>
440
441 * cus-edit.el (custom-group-value-create, custom-goto-parent):
442 Fix parent groups link.
443
444 2007-07-31 Daiki Ueno <ueno@unixuser.org>
445
446 * faces.el (face-normalize-spec): New function.
447 (frame-set-background-mode): Normalize face-spec before calling
448 face-spec-match-p.
449
450 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * vc-bzr.el: New file (copied from the trunk).
453
454 * vc-hooks.el (vc-handled-backends): Add BZR.
455 (vc-find-file-hook): Failsafe if the backend's `registered'
456 function burps.
457
458 * server.el (server-window): Add switch-to-buffer-other-frame option.
459
460 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
461
462 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
463 (vc-git-revision-completion-table): Enable.
464
465 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
466
467 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
468
469 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
470 (vc-hg-registered): Set the vc-state property.
471
472 * diff-mode.el (diff-mode-menu): New entries.
473
474 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
477 (diff-file-kill): Use it.
478 (diff-beginning-of-hunk): Add arg `try-harder' using it.
479 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
480 Use it so they find the hunk even when we're in the file header.
481
482 * vc.el: Add new VC operation `revision-completion-table'.
483 (vc-default-revision-completion-table): New function.
484 (vc-version-diff, vc-version-other-window): Use it to provide
485 completion of revision names if the backend provides it.
486
487 * vc-arch.el (vc-arch--version-completion-table)
488 (vc-arch-revision-completion-table): New functions to provide
489 completion of revision names.
490
491 * vc-cvs.el: Require CL.
492 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
493 New functions to provide completion of revision names.
494
495 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
496
497 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
498 (copyright-fix-years, copyright): Correctly handle the case where
499 copyright-limit is nil.
500
501 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
502
503 * progmodes/python.el (run-python): Fix path separator under w32.
504
505 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
506
507 * vc-git.el: New File.
508
509 2007-07-28 Alan Mackenzie <acm@muc.de>
510
511 Fix problem with modes derived from CC Mode:
512 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
513 macro to cc-langs.
514 (c-init-language-vars-for): Remove call to above macro.
515 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
516 been moved to here.
517 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
518
519 2007-07-28 Eli Zaretskii <eliz@gnu.org>
520
521 * net/trampver.el: Fix the `coding' cookie.
522
523 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
524
525 * add-log.el (change-log-redate): Remove (not needed anymore and
526 doesn't appear to work).
527
528 2007-07-25 Glenn Morris <rgm@gnu.org>
529
530 * Relicense all FSF files to GPLv3 or later.
531
532 * COPYING: Switch to GPLv3.
533
534 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
537 Replace it with another one which disables undo before calling
538 erase-buffer and then turns it back on if needed.
539
540 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
541
542 * ps-print.el: Problem with foreground and background color when
543 printing a buffer with and without faces. Reported by Christian
544 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
545 (ps-print-version): New version 6.7.5.
546 (ps-default-fg): Change default value to nil, so black color is used
547 when a face does not specify a foreground color.
548 (ps-default-bg): Change default value to nil, so white color is used
549 for background color.
550 (ps-begin-job): Fix code.
551
552 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
553
554 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
555
556 2007-07-24 Alan Mackenzie <acm@muc.de>
557
558 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
559 Initialise byte-compile-unresolved-functions before rather than
560 after a compilation.
561 (byte-compile-unresolved-functions): Amplify doc string.
562
563 2007-07-24 Glenn Morris <rgm@gnu.org>
564
565 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
566 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
567 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
568 (cal-tex-cursor-week, cal-tex-cursor-week2)
569 (cal-tex-cursor-week-iso, cal-tex-week-hours)
570 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
571 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
572 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
573
574 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
577
578 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
581 underlying file is uptodate.
582
583 2007-07-23 Richard Stallman <rms@gnu.org>
584
585 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
586
587 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
590 (sh-font-lock-flush-syntax-ppss-cache): New funs.
591 (sh-font-lock-syntactic-keywords): Use them to distinguish the
592 different possible cases for \'.
593 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
594
595 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
596 `file' from which to start the search and fix case where `file' is the
597 current directory and the root as well.
598
599 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
600 name for buffer-file-name if it refers to a directory.
601
602 2007-07-22 Jason Rumney <jasonr@gnu.org>
603
604 * w32-fns.el (set-default-process-coding-system): Use dos line ends
605 for input to cmdproxy on all versions of Windows.
606 Use dos line ends for input to plink.
607
608 * comint.el (comint-simple-send): Concat newline before sending.
609 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
610
611 2007-07-22 Juri Linkov <juri@jurta.org>
612
613 * isearch.el (isearch-edit-string): Save old point and
614 isearch-other-end to old-point and old-other-end before reading
615 the search string from minibuffer. After exiting minibuffer set
616 point to old-other-end if point and the search direction is the
617 same as before reading the search string.
618 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
619 to isearch-other-end. Instead of isearch-search-and-update call
620 three functions isearch-search, isearch-push-state and isearch-update.
621
622 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
623
624 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
625 destroying an existing buffer.
626
627 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
628
629 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
630
631 * term/x-win.el (x-handle-no-bitmap-icon): New function.
632
633 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
634
635 * textmodes/reftex.el (reftex-access-parse-file): Create parse
636 file in a way that does not interfere with recentf.
637
638 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
639
640 * image-dired.el (image-dired-sane-db-file): New func.
641 (image-dired-write-tags, image-dired-remove-tag)
642 (image-dired-list-tags, image-dired-write-comments)
643 (image-dired-get-comment, image-dired-mark-tagged-files)
644 (image-dired-create-gallery-lists): Call new func.
645 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
646
647 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
648
649 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
650 (vc-hg-dir-state): Fix loop.
651 (vc-hg-print-log): Fix expected return value for vc-hg-command.
652 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
653 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
654 (vc-hg-revert): Likewise.
655 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
656
657 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
658
659 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
660 case of alignment under a constant symbol, find and consider
661 the sexp actually at indentation to be the "last sexp".
662
663 2007-07-20 Eli Zaretskii <eliz@gnu.org>
664
665 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
666 (install): Use them to copy all *.el files before *.elc.
667 (clean): Don't delete *~.
668
669 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
670
671 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
672
673 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
674
675 * vc-hg.el (vc-hg-registered): Replace if with when.
676 (vc-hg-state): Deal with nonexistent files.
677
678 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
679
680 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
681 (follow-delete-other-windows-and-split, follow-recenter)
682 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
683 (follow-redisplay, follow-estimate-first-window-start)
684 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
685 Fix typos in docstrings.
686
687 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
688
689 * bookmark.el (bookmark-show-all-annotations):
690 Make sure each inserted annotation ends with newline.
691
692 (bookmark-maybe-sort-alist): Don't modify
693 bookmark-alist. Instead, if not sorting, simply return it.
694 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
695 for its return value, not for its side effect.
696
697 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
698
699 * vc.el: Add more info about the vc-registered function.
700
701 2007-07-16 David Kastrup <dak@gnu.org>
702
703 * emacs-lisp/advice.el (defadvice): Doc fix.
704
705 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
706
707 * subr.el (when, unless): Doc fix.
708
709 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
710
711 * vc-hg.el (vc-hg-state): Handle removed files.
712 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
713 (vc-hg-checkout): Re-enable.
714
715 2007-07-15 Richard Stallman <rms@gnu.org>
716
717 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
718
719 * tutorial.el (tutorial--find-changed-keys):
720 Handle C-x specially like ESC.
721
722 2007-07-15 Roland McGrath <roland@frob.com>
723
724 * add-log.el (add-change-log-entry): Check add-log-full-name
725 and add-log-mailing-address later, after change-log-mode-hook.
726
727 2007-07-15 Richard Stallman <rms@gnu.org>
728
729 * isearch.el (isearch-mode, isearch-done):
730 Delete unintended code in previous change.
731
732 * ps-print.el (ps-default-bg): Change to White.
733
734 2007-07-15 Aaron Hawley <aaronh@garden.org>
735
736 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
737
738 2007-07-15 Martin Rudalics <rudalics@gmx.at>
739
740 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
741 when handling the terminating event.
742
743 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
744
745 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
746
747 2007-07-13 Eli Zaretskii <eliz@gnu.org>
748
749 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
750 (install): Use them to copy all *.el files before *.elc.
751
752 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
753
754 * replace.el (match): Use yellow1 instead of yellow.
755
756 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
757
758 * pcvs-info.el (cvs-unknown): Likewise.
759
760 2007-07-12 Davis Herring <herring@lanl.gov>
761
762 * desktop.el (desktop-buffer-info, desktop-save):
763 Use `desktop-dirname' instead of `dirname'.
764
765 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
766
767 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
768
769 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
770
771 2007-07-10 Richard Stallman <rms@gnu.org>
772
773 * emacs-lisp/lisp-mode.el (eval-defun):
774 Explain special handling of `defface'.
775
776 2007-07-09 Richard Stallman <rms@gnu.org>
777
778 * isearch.el (isearch-edit-string): Call to isearch-push-state
779 after the search.
780
781 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
782
783 * cus-start.el (file-coding-system-alist): Fix custom type.
784
785 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
786
787 * longlines.el (longlines-wrap-region): Avoid marking buffer as
788 modified.
789 (longlines-auto-wrap, longlines-window-change-function):
790 Remove unnecessary calls to set-buffer-modified-p.
791
792 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * vc.el (vc-default-log-view-mode): New function.
795 (vc-print-log): Add new `log-view-mode' VC operation.
796
797 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
798
799 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
800 Rename and move to...
801
802 * subr.el (strings->string, string->strings): ...here.
803
804 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
805 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
806
807 * progmodes/gud.el (gud-common-init): Call string->strings instead
808 of split-string.
809
810 2007-07-07 Eli Zaretskii <eliz@gnu.org>
811
812 * term/w32-win.el (menu-bar-open): New function.
813 Bind <f10> to it.
814
815 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
816
817 * log-view.el (log-view-mode-menu): New menu.
818
819 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
820
821 * vc-hg.el: New file.
822
823 2007-07-06 Andreas Schwab <schwab@suse.de>
824
825 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
826 dynamic bindings around the evaluation of the expression.
827 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
828
829 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
830
831 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
832 file names.
833
834 2007-07-02 Martin Rudalics <rudalics@gmx.at>
835
836 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
837
838 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
839 event is not a cons cell. Do not unread drag-mouse-1 events.
840 Select right window in check whether space was stolen from
841 window above.
842
843 2007-07-01 Richard Stallman <rms@gnu.org>
844
845 * files.el (find-file-visit-truename): Fix safe-local-variable value.
846
847 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
848
849 * generic-x.el (generic-define-mswindows-modes)
850 (generic-define-unix-modes, apache-log-generic-mode)
851 (bat-generic-mode-keymap, java-manifest-generic-mode)
852 (show-tabs-generic-mode): Fix typos in docstrings.
853
854 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
855
856 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
857 replace-regexp-in-string.
858
859 2007-06-28 Andreas Schwab <schwab@suse.de>
860
861 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
862 $(lisp)/subdirs.el.
863
864 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
865
866 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
867 the speedbar frame if nil; that deletes the current frame or
868 causes an error if it is the only frame.
869 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
870
871 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
872
873 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
874 directory where the desktop file was found, as the docstring says.
875 (desktop-kill): Use `read-directory-name'.
876
877 * desktop.el (desktop-load-locked-desktop): New option.
878 (desktop-read): Use it.
879 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
880 Use `when'.
881
882 2007-06-24 Davis Herring <herring@lanl.gov>
883
884 * desktop.el (desktop-save-mode-off): New function.
885 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
886 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
887 (desktop-claim-lock, desktop-release-lock): New functions.
888 (desktop-kill): Tell `desktop-save' that this is the last save.
889 Release the lock afterwards.
890 (desktop-buffer-info): New function.
891 (desktop-save): Use it. Run `desktop-save-hook' where the doc
892 says to. Detect conflicts, and manage the lock.
893 (desktop-read): Detect conflicts. Manage the lock.
894
895 2007-06-23 Eli Zaretskii <eliz@gnu.org>
896
897 * ls-lisp.el (insert-directory): If an invalid regexp error is
898 thrown, try using FILE as a literal file name, not a wildcard.
899 Check for FILE as an existing file, not just a directory.
900
901 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
902
903 * ruler-mode.el (ruler-mode): Prevent clobbering the original
904 `header-line-format' when reentering ruler mode.
905
906 2007-06-23 Eli Zaretskii <eliz@gnu.org>
907
908 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
909 FILE exists as a directory.
910
911 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
914 (vera-font-lock-match-item): Fix doc string.
915 (vera-in-comment-p): Remove unused function.
916 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
917 use `syntax-ppss'.
918 (vera-forward-syntactic-ws): Fix argument order.
919 (vera-prepare-search): Use `with-syntax-table'.
920 (vera-indent-line): Fix doc string.
921 (vera-electric-tab): Fix doc string.
922 (vera-expand-abbrev): Define alias instead of using `fset'.
923 (vera-comment-uncomment-region): Use `comment-start-skip'.
924
925 2007-06-20 Reto Zimmermann <reto@gnu.org>
926
927 * progmodes/vera-mode.el: New file.
928
929 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
930
931 * ido.el (ido-find-file-in-dir): Don't signal an error for
932 empty directories.
933
934 2007-06-18 Alan Mackenzie <acm@muc.de>
935
936 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
937 When removing lines, also remove the \n. Correction of patch of
938 2007-04-21.
939
940 2007-06-17 Glenn Morris <rgm@gnu.org>
941
942 * lpr.el (lpr-page-header-switches): Move %s to separate element
943 for correct quoting. Doc fix.
944
945 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
946
947 * term/xterm.el (terminal-init-xterm): Escape parens in character
948 constants.
949
950 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
951
952 * scroll-lock.el (scroll-lock-mode): Doc fix.
953
954 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * font-lock.el (font-lock-add-keywords): In case font-lock was only
957 half-activated, forcefully activate it completely.
958
959 2007-06-11 Richard Stallman <rms@gnu.org>
960
961 * cus-edit.el (custom-variable-type): Doc fix.
962
963 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
964
965 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
966
967 2007-06-09 Davis Herring <herring@lanl.gov>
968
969 * desktop.el (desktop-minor-mode-table): Doc fix.
970
971 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
972
973 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
974 (image-next-line, image-previous-line, image-scroll-up)
975 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
976 New functions.
977 (image-mode-map): Remap motion commands.
978 (image-mode-text-map): New keymap for viewing images as text.
979 (image-mode): Use image-mode-map.
980 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
981
982 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
983
984 Sync with Tramp 2.0.56.
985
986 * net/tramp.el:
987 * net/tramp-ftp.el:
988 * net/tramp-smb.el:
989 * net/tramp-util.el:
990 * net/tramp-vc.el:
991 Don't load cl.el, because that pollutes the namespace. Replace cl
992 macros by their implementations where necessary. Requested by
993 Richard Stallman <rms@gnu.org>.
994
995 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
996 doesn't exist.
997 (with-parsed-tramp-file-name): Protect debug spec during compilation.
998 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
999 (tramp-file-name-p, tramp-file-name-multi-method)
1000 (tramp-file-name-method, tramp-file-name-user)
1001 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1002 replacing defstruct `tramp-file-name'.
1003 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1004 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1005 Apply `vector' instead of `make-tramp-file-name'.
1006 (tramp-handle-make-auto-save-file-name):
1007 Apply `tramp-temporary-file-directory' for compatibility reasons.
1008 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1009 because of XEmacs.
1010 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1011 started.
1012
1013 2007-06-07 David Kastrup <dak@gnu.org>
1014
1015 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1016 Change default to `top'.
1017
1018 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1019
1020 * dired.el (dired-mode-map): Remove spurious separator.
1021
1022 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1025
1026 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1027 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1028
1029 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1030
1031 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1032 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1033
1034 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * progmodes/ebrowse.el (ebrowse-member-table):
1037 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1038
1039 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * pgg.el (pgg-sign-region, pgg-sign):
1042 * ses.el (ses-call-printer):
1043 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1044 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1045
1046 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1047
1048 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1049 (tar-get-descriptor): Handle type 55, an extended pax header.
1050
1051 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * textmodes/css-mode.el: New file.
1054
1055 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1056
1057 * net/socks.el: New file, taken from w3 repository.
1058 (top): Update Copyright. Don't load cl.el.
1059 (all): Replace `case' by `cond', `string-to-int' by
1060 `string-to-number', and `process-kill-without-query' by
1061 `set-process-query-on-exit-flag'.
1062 (socks-char-int): Remove defalias and all occurrences.
1063
1064 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1067 (sort-coding-systems, search-unencodable-char): Doc fixes.
1068 (coding-system-change-eol-conversion, set-default-coding-systems)
1069 (prefer-coding-system, find-multibyte-characters, princ-list)
1070 (leim-list-entry-regexp, set-input-method, locale-language-names)
1071 (input-method-exit-on-first-char, exit-language-environment-hook)
1072 (locale-charset-language-names): Fix typos in docstrings.
1073
1074 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1077 `switch-to-buffer' has returned succesfully.
1078 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1079 window is dedicated (it could iconify the frame).
1080
1081 2007-06-05 Glenn Morris <rgm@gnu.org>
1082
1083 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1084
1085 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * files.el (auto-mode-alist): Add lower-priority match for names
1088 like ChangeLog.old.
1089
1090 2007-06-04 Andreas Schwab <schwab@suse.de>
1091
1092 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1093
1094 2007-06-04 Davis Herring <herring@lanl.gov>
1095
1096 * calendar/timeclock.el: Update version number.
1097 (timeclock-modeline-display): Mention timeclock-use-display-time
1098 in explanatory message.
1099 (timeclock-log): Suppress warnings when finding the log.
1100 Don't check for a nil project twice. Run hooks after killing the
1101 buffer (if applicable).
1102 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1103 was geometric). All uses changed.
1104 (timeclock-generate-report): Support prefix argument.
1105
1106 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1107
1108 * man.el (Man-next-section): Don't consider the last line of the
1109 page as being part of any section.
1110
1111 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1112
1113 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1114 modified flag of buffer. Use `inhibit-modification-hooks'.
1115
1116 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1117
1118 * mail/mail-extr.el (mail-extract-address-components):
1119 Recognize non-ASCII characters except for NBSP as words.
1120
1121 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1122
1123 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1124
1125 2007-06-04 Michael Olson <mwolson@gnu.org>
1126
1127 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1128 died and we are trying to send a signal to it.
1129
1130 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * emacs-lisp/easy-mmode.el (define-minor-mode)
1133 (easy-mmode-define-navigation): Fix typos in docstrings.
1134
1135 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1136 Fix typos in docstrings.
1137 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1138 (compilation-finish-function): Fix typo in obsolescence declaration.
1139
1140 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1141
1142 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1145 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1146
1147 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1148
1149 * longlines.el (longlines-mode): Make longlines-auto-wrap
1150 buffer-local. Add hooks unconditionally.
1151 (longlines-auto-wrap): Toggle wrapping.
1152 (longlines-after-change-function)
1153 (longlines-post-command-function): Check longlines-auto-wrap.
1154
1155 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * Version 22.1 released.
1158
1159 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1160
1161 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1162 changes.
1163
1164 2007-05-31 Richard Stallman <rms@gnu.org>
1165
1166 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1167
1168 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1169
1170 * textmodes/table.el (table--point-entered-cell-function)
1171 (table--point-left-cell-function):
1172 Bind `inhibit-point-motion-hooks' to t.
1173
1174 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1175
1176 * emacs-lisp/rx.el (rx): Doc fix.
1177
1178 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1181
1182 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1183
1184 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1185 as the end of the ChangeLog paragraph when it ends without a line
1186 termination.
1187
1188 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * textmodes/fill.el (canonically-space-region): Make the second arg
1191 a marker if it's not already the case.
1192
1193 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1194 (xterm-mouse-event): Use it.
1195
1196 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1197
1198 * vc-hooks.el (vc-find-root): Fix file attribute test.
1199
1200 2007-05-24 Richard Stallman <rms@gnu.org>
1201
1202 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1203 Don't let opoint be nil.
1204 (flyspell-emacs-popup): Explicit error if no dialogs.
1205
1206 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1207
1208 * tar-mode.el (tar-file-name-handler): New function.
1209 (tar-extract): Bind file-name-handler-alist to it to force
1210 find-buffer-file-type-coding-system behave as if the file being
1211 extracted existed. Use last-coding-system-used to force
1212 buffer-file-coding-system to what decode-coding-region actually
1213 used to decode the file.
1214
1215 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1216
1217 * progmodes/compile.el (compilation-handle-exit):
1218 `compilation-finish-function' may change the current buffer.
1219
1220 2007-05-22 Richard Stallman <rms@gnu.org>
1221
1222 * files.el (set-auto-mode): Doc fix.
1223
1224 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1225
1226 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1227
1228 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1229
1230 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1231 (rcirc-print): Handle `window-width'.
1232 (rcirc-buffer-maximum-lines): Doc fix.
1233
1234 2007-05-19 Kevin Ryde <user42@zip.com.au>
1235
1236 * info.el (Info-fontify-node): Match https also.
1237
1238 2007-05-18 Richard Stallman <rms@gnu.org>
1239
1240 * simple.el (push-mark): Doc fix.
1241
1242 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1243
1244 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1245 tpu-global-map.
1246 (tpu-original-global-map): Delete variable.
1247 (tpu-control-keys-map): New keymap variable.
1248 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1249 setting keymapping directly.
1250 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1251 tpu-global-map.
1252 (tpu-edt-on): Activate the tpu-global-map.
1253 (tpu-edt-off): Deactivate the tpu-global-map.
1254
1255 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1256
1257 * textmodes/ispell.el (ispell-get-word): Return markers
1258 for start and end positions.
1259 (ispell-word): Assume END is a marker.
1260
1261 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1262
1263 * ps-print.el: Use default color when foreground or background color
1264 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1265 (ps-print-version): New version 6.7.4.
1266 (ps-rgb-color): New argument. Use default color when color is
1267 unspecified.
1268 (ps-begin-job): Fix code.
1269
1270 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1271
1272 * textmodes/ispell.el (ispell-start-process): Defend against bad
1273 default-directory.
1274
1275 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1278
1279 2007-05-16 Richard Stallman <rms@gnu.org>
1280
1281 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1282
1283 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1286 Move the *ml, Postscript, and XmCD entries to the fallback part.
1287
1288 * files.el (magic-fallback-mode-alist):
1289 Rename from file-start-mode-alist.
1290
1291 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1292
1293 * progmodes/compile.el (compilation-handle-exit): Quote first
1294 argument of `run-hook-with-args'.
1295
1296 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * buff-menu.el (Buffer-menu-sort-column):
1299 * dabbrev.el (dabbrev-upcase-means-case-search):
1300 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1301 * info.el (Info-current-subfile):
1302 * ls-lisp.el (ls-lisp-verbosity):
1303 * msb.el (msb-menu-cond):
1304 * pcvs.el (cvs-dired-use-hook):
1305 * simple.el (set-mark-command-repeat-pop):
1306 * time.el (display-time-24hr-format, display-time-mail-file):
1307 Doc fixes.
1308
1309 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1310 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1311
1312 * view.el (view-inhibit-help-message): Fix typo in docstring.
1313 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1314
1315 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1316
1317 * mail/rmail.el (rmail-convert-to-babyl-format):
1318 Check content-transfer-encoding _last_, because we need its position
1319 in base64-header-field-end.
1320
1321 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * files.el (mode-require-final-newline, require-final-newline)
1324 (enable-local-variables, enable-local-eval): Doc fixes.
1325
1326 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1327
1328 * progmodes/python.el (python-font-lock-keywords)
1329 (python-open-block-statement-p, python-mode): Add support for the new
1330 "with" keyword.
1331
1332 2007-05-10 Richard Stallman <rms@gnu.org>
1333
1334 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1335 (iso-cvt-write-only): Likewise.
1336
1337 * emacs-lisp/easy-mmode.el (define-minor-mode):
1338 Fix generated doc string.
1339
1340 * startup.el (fancy-splash-text): Add URL of guided tour.
1341 Adjust horizontal and vertical whitespace.
1342
1343 * progmodes/compile.el (compilation-handle-exit):
1344 Use run-hook-with-args to run compilation-finish-functions.
1345
1346 * files.el (file-start-mode-alist): New variable.
1347 (magic-mode-regexp-match-limit): Doc fix.
1348 (set-auto-mode): Handle file-start-mode-alist.
1349 A little cleanup of structure.
1350
1351 2007-05-10 Davis Herring <herring@lanl.gov>
1352
1353 * calendar/timeclock.el (timeclock-in): Fix non-interactive
1354 workday specifications.
1355 (timeclock-log): Don't kill the log buffer if it already existed.
1356
1357 2007-05-08 Richard Stallman <rms@gnu.org>
1358
1359 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1360 Don't include non-self-insert commands in the exception for `-'.
1361
1362 2007-05-08 David Reitter <david.reitter@gmail.com>
1363
1364 * progmodes/python.el (python-guess-indent): Check non-nullness
1365 before comparing indent against the 2..8 interval.
1366
1367 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1368
1369 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1370 available.
1371
1372 2007-05-06 Richard Stallman <rms@gnu.org>
1373
1374 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1375
1376 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1377
1378 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1379 disconnections.
1380
1381 2007-05-01 Romain Francoise <romain@orebokech.com>
1382
1383 * dired-x.el: Revert 2007-04-06 change.
1384
1385 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
1386
1387 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1388 don't put stop on toolbar.
1389
1390 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1391
1392 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1393
1394 2007-04-29 Richard Stallman <rms@gnu.org>
1395
1396 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1397
1398 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1401 than 1.
1402
1403 2007-04-28 Richard Stallman <rms@gnu.org>
1404
1405 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1406
1407 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1410
1411 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1412
1413 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1414 instead of $(lisp)/mh-e.
1415
1416 * textmodes/fill.el (fill-paragraph): Doc fix.
1417
1418 2007-04-28 Glenn Morris <rgm@gnu.org>
1419
1420 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1421 (image-dired-cmd-create-temp-image-options): Replace option
1422 +profile "*" with -strip.
1423
1424 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1425
1426 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1427 Use window-start and window-end.
1428
1429 2007-04-26 Glenn Morris <rgm@gnu.org>
1430
1431 * progmodes/python.el: Restore file pending consideration of legal
1432 status.
1433
1434 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1435
1436 * locate.el (locate-in-alternate-database): Doc fix.
1437
1438 2007-04-26 Glenn Morris <rgm@gnu.org>
1439
1440 * button.el (button): Use underline if supported, else fall back
1441 to color.
1442
1443 2007-04-25 Richard Stallman <rms@gnu.org>
1444
1445 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1446
1447 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1448
1449 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1450 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1451 pushing mark.
1452 (idlwave-current-routine): Don't push mark.
1453
1454 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1455
1456 * image-dired.el (image-dired-display-image): Derive image-type from
1457 filename rather than assuming jpeg, in case no resizing was needed.
1458
1459 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1460
1461 * custom.el (defface): Doc fix.
1462
1463 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * progmodes/python.el: Remove due to unclear legal issues.
1466
1467 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1468
1469 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1470 Don't re-query for each cleared BP.
1471 (idlwave-shell-clear-bp): Optionally skip BP query.
1472 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1473 of set-window-buffer, which incorrectly moves displayed region.
1474
1475 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
1476
1477 * calc/calc.el (calc-bug-address): Update maintainer's address.
1478 * calc/*: Update maintainer's address.
1479
1480 2007-04-23 Richard Stallman <rms@gnu.org>
1481
1482 * simple.el (set-mark-command-repeat-pop): Doc fix.
1483 Put in `editing-basics' group.
1484
1485 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1488 New functions.
1489 (Info-mode-line-node-keymap): Bind mouse commands to
1490 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1491
1492 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
1493
1494 * locate.el (locate-local-prompt): New var.
1495 (locate-prompt-for-command): Doc fix.
1496 (locate-prompt-for-search-string): New function.
1497 (locate): New optional arg. Make locate-local-prompt
1498 buffer-local. Use locate-prompt-for-search-string.
1499 (locate-with-filter): New optional arg.
1500 Use locate-prompt-for-search-string.
1501 (locate-update): Bind locate-prompt-for-command.
1502
1503 2007-04-23 Glenn Morris <rgm@gnu.org>
1504
1505 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1506
1507 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
1508
1509 * button.el (button): Inherit from link face on a tty.
1510
1511 2007-04-23 Glenn Morris <rgm@gnu.org>
1512
1513 * button.el (button): Use color for this face on a tty.
1514
1515 * files.el (magic-mode-alist): Allow for carriage-returns in
1516 html-mode and sgml-mode entries.
1517
1518 2007-04-22 Richard Stallman <rms@gnu.org>
1519
1520 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1521 Improve doc string of generated command.
1522
1523 * subr.el (read-number): Catch errors.
1524
1525 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1526
1527 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * image-dired.el: Rename from thumbnails.el. All instances of
1530 "thumbnails" replaced with "image-dired".
1531
1532 * dired.el (dired-mode-map): Rename "thumbnails" again, to
1533 "image-dired".
1534
1535 2007-04-22 Kim F. Storm <storm@cua.dk>
1536
1537 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1538 Don't use kill-line.
1539
1540 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
1541
1542 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1543 error message.
1544
1545 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * dired.el: Rename "tumme" to "thumbnails".
1548
1549 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
1550 replaced with "thumbnails".
1551
1552 2007-04-22 Glenn Morris <rgm@gnu.org>
1553
1554 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1555 and give it the risky-local-variable property.
1556
1557 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1558 before defining it.
1559
1560 2007-04-21 Martin Rudalics <rudalics@gmx.at>
1561
1562 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1563 Use delete-region instead of kill-line.
1564
1565 2007-04-21 Alan Mackenzie <acm@muc.de>
1566
1567 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1568 `kill-region' by `delete-region'.
1569
1570 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1573 instead of kill-region.
1574
1575 * progmodes/mantemp.el (mantemp-make-mantemps-region)
1576 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1577 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1578 and kill-line.
1579
1580 * progmodes/vhdl-mode.el (vhdl-template-type)
1581 (vhdl-template-record, vhdl-template-nature)
1582 (vhdl-template-configuration-spec, vhdl-template-component-inst)
1583 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1584 Use delete-region instead of kill-word and kill-line.
1585
1586 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1587
1588 * dired-x.el (dired-virtual-mode): Doc fix.
1589
1590 2007-04-21 Richard Stallman <rms@gnu.org>
1591
1592 * font-lock.el (font-lock-keywords-alist): Mark as risky.
1593
1594 * subr.el (read-number): Doc fix.
1595
1596 * simple.el (pop-to-mark-command): Display message "mark popped"
1597 if point does not move.
1598 (set-mark-command): Doc fix.
1599
1600 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
1601
1602 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1603 (locate-local-filter, locate-local-search): New vars.
1604 (locate): Make variables local.
1605 (locate-update): Bind locate-buffer-name. Call locate using
1606 locate-local-filter and locate-local-search.
1607
1608 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1609
1610 * hi-lock.el (hi-lock-file-patterns-policy): New var.
1611 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1612 (hi-lock-mode): Update docstring.
1613
1614 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1617 fill-nobreak-predicate when the break is past fill-column.
1618
1619 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1620
1621 * locate.el (locate): Output from shell-command should go in the
1622 current buffer rather than *Shell Command Output*.
1623
1624 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * paren.el (show-paren-function): Fix last fix.
1627
1628 2007-04-19 Kevin Ryde <user42@zip.com.au>
1629
1630 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1631 (archive-lzh-summarize): Add optional start arg for where to start
1632 looking at the archive.
1633 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1634
1635 * international/mule.el (auto-coding-alist): no-conversion for .exe
1636 and .EXE.
1637
1638 2007-04-19 Alan Mackenzie <acm@muc.de>
1639
1640 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1641 function return type contains "struct", "union", etc.
1642 c-end-of-defun goes too far forward.
1643
1644 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * paren.el (show-paren-function): Reset window-start to avoid
1647 recentering.
1648
1649 2007-04-19 Glenn Morris <rgm@gnu.org>
1650
1651 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1652
1653 2007-04-18 Glenn Morris <rgm@gnu.org>
1654
1655 * calendar/diary-lib.el (diary-header-line-format): Add a custom
1656 :set function.
1657 (diary-list-entries): Only switch to diary-mode from
1658 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
1659 diary-mode set header-line-format, in case of any customization.
1660
1661 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1662
1663 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1664 is less than the length of parse-time-syntax.
1665
1666 2007-04-17 David Kastrup <dak@gnu.org>
1667
1668 * replace.el (query-replace-regexp-eval): Deprecate.
1669
1670 2007-04-17 Alan Mackenzie <acm@muc.de>
1671
1672 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1673 point too close to EOB, leave point at EOB rather than last `}'.
1674
1675 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1676
1677 * textmodes/bibtex.el (bibtex-include-OPTkey)
1678 (bibtex-user-optional-fields, bibtex-entry-field-alist):
1679 Fix defcustom.
1680
1681 2007-04-17 Glenn Morris <rgm@gnu.org>
1682
1683 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1684 be encoded, fall back to current year.
1685
1686 2007-04-14 Kevin Ryde <user42@zip.com.au>
1687
1688 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1689 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
1690 M "MSDOS".
1691
1692 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * progmodes/python.el (python-end-of-block): Avoid looping forever
1695 if python-next-statement fails.
1696
1697 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1698
1699 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1700
1701 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1702
1703 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1704 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1705
1706 2007-04-15 Jay Belanger <belanger@truman.edu>
1707
1708 * calc/calc.el (calc-version): New function.
1709 (calc-trail-mode): Shorten the title.
1710
1711 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * mail/footnote.el (footnote-style): Clarify docstring to state
1714 that customizing this only applies to future footnotes.
1715
1716 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1717
1718 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1719 (bibtex-make-field): Check that INIT is a string. Use functionp.
1720
1721 2007-04-14 Glenn Morris <rgm@gnu.org>
1722
1723 * complete.el (PC-goto-end): New buffer-local variable.
1724 (PC-do-completion-end): Make buffer-local.
1725 (partial-completion-mode) <choose-completion-string-functions>:
1726 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1727 (PC-do-completion): New optional fourth argument GOTO-END. Add a
1728 doc string. Set PC-goto-end for choose-completion.
1729 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1730 PC-do-completion.
1731
1732 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1733 arg to bibtex-make-field.
1734 (bibtex-make-field): Add optional fourth arg NODELIM.
1735 Insert delimiters around INIT unless this arg is non-nil.
1736
1737 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
1738
1739 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1740 global map isn't modified.
1741
1742 2007-04-14 Glenn Morris <rgm@gnu.org>
1743
1744 * calendar/appt.el (appt-disp-window): Do not split small windows.
1745 Suggested by Jeff Miller <jmiller@cablespeed.com>.
1746
1747 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1750
1751 * files.el: Ditto.
1752
1753 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1756
1757 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1758 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1759 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1760 (term-pager-help): Fix typos in docstrings.
1761
1762 * wid-edit.el (widget-documentation): Fix typo in docstring.
1763
1764 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1765 Fix typos in error messages.
1766
1767 2007-04-13 Martin Rudalics <rudalics@gmx.at>
1768
1769 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1770 window marked as dedicated.
1771
1772 * mail/footnote.el (footnote-latin-string): New variable.
1773 (footnote-latin-regexp): Redefine as regexp alternative.
1774 (Footnote-latin): Use footnote-latin-string instead of
1775 footnote-latin-regexp.
1776
1777 2007-04-13 Glenn Morris <rgm@gnu.org>
1778
1779 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1780 inherited keymaps.
1781
1782 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * outline.el (outline-get-next-sibling): Clarify docstring.
1785 (outline-get-last-sibling): Handle case where we are at the first
1786 heading. Clarify docstring.
1787
1788 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
1789
1790 * progmodes/gud.el (gud-minor-mode-map): Make go button same
1791 length as stop button to lessen flicker.
1792 (jdb): Add gud-print.
1793 (gud-find-expr): Jdb prints the expression with the value, so
1794 don't insert it in the output.
1795
1796 2007-04-11 Jason Rumney <jasonr@gnu.org>
1797
1798 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1799 case hex. Do not try to decode non-hex letters.
1800
1801 2007-04-11 Markus Triska <markus.triska@gmx.at>
1802
1803 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1804 (byte-optimize-backward-word): Remove (move to bytecomp.el).
1805 (byte-optimize-form-code-walker): Evaluate pure function calls if
1806 possible.
1807 (byte-optimize-all-constp): New function.
1808
1809 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1810 Improve numeric argument case.
1811 (byte-compile-backward-char, byte-compile-backward-word):
1812 New functions, performing rewriting previously done in byte-opt.el.
1813 Fix their "Fixme" item (restriction to numeric arguments).
1814
1815 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1818 with dolist.
1819 (after-init-hook): Don't quote lambda.
1820 (desktop-first-buffer): Don't wrap it in eval-when-compile.
1821 (desktop-internal-v2s): Remove unused var `el'.
1822 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1823 desktop-restore-file-buffer.
1824 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1825 desktop-create-buffer.
1826
1827 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * woman.el (woman-decode-buffer): Postpone macro-set check...
1830 (woman-decode-region): ...to here.
1831
1832 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
1833
1834 * startup.el (tty-handle-args): Use %S to log ARGS.
1835
1836 2007-04-10 Glenn Morris <rgm@gnu.org>
1837
1838 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1839 it is obsolete and has no effect.
1840
1841 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1842 byte-compiler.
1843
1844 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1845 obsolete function make-local-hook.
1846
1847 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1848 start to quieten byte-compiler.
1849
1850 2007-04-10 Markus Triska <markus.triska@gmx.at>
1851
1852 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1853 to bytecomp.el as byte-compile-char-before).
1854 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1855 New function (modified replacement for byte-optimize-char-before in
1856 byte-opt.el).
1857
1858 2007-04-09 Alan Mackenzie <acm@muc.de>
1859
1860 * startup.el (inhibit-splash-screen): Emphatically state that it
1861 can't be set in site-start.el.
1862
1863 2007-04-09 Masatake YAMATO <jet@gyve.org>
1864
1865 * progmodes/cc-subword.el (c-capitalize-subword): More closely
1866 mimic the behavior of `capitalize-word'. Do not move point with a
1867 negative argument. Based on tiny change by Paul Curry.
1868
1869 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
1870
1871 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1872 Don't move point if ARG is negative.
1873
1874 2007-04-09 Alan Mackenzie <acm@muc.de>
1875
1876 Changes to make `narrow-to-defun' and `mark-defun' work properly
1877 in CC Mode:
1878
1879 * progmodes/cc-defs.el (c-beginning-of-defun-1):
1880 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1881 Bind beginning/end-of-defun-function to nil around calls to
1882 beginning/end-of-defun.
1883
1884 * progmodes/cc-langs.el (beginning-of-defun-function)
1885 (end-of-defun-function): New c-lang-setvar's.
1886
1887 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1888 (setq arg 1))" to enable non-interactive call.
1889
1890 2007-04-09 Eli Zaretskii <eliz@gnu.org>
1891
1892 * simple.el (set-mark-command): Doc fix.
1893
1894 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
1895
1896 * progmodes/gud.el (gdb): Restore existing session if user
1897 tries to start a second one in graphical mode.
1898
1899 2007-04-08 Martin Rudalics <rudalics@gmx.at>
1900
1901 * cus-start.el <scroll-preserve-screen-position>: Add choices.
1902
1903 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1904
1905 * term/xterm.el (terminal-init-xterm): Fix key definitions.
1906 Add binding for C-M-SPC.
1907
1908 2007-04-08 Richard Stallman <rms@gnu.org>
1909
1910 * pcomplete.el (pcomplete-read-event): One single definition,
1911 and not a defsubst.
1912
1913 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1916 byte-compiler warning "value unused".
1917
1918 2007-04-08 Andreas Schwab <schwab@suse.de>
1919
1920 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1921
1922 2007-04-07 Glenn Morris <rgm@gnu.org>
1923
1924 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1925 Autoload these functions.
1926 (diary-date-forms): Add a custom :set form.
1927
1928 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1929 before first use.
1930 (diary-font-lock-keywords): New function with old code for
1931 initialization of variable of same name.
1932
1933 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
1934
1935 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1936 clean-up: only insert space when on identifier, etc.
1937
1938 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1941
1942 * net/tls.el (open-tls-stream): Properly handle case where there
1943 is no associated buffer.
1944
1945 2007-04-07 Glenn Morris <rgm@gnu.org>
1946
1947 * ffap.el (ffap-file-at-point): Lower the priority of the
1948 ffap-ftp-sans-slash-regexp check.
1949
1950 2007-04-06 Alan Mackenzie <acm@muc.de>
1951
1952 Fix fontification of labels, and other things with ":".
1953
1954 * progmodes/cc-engine.el (c-forward-label): The function now
1955 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1956 the former t.
1957
1958 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1959 new return code from c-forward-label, fontifying tokens properly.
1960 Add some general comments throughout the file.
1961
1962 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1965 Revert 2006-01-27 change.
1966
1967 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1968
1969 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1970
1971 * desktop.el (desktop-create-buffer, desktop-save):
1972 Revert 2004-11-12 change for lack of copyright papers.
1973
1974 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1975 (dired-guess-default): Respect case.
1976
1977 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1978
1979 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1980 was originally checked in as byte-optimize-concat on 1997-11-02.
1981
1982 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1983 1995-05-19 doc changes.
1984
1985 2007-04-06 Kim F. Storm <storm@cua.dk>
1986
1987 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
1988 (unload-feature): Update interactive spec accordingly.
1989
1990 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1991
1992 2007-04-06 John Paul Wallington <jpw@pobox.com>
1993
1994 * subr.el (with-case-table): Use `make-symbol' to avoid variable
1995 capture. Restore the table in the same buffer.
1996
1997 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1998
1999 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2002 Print entire form.
2003
2004 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2005
2006 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2007 for low-color displays.
2008
2009 2007-04-05 Glenn Morris <rgm@gnu.org>
2010
2011 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2012 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2013 Seed random number generator on loading.
2014
2015 * emacs-lisp/authors.el (top-level): Provide self.
2016
2017 * play/animate.el (top-level): Provide self.
2018
2019 2007-04-04 Alan Mackenzie <acm@muc.de>
2020
2021 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2022 to mention c-syntactic-indentation.
2023
2024 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * subr.el (with-case-table): New macro.
2027
2028 * international/mule.el (ascii-case-table): New var.
2029
2030 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2031 downcasing.
2032
2033 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2034
2035 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2036
2037 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2038 of the window if we're outside it e.g menu-bar.
2039
2040 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2041 window if we're outside it e.g menu-bar.
2042
2043 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2044
2045 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2046 decode base-64 encoded body if its content-type is something other
2047 than text/* or message/*.
2048
2049 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * simple.el (activate-mark-hook): Fix typo in docstring.
2052
2053 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2054
2055 * tmm.el (tmm-c-prompt): Initialize.
2056 (tmm-menubar): Deal with extended menu-items at top level.
2057 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2058 (tmm-prompt): Handle visibility of top level menu-items.
2059
2060 * progmodes/gud.el (gud-menu-map): Simplify.
2061 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2062 menubar.
2063
2064 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2067
2068 * comint.el (comint-send-input): Widen the buffer first.
2069
2070 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2071
2072 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2075 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2076
2077 * newcomment.el (comment-search-forward): Discard comment starters
2078 before point.
2079
2080 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2081
2082 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2083
2084 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2085
2086 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2087 when downcasing.
2088
2089 * button.el (previous-button): Rewrite to account for adjacent buttons.
2090
2091 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2092
2093 * progmodes/idlwave.el (idlwave-auto-fill):
2094 Revert paragraph-separate change.
2095
2096 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2097 Simplify module calc.
2098 (idlwave-shell-set-bp-in-module): Compute module.
2099
2100 2007-03-31 Glenn Morris <rgm@gnu.org>
2101
2102 * emacs-lisp/timer.el (run-at-time): Doc fix.
2103
2104 * emacs-lisp/warnings.el (display-warning): If we create the
2105 buffer displaying the warning, disable undo there.
2106
2107 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * net/tramp.el (tramp-register-file-name-handler)
2110 (tramp-register-completion-file-name-handler): New defsubst,
2111 derived from `tramp-register-file-name-handlers'. The split is
2112 necessary because Tramp's file name handlers must be registered at
2113 different startup places.
2114
2115 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * progmodes/hideshow.el (turn-off-hideshow): New function.
2118 (hs-minor-mode): Use it instead of a lambda expression in
2119 change-major-mode-hook.
2120
2121 2007-03-31 David Kastrup <dak@gnu.org>
2122
2123 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2124 corresponding to MANPATH_MAP entries.
2125 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2126 (woman-parse-man.conf): Use more discriminating man.conf name.
2127 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2128 (woman-manpath): Doc fix and type fix.
2129 (woman-cached-data): Check for MANPATH_MAP entries.
2130 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2131
2132 2007-03-31 Stuart Herring <herring@lanl.gov>
2133
2134 * emacs-lisp/sregex.el (sregexq): Doc fix.
2135
2136 2007-03-31 Markus Triska <markus.triska@gmx.at>
2137
2138 * flymake.el (flymake-err-line-patterns): Doc fix.
2139
2140 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2141
2142 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2143 Move to the right.
2144
2145 2007-03-30 Alan Mackenzie <acm@muc.de>
2146
2147 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2148
2149 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2150
2151 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2152 Use it, passed in explicitly, instead of from the dynamic binding.
2153 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2154
2155 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2156
2157 * simple.el (blink-matching-open): When in minibuffer, don't
2158 search for a match inside the prompt.
2159
2160 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2161
2162 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2163 (tmm-prompt): Don't make the mouse user select the first menu
2164 item twice.
2165
2166 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2169 SIGUSR1 and SIGUSR2.
2170
2171 2007-03-29 Kim F. Storm <storm@cua.dk>
2172
2173 * ido.el (ido-read-internal): When reading file or dir, only override
2174 minibuffer-local-filename-completion-map, otherwise only override
2175 minibuffer-local-completion-map.
2176
2177 2007-03-29 Glenn Morris <rgm@gnu.org>
2178
2179 * complete.el (partial-completion-mode): Set PC-do-completion-end
2180 to nil after use.
2181 (PC-lisp-complete-symbol): Create and use a marker at `end',
2182 rather than using point-marker.
2183
2184 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2185
2186 * simple.el (next-error-highlight): Doc fix.
2187 (compose-mail): Revert 2007-03-19 change.
2188
2189 2007-03-28 Richard Stallman <rms@gnu.org>
2190
2191 * emacs-lisp/edebug.el (edebug-display): Don't go to
2192 edebug-outside-buffer if it is dead.
2193
2194 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * view.el (view-mode): Fix typos in docstring.
2197
2198 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2199
2200 * recentf.el (recentf-save-file): Add a custom :set function.
2201
2202 2007-03-28 Glenn Morris <rgm@gnu.org>
2203
2204 * complete.el (PC-do-completion-end): New variable.
2205 (partial-completion-mode) <choose-completion-string-functions>:
2206 Use PC-do-completion-end in the non-minibuffer case to replace the
2207 correct amount of text.
2208 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2209 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2210 to deal with improvements inserted after point.
2211
2212 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * button.el (make-text-button): Add explicit `button' property.
2215 (default-button): Don't put a `button' property on it.
2216
2217 * progmodes/python.el (python-mode): Skip comments when parsing.
2218
2219 * vc-arch.el (vc-with-current-file-buffer): New macro.
2220 (vc-arch-file-source-p): Use it to avoid infloop.
2221
2222 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2223
2224 * emacs-lisp/lisp.el (lisp-complete-symbol):
2225 Fix call to get-buffer-window to find windows in other frames.
2226
2227 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2230 Fix calls to get-buffer-window to find windows in other frames.
2231 Reported by David Hansen <david.hansen@gmx.net>.
2232
2233 2007-03-27 Kevin Ryde <user42@zip.com.au>
2234
2235 * info.el (Info-display-images-node): On a text-only terminal,
2236 show the "text" or "alt" parts of the image blobs.
2237
2238 2007-03-27 Glenn Morris <rgm@gnu.org>
2239
2240 * complete.el (PC-do-completion): Compute completion-base-size in
2241 the non-filename case, rather than setting to nil.
2242 (PC-lisp-complete-end): New variable.
2243 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2244 original end in a series of consecutive invocations.
2245
2246 * calendar/calendar.el (calendar-mode-hook): Declare it.
2247
2248 * calendar/diary-lib.el (diary-live-p): Do not check for
2249 diary-selective-display.
2250
2251 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * replace.el (occur-next-error): *Occur* might not be displayed in the
2254 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2255
2256 2007-03-26 Richard Stallman <rms@gnu.org>
2257
2258 * textmodes/flyspell.el (flyspell-large-region):
2259 Use ispell-call-process-region.
2260
2261 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2262
2263 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2264 Use prin1 instead of princ.
2265
2266 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2269 Merge in X resources before global face.
2270
2271 * progmodes/compile.el (compilation-start): Save compilation-directory
2272 rather than default-directory as local var.
2273 (compilation-directory): Mark as safe local var.
2274
2275 * files.el: Don't mark default-directory as a safe local var.
2276
2277 2007-03-25 Alan Mackenzie <acm@muc.de>
2278
2279 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2280 * progmodes/cc-engine.el: Fix typo.
2281
2282 2007-03-25 Juri Linkov <juri@jurta.org>
2283
2284 * compare-w.el (compare-windows): Rename customization group
2285 `compare-w' to `compare-windows'.
2286 (compare-windows-whitespace, compare-ignore-whitespace)
2287 (compare-ignore-case, compare-windows-sync)
2288 (compare-windows-sync-string-size, compare-windows-recenter)
2289 (compare-windows-highlight, compare-windows): Change group name in
2290 the `group' tag from `compare-w' to `compare-windows'.
2291 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2292
2293 2007-03-24 Markus Triska <markus.triska@gmx.at>
2294
2295 * expand.el: Change example to always enable abbrev-mode,
2296 and remove redundant `function'.
2297 (expand-abbrev-hook): Add autoload cookie.
2298
2299 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2300
2301 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2302 (testcover-mark-all, testcover-unmark-all): Add prompts to
2303 interactive specs.
2304
2305 2007-03-24 Jason Rumney <jasonr@gnu.org>
2306
2307 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2308 Use file size in bytes for auto-revert-tail-pos not characters.
2309
2310 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2311
2312 * vc-rcs.el (vc-rcs-annotate-command):
2313 Set text property :vc-annotate-prefix on the annotation text.
2314 (vc-rcs-annotate-time): Instead of searching for ": ",
2315 search for end of text propertized with :vc-annotate-prefix.
2316
2317 2007-03-24 Martin Rudalics <rudalics@gmx.at>
2318
2319 * whitespace.el (top level): Remove calls putting
2320 permanent-local nil property since these are no-ops.
2321
2322 * man.el (Man-support-local-filenames): Assure that
2323 default-directory exists when doing call-process.
2324
2325 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2326
2327 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2328 Fix omission bug: Use m4-program-options to construct shell command.
2329
2330 2007-03-23 David Kastrup <dak@gnu.org>
2331
2332 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2333 Use `mapcar' rather than `mapcan' to silence compiler warning.
2334
2335 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2336
2337 * textmodes/reftex.el, textmodes/reftex-vars.el,
2338 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2339 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2340 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2341 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2342 * textmodes/reftex-auc.el: Add maintainer address.
2343
2344 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
2345
2346 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2347 Make sure that `global-font-lock-mode' does not turn on font-lock
2348 in these buffers.
2349
2350 2007-03-21 Kim F. Storm <storm@cua.dk>
2351
2352 * xt-mouse.el (xt-mouse-epoch): New variable.
2353 (xterm-mouse-event): Use float-time.
2354
2355 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
2356
2357 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2358 current-time.
2359
2360 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * complete.el (read-file-name-internal): Don't add the final > if the
2363 completion is not finished (re-application of this patch, which was
2364 accidentally undone by Eli).
2365
2366 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * emulation/viper.el (viper-non-hook-settings): Handle mouse
2369 clicks in describe-key and describe-key-briefly advice a little better.
2370
2371 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2372
2373 * server.el (server-process-filter): Cancel any pending isearch.
2374
2375 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
2376
2377 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2378 (icalendar--get-unfolded-buffer): Define actual arguments rather
2379 than just using &rest. Check replace-in-string is fbound.
2380 (icalendar-import-buffer): Doc fix.
2381 (icalendar--convert-ical-to-diary): Set diary-file.
2382 Check diary-file before inserting final newline.
2383 (icalendar--add-diary-entry): Return diary-file.
2384
2385 2007-03-21 Glenn Morris <rgm@gnu.org>
2386
2387 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2388 (diary-display-hook): Add custom :set function.
2389
2390 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2391 Add custom :set function.
2392 (diary-header-line-format): Doc fix.
2393 (diary-set-maybe-redraw): New function.
2394 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2395 (diary-list-entries): Always run diary-mode.
2396
2397 2007-03-20 Kenichi Handa <handa@m17n.org>
2398
2399 * international/quail.el (quail-setup-completion-buf): Make the
2400 completion buffer read-only.
2401 (quail-completion): Adjusted for the above change. Leave the
2402 modified flag nil.
2403
2404 2007-03-20 David Kastrup <dak@gnu.org>
2405
2406 * files.el (magic-mode-alist): Require literal "%!PS" string for
2407 magic postscript file detection.
2408
2409 2007-03-20 Richard Stallman <rms@gnu.org>
2410
2411 * textmodes/ispell.el (ispell-call-process): New function.
2412 Defends against bad `default-directory.'
2413 (ispell-check-version, ispell-find-aspell-dictionaries)
2414 (ispell-get-aspell-config-value, lookup-words): Call it.
2415 (ispell-call-process-region): New function.
2416 (ispell-send-string): Call it.
2417
2418 2007-03-20 Andreas Schwab <schwab@suse.de>
2419
2420 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2421 (finder-data): Likewise.
2422 (autoloads): Likewise.
2423
2424 2007-03-20 Martin Rudalics <rudalics@gmx.at>
2425
2426 * files.el (basic-save-buffer): Do not set visited filename when
2427 the corresponding directory does not exist or the specified
2428 filename is that of an existing directory.
2429
2430 2007-03-20 Glenn Morris <rgm@gnu.org>
2431
2432 * calendar/diary-lib.el (diary-live-p): New function.
2433 (number-of-diary-entries): Add a :set function to redisplay diary
2434 when necessary.
2435
2436 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
2437
2438 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2439 from client program, mev, to compute mouse event.
2440
2441 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * faces.el (momentary): Face removed; unused due to reversion of
2444 2007-01-04 changes by Kevin Rodgers.
2445
2446 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2447 Suggested by Johan Bockg\e,Ae\e(Brd.
2448
2449 2007-03-19 Martin Rudalics <rudalics@gmx.at>
2450
2451 * font-lock.el (lisp-font-lock-keywords-1):
2452 Highlight define-globalized-minor-mode as a keyword.
2453
2454 2007-03-19 Kim F. Storm <storm@cua.dk>
2455
2456 * calc/calc-forms.el (math-std-daylight-savings)
2457 (math-std-daylight-savings-old): Doc fix.
2458
2459 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * progmodes/python.el (python-default-template): Doc fix.
2462 (python-buffer): Fix typo in docstring.
2463
2464 * isearchb.el (isearchb-follow-char):
2465 * subr.el (def-edebug-spec): Fix typo in docstring.
2466
2467 2007-03-19 Richard Stallman <rms@gnu.org>
2468
2469 * files.el (default-directory): Mark safe.
2470 (basic-save-buffer-2): Put proper dir name in error message.
2471
2472 * simple.el (compose-mail): Run switch-function after
2473 setting up the mail buffer.
2474
2475 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2476
2477 2007-03-18 Jay Belanger <belanger@truman.edu>
2478
2479 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2480 (math-std-daylight-savings-new): Rename from
2481 `math-std-daylight-savings'.
2482 (math-std-daylight-savings-old): Rename from old value of
2483 `math-std-daylight-savings'.
2484 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2485 `math-std-daylight-savings-old' depending on the year.
2486
2487 2007-03-18 Detlev Zundel <dzu@gnu.org>
2488
2489 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2490 zero-width regexps as invalid but rather at least count them correctly.
2491
2492 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
2493
2494 * net/tls.el (open-tls-stream): In handshake-waiting loop,
2495 don't wait more if there is output available to process.
2496
2497 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
2498
2499 * progmodes/compile.el (compilation-find-file): Revert change
2500 from 2006-07-18 to allow completion of directory names.
2501 Reported by John Carter <john.carter@tait.co.nz>.
2502
2503 2007-03-18 Kim F. Storm <storm@cua.dk>
2504
2505 * subr.el (when, unless): Doc fix.
2506
2507 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
2508
2509 * net/tls.el (tls-program): Doc fix.
2510
2511 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
2512
2513 * autorevert.el (auto-revert-tail-handler):
2514 Call after-revert-hook.
2515
2516 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
2517
2518 * simple.el (switch-to-completions): No error if search for \n\n fails.
2519
2520 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * simple.el (line-move-1):
2523 Respect `inhibit-line-move-field-capture' property.
2524
2525 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * comint.el (comint-arguments): Mark backslash-escaped chars.
2528 (comint-delim-arg): Don't treat them as delimiters.
2529
2530 2007-03-12 Kim F. Storm <storm@cua.dk>
2531 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2532
2533 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
2534
2535 * tempo.el (tempo-insert): Deal with 'r> if it appears
2536 specified with a prompt argument.
2537
2538 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
2539
2540 * textmodes/org.el (org-set-font-lock-defaults):
2541 Handle narrow table columns correctly.
2542
2543 2007-03-12 Mark A. Hershberger <mah@everybody.org>
2544
2545 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2546 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2547 Return to use of the -no-properties variants. There was
2548 consensus on emacs-devel that the speed of these variants was
2549 prefered since we are usually parsing files (from the internet
2550 or on disk) instead of XML created in Emacs.
2551
2552 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2553 Add customize option.
2554
2555 2007-03-12 Glenn Morris <rgm@gnu.org>
2556
2557 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2558 North American rule. Replace "daylight savings" with "daylight
2559 saving" in doc.
2560
2561 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2562 * calendar/lunar.el, solar.el: Replace "daylight savings" with
2563 "daylight saving" in text.
2564
2565 * woman.el (woman-change-fonts): Tweak previous change by using
2566 woman-request-regexp rather than "^\\.".
2567
2568 * startup.el (command-line-1): Make insertion of
2569 initial-scratch-message not depend on scratch being selected.
2570
2571 2007-03-11 Juri Linkov <juri@jurta.org>
2572
2573 * replace.el (match): Use yellow background on light-bg terminals.
2574
2575 2007-03-11 Richard Stallman <rms@gnu.org>
2576
2577 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2578 Correctly compute line number.
2579
2580 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
2581
2582 * type-break.el (type-break-get-previous-count):
2583 Repeat previous change here.
2584
2585 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 * progmodes/grep.el (grep-find-ignored-directories):
2588 Add .git and .bzr to list.
2589
2590 2007-03-11 Andreas Schwab <schwab@suse.de>
2591
2592 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2593
2594 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2597
2598 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * faces.el (face-set-after-frame-default): Recalculate face
2601 customizations after applying X resources.
2602
2603 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
2604
2605 * net/rcirc.el (rcirc-timeout-seconds): New variable.
2606 (rcirc-keepalive-seconds): Remove variable.
2607 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2608 (rcirc-process, rcirc-user-disconnect): New variables.
2609 (rcirc-connect): Initalize new variables.
2610 (rcirc-keepalive): Don't send keepalive pings before connection
2611 is completed.
2612 (rcirc-sentinel): Do mark all channels with activity when
2613 connection is dropped. Run hook with process buffer local.
2614 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2615 (rcirc-buffer-process): Return value of rcirc-process if
2616 rcirc-server-buffer is nil.
2617 (rcirc-server-name): Return the reported server name.
2618 (rcirc-update-prompt): Simplify computation of the server name.
2619 (rcirc-format-response-string): Likewise.
2620 (rcirc-handler-001): Mark server as connected, record the reported
2621 server name, and schedule a timeout.
2622 (rcirc-track-nick): Add a spec for the tty class.
2623 (rcirc-user-non-nick): Remove function.
2624 (rcirc-nick-prefix-chars): Add variable.
2625 (rcirc-user-nick): Use above variable.
2626
2627 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2628
2629 * icomplete.el (icomplete-tidy, icomplete-exhibit):
2630 Bind deactivate-mark to nil.
2631
2632 2007-03-10 Martin Rudalics <rudalics@gmx.at>
2633
2634 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2635 that buffer contents get erased during completion.
2636
2637 2007-03-10 Glenn Morris <rgm@gnu.org>
2638
2639 * woman.el (woman-change-fonts): Add a hack to deal with
2640 font-escape followed by "." at start of a line.
2641 (woman2-IP): Add a hack to deal with consecutive requests.
2642 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2643
2644 2007-03-10 Alan Mackenzie <acm@muc.de>
2645
2646 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2647
2648 2007-03-09 Richard Stallman <rms@gnu.org>
2649
2650 * abbrev.el (abbrev): Add `provide'.
2651
2652 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2653
2654 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2655
2656 2007-03-09 Martin Rudalics <rudalics@gmx.at>
2657
2658 * complete.el (PC-try-completion): New function.
2659 (PC-do-completion, read-file-name-internal): Use it instead of
2660 try-completion.
2661
2662 2007-03-08 Alan Mackenzie <acm@muc.de>
2663
2664 Remove stale tokens from `c-found-types' cache.
2665
2666 * progmodes/cc-mode.el (c-unfind-enclosing-token)
2667 (c-unfind-coalesced-tokens, c-before-change): New functions.
2668 (c-maybe-stale-found-type): New variable.
2669
2670 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2671 (c-trim-found-types): New functions.
2672
2673 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2676 (debug-ignored-errors): Add entry from smerge-match-conflict.
2677
2678 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2679
2680 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2681 special help topics for keywords.
2682 (idlwave-help-assistant-command): Include ".exe" for ms-dos
2683 etc. Assistant command.
2684
2685 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * replace.el (occur-engine): Move buffer-undo-list binding...
2688 (occur-1): ...to here.
2689
2690 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2691
2692 * simple.el (minibuffer-completing-symbol): New var.
2693 (eval-expression): Use it.
2694 (completion-setup-function): Don't bind completion-base-size when
2695 completing a symbol in the minibuffer.
2696
2697 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
2698
2699 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2700 tries to start a second session in graphical mode.
2701
2702 2007-03-07 Miles Bader <miles@gnu.org>
2703
2704 * international/isearch-x.el
2705 (isearch-process-search-multibyte-characters):
2706 Strip text-properties from PROMPT to avoid an error from read-string.
2707
2708 2007-03-07 Kim F. Storm <storm@cua.dk>
2709
2710 * complete.el (PC-bindings): Remap lisp-complete-symbol to
2711 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2712
2713 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2714
2715 * complete.el (PC-do-completion): Delete duplicates in the list of
2716 possible completions.
2717
2718 2007-03-07 Glenn Morris <rgm@gnu.org>
2719
2720 * ses.el (ses-mode): Doc fix.
2721
2722 2007-03-06 Kim F. Storm <storm@cua.dk>
2723
2724 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2725
2726 2007-03-06 Kenichi Handa <handa@m17n.org>
2727
2728 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2729
2730 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * simple.el (completion-setup-function): Improve last fix so it doesn't
2733 set it to a relative directory name either.
2734
2735 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2736
2737 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2738
2739 2007-03-05 Richard Stallman <rms@gnu.org>
2740
2741 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2742
2743 * files.el (find-file-noselect): No error if file no longer exists.
2744 Display a message and avoid other questions.
2745
2746 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * pcomplete.el (pcomplete-show-completions): Improve last change, so
2749 as not to use an invisible window and to create a window if none exist.
2750
2751 * progmodes/python.el (python-send-command): Restart proc if necessary.
2752 (python-proc): Simplify.
2753
2754 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
2755
2756 * pcomplete.el (pcomplete-show-completions): Search all frames for
2757 completions buffer.
2758
2759 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * cus-edit.el (customize-save-variable): Clear customized-value
2762 property (saved values are now put in theme-value property).
2763 (customize-set-variable): Doc fix.
2764
2765 * complete.el (PC-do-completion): If completion-ignore-case is
2766 non-nil, replace field with completion string before exiting.
2767
2768 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
2769
2770 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2771 Append its extension to the resulting temporary file name.
2772 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2773
2774 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2775 (tramp-smb-handle-write-region): Apply it.
2776
2777 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2778
2779 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2780 Redo previous change.
2781
2782 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2783
2784 * diff-mode.el (diff-mode): Doc fix.
2785
2786 2007-03-05 Kenichi Handa <handa@m17n.org>
2787
2788 * international/characters.el: Set category `l' (latin)
2789 for more characters.
2790
2791 2007-03-04 Kim F. Storm <storm@cua.dk>
2792
2793 * emacs-lisp/authors.el (authors-aliases): Add alias.
2794
2795 2007-03-04 Glenn Morris <rgm@gnu.org>
2796
2797 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2798 all when switching major mode.
2799 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2800 (hs-block-start-mdata-select, hs-block-end-regexp)
2801 (hs-forward-sexp-func, hs-adjust-block-beginning):
2802 Do not make these variables permanent-local.
2803
2804 2007-03-04 Richard Stallman <rms@gnu.org>
2805
2806 * progmodes/cperl-mode.el (cperl-mode):
2807 Modify cperl-compilation-error-regexp-alist by appending.
2808
2809 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2810 (edebug-mode): Add the hook.
2811 (edebug-recursive-edit): Remove the hook on exiting.
2812
2813 * type-break.el (type-break-get-previous-time):
2814 Handle end-of-file errors specially
2815 so they don't get reported wrong in .emacs.
2816
2817 * startup.el (fancy-splash-text): Clarify text.
2818
2819 * simple.el (beginning-of-buffer, end-of-buffer):
2820 Avoid treating plain C-u like numeric arg.
2821
2822 * simple.el (completion-setup-function): Don't set
2823 default-directory to nil.
2824
2825 * shell.el (shell-dirstack-query): Doc fix.
2826
2827 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2828 Don't select the window -- pass it to primitives instead.
2829
2830 * faces.el (minibuffer-prompt): Use medium blue by default.
2831
2832 2007-03-04 David Kastrup <dak@gnu.org>
2833
2834 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2835 Preserve 16 as default value for "seconds" when customizing.
2836
2837 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
2838
2839 * textmodes/org.el (org-self-insert-command)
2840 (orgtbl-self-insert-command, org-delete-char)
2841 (org-delete-backward-char): Set the `flyspell-delayed' property.
2842
2843 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * international/mule.el (find-auto-coding): Don't search for
2846 line-ending characters past the end of the tail.
2847
2848 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
2849
2850 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2851 Jump to the line where new score has been uploaded.
2852
2853 * play/tetris.el (tetris-move-bottom, tetris-move-left)
2854 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2855 Do nothing when the game is paused.
2856
2857 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
2858
2859 * textmodes/org.el (org-set-tags): Prevent slipping of point
2860 during completion.
2861
2862 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2863
2864 * isearch.el (isearch-message-prefix):
2865 Use minibuffer-prompt-properties.
2866
2867 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2868
2869 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2870 (ps-setup): Print which Emacsen is running ps-print package.
2871
2872 2007-03-01 Stuart Herring <herring@lanl.gov>
2873
2874 * files.el (set-auto-mode-0): Use `indirect-function'.
2875 (hack-one-local-variable): Don't reapply current major mode.
2876
2877 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2878
2879 * progmodes/python.el (python-quote-syntax): Don't bother with
2880 syntax-ppss-context.
2881 (python-fill-paragraph): Make sure that fenced-string delimiters that
2882 stand on their own line stay there.
2883
2884 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2885
2886 * replace.el (perform-replace): Propertize message.
2887
2888 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
2889
2890 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2891 invisible heading.
2892
2893 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * net/tramp.el (tramp-file-name-handler): Revert last change.
2896
2897 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2900 Correct doc strings.
2901
2902 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * replace.el (perform-replace): Undo forward-char immediately if
2905 non-adjacent search fails.
2906
2907 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * version.el (emacs-major-version, emacs-minor-version):
2910 string-to-int -> string-to-number.
2911
2912 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
2913
2914 * help.el (where-is): Fail gracefully when not passed a command.
2915
2916 2007-02-28 Stuart Herring <herring@lanl.gov>
2917
2918 * find-lisp.el (find-lisp-default-directory-predicate):
2919 Fix bug: Do symlink check on expanded filename.
2920
2921 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
2922
2923 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2924 changes during replacement.
2925 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2926
2927 2007-02-28 Lars Hansen <larsh@soem.dk>
2928
2929 * desktop.el: Delete header line listing me as maintainer.
2930
2931 2007-02-28 Glenn Morris <rgm@gnu.org>
2932
2933 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2934 the menus case.
2935
2936 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * net/tramp.el (tramp-file-name-handler): Inhibit modification
2939 hooks to avoid confusion when combining after-change calls.
2940
2941 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
2942
2943 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2944 now that pgg-gpg-process-region correctly honors passed-in passphrase.
2945 (allout-distinctive-bullets-string): Add info about bullet conventions.
2946 (allout-mode): Add info about distinctive vs plain bullets.
2947
2948 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
2949
2950 * textmodes/org.el (org-archive-subtree): Quote variable name.
2951 (org-agenda-get-todos): Make sure skip properties are checked correctly.
2952
2953 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
2954
2955 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2956 (gud-bashdb-command-name, bashdb): Remove.
2957 (gud, gud-menu-map): Remove references to bash/bashdb.
2958
2959 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2960
2961 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2962 keyword for Python 2.5.
2963
2964 2007-02-26 Romain Francoise <romain@orebokech.com>
2965
2966 * net/net-utils.el (whois-server-tld): Update server for .org.
2967 (whois-server-list): Add whois.publicinterestregistry.net.
2968 (whois-guess-server): Fix formatting in docstring.
2969
2970 2007-02-26 Kim F. Storm <storm@cua.dk>
2971
2972 * mouse.el (mouse-show-mark): Run hooks and perform command
2973 remapping for mouse-region-delete-keys.
2974
2975 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2976
2977 * font-core.el (font-lock-mode): Doc fix.
2978
2979 2007-02-25 Kim F. Storm <storm@cua.dk>
2980
2981 * ido.el (ido-buffer-internal): Set this-command to fallback command.
2982 Add selected buffer to buffer-name-history.
2983 (ido-file-internal): Set this-command to fallback command.
2984 Add file names to file-name-history.
2985
2986 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2987 Apply minibuffer-prompt-properties.
2988
2989 2007-02-25 Andreas Schwab <schwab@suse.de>
2990
2991 * files.el (hack-one-local-variable-eval-safep): Correct handling
2992 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
2993
2994 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
2995
2996 * textmodes/org.el (org-table-overlay-coordinates)
2997 (org-table-toggle-coordinate-overlays): New functions.
2998 (org-table-overlay-coordinates, org-table-coordinate-overlays):
2999 New variables.
3000 (org-startup-with-deadline-check): Remove option.
3001 (org-mode): Remove deadline check on startup.
3002 (org-table-limit-column-width): Remove option.
3003 (org-table-formula-numbers-only): Remove option.
3004 (org-link-style, org-link-format): Remove options.
3005 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3006 (org-export-ascii-show-new-buffer)
3007 (org-export-html-show-new-buffer): Remove options.
3008 (org-activate-links): Remove camel option.
3009 (org-file-link-context-use-camel-case): Remove option.
3010 (org-camel-regexp): Remove variable.
3011 (org-activate-camels): Remove function.
3012 (org-store-link): Remove Camel stuff.
3013 (org-make-org-heading-camel): Remove function.
3014 (org-open-at-point): Remove camel stuff.
3015 (org-link-search): Remove camel stuff.
3016 (org-camel-to-words): Function removed.
3017 (org-get-agenda-file-buffer): Make sure we prepare the base
3018 buffers, not any indirect buffers.
3019 (org-sort-entries): Sort top-level when not on a headline, and no
3020 active region.
3021 (org-in-regexp): New function.
3022 (org-search-not-self): Rename from `org-search-not-link'.
3023 (org-open-link-marker): New variable.
3024 (org-open-at-point): Set `org-open-link-marker'.
3025 (org-print-icalendar-entries): Fixe bug with excluding DONE
3026 entries from the exported list.
3027 (org-edit-formula-lisp-indent): New command.
3028 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3029 (orgtbl-to-latex, orgtbl-insert-radio-table)
3030 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3031 (orgtbl-radio-table-templates): New option.
3032 (org-store-link-props):
3033 (org-remember-templates): More possibilities to insert info
3034 into templates.
3035 (org-remember-apply-template): Make use of the extended
3036 template capabilities.
3037 (org-remember-redo-template): New command.
3038 (org-upgrade-old-links)
3039 (org-table-modify-formulas, org-table-replace-in-formulas)
3040 (org-table-find-dataline)
3041 (org-table-get-vertical-vector): Remove functions.
3042 (org-table-remove-rectangle-highlight)
3043 (org-time-stamp-format, org-toggle-log-option)
3044 (org-table-highlight-rectangle)
3045 (org-table-iterate, org-table-make-reference):
3046 (org-translate-time, org-tree-to-indirect-buffer)
3047 (org-table-field-info, org-table-fix-formulas)
3048 (org-table-force-dataline, org-table-get-descriptor-line)
3049 (org-table-get-range)
3050 (org-skip-comments, org-sort)
3051 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3052 (org-table-current-dline, org-table-current-field-formula)
3053 (org-table-edit-backward-field)
3054 (org-table-edit-formulas-post-command)
3055 (org-table-edit-line-down, org-table-edit-line-up)
3056 (org-agenda-archive)
3057 (org-agenda-clock-cancel)
3058 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3059 (org-agenda-open-link, org-agenda-show-new-time)
3060 (org-agenda-skip-subtree-when-regexp-matches)
3061 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3062 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3063 (org-do-sort, org-file-image-p, org-find-overlays)
3064 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3065 (org-highlight-until-next-command, org-isearch-end)
3066 (org-match-any-p, org-next-link, org-previous-link):
3067 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3068 (org-rewrite-old-row-references)
3069 (org-isearch-post-command)
3070 (org-table-edit-move, org-table-edit-next-field)
3071 (org-table-edit-scroll, org-table-edit-scroll-down)
3072 (org-set-frame-title, org-show-reference)
3073 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3074 (org-show-variable): Remove command.
3075 (org-add-log-maybe): New arguments STATE, FINDPOS
3076 (org-table-sort-lines): Rewrite from scratch.
3077 (org-link-search): New argument AVOID-POS.
3078 (org-print-icalendar-entries): Remove argument CATEGORY.
3079 (org-run-agenda-series): Remove argument WONDOW.
3080 (org-next-link, org-previous-link): New commands.
3081 (org-agenda-date-format): New option.
3082 (org-table-iterate): New command.
3083 (org-table-modify-formulas)
3084 (org-table-replace-in-formulas): Remove functions.
3085 (org-table-fix-formulas): New function.
3086 (org-table-insert-column, org-table-delete-column)
3087 (org-table-move-column): Use `org-table-fix-formulas'.
3088 (org-follow-gnus-link): Patch from Bastien/Leo.
3089 (org-table-current-field-formula): New function.
3090 (org-file-image-p): New function.
3091 (org-agenda-show-new-time): New function.
3092 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3093 (org-with-remote-undo): New macro.
3094 (org-agenda-undo): New command.
3095 (org-verify-change-for-undo): New function.
3096 (org-time-stamp-format): New function.
3097 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3098 by user.
3099 (org-match-any-p): New function.
3100 (org-make-tags-matcher): Handle regular expressions for tag and
3101 todo matches.
3102 (org-read-date): Accept "+N" as input for a date relative to the
3103 current date.
3104 (org-remove-subtree-entries-from-agenda): New function.
3105 (org-agenda-archive, org-agenda-kill):
3106 Use `org-remove-subtree-entries-from-agenda'.
3107 (org-do-sort, org-sort-entries): New functions.
3108 (org-sort): New command.
3109 (org-table-sort-lines): Use `org-do-sort'.
3110 (org-fix-decoded-time): New function.
3111 (org-table-number-regexp): Require 0x... to identify as number
3112 in tables.
3113 (org-startup-options): New keywords for note taking.
3114 (org-upgrade-old-links): Remove function.
3115 (org-get-repeat): New function.
3116 (org-show-context): Also show siblings on current level.
3117 (org-show-siblings): New function.
3118 (org-isearch-end, org-isearch-post-command): New functions.
3119 (org-show-siblings): New option.
3120 (org-show-context): Use `org-show-siblings'.
3121 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3122 to be bound, because user may just use elisp.
3123
3124 2007-02-24 Kim F. Storm <storm@cua.dk>
3125
3126 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3127 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3128
3129 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3130
3131 * startup.el (command-line): Also check if the abbrev file is readable.
3132
3133 2007-02-24 John Paul Wallington <jpw@pobox.com>
3134
3135 * net/tls.el (tls-certtool-program): Fix custom type.
3136
3137 * mail/feedmail.el (feedmail-message-id-generator)
3138 (feedmail-date-generator): Fix custom types.
3139
3140 * mail/rmail.el (rmail-message-filter): Fix custom type.
3141
3142 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3143
3144 * startup.el (command-line): If simple.el cannot be found, proceed
3145 with a warning message.
3146
3147 2007-02-24 Kenichi Handa <handa@m17n.org>
3148
3149 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3150 case that BEG is a string.
3151
3152 2007-02-24 Chris Moore <dooglus@gmail.com>
3153
3154 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3155 * pgg-pgp.el (pgg-pgp-encrypt-region):
3156 * pgg-gpg.el (pgg-gpg-encrypt-region):
3157 Check pgg-encrypt-for-me if no other recipients.
3158
3159 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3160
3161 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3162
3163 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3164 shell-quote-argument.
3165
3166 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3167
3168 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3169 from the comint buffer instead of the temporary one.
3170
3171 2007-02-23 David Reitter <david.reitter@gmail.com>
3172
3173 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3174 storing it in recentf-exclude.
3175
3176 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3179 in splash screen.
3180
3181 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3182
3183 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3184 commands, for restart.
3185 (idlwave-shell-current-module): Fix handling of module name by type.
3186 (idlwave-shell-break-in): Update type handling.
3187 (idlwave-shell-bp-get): Encode type in BP structure.
3188 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3189 (idlwave-shell-module-source-query): Query routine info based on type.
3190 Fix path parsing for non-compiled files.
3191 (idlwave-shell-module-source-filter): Don't signal error in filter
3192 if no source found.
3193 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3194 filter race.
3195
3196 2007-02-22 Kim F. Storm <storm@cua.dk>
3197
3198 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3199 (editable-field): Document need to put some text before the %v
3200 escape in :format string.
3201
3202 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3205 (vc-svn-use-edit): Remove unused config var.
3206 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3207
3208 * outline.el (hide-sublevels): Keep empty last line, if available.
3209
3210 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3211 rather than the corresponding unicode char, to make the code
3212 more readable.
3213
3214 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3217 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3218 (speedbar-item-info-tag-helper): Doc fixes.
3219
3220 2007-02-19 Kenichi Handa <handa@m17n.org>
3221
3222 * international/mule-cmds.el (locale-language-names):
3223 Map "eo" to "Esperanto".
3224
3225 * language/european.el ("Esperanto"): New language environment.
3226
3227 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3228
3229 * simple.el (kill-line): Doc fix.
3230
3231 2007-02-17 Kim F. Storm <storm@cua.dk>
3232
3233 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3234 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3235 (bindat--unpack-group, bindat--pack-group):
3236 Handle vectors with optional element type.
3237
3238 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3239
3240 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3241 if PASSPHRASE is given.
3242
3243 2007-02-17 Chris Moore <dooglus@gmail.com>
3244
3245 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3246 Recognize backups of bz2 compressed files.
3247
3248 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3249
3250 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3251 to nil to speed up lookup of the symbol in index nodes.
3252
3253 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3254
3255 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3256 Add indentation for the constants of Lisp.
3257
3258 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * ps-print.el: Use (defvar <foo>) where applicable.
3261 (ps-print-emacs-type): Remove.
3262 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3263 (ps-frame-parameter): Align its call-convention with frame-parameter.
3264 (ps-begin-job): Adjust calls to it appropriately.
3265 (ps-setup): Don't print ps-print-emacs-type.
3266 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3267 Define in such a way that it's obvious that it's defined.
3268 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3269 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3270 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3271
3272 2007-02-15 Alan Mackenzie <acm@muc.de>
3273
3274 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3275 an empty one-line C-style comment, post-position point properly.
3276
3277 2007-02-15 Chris Moore <dooglus@gmail.com>
3278
3279 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3280 (isearch-lazy-highlight-new-loop): Bind it.
3281 (isearch-lazy-highlight-search): Use it.
3282
3283 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3284
3285 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * font-lock.el (font-lock-extend-region-wholelines):
3288 Only return non-nil if the region has really been changed.
3289 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3290
3291 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3292
3293 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3294 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3295 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3296
3297 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * faces.el (color-values): Revert changes to docstring from
3300 2007-01-31 and 2000-09-07.
3301
3302 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3303 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3304 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3305 (ispell-help): Fix typos in docstring and output message.
3306
3307 2007-02-14 Kim F. Storm <storm@cua.dk>
3308
3309 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3310 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3311 (grep): Fix lgrep reference.
3312
3313 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3314 (standard-display-underline): Use make-glyph-code.
3315
3316 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3317
3318 * international/latin1-disp.el (latin1-display-char):
3319 Use make-glyph-code.
3320
3321 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
3322
3323 * ehelp.el (with-electric-help, electric-help-exit)
3324 (electric-help-retain): Doc fixes.
3325
3326 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3327 (byte-compile-file): Doc fixes.
3328
3329 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3330
3331 * term/mac-win.el: Change all uses of
3332 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3333 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3334 (mac-ae-get-url): Call select-frame-set-input-focus.
3335 (mac-dnd-handle-drag-n-drop-event): Don't call
3336 select-frame-set-input-focus.
3337
3338 2007-02-13 Kenichi Handa <handa@m17n.org>
3339
3340 * international/characters.el: Fix documentation of category `a'.
3341
3342 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3343
3344 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3345
3346 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
3347
3348 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3349 (tramp-get-remote-ln): Handle error case.
3350 Reported by Chris Moore <dooglus@gmail.com>.
3351
3352 2007-02-11 Kim F. Storm <storm@cua.dk>
3353
3354 * bindings.el (ctl-x-map): Remove register compatibility bindings
3355 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3356
3357 2007-02-11 Richard Stallman <rms@gnu.org>
3358
3359 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3360 in load history.
3361
3362 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3363 condition -- don't fail to stop at endpos.
3364
3365 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
3366
3367 * textmodes/org.el (org-agenda-get-todos)
3368 (org-agenda-get-timestamps, org-agenda-get-closed)
3369 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3370 (org-agenda-get-blocks, org-format-agenda-item)
3371 (org-agenda-change-all-lines, org-scan-tags): Rename text property
3372 from `category' to `org-category'.
3373
3374 2007-02-11 Kenichi Handa <handa@m17n.org>
3375
3376 * international/titdic-cnv.el (titdic-convert): Force files be written
3377 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
3378 (miscdic-convert): Force files be written with Unix-like eol format.
3379
3380 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
3381
3382 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3383
3384 * calculator.el (calculator-prompt): Doc fix.
3385 (calculator-mode-map): Fix typo in menu entry.
3386
3387 2007-02-10 Jay Belanger <belanger@truman.edu>
3388
3389 * calculator.el (calculator): Do more extensive checking for when
3390 3 lines should be used for the calculator.
3391
3392 2007-02-10 Eli Zaretskii <eliz@gnu.org>
3393
3394 * info-look.el (info-lookup-make-completions):
3395 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3396 index nodes.
3397
3398 * info.el (Info-fontify-maximum-menu-size): Document the effect
3399 of a nil value.
3400 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3401 non-nil before using it as size.
3402
3403 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * subr.el (insert-for-yank-1): Prevent read-only properties from
3406 interfering with text property operations.
3407
3408 * image-mode.el (image-mode): Revert 2007-01-30 changes.
3409
3410 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3411 (image-type-auto-detected-p): Fail if another match is found in
3412 auto-mode-alist.
3413
3414 * files.el (magic-mode-alist): Call image-mode instead of
3415 image-mode-maybe for autodetected images.
3416
3417 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3420 Fix typos in docstrings.
3421 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3422
3423 2007-02-09 Kim F. Storm <storm@cua.dk>
3424
3425 * emacs-lisp/float-sup.el: Remove obsolete comment.
3426
3427 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3430
3431 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3432
3433 * simple.el: Revert previous change, at request of RMS:
3434 (fundamental-mode-hook): Remove.
3435 (fundamental-mode): Run after-change-major-mode-hooks manually,
3436 and don't run the now-nonexistent fundamental-mode-hook.
3437
3438 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3439
3440 * simple.el (fundamental-mode-hook): Declare new hook.
3441 (fundamental-mode): Run the new dedicated hook, and don't run
3442 after-change-major-mode-hooks manually anymore.
3443
3444 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3447 added columns of chars. Remove support for the "no-meta-info" format.
3448 Prompted by Romain Francoise <romain@orebokech.com>.
3449
3450 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3451
3452 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3453 (gdb-mouse-until, gdb-mouse-jump): Use it.
3454
3455 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3456
3457 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3458 work when there is just an assembler buffer (no source buffer).
3459
3460 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3461
3462 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3463 just because the diff was produced using "-p" (--show-c-function).
3464
3465 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
3466
3467 * faces.el (frame-set-background-mode): Use `color-values' and
3468 `display-color-p', not `x-color-values' and `x-display-color-p'.
3469 (face-valid-attribute-values): Use `defined-colors' instead of
3470 `x-defined-colors'.
3471
3472 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3473
3474 * ps-print.ps: The ps-print commands without face printing should not
3475 print background color. Reported by Leo <sdl.web@gmail.com>.
3476 (ps-print-version): New version 6.7.3.
3477 (ps-begin-job): New arg. Fix ps-default-background and
3478 ps-default-foreground initialization.
3479 (ps-face-attributes): Fix doc string.
3480 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3481
3482 * printing.el: Fix ps-print link.
3483
3484 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * faces.el (face-set-after-frame-default): Compile attributes to
3487 be set by frame parameters before merging in X resources.
3488
3489 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * simple.el (blink-matching-paren-dont-ignore-comments):
3492 (blink-matching-paren-on-screen): Doc fixes.
3493
3494 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
3495
3496 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3497
3498 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
3499
3500 * loadhist.el (unload-feature): Silently ignore `load-history' entries
3501 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3502 entries like `defun'. Return nil.
3503
3504 2007-02-05 Kim F. Storm <storm@cua.dk>
3505
3506 * ido.el: Doc fixes.
3507
3508 2007-02-04 David Kastrup <dak@gnu.org>
3509
3510 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3511 `mpuz-allow-double-multiplicator' is non-zero, and correct
3512 calculation of `min'.
3513
3514 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
3515
3516 * wid-edit.el (widget-default-create): Insert new text at the
3517 :from marker _after_ the marker, not before it.
3518
3519 2007-02-04 Alan Mackenzie <acm@muc.de>
3520
3521 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3522 containing it is re-indented.
3523
3524 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * net/newsticker.el (newsticker--insert-image): Update docstring,
3527 and insert the image directly.
3528 (newsticker--buffer-redraw): Update docstring.
3529
3530 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3531 Rename from define-global-minor-mode.
3532
3533 * progmodes/cwarn.el (global-cwarn-mode):
3534 * emacs-lisp/autoload.el (make-autoload):
3535 * hi-lock.el (global-hi-lock-mode):
3536 * font-core.el (global-font-lock-mode): All callers changed.
3537
3538 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3539
3540 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3541 Don't copy @ignore lines into menu descriptions.
3542 (texinfo-multi-file-update): Goto the @node line before attempting
3543 to pluck the node name.
3544 (texinfo-multiple-files-update): Reverse the optional arguments'
3545 order, as per the doc string and the `interactive' form.
3546
3547 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * image-mode.el: Use autoload to avoid overriding disabled setting
3550 applied in .emacs.
3551
3552 2007-02-03 Alan Mackenzie <acm@muc.de>
3553
3554 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3555 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
3556 adjacent paren groups).
3557
3558 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3559
3560 * progmodes/ebnf2ps.el: Doc fixes.
3561 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3562
3563 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3564
3565 * dired-x.el (dired-do-relsymlink): Add reference to
3566 dired-do-symlink. Add an autoload cookie.
3567
3568 * dired-aux.el (dired-do-symlink): Add reference to
3569 dired-do-relsymlink.
3570
3571 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
3572
3573 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3574 <left-fringe mouse-3>: New bindings.
3575
3576 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
3577
3578 * newsticker.el (newsticker-version): Changed to "1.10".
3579 (newsticker--set-customvar): Doc string.
3580 (newsticker-new-item-face): Doc string.
3581 (newsticker-mode): Initialize `invisibility-spec' with t.
3582 (newsticker-mode-map): Added
3583 `newsticker-mark-all-items-at-point-as-read'.
3584 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3585 (newsticker-w3m-show-inline-images): Do not call
3586 `w3m-remove-image'.
3587 (newsticker--buffer-after-w3m-insert-image): New advice for
3588 w3m-insert-image to cache images.
3589 (newsticker-next-item-same-feed): New.
3590 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3591 (newsticker-mark-all-items-of-feed-as-read): New.
3592 (newsticker-mark-all-items-at-point-as-read): Use new functions.
3593 (newsticker-mark-item-at-point-as-read): Doc string.
3594 (newsticker-mark-item-at-point-as-read): Use new functions.
3595 (newsticker--do-mark-item-at-point-as-read): New, extracted from
3596 `newsticker-mark-item-at-point-as-read'.
3597 (newsticker-hide-entry): Use (t) instead of t for invisibility.
3598 (newsticker--sentinel): Yet another xml-parser workaround.
3599 (newsticker--decode-iso8601-date): Bugfix for datestrings without
3600 days.
3601 (newsticker--buffer-do-insert-text): Fix.
3602 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3603 (newsticker--buffer-make-item-completely-visible):
3604 `switch-to-buffer' not necessary.
3605
3606 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3607
3608 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3609 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3610 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3611 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3612 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3613
3614 2007-02-02 Kenichi Handa <handa@m17n.org>
3615
3616 * international/quail.el (quail-show-key): Fix an error message.
3617
3618 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * faces.el (set-face-underline-p, modify-face): Rename arg
3621 UNDERLINE-P to UNDERLINE (it is not a flag).
3622
3623 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
3624
3625 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3626 when adding gdb-speedbar-update to gdb-input-queue.
3627
3628 2007-02-01 Kenichi Handa <handa@m17n.org>
3629
3630 * international/quail.el (quail-show-key): Signal an error if the
3631 current input method is not using Quail.
3632
3633 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
3634
3635 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3636 Trim leading whitespace in sysvar names.
3637
3638 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * faces.el (internal-find-face, internal-get-face): Doc fixes.
3641
3642 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3643
3644 * ido.el (ido-set-common-completion): Use `let', not `let*'.
3645
3646 2007-01-31 Romain Francoise <romain@orebokech.com>
3647
3648 * comint.el: Delete extra copy of `comint-copy-old-input' added in
3649 previous change to this file.
3650
3651 2007-01-31 Jason Rumney <jasonr@gnu.org>
3652
3653 * files.el (magic-mode-alist): Use image-mode-maybe rather than
3654 image-mode.
3655
3656 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3657 interfering with attempt to set major mode from modified
3658 auto-mode-alist.
3659
3660 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * faces.el (color-values): Doc fix.
3663 (face-differs-from-default-p): Don't check :foreground twice.
3664
3665 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
3666
3667 * comint.el (comint-mode): Prevent non-keyword fontification by default.
3668
3669 2007-01-31 Kenichi Handa <handa@m17n.org>
3670
3671 * international/quail.el (quail-store-decode-map-key): Store a
3672 translated character too.
3673 (quail-char-equal-p): New function.
3674 (quail-find-key1): Check character equality by quail-char-equal-p.
3675 (quail-decode-map-generated): New variable.
3676 (quail-find-key): Check quail-decode-map-generated and re-generate
3677 a decode map if necessary.
3678
3679 2007-01-30 Richard Stallman <rms@gnu.org>
3680
3681 * tutorial.el (tutorial--detailed-help): Make the list of
3682 changed keys look nicer.
3683
3684 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
3685
3686 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3687 (gdb-var-delete): Use it.
3688 (gdb-var-update-handler-1): Handle value "invalid" for MI field
3689 `in_scope'.
3690
3691 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
3692
3693 * files.el (get-free-disk-space): Return nil for remote directories.
3694
3695 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3696 instead of "dir".
3697
3698 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * type-break.el (type-break-catch-up-event): New function.
3701 (type-break-demo-hanoi, type-break-demo-life)
3702 (type-break-demo-boring): Use it.
3703
3704 * image-mode.el (image-mode): Don't automatically view as image.
3705 (image-toggle-display): Add `disabled' property.
3706
3707 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3708
3709 * isearchb.el (isearchb-iswitchb):
3710 * ps-print.el (ps-build-face-reference):
3711 * emacs-lisp/shadow.el (list-load-path-shadows):
3712 * eshell/esh-cmd.el (eshell-rewrite-for-command):
3713 * international/mule.el (find-auto-coding):
3714 * mail/supercite.el (sc-attrib-selection-list):
3715 * progmodes/cc-defs.el (c-emacs-features):
3716 * progmodes/cc-vars.el (c-offsets-alist):
3717 * progmodes/flymake.el
3718 (flymake-init-create-temp-source-and-master-buffer-copy):
3719 Fix typos in docstrings (some suggested by Chris Moore).
3720
3721 * progmodes/vhdl-mode.el (vhdl-components-package-name)
3722 (vhdl-get-library-unit, vhdl-corresponding-begin)
3723 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3724 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3725 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3726 (vhdl-font-lock-match-item): Fix typos in docstrings.
3727 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3728 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3729 (vhdl-speedbar-insert-project-hierarchy):
3730 Improve argument/docstring consistency.
3731
3732 2007-01-29 Kenichi Handa <handa@m17n.org>
3733
3734 * international/titdic-cnv.el (py-converter): Fix previous change.
3735
3736 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * jka-compr.el (jka-compr-partial-uncompress)
3739 (jka-compr-call-process): Rebind default-directory if it is
3740 invalid. Suggested by Chris Moore.
3741
3742 * comint.el (comint-insert-input): Handle situation where the
3743 selected buffer is not the clicked buffer.
3744
3745 2007-01-29 Kenichi Handa <handa@m17n.org>
3746
3747 * international/ja-dic-cnv.el (skkdic-convert):
3748 Add byte-compile-disable-print-circle:t at the head.
3749
3750 * international/titdic-cnv.el (tit-process-header):
3751 Add byte-compile-disable-print-circle:t at the head.
3752 (miscdic-convert): Likewise.
3753 (py-converter): Skip the header comments.
3754
3755 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3756 New variable.
3757 (byte-compile-output-file-form): Bing print-circle to nil if
3758 byte-compile-output-file-form is not nil.
3759 (byte-compile-output-docform): Likewise.
3760
3761 2007-01-28 Kim F. Storm <storm@cua.dk>
3762
3763 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3764 Declare earlier to avoid byte compiler warnings.
3765
3766 2007-01-28 Markus Triska <markus.triska@gmx.at>
3767
3768 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3769
3770 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3773 (gamegrid-add-score-with-update-game-score-1): Allow local quits
3774 when calling update-game-score program. Remove unnecessary
3775 save-excursion.
3776
3777 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3778
3779 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
3780
3781 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3782 avoid compiler warning.
3783 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3784 might have values other than "true" or "false".
3785
3786 2007-01-28 Richard Stallman <rms@gnu.org>
3787
3788 * textmodes/fill.el (fill-paragraph-function): Doc fix.
3789 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3790
3791 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3792
3793 * image.el (image-type-header-regexps): Make GIF regex more specific.
3794
3795 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3796 Don't check `backspace'.
3797 (tutorial--find-changed-keys): Look up bindings in a temp buffer
3798 in Fundamental mode.
3799
3800 * startup.el (fancy-splash-text, normal-splash-screen):
3801 Mention C-g.
3802
3803 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3804 when inserting in buffer.
3805
3806 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3807 inside the if.
3808
3809 2007-01-27 Richard Stallman <rms@gnu.org>
3810
3811 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3812
3813 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
3814
3815 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3816 enum/union/struct/class definition.
3817 Revert change to call `forward-sexp' multiple times.
3818
3819 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * files.el (hack-local-variables-confirm): Don't keep trying to
3822 read an event from an empty kbd macro.
3823
3824 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3825
3826 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3827
3828 2007-01-27 Ben North <ben@redfrontdoor.org>
3829
3830 * outline.el (outline-promote, outline-demote): Doc fix. Rename
3831 the arg CHILDREN -> WHICH.
3832
3833 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
3834
3835 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3836 default-directory to a sane value when calling start-process.
3837
3838 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3839
3840 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3841 (ls-lisp-format-time-list): Doc fix. Mention
3842 ls-lisp-use-localized-time-format.
3843 (ls-lisp-format-time): Use ls-lisp-format-time-list if
3844 ls-lisp-use-localized-time-format is non-nil, even if a valid
3845 locale is defined.
3846
3847 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
3848
3849 * jka-compr.el (jka-compr-shell): Doc fix.
3850
3851 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3852
3853 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3854
3855 * ps-print.ps: Fix background height.
3856 (ps-print-version): New version 6.7.2.
3857
3858 2007-01-26 Eli Zaretskii <eliz@gnu.org>
3859
3860 * makefile.w32-in (finder-data, custom-deps): Depend on
3861 $(lisp)/loaddefs.el.
3862
3863 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3864
3865 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3866
3867 2007-01-24 Miles Bader <miles@gnu.org>
3868
3869 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3870 (byte-compile-output-docform): Bind `print-circle' to t.
3871
3872 2007-01-24 Kenichi Handa <handa@m17n.org>
3873
3874 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3875 file name of the original SKK dictionary file.
3876
3877 2007-01-24 Kim F. Storm <storm@cua.dk>
3878
3879 * ido.el (ido-initial-position): New variable.
3880 (ido-read-internal): Set it if default item is specified.
3881 (ido-minibuffer-setup): Position cursor accordingly if set.
3882 (ido-edit-input): C-e moves to end of input if not already there.
3883 (ido-magic-backward-char): C-b does like M-b if prev char is /.
3884 Don't switch to buffer mode if repeating C-b at start of input.
3885 (ido-toggle-ignore): C-a only toggles ignore at start or end of
3886 input; else it moves to start of input.
3887 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3888 not at end of input, delete rest of input, rather than normal op.
3889
3890 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
3891
3892 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3893
3894 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3895 of message. Activate mark.
3896 (ediff-activate-mark): Set transient-mark-mode to t.
3897
3898 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3899
3900 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3901
3902 * help-fns.el (describe-variable): Don't suppress display of
3903 buffer local value when the value is "large".
3904
3905 2007-01-22 Kim F. Storm <storm@cua.dk>
3906
3907 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3908 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3909 (ido-tidy): Use ido-active.
3910
3911 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
3912
3913 * hexl.el (hexl-mode-exit): Add missing quote.
3914
3915 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3916
3917 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3918 (mac-ae-keyboard-modifiers): New function.
3919 (mac-handle-toolbar-switch-mode): Use it.
3920 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
3921 if keyboard modifiers on drop contain option key.
3922 (mac-dnd-drop-data): Add optional argument `action'.
3923 (special-event-map): Remove binding for M-drag-n-drop.
3924
3925 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
3926
3927 * add-log.el (add-log-current-defun): Use CC Mode functions to
3928 find the beginning and end of a defun.
3929
3930 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3931
3932 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3933 (gdb-var-create-handler): Handle value field in GDB output of
3934 -var-create.
3935 (gdb-max-frames): New variable.
3936 (gdb-stack-buffer, gdb-frames-select): Use it.
3937 (gdb-info-stack-custom): Help user customize gdb-max-frames,
3938 if necessary.
3939 (gdb-get-frame-number): Simplify.
3940
3941 2007-01-21 Glenn Morris <rgm@gnu.org>
3942
3943 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3944 Update copyrights.
3945
3946 2007-01-21 Alan Mackenzie <acm@muc.de>
3947
3948 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3949 handling of K&R stuff.
3950
3951 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3952
3953 * textmodes/bibtex.el (bibtex-files): Fix customization type.
3954
3955 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3956
3957 * ps-print.el: Handle frame parameters (background and/or foreground
3958 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
3959 (ps-print-version): New version 6.7.1.
3960 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3961 (ps-frame-parameter): New fun.
3962 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3963 Fix doc and customization.
3964 (ps-begin-job): Get frame parameters (background and/or foreground
3965 colors).
3966 (ps-do-despool): Ensure ps-printer-name has a valid value.
3967
3968 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3969
3970 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3971 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3972 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3973 mean unlimited.
3974
3975 2007-01-20 Alan Mackenzie <acm@muc.de>
3976
3977 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3978 much more rigorous analysis of putative K&R regions.
3979
3980 2007-01-20 Alan Mackenzie <acm@muc.de>
3981
3982 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3983 New functions.
3984
3985 2007-01-20 Alan Mackenzie <acm@muc.de>
3986
3987 * progmodes/cc-align.el, progmodes/cc-cmds.el,
3988 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3989 * progmodes/cc-langs.el, progmodes/cc-styles.el,
3990 * progmodes/cc-vars.el: Add my name.
3991
3992 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * files.el (find-alternate-file): Revert query message to Emacs 21
3995 version.
3996
3997 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
3998
3999 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4000 the doc string how to use personal abbrevs without electric
4001 keywords.
4002
4003 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4004
4005 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4006 Fixed cursor position when toggle abbreviated display.
4007
4008 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4009
4010 * t-mouse.el: Update copyright following assignment by
4011 Alessandro Rubini.
4012
4013 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4016 (type-break-demo-boring): Call read-event instead of read-char.
4017
4018 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4019
4020 * progmodes/compile.el: Add handling for makepplog.
4021
4022 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4023
4024 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4025 aspell dictionaries are initialized when called non-interactively.
4026
4027 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4028
4029 * progmodes/compile.el (compilation-loop): New arg limit.
4030 Handle case where the first error is at point-min.
4031 (compilation-next-error): New arg to compilation-loop call.
4032
4033 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4034
4035 * info.el (Info-default-dirs): Change default info dir to
4036 share/info.
4037
4038 * paths.el (Info-default-directory-list): Ditto.
4039
4040 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4041
4042 * hexl.el (hexl-before-revert-hook): New function.
4043 (hexl-mode): Use it.
4044 (hexl-after-revert-hook): Just call hexl-mode.
4045 (hexl-mode-exit): Remove before-revert-hook.
4046
4047 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4048
4049 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4050
4051 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4052
4053 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4054 by "-" in francais7 otherchars entry.
4055 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4056 otherchars entry.
4057
4058 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4059
4060 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4061 path. Rewrite function in `cond' style for readability.
4062
4063 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4064 (The path shortening, that is, not the rearrarangement.)
4065
4066 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4067
4068 * term/mac-win.el (mac-ae-quit-application): New function.
4069 (mac-apple-event-map): Bind "quit application" Apple event to it.
4070
4071 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4074 than the program's output.
4075
4076 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4079 (kmacro-start-macro-or-insert-counter)
4080 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4081 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4082
4083 * longlines.el (longlines-show-hard-newlines):
4084 * ruler-mode.el (ruler-mode-ruler):
4085 * emulation/keypad.el (keypad-setup):
4086 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4087 Fix typo in docstring.
4088
4089 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4090
4091 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4092 Remove redirect character ">".
4093
4094 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * replace.el (perform-replace): Remove leftover code.
4097
4098 2007-01-12 Richard Stallman <rms@gnu.org>
4099
4100 * replace.el (perform-replace): Don't clear NODENT when computing
4101 the replacement string.
4102
4103 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4104
4105 * net/tramp.el (tramp-handle-file-local-copy):
4106 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4107 <christopher.ian.moore@gmail.com>.
4108
4109 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * diff-mode.el (diff-sanity-check-context-hunk-half)
4112 (diff-sanity-check-hunk): New functions.
4113 (diff-find-source-location): Use'em to check the hunks are well-formed.
4114
4115 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4116 activate undo when undo is not active.
4117 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4118
4119 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4122 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4123 (ffap-url-at-point): Use char-classes rather than "a-z".
4124
4125 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4126
4127 * ediff-init.el (ediff-autostore-merges):
4128 * textmodes/fill.el (fill-region): Doc fix.
4129
4130 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * server.el (server-ensure-safe-dir): UIDs may be floats.
4133
4134 2007-01-10 Richard Stallman <rms@gnu.org>
4135
4136 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4137 around calls to directory-files.
4138
4139 * subr.el (momentary-string-display): Use save-excursion.
4140
4141 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4142 argument, but read it as `X' does.
4143
4144 2007-01-09 Juri Linkov <juri@jurta.org>
4145
4146 * info.el (Info-fontify-node): Don't hide node names of index entries.
4147
4148 * faces.el (momentary): Change :group to basic-faces where all
4149 basic faces belong to. Add :version.
4150
4151 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4152
4153 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4154 keybinding is found.
4155 (tutorial--find-changed-keys): Never treat null keybinding as a
4156 remapping.
4157
4158 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4159
4160 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4161
4162 2007-01-09 Kenichi Handa <handa@m17n.org>
4163
4164 * international/mule-cmds.el
4165 (select-safe-coding-system-interactively): Fix message.
4166
4167 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4168
4169 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4170 (tramp-process-actions): Add optional parameter TIMEOUT.
4171 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4172 (tramp-open-connection-su): Add timeout of 60".
4173
4174 2007-01-09 Richard Stallman <rms@gnu.org>
4175
4176 * progmodes/compile.el (compile): Doc fix.
4177
4178 2007-01-09 Markus Triska <markus.triska@gmx.at>
4179
4180 * tumme.el (tumme-display-thumb): Doc fix.
4181
4182 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4183
4184 * battery.el (battery-search-for-one-match-in-files):
4185 * bindings.el (mode-line-minor-mode-help):
4186 * x-dnd.el (x-dnd-types-alist):
4187 * calendar/icalendar.el (icalendar-import-buffer):
4188 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4189
4190 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4191
4192 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4193
4194 * replace.el (replace-regexp): Fix typo in docstring.
4195
4196 2007-01-07 Alan Mackenzie <acm@muc.de>
4197
4198 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4199 Amend doc-string and comments.
4200
4201 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4202
4203 * files.el (abbreviate-file-name): Doc fix.
4204
4205 2007-01-06 Markus Triska <triska@gmx.at>
4206
4207 * subr.el (split-string): Remove spurious ")" from doc string.
4208
4209 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4210
4211 * textmodes/table.el (table--warn-incompatibility):
4212 Use display-warning instead of momentary-string-display.
4213
4214 2007-01-05 Richard Stallman <rms@gnu.org>
4215
4216 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4217
4218 * simple.el (backward-kill-word): Doc fix.
4219
4220 2007-01-05 Romain Francoise <romain@orebokech.com>
4221
4222 * international/mule.el (sgml-html-meta-auto-coding-function):
4223 Ensure that the buffer contains a HTML document.
4224
4225 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4226
4227 * faces.el (momentary): Move here ...
4228 * subr.el (momentary): ... from here.
4229
4230 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4231
4232 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4233 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4234 large structures/arrays.
4235
4236 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * files.el (find-file-noselect-1, set-visited-file-name):
4239 Allow backup-enable-predicate to be nil.
4240
4241 2007-01-04 Andreas Schwab <schwab@suse.de>
4242
4243 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4244 last change.
4245
4246 2007-01-03 Richard Stallman <rms@gnu.org>
4247
4248 * woman.el (woman-decode-buffer): Clarify error message.
4249
4250 2007-01-03 Alan Mackenzie <acm@muc.de>
4251
4252 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4253
4254 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4255
4256 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4257
4258 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4261
4262 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * emulation/viper.el (viper-custom-file-name, viper-mode):
4265 Fix typos in docstrings.
4266
4267 * subr.el (momentary-string-display): After moving point, set POS
4268 variable to it to avoid later errors once the buffer is modified.
4269 Doc fix.
4270
4271 2007-01-02 Alan Mackenzie <acm@muc.de>
4272
4273 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4274 check that the "*/" is present before trying to manipulate it.
4275
4276 2007-01-02 Richard Stallman <rms@gnu.org>
4277
4278 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4279
4280 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4281 Fix format of value.
4282
4283 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4284 Change messages accordingly.
4285 (customize-customized): Now alias.
4286
4287 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4288
4289 * files.el (version-control): Doc fix.
4290
4291 2007-01-01 Alan Mackenzie <acm@muc.de>
4292
4293 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4294 Check the format of c-state-cache is valid for an optimisation before
4295 using it.
4296
4297 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4298 are at a statement within a macro". Other changes so that only
4299 the first continuation line in a macro gets the symbol
4300 `cpp-define-intro', the others getting `statement', or whatever.
4301
4302 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4303 a string, preserve whitespace. Add a backslash only when also in
4304 a macro.
4305
4306 * progmodes/cc-defs.el: Correct typos.
4307
4308 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4309 new line after an escaped EOL in a string.
4310
4311 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4312 label when it directly follows "else", "do", ....
4313
4314 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4315 angle brackets (as seen in "explicit specialisations" of C++
4316 templates).
4317
4318 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4319 in the doc-string.
4320
4321 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4322 when the comment ender looks like "=========*/" and is alone on
4323 its line.
4324
4325 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4326 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4327 for the old name.
4328
4329 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4330 c-\(beginning\|end\)-of-defun by default.
4331
4332 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4333 New line-up function, for the DEFUN macro in the Emacs C sources.
4334 Only used in "gnu" style.
4335
4336 * progmodes/cc-styles.el (c-style-alist): Use this new function in
4337 the "gnu" style.
4338
4339 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4340 clean-up comment-close-slash also to work when there's a comment
4341 terminator on the line.
4342 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4343 these for large arg - only take account of top level {..}, except
4344 for initial and final adjustments. M-- C-M-[ae] now go to the
4345 right defuns when the starting point is between defuns. They use
4346 the four new functions:
4347 (c-in-function-trailer-p, c-where-wrt-brace-construct)
4348 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4349 support c-\(beginning\|end\)-of-defun.
4350
4351 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4352 expressions more rigorously, to exclude bit-field specifiers from
4353 being classed as labels.
4354 (c-forward-label): When analyzing a ":" within a macro, be careful
4355 about using c-forward-syntactic-ws at the macro beginning.
4356 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4357 stmt boundary, check for "operator=", etc.
4358
4359 * progmodes/cc-mode.el (c-postprocess-file-styles):
4360 Bind inhibit-read-only to t, around the call to
4361 c-remove-any-local-eval-or-mode-variables, so that it works on a
4362 RO file.
4363
4364 * progmodes/cc-defs.el (c-version): Update the version number to
4365 "5.31.4".
4366
4367 2007-01-01 Richard Stallman <rms@gnu.org>
4368
4369 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4370 only if we restored isearch-window-configuration.
4371
4372 2006-12-31 Romain Francoise <romain@orebokech.com>
4373
4374 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4375
4376 2006-12-31 Kim F. Storm <storm@cua.dk>
4377
4378 * files.el (auto-mode-case-fold): New defcustom.
4379 (set-auto-mode): If non-nil, perform second case-sensitive pass
4380 through auto-mode-alist if first pass failed.
4381
4382 2006-12-30 Richard Stallman <rms@gnu.org>
4383
4384 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4385
4386 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
4387
4388 * allout.el (allout-encrypt-string): Handle symmetric-key
4389 passphrase caching but leave keypair caching to pgg.
4390
4391 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
4392
4393 Sync with Tramp 2.0.55.
4394
4395 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4396 `integerp'. `char-equal' could fail else in case of negative
4397 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4398 (top): Check for `font-lock-add-keywords' before calling; it
4399 doesn't exist under XEmacs.
4400 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
4401 (tramp-completion-mode): Remove clause (not
4402 tramp-unified-filenames), because the function is called in other
4403 context too, where this check results in wrong results in the
4404 XEmacs case on Windows.
4405 (tramp-touch): UTC handling is not possible for XEmacs.
4406
4407 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4408
4409 * scroll-bar.el (previous-scroll-bar-mode): New variable
4410 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4411 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4412
4413 * term/x-win.el: Set scroll bar mode to right if set by X resources.
4414
4415 2006-12-30 Richard Stallman <rms@gnu.org>
4416
4417 * files.el (make-backup-file-name-1): Precompute abs name
4418 but don't lose the relative name.
4419
4420 * international/mule-cmds.el (select-safe-coding-system-interactively):
4421 Fix message.
4422
4423 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4424
4425 * files.el (backup-buffer): Show entire backup file name in msg.
4426
4427 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
4428
4429 * image.el (image-type-header-regexps, image-type-from-data)
4430 (image-type-from-buffer, image-type-from-file-header):
4431 Revert changes from 2006-12-26.
4432 (image-type-auto-detectable): New variable.
4433 (image-type-auto-detected-p): New function.
4434
4435 * files.el (magic-mode-alist): Detect image files with
4436 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4437
4438 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
4439
4440 * dired.el (dired-sort-other): Move test for dired-mode...
4441 (dired-sort-set-modeline): ...to here.
4442
4443 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4444
4445 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4446 change. Suggested by Stefan Monnier.
4447
4448 2006-12-29 Kim F. Storm <storm@cua.dk>
4449
4450 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4451 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4452
4453 2006-12-27 Kim F. Storm <storm@cua.dk>
4454
4455 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4456 so it doesn't accidentally match an fsf.org mail address.
4457 (authors-renamed-files-alist): Add tcover-*.el.
4458
4459 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * vc-arch.el (vc-arch-find-version): New function.
4462
4463 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4464 composed of arbitrary characters (even /) in some systems.
4465
4466 2006-12-27 Eli Zaretskii <eliz@gnu.org>
4467
4468 * international/mule-cmds.el (select-safe-coding-system-interactively):
4469 Improve the message in the *Warning* buffer.
4470
4471 2006-12-27 Kim F. Storm <storm@cua.dk>
4472
4473 * ido.el (ido-set-matches-1): Fix last change. If default item is
4474 current buffer, it is ok to be first.
4475
4476 2006-12-27 Kenichi Handa <handa@m17n.org>
4477
4478 * international/mule-cmds.el (select-safe-coding-system-interactively):
4479 Use face `link' for problematic chars.
4480
4481 2006-12-27 Kenichi Handa <handa@m17n.org>
4482
4483 * international/mule-cmds.el (select-safe-coding-system-interactively):
4484 Improve the message in *Warning* buffer.
4485
4486 2006-12-27 Kim F. Storm <storm@cua.dk>
4487
4488 * ido.el (ido-set-matches-1): Never put current buffer first if
4489 there are other matches.
4490
4491 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
4492
4493 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4494 expressions.
4495 (gdb-var-delete): Handle duplicate names. Print message for non
4496 root expressions.
4497 (gdb-partial-output-name): Start buffer name with a space.
4498 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4499 buffer name.
4500
4501 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4502
4503 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4504 last footnote when `footnote-spaced-footnotes' is nil.
4505
4506 2006-12-26 Richard Stallman <rms@gnu.org>
4507
4508 * cus-edit.el (custom-browse-sort-alphabetically)
4509 (custom-buffer-sort-alphabetically)
4510 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
4511
4512 * image.el (image-type-header-regexps): Change element format
4513 to include third item NOT-ALWAYS.
4514 (image-type-from-data): Handle new format.
4515 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
4516 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4517
4518 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
4519
4520 * add-log.el (add-log-current-defun): Call `forward-sexp'
4521 multiple times to pick a member function name defined as
4522 part of nested classes/namespaces.
4523
4524 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4525
4526 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4527 which keymap should be used to change menu. It does not affect any
4528 existent code.
4529
4530 2006-12-26 Richard Stallman <rms@gnu.org>
4531
4532 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4533 rather than for being in a minibuffer window.
4534
4535 2006-12-25 Daiki Ueno <ueno@unixuser.org>
4536
4537 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4538 locale-coding-system.
4539 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4540 LF.
4541
4542 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
4543
4544 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4545 (sql-mode-syntax-table): Disable double quoted strings.
4546 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4547
4548 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4549
4550 * startup.el (fancy-splash-last-input-event): New variable.
4551 (fancy-splash-special-event-action): New function.
4552 (fancy-splash-screens): Temporarily bind special events to it.
4553 Execute command for saved special event before exiting from
4554 recursive editing.
4555
4556 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4557 New functions.
4558 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4559 Use mac-unread-string.
4560
4561 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4562
4563 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4564 an optimized comment regexp if `comment-start-skip' uses a ^.
4565 * bs.el (bs--up): Remove interactive spec.
4566
4567 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4568
4569 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4570 Suggested by James Cloos.
4571
4572 2006-12-24 Kevin Ryde <user42@zip.com.au>
4573
4574 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4575 in March.
4576 (calendar-dst-ends): Default to first Sunday in November.
4577
4578 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
4579
4580 * allout.el (allout-encrypt-string): Inhibit use of agent within
4581 body of let form where encryption happens. Acknowledge non-use of
4582 gpg-agent in docstring.
4583 (allout-toggle-subtree-encryption): Acknowledge non-use of
4584 gpg-agent in docstring.
4585
4586 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4589
4590 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
4591
4592 * ediff-diff.el (ediff-diff-options): Clarify docstring.
4593 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4594
4595 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4596 in hooks.
4597 (viper-add-newline-at-eob-if-necessary): Add newline only if we
4598 actually modify buffer; ignore errors if occur.
4599
4600 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * calendar/calendar.el (calendar-mode-map): Switch < and >.
4603 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4604 formatting.
4605
4606 2006-12-23 Richard Stallman <rms@gnu.org>
4607
4608 * simple.el (delete-horizontal-space): Doc fix.
4609
4610 2006-12-23 Eli Zaretskii <eliz@gnu.org>
4611
4612 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4613 explicitly in a recursive Make, not implicitly through prerequisites,
4614 since the latter is wrong under parallel builds.
4615
4616 2006-12-22 Eli Zaretskii <eliz@gnu.org>
4617
4618 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4619
4620 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4621
4622 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4623 message string.
4624
4625 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
4626
4627 * outline.el (outline-next-visible-heading): Fix the case with a
4628 header at end-of-file with no final newline.
4629
4630 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4631
4632 * indent.el (tab-always-indent): Doc fix.
4633
4634 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4637 (Info-fontify-node): Do fontify indices.
4638
4639 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4640 to the Emacs Lisp reference manual.
4641 (tutorial--tab-map): Remove. All callers changed.
4642 (tutorial--find-changed-keys): New elt QUIET, used to...
4643 (tutorial--display-changes): ...ensure that warning messages are
4644 only issued once per changed key.
4645 (tutorial--remove-remarks): Delete unused code-path.
4646 (lang-strings): Remove extraneous formatting.
4647 (tutorial--save-tutorial): Prompt before saving tutorial state.
4648
4649 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
4652 Replace '?\ ' by '?\s' throughout.
4653 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
4654 `help' custom group.
4655 (tutorial--key-description): New function.
4656 (tutorial--display-changes): Remove redundant arg. Scan for all
4657 key sequences to avoid false matches. Cleanup.
4658 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4659 reduce homedir pollution.
4660 (help-with-tutorial): Call tutorial--display-changes with no arg.
4661
4662 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
4663
4664 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4665
4666 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
4667
4668 * net/tramp.el (tramp-default-method): We still need to check for
4669 `executable-find', because it is not bound under Emacs 20.
4670 (tramp-handle-file-name-completion)
4671 (tramp-completion-handle-file-name-completion): Handle optional
4672 parameter PREDICATE.
4673 (tramp-find-default-method): Add code for default values.
4674
4675 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
4676
4677 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4678 make gud-go send "continue".
4679
4680 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4683 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
4684
4685 2006-12-19 Kim F. Storm <storm@cua.dk>
4686
4687 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4688 instead of global-map.
4689
4690 * files.el (magic-mode-alist): Allow matching file type by
4691 calling a function at bob. Check for image types by calling
4692 image-type-from-buffer. Suggested by Juanma Barranquero.
4693 (set-auto-mode): Do it.
4694
4695 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
4696
4697 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4698 Remove "ControlMaster" option from the other `scp*' methods.
4699 (tramp-default-method): Check for ssh-agent before setting to `scp'.
4700
4701 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4702
4703 * textmodes/org.el (org-mode): Show context after isearch.
4704 (org-show-siblings): New function.
4705 (org-show-context): Use `org-show-siblings'.
4706
4707 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4710 Use syntax-ppss-toplevel-pos.
4711
4712 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4713
4714 * textmodes/org.el (org-current-line): Make sure that lines are
4715 counted from beginning of buffer.
4716 (org-table-copy-region, org-table-paste-rectangle): Make sure that
4717 lines are counted from beginning of buffer.
4718
4719 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
4720
4721 * info.el (Info-build-node-completions): Signal error if tag-table
4722 marker is not found.
4723
4724 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4725
4726 2006-12-17 Alan Mackenzie <acm@muc.de>
4727
4728 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4729 speed) the case when open-paren-in-column-0-is-defun-start is nil.
4730 Based on code by Martin Rudalics.
4731
4732 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4733 open-paren-in-column-0-is-defun-start to nil any more.
4734
4735 2006-12-17 Richard Stallman <rms@gnu.org>
4736
4737 * simple.el (delete-horizontal-space): Use prefix arg.
4738
4739 * help-fns.el (describe-variable): Improve blank separator lines.
4740
4741 * files.el (magic-mode-alist): Mark as risky.
4742
4743 * files.el (make-backup-file-name-1):
4744 Expand backup-directory explicitly.
4745
4746 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
4747
4748 * net/tramp.el (tramp-default-method): Before setting to "pscp",
4749 check whether package password.el is loaded, or Pageant is running.
4750
4751 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
4752
4753 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4754 (icalendar--rris): First try Emacs, then XEmacs.
4755 (icalendar--convert-ical-to-diary): Doc fix.
4756 Insert newline at end of target file.
4757
4758 2006-12-17 Kim F. Storm <storm@cua.dk>
4759
4760 * outline.el (outline-isearch-open-invisible-function): New defvar.
4761 (outline-flag-region): Use it if non-nil for isearch-open-invisible
4762 overlay property instead of outline-isearch-open-invisible.
4763
4764 2006-12-16 Kim F. Storm <storm@cua.dk>
4765
4766 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4767 if ido-directory-too-big is set on entry.
4768 (ido-toggle-ignore, ido-completion-help): Print message while
4769 reading big directory.
4770
4771 2006-12-15 Richard Stallman <rms@gnu.org>
4772
4773 * shell.el (shell): Doc fix.
4774
4775 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4776
4777 * emulation/edt.el (edt-xserver):
4778 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4779 to fix a problem on Cygwin.
4780
4781 * emulation/edt.el
4782 * emulation/edt-mapper.el
4783 * emulation/edt-lk201.el
4784 * emulation/edt-pc.el
4785 * emulation/edt-vt100.el: Update maintainer's email address.
4786
4787 2006-12-15 Simon Marshall <simon@gnu.org>
4788
4789 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4790
4791 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4792
4793 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4794 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4795 instead of mac-atsu-font-table.
4796 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4797
4798 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
4799
4800 * align.el (align-match-tex-pattern): Fix a rare bug which
4801 hanged Emacs.
4802
4803 2006-12-14 Richard Stallman <rms@gnu.org>
4804
4805 * startup.el (use-fancy-splash-screens-p): Use frame-height
4806 instead of window-height. Pass frame to image-size.
4807
4808 2006-12-13 Kenichi Handa <handa@m17n.org>
4809
4810 * international/mule-cmds.el (set-locale-environment):
4811 Set default-sendmail-coding-system too.
4812
4813 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
4814
4815 * progmodes/idlw-help.el: Fix copyright notice.
4816
4817 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4820
4821 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4822
4823 * subr.el (unread-command-char): Reformat obsolescence info.
4824
4825 2006-12-11 Richard Stallman <rms@gnu.org>
4826
4827 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4828 about calls to cl-struct-setf-expander.
4829
4830 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4833 (ediff-combination-pattern): Fix typo in docstring.
4834
4835 * textmodes/refer.el (refer-find-entry): Doc fix.
4836 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4837 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4838 Fix tipos in docstrings.
4839
4840 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4841
4842 2006-12-10 Kim F. Storm <storm@cua.dk>
4843
4844 * ido.el (ido-init-completion-maps): Remap backward-kill-word
4845 instead of binding M-backspace.
4846
4847 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
4848
4849 * replace.el (replace-match-data, replace-match-maybe-edit):
4850 * calc/calc-aent.el (calc-eval-error):
4851 * emulation/vi.el (vi-char-argument):
4852 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4853 (c-vsemi-status-unknown-p-fn): Doc fixes.
4854
4855 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
4856
4857 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4858 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
4859
4860 2006-12-10 Masatake YAMATO <jet@gyve.org>
4861
4862 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4863
4864 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4867
4868 * man.el (Man-xref-button-action): New function. If the
4869 `Man-target-string' button property is a function, assume it
4870 accepts a position argument.
4871 (Man-abstract-xref-man-page): Use it.
4872 (Man-default-man-entry): New optional arg POS.
4873
4874 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4875 symlink arrows read-only and non-rear-sticky.
4876
4877 2006-12-09 Martin Rudalics <rudalics@gmx.at>
4878
4879 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4880 (wdired-search-and-rename): Simplify code.
4881 (wdired-preprocess-files, wdired-preprocess-perms): Make
4882 read-only property of preceding character rear-nonsticky to
4883 avoid that it can be modified. Put old-name and old-link
4884 properties on character preceding name and replace
4885 put-text-property by add-text-properties.
4886 (wdired-get-filename, wdired-get-previous-link): Get old-name
4887 and old-link properties from character preceding name and
4888 simplify code.
4889 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4890 (wdired-perms-to-number): Make local-map property
4891 rear-nonsticky to avoid that text following permissions may be
4892 modified. Use add-text-properties instead of put-text-property
4893 when changing a permission bit.
4894 (wdired-change-to-dired-mode): Remove stickiness properties.
4895
4896 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
4897
4898 * international/mule-cmds.el (register-input-method): Doc fix.
4899
4900 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
4901
4902 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4903
4904 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4905
4906 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4907 Force buffer local defs evaluation on local variables loading.
4908 (flyspell-mode-on, flyspell-mode-off): Use it in
4909 `hack-local-variables-hook'.
4910
4911 2006-12-09 Eli Zaretskii <eliz@gnu.org>
4912
4913 * emacs-lisp/find-func.el (find-variable): Doc fix.
4914
4915 * help-fns.el (variable-at-point): Doc fix.
4916
4917 * w32-fns.el (w32-append-code-lines): New function.
4918
4919 2006-12-09 Romain Francoise <romain@orebokech.com>
4920
4921 * comint.el (comint-insert-input): Delete obsolete comment.
4922
4923 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4926 current frame, in case we're connected to several displays.
4927
4928 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * frame.el (other-frame): Doc fix.
4931 (set-frame-parameter): Fix typo in docstring.
4932
4933 2006-12-07 Kim F. Storm <storm@cua.dk>
4934
4935 * info.el (Info-index): Strip leading colon from topic.
4936
4937 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
4938
4939 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4940 to pointers.
4941
4942 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
4943
4944 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4945 Trim out spurious class inheritance "None" entries.
4946
4947 2006-12-05 Kim F. Storm <storm@cua.dk>
4948
4949 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4950 (cua-paste-pop): Rework last change for
4951 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4952 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4953 text inserted by the last M-y command.
4954
4955 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4956
4957 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4958 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4959
4960 * shell.el (shell): Search the start file in ~/.emacs.d as
4961 `init_SHELLNAME.sh' instead.
4962
4963 2006-12-05 Glenn Morris <rgm@gnu.org>
4964
4965 * progmodes/cperl-mode.el (cperl-mode)
4966 * progmodes/f90.el (f90-mode-abbrev-table)
4967 * progmodes/fortran.el (fortran-mode-abbrev-table)
4968 * progmodes/octave-mod.el (octave-abbrev-table)
4969 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4970 if abbrev-table is non-nil (saved user abbrevs may have been restored).
4971
4972 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4973 clear abbrev table, else saved abbrevs will not be restored.
4974
4975 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4978 the call to `make-obsolete-variable', not in the docstring.
4979
4980 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4983
4984 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4985
4986 * progmodes/ebnf-abn.el:
4987 * progmodes/ebnf-bnf.el:
4988 * progmodes/ebnf-dtd.el:
4989 * progmodes/ebnf-ebx.el:
4990 * progmodes/ebnf-iso.el:
4991 * progmodes/ebnf-otz.el:
4992 * progmodes/ebnf-yac.el:
4993 * progmodes/ebnf2ps.el:
4994 * delim-col.el:
4995 * printing.el:
4996 * ps-bdf.el:
4997 * ps-mule.el:
4998 * ps-print.el: Remove 'Time-stamp' comment mark.
4999
5000 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5001 'easy-menu-add-item' when called in Emacs 21 or higher.
5002
5003 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5004
5005 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5006 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5007
5008 2006-12-04 Kim F. Storm <storm@cua.dk>
5009
5010 * bindings.el (global-map): Bind [signal t] to ignore, to have
5011 user signals ignored by default.
5012
5013 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5014
5015 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5016 Unicode data file pointed to by `describe-char-unicodedata-file'.
5017
5018 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5021 O(n^2) regexp-search by anchoring the search.
5022
5023 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5024
5025 * whitespace.el (whitespace-cleanup-internal): Use current
5026 argument for recursive call.
5027
5028 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5029
5030 * net/tramp.el (tramp-methods): Add "ControlPath" and
5031 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5032 Andreas Schwab <schwab@suse.de>.
5033 (tramp-do-copy-or-rename-file-out-of-band)
5034 (tramp-open-connection-rsh): Compute format spec for ?t.
5035 (tramp-process-actions): Trace command parameters.
5036
5037 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5038
5039 * simple.el (toggle-truncate-lines): Clarify doc string.
5040
5041 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5042 (gdb-speedbar-expand-node): Use it.
5043
5044 2006-12-04 Richard Stallman <rms@gnu.org>
5045
5046 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5047
5048 * dired.el (dired-revert): Turn off dired-after-readin-hook
5049 around call to dired-readin.
5050
5051 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5052 to echo area messages.
5053 <indicate-empty-lines, case-fold-search>:
5054 Add "globally" to Help string.
5055 <case-fold-search>: MESSAGE arg need not say "globally".
5056 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5057
5058 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5059
5060 * outline.el (outline-end-of-subtree): Don't leave an empty
5061 line hidden as we would a real next heading.
5062
5063 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5064
5065 * allout.el (allout-ascend): Add an optional argument to preserve
5066 original position of point when unsuccessful. Also, fix a
5067 docstring error.
5068 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5069 work again, using allout-ascend's new option.
5070 (allout-setup-mode-map): Extract from allout-mode to initialize
5071 allout-mode-map. Call it on file load, so the mode docstring
5072 substitutions work even if allout mode has not yet been invoked.
5073 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5074 customizations since the map was last processed. Also, refine the
5075 docstring so it's ship-shape for release.
5076 (allout-default-layout, allout-beginning-of-line-cycles)
5077 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5078 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5079 (allout-version, allout-layout, allout-infer-body-reindent)
5080 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5081 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5082 (allout-previous-heading, allout-goto-prefix-doublechecked)
5083 (allout-current-bullet-pos, allout-next-sibling-leap)
5084 (allout-pre-command-business, allout-encrypted-type-prefix)
5085 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5086 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5087 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5088 (allout-old-expose-topic, allout-listify-exposed)
5089 (allout-process-exposed, allout-latex-verb-quote)
5090 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5091 (allout-toggle-current-subtree-encryption)
5092 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5093 Remove extraneous open-paren and close paren string escapes.
5094
5095 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5098 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5099 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5100 Fix typos in docstrings.
5101
5102 2006-12-03 Glenn Morris <rgm@gnu.org>
5103
5104 * progmodes/cc-align.el
5105 * progmodes/cc-awk.el
5106 * progmodes/cc-cmds.el
5107 * progmodes/cc-compat.el
5108 * progmodes/cc-defs.el
5109 * progmodes/cc-engine.el
5110 * progmodes/cc-langs.el
5111 * progmodes/cc-menus.el
5112 * progmodes/cc-mode.el
5113 * progmodes/cc-styles.el
5114 * progmodes/cc-vars.el
5115 * progmodes/vhdl-mode.el: Fix Copyright format.
5116
5117 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5120 initial down event.
5121
5122 2006-12-02 Kim F. Storm <storm@cua.dk>
5123
5124 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5125 (cua-repeat-replace-region): Make M-v more robust.
5126 (cua-paste-pop-rotate-temporarily): New defcustom.
5127 (cua-paste-pop): Use it.
5128 (cua-auto-mark-last-change): New defcustom.
5129 (cua-pop-to-last-change): New helper function.
5130 (cua-set-mark): Use them.
5131
5132 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5133
5134 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5135 mini-buffer message.
5136
5137 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5138
5139 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5140
5141 2006-12-01 Ben North <ben@redfrontdoor.org>
5142
5143 * paren.el: Fix the highlight overlay extension when the user types a
5144 sequence of char very fast just before the open parenthesis.
5145
5146 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5147
5148 * ps-mule.el: Eliminate Emacs 20 compatibility.
5149
5150 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5151 (ps-print-version): New version 6.7.
5152 (ps-print-quote): Replace '?\ ' by '?\s'.
5153
5154 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5155
5156 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5157 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5158 (hexl-end-of-1k-page): Doc fixes.
5159 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5160 Fix typos in docstrings.
5161
5162 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5163
5164 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5165 locally, i.e. without using file name handlers.
5166 (ido-read-internal): Allow mono letter host names, avoiding the
5167 `c:' problem by testing if the file exists locally.
5168 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5169
5170 2006-11-30 Masatake YAMATO <jet@gyve.org>
5171
5172 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5173 to avoid bytecomp warnings.
5174 (hexl-mode-old-ruler-function): New variable.
5175 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5176 and `hl-line-range-function' after `require' hl-line.
5177 Then bind `hl-line-range-function' and `hl-line-face'.
5178 Don't require frame. Don't use `with-no-warnings'.
5179 (hexl-activate-ruler): Store the original value of
5180 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5181 (hexl-mode-exit): Restore the original value of
5182 `ruler-mode-ruler-function'.
5183
5184 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5185
5186 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5187 (hexl-mode-old-hl-line-face): New variable.
5188 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5189 line when exit from the hexl-mode.
5190
5191 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5194 Doc fixes.
5195
5196 * international/fontset.el (create-fontset-from-ascii-font)
5197 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5198 (fontset-name-p): Fix typo in docstring.
5199
5200 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5201
5202 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5203
5204 * ps-bdf.el: Fix maintainer email.
5205
5206 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5207 compatibility.
5208
5209 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5210 21 compatibility.
5211 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5212 Emacs 20 & 21.
5213
5214 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5215
5216 * progmodes/idlwave.el (idlwave-auto-fill):
5217 Remove paragraph-start let to prevent auto-fill giving up.
5218
5219 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5220
5221 * vt100-led.el (led-state): Fix typo in previous change.
5222
5223 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5224
5225 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5226 Fix interactive spec of the functions getting defined to make them
5227 work as documented.
5228
5229 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5232
5233 2006-11-28 Kim F. Storm <storm@cua.dk>
5234
5235 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5236 icomplete-mode is enabled.
5237
5238 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5239
5240 * textmodes/org.el (require): Require gnus-sum during compilation
5241 to avoid problem with a macro call.
5242
5243 2006-11-28 Glenn Morris <rgm@gnu.org>
5244
5245 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5246
5247 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5248 (fortran-window-create-momentarily): Do not need string-to-char.
5249
5250 2006-11-28 Richard Stallman <rms@gnu.org>
5251
5252 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5253 Replace incorrect use of assoc-default with a loop.
5254
5255 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5256
5257 * simple.el (next-error-find-buffer): Improve messages.
5258
5259 * files.el (revert-buffer): Special error message if file
5260 is now not readable.
5261
5262 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5263 constructed commands.
5264
5265 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5266 in INSIDE_EMACS.
5267
5268 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5271
5272 * server.el: Remove spurious * in docstrings.
5273 (server-process-filter): Exit from recursive editing before processing
5274 a new request.
5275
5276 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5277
5278 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5279 line so hidden blocks will be correctly identified.
5280
5281 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * ledit.el (ledit-save-defun, ledit-mode):
5284 * resume.el (resume-emacs-args-buffer):
5285 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5286 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5287 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5288 (command-send-input, command-kill-line):
5289 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5290
5291 * autoarg.el (autoarg-kp-mode): Doc fix.
5292
5293 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5294 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5295 (check-emacs-lock): Doc fix. Simplify.
5296
5297 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5298 (iimage-mode-buffer): Fix typos in docstring.
5299
5300 * misc.el (zap-up-to-char): Doc fix.
5301
5302 * time-stamp.el: Fix comment and obsolescence string for old
5303 functions. Use `dolist' instead of `while'.
5304
5305 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5306
5307 * disp-table.el (standard-display-8bit, standard-display-default):
5308 * ebuff-menu.el (electric-buffer-list):
5309 * ehelp.el (electric-help-command-loop):
5310 * font-core.el (font-lock-mode):
5311 * help-macro.el (make-help-screen):
5312 * help.el (describe-minor-mode-completion-table-for-indicator)
5313 (lookup-minor-mode-from-indicator):
5314 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5315 * info-look.el (info-lookup-guess-custom-symbol):
5316 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5317 * longlines.el (longlines-wrap-line):
5318 * macros.el (insert-kbd-macro):
5319 * menu-bar.el (menu-bar-update-buffers):
5320 * misc.el (copy-from-above-command):
5321 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5322 * newcomment.el (comment-indent):
5323 * novice.el (disabled-command-function):
5324 * sort.el (sort-fields-syntax-table):
5325 * subr.el (momentary-string-display):
5326 * tar-mode.el (tar-header-block-summarize)
5327 (tar-clear-modification-flags):
5328 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5329 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5330 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5331 (te-delete-char, te-down-vertically-or-scroll):
5332 * time-stamp.el (time-stamp-string-preprocess):
5333 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5334
5335 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5336
5337 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5338 in GUD mode.
5339
5340 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5341 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5342
5343 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5344
5345 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5346
5347 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
5348
5349 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5350 (ada-compile-goto-error): Adapt to new argument profile of
5351 compilation-goto-locus in Emacs 22. Don't check if the various
5352 compile functions are defined; we already do "(require 'compile)".
5353
5354 2006-11-26 Kim F. Storm <storm@cua.dk>
5355
5356 * kmacro.el: Fix commentary.
5357
5358 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5359
5360 * progmodes/gud.el (gdb): Explain how to run in text command mode
5361 more clearly. Say in error message that multiple debugging
5362 requires restarting GDB.
5363
5364 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5365
5366 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5367
5368 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
5369
5370 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5371 (flymake-popup-menu): Use it instead of posn-at-point.
5372
5373 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5374
5375 * progmodes/cc-vars.el (c-backslash-column):
5376 Mention c-backslash-max-column in documentation for c-backslash-column.
5377
5378 2006-11-24 Lars Hansen <larsh@soem.dk>
5379
5380 * net/tramp.el (tramp-default-method): Under Windows, change from
5381 plink to pscp.
5382 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5383 (tramp-actions-copy-out-of-band):
5384 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5385 (tramp-action-out-of-band): Move "Permission denied" handling to
5386 tramp-action-copy-failed.
5387 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5388 process buffer.
5389
5390 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5393 strings to a single string. Quote `errors-file-name'.
5394 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5395 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5396 Adjust calls. Use `shell-quote-argument'.
5397
5398 * international/mule.el (load-with-code-conversion)
5399 (with-category-table): Use with-current-buffer.
5400 (after-insert-file-set-coding): Use restore-buffer-modified-p.
5401
5402 2006-11-24 Eli Zaretskii <eliz@gnu.org>
5403
5404 * mail/smtpmail.el (smtpmail-send-it):
5405 Copy buffer-file-coding-system from the mail buffer. Possibly add a
5406 MIME header for the message encoding.
5407 Bind coding-system-for-write around the call to mail-do-fcc.
5408 Use smtpmail-code-conv-from to encode queued mail messages.
5409
5410 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * tabify.el (tabify-regexp): Doc fix.
5413
5414 * net/rcirc.el (rcirc-buffer-maximum-lines):
5415 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5416
5417 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5418 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5419 Fix typos in output messages.
5420 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5421
5422 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5425 the horse's mouth.
5426 (hexlify-buffer): Don't re-encode an arg that's already encoded.
5427
5428 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5429
5430 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5431 Remove condition-case.
5432
5433 2006-11-23 Glenn Morris <rgm@gnu.org>
5434
5435 * progmodes/f90.el (f90-comment-indent): Do not move point in
5436 default case.
5437
5438 2006-11-21 Romain Francoise <romain@orebokech.com>
5439
5440 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5441 from library name (reverts change of 2005-10-25).
5442
5443 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
5444
5445 * tutorial.el (tutorial--default-keys): Add newline and
5446 delete-backward-char bindings.
5447 (tutorial--detailed-help): Save excursion when finding keys.
5448 Correct warning string for M-x FOO case.
5449 (tutorial--display-changes): Print special keys in tutorial style.
5450 Tweak search regexp for changed keys.
5451
5452 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5453
5454 * thingatpt.el (thing-at-point-url-at-point): Don't add a
5455 redundant scheme.
5456
5457 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
5458
5459 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5460 are new to the list at IANA. Also added irc, mms, mmsh.
5461
5462 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
5463
5464 * progmodes/idlw-help.el (idlwave-html-help-location):
5465 Fail gracefully for missing help packages.
5466 (idlwave-help-assistant-open-link): Open full links.
5467 (idlwave-help-assistant-help-with-topic): Direct help link.
5468
5469 * progmodes/idlwave.el (idlwave-mode):
5470 Set add-log-current-defun-function.
5471 (idlwave-current-routine-fullname): Add, to support add-log.
5472 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5473 to reflect improvements to xml-parse-file.
5474 (idlwave-mode-menu-def): New binding for help-with-topic.
5475
5476 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5477 Handle extra newlines and spaces.
5478 (idlwave-shell-mode-map): Add help-with-topic.
5479
5480 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * tutorial.el (tutorial-warning-face): New face.
5483 (tutorial--detailed-help, tutorial--display-changes): Use it.
5484 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5485 Improve search pattern for occurrences of changed keys.
5486
5487 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5488
5489 * term/x-win.el (x-last-cut-buffer-coding): New variable.
5490 (x-select-text): Set it.
5491 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5492 when checking for newness.
5493
5494 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
5495
5496 * subr.el (posn-image):
5497 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5498
5499 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5500
5501 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5502
5503 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5504 Exceptions to the rule "add a space between an identifier and an
5505 opening parenthesis". Defaulted to the `#define' problem of cpp.
5506 (glasses-parenthesis-exception-p): New. Check if the region is an
5507 exception regarding to that.
5508 (glasses-make-readable): Use it.
5509 (glasses-convert-to-unreadable): Ditto. Modify the file also if
5510 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5511
5512 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5515
5516 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
5517
5518 * progmodes/ada-mode.el (ada-make-body): Fix typo.
5519
5520 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5521 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
5522
5523 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5526 conditions for function or variable bindings.
5527
5528 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5529
5530 * progmodes/compile.el (compilation-start): Ditto.
5531
5532 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
5533
5534 * net/tramp.el (top): cl and custom are always required.
5535
5536 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5537
5538 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5539 cut-buffers with next-selection-coding-system if not nil.
5540
5541 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5542
5543 * textmodes/org.el (org-fix-decoded-time): New function.
5544 (org-display-custom-time): Use `org-fix-decoded-time'.
5545
5546 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * menu-bar.el (menu-bar-games-menu): Remove yow.
5549
5550 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5551
5552 * textmodes/org.el (org-scan-tags): Re-align code fixed.
5553 (org-detach-overlay): Rename from `org-detatch-overlay'.
5554 (org-table-convert-region): Insert space after column separator.
5555 (org-agenda-kill): New command.
5556 (org-metaleft): Call `org-outdent-item' on bullets.
5557 (org-metaright): Call `org-indent-item' on bullets.
5558 (org-timestamp-change): Set `org-last-changed-timestamp'.
5559 (org-current-line): Make sure (bolp) returns correct result.
5560 (org-agenda-change-all-lines): Make sure TODO are highlighted.
5561
5562 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5565
5566 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * mouse.el (global-map): Change 2006-08-16 fix to call
5569 mouse-yank-at-click explicitly, since mouse events are not carried
5570 over into keyboard macros.
5571
5572 2006-11-16 Kim F. Storm <storm@cua.dk>
5573
5574 * ido.el (ido-file-internal): Use current buffer's file name as default
5575 choice for ido-find-alternate-file. Suggested by Matt Hodges.
5576
5577 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
5578
5579 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5580 (allout-inhibit-aberrance-doublecheck): Rename from
5581 allout-during-yank-processing. All callers changed.
5582 (allout-ascend): Provide for unusual case where some topic after
5583 the first in file is at lower depth than the first.
5584 (allout-shift-in): Ensure the offspring of the new containing
5585 topic are exposed.
5586 (allout-encrypt-string): Preserve the coding-system of the text,
5587 according to that of the containing buffer.
5588 (allout-toggle-subtree-encryption): When the text being encrypted
5589 requires a different coding system, offer to preserve the coding
5590 system using a file local var.
5591
5592 2006-11-15 Simon Marshall <simon@gnu.org>
5593
5594 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5595 to recognise "T t()" as a function declaration, rather than a
5596 variable instantiation, iff at the top-level or inside a class
5597 declaration. Suggested by Feng Li <fengli@gmail.com>.
5598
5599 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5600
5601 * progmodes/ada-xref.el (ada-parse-prj-file):
5602 Don't delete project buffer; user may want to edit it.
5603 (ada-xref-set-project-field, ada-xref-current-project-file)
5604 (ada-xref-current-project, ada-show-current-project)
5605 (ada-set-main-compile-application): New functions.
5606 (ada-xref-get-project-field, ada-require-project-file):
5607 Normalize use of ada-prj-default-project-file.
5608 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5609 Normalize use of ada-require-project-file.
5610 (ada-prj-find-prj-file): Improve doc string, comments.
5611
5612 * progmodes/ada-mode.el (ada-mode-version): Bump version.
5613 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5614 (ada-create-menu): Add ada-set-main-compile-application,
5615 ada-show-current-main, ada-show-current-project.
5616
5617 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5620 (inferior-python-mode): Use it.
5621
5622 2006-11-14 Andreas Schwab <schwab@suse.de>
5623
5624 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5625
5626 2006-11-13 Kim F. Storm <storm@cua.dk>
5627
5628 * ido.el (ido-copy-current-word): C-o copies region if active.
5629
5630 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5631
5632 * textmodes/org.el (org-emph-face): Fix typo in variable name.
5633
5634 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
5635
5636 * ediff.el (ediff-revision):
5637 * files.el (set-visited-file-name):
5638 * mail/rmailout.el (rmail-output-body-to-file):
5639 Use `format', not `message', in `y-or-n-p' call.
5640
5641 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5642
5643 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5644 (org-metaright): Call `org-indent-item' on bullets.
5645 (org-timestamp-change): Set `org-last-changed-timestamp'.
5646 (org-current-line): Make sure (bolp) returns correct result.
5647 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5648
5649 2006-11-12 Richard Stallman <rms@gnu.org>
5650
5651 * language/european.el (turkish-case-conversion-enable)
5652 (turkish-case-conversion-disable): New functions.
5653 ("Turkish" lang env): Use them.
5654
5655 * international/characters.el (case table):
5656 Do nothing special for i and I.
5657
5658 * subr.el (remove-overlays): Fix last change.
5659
5660 * cus-edit.el (custom-save-all): Use find-file-visit-truename
5661 for visiting the custom file.
5662
5663 2006-11-12 Markus Triska <triska@gmx.at>
5664
5665 * play/handwrite.el (handwrite): Also process lines not ending
5666 with newline. Replace some position-fiddling with different
5667 logic. Improve performance.
5668
5669 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
5670
5671 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5672 replacing deleted variable `ada-check-switch'.
5673 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5674 (ada-xref-project-files): Improve doc string.
5675 (ada-find-executable): New function.
5676 (ada-initialize-runtime-library): Use `ada-find-executable'.
5677 (ada-xref-set-default-prj-values): In compile commands, don't need
5678 `ada-cd-command'; `compile' does that more portably.
5679 Use ada-prj-default-check-cmd.
5680 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5681 properties if not specified in project file.
5682 (ada-goto-declaration): Display useful message for new error
5683 'error-file-not-found.
5684 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5685 'error-file-not-found.
5686 (ada-get-all-references): Match latest ali syntax. Signal new
5687 error 'error-file-not-found.
5688 (ada-find-in-ali): Match latest ali syntax.
5689 (ada-make-filename-from-adaname): Handle different semantics of
5690 gnatkr in GNAT 3.15p vs later.
5691
5692 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5693 ada-procedure-start-regexp.
5694 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5695
5696 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5697 with defvar.
5698 (ada-language-version): Rename ada05 -> ada2005.
5699 (ada-align-region-separate): Add `eval-when-compile'.
5700 (ada-name-regexp): Remove unneeded escapes in regexp character
5701 alternative.
5702 (ada-compile-goto-error-file-linenr-re): New constant.
5703 (ada-matching-start-re): Handle additional cases `declare',
5704 `procedure', `function'.
5705 (ada-compile-goto-error): Handle "... at line nn".
5706 (ada-mode): Clearer syntax, comments for ff-special-constructs.
5707 Delete support for old versions of `align'.
5708 (ada-search-prev-end-stmt): Handle additional keyword `private'.
5709 (ada-check-defun-name): Simplify handling of `declare'.
5710 (ada-goto-matching-start): Handle nested `begin ... end'.
5711 Handle `declare', `protected', `procedure', `function'.
5712 (ada-create-menu): Presence of arm95 is not conditional on using
5713 GNAT compiler.
5714
5715 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5718 nil in the *RE-Builder* buffer (it causes spurious error messages).
5719
5720 * server.el (server-visit-files): If `minibuffer-auto-raise' has
5721 been set to t, respect it.
5722
5723 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
5724
5725 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5726 Delete commented out code for old Emacs versions. Autoloading of
5727 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5728 (ada-mode-version): Bump version number.
5729 (ada-95-string-keywords, ada-2005-string-keywords)
5730 (ada-2005-keywords, ada-name-regexp): New constant.
5731 (ada-language-version, ada-procedure-start-regexp, ada-mode)
5732 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5733 (ada-package-start-regexp): Support private packages, include package
5734 name (for ada-set-point-accordingly).
5735 (ada-next-procedure, ada-previous-procedure)
5736 (ada-which-function-are-we-in): Match changes to
5737 ada-procedure-start-regexp.
5738 (ada-make-body): Make non-interactive; not a user function.
5739 (ada-make-subprogram-body): Improve doc string.
5740
5741 2006-11-11 Romain Francoise <romain@orebokech.com>
5742
5743 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5744 `compilation-error-regexp-alist' buffer-local, since we changed
5745 `compilation-error-regexp-alist-alist' locally.
5746
5747 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
5748
5749 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5750 to the value of `server-raise-frame'.
5751
5752 2006-11-11 Glenn Morris <rgm@gnu.org>
5753
5754 * ido.el (ido-enable-prefix)
5755 * ses.el (ses-call-printer-return)
5756 * net/tramp.el (tramp-unified-filenames)
5757 * progmodes/cc-align.el (c-lineup-string-cont)
5758 * progmodes/compile.el (compilation-directory-matcher)
5759 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5760 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5761 (vhdl-clock-rising-edge)
5762 * textmodes/org.el (org-export-with-timestamps)
5763 (org-export-remove-timestamps-from-toc)
5764 (org-export-with-tags): Improve previous doc fixes.
5765
5766 2006-11-11 Richard Stallman <rms@gnu.org>
5767
5768 * textmodes/flyspell.el (flyspell-mode-map):
5769 Bind C-c $ instead of M-RET.
5770
5771 2006-11-10 Simon Marshall <simon@gnu.org>
5772
5773 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5774 fontification for "case" and "default" keywords.
5775
5776 2006-11-10 Andreas Schwab <schwab@suse.de>
5777
5778 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5779 Avoid starting sentence with "nil".
5780
5781 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5782
5783 * server.el (server-raise-frame): New option.
5784 (server-switch-buffer): Use it.
5785
5786 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
5787
5788 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5789 with a capital.
5790
5791 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5792
5793 * textmodes/org.el (org-show-hierarchy-above)
5794 (org-show-following-heading): Fix typo in default value.
5795 (org-scan-tags): Make the search case-sensitive.
5796 (org-tags-sparse-tree): Don't overrule
5797 `org-show-following-heading' and `org-show-hierarchy-above'.
5798 (org-reveal): New command.
5799 (org-show-context): Rename from `org-show-hierarchy-above'.
5800 (org-fast-tag-selection-single-key): New option.
5801 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5802 (org-tags-overlay): New variable.
5803 (org-agenda-todo-ignore-deadlines): New option.
5804 ("session"): Add circular data structure `org-mark-ring' to
5805 exceptions list in session.el.
5806 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5807 New options.
5808 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5809 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5810 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5811 (org-finalize-agenda): Activate bracket links in agenda.
5812 (org-at-timestamp-p, org-at-date-range-p): Additional argument
5813 INACTIVE-OK.
5814 (org-show-hierarchy-above, org-show-following-heading):
5815 List values allowed for fine-tuned configuration.
5816 (org-show-hierarchy-above): New argument CONTEXT, use the
5817 fine-tuned settings in `org-show-hierarchy-above' and
5818 `org-show-following-heading'.
5819 (org-display-custom-time): New function.
5820 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5821 (org-display-custom-times, org-time-stamp-custom-formats):
5822 (org-maybe-intangible): New macro.
5823 (org-activate-bracket-links, org-hide-wide-columns):
5824 Use `org-maybe-intangible'.
5825 (org-open-file): Use `shell-quote-argument'.
5826 (org-display-internal-link-with-indirect-buffer): New option.
5827 (org-file-remote-p): Get regexp from list.
5828 (org-link-expand-abbrev): New function.
5829 (org-link-abbrev-alist): New option.
5830 (org-open-at-point, org-cleaned-string-for-export):
5831 Call `org-link-expand-abbrev'.
5832 (org-timeline, org-agenda-list, org-todo-list)
5833 (org-tags-view): Remove the KEEP-MODES argument.
5834 (org-finalize-agenda-hook): New hook.
5835 (org-get-alist-option): New function.
5836 (org-follow-timestamp-link): New function.
5837 (org-open-at-point): Call `org-follow-timestamp-link'.
5838 (org-log-note-marker, org-log-note-purpose)
5839 (org-log-note-window-configuration): New variables.
5840 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5841 (org-log-note-headings): New option.
5842 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5843 (org-store-link): Support for dired-mode.
5844 (org-open-file): Substitute environment variables into filename.
5845 (org-last): New defsubst.
5846 (org-agenda-re-align-tags): New function.
5847 (org-agenda-align-tags-to-column): New option.
5848 (org-agenda-timeline): Group removed.
5849 (org-prepare-agenda, org-prepare-agenda-buffers)
5850 (org-run-agenda-series, org-timeline, org-agenda-list)
5851 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5852 the text property inticating the agenda type.
5853 (org-agenda-post-command-hook): Get agenda type from text property
5854 at point.
5855 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
5856 and obey `org-agenda-overriding-arguments'.
5857 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5858 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5859 (org-agenda-week-view, org-agenda-day-view):
5860 Use `org-agenda-overriding-arguments' to make updating work with
5861 multi-block agendas.
5862 (org-agenda-prefix-format): Allow different formats for the
5863 different agenda entry types.
5864 (org-timeline-prefix-format): Option removed, use
5865 `org-agenda-prefix-format' instead.
5866 (org-prepare-agenda): New function.
5867 (org-select-timeline-window): Option removed, use
5868 `org-select-agenda-window' instead.
5869 (org-respect-restriction): Variable removed.
5870 (org-cmp-tag): New function.
5871 (org-agenda-sorting-strategy, org-entries-lessp):
5872 Implement sorting by last tag.
5873 (org-complete): Better completion in in-buffer option lines.
5874 (org-in-item-p): New function.
5875 (org-org-menu): Add entries for checkboxes.
5876 (org-cycle): Extra brouping in outline-regexp, because it is used
5877 in a search with "^" prepended.
5878 (org-provide-checkbox-statistics): New option.
5879 (org-set-font-lock-defaults): Highlight checkbox statistics.
5880 (org-update-checkbox-count-maybe)
5881 (org-get-checkbox-statistics-face): New functions.
5882 (org-update-checkbox-count): New command.
5883 (org-insert-item, org-toggle-checkbox):
5884 Call `org-update-checkbox-count-maybe'.
5885 (org-export-as-html): XEmacs compatibility for coding system.
5886 (org-force-cycle-archived): New command.
5887 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5888 overrules cycling.
5889 (org-fix-position-after-promote): If the line contains only a todo
5890 keyword, add a final space.
5891 (org-promote-subtree, org-demote-subtree):
5892 Call `org-fix-position-after-promote'.
5893
5894 2006-11-10 Glenn Morris <rgm@gnu.org>
5895
5896 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5897 date in every year.
5898 (calendar-dst-check-each-year-flag): New customizable variable.
5899 (calendar-dst-find-data): New function, extracted from
5900 calendar-current-time-zone.
5901 (calendar-current-time-zone): Use calendar-dst-find-data.
5902 (calendar-dst-transition-cache): New variable.
5903 (calendar-dst-find-startend, calendar-dst-starts)
5904 (calendar-dst-ends): New functions.
5905 (calendar-daylight-savings-starts)
5906 (calendar-daylight-savings-ends): Change value to use
5907 calendar-dst-starts, calendar-dst-ends; respectively.
5908
5909 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5910
5911 * ido.el (ido-enable-prefix)
5912 * ses.el (ses-call-printer-return)
5913 * net/tramp.el (tramp-unified-filenames)
5914 * progmodes/cc-align.el (c-lineup-string-cont)
5915 * progmodes/compile.el (compilation-directory-matcher)
5916 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5917 * progmodes/gdb-ui.el (gdb-many-windows)
5918 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5919 (vhdl-clock-rising-edge)
5920 * textmodes/org.el (org-export-with-timestamps)
5921 (org-export-remove-timestamps-from-toc, org-export-with-tags)
5922 (org-read-date): Doc fix (Nil -> nil).
5923
5924 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5925
5926 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5927 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5928
5929 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * bs.el (bs--window-for-buffer): Remove.
5932 (bs--show-with-configuration): Use `get-window-with-predicate'
5933 instead of `bs--window-for-buffer'.
5934
5935 2006-11-10 Kenichi Handa <handa@m17n.org>
5936
5937 * files.el (revert-buffer): Fix previous change.
5938
5939 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
5940
5941 * bs.el (bs--redisplay): Fix typo in docstring.
5942 (bs--window-config-coming-from): Make frame-local.
5943 (bs--restore-window-config): New function.
5944 (bs-kill, bs-select, bs-select-other-window)
5945 (bs-select-other-frame): Use it.
5946 (bs--window-for-buffer): Return as soon as a matching buffer is found.
5947 (bs--show-with-configuration): Save the window configuration as a
5948 frame local var, and only if *buffer-selection* is not already
5949 visible on this frame.
5950
5951 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * vc-svn.el (vc-svn-admin-directory): New var.
5954 (vc-svn-registered, vc-svn-responsible-p)
5955 (vc-svn-repository-hostname): Use it.
5956 Suggested by arit93@yahoo.com.
5957
5958 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * ldefs-boot.el: Regenerate.
5961
5962 2006-11-08 Alan Mackenzie <acm@muc.de>
5963
5964 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5965 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5966 for least nested open-paren.
5967
5968 2006-11-08 Romain Francoise <romain@orebokech.com>
5969
5970 * subr.el (remove-overlays): Fix typo in last change.
5971
5972 2006-11-08 Richard Stallman <rms@gnu.org>
5973
5974 * subr.el (remove-overlays): Call overlay-recenter.
5975
5976 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5977
5978 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5979 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5980 behaviour.
5981 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5982 directly.
5983
5984 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5985
5986 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5987 (ido-max-dir-file-cache, ido-decorations)
5988 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5989 (ido-magic-backward-char, ido-enter-dired)
5990 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5991 (ido-list-directory, ido-first-match, ido-only-match)
5992 (ido-subdir, ido-indicator): Fix typos in docstrings.
5993 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5994 (ido-read-internal): Fix typo in error message.
5995
5996 2006-11-08 Kenichi Handa <handa@m17n.org>
5997
5998 * international/mule-cmds.el (set-default-coding-systems):
5999 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6000
6001 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6002
6003 * makefile.w32-in (setwins): Remove.
6004 (WINS_ALMOST): New macro.
6005 (WINS): Use it.
6006 (autoloads): Don't extract autoloads from files in obsolete/.
6007
6008 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * whitespace.el (whitespace-buffer): Call remove-overlays after
6011 overlay-recenter for performance. Suggested by Martin Rudalics.
6012
6013 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6014
6015 * net/tramp.el (tramp-default-method): scp is the default method.
6016
6017 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6018
6019 * server.el (server-start): Save also the Emacs pid in the server file.
6020
6021 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6022
6023 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6024 point when displaying a bibtex cross reference in the echo area.
6025
6026 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6027
6028 * international/mule.el (make-char): Fix typo in docstring.
6029 (load-with-code-conversion, charsetp): Doc fixes.
6030
6031 * international/ja-dic-cnv.el (skkdic-convert):
6032 * cus-edit.el (hook): Fix typo in docstring.
6033
6034 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6035
6036 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6037 (custom-mode-link-map): New variable.
6038 (custom-group-link, custom-manual): Use follow-link.
6039
6040 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6041
6042 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6043 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6044
6045 2006-11-06 Richard Stallman <rms@gnu.org>
6046
6047 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6048 New function broken out of flyspell-correct-word.
6049 (flyspell-mode-map): Bind it to M-RET.
6050 (flyspell-correct-word): Call it.
6051
6052 * textmodes/fill.el (fill-minibuffer-function): New function.
6053 (fill-paragraph): Bind fill-paragraph-function to
6054 fill-minibuffer-function.
6055
6056 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6057 so that they aren't undefined.
6058
6059 * dired.el (dired-readin): Locally bind file-name-coding-system.
6060
6061 * bindings.el: Shorten and clarify usual mode line mouse help string.
6062
6063 * Makefile.in (autoloads): Don't include `obsolete'.
6064
6065 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6066
6067 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6068 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6069 Printing menu if it's not initialized.
6070 (pr-menu-bind): Act on menu-bar-file-menu directly.
6071
6072 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6073
6074 * help.el (view-emacs-news): Fix typo in error message.
6075
6076 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6077
6078 * shadowfile.el (shadow-define-regexp-group)
6079 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6080 (shadow-read-files): Fix typo in message.
6081 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6082 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6083 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6084 (shadow-file-match): Fix typos in docstrings.
6085
6086 * terminal.el (terminal-emulator): Fix typo in message.
6087
6088 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6089
6090 * emacs-lisp/lselect.el (x-kill-primary-selection)
6091 (x-delete-primary-selection, x-copy-primary-selection):
6092 Fix typos in error messages.
6093
6094 * emulation/edt-mapper.el: Fix typo in interactive message.
6095
6096 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6097
6098 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6099 (ispell-help): Fix typos in docstrings.
6100 (ispell-help): Fix typo in output message.
6101
6102 * allout.el (allout-adjust-file-variable)
6103 (allout-passphrase-verifier-string)
6104 (allout-passphrase-hint-string)
6105 (allout-toggle-current-subtree-encryption):
6106 * apropos.el (apropos-synonyms):
6107 * cus-edit.el (hook):
6108 * emacs-lock.el (emacs-lock-from-exiting):
6109 * follow.el (follow-avoid-tail-recenter-p):
6110 * hexl.el (hexl-mode):
6111 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6112 * mouse.el (mouse-set-font):
6113 * resume.el (resume-emacs-args-file):
6114 * rfn-eshadow.el (file-name-shadow-tty-properties):
6115 * t-mouse.el (t-mouse-process, t-mouse-mode):
6116 * emacs-lisp/cust-print.el (custom-print-install)
6117 (custom-print-uninstall, custom-format):
6118 * emacs-lisp/shadow.el (list-load-path-shadows):
6119 * emulation/tpu-edt.el (tpu-help-text)
6120 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6121 (tpu-reset-control-keys):
6122 * emulation/vip.el (vip-emacs-local-map)
6123 (vip-change-mode-to-emacs):
6124 * emulation/viper.el (viper-mode, viper-set-hooks)
6125 (viper-major-mode-modifier-list):
6126 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6127 * emulation/viper-keym.el (viper-emacs-kbd-map)
6128 (viper-toggle-key):
6129 * mail/feedmail.el (feedmail-queue-reminder)
6130 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6131 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6132 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6133 (feedmail-sender-line, feedmail-force-binary-write)
6134 (feedmail-from-line, feedmail-deduce-envelope-from)
6135 (feedmail-x-mailer-line, feedmail-message-id-generator)
6136 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6137 (feedmail-enable-spray, feedmail-spray-this-address)
6138 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6139 (feedmail-queue-runner-confirm-global)
6140 (feedmail-ask-before-queue-prompt)
6141 (feedmail-ask-before-queue-reprompt)
6142 (feedmail-prompt-before-queue-standard-alist)
6143 (feedmail-prompt-before-queue-user-alist)
6144 (feedmail-prompt-before-queue-help-supplement)
6145 (feedmail-queue-use-send-time-for-message-id)
6146 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6147 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6148 (feedmail-mail-send-hook-queued)
6149 (feedmail-confirm-addresses-hook-example)
6150 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6151 (feedmail-queue-runner-mode-setter)
6152 (feedmail-queue-alternative-mail-header-separator)
6153 (feedmail-queue-runner-message-sender)
6154 (feedmail-buffer-eating-function, feedmail-binmail-template)
6155 (feedmail-run-the-queue-no-prompts)
6156 (feedmail-run-the-queue-global-prompt)
6157 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6158 (feedmail-envelope-deducer, feedmail-fiddle-date)
6159 (feedmail-default-message-id-generator)
6160 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6161 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6162 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6163 (vms-pmail-setup):
6164 * play/dunnet.el (dun-help):
6165 * play/handwrite.el (handwrite):
6166 * play/hanoi.el (hanoi-unix-64):
6167 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6168 * textmodes/enriched.el (fixed):
6169 * textmodes/org.el (org-file-apps)
6170 (org-emphasis-regexp-components, org-emphasis-alist):
6171 * textmodes/texinfmt.el (batch-texinfo-format):
6172 Fix typos in docstrings.
6173
6174 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * loadhist.el (read-feature): Don't complete features not loaded
6177 from a file (which make `unload-feature' to fail).
6178
6179 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6180
6181 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6182
6183 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * startup.el (command-line-1): Kill emacs if the last frame is
6186 deleted while evaluating the command-line arguments.
6187
6188 2006-11-05 Richard Stallman <rms@gnu.org>
6189
6190 * startup.el (init-file-had-error): Add doc string.
6191 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6192 Use fixed-width font for keyboard key descriptions.
6193
6194 * cus-edit.el (custom-save-all): Error if saving in .emacs
6195 and it had an error when loaded.
6196
6197 * dired-aux.el (dired-copy-file-recursive): Catch errors
6198 from recursive copies in the loop, around the recursive call.
6199
6200 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6201
6202 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6203 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6204 `/proc/acpi/thermal_zone/*'.
6205 (battery-search-for-one-match-in-files): New. Search a regexp in
6206 the content of some files.
6207
6208 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6209
6210 * window.el (mouse-autoselect-window-now): Remove variable.
6211 (mouse-autoselect-window-state): New variable.
6212 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6213 (mouse-autoselect-window-select, handle-select-window):
6214 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6215 Suspend delayed autoselection during menu or popup dialog.
6216
6217 * info-look.el (info-lookup-guess-custom-symbol): New function
6218 for retrieving symbol at point in custom buffers.
6219 (top level) <info-lookup-maybe-add-help>: Add backquote and
6220 comma to ignored characters in regexps of help specifications
6221 for emacs-lisp-mode and lisp-interaction-mode. This permits
6222 looking up symbols in `...' and after a comma. Add help
6223 specifications for custom-mode and help-mode.
6224
6225 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6226
6227 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6228 Don't encode body if RAW is non-nil, or if the old encoding is
6229 identical to the new encoding, or if the body contains only
6230 eight-bit-* characters.
6231
6232 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6233
6234 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6235 (faces-sample-overlay): Remove variable.
6236 (describe-face): Insert sample text in the face being described.
6237
6238 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6239
6240 * whitespace.el (whitespace-indent-regexp): Make this match any
6241 multiples of eight spaces near the beginning of a line.
6242 (whitespace-buffer): Use `remove-overlays' instead of
6243 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6244 speed up overlay handling.
6245 (whitespace-buffer-leading, whitespace-buffer-trailing):
6246 Make these functions highlight the text removed by
6247 `whitespace-buffer-leading-cleanup' and
6248 `whitespace-buffer-trailing-cleanup' respectively.
6249 (whitespace-buffer-search): Use `with-local-quit'.
6250 Move `format' out of loop to speed up scanning larger buffers.
6251 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6252 that function is never added to a hook.
6253 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6254 (whitespace-buffer-leading-cleanup)
6255 (whitespace-refresh-rescan-list): Fix docstrings.
6256
6257 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6258
6259 * allout.el (allout-during-yank-processing): Cue for inhibiting
6260 aberrance processing during yanks.
6261 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6262 the amount of yanked topics that can be aberrant.
6263 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6264 a function, and supplement with inihibition of doublechecking
6265 during yanks.
6266 (allout-beginning-of-line, allout-next-heading)
6267 (allout-previous-heading, allout-goto-prefix-doublechecked)
6268 (allout-back-to-current-heading, allout-next-visible-heading)
6269 (allout-next-sibling): Use new allout-do-doublecheck function.
6270 (allout-next-sibling): Ensure we made progress when returning
6271 other than nil.
6272 (allout-rebullet-heading): Preserve text property annotations
6273 indicating the text was hidden, if it was.
6274 (allout-kill-line): Remove any added was-hidden annotations.
6275 (allout-kill-topic): Remove any added was-hidden annotations.
6276 (allout-annotate-hidden): Inhibit adding was-hidden text
6277 properties to the undo list.
6278 (allout-deannotate-hidden): New function to remove was-hidden
6279 annotation.
6280 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6281 (allout-remove-exposure-annotation): Replace by
6282 allout-deannotate-hidden.
6283 (allout-yank-processing): Signal that yank processing is happening
6284 with allout-during-yank-processing. Also, wrap
6285 allout-unprotected's closer to the text changes, for easier
6286 debugging. We need to inhibit-field-text-motion explicitly, in
6287 lieu of the encompassing allout-unprotected.
6288 (outlineify-sticky): Adjust criteria for triggering new outline
6289 decorations to presence or absence of any topics, not just a topic
6290 at the beginning of the buffer.
6291
6292 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6293
6294 * bs.el (bs--show-all, bs--redisplay):
6295 * cus-edit.el (custom-unlispify-menu-entries)
6296 (custom-unlispify-tag-names, custom-prompt-variable):
6297 * expand.el (expand-pos):
6298 * speedbar.el (speedbar-generic-list-tag-p):
6299 * wid-edit.el (widget-image-enable):
6300 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6301 * emacs-lisp/find-func.el (find-function-noselect)
6302 (find-function, find-variable-noselect, find-variable)
6303 (find-definition-noselect, find-face-definition):
6304 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6305 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6306 * progmodes/ada-xref.el (ada-find-in-ali):
6307 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6308 * textmodes/org.el (org-copy-subtree):
6309 * textmodes/table.el (table--row-column-insertion-point-p):
6310 Use "non-nil" in docstrings.
6311
6312 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6313
6314 * sort.el (sort-columns): Set the field separator to tab; on
6315 NetBSD, sort complains if "\n" is used as field separator.
6316
6317 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6318
6319 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6320
6321 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * server.el (server-auth-key): Remove. Replace by a process-property.
6324 (server-start): Don't remove the file of the previous process, but
6325 instead clear out the place for the new file.
6326 (server-start): Set the :auth-key property.
6327 (server-process-filter): Use the :auth-key property.
6328
6329 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
6330
6331 * textmodes/org.el (org-mode-map): No longer copy
6332 `outline-mode-map' explicitly - this is already done by
6333 `define-derived-mode'.
6334
6335 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
6336
6337 * server.el (server-visit-files): Use `when'.
6338 (server-process-filter): When authentication fails, send error
6339 message to client. Wrap `process-send-region' in `ignore-errors'
6340 instead of `condition-case', and remove misleading comment.
6341
6342 2006-11-01 Juri Linkov <juri@jurta.org>
6343
6344 * simple.el (yank): Doc fix.
6345
6346 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * server.el: Try and fit within 80 columns.
6349 (server-start): Make the auth file unreadable by other users.
6350
6351 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6352
6353 * battery.el (battery-linux-proc-acpi): Prevent range error when
6354 `full-capacity' is 0.
6355
6356 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6357
6358 * faces.el (faces-sample-overlay): New defvar.
6359 (faces-sample-overlay): New function to show face sample text.
6360 (describe-face): Use it.
6361
6362 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
6363
6364 * progmodes/ada-stmt.el: Change maintainer, apply
6365 whitespace-cleanup, checkdoc.
6366 (ada-func-or-proc-name): Add doc string.
6367
6368 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6369 whitespace-cleanup, checkdoc. Minor improvements to many doc
6370 strings and comments.
6371 (ada-prj-display-page): Change buffer name to more accurately
6372 reflect function.
6373
6374 * progmodes/ada-xref.el: Change maintainer, apply
6375 whitespace-cleanup, checkdoc. Minor improvements to many doc
6376 strings and comments. Don't look for `gvd' or `ddd' debuggers.
6377 (ada-compile-current): Don't add newlines to commands.
6378
6379 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
6380
6381 * server.el: Add support for TCP sockets.
6382 (server-use-tcp, server-host, server-auth-dir): New options.
6383 (server-auth-key): New variable.
6384 (server-ensure-safe-dir): Create nonexistent parent dirs.
6385 Ignore Unix-style file modes on Windows.
6386 (server-start): Crete a TCP or Unix socket according to the value
6387 of `server-use-tcp'. For TCP sockets, create the id/auth file in
6388 `server-auth-dir' directory.
6389 (server-process-filter): Delete process if authentication
6390 fails (which never happens for Unix sockets).
6391
6392 2006-10-30 David Kastrup <dak@gnu.org>
6393
6394 * subr.el (add-to-list): Don't continue checking if a match has
6395 been found.
6396
6397 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * tutorial.el: Move defvars to avoid bytecomp warnings.
6400 (tutorial--find-changed-keys): Check if viper-current-state is
6401 bound before using it.
6402 (help-with-tutorial): Check if viper-tutorial is defined before
6403 using it.
6404
6405 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
6406
6407 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6408
6409 * tutorial.el: New file.
6410 (help-with-tutorial): Move here from help-fns.el. Added help for
6411 rebound keys. Fixed resume of tutorial.
6412 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6413 (tutorial--find-changed-keys, tutorial--display-changes)
6414 (tutorial--saved-dir, tutorial--saved-file)
6415 (tutorial--save-tutorial): New functions to support the changes in
6416 help-with-tutorial.
6417
6418 2006-10-30 Kenichi Handa <handa@m17n.org>
6419
6420 * files.el (revert-buffer): If a unibyte buffer is being reverted
6421 with a coding system for multibyte, set buffer multibyte before
6422 calling insert-file-contents.
6423
6424 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * server.el (server-select-display): Use a dummy buffer to detect when
6427 the frame is later used.
6428 (server-select-display): New function.
6429 (server-process-filter): Use it to detect unused temp frames.
6430
6431 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
6432
6433 * progmodes/ada-mode.el: Change maintainer, apply
6434 whitespace-clean, checkdoc. Minor improvements to many doc strings.
6435 (ada-mode-version): New function.
6436 (ada-create-menu): Menu operations are available for all supported
6437 compilers.
6438
6439 2006-10-29 Lars Hansen <larsh@soem.dk>
6440
6441 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6442 Highlight as keyword.
6443 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6444 Don't call tramp-method-out-of-band-p for local files.
6445 (tramp-touch): Quote file name.
6446
6447 2006-10-28 Glenn Morris <rgm@gnu.org>
6448
6449 * calendar/calendar.el (cal-html-cursor-month)
6450 (cal-html-cursor-year): Add autoloads for this new package.
6451 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6452
6453 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
6454
6455 * calendar/cal-html.el: New file.
6456
6457 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
6458
6459 * emacs-lisp/authors.el (authors-aliases): Update.
6460
6461 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6462
6463 * version.el (emacs-version): Bump version number to 22.0.90.
6464
6465 2006-10-26 John W. Eaton <jwe@octave.org>
6466
6467 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6468 New defvar.
6469 (inferior-octave-resync-dirs): Check to see whether Octave has
6470 built-in variables and set inferior-octave-has-built-in-variables.
6471 Check inferior-octave-has-built-in-variables to decide whether to
6472 send commands that set built-in variables or call functions to
6473 change Octave's behavior.
6474 Send "disp (pwd ())" to Octave instead of just "pwd".
6475 (inferior-octave-startup): Send "more off" to Octave instead of
6476 "page_screen_output = 0".
6477
6478 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6481 pattern normally.
6482
6483 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
6484
6485 * bindings.el (mode-line-mode-menu): Remove bindings for global
6486 minor modes (line/column number) as they are on the menubar.
6487
6488 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
6489
6490 * term/w32-win.el (x-handle-name-switch): Doc fix.
6491 (w32-standard-fontset-spec): Fix typo in docstring.
6492
6493 * midnight.el (midnight-buffer-display-time): Doc fix.
6494 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6495
6496 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
6497
6498 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6499
6500 * viper-ex.el (ex-read): Quote file argument.
6501
6502 * ediff-diff.el (ediff-same-file-contents): Expand file names.
6503
6504 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6505
6506 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6507
6508 * textmodes/flyspell.el (flyspell-check-region-doublons):
6509 Fix last fix.
6510
6511 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6512
6513 * bindings.el (mode-line-mode-menu): List global minor modes
6514 before local ones.
6515
6516 2006-10-23 Kim F. Storm <storm@cua.dk>
6517
6518 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6519 (sit-for): If last command was a prefix arg, add the read-ahead
6520 event to unread-command-events as (t . EVENT) so it will be added
6521 to this-command-keys by read-key-sequence.
6522
6523 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6524
6525 * textmodes/flyspell.el (flyspell-word): Skip past all previous
6526 whitespace when checking doublons.
6527 (flyspell-check-region-doublons): Fix doublon regexp.
6528 (flyspell-highlight-incorrect-region): Highlight doublons using
6529 flyspell-duplicate face.
6530
6531 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6532
6533 2006-10-22 John Wiegley <johnw@newartisans.com>
6534
6535 * progmodes/python.el (python-use-skeletons): python-mode was
6536 auto-inserting templates (for those with abbrev-mode on), not only
6537 by default -- *but without a configuration variable to disable
6538 it*. This rendered python-mode completely useless for me, so I
6539 have added `python-use-skeletons', which is now off by default.
6540
6541 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * progmodes/cperl-mode.el (cperl-mode): Don't assume
6544 font-lock-multiline is auto-local (it's not).
6545 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6546 initialized before calling cperl-init-faces.
6547
6548 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
6549
6550 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6551 gdb-stack-position a value when there is no fringe.
6552
6553 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6554 indicator if not visiting a file.
6555
6556 2006-10-20 David Kastrup <dak@gnu.org>
6557
6558 * window.el (kill-buffer-and-window): Fix a bug where an aborted
6559 operation would still cause some window to collapse later.
6560
6561 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * vc.el (vc-switch-backend): Try to be more careful with unwanted
6564 side-effect due to mixing various backends's file properties.
6565
6566 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6567 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
6568 Return `filename's status if applicable. Update callers.
6569
6570 2006-10-19 Kenichi Handa <handa@m17n.org>
6571
6572 * international/kkc.el (kkc-region): When a key sequence is not
6573 defined, append (this-single-command-raw-keys) to
6574 unread-input-method-events.
6575
6576 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
6577
6578 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6579
6580 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6581
6582 * version.el (emacs-version): Use mac-carbon-version-string.
6583
6584 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6585
6586 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6587
6588 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6589 Kenichi Handa).
6590 (xselect-convert-to-string): Decline requests for UTF8_STRING if
6591 the selection is not UTF-8.
6592
6593 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * progmodes/ada-mode.el (ada-83-string-keywords)
6596 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6597 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6598 (ada-looking-at-semi-private, ada-get-body-name):
6599 Fix typos in docstrings.
6600 (ada-create-case-exception, ada-create-case-exception-substring):
6601 Fix typos in error messages.
6602 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6603
6604 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6605
6606 * term/x-win.el (res-geometry): Don't set geometry from Xresources
6607 to default-frame-alist if default-frame-alist already contains
6608 width/height.
6609
6610 2006-10-18 Richard Stallman <rms@gnu.org>
6611
6612 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6613 Non-interactive arg is the value, not the expression.
6614
6615 * simple.el (read-expression-map): Just set it, no defvar.
6616
6617 * subr.el (insert-for-yank-1): If last inserted char has
6618 properties, mark them as rear-nonsticky.
6619
6620 * recentf.el (recentf-mode): Doc fix.
6621
6622 * facemenu.el (facemenu-add-new-face): Defend against symbol
6623 that isn't a face name.
6624
6625 * dired-aux.el (dired-do-copy): Doc fix.
6626
6627 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
6628
6629 * simple.el (line-move-1): Ignore fields when moving to the
6630 beginning of line to avoid getting point stuck.
6631
6632 2006-10-18 Martin Rudalics <rudalics@gmx.at>
6633
6634 * textmodes/flyspell.el (flyspell-word-search-backward):
6635 Set inhibit-point-motion-hooks to avoid looping due to intangibile
6636 text.
6637
6638 2006-10-16 Richard Stallman <rms@gnu.org>
6639
6640 * help-fns.el (describe-function-1): Special case optimization
6641 for self-insert-command.
6642
6643 2006-10-16 Kim F. Storm <storm@cua.dk>
6644
6645 * ido.el (ido-reread-directory): Work in `dir' mode too.
6646
6647 2006-10-15 Martin Rudalics <rudalics@gmx.at>
6648
6649 * textmodes/table.el: Require 'regexp-opt.
6650
6651 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
6652
6653 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6654 Use shell-quote-argument.
6655
6656 * shell.el (explicit-bash-args): Likewise.
6657
6658 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6659 Use grep -E rather than egrep.
6660
6661 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6662
6663 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6664
6665 2006-10-15 Kim F. Storm <storm@cua.dk>
6666
6667 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6668
6669 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6670
6671 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6672 to protect whitespace and metacharacters from the shell.
6673
6674 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6675
6676 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6677
6678 2006-10-13 Eli Zaretskii <eliz@gnu.org>
6679
6680 * subr.el (start-process-shell-command): Doc fix.
6681
6682 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
6683
6684 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6685 the regexp for Maxima symbols.
6686
6687 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6690 (vc-find-root): Don't walk higher up than ~.
6691
6692 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * international/utf-8.el (utf-translate-cjk-load-tables):
6695 Avoid clobbering last-coding-system-used during load.
6696
6697 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
6698
6699 * textmodes/reftex-global.el (reftex-create-tags-file):
6700 Quote file arguments.
6701
6702 2006-10-12 Richard Stallman <rms@gnu.org>
6703
6704 * files.el (file-name-history): Add defvar.
6705 (save-some-buffers-action-alist): Improve description strings.
6706
6707 2006-10-12 Andreas Schwab <schwab@suse.de>
6708
6709 * files.el (auto-mode-alist): Match change log file name also with
6710 a dash before a numeric extension.
6711
6712 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
6713
6714 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6715 After 5.0:
6716 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6717
6718 After 5.1: Major edit. Summary of most visible changes:
6719
6720 - Multiple <<HERE per line allowed.
6721 - Handles multiline subroutine declaration headers (with comments).
6722 (The exception is `cperl-etags' - but it is not used in the rest
6723 of the mode.)
6724 - Fontifies multiline my/our declarations (even with comments,
6725 and with legacy `font-lock').
6726 - Major speedup of syntaxification, both immediate and postponed
6727 (3.5x to 15x [for different CPUs and versions of Emacs] on the
6728 huge real-life document I tested).
6729 - New bindings, edits to imenu.
6730 - "_" is made into word-char during fontification/syntaxification;
6731 some attempts to recognize non-word "_" during other operations too.
6732 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6733 - autoload some more perldoc-related stuff
6734 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6735 - Attempt to incorporate XEmacs edits which reached me.
6736
6737 Fine-grained changelog:
6738 (cperl-hook-after-change): New configuration variable.
6739 (cperl-vc-sccs-header): Likewise.
6740 (cperl-vc-sccs-header): Likewise.
6741 (cperl-vc-header-alist): Default via two preceding variables.
6742 (cperl-invalid-face): Remove double quoting under XEmacs
6743 (still needed under 21.2).
6744 (cperl-tips): Update URLs for resources.
6745 (cperl-problems): Likewise.
6746 (cperl-praise): Mention new features.
6747 New C-c key bindings: for `cperl-find-bad-style',
6748 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6749 `cperl-perdoc', and `cperl-perldoc-at-point'.
6750 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6751 moved, new submenu of Tools with Ispell entries and narrowing.
6752 (cperl-after-sub-regexp): New defsubst.
6753 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6754 Allows heads up to head4.
6755 Allow "package;".
6756 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6757 (paren-backwards-message): ??? Something for XEmacs???
6758 (cperl-mode): Never auto-switch abbrev-mode off.
6759 Try to allow '_' be non-word char.
6760 Do not use `font-lock-unfontify-region-function' on XEmacs.
6761 Reset syntax cache on mode start.
6762 Support multiline facification (even on legacy `font-lock').
6763 (cperl-facemenu-add-face-function): ??? Some contributed code ???
6764 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6765 refuse to inform us whether the fontification is due to lazy
6766 calling or due to edit to a buffer, install our own hook
6767 (controlled by `cperl-hook-after-change').
6768 (cperl-electric-pod): =cut may have been recognized as start.
6769 (cperl-block-p): Move, updatedfor attributes.
6770 (cperl-calculate-indent): Try to allow '_' be non-word char
6771 Support subs with attributes.
6772 (cperl-where-am-i): Quiet (?) a warning.
6773 (cperl-cached-syntax-table): New function.
6774 (cperl-forward-re): Use `cperl-cached-syntax-table'.
6775 (cperl-unwind-to-safe): Recognize `syntax-type' property
6776 changing in a middle of line.
6777 (cperl-find-sub-attrs): New function.
6778 (cperl-find-pods-heres): Allow many <<EOP per line.
6779 Allow subs with attributes.
6780 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6781 Recognize "extproc " (OS/2) case-folded and only at start.
6782 /x on s///x with empty replacement was not recognized.
6783 Better comments.
6784 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6785 Allow subs with attributes, labels.
6786 Do not confuse "else::foo" with "else".
6787 Minor optimizations...
6788 (cperl-after-expr-p): Try to allow '_' be non-word char.
6789 (cperl-fill-paragraph): Try to detect a major bug in Emacs
6790 with `looking-at' inside `narrow' and bulk out if found.
6791 (cperl-imenu--create-perl-index): Updates for new
6792 `cperl-imenu--function-name-regexp-perl'.
6793 (cperl-outline-level): Likewise.
6794 (cperl-init-faces): Allow multiline subroutine headers
6795 and my/our declarations, and ones with comments.
6796 Allow subroutine attributes.
6797 (cperl-imenu-on-info): Better docstring.
6798 (cperl-etags): Rudimentary support for attributes.
6799 Support for packages and "package;".
6800 (cperl-add-tags-recurse-noxs): Better (?) docstring.
6801 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6802 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6803 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6804 (cperl-perldoc): Add autoload.
6805 (cperl-perldoc-at-point): Likewise.
6806 (cperl-here-doc-spell): New function.
6807 (cperl-pod-spell): Likewise.
6808 (cperl-map-pods-heres): Likewise.
6809 (cperl-get-here-doc-region): Likewise.
6810 (cperl-font-lock-fontify-region-function): Likewise (backward
6811 compatibility for legacy `font-lock').
6812 (cperl-font-lock-unfontify-region-function): Fix style.
6813 (cperl-fontify-syntaxically): Recognize and optimize away deferred
6814 calls with no-change. Governed by `cperl-hook-after-change'.
6815 (cperl-fontify-update): Recognize that syntaxification region
6816 can be larger than fontification one.
6817 XXXX we leave `cperl-postpone' property, so this is quadratic...
6818 (cperl-fontify-update-bad): Temporary placeholder until
6819 it is clear how to implement `cperl-fontify-update'.
6820 (cperl-time-fontification): New function.
6821 (attrib-group): New text attribute.
6822 (multiline): New value: `syntax-type' text attribute.
6823
6824 After 5.2:
6825 (cperl-emulate-lazy-lock): New function.
6826 (cperl-fontify-syntaxically): Would skip large regions.
6827 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6828 Some globals were declared, but uninitialized.
6829
6830 After 5.3, 5.4:
6831 (cperl-facemenu-add-face-function): Add docs, fix U<>.
6832 Copyright message updated.
6833 (cperl-init-faces): Work around a bug in `font-lock'. May slow
6834 facification down a bit.
6835 Misprint for my|our|local for old `font-lock'
6836 "our" was not fontified same as "my|local".
6837 Highlight variables after "my" etc even in
6838 a middle of an expression.
6839 Do not facify multiple variables after my etc
6840 unless parentheses are present.
6841
6842 After 5.5, 5.6
6843 (cperl-fontify-syntaxically): after-change hook could reset.
6844 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6845
6846 After 5.7:
6847 (cperl-init-faces): Allow highlighting of local ($/).
6848 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6849 (cperl-problems): Remove fixed problems.
6850 (cperl-find-pods-heres): Recognize #-comments in m##x too.
6851 Recognize charclasses (unless delimiter is \).
6852 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6853 (cperl-regexp-scan): Update docs.
6854 (cperl-beautify-regexp-piece): Use information got from regexp scan.
6855
6856 After 5.8:
6857 Major user visible changes:
6858 Recognition and fontification of character classes in RExen.
6859 Variable indentation of RExen according to groups.
6860
6861 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6862 Fontify REx charclasses in variable-name face.
6863 Fontify POSIX charclasses in "type" face.
6864 Fontify unmatched "]" in function-name face.
6865 Mark first-char of HERE-doc as `front-sticky'.
6866 Reset `front-sticky' property when needed.
6867 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6868 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6869 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6870 constructs. Support `narrow'ed buffers.
6871 (cperl-praise): Remove a reservation.
6872 (cperl-make-indent): New function.
6873 (cperl-indent-for-comment): Use `cperl-make-indent'.
6874 (cperl-indent-line): Likewise.
6875 (cperl-lineup): Likewise.
6876 (cperl-beautify-regexp-piece): Likewise.
6877 (cperl-contract-level): Likewise.
6878 (cperl-toggle-set-debug-unwind): New function.
6879 New menu entry for this.
6880 (fill-paragraph-function): Use when `boundp'.
6881 (cperl-calculate-indent): Take into account groups when indenting RExen.
6882 (cperl-to-comment-or-eol): Recognize # which end a string.
6883 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6884 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6885 (cperl-fontify-syntaxically): More clear debugging message.
6886 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6887 (cperl-init-faces): More complicated highlight even on XEmacs (new).
6888 Merge cosmetic changes from XEmacs.
6889
6890 After 5.9:
6891 (cperl-1+): Move to before the first use.
6892 (cperl-1-): Likewise.
6893
6894 After 5.10:
6895
6896 This code may lock Emacs hard!!! Use at your own risk!
6897
6898 (cperl-font-locking): New internal variable.
6899 (cperl-beginning-of-property): New function.
6900 (cperl-calculate-indent): Use `cperl-beginning-of-property'
6901 instead of `previous-single-property-change'.
6902 (cperl-unwind-to-safe): Likewise.
6903 (cperl-after-expr-p): Likewise.
6904 (cperl-get-here-doc-region): Likewise.
6905 (cperl-font-lock-fontify-region-function): Likewise.
6906 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6907 recursively.
6908 Bound `next-single-property-change' via `point-max'.
6909 (cperl-unwind-to-safe): Bound likewise
6910 (cperl-font-lock-fontify-region-function): Likewise.
6911 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6912 Initialization of `cperl-font-lock-multiline-start' could be
6913 missed if the "main" fontification did not run due to the
6914 keyword being already fontified.
6915 (cperl-pod-spell): Return t from do-one-chunk function.
6916 (cperl-map-pods-heres): Stop when the worker returns nil.
6917 Call `cperl-update-syntaxification'.
6918 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6919 (cperl-get-here-doc-delim): Remove unused function.
6920
6921 After 5.11:
6922
6923 The possible lockup of Emacs (introduced in 5.10) fixed.
6924
6925 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6926 (cperl-syntaxify-for-menu): New customization variable.
6927 (cperl-select-this-pod-or-here-doc): New function.
6928 (cperl-get-here-doc-region): Extra argument.
6929 Do not adjust pos by 1.
6930
6931 New menu entries
6932 (Perl/Tools): Selection of current POD or HERE-DOC section.
6933 (Debugging CPerl:) backtrace on fontification.
6934
6935 After 5.12:
6936 (cperl-cached-syntax-table): Use `car-safe'.
6937 (cperl-forward-re): Remove spurious argument SET-ST.
6938 Add documentation.
6939 (cperl-forward-group-in-re): New function.
6940 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6941 (XXXX Temporary (?) hack is to syntax-mark them as comment).
6942
6943 After 5.13:
6944 (cperl-string-syntax-table): Make { and } not-grouping
6945 (Sometimes they ARE grouping in RExen, but matching them would only
6946 confuse in many situations when they are not)
6947 (beginning-of-buffer): Replace two occurrences with goto-char...
6948 (cperl-calculate-indent): `char-after' could be nil...
6949 (cperl-find-pods-heres): REx can start after "[" too.
6950 Hightlight (??{}) in RExen too.
6951 (cperl-maybe-white-and-comment-rex): New constant
6952 (cperl-white-and-comment-rex): Likewise.
6953 XXXX Not very efficient, but hard to make
6954 better while keeping 1 group.
6955
6956 After 5.13:
6957 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6958 Likewise for 1 << identifier.
6959
6960 After 5.14:
6961 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6962 Error-less condition-case could fail.
6963 (cperl-font-lock-fontify-region-function): Likewise.
6964 (cperl-init-faces): Likewise.
6965
6966 After 5.15:
6967 (cperl-find-pods-heres): Support property REx-part2.
6968 (cperl-calculate-indent): Likewise.
6969 Don't special-case REx with non-empty 1st line.
6970 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6971 Invert highlighting of charclasses:
6972 now the envelop is highlighted.
6973 Highlight many others 0-length builtins.
6974 (cperl-praise): Mention indenting and highlight in RExen.
6975
6976 After 5.15:
6977 (cperl-find-pods-heres): Highlight capturing parens in REx.
6978
6979 After 5.16:
6980 (cperl-find-pods-heres): Highlight '|' for alternation
6981 Initialize `font-lock-warning-face' if not present.
6982 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6983 `font-lock-function-name-face'.
6984 (cperl-look-at-leading-count): Likewise.
6985 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6986 `font-lock-keyword-face' (needed for
6987 batch processing), etc...
6988 Use `font-lock-builtin-face' for builtin in REx
6989 Now `font-lock-variable-name-face'
6990 is used for interpolated variables
6991 Use "talking aliases" for faces inside REx
6992 Highlight parts of REx (except in charclasses)
6993 according to the syntax and/or semantic
6994 Syntax-mark a {}-part of (?{}) as "comment"
6995 (it was the ()-part)
6996 Better logic to distinguish what is what in REx
6997 (cperl-tips-faces): Document REx highlighting
6998 (cperl-praise): Mention REx syntax highlight etc.
6999
7000 After 5.17:
7001 (cperl-find-sub-attrs): Would not always manage to print error message.
7002 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7003
7004 After 5.18:
7005 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7006 Very minor optimization.
7007 `my-cperl-REx-modifiers-face' got quoted.
7008 Recognize "print $foo <<END" as HERE-doc.
7009 Put `REx-interpolated' text attribute if needed.
7010 (cperl-invert-if-unless-modifiers): New function.
7011 (cperl-backward-to-start-of-expr): Likewise.
7012 (cperl-forward-to-end-of-expr): Likewise.
7013 (cperl-invert-if-unless): Works in "the opposite way" too.
7014 Cursor position on return is on the switch-word.
7015 Indents comments better.
7016 (REx-interpolated): New text attribute.
7017 (cperl-next-interpolated-REx): New function.
7018 (cperl-next-interpolated-REx-0): Likewise.
7019 (cperl-next-interpolated-REx-1): Likewise.
7020 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7021 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7022 (cperl-praise): Mention finded interpolated RExen.
7023
7024 After 5.19:
7025 (cperl-init-faces): Highlight %$foo, @$foo too.
7026 (cperl-short-docs): Better docs for system, exec.
7027 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7028 Would not find HERE-doc ended by EOF without NL.
7029 (cperl-short-docs): Correct not-doubled \-escapes.
7030 start block: Put some `defvar' for stuff gone from XEmacs.
7031
7032 After 5.20:
7033 initial comment: Extend copyright, fix email address.
7034 (cperl-indent-comment-at-column-0): New customization variable.
7035 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7036 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7037 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7038 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7039 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7040 highlight $ in $foo too (UNTESTED).
7041 (cperl-set-style): Docstring missed some available styles.
7042 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7043 Change "Current" to "Memorize Current".
7044 (cperl-indent-wrt-brace): New customization variable; the default is
7045 as for pre-5.2 version.
7046 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7047 (cperl-style-alist): Likewise.
7048 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7049 and `cperl-extra-newline-before-brace' etc
7050 being t
7051 (cperl-indent-exp): Plans B and C to find continuation blocks even
7052 if `cperl-extra-newline-before-brace' is t.
7053
7054 After 5.21:
7055 Improve some docstrings concerning indentation.
7056 (cperl-indent-rules-alist): New variable.
7057 (cperl-sniff-for-indent): New function name
7058 (separated from `cperl-calculate-indent').
7059 (cperl-calculate-indent): Separate the sniffer and the indenter;
7060 uses `cperl-sniff-for-indent' now.
7061 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7062 was inverted;
7063 Support `comment-column' = 0.
7064
7065 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7066
7067 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7068 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7069 * longlines.el (longlines-window-change-function): Likewise.
7070 * simple.el (undo-ask-before-discard): Likewise.
7071 * wid-edit.el (widget-field-prompt-internal)
7072 (widget-documentation-link-p): Likewise.
7073
7074 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7077 for a keyword.
7078
7079 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * newcomment.el (comment-valid-prefix-p): Make the check
7082 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7083 (comment-indent-new-line): Adjust call.
7084
7085 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7086
7087 * allout.el (allout-back-to-current-heading): Base on lower-level
7088 routines to get proper disqualification of aberrant topics.
7089
7090 2006-10-09 Richard Stallman <rms@gnu.org>
7091
7092 * textmodes/two-column.el (2C-two-columns): Doc fix.
7093
7094 2006-10-09 Kim F. Storm <storm@cua.dk>
7095
7096 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7097 about implicit use.
7098
7099 2006-10-08 Richard Stallman <rms@gnu.org>
7100
7101 * textmodes/two-column.el (2C-two-columns): Doc fix.
7102
7103 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * files.el: Mark `buffer-read-only' as safe-local-variable.
7106
7107 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7110 Burp if GUD buffer has been killed.
7111
7112 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * completion.el (add-completions-from-c-buffer):
7115 Don't presume an error's second element is a string.
7116 Use looking-at rather than buffer-substring + member.
7117
7118 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7119
7120 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7121 `undecided', call find-coding-systems-region to find a proper
7122 non-trivial encoding.
7123 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7124 and "text/plain".
7125
7126 2006-10-07 Kevin Ryde <user42@zip.com.au>
7127
7128 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7129 url-link.
7130
7131 * strokes.el (defgroup strokes): Remove invalid url-link.
7132
7133 2006-10-07 Magnus Henoch <mange@freemail.hu>
7134
7135 * autoinsert.el (auto-insert-alist): Doc fix.
7136
7137 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7138
7139 * mouse-sel.el (mouse-insert-selection-internal):
7140 Use insert-for-yank, so that yank handlers are run.
7141
7142 2006-10-07 Kim F. Storm <storm@cua.dk>
7143
7144 * ido.el (ido-file-extension-aux): Fix comparison.
7145
7146 2006-10-06 Kim F. Storm <storm@cua.dk>
7147
7148 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7149
7150 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7151
7152 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7153 (ad-make-mapped-call): Use `let', not `let*'.
7154
7155 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * international/mule-cmds.el (coding-system-change-eol-conversion):
7158 Ensure the coding system is initialized before calling
7159 coding-system-eol-type.
7160
7161 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7162
7163 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7164 (org-activate-angle-links, org-activate-dates)
7165 (org-activate-target-links, org-activate-camels)
7166 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7167 textproperty keymaps from being active beyond the end of a line.
7168 (org-unfontify-region): Also remove `rear-nonsticky' property.
7169
7170 2006-10-04 Kenichi Handa <handa@m17n.org>
7171
7172 * international/code-pages.el (next): Table fixed.
7173
7174 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7177 that it's been made unnecessary by removing narrowing.
7178
7179 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7182 control flow a bit, simplify another bit, and add comments.
7183
7184 2006-10-03 David Kastrup <dak@gnu.org>
7185
7186 * help.el (describe-mode): For clicks on mode-line, use "@"
7187 interactive argument to get the major mode of the click instead of
7188 the current buffer.
7189
7190 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7191 in order to better redirect mouse-2 clicks. Also allow default
7192 bindings to apply.
7193
7194 2006-10-03 Kim F. Storm <storm@cua.dk>
7195
7196 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7197 (pushnew): Fix last change.
7198
7199 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7200
7201 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7202 Use the interactive spec of `eval-expression'.
7203
7204 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7205
7206 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7207
7208 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7209
7210 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7211 2006-09-28 commit.
7212
7213 2006-10-02 Kenichi Handa <handa@m17n.org>
7214
7215 * international/code-pages.el (iso-8859-6): Table fixed.
7216
7217 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7218
7219 * dired.el (dired-build-subdir-alist): Fix previous change.
7220
7221 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7222
7223 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7224
7225 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7228 "define-button-type".
7229
7230 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7231 they don't keep accumulating.
7232
7233 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7234
7235 * ffap.el (ffap-rfc-path): Change the address of the RFC
7236 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7237
7238 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7239
7240 * allout.el (allout-expose-topic): Rectify implementation of "+"
7241 spec, so that bodies are not exposed with headlines.
7242
7243 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7244
7245 * allout.el (allout-current-depth): Do aberrent check only at or
7246 below doublecheck depth.
7247 (allout-chart-subtree): Make it explicit that LEVELS being nil
7248 means unlimited depth. Drop undocumented support for LEVELS value
7249 t meaning unlimited depth. (This is consistent with
7250 allout-chart-to-reveal, but contrary to allout-show-children,
7251 which needs to use nil to default to depth of 1.)
7252 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7253 (allout-chart-to-reveal): Be explicit in docstring about meaning
7254 of nil LEVELS, and drop support for LEVELS value t.
7255 (allout-show-children): Translate the level spec used by this
7256 routine to that used by allout-chart-subtree and
7257 allout-chart-to-reveal.
7258 (allout-show-to-offshoot): Retry once when stuck, after opening
7259 subtree - improvements in discontinuity handling likely will
7260 enable progress.
7261
7262 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * wid-edit.el (widget-button-click-moves-point): New variable.
7265 (widget-button-click): If widget-button-click-moves-point is
7266 non-nil, set point after performing the button action.
7267
7268 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7269
7270 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7271
7272 * files.el (find-file-existing): Modify to not allow wildcards.
7273
7274 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7275
7276 * simple.el (undo-more): When undo information for the region is
7277 exhausted, say "No further undo information FOR REGION".
7278
7279 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7280
7281 * progmodes/sh-script.el (sh-prev-thing):
7282 Take `sh-leading-keywords' into account.
7283
7284 2006-09-29 Glenn Morris <rgm@gnu.org>
7285
7286 * custom.el (defcustom): Doc fix.
7287
7288 * calendar/calendar.el (european-calendar-style):
7289 Call european-calendar or american-calendar as needed when set.
7290 (diary-view-entries, list-calendar-holidays): Move autoloads
7291 before use.
7292
7293 2006-09-29 Juri Linkov <juri@jurta.org>
7294
7295 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7296 to nil if there is no previous property change.
7297
7298 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7299
7300 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7301 saving anything to be sure that `forward-sexp' behaves correctly.
7302
7303 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7304
7305 * simple.el (line-move-finish): Ignore field boundaries if the
7306 initial and final points have the same `field' property.
7307
7308 2006-09-29 Kim F. Storm <storm@cua.dk>
7309
7310 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7311 to t while calling ido-read-internal.
7312
7313 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7314
7315 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7316 (org-archive-subtree): Remove erraneous `]' from character list.
7317
7318 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7319
7320 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7321 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7322 markers for data-area and parameters-area.
7323
7324 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7327
7328 * font-lock.el (font-lock-after-change-function): Refontify next line
7329 as well if end is at BOL.
7330 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7331 only extend the region as much as needed.
7332
7333 2006-09-28 Richard Stallman <rms@gnu.org>
7334
7335 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7336
7337 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7338
7339 * international/mule.el (after-insert-file-set-coding):
7340 If VISIT, don't let set-buffer-multibyte make undo info.
7341
7342 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
7343
7344 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7345 lines in base64-encoded authentication response.
7346
7347 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7348
7349 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7350 (ebnf-version): New version 4.3.
7351 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7352 (ebnf-prologue): Adjust PostScript programming.
7353 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7354 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7355
7356 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * jit-lock.el (jit-lock-force-redisplay): Rename from
7359 jit-lock-fontify-again, and undo the mistaken change I've just done.
7360
7361 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7362 (jit-lock-fontify-again): Don't refontify text that's not displayed.
7363
7364 2006-09-26 Kenichi Handa <handa@m17n.org>
7365
7366 * startup.el (display-splash-screen): Allow a prefix argument.
7367
7368 2006-09-25 Jason Rumney <jasonr@gnu.org>
7369
7370 * subr.el (shell-quote-argument): Use DOS logic for Windows
7371 shells with DOS semantics.
7372
7373 2006-09-24 Richard Stallman <rms@gnu.org>
7374
7375 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7376 (compilation-goto-locus): Use compilation-goto-locus-delete-o
7377 to delete the overlay. Put it on pre-command-hook.
7378
7379 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7380
7381 * startup.el (fancy-splash-screens, normal-splash-screen):
7382 Call the splash buffer *About GNU Emacs*.
7383
7384 * simple.el (next-error-highlight, next-error-highlight-no-select):
7385 Default to 0.5.
7386 (yank-excluded-properties): Add `fontified'.
7387
7388 * font-lock.el (font-lock-compile-keywords): Allow value of
7389 syntax-begin-function to enable paren-column-0 highlighting.
7390
7391 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
7392
7393 * dired.el (dired-build-subdir-alist): When file ends in colon,
7394 don't exit the loop, just disregard that file.
7395
7396 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * simple.el (line-move-finish): Handle corner case for fields in
7399 continued lines.
7400 (line-move-1): Remove flawed test for that case.
7401
7402 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
7403
7404 * icomplete.el (icomplete-simple-completing-p): Use the correct
7405 name for the new variable, `icomplete-with-completion-tables'.
7406 (file local variables): Remove superfluous setting.
7407
7408 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7409
7410 * calendar/appt.el (appt-check): Fix typo for appointments just
7411 after midnight.
7412
7413 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * help.el (describe-key-briefly, describe-key): Don't expect an
7416 extra up event if a down-event is generated by a popup menu.
7417
7418 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
7419
7420 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7421 local dictionary when changing the global dictionary.
7422
7423 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
7424
7425 * icomplete.el (icomplete-with-completion-tables): List of
7426 specialized completion tables with which icomplete should
7427 operate. Include the new `internal-complete-buffer', so icomplete
7428 works with interactive buffer-selection.
7429 (icomplete-simple-completing-p): Add acceptance of specialized
7430 completion tables listed in icomplete-with-completion-tables.
7431
7432 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7433
7434 * frame.el (focus-follows-mouse): Set default to nil on Mac.
7435
7436 * startup.el (command-line): Use `custom-reevaluate-setting' for
7437 `focus-follows-mouse'.
7438
7439 2006-09-22 Richard Stallman <rms@gnu.org>
7440
7441 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7442 explain why Save is not available.
7443
7444 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * woman.el (woman0-so): Use `let*', not `let'.
7447 (woman-horizontal-line): Remove unbalanced parenthesis.
7448
7449 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * woman.el: Make sure all the end-of-region markers we use have
7452 a non-nil insertion-type.
7453 (woman0-so): Move things around so we can use copy-marker.
7454 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7455 Adjust marker type.
7456 (woman2-process-escapes): Check marker type.
7457 (woman-horizontal-line): Dispense with the use of a marker.
7458
7459 2006-09-22 Jay Belanger <belanger@truman.edu>
7460
7461 * calc/calc-lang.el: Add Greek letters to math-variable-table
7462 property of tex.
7463
7464 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7467
7468 2006-09-22 Masatake YAMATO <jet@gyve.org>
7469
7470 * add-log.el (add-log-current-defun): Use `forward-sexp'
7471 instead of `forward-word' to pick c++::symbol.
7472 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7473
7474 2006-09-22 Kenichi Handa <handa@m17n.org>
7475
7476 * bindings.el: Fix setting self-insert-command for multibyte
7477 characters in global-map.
7478
7479 2006-09-21 David Kastrup <dak@gnu.org>
7480
7481 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7482 doc string.
7483
7484 2006-09-21 Kenichi Handa <handa@m17n.org>
7485
7486 * language/european.el ("Latin-1"): Add windows-1252 to
7487 coding-priority.
7488 ("German"): Likewise.
7489
7490 2006-09-21 Kim F. Storm <storm@cua.dk>
7491
7492 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7493 Suggested by Miles Bader.
7494
7495 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
7496 instead of add-to-list in the simple case.
7497
7498 2006-09-20 Kenichi Handa <handa@m17n.org>
7499
7500 * isearch.el (isearch-process-search-char): Cancel the previous change.
7501 (isearch-search-string): New function.
7502 (isearch-search): Use isearch-search-string.
7503 (isearch-lazy-highlight-search): Likewise.
7504
7505 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7506
7507 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7508 string to become an option.
7509
7510 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7513
7514 2006-09-20 Kim F. Storm <storm@cua.dk>
7515
7516 * simple.el (line-move-partial): Call pos-visible-in-window-p with
7517 position t instead of trying both window-end and window-end - 1.
7518
7519 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
7520
7521 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7522 hidden trees.
7523
7524 2006-09-20 David Kastrup <dak@gnu.org>
7525
7526 * mouse.el (mouse-posn-property): Improve doc string.
7527 (mouse-on-link-p): Change buffers for function calls on links.
7528
7529 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7530 buffer is read-only.
7531
7532 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
7533
7534 * allout.el (allout-unprotected): Let inhibit-read-only only when
7535 buffer-read-only isn't set.
7536 (allout-annotate-hidden): Enable topic annotation during copies even
7537 when the buffer is read-only, eg for topic copies. Ensure that the loop
7538 advances, even when the span extends beyond the deletion region.
7539 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7540 rather than allout-exposure-changed-hook, as a stronger assertion.
7541 (allout-keybindings-list): Add bindings for
7542 allout-copy-line-as-kill and allout-copy-topic-as-kill.
7543 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7544 Copy wrappers for allout-kill-line and allout-kill-topic.
7545 (allout-listify-exposed): Position correctly to accumulate lines.
7546
7547 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * simple.el (line-move-1): Escape field boundaries occurring
7550 exactly at point. Update goal column if constrained to a field.
7551 (line-move-finish): Escape field boundaries occurring exactly at point.
7552
7553 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * mouse.el (mouse-on-link-p): Tentatively fix last change.
7556 (mouse-drag-vertical-line): Remove unused var `wconfig'.
7557
7558 2006-09-19 Kim F. Storm <storm@cua.dk>
7559
7560 * help.el (describe-key-briefly, describe-key): Simplify printing
7561 of descriptions by using format and %S. Fix "is undefined"
7562 messages to say "at that spot" for mouse events.
7563
7564 * simple.el (line-move-partial): Optimize. Try window-line-height
7565 before posn-at-point to get vpos of current line.
7566
7567 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7568
7569 * viper.el: Bump up version/date of update to reflect the substantial
7570 changes done in August 2006.
7571
7572 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7573 are defined.
7574
7575 * ediff-util.el (ediff-add-to-history): New function.
7576
7577 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7578
7579 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7580
7581 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7582 Delete duplicate make-local-variable form.
7583 (conf-space-keywords): Add autoload cookie.
7584 Fix typo (`keywords', not `keyword').
7585
7586 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7587
7588 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7589 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
7590 to x-gtk-use-old-file-dialog.
7591
7592 2006-09-18 Richard Stallman <rms@gnu.org>
7593
7594 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7595 that might come in during mouse tracking.
7596
7597 2006-09-18 Kim F. Storm <storm@cua.dk>
7598
7599 * simple.el (line-move-partial): Rework 2006-09-15 change to use
7600 new window-line-height function. Further optimize by not calling
7601 pos-visible-in-window-p for window-end when window-line-height
7602 returns useful information.
7603
7604 2006-09-16 Richard Stallman <rms@gnu.org>
7605
7606 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7607 (conf-space-mode): Don't handle prefix arg.
7608 Delete conf-space-keywords-override code.
7609 Use add-hook.
7610 (conf-space-keywords): New command.
7611 (conf-space-mode-internal): Be careful with imenu-generic-expression.
7612 Delete conf-space-keywords-override code.
7613 (conf-space-keywords-alist): Doc fix.
7614 (conf-space-font-lock-keywords): Doc fix.
7615 (conf-space-keywords-override): Var deleted.
7616
7617 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7618
7619 * startup.el (fancy-splash-screens): Don't switch to the scratch
7620 buffer; it may not be the next buffer.
7621
7622 2006-09-16 Romain Francoise <romain@orebokech.com>
7623
7624 * saveplace.el (load-save-place-alist-from-file): Use expanded name
7625 in both messages.
7626
7627 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
7628
7629 * progmodes/python.el (python-preoutput-filter):
7630 Fix arg order to string-match.
7631
7632 2006-09-16 Richard Stallman <rms@gnu.org>
7633
7634 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7635 font-lock-compile-keywords.
7636
7637 * font-lock.el (font-lock-compile-keywords): Rename optional arg
7638 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
7639
7640 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7641
7642 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7643
7644 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7645 and the data doesn't look like UTF8, send STRING instead.
7646
7647 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
7648
7649 * textmodes/flyspell.el (flyspell-check-region-doublons):
7650 New function to detect duplicated words.
7651 (flyspell-large-region): Use it.
7652
7653 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7654
7655 * simple.el (line-move-to-column): Revert 2006-08-03 change.
7656
7657 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7658
7659 * help.el (describe-prefix-bindings): Use let, not let*.
7660
7661 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
7662
7663 * allout.el (allout-regexp, allout-line-boundary-regexp)
7664 (allout-bob-regexp): Correct grouping and boundaries to fix
7665 backwards traversal.
7666 (allout-depth-specific-regexp, allout-depth-one-regexp):
7667 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7668 worse time in allout-ascend.
7669 (allout-doublecheck-at-and-shallower): Identify depth threshold
7670 below which topics are checked for and disqualified by containment
7671 discontinuities.
7672 (allout-hotspot-key-handler): Correctly handle multiple-key
7673 strokes. Remove some unused variables.
7674 (allout-mode-leaders): Clarify that mode-specific comment-start
7675 will be used.
7676 (set-allout-regexp): Correctly regexp-quote allout regexps to
7677 properly accept alternative header-leads and primary bullets with
7678 regexp-specific characters (eg, C "/*", mathematica "(*").
7679 Include new regular expressions among those configured.
7680 (allout-infer-header-lead-and-primary-bullet):
7681 Rename allout-infer-header-lead.
7682 (allout-recent-depth): Manifest as a variable as well as a function.
7683 (allout-prefix-data): Simplify into an inline instead of a macro,
7684 assuming current match data rather than being explicitly passed
7685 it. Establish allout-recent-depth value as well as
7686 allout-recent-prefix-beginning and allout-recent-prefix-end.
7687 (allout-aberrant-container-p): True when an item's immediate
7688 offspring discontinuously contained. Useful for disqualifying
7689 unintended topic prefixes, likely at low depths.
7690 (allout-goto-prefix-doublechecked): Elaborate version of
7691 allout-goto-prefix which disqualifies aberrant pseudo-items.
7692 (allout-pre-next-prefix): Layer on top of lower-level routines, to
7693 get disqualification of aberrant containers.
7694 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7695 containers.
7696 (allout-beginning-of-current-entry): Position at start of buffer
7697 when in container (depth 0) entry.
7698 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7699 (allout-current-bullet): Strip text properties.
7700 (allout-get-prefix-bullet): Use right match groups.
7701 (allout-beginning-of-line, allout-next-heading):
7702 Disqualify aberrant containers.
7703 (allout-previous-heading): Disqualify aberrant containers, and
7704 change to regular (rather than inline) function, to allow
7705 self-recursion.
7706 (allout-get-invisibility-overlay): Increment so progress is made
7707 when the first overlay is not the sought one.
7708 (allout-end-of-prefix): Disqualify aberrant containers.
7709 (allout-end-of-line): Cycle something like allout-beginning-of-line.
7710 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7711 outline.el outlines) functional again. Change the primary bullet
7712 along with the header-lead - level 1 new-style bullets now work.
7713 Engage allout-before-change-handler in mainline Emacs, not just
7714 XEmacs, to do undo handling.
7715 (allout-before-change-handler): Expose undo changes occurring in
7716 hidden regions. Use allout-get-invisibility-overlay instead of
7717 reimplementing it inline.
7718 (allout-chart-subtree): Use start rather than end of prefix in
7719 charts. Use allout-recent-depth variable.
7720 (allout-chart-siblings): Disqualify aberrant topics.
7721 (allout-beginning-of-current-entry): Position correctly.
7722 (allout-ascend): Use new allout-depth-specific-regexp and
7723 allout-depth-one-regexp for linear instead of O(N^2) or worse
7724 behavior.
7725 (allout-ascend-to-depth): Depend on allout-ascend, rather than
7726 reimplementing an algorithm.
7727 (allout-up-current-level): Depend on allout-ascend, rather than
7728 reimplementing an algorithm. Return to start-point if we fail.
7729 (allout-descend-to-depth): Use allout-recent-depth variable
7730 instead of function.
7731 (allout-next-sibling): On traversal of numerous intervening
7732 topics, resort to economical allout-next-sibling-leap.
7733 (allout-next-sibling-leap): Specialized version of
7734 allout-next-sibling that uses allout-ascend cleverly, to depend on
7735 a regexp search to leap large numbers of contained topics, rather
7736 than arbitrarily many one-by-one traversals.
7737 (allout-next-visible-heading): Disqualify aberrant topics.
7738 (allout-previous-visible-heading): Position consistently when
7739 interactive.
7740 (allout-forward-current-level): Base on allout-previous-sibling
7741 rather than (differently) reimplmenting the algorithm. Remove some
7742 unused variables.
7743 (allout-solicit-alternate-bullet): Present default choice stripped
7744 of text properties.
7745 (allout-rebullet-heading): Use bullet stripped of text properties.
7746 Register changes using allout-exposure-change-hook.
7747 Disregard aberrant topics.
7748 (allout-shift-in): With universal-argument, make topic a peer of
7749 it's former offspring. Simplify the code by separating out
7750 allout-shift-out functionality.
7751 (allout-shift-out): With universal-argument, make offspring peers
7752 of their former container, and its siblings. Implement the
7753 functionality here, rather than inappropriately muddling the
7754 implementation of allout-shift-in.
7755 (allout-rebullet-topic): Respect additional argument for new
7756 parent-child separation function.
7757 (allout-yank-processing): Use allout-ascend directly.
7758 (allout-show-entry): Disqualify aberrant topics.
7759 (allout-show-children): Handle discontinuous children gracefully,
7760 extending the depth being revealed to expose them and posting a
7761 message indicating the situation.
7762 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7763 Leave cursor in correct position.
7764 (allout-hide-current-subtree): Use allout-ascend directly.
7765 Disqualify aberrant topics.
7766 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7767 a way that the yanks can restore it, as used to happen.
7768 (allout-yank-processing): Restore exposure layout as recorded by
7769 allout-kill-*, as used to happen.
7770 (allout-annotate-hidden, allout-hide-by-annotation): New routines
7771 for preseving and restoring exposure layout across kills.
7772 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7773 (allout-encrypt-string): Strip text properties.
7774 Rearranged order and outline-headings for some of the
7775 miscellaneous functions.
7776 (allout-resolve-xref): No need to quote the error name in the
7777 condition-case handler section.
7778 (allout-flatten): Classic recursive (and recursively intensive,
7779 without tail-recursion) list-flattener, needed by allout-shift-out
7780 when confronted with discontinuous children.
7781
7782 2006-09-16 Jason Rumney <jasonr@gnu.org>
7783
7784 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7785 on ms-windows.
7786 (dnd-open-unc-file): Remove.
7787 (dnd-open-local-file): Mention in doc string that it also handles
7788 remote files if the system natively supports unc file-names.
7789
7790 2006-09-15 Kim F. Storm <storm@cua.dk>
7791
7792 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7793 all necessary information about the event before erasing *Help*.
7794
7795 * simple.el (line-move-partial): Use window-line-visiblity to
7796 quickly check whether last line is partially visible, and only do
7797 the hard (and slow) part in that case.
7798
7799 2006-09-15 Jay Belanger <belanger@truman.edu>
7800
7801 * COPYING: Replace "Library Public License" by "Lesser Public
7802 License" throughout.
7803
7804 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7805
7806 * term/x-win.el (x-menu-bar-open): New function for F10.
7807
7808 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7811 Disallow filenames containing " -" to avoid confusion with libtool
7812 compilation messages. Suggested by Stefan Monnier.
7813
7814 2006-09-15 David Kastrup <dak@gnu.org>
7815
7816 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7817 instead of buffer position for `mouse-on-link-p'.
7818
7819 * mouse.el (mouse-posn-property): New function looking up the
7820 properties at a click position in overlays and text properties in
7821 either buffer or strings.
7822 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7823 of both `follow-link' as well as `mouse-face' properties.
7824 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7825 buffer position.
7826
7827 * help.el (describe-key-briefly): When reading a down-event on
7828 mode lines or scroll bar, swallow the following up event, too.
7829 Use the new mouse sensitity of `key-binding' for lookup.
7830 (describe-key): The same here.
7831
7832 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * play/life.el (life-patterns): Add a few more interesting patterns.
7835 (life-setup): Force `show-trailing-whitespace' to nil.
7836
7837 2006-09-14 Richard Stallman <rms@gnu.org>
7838
7839 * startup.el (fancy-splash-text): Change text to improve alignment.
7840 (fancy-splash-screens): Don't set non-standard tab width.
7841 Bind cursor-type temporarily, and make it easy to patch to
7842 preserve the splash buffer.
7843 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7844 (fancy-splash-screens): Display echo-area message explicitly.
7845 Don't set fancy-splash-help-echo.
7846
7847 * simple.el (line-number-mode): Group mode-line instead of
7848 editing-basics.
7849 (column-number-mode, size-indication-mode): Likewise.
7850
7851 * faces.el (mode-line-faces): Group mode-line instead of modeline.
7852
7853 * time.el (display-time): Group mode-line instead of modeline.
7854
7855 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
7856
7857 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * startup.el (fancy-splash-text): Move editing instructions to
7860 fancy-splash-head.
7861 (fancy-splash-head): Issue editing instructions.
7862 (fancy-splash-screens): Fixup whitespace.
7863
7864 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * bindings.el (mode-line-buffer-identification-keymap):
7867 Remove duplicate line.
7868
7869 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7870
7871 * ido.el (ido-ignore-item-p): Allow any kind of functions in
7872 ignore lists.
7873
7874 2006-09-14 Kim F. Storm <storm@cua.dk>
7875
7876 * jit-lock.el (jit-lock-fontify-again): New function.
7877 (jit-lock-fontify-now): Use it instead of lambda form.
7878
7879 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
7880
7881 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7882 (flyspell-auto-correct-word): Make ispell-filter local to these
7883 functions. Check that ispell-filter has new stuff before calling
7884 ispell-parse-output.
7885
7886 2006-09-13 Kim F. Storm <storm@cua.dk>
7887
7888 * simple.el (line-move-partial): Optimize.
7889
7890 2006-09-13 Richard Stallman <rms@gnu.org>
7891
7892 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7893 Delete spurious backquote.
7894
7895 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7896
7897 * net/rcirc.el (rcirc-print): Fix last change.
7898
7899 2006-09-12 Jay Belanger <belanger@truman.edu>
7900
7901 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7902
7903 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7904
7905 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7906 rcirc-show-maximum-output.
7907 (rcirc-mode): Remove window-scroll-function hook.
7908 (rcirc-scroll-to-bottom): Remove function.
7909 (rcirc-print): Recenter so point stays at the bottom of the window
7910 if point was already there.
7911
7912 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7913
7914 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7915 not to "t".
7916 * progmodes/compile.el (compilation-start): Likewise.
7917 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7918 Don't use expand-file-name on invocation-directory, since this
7919 might mishandle special characters in invocation-directory.
7920
7921 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * pcvs-defs.el: Remove * in defcustom's docstrings.
7924
7925 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
7926
7927 * progmodes/compile.el (compilation-directory-properties):
7928 Doc fix for help-echo.
7929
7930 2006-09-12 Lars Hansen <larsh@soem.dk>
7931
7932 * desktop.el (desktop-read): Add comment.
7933
7934 2006-09-12 Kim F. Storm <storm@cua.dk>
7935
7936 * simple.el (next-error-highlight, next-error-highlight-no-select):
7937 Fix spelling error.
7938
7939 * subr.el (sit-for): Rework to use input-pending-p and cond.
7940 Return nil input is pending on entry also for SECONDS <= 0.
7941 (while-no-input): Use input-pending-p instead of sit-for.
7942
7943 2006-09-11 Richard Stallman <rms@gnu.org>
7944
7945 * simple.el (next-error-highlight, next-error-highlight-no-select):
7946 Fix custom type and doc strings.
7947
7948 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7951 (diff-apply-hunk): Use it to ask for confirmation.
7952
7953 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7954
7955 * emacs-lisp/cl.el (pushnew): Add missing `,'.
7956
7957 2006-09-11 David Kastrup <dak@gnu.org>
7958
7959 * help.el (string-key-binding, describe-key-briefly)
7960 (describe-key): Remove `string-key-binding' and its callers since
7961 `key-binding' already caters for the proper lookup now.
7962
7963 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7966 (cfengine-mode): Use it. Fix \ syntax to be like /.
7967
7968 * bindings.el (mode-line-buffer-identification-keymap):
7969 Move initialization into declaration.
7970
7971 2006-09-10 Kim F. Storm <storm@cua.dk>
7972
7973 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7974 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7975 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7976 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
7977
7978 2006-09-10 Richard Stallman <rms@gnu.org>
7979
7980 * dired-aux.el: Handle errors in recursive copy usefully.
7981 (dired-create-files-failures): New variable.
7982 (dired-copy-file): Remove condition-case.
7983 (dired-copy-file-recursive): Check for errors on all file
7984 operations, and add them to dired-create-files-failures.
7985 Check file file-date-erorr here too.
7986 (dired-create-files): Check dired-create-files-failures
7987 and report those errors too.
7988
7989 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7990
7991 * subr.el (add-to-list): New argument COMPARE-FN.
7992
7993 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7994
7995 * filecache.el (file-cache-add-directory)
7996 (file-cache-add-directory-list, file-cache-add-file)
7997 (file-cache-add-directory-using-find)
7998 (file-cache-add-directory-using-locate)
7999 (file-cache-add-directory-recursively): Add autoloads.
8000
8001 2006-09-09 Richard Stallman <rms@gnu.org>
8002
8003 * textmodes/conf-mode.el (conf-space-mode):
8004 Use hack-local-variables-hook instead of calling hack-local-variables.
8005 (conf-space-keywords-override): New variable.
8006 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8007 (conf-space-mode): Always make conf-space-keywords and
8008 conf-space-keywords-override local.
8009 Call conf-space-mode-internal directly as well as via hook.
8010
8011 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8012
8013 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8014 quasi-keywords.
8015
8016 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8019 (python-send-string): Be slightly more careful about adding \n.
8020
8021 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8022 kill it right away anyway.
8023
8024 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8025
8026 * international/codepage.el (cp850-decode-table): Fix a few codes.
8027 (cp858-decode-table): New variable.
8028
8029 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8030
8031 * net/ldap.el (ldap-search-internal): Doc fix.
8032
8033 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8034
8035 * play/life.el (life-display-generation): Test for input manually if
8036 `sleeptime' is negative or null.
8037
8038 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8039 (print-region-1): Substitute `%s' with the page title.
8040
8041 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8042
8043 * locate.el (locate-current-search): New variable.
8044 (locate): Set buffer local value. Use current buffer if it is
8045 in Locate mode.
8046 (locate-mode): Disable undo here.
8047 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8048 (locate-update): Use locate-current-search and locate-current-filter.
8049
8050 2006-09-08 David Kastrup <dak@gnu.org>
8051
8052 * desktop.el (desktop-read): When loading a desktop, disable
8053 saving it while the load progresses, and switch off a pending lazy
8054 load by calling `desktop-lazy-abort'.
8055
8056 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8057
8058 * window.el (mouse-autoselect-window-timer)
8059 (mouse-autoselect-window-position)
8060 (mouse-autoselect-window-window)
8061 (mouse-autoselect-window-now): New vars.
8062 (mouse-autoselect-window-cancel)
8063 (mouse-autoselect-window-select)
8064 (mouse-autoselect-window-start): New functions.
8065 (handle-select-window): Call `mouse-autoselect-window-start' when
8066 delayed window autoselection is enabled.
8067
8068 * cus-start.el (mouse-autoselect-window): Handle delayed window
8069 autoselection.
8070
8071 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8072 commands after which it is allowed to print in the echo area.
8073
8074 2006-09-08 Richard Stallman <rms@gnu.org>
8075
8076 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8077
8078 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8079 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8080
8081 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8082 (cancel-timer-internal): Add doc string.
8083 (cancel-function-timers): Doc fix.
8084 (with-timeout-handler, timer-event-last*): Add doc strings.
8085
8086 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8087
8088 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8089
8090 * dired.el (dired-log-summary): Add doc string.
8091
8092 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8093 (custom-group-menu-create): Not here.
8094
8095 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8096
8097 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8098
8099 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8100
8101 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8102 (mac-apple-event-map): Define its handler.
8103
8104 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8105
8106 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8107
8108 2006-09-07 Magnus Henoch <mange@freemail.hu>
8109
8110 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8111 clause.
8112
8113 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8114
8115 * info.el (Info-index): Bind completion-ignore-case.
8116
8117 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8120 previous commit.
8121 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8122 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8123 burp in dedicated windows.
8124 (inferior-prolog-self-insert-command): New command.
8125 (inferior-prolog-mode-map): Use it.
8126
8127 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8128
8129 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8130
8131 * international/code-pages.el: Add cp858.
8132
8133 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8134
8135 * dnd.el: Fix bootstrapping.
8136
8137 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8138
8139 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8140 (dnd-open-remote-url): New function.
8141 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8142 not windows-nt.
8143
8144 2006-09-07 Jason Rumney <jasonr@gnu.org>
8145
8146 * dnd.el (dnd-open-remote-file-function): New variable.
8147 (dnd-open-unc-file): New function.
8148 (dnd-open-file): Call dnd-open-remote-file-function if set.
8149
8150 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8151
8152 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8153 pgg-passphrase-coding-system rather than locale-coding-system.
8154 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8155
8156 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * progmodes/prolog.el: Remove * in docstrings.
8159 (prolog-program-name): Add SWI prolog.
8160 (prolog-mode-menu): New menu.
8161 (prolog-mode): Set comment-add.
8162 (prolog-indent-line): Simplify. Use indent-line-to.
8163 (inferior-prolog-buffer): New var.
8164 (inferior-prolog-run, inferior-prolog-process): New funs.
8165 (run-prolog, switch-to-prolog): Rewrite, using them.
8166 (prolog-consult-region): Use inferior-prolog-buffer.
8167 (inferior-prolog-load-file): New function.
8168 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8169
8170 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8171 last word, if it's not the end of the paragraph.
8172
8173 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8174 file name.
8175
8176 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8177
8178 * frame.el (display-mm-dimensions-alist): New defcustom.
8179 (display-mm-height, display-mm-width): Use it.
8180
8181 2006-09-06 Simon Josefsson <jas@extundo.com>
8182
8183 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8184
8185 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8186
8187 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8188 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8189 string values.
8190
8191 2006-09-06 Kim F. Storm <storm@cua.dk>
8192
8193 * simple.el (line-move-partial): New function to do vscrolling for
8194 partially visible images / tall lines. Rewrite based on code
8195 previously in line-move. Simplify backwards vscrolling.
8196 (line-move): Use it. Simplify.
8197
8198 2006-09-05 Kim F. Storm <storm@cua.dk>
8199
8200 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8201
8202 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8203
8204 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8205 Process the `gcc-include' after the `gnu' rule.
8206
8207 2006-09-05 Kim F. Storm <storm@cua.dk>
8208
8209 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8210
8211 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8212
8213 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8214 compatibility.
8215
8216 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8217 inhibit-redisplay; encode passphrase with locale-coding-system.
8218
8219 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8220
8221 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8222
8223 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8224
8225 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8226 (gdb-var-list-children-regexp): Make type field optional.
8227
8228 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8229 e.g public, protected in C++.
8230
8231 2006-09-04 John Paul Wallington <jpw@pobox.com>
8232
8233 * simple.el (completion-show-help): New defcustom.
8234 (completion-setup-function): Heed it.
8235
8236 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8237
8238 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8239
8240 2006-09-04 Richard Stallman <rms@gnu.org>
8241
8242 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8243 (rsf-min-region-to-spam-list): Doc fix.
8244 (rsf-add-content-type-field): Doc fix.
8245
8246 * simple.el (kill-region): Explicitly test there is a region.
8247
8248 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8249
8250 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8251 sendmail in several common directories.
8252
8253 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8254
8255 * paths.el (sendmail-program): Removed.
8256
8257 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8258
8259 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8260 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8261 http://article.gmane.org/gmane.emacs.gnus.general/50457
8262
8263 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8266 mark after running the menu filter.
8267
8268 2006-09-03 Juri Linkov <juri@jurta.org>
8269
8270 * international/quail.el (quail-defrule-internal): Add a check
8271 if a key is a vector.
8272
8273 2006-09-02 Juri Linkov <juri@jurta.org>
8274
8275 * man.el (Man-topic-history): New variable.
8276 (man): Use it.
8277
8278 * woman.el (woman-topic-history): Change defvar to defvaralias
8279 for symbol `Man-topic-history'.
8280
8281 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8282 `comint-last-output-start' is a marker by using `markerp' and
8283 check if it has a position by using `marker-position', and use
8284 this position for `goto-char'.
8285
8286 * international/quail.el (quail-defrule-internal): Add missing
8287 `error' call for null key.
8288
8289 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8290
8291 * rcirc.el (rcirc-keywords): New variable.
8292 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8293 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8294 variables.
8295 (rcirc-responses-no-activity): New function.
8296 (rcirc-handler-generic): Check for responses in above.
8297 (rcirc-process-command): Add ?: character to arguments of raw
8298 server commands.
8299 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8300 `rcirc-dim-nicks'.
8301 (rcirc-gray-toggle): Remove unused variable.
8302 (rcirc-print): Remove some tracking logic, which is moved into
8303 markup functions.
8304 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8305 types.
8306 (rcirc-activity-string): Look for 'keyword in activity-types.
8307 (rcirc-window-configuration-change): Don't erase overlay-arrow
8308 unnecessarily.
8309 (rcirc-add-or-remove): New function.
8310 (rcirc-cmd-ignore): Use it.
8311 (rcirc-message-leader): Remove unused function.
8312 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8313 (rcirc-add-face): New function.
8314 (rcirc-facify): Use rcirc-add-face.
8315 (rcirc-url-regexp): Add parens.
8316 (rcirc-map-regexp): Remove function.
8317 (rcirc-mangle-regexp): Remove function.
8318 (rcirc-markup-text-functions): New variable.
8319 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8320 (rcirc-markup-body-text, rcirc-markup-attributes)
8321 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8322 (rcirc-markup-bright-nicks): New markup handler functions.
8323 (rcirc-nick-in-message-full-line): New face.
8324 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8325 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8326
8327 2006-09-02 Martin Rudalics <rudalics@gmx.at>
8328
8329 * cus-start.el (hscroll-margin, hscroll-step)
8330 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8331 (x-use-underline-position-properties): Change version to "22.1"
8332 since they will appear there for the first time.
8333
8334 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8337
8338 2006-08-31 Richard Stallman <rms@gnu.org>
8339
8340 * cus-edit.el (custom-save-variables): Slight cleanup.
8341 (Custom-no-edit): Renamed from custom-no-edit.
8342 (Custom-newline): Renamed from custom-newline.
8343 (custom-mode-map): Use new names.
8344
8345 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8346 about customization, rather than M-x customize, in the doc string
8347 made for the defcustom.
8348
8349 * emacs-lisp/trace.el (trace-function-background): Doc fix.
8350
8351 2006-08-31 Romain Francoise <romain@orebokech.com>
8352
8353 * dired-x.el (dired-guess-shell-alist-default): Update.
8354
8355 2006-08-31 Michael Mauger <mmaug@yahoo.com>
8356
8357 * custom.el (custom-theme-set-variables): Autoload packages before
8358 sorting the variables.
8359
8360 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
8361
8362 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8363 chars if XEmacs.
8364 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8365
8366 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * progmodes/python.el (python-eldoc-function): Re-enable quit while
8369 waiting for process.
8370
8371 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8372
8373 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8374 results in ASCII-only string, encode original one directly.
8375
8376 2006-08-29 Romain Francoise <romain@orebokech.com>
8377
8378 * startup.el (normal-splash-screen, fancy-splash-screens):
8379 Make buffer read-only and arrange to enter view mode if necessary.
8380
8381 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * hl-line.el (hl-line): New face.
8384 (hl-line-face): Use it.
8385
8386 * image-mode.el (image-mode): Fix last fix.
8387 Suggested by Kim F. Storm.
8388
8389 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8390
8391 Sync with Tramp 2.0.54.
8392
8393 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8394 of `=', because `tramp-get-remote-gid' might not always return an
8395 integer when expected.
8396 (tramp-register-file-name-handlers): `partial-completion-mode' is
8397 unknown to XEmacs.
8398 (tramp-time-diff): Don't use `floor', it might fail for large
8399 differences.
8400 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8401 `tramp-auto-save-directory' if unset in order to guarantee unique
8402 auto-save file names.
8403
8404 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8405
8406 * image-mode.el (image-mode): Display image as text on a terminal.
8407
8408 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * progmodes/python.el (python-send-command): Simplify.
8411 (run-python): Don't generate a new buffer unless `new' was specified.
8412 Make sure we send `import emacs' to the proper process.
8413
8414 * progmodes/python.el (python-send-command): Don't wait for the command
8415 to terminate. Don't fiddle with compilation-parsing-end.
8416
8417 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8420 Insert commentary after first line summary.
8421
8422 * woman.el (woman-follow): New function, based on `man-follow'.
8423 (woman-mode-map): Use it.
8424
8425 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8426 since ibuffer-do-sort-by-recency does not define a sorter.
8427
8428 2006-08-28 Kim F. Storm <storm@cua.dk>
8429
8430 * find-dired.el (find-dired): Use shell-quote-argument to properly
8431 escape ( and ) args. Also use it on {} and ; args in default
8432 value of find-ls-option string.
8433 (find-grep-dired): Use shell-quote-argument on {} and ; args.
8434
8435 2006-08-27 Michael Olson <mwolson@gnu.org>
8436
8437 * emacs-lisp/tq.el: Small grammar fix in comments.
8438 (tq-enqueue): Check for existence of queue rather than the
8439 head queue item's question, which was a no-op.
8440 (tq-filter, tq-process-buffer): Make sure the process buffer
8441 exists before making it the current buffer.
8442
8443 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8444
8445 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8446 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8447 (special-event-map): Apply 2006-08-16 change for x-win.el.
8448
8449 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * progmodes/python.el (python-send-receive): Wait in the
8452 process's buffer so as to check the right buffer-local variables.
8453
8454 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8457 (defgroup checkdoc): Move to beginning.
8458
8459 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8460 (python-preoutput-continuation): Remove.
8461 (python-preoutput-filter): Simplify correspondingly.
8462 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
8463 Loop around to catch embedded _emacs_out output.
8464 (run-python): Send the import&print command on a single line.
8465 (python-send-command): Send command&print on a single line.
8466 (python-send-string): Only add double \n if needed.
8467 (python-send-receive): Loop until the result comes.
8468 (python-mode-running): Defvar it.
8469 (python-setup-brm): Remove unused var `menu'.
8470 Only bind py-mode-map and `features' around brm-init.
8471 (python-calculate-indentation): Remove unused var `point'.
8472 (python-beginning-of-defun): Remove unused var `def-line'.
8473
8474 2006-08-25 Richard Stallman <rms@gnu.org>
8475
8476 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8477
8478 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
8479
8480 * viper.el (viper-set-hooks): Use frame bindings for
8481 viper-vi-state-cursor-color.
8482 (viper-non-hook-settings): Don't set default
8483 mode-line-buffer-identification.
8484
8485 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8486 (viper-set-cursor-color-according-to-state)
8487 (viper-get-saved-cursor-color-in-replace-mode)
8488 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8489 viper-emacs-state-cursor-color.
8490
8491 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8492 (viper-undo): Use point if undo-beg-posn is nil.
8493 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8494 (viper-after-change-undo-hook): Don't use
8495 viper-emacs-state-cursor-color by default.
8496 (viper-undo): More sensible positioning after undo.
8497
8498 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8499 (viper-emacs-state-cursor-color): Default to nil, since this feature
8500 doesn't work well yet.
8501
8502 * ediff-mult.el (ediff-intersect-directories)
8503 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8504 always expand filenames.
8505
8506 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * tumme.el: Remove * in defcustoms's docstrings.
8509
8510 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8511
8512 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8513 Accept internal time format for SECS arg.
8514 (timer-relative-time): Doc fix.
8515
8516 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8517 adapted from Martin Rudalics.
8518 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8519 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8520 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8521 using sit-for.
8522
8523 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
8524
8525 * cus-start.el (all): Add `overline-margin' and
8526 `x-underline-at-descent-line'.
8527
8528 2006-08-24 Kim F. Storm <storm@cua.dk>
8529
8530 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8531 to mean "use find -exec"; nil now unambiguously means auto-detect.
8532 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8533 Use shell-quote-argument to build grep-find-command and
8534 grep-find-template.
8535 (rgrep): Use shell-quote-argument to properly quote arguments to find.
8536 Reported by Tom Seddon.
8537
8538 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
8539
8540 * startup.el (fancy-splash-head): Give instructions for dismissing
8541 the splash screen for default startup too.
8542 (display-startup-echo-area-message, fancy-splash-screens)
8543 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
8544 all splash text at once and keep the splash buffer around.
8545 (command-line-1): Give display-startup-echo-area-message a t arg.
8546
8547 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
8548
8549 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8550 gnus frame is selected.
8551
8552 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
8553
8554 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8555
8556 2006-08-22 Kim F. Storm <storm@cua.dk>
8557
8558 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8559 Add suffix matching for subdirs.
8560
8561 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8562
8563 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8564 mouse-yank-at-point is non-nil.
8565
8566 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
8567
8568 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8569 a bit wider and remove fringes to fit initial output on line.
8570
8571 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * frame.el (blink-cursor-end): Only ignore the error we care about.
8574 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8575
8576 2006-08-21 Richard Stallman <rms@gnu.org>
8577
8578 * whitespace.el (whitespace-cleanup): Doc fix.
8579
8580 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
8581
8582 * net/rcirc.el (rcirc-show-maximum-output): New var.
8583 (rcirc-buffer-process): If no buffer argument is supplied, use
8584 current-buffer.
8585 (rcirc-complete-nick): Complete to the last completed nick first.
8586 (rcirc-mode): Preserve the value of `rcirc-urls' across
8587 connections. Setup scroll function.
8588 (rcirc-scroll-to-bottom): New function.
8589 (rcirc-print): Use nick syntax around regexp work.
8590 Notice dim-nicks speaking only if they say our nick.
8591 (rcirc-update-activity-string): Do not show the modeline indicator
8592 if there are no live rcirc processes.
8593 (rcirc-cmd-ignore): Ignore case.
8594 (rcirc-browse-url-at-point): Fix off-by-one error.
8595
8596 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * progmodes/python.el: Remove * in defcustom docstrings.
8599 (run-python, python-proc, python-try-complete): Use derived-mode-p.
8600 (python-mode): Set tab-width and indent-tabs-mode.
8601
8602 2006-08-20 Dave Love <fx@gnu.org>
8603
8604 * progmodes/python.el: Update to Dave Love's latest version.
8605 (python-font-lock-keywords, python-mode): Don't use
8606 font-lock-syntax-table, but match symbol elements explicitly instead.
8607 (python-mode-map): Add help, and a few more key bindings.
8608 (python-skip-comments/blanks): Move out of comments as well.
8609 (python-continuation-line-p): Behave better with unbalanced parens.
8610 (python-blank-line-p): New fun.
8611 (python-open-block-statement-p): Don't use a heuristic.
8612 (python-outdent-p): Better handle blocks-in-the-same-line.
8613 (python-calculate-indentation): Misc improvements.
8614 (python-comment-indent): Remove.
8615 (python-block-pairs): New var.
8616 (python-first-word): New fun.
8617 (python-indentation-levels): Handle more common cases.
8618 (python-indent-line-1): Add `leave' argument.
8619 (python-indent-region): New fun.
8620 (python-skip-out): New fun.
8621 (python-beginning-of-statement, python-end-of-statement): Use it.
8622 (python-next-statement): Return correct count even at eob.
8623 (python-end-of-block): Fix paren-typo.
8624 (python-imenu-create-index): Add module variables.
8625 (run-python): Add `new' arg.
8626 Check we're at a prompt before returning.
8627 (python-send-command): Move to end of buffer.
8628 Wait for prompt to return.
8629 (python-set-proc): New fun.
8630 (python-imports): New var.
8631 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
8632 (python-eldoc-function): Try to move out of arg list.
8633 (python-outline-level): Offset by 1.
8634 (python-find-imports): New fun.
8635 (python-symbol-completions): Use python-imports.
8636 (python-module-path, ffap-alist): Add support for ffap.
8637 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8638 (python-insert-*, python-default-template, python-expand-template):
8639 Add templates/skeletons.
8640 (python-setup-brm): Support for Bicycle Repair Man.
8641 (python-abbrev-syntax-table): New var.
8642 (python-abbrev-pc-hook, python-pea-hook): New funs.
8643
8644 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
8645
8646 * frame.el (blink-cursor-start): Set timer first.
8647 (blink-cursor-end): Ignore timer cancelling errors.
8648 Suggested by Ken Manheimer.
8649
8650 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
8651
8652 * newcomment.el (comment-box): Call `comment-normalize-vars'.
8653 Add autoload cookie.
8654
8655 2006-08-20 Richard Stallman <rms@gnu.org>
8656
8657 * simple.el (line-number-at-pos): Doc fix.
8658
8659 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8660 timer-activate-when-idle, so timer can run before Emacs becomes
8661 non-idle again.
8662
8663 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8664
8665 * whitespace.el (whitespace-cleanup-internal): New optional arg
8666 REGION-ONLY. If it's non-nil, modify the message to the user
8667 accordingly.
8668 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8669 a non-nil argument.
8670
8671 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
8672
8673 * rect.el (spaces-string): Simplify and add doc string.
8674
8675 2006-08-17 Romain Francoise <romain@orebokech.com>
8676
8677 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8678
8679 2006-08-17 Richard Stallman <rms@gnu.org>
8680
8681 * compare-w.el (compare-windows): lambda's take an arg and pass
8682 it to compare-windows-skip-whitespace.
8683
8684 2006-08-17 Martin Rudalics <rudalics@gmx.at>
8685
8686 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8687 the right buffer.
8688
8689 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8692 removed files.
8693
8694 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
8695
8696 * progmodes/gdb-ui.el (gdb-locals-watch-map)
8697 (gdb-locals-watch-map-1): Suppress keymap first.
8698 (gdb-edit-locals-map-1): New variable.
8699 (gdb-edit-locals-value): New function.
8700 (gdb-stack-list-locals-handler): Use them.
8701
8702 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8705 cursor would normally be drawn in the fringe.
8706
8707 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8708 Reported by Martin Rudalics <rudalics@gmx.at>.
8709
8710 2006-08-16 Richard Stallman <rms@gnu.org>
8711
8712 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8713 (special-event-map): Process drag-n-drop events this way.
8714
8715 * simple.el (move-beginning-of-line): Test whether fields
8716 would prevent motion back to line's first visible character.
8717 If so, stop where the fields would stop the motion.
8718
8719 * newcomment.el (comment-indent): Fully update INDENT
8720 before checking to see if it will change the text.
8721
8722 * cus-edit.el (custom-newline): New function.
8723 (custom-mode-map): Bind newline to custom-newline.
8724
8725 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8726 into ignore-whitespace.
8727 Check each buffer for its skip-function.
8728 Handle compare-windows-skip-whitespace special-case test
8729 by returning t from default skip function.
8730
8731 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8732
8733 * textmodes/org.el (org-clock-special-range)
8734 (org-clock-update-time-maybe): New functions.
8735 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8736 not only a-z.
8737 (org-agenda-get-blocks): Allow multiple blocks per headline.
8738 (org-timestamp-change): Call `org-clock-update-time-maybe'.
8739 (org-export-html-title-format)
8740 (org-export-html-toplevel-hlevel): New options.
8741 (org-export-language-setup): Add support for Czech.
8742 (org-mode, org-insert-todo-heading, org-find-visible)
8743 (org-find-invisible, org-invisible-p, org-invisible-p2)
8744 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8745 (org-show-subtree, org-show-entry, org-make-options-regexp):
8746 Remove compatibility support for old outline-mode.
8747 (org-check-occur-regexp): Funtion removed.
8748 (org-on-heading-p, org-back-to-heading): Made defalias.
8749 (org-set-local): New defsubst.
8750 (org-set-regexps-and-options, org-mode)
8751 (org-set-font-lock-defaults, org-edit-agenda-file-list)
8752 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8753 (org-remember-apply-template, org-table-edit-field)
8754 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8755 (org-set-autofill-regexps): Use `org-set-local'.
8756 (org-table-eval-formula): Fix bug with parsing of display flags.
8757
8758 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
8759
8760 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8761 frame with fringe arrow. Suggested by Simon Marshall
8762 <simon.marshall@misys.com>.
8763 (gdb-stack-position): New variable.
8764 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8765 (gdb-frames-mode): Set gdb-stack-position to nil.
8766 Add to overlay-arrow-variable-list
8767 (gdb-reset): Delete gdb-stack-position from above list.
8768
8769 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8770
8771 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8772 read only.
8773
8774 2006-08-13 Romain Francoise <romain@orebokech.com>
8775
8776 * cus-theme.el (customize-create-theme)
8777 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8778
8779 * filesets.el (filesets-add-buffer): Ditto.
8780
8781 * pcvs.el (cvs-change-cvsroot): Ditto.
8782
8783 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
8784
8785 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8786 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8787 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8788 expressions.
8789 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8790 Only search till end of line.
8791 Add face to function names in case of no filename.
8792 Add face to variable names of watchpoints.
8793
8794 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8795
8796 * cus-start.el <indent-tabs-mode>: Move to the `indent'
8797 customization group.
8798
8799 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
8800
8801 * allout.el (allout-prior-bindings, allout-added-bindings):
8802 Remove, after long deprecation.
8803 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8804 Add customization vars controlling allout-beginning-of-line and
8805 allout-end-of-line conveniences.
8806 (allout-header-prefix, allout-use-mode-specific-leader)
8807 (allout-use-mode-specific-leader, allout-mode-leaders):
8808 Revise docstrings.
8809 (allout-infer-header-lead): Change to be an alias for
8810 allout-infer-header-lead-and-primary-bullet.
8811 (allout-infer-header-lead-and-primary-bullet): New version of
8812 allout-infer-header-lead which assigns the primary bullet to the
8813 same as the header lead, when its being changed.
8814 (allout-infer-body-reindent): Apply regexp-quote instead of
8815 unconditionally prepending "\\", so that all literal
8816 allout-header-prefix and allout-primary-bullet strings are
8817 properly handled.
8818 (allout-add-resumptions): Add optional qualifier for extending or
8819 appending to existing values, rather than replacing them.
8820 (allout-view-change-hook): Clarify docstring.
8821 (allout-exposure-change-hook): Take explicit arguments, via
8822 run-hook-with-args.
8823 (allout-structure-added-hook)
8824 (allout-structure-deleted-hook)
8825 (allout-structure-shifted-hook): New hooks analogous to
8826 allout-exposure-change-hook for other kinds of structural outline
8827 edits.
8828 (allout-encryption-plaintext-sanitization-regexps): New encryption
8829 customization variable, by which cooperating modes can provde
8830 massage of the plaintext without actually being passed it.
8831 (allout-encryption-ciphertext-rejection-regexps)
8832 (allout-encryption-ciphertext-rejection-ceiling): New encryption
8833 customization variables, by which cooperating modes can prohibit
8834 rare but possible ciphertext patterns from fouling their
8835 operation, with actually being passed the ciphertext.
8836 (allout-mode): Run activation and deactivation hooks after the
8837 minor-mode variable has been toggled, to clarify the mode
8838 disposition. The new encryption ciphertext rejection variable is
8839 used to ensure that the ciphertext does not contain text that
8840 would be recognized as outline structural elements by allout.
8841 Substite allout-beginning-of-line and allout-end-of-line for
8842 conventionall beginning-of-line and end-of-line bindings.
8843 If allout-old-style-prefixes is non-nil, don't nullify it on mode
8844 activation!
8845 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8846 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8847 (allout-chart-subtree): Implement new mode, charting only the
8848 visible items in the subtree, when new 'visible' parameter is non-nil.
8849 (allout-end-of-subtree): Properly handle the last item in the buffer.
8850 (allout-pre-command-business, allout-command-counter):
8851 Increment an advertised counter so that cooperating enhancements can
8852 track revisions of items.
8853 (allout-open-topic): Run allout-structure-added-hook with suitable
8854 arguments.
8855 (allout-shift-in): Run allout-structure-shifted-hook with suitable
8856 arguments.
8857 (allout-shift-out): Fix doubling for negative args and ensure call
8858 of allout-structure-shifted-hook by solely using allout-shift-in.
8859 (allout-kill-line, allout-kill-topic):
8860 Run allout-structure-deleted-hook with suitable arguments.
8861 (allout-yank-processing): Run allout-structure-added-hook with
8862 proper arguments.
8863 (allout-yank): Enclose activity in allout-unprotected.
8864 (allout-flag-region): Run allout-exposure-change-hook with
8865 suitable arguments, instead of making the callee infer the arguments.
8866 (allout-encrypt-string):
8867 Support allout-encryption-plaintext-sanitization-regexps,
8868 allout-encryption-ciphertext-rejection-regexps, and
8869 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
8870 en/de cryption mode in symmetric encryption failure message.
8871 (allout-obtain-passphrase): Use copy-sequence to get a distinct
8872 copy of the passphrase, and don't zero it or we'll corrupt the
8873 stashed copy.
8874 (allout-create-encryption-passphrase-verifier)
8875 (allout-verify-passphrase): Respect the new signature for
8876 allout-encrypt-string.
8877 (allout-get-configvar-values): Convenience for getting a
8878 configuration variable value and handling its absence gracefully.
8879
8880 2006-08-11 Romain Francoise <romain@orebokech.com>
8881
8882 * obsolete/zone-mode.el: Delete.
8883
8884 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8887
8888 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
8889
8890 * emacs-lisp/bindat.el (bindat-ip-to-string):
8891 Use `format-network-address' if possible.
8892
8893 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8894
8895 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8896
8897 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
8898
8899 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8900 restore unread-command-events here.
8901 (edebug-display): Do it here, to detect sit-for interruptions.
8902
8903 2006-08-10 Romain Francoise <romain@orebokech.com>
8904
8905 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8906 (dns-mode-soa-auto-increment-serial): New user option.
8907 (dns-mode-soa-maybe-increment-serial): New function.
8908 (dns-mode): Add the latter to `write-contents-functions'.
8909
8910 * obsolete/zone-mode.el: Move to obsolete/ from net/.
8911 Delete autoload cookies.
8912
8913 2006-08-10 John Wiegley <johnw@newartisans.com>
8914
8915 * eshell/em-glob.el (eshell-glob-chars-list)
8916 (eshell-glob-translate-alist): Add support for [^g] in character globs.
8917
8918 2006-08-10 Richard Stallman <rms@gnu.org>
8919
8920 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8921 (facemenu-set-face): Doc fix.
8922 (facemenu-listed-faces): Doc fix.
8923
8924 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
8925
8926 * avoid.el (mouse-avoidance-animating-pointer): New var.
8927 (mouse-avoidance-nudge-mouse): Use it.
8928 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8929 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8930 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8931 Don't activate if currently animating. All callers changed.
8932
8933 2006-08-09 John Wiegley <johnw@newartisans.com>
8934
8935 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8936 variable, which causes timeclock to report elapsed time worked,
8937 instead of just work remaining.
8938
8939 2006-08-09 Kenichi Handa <handa@m17n.org>
8940
8941 * international/latexenc.el (latexenc-find-file-coding-system):
8942 Fix for the case that the 2nd element of arg-list is a cons.
8943
8944 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
8945
8946 * info.el (Info-fontify-node): Handle preceding `in' for note
8947 reference hiding rules.
8948
8949 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8952 mistake a closing " for an opening one.
8953
8954 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8955
8956 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8957
8958 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * complete.el (PC-do-completion): Filter out completions matching
8961 completion-ignored-extensions before checking whether there are
8962 multiple completions.
8963 Don't use `list' unnecessarily when building completion tables.
8964
8965 2006-08-06 Richard Stallman <rms@gnu.org>
8966
8967 * help.el (describe-mode): Make minor mode list more concise.
8968
8969 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
8970
8971 * bindings.el: Give mode-line-format, mode-line-modes, and
8972 mode-line-position `standard-value' properties.
8973
8974 2006-08-05 Eli Zaretskii <eliz@gnu.org>
8975
8976 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8977 "(file)node" instead of the file name.
8978
8979 2006-08-05 Richard Stallman <rms@gnu.org>
8980
8981 * faces.el (escape-glyph): Doc fix.
8982
8983 2006-08-04 Kenichi Handa <handa@m17n.org>
8984
8985 * international/mule-diag.el (describe-font): Improve docstring
8986 and error message. Use frame-parameter (not frame-parameters).
8987
8988 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8991 Correctly mark the end-of-docstring char.
8992
8993 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
8994
8995 * simple.el (line-move-to-column): Constrain move-to-column to
8996 current field.
8997
8998 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * font-lock.el (font-lock-beg, font-lock-end)
9001 (font-lock-extend-region-functions): New vars.
9002 (font-lock-extend-region-multiline)
9003 (font-lock-extend-region-wholelines): New functions.
9004 (font-lock-default-fontify-region): Use them.
9005 (font-lock-extend-jit-lock-region-after-change): Only round up
9006 if font-lock-default-fontify-region will do it as well.
9007
9008 * font-lock.el (font-lock-extend-after-change-region-function):
9009 Rename from font-lock-extend-region-function.
9010 (font-lock-extend-region): Remove by inlining at call sites.
9011 (font-lock-after-change-function): Don't needlessly round up to a whole
9012 number of lines.
9013 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9014 the boundary conditions and the interactions between the various ways
9015 to extend the region.
9016
9017 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9020 modification status when forcing the second redisplay.
9021
9022 2006-08-03 Kim F. Storm <storm@cua.dk>
9023
9024 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9025
9026 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9029 doesn't look like a file name.
9030
9031 * complete.el (PC-expand-many-files): Avoid signalling an error when
9032 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9033
9034 2006-08-02 Andreas Schwab <schwab@suse.de>
9035
9036 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9037
9038 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9039
9040 * bindings.el (map): Make mode-line-buffer-identification-keymap
9041 before defining propertized-buffer-identification.
9042
9043 2006-08-01 Richard Stallman <rms@gnu.org>
9044
9045 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9046
9047 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9050 default value.
9051 (gdb-find-source-frame): New function.
9052 (menu): Add to menu bar.
9053
9054 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * font-core.el (font-lock-extend-region-function)
9057 (font-lock-extend-region): Move to font-lock.el.
9058
9059 * font-lock.el (font-lock-extend-region-function)
9060 (font-lock-extend-region): Move from font-core.el. Simplify.
9061
9062 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9063 if needed.
9064 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9065 (jit-lock-after-change-extend-region-functions): New hook.
9066 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9067
9068 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9069 (font-lock-turn-on-thing-lock): Use it.
9070
9071 * longlines.el (longlines-show-region): Make it work on read-only
9072 buffers as well.
9073
9074 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9075
9076 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9077
9078 2006-07-31 Richard Stallman <rms@gnu.org>
9079
9080 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9081 (vhdl-speedbar-display-projects): Update old obsolete
9082 speedbar variable names.
9083
9084 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9085
9086 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9087 (gdb-stopped): Use it.
9088
9089 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9090
9091 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9094 for load-history elements.
9095
9096 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9097
9098 * files.el (convert-standard-filename): For Cygwin, replace
9099 characters not allowed in Windows file names.
9100 (make-auto-save-file-name): Add Cygwin to the list of systems
9101 where the auto-save file name needs to be run through
9102 convert-standard-filename.
9103
9104 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9105
9106 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9107
9108 2006-07-28 Richard Stallman <rms@gnu.org>
9109
9110 * bindings.el (mode-line-frame-identification)
9111 (propertized-buffer-identification): Centralize the code
9112 to initialize the variable.
9113
9114 * progmodes/grep.el (grep-default-command): Catch errors from
9115 wildcard-to-regexp.
9116
9117 2006-07-29 Kim F. Storm <storm@cua.dk>
9118
9119 * progmodes/grep.el (grep-tag-default): New function.
9120 (grep-default-command, grep-read-regexp): Use it.
9121 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9122 as default if nothing else applies.
9123
9124 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9125
9126 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9127 Throw error if buffer is not in Dired and Wdired mode, respectively.
9128
9129 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9132 self-insert-command keys don't activate buttons.
9133 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9134
9135 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9136
9137 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9138 faces for enable character.
9139
9140 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9141
9142 * Makefile.in (recompile): Update comment to reflect change
9143 on 2004-04-21.
9144
9145 2006-07-27 Richard Stallman <rms@gnu.org>
9146
9147 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9148 (customize-package-emacs-version): Change msg when pkg has no entry.
9149 (custom-no-edit): On a button, do like widget-button-press.
9150
9151 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9152
9153 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9154 S-tab and C-S-tab.
9155
9156 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9157
9158 * progmodes/which-func.el (which-function): Fix documentation/
9159 comment typo.
9160
9161 2006-07-26 Richard Stallman <rms@gnu.org>
9162
9163 * textmodes/ispell.el (ispell-word): If we replace the word,
9164 move point to the end. Insert before deleting.
9165
9166 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9167
9168 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9169 a timer.
9170
9171 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9172
9173 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9174 when at first image.
9175 (tumme-forward-image): Add prefix argument. Add error when at last
9176 image.
9177
9178 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * tabify.el (tabify-regexp): Use more specific regexps.
9181 (tabify): Avoid modifying the buffer unnecessarily.
9182
9183 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9184
9185 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9186 (tumme-format-properties-string): Handle empty `buf'.
9187 (tumme-get-comment): Change variable names inside `let'.
9188 Add missing `let' variable that cause font-lock problems.
9189 (tumme-write-comments): Change variable names inside `let'.
9190 Add missing `let' variable that cause font-lock problems.
9191 (tumme-forward-image): Rename from `tumme-forward-char'.
9192 (tumme-backward-image): Rename from `tumme-backward-char'.
9193
9194 2006-07-25 Masatake YAMATO <jet@gyve.org>
9195
9196 * progmodes/ld-script.el (ld-script-keywords)
9197 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9198 and add comments.
9199
9200 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9201
9202 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9203 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9204 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9205 for status indicator.
9206
9207 2006-07-24 Richard Stallman <rms@gnu.org>
9208
9209 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9210
9211 * subr.el (dolist, dotimes): Use interned symbols for locals.
9212 (--dotimes-limit--, --dolist-tail--): New defvars.
9213 (looking-back): Doc fix.
9214
9215 * replace.el (replace-match-string-symbols): Handle dotted lists.
9216
9217 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9218
9219 * tumme.el (tumme-write-tags): Add.
9220 (tumme-write-comments): Add.
9221 (tumme-tag-files): Change to use `tumme-write-tags'.
9222 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9223 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9224 (tumme-save-information-from-widgets): Change to use
9225 `tumme-write-comments' and `tumme-write-tags'.
9226 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9227 (tumme-write-tag): Remove.
9228 (tumme-write-comment): Remove.
9229 (tumme-display-previous-thumbnail-original): Remove empty line.
9230 (tumme-widget-list): Add punctuation.
9231
9232 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9233
9234 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9235
9236 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9237
9238 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9239 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9240 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9241
9242 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9243
9244 * mouse.el (mouse-on-link-p): Doc fix.
9245
9246 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9247
9248 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9249 Handle "C-h f `".
9250
9251 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9252
9253 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9254 column.
9255
9256 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9257
9258 * textmodes/table.el: Add move-beginning-of-line and
9259 move-end-of-line to Point Motion Only Group.
9260
9261 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9262
9263 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9264
9265 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9266
9267 * startup.el (user-mail-address): Initialize from the `EMAIL'
9268 environment variable first. Document this.
9269 (command-line): Ditto.
9270
9271 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9272
9273 * help-mode.el (help-function-def, help-variable-def)
9274 (help-face-def): Print a message in the minibuffer.
9275
9276 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9277
9278 * term/xterm.el (terminal-init-xterm): Fix key bindings
9279 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9280
9281 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9282
9283 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9284 where `(nth 1 command)' is a cons cell. Doc fix.
9285
9286 * textmodes/po.el (po-find-charset): Doc fix.
9287
9288 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9289
9290 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9291 (allout-beginning-of-current-line, allout-end-of-current-line)
9292 (allout-next-visible-heading, allout-open-topic)
9293 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9294 (allout-flag-current-subtree, allout-show-to-offshoot)
9295 (allout-hide-current-entry, allout-show-current-branches)
9296 (allout-hide-region-body, allout-old-expose-topic)
9297 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9298 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9299 containing `beginning-of-line' and `end-of-line' with
9300 `inhibit-field-text-motion' t.
9301
9302 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9303
9304 * frame.el (focus-follows-mouse): Document that it doesn't have
9305 any effect on MS-Windows.
9306
9307 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9310
9311 2006-07-20 Jay Belanger <belanger@truman.edu>
9312
9313 * calc.el (calc-previous-alg-entry): Remove variable.
9314
9315 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9316 New variables.
9317 (calc-alg-entry): Use `calc-alg-entry-history'.
9318 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9319 Remove reference to `calc-previous-alg-entry'.
9320 (calcAlg-edit, calcAlg-enter): Remove reference to
9321 `calc-previous-alg-entry'.
9322 (calcAlg-previous): Use `previous-history-element' instead of
9323 `calc-previous-alg-entry'.
9324 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9325 Change keybinding for `calcAlg-plus-minus', add keybindings for
9326 `previous-history-element' and `next-history-element'.
9327
9328 * calc-rewr.el (calc-match): Remove reference to
9329 `calc-previous-alg-entry'.
9330
9331 * calc-sel.el (calc-selection-history): New variable.
9332 (calc-enter-selection, calc-sel-mult-both-sides)
9333 (calc-sel-add-both-sides): Use `calc-selection-history'.
9334
9335 * calc-map.el (calc-get-operator-history): New variable.
9336 (calc-get-operator): Use `calc-get-operator-history'.
9337
9338 * calcalg3.el (calc-curve-fit-history): New variable.
9339 (calc-curve-fit): Use `calc-curve-fit-history'.
9340
9341 2006-07-20 Kenichi Handa <handa@m17n.org>
9342
9343 * international/mule-cmds.el (select-safe-coding-system): Fix the
9344 way of deciding eol-type of the coding system.
9345
9346 2006-07-20 Alan Mackenzie <acm@muc.de>
9347
9348 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9349 (c-lang-setvar): New macro.
9350 (c-make-init-lang-vars-fun): Use the initialization forms in
9351 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9352 (comment-start, comment-end, comment-start-skip): Change these from
9353 c-lang-defvar's to c-lang-setvar's.
9354
9355 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9356 which calls make-local-variable on the elements of
9357 c-emacs-variable-inits.
9358 (c-init-language-vars-for): Call this new macro.
9359
9360 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9363 Try to rule out false positives due to time stamps.
9364 (compilation-mode-font-lock-keywords): Remove rules made redundant
9365 because of the above change. Add `segmentation fault' to the known and
9366 highlighted compilation termination messages.
9367
9368 2006-07-19 Kim F. Storm <storm@cua.dk>
9369
9370 * progmodes/grep.el (grep-find-ignored-directories):
9371 Add .svn and _darcs to list.
9372
9373 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
9374
9375 * dired.el (dired-mode-map): Add key binding `C-te' for
9376 `tumme-dired-edit-comment-and-tags'.
9377
9378 * tumme.el (tumme-display-thumbnail-original-image): Make sure
9379 image display buffer is displayed before call to
9380 `tumme-display-image.
9381 (tumme-dired-display-image): Make sure image display buffer is
9382 displayed before call to `tumme-display-image.
9383 (tumme-mouse-display-image): Make sure image display buffer is
9384 displayed before call to `tumme-display-image.
9385 (tumme-widget-list): Add.
9386 (tumme-dired-edit-comment-and-tags): Add.
9387 (tumme-save-information-from-widgets): Add.
9388
9389 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9392
9393 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * progmodes/sh-script.el (sh-font-lock-keywords-1):
9396 Revert inadvertently installed patch hunk.
9397
9398 * progmodes/compile.el (compilation-find-file): Handle the
9399 cases where the user selects a non-existent file.
9400
9401 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9404
9405 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * subr.el (sit-for): Just sleep-for if noninteractive.
9408
9409 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * emacs-lisp/autoload.el (make-autoload): Use new arg.
9412
9413 * custom.el (custom-autoload): Add `noset' argument.
9414 (custom-push-theme): Don't autoload the variable, let callers do it.
9415 (custom-theme-set-variables): Autoload the variable if necessary.
9416
9417 * cus-edit.el (custom-variable-state-set): If the variable was
9418 originally set outside custom, but to the same value as the default,
9419 consider it to be standard.
9420
9421 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9422 file *before* telling Emacs to add the autoloads, in case it fails.
9423
9424 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9425 Use `cond', push', and `dolist'.
9426
9427 2006-07-17 Richard Stallman <rms@gnu.org>
9428
9429 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9430 Add defvars to silence warnings.
9431
9432 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9433
9434 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9435 Don't highlight "Compiling file" messages as error.
9436
9437 * dired-aux.el (dired-compress-file): Confirm again if gzipped
9438 file already exists.
9439
9440 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
9441
9442 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
9443 entry, don't assign to free var; simply return the extracted filename.
9444 (ff-treat-as-special): Incorporate common preamble from callers.
9445 (ff-other-file-name, ff-find-the-other-file):
9446 Update call to ff-treat-as-special.
9447
9448 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9449
9450 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
9451
9452 * tumme.el (tumme-get-comment): Fix bug.
9453
9454 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * files.el: Remove spurious * in docstrings.
9457
9458 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9459
9460 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9461 grammar.
9462 (allout-beginning-of-current-line): Beware beginning of buffer.
9463 Also, a comment is simplified.
9464 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9465 when appropriate. (This fix enables use for other than
9466 bullet-hotspot operation.)
9467 (allout-hide-current-subtree): While escalating to sibling-close,
9468 make sure to situate on a topic.
9469
9470 2006-07-14 Kim F. Storm <storm@cua.dk>
9471
9472 * emulation/cua-base.el (cua-delete-selection)
9473 (cua-toggle-set-mark): New defcustoms.
9474 (cua-rectangle-modifier-key): Add `alt' modifier.
9475 (cua-replace-region): Don't delete if cua-delete-selection is nil.
9476 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9477 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9478
9479 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9480
9481 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9482
9483 * allout.el: Require 'cl during byte-compilation/interactive load,
9484 for the `assert' macro.
9485 (allout-mode-deactivate-hook): New hook, run when allout mode
9486 deactivates.
9487 (allout-developer): New allout customization subgroup.
9488 (allout-run-unit-tests-on-load): New allout-developer
9489 customization variable, when true allout unit tests are run towards
9490 end of file load/eval.
9491 (allout-inhibit-auto-fill): Disable auto-fill activity even during
9492 auto-fill-mode.
9493 (allout-resumptions): Remove, to be replaced by...
9494 (allout-add-resumptions): Register variable settings to be
9495 reinstated by `allout-do-resumptions'. The settings are made
9496 buffer-local, but the locality/globality of the suspended setting
9497 is restored on resumption.
9498 (allout-do-resumptions): Reinstate all settings suspended using
9499 `allout-add-resumptions'.
9500 (allout-test-resumptions): Unit tests (and intermediate variables)
9501 for resumptions.
9502 (allout-tests-globally-unbound, allout-tests-globally-true)
9503 (allout-tests-locally-true): Intermediate variables for
9504 resumptions unit tests.
9505 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9506 (allout-exposure-category): Replaces 'allout-overlay-category variable.
9507 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9508 instead of retired `allout-resumptions'. For hook functions, use
9509 `local' parameter so hook settings are created and removed as
9510 buffer-local settings. Revise (resumptions) setting
9511 auto-fill-function so it is set only if already active. (The
9512 related fill-function settings are all made in either case, so
9513 that activating auto-fill-mode activity will have the custom
9514 allout-mode behaviors (hanging indent on topics, if configured for it).
9515 Remove all allout-exposure-category overlays on mode deactivation.
9516 (allout-hotspot-key-handler): New function extracted from
9517 `allout-pre-command-business', so the functionality can be used
9518 for other purposes, eg as a binding in an overlay.
9519 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9520 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9521 customization variable.
9522 (allout-run-unit-tests): Run the (currently quite small)
9523 repertoire of unit tests. Called just before the provide iff user
9524 has customized `allout-run-unit-tests-on-load' non-nil.
9525
9526 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9527
9528 * emacs-lisp/authors.el (authors-aliases): Update.
9529
9530 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9531
9532 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9533 gdb-source-window. Add dedicated argument.
9534 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9535 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9536 (gdb-display-threads-buffer, gdb-display-memory-buffer)
9537 (gdb-display-locals-buffer): Use it.
9538
9539 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9540 Set gdb-source-window.
9541
9542 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9545 minor modes, redundant with the custom-autoload line above.
9546
9547 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
9548
9549 * longlines.el (longlines-post-command-function): Handle open-line too.
9550
9551 2006-07-12 Richard Stallman <rms@gnu.org>
9552
9553 * progmodes/grep.el (grep-last-buffer): Doc fix.
9554
9555 * info.el (Info-try-follow-nearest-node): Doc fix.
9556
9557 * emacs-lisp/edebug.el (edebug-instrument-function):
9558 Err if find-function-noselect gives no position.
9559
9560 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9561 If can't find definition, return nil for position.
9562 (find-function-do-it): Handle new return value
9563 of find-definition-noselect.
9564 (find-definition-noselect, find-variable-noselect): Doc fix.
9565 (find-function-noselect): Doc fix.
9566
9567 * help-mode.el (help-variable-def): Handle find-variable-noselect
9568 returning no position.
9569 (help-function-def): Likewise for find-function-search-for-symbol.
9570 (help-face-def): Likewise.
9571
9572 * help-fns.el (describe-variable): Handle find-variable-noselect
9573 returning no position.
9574
9575 * files.el (locate-file-completion): Avoid duplicates in result.
9576
9577 * cus-edit.el (custom-no-edit): New command.
9578 (custom-mode-map): Remap to custom-no-edit instead of
9579 using suppress-keymap.
9580
9581 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
9582
9583 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9584 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9585 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9586
9587 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9588
9589 2006-07-11 Kim F. Storm <storm@cua.dk>
9590
9591 * ido.el (ido-copy-current-file-name): Use buffer-name if
9592 buffer-file-name is nil.
9593
9594 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
9595
9596 * simple.el (undo-ask-before-discard): Set to nil.
9597
9598 * vc.el (vc-exec-after): Don't delete process manually.
9599 (vc-print-log): Run log-view-mode in process sentinel inside
9600 inhibit-read-only. Don't shrink window due to timing issues.
9601
9602 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9603 Avoid using with-output-to-temp-buffer, which clobbers local vars.
9604
9605 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9608 Fix ambiguity introduced by last change.
9609 (compilation-find-file): Move save-excursion to where it may
9610 make sense. Fix a left over `find-file'.
9611
9612 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
9613
9614 * textmodes/texinfmt.el (texinfo-format-separate-node):
9615 Insert a string before point, which fits documentation, not after.
9616 (texinfo-multitable-item): In a multitable row, insert any
9617 additional needed @tabs and spaces.
9618
9619 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9622 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9623 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9624 instead of shell-command.
9625 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9626 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9627 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9628 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9629 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9630 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9631
9632 2006-07-11 Kim F. Storm <storm@cua.dk>
9633
9634 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
9635 Remove special case for seconds < 0. Use (redisplay t) instead.
9636
9637 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
9638
9639 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9640 avoid compilation error.
9641
9642 * subr.el (sit-for): New function.
9643
9644 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9645
9646 2006-07-10 Richard Stallman <rms@gnu.org>
9647
9648 * ldefs-boot.el (edebug): Update page.
9649
9650 2006-07-10 Kim F. Storm <storm@cua.dk>
9651
9652 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9653 to FOR-RELEASE and TODO.
9654
9655 2006-07-10 Romain Francoise <romain@orebokech.com>
9656
9657 * emacs-lisp/authors.el (authors-aliases): Update.
9658
9659 2006-07-10 Alan Mackenzie <acm@muc.de>
9660
9661 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9662 * cc-mode.el: Changes to eradicate eval-after-load.
9663
9664 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
9665
9666 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9667 on non-char events.
9668
9669 2006-07-09 Romain Francoise <romain@orebokech.com>
9670
9671 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9672 Don't highlight start/end markers as compilation messages.
9673
9674 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9675 to t.
9676
9677 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9680
9681 2006-07-08 Richard Stallman <rms@gnu.org>
9682
9683 * term/x-win.el (x-handle-display): Add doc string.
9684
9685 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9686
9687 * subr.el (def-edebug-spec): Move here.
9688 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9689
9690 * imenu.el (imenu-choose-buffer-index): Doc fix.
9691
9692 2006-07-08 Romain Francoise <romain@orebokech.com>
9693
9694 * term/x-win.el (x-display-name): Fix typo.
9695
9696 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9697
9698 * hexl.el (hexl-find-file): Doc fix.
9699
9700 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9701
9702 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
9703
9704 * term/x-win.el (x-display-name): Doc fix.
9705
9706 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9709 long prefixes.
9710 (fill-region-as-paragraph): Don't round up to a whole line.
9711 (fill-comment-paragraph): Don't include the code-before-the-comment
9712 when calling fill-region-as-paragraph.
9713
9714 * international/mule.el (make-char): Remove redundancy.
9715
9716 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9717 property may contain an anonymous function rather than a symbol.
9718
9719 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9720
9721 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9722 Use shy regexp. Fix incorrect backref to potentially unmatched group.
9723
9724 * dirtrack.el (dirtrack-default-directory-function): Remove.
9725 (dirtrack-directory-function): Use file-name-as-directory.
9726 (dirtrack-windows-directory-function): Simplify.
9727 (dirtrack-forward-slash, dirtrack-backward-slash)
9728 (dirtrack-replace-slash): Remove.
9729 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9730 (dirtrack): Fix wrong parenthesizing; use match-string.
9731
9732 * progmodes/octave-inf.el: Remove spurious * in docstrings.
9733 (inferior-octave-mode): Only change the buffer-local value of
9734 comint-dynamic-complete-functions.
9735 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9736 Move the initialization to the declaration.
9737 (inferior-octave-complete): Remove unused var `filter'.
9738
9739 * shell.el (shell-mode): Only change the buffer-local value of
9740 comint-dynamic-complete-functions.
9741
9742 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
9743
9744 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9745 entry is skipped because it has been scheduled.
9746 (org-prepare-agenda-buffers): Don't mark buffers as modified when
9747 changing `:org-archived' and `:org-comment' properties.
9748
9749 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
9750
9751 * server.el (server-select-display): Don't make the temp frame
9752 minibuffer-only, in case it's not a temp frame.
9753 (server-process-filter): Don't delete the temp frame if it's the
9754 only one we have on that display.
9755
9756 * files.el (find-alternate-file): Doc fix.
9757
9758 2006-07-05 Richard Stallman <rms@gnu.org>
9759
9760 * files.el (abbreviate-file-name): Add save-match-data.
9761
9762 2006-07-03 Richard Stallman <rms@gnu.org>
9763
9764 * faces.el (read-face-name): Doc fix.
9765
9766 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * net/goto-addr.el (goto-address): Mark as safe for local evals.
9769
9770 2006-07-05 Andre Spiegel <spiegel@gnu.org>
9771
9772 * vc.el (vc-diff-internal): Fix prev change.
9773
9774 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9775
9776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9777 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9778
9779 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9782 fails if the symbol contains chars like ( or '.
9783 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9784 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9785 `short'.
9786
9787 2006-07-04 Kenichi Handa <handa@m17n.org>
9788
9789 * international/mule-cmds.el (set-language-info): If LANG-ENV is
9790 the current one, don't call set-language-environment, but call one
9791 of set-language-environment-XXX to make INFO effective now.
9792 (set-language-environment): Call set-language-environment-XXX
9793 functions instead of doing the various setups directly.
9794 (set-language-environment-coding-systems): Delete argument eol-type.
9795 (set-language-environment-input-method)
9796 (set-language-environment-nonascii-translation)
9797 (set-language-environment-charset)
9798 (set-language-environment-fontset)
9799 (set-language-environment-unibyte): New functions.
9800
9801 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
9802
9803 * locate.el (locate-update-when-revert): New option.
9804 (locate-update-path): New option (suggested by Michael Albinus).
9805 (locate-prompt-for-command): Whitespace change.
9806 (locate-update): No longer offer to update the locate database by
9807 default. Implement the two new options.
9808
9809 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
9810
9811 * tooltip.el: Move comment about track-mouse...
9812
9813 * progmodes/gud.el: ...to here.
9814
9815 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
9816
9817 * facemenu.el (facemenu-listed-faces): New var.
9818 (facemenu-unlisted-faces): Variable deleted.
9819 (facemenu-add-new-face): Use facemenu-listed-faces.
9820
9821 * emulation/viper-init.el, calendar/calendar.el:
9822 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9823
9824 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
9825
9826 * textmodes/org.el (org-mode): Remove no invalid settings for
9827 calc embedded mode.
9828 (org-mode-p): New defsubst.
9829 (org-save-all-org-buffers): New function.
9830 (org-first-headline-recenter): Enclose outline-regexp in group
9831 delimiters.
9832 (org-set-tags): Keep single space after stars.
9833
9834 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * window.el (set-window-text-height): Only set window-min-height to
9837 1 if that's the requested size.
9838
9839 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9840 (diff-unified->context, diff-context->unified)
9841 (diff-reverse-direction): Make sure the end marker stays at the end.
9842 (diff-mode): Add the keymap table at the end of docstring.
9843 Use lexical-let rather than constructing a closure manually.
9844
9845 * files.el (find-file-noselect-1): Remove unused var assignment.
9846 (hack-local-variables-confirm): Print lists of strings as lists of
9847 strings rather than lists of symbols.
9848 (abbreviate-file-name, hack-local-variables-prop-line):
9849 Use match-string.
9850 (hack-one-local-variable): Move `make-local-variable' nearer its use.
9851 (recover-session-finish): Use line-end-position.
9852
9853 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
9854
9855 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9856
9857 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
9858
9859 * progmodes/make-mode.el (makefile-macroassign-regex):
9860 Accept preceding keyword.
9861 (makefile-gmake-statements): Reorganize, now that makepp has
9862 "override" and also handle forgotten "override define".
9863 (makefile-makepp-statements): Add new "global", "override export"
9864 and "override global".
9865
9866 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
9867
9868 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9869 (ada-compile-mouse-goto-error, ada-deactivate-properties)
9870 (ada-no-auto-case): Fix typos in docstrings.
9871
9872 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9873
9874 * info.el (Info-find-node-2): Search for makeinfo version more
9875 carefully.
9876
9877 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
9878
9879 * textmodes/org.el (org-prepare-agenda-buffers):
9880 Use `invisible-OK' argument for `org-end-of-subtree'.
9881 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9882 (org-beginning-of-item): Fix bug in regular expression for white line.
9883 (org-export-as-html): Enforce space after bullet in plain list items.
9884 (org-set-autofill-regexps): Require space after plain list bullet
9885 for paragraph-start.
9886 (org-ts-regexp3): New constant.
9887 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9888 (org-timestamp-up-day, org-timestamp-down-day)
9889 (org-timestamp-change): Work with inactive timestamps.
9890 (org-ts-regexp1): Don't allow brackets in time stamps.
9891
9892 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
9893
9894 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9895 for ignoring links.
9896
9897 * faces.el (read-face-name): Use it.
9898
9899 2006-06-28 Juri Linkov <juri@jurta.org>
9900
9901 * buff-menu.el (list-buffers-noselect): Compare Info file
9902 with the string "dir" to detect Info directory.
9903
9904 * complete.el (partial-completion-mode): In lambda for
9905 `choose-completion-string-functions' use full function signature
9906 with 4 args, and move point to the end of the minibuffer only if arg
9907 `mini-p' is non-nil.
9908
9909 2006-06-28 John Paul Wallington <jpw@pobox.com>
9910
9911 * ibuffer.el (ibuffer-mode): Doc fix.
9912
9913 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
9914
9915 * textmodes/org.el (org-context): New contexts :item-bullet,
9916 :latex-fragment, :latex-preview.
9917 (org-overlays-at, org-overlay-start, org-overlay-end):
9918 New compatibility functions.
9919 (org-inside-LaTeX-fragment-p): More accurate matching, using the
9920 exact regexp that will be used during export.
9921 (org-latex-regexps): New variable.
9922 (org-cdlatex-mode): Improve advice for `texmathp'.
9923 (turn-on-org-cdlatex): New function.
9924
9925 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9926
9927 * term/mac-win.el (mac-handle-font-selection): Change keys of
9928 mac-atsu-font-table from strings to numbers.
9929 (mac-ts-caret-position): Use also when cursor-type is nil.
9930 (mac-ts-update-active-input-area): Add Mac OS Classic support.
9931 Relax condition for using overlay strings.
9932 Use mac-ts-caret-position face when cursor-type is nil.
9933
9934 2006-06-26 Kim F. Storm <storm@cua.dk>
9935
9936 * help.el (view-emacs-news): Declare `res' in the right let* form.
9937
9938 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
9939
9940 * net/rcompile.el (remote-compile): Replace ange-ftp based
9941 implementation by Tramp functions.
9942 Suggested by Marc Abramowitz <msabramo@gmail.com>.
9943
9944 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9945
9946 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
9947
9948 * international/fontset.el (setup-default-fontset): Fix a typo in
9949 the "Oriya-Akruti" registry name.
9950
9951 2006-06-23 Lars Hansen <larsh@soem.dk>
9952
9953 * desktop.el (desktop-full-file-name): New function.
9954 (desktop-kill, desktop-save, desktop-remove, desktop-read)
9955 (desktop-revert): Use it.
9956 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9957 (desktop-after-read-hook): Add option list-buffers.
9958 (desktop-locals-to-save): Add tab-width.
9959 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9960 Fix docstring.
9961
9962 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
9963
9964 * textmodes/org.el (org-cdlatex-mode-map)
9965 (org-cdlatex-texmathp-advice-is-done): New variables.
9966 (org-cdlatex-mode): New minor mode.
9967 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9968 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9969 (org-export-with-archived-trees): New option.
9970 (org-open-file): Remove the call to `convert-standard-filename'.
9971 (org-archive-tag, org-agenda-skip-archived-trees)
9972 (org-cycle-open-archived-trees)
9973 (org-sparse-tree-open-archived-trees): New options.
9974 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9975 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9976 New functions.
9977 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9978 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9979 (org-mode-map): Add binding for `org-toggle-archive-tag'.
9980 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9981 Call `org-prepare-agenda-buffers'.
9982 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9983 (org-file-apps, org-file-apps-defaults-gnu)
9984 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9985 Handle remote files by forcing them to be opened in Emacs.
9986
9987 2006-06-23 Andre Spiegel <spiegel@gnu.org>
9988
9989 * vc.el (vc-diff-knows-L): New variable.
9990 (vc-diff-internal): Use it to handle "diff" programs that don't
9991 understand -L. This works automatically, no user action is necessary.
9992
9993 2006-06-23 Daniel Brockman <daniel@brockman.se>
9994
9995 * net/rcirc.el (rcirc-default-user-full-name): Default to
9996 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9997 longer exists).
9998 (rcirc-process-list): Check `buffer-live-p' before attempting to
9999 switch to a buffer.
10000
10001 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10002
10003 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10004 based on rcirc-coding-system-alist.
10005
10006 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10007
10008 * cus-edit.el (customize-apropos): A better error message.
10009 (top level) <debug-ignored-errors>: Extend and update the list of
10010 ignored error messages.
10011
10012 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10013
10014 * complete.el (PC-do-completion): Retain capitalization of user
10015 input, when possible, even if completion-ignore-case is set.
10016
10017 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10018
10019 * generic-x.el (bat-generic-mode): Support .cmd files.
10020
10021 * dos-w32.el (top level): Use find-file-not-found-functions
10022 instead of the obsolete find-file-not-found-hooks.
10023
10024 2006-06-22 Kim F. Storm <storm@cua.dk>
10025
10026 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10027 to recognize mode name containing submodes, such as Grep/lw.
10028
10029 2006-06-21 Kim F. Storm <storm@cua.dk>
10030
10031 * simple.el (line-move-1): Check for move-end-of-line instead of
10032 end-of-line when setting temporary-goal-column.
10033
10034 2006-06-21 Miles Bader <miles@gnu.org>
10035
10036 * play/cookie1.el (cookie): Work properly when there's only one entry.
10037
10038 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10039
10040 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10041 (gdb-frame-handler): Generalize frame regexp for templates.
10042
10043 2006-06-20 Glenn Morris <rgm@gnu.org>
10044
10045 * calendar/appt.el (appt-display-format): Default value must be
10046 one of the customize options.
10047
10048 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10049
10050 * term/xterm.el (terminal-init-xterm): Update key availability info.
10051 Bind C-return.
10052
10053 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10054
10055 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10058 whether or not a local variables list is defined.
10059
10060 * msb.el (msb): Move `sit-for' hack here to handle both
10061 "mouse-down and drag" and "mouse-up and select" situations.
10062 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10063
10064 2006-06-20 Kenichi Handa <handa@m17n.org>
10065
10066 * international/characters.el (word-combining-categories):
10067 Add entries for 2-byte Han characters.
10068
10069 2006-06-19 Richard Stallman <rms@gnu.org>
10070
10071 * bindings.el (mode-line-format): Save some mode line space.
10072
10073 * files.el (find-file-noselect): Improve the question wording.
10074 (basic-save-buffer-2): Mask UMASK against 666.
10075
10076 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10077 (mouse-drag-vertical-line): Call it.
10078
10079 * cus-edit.el (customize-option, customize-option-other-window):
10080 Error if SYMBOL is nil.
10081
10082 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10083
10084 * textmodes/org.el: Require noutline, also on XEmacs.
10085 (org-end-of-subtree): Return point.
10086 (org-dblock-start-re, org-dblock-end-re): New constants.
10087 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10088 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10089 (org-update-all-dblocks, org-find-dblock): New functions.
10090 (org-collect-clock-time-entries): New function.
10091 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10092 (org-fixup-indentation): Modify to deal correctly with lines
10093 starting with TAB. Only one argument DIFF now.
10094 (org-demote, org-promote): Call `org-fixup-indentation' with just
10095 one argument, DIFF.
10096 (org-mode): Don't mark buffer as modified when aligning tables.
10097 (org-clock-sum): Don't mark buffer modified when adding time sum
10098 properties.
10099 (org-export-as-html): Add support for a link validation function.
10100 (org-archive-all-done): New function.
10101 (org-archive-subtree): New prefix argument. When set, archive all
10102 done subtrees in this buffer.
10103 (org-remove-clock-overlays)
10104 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10105 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10106 (org-put-clock-overlay): Don't swallow last headline character
10107 when displaying overlay.
10108 (org-store-link): Link to `image-mode' with just the file name.
10109
10110 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10111
10112 * viper-cmd.el (viper-special-read-and-insert-char):
10113 Use read-key-sequence.
10114 (viper-after-change-undo-hook): Misc enhancements.
10115 (viper-after-change-undo-hook): New hook.
10116 (viper-undo): Use viper-after-change-undo-hook.
10117 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10118 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10119 clicking on that widget/button.
10120
10121 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10122
10123 * ediff-diff (ediff-test-patch-utility): Catch errors.
10124 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10125 (ediff-set-actual-diff-options): New function.
10126 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10127 Use ediff-set-actual-diff-options.
10128 (ediff-extract-diffs): Catch errors.
10129 (ediff-whitespace): Add non-breakable space.
10130 (ediff-same-file-contents): Catch errors.
10131
10132 * ediff-mult.el (ediff-collect-custom-diffs):
10133 Save coding-system-for-read.
10134
10135 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10136 (ediff-vc-internal, ediff-vc-merge-internal):
10137 Use ediff-delete-version-file.
10138 (ediff-delete-version-file): New function.
10139
10140 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10141
10142 * ediff.el (ediff-directories, ediff-directory-revisions)
10143 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10144 (ediff-directories-internal, ediff-merge-directory-revisions)
10145 (ediff-merge-directory-revisions-with-ancestor)
10146 (ediff-directories3): Use read-directory-name.
10147
10148 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10149
10150 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10151 Remove superfluous part of regexp for brace matching which is handled
10152 by `scan-lists' call.
10153
10154 2006-06-16 Richard Stallman <rms@gnu.org>
10155
10156 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10157
10158 * files.el (basic-save-buffer-2): For a new precious file,
10159 use the default modes in the return value.
10160
10161 * facemenu.el (facemenu-color-alist): Doc fix.
10162
10163 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10164
10165 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10166
10167 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10168
10169 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10170 (mac-utxt-to-string): Use it.
10171 (mac-ts-update-active-input-area): Use mac-ae-number.
10172
10173 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10174
10175 * term.el (term-handle-scroll, term-delete-lines)
10176 (term-insert-lines): Fix off by one errors.
10177
10178 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * net/tramp.el (tramp-touch): Use UTC to express time.
10181
10182 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * mail/sendmail.el (mail-send): Search explicitly for
10185 mail-header-separator when checking for corrupted header lines.
10186
10187 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10188
10189 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10190 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10191 (gdb-init-1): Initialise them.
10192 (gdb-starting): Reset gdb-printing
10193 (gdb-starting): Save value of gud-overlay-arrow-position.
10194 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10195 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10196 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10197 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10198
10199 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10202
10203 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10204
10205 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10206 (ldap-search-internal): Keep error messages, and a regexp fix.
10207
10208 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10209
10210 * files.el (hack-local-variables-confirm):
10211 Display string value using its printed representation.
10212
10213 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10214
10215 * server.el (server-edit): No-op if no server buffers exist.
10216
10217 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10218
10219 * textmodes/page-ext.el (pages-directory-for-addresses):
10220 Including `pages-directory-address-mode' in the function results
10221 in the message "Buffer in which pages were found is deleted".
10222
10223 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10224
10225 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10226 clocking functions.
10227
10228 (org-agenda-clock-in, org-check-running-clock)
10229 (org-clock-out-if-current, org-remove-clock-overlays)
10230 (org-put-clock-overlay): New functions.
10231 (org-clock-marker, org-clock-file-total-minutes)
10232 (org-clock-overlays): New variables.
10233 (org-clock-display, org-clock-sum, org-clock-cancel)
10234 (org-clock-out, org-clock-in): New commands.
10235 (org-export): New function.
10236 (org-emph-re): New constant.
10237 (org-set-emph-re, org-do-emphasis-faces): New functions.
10238 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10239 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10240 (org-export-html-convert-emphasize): Use the configurable emphasis.
10241 (org-cleaned-string-for-export): Make multiline emphasis visible
10242 to the exporter. New optional argument PARAMETERS.
10243 (org-export-as-html): Specify :emph-multiline parameter to
10244 `org-cleaned-string-for-export'.
10245
10246 2006-06-10 Richard Stallman <rms@gnu.org>
10247
10248 * help.el (help-for-help-internal): Clean up help text.
10249
10250 2006-06-10 Andreas Schwab <schwab@suse.de>
10251
10252 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10253 in doc string.
10254
10255 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10256
10257 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10258
10259 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10260 spaces after the comment start.
10261
10262 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10263
10264 * play/pong.el (pong-init-buffer):
10265 Fill buffer with spaces instead of ^A.
10266
10267 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10268 launched asynchronously, delete its process instead of being cool.
10269 (ispell-async-processp): Check for `delete-process' existence
10270 instead of `kill-process' one for consistency.
10271
10272 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10273
10274 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10275 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10276 in mode line at startup.
10277
10278 2006-06-08 Kim F. Storm <storm@cua.dk>
10279
10280 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10281 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10282 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10283 (ido-file-internal): Pass full file name to write-file.
10284 (ido-read-internal): Only pop stack elements automatically if they
10285 actually match an existing directory or file name.
10286
10287 2006-06-07 Kenichi Handa <handa@m17n.org>
10288
10289 * international/mule.el (find-auto-coding): Don't handle the short
10290 name `char-trans'.
10291
10292 * files.el (hack-local-variables-prop-line)
10293 (hack-local-variables): Cancel the previous change.
10294
10295 2006-06-06 Jesper Harder <harder@phys.au.dk>
10296
10297 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10298
10299 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10300
10301 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10302 diff-default-read-only is non-nil.
10303 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10304 (diff-refine-hunk): Set inhibit-read-only to t.
10305
10306 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10307 modifying the *Diff* buffer.
10308 (diff-process-filter): New filter function for diff process that
10309 sets inhibit-read-only to t when modifying the *Diff* buffer.
10310
10311 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10312
10313 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10314 insertion point and control the number of empty lines.
10315 (org-paste-subtree): Limit the number of empty lines at the end of
10316 the inserted tree.
10317 (org-agenda): Use buffer name of current file for narrowing.
10318 (org-export-as-xml): Command removed.
10319 (org-export-xml-type): Option removed.
10320 (org-mode-map): Call `org-export-as-xoxo' directly.
10321 (org-get-indentation): New optional argument LINE.
10322 (org-fix-indentation, org-remove-tabs): New functions.
10323 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10324 correct indentation for headlines that are converted it items.
10325 (org-skip-comments): Remove table lines that contain narrowing
10326 cookies but no other non-empty fields.
10327 (org-set-tags): Allow groups of mutually exclusive tags.
10328 (org-cmp-time): Sort 24:21 before items without time.
10329 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10330 (org-open-at-point): Require double colon also for numbers.
10331
10332 2006-06-06 Kim F. Storm <storm@cua.dk>
10333
10334 * ido.el (ido-default-file-method, ido-default-buffer-method):
10335 Make choice values consistent with corresponding command names.
10336 (ido-visit-buffer): Update accordingly. Default to selected-window.
10337
10338 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
10339
10340 * progmodes/gud.el (gud-running): Fix doc string.
10341 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10342 (gud-tooltip-modes): Add python-mode.
10343 (gud-tooltip-print-command): Add pdb. Remove perldb.
10344
10345 2006-06-05 Eli Zaretskii <eliz@gnu.org>
10346
10347 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10348 Quote $(EMACS).
10349
10350 2006-06-05 Richard Stallman <rms@gnu.org>
10351
10352 * faces.el (defined-colors): Doc fix.
10353
10354 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
10355
10356 * vc.el (vc-process-filter): Inhibit undo info collection around
10357 call to insert.
10358 (vc-setup-buffer): Likewise for call to erase-buffer.
10359 (vc-do-command): Likewise for call to process-file.
10360
10361 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
10362
10363 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10364 for gud-go.
10365 (gud-common-init): Other debuggers may trigger error.
10366
10367 2006-06-05 Kenichi Handa <handa@m17n.org>
10368
10369 * international/mule.el (find-auto-coding):
10370 Handle enable-character-translation in file header.
10371
10372 2006-06-04 Kim F. Storm <storm@cua.dk>
10373
10374 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10375 (authors-fixed-entries): Fix spelling.
10376 (authors-canonical-file-name): Don't report error for wildcards.
10377
10378 * help.el (view-emacs-news): Rewrite to support new NEWS,
10379 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
10380 e.g. version 10 matches 1.10, and don't be confused by version 1.1
10381 being a prefix of 1.12 (etc). A numeric prefix arg also works.
10382
10383 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
10384
10385 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10386 exec constructs like `foo bar`.
10387 (sh-quoted-subshell): New helper function to search for a possibly
10388 nested subshell (like `` or $()) within a "" quoted string.
10389 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10390 (sh-apply-quoted-subshell): Flag quote characters inside a
10391 subshell, which is itself already in a quoted region, as
10392 punctuation, since this is the closest to what they actually are.
10393 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10394 sh-apply-quoted-subshell.
10395 (sh-font-lock-syntactic-face-function): Apply the new face for
10396 text inside `` instead of the old font-lock-string-face.
10397
10398 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10399
10400 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10401 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10402 (mac-bytes-to-text-range, mac-ae-text-range-array)
10403 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10404 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10405 (mac-ts-unicode-for-key-event): New functions.
10406 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10407 (mac-handle-font-selection): Use mac-ae-number.
10408 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10409 New variables.
10410 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10411 (mac-ts-converted-text, mac-ts-selected-converted-text)
10412 (mac-ts-block-fill-text, mac-ts-outline-text)
10413 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10414 (mac-ts-hilite-style-faces): New constant.
10415 (mac-apple-event-map): Bind text input events.
10416 (mac-dispatch-apple-event): Use command-execute instead of
10417 call-interactively.
10418 (global-map): Don't bind mac-apple-event.
10419 (special-event-map): Bind mac-apple-event.
10420
10421 2006-06-02 Eli Zaretskii <eliz@gnu.org>
10422
10423 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10424 file name.
10425 (emacs): Enclose the value of $(EMACS) in quotes.
10426
10427 2006-06-02 Juri Linkov <juri@jurta.org>
10428
10429 * international/mule.el (sgml-html-meta-auto-coding-function):
10430 Remove the condition `(search-forward "<html" size t)'.
10431 Replace `\"' with `[\"']?' in `re-search-forward'.
10432
10433 2006-06-02 Kenichi Handa <handa@m17n.org>
10434
10435 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10436 as well as `coding'.
10437 (hack-local-variables): Likewise.
10438
10439 * international/mule.el (enable-character-translation):
10440 Put permanent-local and safe-local-variable properties.
10441 (find-auto-coding): Handle char-trans: tag.
10442
10443 2006-06-02 Juri Linkov <juri@jurta.org>
10444
10445 * international/mule.el (sgml-html-meta-auto-coding-function):
10446 Limit the search by the end of the HTML header (if any).
10447
10448 2006-06-01 Richard Stallman <rms@gnu.org>
10449
10450 * subr.el (with-current-buffer): Doc fix.
10451
10452 2006-06-02 Masatake YAMATO <jet@gyve.org>
10453
10454 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10455 Almost rewrite. Underlines over all lines of gcov output are too
10456 uncomfortable to read. Suggested by Dan Nicolaescu.
10457
10458 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
10459
10460 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10461
10462 * shell.el (shell-mode): Use shell-mode-map in docstring.
10463
10464 * comint.el (comint-send-input): Do not add help-echo and
10465 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10466
10467 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10468
10469 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10470
10471 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
10472
10473 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10474 (gdb-stopped, gdb-info-stack-custom): If there is no source info
10475 look up the stack and pop up GUD buffer if necessary.
10476 (gdb-frames-select): Remove redundant call to gud-display-frame.
10477 (gdb-info-threads-custom): Keep point at start of buffer.
10478 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10479
10480 2006-05-31 Juri Linkov <juri@jurta.org>
10481
10482 * replace.el (query-replace-read-from, query-replace-read-to):
10483 Bind `history-add-new-input' to nil. Call `add-to-history'.
10484
10485 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
10486
10487 * textmodes/table.el: Convert all HTML tags to lower case for
10488 XHTML compatibility.
10489
10490 2006-05-31 Masatake YAMATO <jet@gyve.org>
10491
10492 * progmodes/compile.el:
10493 (compilation-error-regexp-alist-alist::gcov-called-line):
10494 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
10495
10496 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
10497
10498 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10499 Revert inadvertent changes made with last commit.
10500
10501 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10502
10503 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10504 New functions.
10505
10506 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10507
10508 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
10509
10510 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10511 only matches in the right place.
10512 (org-upcoming-deadline): New face.
10513 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10514 (org-export-ascii-underline): Rename constant `org-ascii-underline'
10515 and make it an option.
10516 (org-export-ascii-bullets): New option.
10517 (org-export-as-html): Many changes to emit valid XHTML.
10518 (org-par-open): New variable.
10519 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10520 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10521 (org-timeline): Pass `org-timeline-show-empty-dates' to
10522 `org-get-all-dates'. Interpret empty dates returned by
10523 `org-get-all-dates'.
10524 (org-get-all-dates): New argument EMPTY. Add dates without
10525 entries to the list, mark large ranges of empty dates.
10526 (org-point-in-group, org-context): New functions.
10527
10528 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
10529
10530 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10531
10532 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10533 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10534 to C-mouse-3 (for 2 button mice).
10535 (gdb-send): Do the right thing for C-d.
10536
10537 * speedbar.el (speedbar-detach): Delete.
10538 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10539 it breaks things.
10540 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10541
10542 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
10543
10544 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10545 Makeppfile.
10546
10547 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10548 Add makepp diagnostic.
10549
10550 2006-05-29 Richard Stallman <rms@gnu.org>
10551
10552 * window.el (fit-window-to-buffer): Doc fix.
10553
10554 * help.el (temp-buffer-max-height): Doc fix.
10555
10556 * subr.el (with-current-buffer): Doc fix.
10557
10558 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10559
10560 * term/x-win.el: Bind F10 to menu-bar-start if available.
10561
10562 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
10563
10564 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10565 uses with a simple test.
10566 (term-set-escape-char, term-mode, term-check-kill-echo-list)
10567 (term-send-raw-string, term-send-raw, term-mouse-paste)
10568 (term-char-mode, term-line-mode, term-exec, term-sentinel)
10569 (term-handle-exit, term-read-input-ring)
10570 (term-previous-matching-input-string)
10571 (term-previous-matching-input-string-position)
10572 (term-previous-matching-input-from-input)
10573 (term-replace-by-expanded-history, term-send-input)
10574 (term-skip-prompt, term-bol, term-send-invisible)
10575 (term-kill-input, term-delchar-or-maybe-eof)
10576 (term-backward-matching-input, term-check-source)
10577 (term-proc-query, term-emulate-terminal)
10578 (term-handle-colors-array, term-process-pager, term-pager-line)
10579 (term-pager-bob, term-unwrap-line, term-word)
10580 (term-dynamic-complete-filename)
10581 (term-dynamic-complete-as-filename)
10582 (term-dynamic-simple-complete): Replace one arm ifs with whens or
10583 unlesses.
10584
10585 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10588 during bootstrapping.
10589
10590 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10591 Basically undo the change of 2006-05-26: use extra arguments instead of
10592 dynamic scoping.
10593 (ewoc-locate): Remove unused var `footer'.
10594
10595 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10598
10599 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10600 (generate-file-autoloads): Obey it. Return whether autoloads were
10601 added at point or not.
10602 (update-file-autoloads): Use this new return value.
10603 Remove redundant test for the presence of an autoload cookie.
10604
10605 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10606 This one calls hack-local-variables.
10607 (generate-file-autoloads, update-file-autoloads): Use it.
10608
10609 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10610 (bibtex-sort-entry-class): Add safe-local-variable predicate.
10611 (bibtex-sort-entry-class-alist): Don't set the global value.
10612 (bibtex-init-sort-entry-class-alist): New fun.
10613 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10614 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10615 of bibtex-init-sort-entry-class.
10616
10617 2006-05-28 Richard Stallman <rms@gnu.org>
10618
10619 * subr.el (load-history-regexp): If FILE is relative, insist
10620 entire last name component must match it.
10621 (load-history-filename-element, load-history-regexp): Doc fixes.
10622
10623 2006-05-29 Kim F. Storm <storm@cua.dk>
10624
10625 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10626 `pos' and `raw-data' for clarity, as eval forms may access these.
10627
10628 2006-05-28 Kim F. Storm <storm@cua.dk>
10629
10630 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10631
10632 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * progmodes/make-mode.el (makefile-browser-map)
10635 (makefile-mode-syntax-table): Move initialization inside declaration.
10636 (makefile-fill-paragraph): Use the default comment-filling code.
10637
10638 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
10639
10640 * replace.el (query-replace-defaults): New variable.
10641 (query-replace-read-from): Use `query-replace-defaults' for
10642 default value, instead of history list.
10643 (query-replace-read-to): Update `query-replace-defaults'.
10644
10645 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
10646
10647 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10648 with no X toolkit.
10649
10650 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
10651
10652 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10653 (tumme-show-all-from-dir): Add autoload.
10654
10655 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10656
10657 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10658 (tumme-remove-tag): Fix bug.
10659
10660 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
10661
10662 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10663 FOOTER args. Update unique caller.
10664 (ewoc-delete): Compute last node once before looping.
10665 (ewoc--node-branch): Merge into unique caller.
10666 (ewoc--node): Don't define constructor make-ewoc--node for this
10667 structure.
10668 (ewoc): Add member `hf-pp' to this structure.
10669 (ewoc--wrap): New func.
10670 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
10671 header/footer pretty-printers. Save header/footer pretty-printer.
10672 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10673
10674 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10675
10676 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10677
10678 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10679 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
10680 Tag'. Change "Compare directories..." to "Change Directories...".
10681 Move tumme commands to Operate, Regexp and Immediate menus.
10682 Change "Add Comment" to "Add Image Comment". Change "Add Image
10683 Tag" to "Add Image Tags".
10684
10685 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10686 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10687 `tumme-delete-tag'.
10688
10689 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
10690
10691 * shell.el (shell-mode): Call shell-dirtrack-mode after
10692 list-buffers-directory is made a local variable, to avoid setting
10693 the default value.
10694
10695 2006-05-26 Kevin Ryde <user42@zip.com.au>
10696
10697 * info.el (Info-index-next): Use where-is-internal to report
10698 actual binding of Info-index-next, rather than hard-coded `,'.
10699
10700 2006-05-26 Eli Zaretskii <eliz@gnu.org>
10701
10702 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10703 and "Find Command in Manual" to here.
10704
10705 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10706 Info-current-file as the file name.
10707
10708 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
10709
10710 * ses.el (defadvice undo-more): Delete this defadvice. The undo
10711 overrides will now be done a different way.
10712 (ses-set-parameter): Reapply this function for undo.
10713 (ses-set-header-row): Reconstruct header row during undo.
10714 (ses-widen): New function.
10715 (ses-goto-data, ses-reconstruct-all): Use new function.
10716 (ses-command-hook): Widen buffer during undo, before unupdating
10717 the cells.
10718 (ses-insert-row, ses-delete-row): Widen buffer during undo.
10719 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10720 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10721 formula hasn't been executed yet.
10722
10723 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10724
10725 * comint.el (comint-kill-whole-line): Rename arg to count.
10726 Fix doc string.
10727
10728 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
10729
10730 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10731 to copy-file.
10732
10733 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10734
10735 * simple.el (toggle-truncate-lines): Make arg optional for
10736 backward compatibility.
10737
10738 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
10739
10740 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10741 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10742 DLL arg. Instead, use ewoc--current-dll. Update all callers.
10743 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10744 (ewoc--adjust): Use ewoc--current-dll.
10745 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10746
10747 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
10748
10749 * textmodes/org.el (org-next-item, org-previous-item): Emit more
10750 compact error message.
10751 (org-tags-view): Refresh category table in each file.
10752 (org-table-justify-field-maybe): Remove superfluous arguments to
10753 `format'.
10754 (org-export-as-html): Insert "<p>" before postamble.
10755 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10756
10757 2006-05-26 Kenichi Handa <handa@m17n.org>
10758
10759 * textmodes/po.el (po-find-charset): Pay attention to the case
10760 FILENAME is a cons (NAME . BUFFER).
10761 (po-find-file-coding-system-guts): Likewise.
10762
10763 * arc-mode.el (archive-set-buffer-as-visiting-file):
10764 Call find-operation-coding-system with (FILENAME . BUFFER).
10765
10766 * tar-mode.el (tar-extract): Call find-operation-coding-system
10767 with (FILENAME . BUFFER).
10768
10769 * international/mule.el (decode-coding-inserted-region):
10770 Call find-operation-coding-system with (FILENAME . BUFFER).
10771
10772 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * image-mode.el (image-toggle-display): Use buffer contents to
10775 generate image for a remote file.
10776
10777 2006-05-25 Juri Linkov <juri@jurta.org>
10778
10779 * replace.el (query-replace-read-from, query-replace-read-to):
10780 Remove 8th arg KEEP-ALL in read-from-minibuffer.
10781
10782 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
10783
10784 * whitespace.el (whitespace-cleanup): Change to cleanup
10785 region if one is active.
10786 * whitespace.el (whitespace-cleanup-internal): New internal method.
10787
10788 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10789
10790 * dired.el (dired-mode-map): Add help-echo strings to tumme
10791 commands. Bind `tumme-dired-display-image' to C-t i.
10792
10793 * tumme.el (tumme-display-image): Change documentation string slightly.
10794 (tumme-dired-display-image): Add call to `display-buffer'.
10795
10796 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10797
10798 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10799 Signal error if RAW-DATA is a multibyte string.
10800
10801 2006-05-24 Richard Stallman <rms@gnu.org>
10802
10803 * subr.el (with-local-quit): When handling `quit' signal,
10804 make a chance for quit-flag to cause a quit.
10805
10806 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10807 (ad-disable-advice): Add autoloads.
10808
10809 * subr.el (read-passwd): Copy PROMPT before changing its properties.
10810
10811 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10812
10813 * dired.el (dired-mode-map): Change menu items for tumme as per
10814 suggestions in emacs-devel.
10815
10816 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10817
10818 * dired.el (dired-mode-map): Fix breakage.
10819
10820 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10821
10822 * tumme.el (tumme-display-dired-image): Rename to...
10823 (tumme-dired-display-image): ...this.
10824 (tumme-track-movement): Change default value to t.
10825 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10826 used from `tumme-next-line-and-display' and similar commands.
10827
10828 * dired.el (dired-mode-map): Add Thumbnail submenu under the
10829 Immediate menu. Add some tumme commands there.
10830
10831 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
10832
10833 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10834
10835 2006-05-24 Chong Yidong <cyd@mit.edu>
10836
10837 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10838 menu entries that open submenus.
10839
10840 2006-05-24 Alan Mackenzie <acm@muc.de>
10841
10842 * startup.el (command-line): For names of preloaded files, don't
10843 append ".elc" (now done in Fload), and call file-truename on the
10844 lisp directory.
10845
10846 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
10847 match ANY loaded file with the right name, not just those in
10848 load-path. Put a regexp matching the file name into
10849 after-load-alist, rather than the name itself.
10850
10851 * subr.el (load-history-regexp, load-history-filename-element)
10852 (do-after-load-evaluation): New functions.
10853
10854 * international/mule.el (load-with-code-conversion): Do the
10855 eval-after-load stuff by calling do-after-load-evaluation.
10856
10857 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10858
10859 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10860 has not been killed.
10861
10862 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10863
10864 * term/mac-win.el: Set idle timer to clean up expired Apple events.
10865 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10866 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10867 Optionally set error message in reply.
10868
10869 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
10870
10871 * textmodes/org.el (org-open-at-point): Use renamed variable
10872 `org-confirm-shell-link-function'.
10873 (org-confirm-shell-link-function): Rename from
10874 `org-confirm-shell-links'.
10875 (org-export-directory): New function.
10876 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10877 (org-export-icalendar): Use `org-export-directory'.
10878 (org-indent-item): Keep cursor position.
10879 (org-link-file-path-type): New option.
10880 (org-export-as-html): Fix bug with plain lists starting in
10881 column 0.
10882 (org-export-as-html): Remove deadline formatting, this happens
10883 now already in `org-html-handle-time-stamps'.
10884 (org-export-html-style): Deadline class removed.
10885 (org-insert-labeled-timestamps-at-point): New option.
10886 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10887 of `hide-sublevels 1', in case the first headline is not level 1.
10888 (org-overview, org-content): New fuction.
10889 (org-cycle-global-status, org-cycle-subtree-status): Make these
10890 variables buffer-local.
10891 (org-global-cycle): New command.
10892 (org-shifttab): Use `org-global-cycle'.
10893 (org-insert-heading, org-insert-item): Go to end of new
10894 headline/item after creating it.
10895 (org-export-visible): Rename from `org-export-copy-visible'.
10896 Now creates a temporary org-file and applies an exporting command
10897 to it.
10898 (org-table-eval-formula): Support for lisp forms.
10899 (org-agenda-todo-ignore-scheduled): New option.
10900 (org-agenda-get-todos): Use new option
10901 `org-agenda-todo-ignore-scheduled'.
10902 (org-export-html-inline-images): New value `maybe'.
10903 (org-export-as-html): Inlining of images dependent on link description.
10904 (org-archive-subtree): Check for end-of-buffer before trying
10905 `kill-line'.
10906 (org-agenda-follow-mode): New option.
10907 (org-export-with-tags, org-export-with-timestamps): New options.
10908 (org-html-handle-time-stamps): New function.
10909 (org-keyword-time-regexp): New variable.
10910 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10911 (org-agenda-todo-list-sublevels): New option.
10912 (org-html-level-start): When TITLE is nil, just close all levels.
10913 (org-parse-key-lines, org-parse-export-options): Remove functions,
10914 replaced by `org-infile-export-plist'.
10915 (org-combine-plists, org-infile-export-plist)
10916 (org-default-export-plist): New functions.
10917 (org-export-html-preamble, org-export-html-postamble)
10918 (org-export-html-auto-preamble, org-export-html-auto-postamble):
10919 New variables.
10920 (org-export-publishing-directory): New option.
10921 (org-export-as-html, org-export-as-ascii): Use the new property
10922 lists for settings.
10923 (org-export-copy-visible, org-export-as-xoxo):
10924 Respect `org-export-publishing-directory'.
10925 (org-link-search, org-store-link, org-file-apps): Support for
10926 links to BibTeX database entries..
10927 (org-get-current-options, org-set-regexps-and-options):
10928 Implement logging as a startup option.
10929 (org-store-link): Make sure context string is never empty
10930 (org-insert-link): Use relative path when possible.
10931 (org-at-item-checklet-p): New function.
10932 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10933 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10934 (org-metaright, org-metaup, org-metadown, org-shiftup)
10935 (org-shiftdown, org-shiftright, org-shiftleft)
10936 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10937 Dispatch using `call-interactively'.
10938 (org-call-with-arg): New defsubst.
10939 (org-tag-alist, org-use-fast-tag-selection): New options.
10940 (org-complete): Use `org-tag-alist'.
10941 (org-fast-tag-insert, org-fast-tag-selection): New functions.
10942 (org-next-item, org-previous-item): New commands.
10943 (org-beginning-of-item, org-end-of-item): Add (interactive) to
10944 make command.
10945 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10946
10947 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10948
10949 * emacs-lisp/ewoc.el (ewoc-delete): New function.
10950 (ewoc-filter): Use `ewoc-delete'.
10951
10952 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10953
10954 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10957 Signal more user-friendly error messages.
10958
10959 * complete.el (PC-do-completion): Undo the addition of implicit
10960 wildcards if they did not lead to finding any match.
10961 (read-file-name-internal): Don't add the final > if the completion is
10962 not finished.
10963
10964 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10965
10966 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10967 Quote safe-local-variable predicate.
10968
10969 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10970
10971 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10972
10973 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10974
10975 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10976
10977 * progmodes/make-mode.el (makefile-special-targets-list)
10978 (makefile-macro-table, makefile-target-table): Mark as risky.
10979 (makefile-query-one-target-method): Make this the alias for the
10980 following variable.
10981 (makefile-query-one-target-method-function): Make this the real name.
10982
10983 * textmodes/artist.el (artist-text-renderer): Make this the alias
10984 for the following variable.
10985 (artist-text-renderer-function): Make this the real name.
10986
10987 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10988 the alias for the following variable.
10989 (flyspell-generic-check-word-predicate): Make this the real name.
10990
10991 * textmodes/ispell.el (ispell-format-word): Make this the alias
10992 for the following variable.
10993 (ispell-format-word-function): Make this the real name.
10994 (ispell-message-text-end): Mark as risky.
10995
10996 * skeleton.el (skeleton-transformation, skeleton-filter)
10997 (skeleton-pair-filter): Make these the aliases for the following
10998 variables.
10999 (skeleton-transformation-function, skeleton-filter-function)
11000 (skeleton-pair-filter-function): Make these the real names.
11001
11002 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11003 and skeleton-pair-filter-function.
11004
11005 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11006 alias for the following variable.
11007 (sgml-transformation-function): Make this the real name.
11008 (sgml-tag-alist): Mark as risky.
11009
11010 2006-05-21 Richard Stallman <rms@gnu.org>
11011
11012 * simple.el (kill-region): Interactively, pass point, then mark.
11013
11014 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11015
11016 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11017
11018 2006-05-21 Romain Francoise <romain@orebokech.com>
11019
11020 * dired-x.el (dired-mode-map): Don't bind M-g.
11021
11022 2006-05-20 Richard Stallman <rms@gnu.org>
11023
11024 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11025 (dired-goto-file): Doc fix.
11026
11027 2006-05-21 Kim F. Storm <storm@cua.dk>
11028
11029 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11030 way to enable built-in cua-mode if user loads older CUA-mode package.
11031
11032 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11033 if default-filename is specified.
11034
11035 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11036
11037 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11038
11039 * info.el (info-apropos): Make sure current-file and current-node
11040 have non-nil values. Speed up by using add-to-list instead of
11041 manual consing.
11042
11043 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11044
11045 * progmodes/make-mode.el (makefile-mode): Doc fix.
11046
11047 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11048
11049 * dired-aux.el (dired-do-shell-command): Doc fix.
11050
11051 2006-05-20 Kevin Ryde <user42@zip.com.au>
11052
11053 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11054 ``(custom-manual :tag "Foo" "(foo)Node")''.
11055
11056 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11057
11058 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11059 value is an integer.
11060
11061 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11062
11063 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11064 "format".
11065 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11066
11067 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11068
11069 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11070 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11071
11072 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11075 regexp for keywords.
11076
11077 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11078
11079 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11080 replace-regexp-in-string.
11081
11082 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11083 encode, and escape file name on conversion to URL.
11084
11085 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11086
11087 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11088 Don't unescape URL.
11089 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11090
11091 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11092 on conversion to URLs.
11093
11094 * net/browse-url.el (browse-url-file-url): Encode file name on
11095 conversion to URL.
11096
11097 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11098 conversion to URL.
11099
11100 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11101
11102 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11103
11104 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11105
11106 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11107 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11108
11109 2006-05-19 Glenn Morris <rgm@gnu.org>
11110
11111 * calendar/diary-lib.el (diary-bahai-date)
11112 (list-bahai-diary-entries, mark-bahai-diary-entries)
11113 (mark-bahai-calendar-date-pattern): Not interactive.
11114 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11115 (diary-entries-list): Change format of 4th element in each entry.
11116 (diary-list-entries): Use add-to-diary-list.
11117 (diary-goto-entry): Handle the case where the buffer visiting the
11118 diary has been killed.
11119 (fancy-diary-display): Add 'locator to button rather than 'marker.
11120 Only generate temp-face when there are marks to apply.
11121 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11122 (diary-fancy-date-pattern): New variable.
11123 (diary-time-regexp): Doc fix.
11124 (diary-anniversary, diary-time): New faces.
11125 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11126 diary-time-regexp. Add font-lock-multiline property where needed.
11127 Use new faces diary-anniversary and diary-time.
11128 (diary-fancy-font-lock-fontify-region-function): New function, to
11129 handle multiline font-lock pattern in fancy diary.
11130 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11131 (diary-font-lock-keywords): Tweak time regexp. Use new face
11132 diary-time.
11133
11134 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11135
11136 * international/code-pages.el (mik): Table corrected.
11137
11138 2006-05-18 Kim F. Storm <storm@cua.dk>
11139
11140 * progmodes/grep.el (grep-find): Don't check grep-find-command
11141 before running command (breaks non-interactive usage).
11142
11143 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11144
11145 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11146 (ewoc--insert-new-node): Don't insert trailing newline.
11147 Instead, adjust successor nodes's start markers.
11148 (ewoc--refresh-node): Delete all text from current node's start
11149 marker to the next one's; adjust successor nodes's start markers.
11150 (ewoc--create): Doc fixes.
11151 (ewoc--refresh): Don't insert newline.
11152 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11153 * pcvs.el (cvs-make-cvs-buffer):
11154 Specify extra newline for ewoc's header and footer.
11155 (cvs-update-header): Update initial header recognition.
11156 Append newline to final header and footer values.
11157 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11158
11159 2006-05-17 Richard Stallman <rms@gnu.org>
11160
11161 * files.el (file-name-extension): Doc fix.
11162
11163 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11166 we can explicitly enable/disable rather than toggle.
11167 (shell-mode): Use it.
11168 (shell-cd): Don't try to reproduce what `cd' does.
11169
11170 2006-05-17 Kim F. Storm <storm@cua.dk>
11171
11172 * ido.el (ido-read-internal): Use only nondirectory part of
11173 default item.
11174
11175 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11176
11177 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11178 (ewoc-nth): Doc fix.
11179
11180 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11181
11182 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11183
11184 * international/mule.el (auto-coding-alist): Add .lha to files
11185 read with no-conversion.
11186
11187 * files.el (auto-mode-alist): Add .lha files to archive file
11188 extensions.
11189
11190 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11191 Convert csize to integer when computing offsets within the
11192 compressed archive file.
11193
11194 2006-05-16 Kim F. Storm <storm@cua.dk>
11195
11196 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11197 with read-from-minibuffer.
11198
11199 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11200
11201 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11202 (byte-compile-warnings): Fix safe-local-variable property.
11203
11204 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11205
11206 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11207 (allout-stylish-prefixes, allout-numbered-bullet)
11208 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11209 predicates to qualify `safe-local-variable' property, when
11210 available, else use equivalent lambda.
11211 (allout-current-topic-collapsed-p): Do the right thing regarding
11212 trailing blank lines.
11213
11214 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * server.el (server-start): Only create a directory if needed.
11217 (server-edit, server-unload-hook): server-start => server-mode.
11218 (kill-emacs-hook): Cleanup upon exit.
11219
11220 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * hexl.el (hexlify-buffer): Encode process arguments manually.
11223
11224 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11225
11226 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11227 call to gdb-tooltip-print.
11228
11229 2006-05-15 Romain Francoise <romain@orebokech.com>
11230
11231 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11232 systems, default to "tar" since those systems probably have GNU tar.
11233
11234 2006-05-14 Lars Hansen <larsh@soem.dk>
11235
11236 * desktop.el (desktop-missing-file-warning): Fix docstring.
11237 (desktop-restore-file-buffer): Correct question asked on missing file.
11238
11239 2006-05-14 Kim F. Storm <storm@cua.dk>
11240
11241 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11242 Add CUA move property.
11243
11244 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11245
11246 * custom.el (custom-push-theme): Load the variable before checking
11247 its `standard-value'.
11248
11249 2006-05-13 Lars Hansen <larsh@soem.dk>
11250
11251 * desktop.el (desktop-save): Use with-temp-buffer.
11252
11253 2006-05-12 Glenn Morris <rgm@gnu.org>
11254
11255 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11256 * calendar/calendar.el (calendar-mode-map):
11257 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11258 * calendar/appt.el (appt-check, appt-make-list): Refer to
11259 diary-view-entries, diary-list-entries, diary-show-all-entries
11260 rather than obsolete aliases.
11261
11262 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11263
11264 * simple.el (line-move-finish): Avoid calling point motion hooks
11265 while processing intangibility.
11266
11267 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11268
11269 * term/xterm.el (terminal-init-xterm): Fix typo.
11270
11271 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11272
11273 * allout.el (allout-view-change-hook): Mark as being deprecated,
11274 to be replaced by `allout-exposure-change-hook'.
11275 (allout-exposure-change-hook): New, replacing
11276 `allout-view-change-hook'.
11277 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11278 in addition to `allout-view-change-hook'.
11279 (allout-show-bodies, allout-old-style-prefixes)
11280 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11281 lambda forms to prevent their showing up in variable help
11282 presentations as inscrutable byte-compiled code.
11283 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11284 Use string-or-null-p to qualify safe-local-variable values.
11285 (allout-reindent-bodies): Use memq to qualify matches against
11286 valid safe-local-variable values. Also, quote the lambda as above.
11287 (allout-use-mode-specific-leader): Add missing candidate-value
11288 symbols, use memq, and quote the lambda.
11289 (allout-overlay-interior-modification-handler): Remove unused
11290 variables `msg' and 'opened'.
11291 (allout-hidden-p): Constrain invisibility consideration to allout's
11292 invisibility spec, disregarding invisibility for other reasons.
11293
11294 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11295
11296 * files.el (version-control): Correct safe values.
11297
11298 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11299
11300 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11301
11302 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11303 (ewoc--insert-new-node): New func.
11304 Update callers of deleted funcs to use it, instead.
11305
11306 2006-05-11 Glenn Morris <rgm@gnu.org>
11307
11308 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11309 obsolete alias `show-all-diary-entries'.
11310 (make-diary-entry): Not interactive.
11311 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11312 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11313 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11314 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11315 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11316 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11317
11318 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11319
11320 * calendar/calendar.el (calendar-french-date-string)
11321 (calendar-mayan-date-string, calendar-chinese-date-string)
11322 (calendar-astro-date-string, calendar-iso-date-string)
11323 (calendar-islamic-date-string, calendar-bahai-date-string)
11324 (calendar-hebrew-date-string, calendar-coptic-date-string)
11325 (calendar-ethiopic-date-string, calendar-persian-date-string):
11326 These functions are not interactive.
11327
11328 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11329
11330 * files.el: Balance parentheses.
11331
11332 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11333
11334 * files.el, newcomment.el, outline.el, simple.el,
11335 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11336 * progmodes/cc-vars.el, progmodes/compile.el:
11337 Move `safe-local-variable' declarations to the respective files.
11338
11339 * help-fns.el (describe-variable): Don't print safe-var if it is
11340 byte-code. Improve wording as suggested by Luc Teirlinck.
11341
11342 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11343
11344 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11345 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11346 Use a token for pending-triggers to ensure gdb-var-update
11347 gets called once per user input again for pre-GDB 6.4.
11348 (gdb-var-delete): Match on more complex expressions.
11349 (gdb-var-list-children-handler, gdb-var-create-handler):
11350 Use a token for consistency.
11351
11352 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
11353
11354 * textmodes/org.el (org-read-date, org-goto-calendar)
11355 (org-agenda-goto-calendar):
11356 Bind `view-calendar-holidays-initially' to nil.
11357
11358 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
11359
11360 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11361 Update all callers to do it there, instead.
11362
11363 2006-05-10 Glenn Morris <rgm@gnu.org>
11364
11365 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11366 prefix arg case, to avoid view-diary-entries-initially error.
11367 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11368 (calendar-date-is-legal-p): Handle dates with no day part.
11369
11370 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11371
11372 * comint.el (comint-insert-input): Just make it when
11373 comint-use-prompt regexp is nil (default) and with the mouse.
11374 (comint-copy-old-input): Reinstate from 2004-06-23.
11375 (comint-mode-map): Bind C-c C-m to it.
11376
11377 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
11378
11379 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11380 Remove spurious move to point-max (new comint behavior fixes).
11381
11382 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11383 compatibility function (Emacs 18/19).
11384 (idlwave-is-continuation-line): Always return point at start of
11385 previous non-blank continuation line.
11386 (keyword-parameters): Fix continued comment font-lock matcher.
11387 (idlwave-font-lock-fontify-region): Written, use as
11388 font-lock-fontify-region-function, to fix continued keyword
11389 fontification issues.
11390
11391 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11392
11393 * term/mac-win.el (mac-font-panel-mode): Doc fix.
11394 (mac-service-selection, mac-service-open-file)
11395 (mac-service-open-selection, mac-service-mail-selection)
11396 (mac-service-mail-to, mac-service-insert-text): Rename from
11397 mac-services-*. All uses changed.
11398 (mac-apple-event-map): Rename event symbol `services' to `service'.
11399
11400 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
11401
11402 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11403 (ewoc--node-enter-first, ewoc--node-enter-last)
11404 (ewoc--delete-node-internal): Merge funcs into unique callers.
11405
11406 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
11407
11408 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11409 return value of read-from-minibuffer for empty input.
11410
11411 2006-05-09 Miles Bader <miles@gnu.org>
11412
11413 * comint.el (comint-insert-input): Remove redundant calls to setq
11414 and goto-char.
11415
11416 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
11417
11418 * comint.el (comint-insert-input): Make it work when
11419 comint-use-prompt-regexp is t.
11420
11421 2006-05-10 Miles Bader <miles@gnu.org>
11422
11423 * subr.el (field-at-pos): New function.
11424
11425 * comint.el (comint-insert-input): Use it.
11426
11427 2006-05-09 Juri Linkov <juri@jurta.org>
11428
11429 * battery.el (battery-linux-proc-acpi): Also try
11430 `/proc/acpi/thermal_zone/THR2/temperature'.
11431
11432 * files.el <safe-local-variable>: Remove `eval' and `let' binding
11433 for now unused lambda `string-or-null'.
11434
11435 * add-log.el (change-log-default-name): Put `string-or-null-p'
11436 instead of lambda on `safe-local-variable' property.
11437
11438 * diff-mode.el (diff-context->unified): Use `region-beginning' and
11439 `region-end' instead of `mark' and `point'.
11440 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11441 Operate on region in Transient Mark mode when the mark is active.
11442 Use `region-beginning' and `region-end' instead of `mark' and
11443 `point'.
11444 (diff-hunk-text, diff-goto-source): Doc fix.
11445
11446 * startup.el (fancy-splash-screens, normal-splash-screen): Use
11447 face `mode-line-buffer-id' for mode-line buffer face instead of
11448 hard-coded `(:weight bold)'.
11449
11450 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11451 buffer-undo-list to t (undo-ask is reproducible by visiting
11452 nested archives).
11453
11454 2006-05-09 Kim F. Storm <storm@cua.dk>
11455
11456 * progmodes/grep.el (rgrep): Set default directory of *grep*
11457 buffer if we start M-x rgrep in the *grep* buffer and choose
11458 a different base directory.
11459
11460 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
11461
11462 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11463 completion also when ido is loaded.
11464
11465 2006-05-09 Masatake YAMATO <jet@gyve.org>
11466
11467 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11468 "warning" and "import".
11469 (cpp-font-lock-keywords): Added "warning".
11470
11471 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11472
11473 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11474
11475 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11478 pages at a time, if we signal the end, we should indeed reach that end.
11479
11480 2006-05-08 David Reitter <david.reitter@gmail.com>
11481
11482 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11483 output during execution of the body.
11484
11485 2006-05-08 Kim F. Storm <storm@cua.dk>
11486
11487 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11488
11489 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
11490
11491 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11492 Use with-current-buffer.
11493
11494 2006-05-07 Kim F. Storm <storm@cua.dk>
11495
11496 * subr.el (add-to-history): Remove keep-dups arg.
11497
11498 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11499 to nil around call to add-to-history.
11500
11501 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11504 than after a buffer modification.
11505
11506 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
11507
11508 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11509 call to...
11510 (gud-watch): ...here so speedbar is raised for already watched
11511 expressions.
11512 (gdb-speedbar-refresh): Delete function.
11513 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11514 Use speedbar-timer-fn instead of speedbar-refresh (reverting
11515 earlier change).
11516 (gdb-var-evaluate-expression-handler)
11517 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11518
11519 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11520 Update localized contents for all buffers except ignored modes.
11521
11522 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11523
11524 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11525 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11526 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11527 (mac-handle-font-panel-closed, mac-handle-font-selection):
11528 New functions.
11529 (mac-font-panel-mode): New minor mode.
11530 (mac-apple-event-map): Add bindings for toolbar toggle button and
11531 font panel.
11532 (menu-bar-showhide-menu): Add mac-font-panel-mode.
11533
11534 2006-05-07 John Paul Wallington <jpw@pobox.com>
11535
11536 * ibuffer.el (ibuffer-compressed-file-name-regexp):
11537 Avoid `regexp-opt'; simplify regexp for readability.
11538
11539 2006-05-06 Eli Zaretskii <eliz@gnu.org>
11540
11541 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11542 * files.el (buffer-stale-function):
11543 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11544 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11545 links to the main manual, not to emacs-xtra.
11546
11547 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11548
11549 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11550 MacJapanese if text is ASCII-only.
11551
11552 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
11553
11554 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11555 unless so nil isn't returned.
11556 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11557
11558 2006-05-06 Kim F. Storm <storm@cua.dk>
11559
11560 * subr.el (add-to-history): New function.
11561
11562 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11563 (ediff-merge-files-with-ancestor):
11564 * env.el (setenv):
11565 * isearch.el (isearch-update-ring):
11566 * server.el (server-visit-files):
11567 * progmodes/grep.el (lgrep, rgrep):
11568 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11569 * progmodes/xscheme.el (xscheme-insert-expression):
11570 Use add-to-history.
11571
11572 * kmacro.el (kmacro-push-ring): Use add-to-history.
11573 (kmacro-ring-length): Remove unused defun.
11574 (kmacro-start-macro): Use kmacro-push-ring.
11575
11576 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
11577
11578 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11579 directly instead of a lambda expression that calls it.
11580
11581 2006-05-06 Kim F. Storm <storm@cua.dk>
11582
11583 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11584 instead of compute-motion.
11585
11586 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11587
11588 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11589 change.
11590
11591 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
11592
11593 * startup.el (command-line-1): Refer to "Pure Storage" on
11594 pure-space-overflow.
11595
11596 2006-05-05 Martin Rudalics <rudalics@gmx.at>
11597
11598 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11599 provided faces once they all have been used up.
11600
11601 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11602
11603 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11604 reference to the Lisp manual to the warning about pure space
11605 overflow.
11606
11607 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11608
11609 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11610 argument to avoid the call to `ispell-internal-change-dictionary'
11611 when not needed.
11612 (ispell-change-dictionary): Use this argument and call
11613 `ispell-internal-change-dictionary' after the possible change
11614 to `ispell-local-dictionary'.
11615 (ispell-internal-change-dictionary): Check for a change in
11616 personal dictionary use too.
11617
11618 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11619
11620 * startup.el (command-line): On MS-Windows, probe "~", not
11621 "~USER", for warning about non-existent home directory.
11622
11623 * arc-mode.el (archive-l-e): New optional argument `float' means
11624 generate a float value.
11625 (archive-arc-summarize, archive-lzh-summarize)
11626 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11627 with 3rd argument non-nil when file's size is being computed.
11628 Format the file sizes with %8.0f instead of %8d.
11629
11630 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11631
11632 * cus-start.el (all): Add mac-dnd-known-types.
11633
11634 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11635 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11636 (mac-TIFF-to-string): New functions.
11637 (x-get-selection, x-selection-value)
11638 (mac-select-convert-to-string): Use them.
11639 (mac-text-encoding-mac-japanese-basic-variant): New constant.
11640 (mac-dnd-types-alist): New customization variable.
11641 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11642 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11643 (mac-dnd-handle-drag-n-drop-event): New functions.
11644 (mac-drag-n-drop): Remove function.
11645 (global-map): Bind drag-n-drop and M-drag-n-drop to
11646 mac-dnd-handle-drag-n-drop-event.
11647
11648 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
11649
11650 * progmodes/perl-mode.el (perl-beginning-of-function):
11651 Skip anonymous subs.
11652
11653 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
11654
11655 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11656 regexp-opt at run time.
11657
11658 * term.el (term-handle-ansi-escape): Fix off by one error.
11659
11660 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
11661
11662 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11663 (gdb-init-1, gdb-post-prompt): ...and references to it.
11664 (gdb-frame-handler): Strip directory name from filename if present.
11665
11666 * progmodes/gud.el (gdb-force-update): Delete defvar
11667 (gud-speedbar-buttons): ...and references to it. Use window-start
11668 to try to keep positon in watch expression.
11669
11670 2006-05-03 Richard Stallman <rms@gnu.org>
11671
11672 * simple.el (next-history-element, previous-history-element): Doc fix.
11673
11674 * isearch.el (isearch-update-ring): Doc fix.
11675
11676 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
11677
11678 * isearch.el (isearch-update-ring): Take history-delete-duplicates
11679 into consideration. Replace one arm ifs with whens.
11680
11681 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
11682
11683 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11684 (menu): Fix typo.
11685
11686 2006-05-02 Miles Bader <miles@gnu.org>
11687
11688 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11689
11690 2006-05-02 Jay Belanger <belanger@truman.edu>
11691
11692 * calc/calc-embed.el (calc-override-minor-modes-map)
11693 (calc-override-minor-modes): New variables.
11694 (calc-do-embedded): Make sure that Calc keystrokes aren't
11695 overwritten by minor modes.
11696
11697 2006-05-02 Chong Yidong <cyd@mit.edu>
11698
11699 * msb.el (msb): If EVENT is a down event, read and discard the up event.
11700
11701 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11702
11703 * startup.el (command-line-1): Refer to Lisp manual when
11704 pure-space-overflow occurs.
11705
11706 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11707 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11708 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11709 (version-control): Don't use `t' for safe-local-variable declarations.
11710
11711 2006-05-01 Richard Stallman <rms@gnu.org>
11712
11713 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11714 M-r, M-R, M-A, M-SPC or M-DEL.
11715 (diff-mode-map): diff-refine-hunk now on C-c C-w
11716 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11717
11718 * help-mode.el (help-mode): view-exit-action calls delete-window
11719 only when it is safe and possible.
11720
11721 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11722 in messages.
11723
11724 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11725
11726 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11727 in the default tool-bar-map.
11728
11729 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
11730
11731 * net/tramp.el (tramp-completion-file-name-handler-alist)
11732 (tramp-run-real-handler, tramp-completion-run-real-handler)
11733 (tramp-completion-handle-file-name-all-completions)
11734 (tramp-completion-handle-file-name-completion): Autoload them.
11735 (tramp-completion-handle-file-exists-p)
11736 (tramp-completion-handle-file-name-directory)
11737 (tramp-completion-handle-file-name-nondirectory)
11738 (tramp-completion-handle-expand-file-name): Remove them.
11739 (tramp-handle-file-name-directory): Return the real directory name.
11740 Returning "/" only doesn't need to be necessary any longer.
11741 (tramp-file-name-handler): Make special attention when in hostname
11742 completion mode.
11743 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11744 (tramp-register-file-name-handlers):
11745 Register `tramp-completion-file-name-handler' only when
11746 `partial-completion-mode' is enabled.
11747 (tramp-completion-handle-file-name-all-completions):
11748 Delete directory part from results.
11749 (tramp-get-completion-methods, tramp-get-completion-user-host):
11750 Discard deleting "/", it doesn't work after the change of
11751 `tramp-handle-file-name-directory' above.
11752
11753 2006-05-01 Kim F. Storm <storm@cua.dk>
11754
11755 * progmodes/grep.el (grep-expand-template): Use save-match-data
11756 and symbol-value.
11757
11758 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11759
11760 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11761 Use select-frame-set-input-focus instead of raise-frame.
11762 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11763
11764 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
11765
11766 * progmodes/gud.el (gud-def): Add %c case.
11767 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11768 (gud-format-command): Make match case sensitive. Match on %F.
11769
11770 2006-04-30 Glenn Morris <rgm@gnu.org>
11771
11772 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11773 (cal-tex-preamble): Use cal-tex-preamble-extra.
11774 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11775 than alias `list-diary-entries'.
11776
11777 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
11778
11779 * help-fns.el (describe-variable): Add info about safe local variables.
11780
11781 2006-04-29 Richard Stallman <rms@gnu.org>
11782
11783 * bindings.el (mode-line-format): help-echo doc fixes.
11784
11785 * net/tramp.el (tramp-file-name-handler-alist): Delete
11786 expand-file-name and other operations that can cause spurious loading.
11787
11788 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * files.el (safe-local-variable-p): Remove support for the special
11791 value t.
11792
11793 * textmodes/paragraphs.el (sentence-end-without-space):
11794 Fix safety predicate.
11795 (sentence-end-double-space, sentence-end-without-period)
11796 (paragraph-ignore-fill-prefix):
11797 * textmodes/fill.el (colon-double-space):
11798 * abbrev.el (abbrev-mode): Tighten the safety predicate.
11799
11800 * subr.el (booleanp): New fun.
11801
11802 * textmodes/reftex-vars.el (reftex-guess-label-type):
11803 Tighten the safety predicate.
11804
11805 2006-04-28 Kim F. Storm <storm@cua.dk>
11806
11807 * progmodes/grep.el (defgroup grep): Doc fix.
11808 (grep-auto-highlight): Remove.
11809 (grep-template): New defcustom.
11810 (grep-find-template): Rename from grep-tree-template.
11811 (grep-files-aliases): Rename from grep-tree-files-aliases.
11812 Remove "all" alias, add "l" alias.
11813 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11814 (grep-find-ignored-directories): New defcustom to replace
11815 grep-tree-ignore-CVS-directories, to facilitate ignoring
11816 subdirectories for multiple version control systems.
11817 (grep-mode-map): Add Recursive grep item to GREP menu.
11818 (grep-regexp-history, grep-files-history): New defvars.
11819 (grep-probe): New helper function.
11820 (grep-compute-defaults): Use it to simplify code.
11821 Adapt to name changes.
11822 Use `.' as base in grep-find-template rather than <D>.
11823 (grep): Remove superfluous highlight-regexp arg. Fix doc.
11824 Call grep-compute-defaults unconditionally.
11825 (grep-expand-keywords): New defconst.
11826 (grep-expand-template): Rename from grep-expand-command-macros.
11827 Simplify via grep-expand-keywords. Look at case-fold-search instead
11828 of grep-tree-ignore-case to add -i option.
11829 Bind case-fold-search to nil while matching keywords.
11830 (grep-tree-last-regexp, grep-tree-last-files): Remove.
11831 (grep-read-regexp, grep-read-files): New helper functions.
11832 (rgrep): Rename from grep-tree. Rework to use proper histories.
11833 Adapt to changes in defcustoms and functions above.
11834 (lgrep): New command, as grep, but using same interactive UI as rgrep.
11835
11836 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
11837
11838 * net/tramp.el (tramp-completion-file-name-handler):
11839 Disable Tramp's functionality while loading Tramp itself.
11840 (tramp-register-file-name-handlers): That's a defsubst now.
11841 Code from `tramp-repair-jka-compr' moved here. Apply it via
11842 `after-init-hook'.
11843 (tramp-repair-jka-compr): Remove.
11844
11845 2006-04-27 Jay Belanger <belanger@truman.edu>
11846
11847 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11848 read expression when `math-read-big-expr' doesn't work.
11849
11850 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
11851
11852 * startup.el (command-line-1): Display warning when
11853 pure-space-overflow is non-nil.
11854
11855 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11856
11857 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11858 risky.
11859
11860 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11861
11862 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11863 Return the URL or nil if none can be generated.
11864
11865 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
11866
11867 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11868 byte compiler warnings.
11869 (gud-basic-call, gud-find-expr): Let user select an expression
11870 for printing. Print expression as well as value in GUD buffer.
11871
11872 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
11873
11874 * allout.el: Remove local autoload declaration for
11875 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11876 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11877 (allout-plain-bullets-string, allout-distinctive-bullets-string)
11878 (allout-use-mode-specific-leader, allout-old-style-prefixes)
11879 (allout-stylish-prefixes, allout-numbered-bullet)
11880 (allout-file-xref-bullet, allout-presentation-padding)
11881 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11882 safe-local-variable with suitable value spec, and add autoload
11883 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
11884 (move-beginning-of-line, move-end-of-line): Repair so these compat
11885 functions now actually resituate the point, when appropriate.
11886
11887 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11890
11891 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11892 (add-log-iso8601-time-string): Fix call to format-time-string.
11893
11894 2006-04-26 Kim F. Storm <storm@cua.dk>
11895
11896 * subr.el (posn-string, posn-image, posn-object): Doc fix.
11897
11898 2006-04-26 Masatake YAMATO <jet@gyve.org>
11899
11900 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11901 Add support for "//" style comments. Remove `b' flag
11902 from ?* in `asm-mode-syntax-table'.
11903
11904 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * follow.el: Use (featurep 'xemacs) everywhere.
11907 (follow-mode): Use define-minor-mode.
11908 (follow-mode-map): Move initialization into the declaration.
11909 Use command remapping.
11910 (follow-emacs-version-xemacs-p): Remove.
11911 (follow-submit-feedback): Remove.
11912
11913 * allout.el (allout-layout, allout-passphrase-verifier-string)
11914 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11915
11916 * textmodes/reftex-vars.el (reftex-vref-is-default)
11917 (reftex-fref-is-default, reftex-guess-label-type):
11918 Tighten up a bit the safety predicate.
11919
11920 * textmodes/paragraphs.el (sentence-end-double-space)
11921 (sentence-end-without-period, sentence-end-without-space)
11922 (page-delimiter, paragraph-ignore-fill-prefix):
11923 Tighten up a bit the safety predicate.
11924
11925 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11926
11927 * progmodes/python.el (python-continuation-line-p)
11928 (python-beginning-of-statement): syntax-ppss may return
11929 a negative depth.
11930 (python-mode): Don't forcefully enable font-lock.
11931
11932 * time-stamp.el (time-stamp-start, time-stamp-end)
11933 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11934
11935 * add-log.el: Remove spurious * in docstrings.
11936 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11937 (add-change-log-entry): Use it here, since it's not specific
11938 to iso8601.
11939 (add-log-iso8601-time-string): Don't use it here any more.
11940 (change-log-indent-text, change-log-indent): Rename from add-log-*.
11941
11942 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11943
11944 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
11945
11946 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11947 (rcirc-toggle-low-priority): Doc fix.
11948 (rcirc-handler-NOTICE): Remove beginning of line anchor in
11949 ChanServ regexp.
11950 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11951 #emacs.
11952 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11953 (rcirc-decode-coding-system): Use utf-8 as the default.
11954 (rcirc-multiline-minor-mode): Set the fill-column.
11955 (rcirc-format-response-string): Display bright and dim nicks.
11956 (rcirc-browse-url): Update interactive spec to fill ARG.
11957 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11958 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11959
11960 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
11961
11962 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11963 case for @Article, etc.
11964
11965 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
11966
11967 * net/tramp.el (tramp-register-file-name-handlers): New defun.
11968 Added with autoload cookie.
11969 (tramp-unload-file-name-handlers): Rename from
11970 `tramp-unload-file-name-handler-alist'.
11971
11972 2006-04-23 Romain Francoise <romain@orebokech.com>
11973
11974 * comint.el (comint-match-partial-filename): Doc fix.
11975
11976 2006-04-21 Glenn Morris <rgm@gnu.org>
11977
11978 * calendar/cal-menu.el (calendar-mode-map): Refer to
11979 `diary-view-entries' rather than alias `view-diary-entries'.
11980 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11981
11982 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
11983
11984 * progmodes/antlr-mode.el (antlr-default):
11985 * cus-edit.el (custom-documentation):
11986 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11987 in defface.
11988
11989 2006-04-21 Kim F. Storm <storm@cua.dk>
11990
11991 * image.el (image-type): New defun split out of create-image.
11992 (create-image): Use it.
11993
11994 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
11995
11996 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11997 (org-open-at-point): Remove the "...done" message to keep output
11998 in the echo area visible.
11999 (org-export-as-xoxo): Fix call to `indent-region'.
12000
12001 2006-04-21 Kevin Ryde <user42@zip.com.au>
12002
12003 * international/mule.el (keyboard-coding-system): defcustom
12004 info-link fixes: "Specify Coding" has been split, keyboard now in
12005 "Terminal Coding", and "Single-Byte Character Support" is now
12006 "Unibyte Mode".
12007
12008 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12009
12010 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12011 Use font-lock-warning-face for any errors e.g. no stack.
12012 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12013
12014 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12015
12016 * progmodes/sh-script.el (sh-shell): Mark as safe.
12017
12018 * newcomment.el (comment-start, comment-start-skip)
12019 (comment-end-skip, comment-end): Mark as safe.
12020
12021 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12022
12023 * textmodes/org.el (org-deadline-announce): Face removed.
12024 (org-level-faces, org-n-levels): Convert to constant.
12025 (org-compatible-face): New function.
12026 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12027 (org-level-5, org-level-6, org-level-7, org-level-8)
12028 (org-special-keyword, org-warning, org-headline-done, org-link)
12029 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12030 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12031 Face definition revised for better color tty support.
12032 (org-bold-re, org-italic-re, org-underline-re): New constants.
12033 (org-set-font-lock-defaults): Use the new constants.
12034 (org-agenda-highlight-todo): New function.
12035 (org-agenda-todo): Fix bug with point at end of line.
12036 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12037 Fontify TODO keywords.
12038 (org-insert-link): Preserve relative path in ../ links.
12039 (org-export-as-html): Convert links pointing to .org files into
12040 links that will work beteen the exported HTML files.
12041 (org-todo-list): Fix bug when arg=0.
12042 (org-insert-heading): More fine-tuning.
12043
12044 2006-04-19 Romain Francoise <romain@orebokech.com>
12045
12046 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12047 from `rmail-mime-charset-pattern'.
12048
12049 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12050
12051 * progmodes/python.el (python-mode): Fix typo.
12052
12053 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12054
12055 * comint.el (comint-previous-input): Don't clobber input line
12056 when moving off either end of the input history ring.
12057 (comint-delete-input): New function, used by
12058 `comint-previous-input' and others.
12059 (comint-previous-matching-input):
12060 Use `coming-delete-input'. Save the partial input if leaving the
12061 edit line. Goto point-max before deleting input to avoid
12062 partial input fragments hanging around.
12063 (comint-restore-input): New function, used by `comint-previous-input'.
12064
12065 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12066
12067 * imenu.el (imenu--index-alist): Balance parentheses.
12068
12069 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12070
12071 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12072
12073 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12074
12075 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12076 file is nil.
12077
12078 2006-04-18 Richard Stallman <rms@gnu.org>
12079
12080 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12081
12082 * imenu.el (imenu-create-index-function, imenu--index-alist)
12083 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12084 (imenu-default-create-index-function, imenu--generic-function):
12085 Doc fixes.
12086
12087 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12088
12089 * help-mode.el (help-mode): Set view-exit-action to delete window.
12090
12091 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12092 now works by passing nil as arg.
12093
12094 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12095
12096 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12097 (read-abbrev-file): Provide default when reading filename.
12098
12099 * files.el (enable-local-variables): Allow :all as value.
12100 (hack-local-variables): Implement that value.
12101 (safe-local-variable-values, safe-local-eval-forms)
12102 (enable-local-variables): Mark as risky.
12103 (find-file-visit-truename, kept-old-versions): Mark safe.
12104
12105 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12106 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12107 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12108
12109 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12112 Use forward-line so as to get to BOL even in the presence of fields.
12113 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12114 in return.
12115 (inferior-tcl): Tell tclsh to work in interactive mode.
12116
12117 * complete.el (partial-completion-mode):
12118 Use 'choose-completion-string-functions to make sure that
12119 choose-completion fills the minibuffer properly.
12120
12121 * complete.el (PC-old-read-file-name-internal): Remove.
12122 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12123 of read-file-name-internal.
12124 (partial-completion-mode): Enable/disable this advice.
12125
12126 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12127
12128 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12129 of 2006-04-17.
12130
12131 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12132
12133 * textmodes/org.el (org-insert-heading): Insert heading before
12134 current if at beginning of line.
12135 (org-todo, org-date): New faces.
12136 (org-table-align): Make sure tooltip window contains full text.
12137 (org-no-properties): New defsubst.
12138 (org-set-font-lock-defaults): Use new faces.
12139
12140 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12141
12142 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12143 for root variables.
12144
12145 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12146 (gdb-frame-address): Re-use to identify frame for watch expression.
12147 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12148 variables.
12149 (gdb-init-1, gdb-source, gdb-post-prompt)
12150 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12151 (gdb-frame-handler): Get gdb-frame-address.
12152
12153 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12154
12155 Sync with Tramp 2.0.53.
12156
12157 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12158 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12159 (tramp-completion-file-name-handler): Add autoload cookie for
12160 adding to `file-name-handler-alist'.
12161
12162 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12163 the prompt. If it returns earlier (when detecting an error
12164 message), the rest of the output will merge accidently with the
12165 output of the next command. Reported by M Jared Finder
12166 <jared@hpalace.com>.
12167
12168 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12169 for `process-file', in order to let it work for older Emacsen too.
12170
12171 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12172
12173 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12174 (tex-font-lock-keywords-3): Use it.
12175
12176 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * newcomment.el (comment-add): New function.
12179 (comment-region-default, comment-dwim): Use it.
12180
12181 2006-04-15 Michael Olson <mwolson@gnu.org>
12182
12183 * emacs-lisp/tq.el: Improve comments.
12184 (tq-queue-head-question): New accessor function.
12185 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12186 Update for modified queue structure.
12187 (tq-queue-add): Accept `question' argument.
12188 (tq-queue-pop): If a question is pending, send it.
12189 (tq-enqueue): Accept new optional argument `delay-question'.
12190 If this is non-nil, and at least one other question is pending a
12191 response, queue the question rather than sending it immediately.
12192
12193 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12194
12195 * calendar/appt.el (appt-add): Check whether an appointment is
12196 already present in appt-time-msg-list. Simplify code.
12197
12198 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * progmodes/cc-langs.el (c-mode-menu):
12201 Don't presume c-subword-mode is bound.
12202
12203 2006-04-13 Bill Wohler <wohler@newt.com>
12204
12205 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12206 (customize-package-emacs-version): Use cdr instead of cadr now
12207 that alists use dotted pairs.
12208
12209 * custom.el (defcustom): Fix docstring for :package-version.
12210
12211 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12212
12213 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12214 (tramp-handle-shell-command): Display output buffer only when
12215 `tramp-display-shell-command-buffer' is true.
12216 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12217
12218 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12219
12220 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12221 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12222
12223 2006-04-13 Romain Francoise <romain@orebokech.com>
12224
12225 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12226 leaving temporary .cvsignore buffers behind.
12227
12228 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12229
12230 * textmodes/org.el (org-set-regexps-and-options)
12231 (org-get-current-options): Better names for the startup folding
12232 options.
12233
12234 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12235
12236 * vc.el (vc-annotate): Arrange for point to end up at the same
12237 line number as in the original, but only when using a new buffer.
12238
12239 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12240
12241 * files.el (hack-one-local-variable-eval-safep):
12242 Recognize `edebug-form-spec' for `put', but only if it passes
12243 `edebug-basic-spec'. Generalize `put' handling.
12244
12245 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12246 vetting file-local form specs.
12247
12248 * allout.el (allout-layout): Autoload its `safe-local-variable'
12249 property.
12250
12251 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12252
12253 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12254 (org-agenda-mouse-1-follows-link)
12255 (org-mouse-1-follows-link): New options.
12256 (org-format-agenda-item): Fix bug if TAGS is nil.
12257 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12258
12259 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12260
12261 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12262 GDB 6.1+ gives full filename for "info sources" so use
12263 file-name-nondirectory.
12264
12265 2006-04-12 Romain Francoise <romain@orebokech.com>
12266
12267 * subr.el (read-passwd): Bind `message-log-max' to nil.
12268
12269 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * progmodes/perl-mode.el (perl-indent-new-calculate):
12272 Recompute parse-start after jumping backward by a whole sexp.
12273
12274 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12277 window configuration.
12278 (vc-annotate-display-select): Select the buffer so that current-buffer
12279 (and selected-window) is the output buffer at the end of vc-annotate.
12280
12281 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12282
12283 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12284 8-color terminals, to use all of the colors in a sensible order.
12285 256-color terminals work well with the standard map.
12286 (vc-annotate-lines): Only strip the first color character if it
12287 is "#", to allow for terminal-style named colors.
12288 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12289 the correct buffer is scrolled.
12290
12291 2006-04-11 Richard Stallman <rms@gnu.org>
12292
12293 * emacs-lisp/bytecomp.el (byte-compile-file):
12294 Bind enable-local-variables to :safe, and make normal-mode obey it.
12295
12296 * files.el (enable-local-variables): Allow value :safe.
12297 (normal-mode): Doc fix.
12298 (hack-local-variables): Implement enable-local-variables = :safe.
12299 (hack-local-variables-confirm): Don't prevent quitting.
12300
12301 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * loadhist.el (unload-feature): A bit of sanity check of
12304 load-history entries. Cancel timer-vars before unbinding them.
12305
12306 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12307 quote special chars, and make the trick work on the hex part of the
12308 buffer as well.
12309 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12310 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12311
12312 * startup.el (normal-splash-screen): Fix last change so we don't wait
12313 2 minutes if we don't show the splash screen.
12314
12315 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12316
12317 * textmodes/org.el (org-export-plain-list-max-depth)
12318 (org-table-spaces-around-separators)
12319 (org-radio-targets, org-activate-camels)
12320 (org-table-spaces-around-invisible-separators): Options removed.
12321 (org-time-stamp-rounding-minutes, org-remember-templates)
12322 (org-ellipsis, org-activate-links, org-descriptive-links):
12323 New options.
12324 (org-remember-apply-template, org-current-time)
12325 (org-finish-edit-table-field)
12326 (org-link-unescape, org-link-escape)
12327 (org-string-width, org-table-clean-line, org-html-do-expand)
12328 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12329 (org-read-agenda-file-list): New functions.
12330 (org-table-edit-field)
12331 (org-table-create-or-convert-from-region): New commands
12332 (org-table-toggle-vline-visibility): Command removed.
12333 (org-table-convert-region): Made a command.
12334 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12335 Replace with the normal org- functions.
12336 (org-self-insert-command): Don't trigger realign unnecessarily
12337 when blanking a field that is not full.
12338 (org-mode): `Set buffer-invisibility-spec' for links.
12339 (org-activate-links2): Hide link part and only show descriptive
12340 part of the link.
12341 (org-insert-link): Modify for new linking system.
12342 (org-store-link): Store description separately, for use by
12343 `org-insert-link'.
12344 (org-table-align): Use `org-string-width'.
12345 (defgroup): Completely new group structure for custom variables.
12346 (org-agenda-files): Option: Single file name allowed. Function:
12347 Optional argument unrestrited means ignore any restricitons.
12348 (org-install-agenda-files-menu): Find a buffer in Org-mode before
12349 trying to modify the menu. Use generalized access to
12350 `org-agenda-files.'
12351 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12352 (org-agenda-file-to-front, org-remove-file, org-diary)
12353 (org-tags-view, org-export-icalendar-all-agenda-files)
12354 (org-export-icalendar-combine-agenda-files): Use generalized
12355 access to `org-agenda-files'.
12356 (org-remember-handler): Correctly preserve heading if present.
12357 (org-table-insert-row, org-table-insert-hline): Deal with
12358 invisible characters.
12359
12360 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
12361
12362 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12363 (vc-annotate-color-map): New 18 element constant
12364 value/saturation, rotating hue colormap, from red->blue.
12365 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12366 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12367 (vc-annotate): To avoid killing the required local variables,
12368 set them before the end of `with-output-to-temp-buffer', and
12369 after first switching to annotate-mode.
12370 (vc-annotate-warp-version): Add buffer argument in goto-line to
12371 ensure annotation, not source, is scrolled.
12372
12373 2006-04-10 Bill Wohler <wohler@newt.com>
12374
12375 * custom.el (defcustom, custom-handle-keyword):
12376 Add :package-version keyword.
12377 (custom-add-package-version): New function. Sets value of new
12378 property 'custom-package-version from :package-version keyword.
12379 (defcustom): Create Common Keywords section in docstring.
12380 (defface, defgroup): Replace definitions of a select few keywords
12381 with a reference to the Common Keywords in defcustom.
12382 (defcustom, defface, defgroup): Replace reference to Customization
12383 chapter in manual with hyperlink.
12384
12385 * cus-edit.el (customize-package-emacs-version-alist): New variable.
12386 (customize-changed-options): Add check for custom-package-version.
12387 (customize-package-emacs-version): New function to look up Emacs
12388 version corresponding to the given package version.
12389
12390 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12391 defun name, in similar fashion to find-variable-regexp.
12392
12393 2006-04-10 Eli Zaretskii <eliz@gnu.org>
12394
12395 * international/mule-cmds.el (set-locale-environment): Fix last
12396 change for when the locale's preferences don't specify any encoding.
12397
12398 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12401 so the defined var/fun doesn't need to be quoted.
12402
12403 2006-04-10 Richard Stallman <rms@gnu.org>
12404
12405 * finder.el (finder-mode-map): Add n and p bindings.
12406
12407 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
12408
12409 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12410 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12411 (gdb-setup-windows): Put something in source window if we can't find
12412 the source file.
12413 (gdb-frame-handler): Make it work again with just assembly.
12414 (gdb-data-list-register-values-handler): Make it work when there is
12415 no stack.
12416
12417 2006-04-09 Richard Stallman <rms@gnu.org>
12418
12419 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12420 specs while looking for charset.
12421
12422 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12423
12424 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12425 Make them faces.
12426 (lm-font-lock-keywords): Update appropriately.
12427
12428 2006-04-10 Kim F. Storm <storm@cua.dk>
12429
12430 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12431 it can also replace buffer-substring-no-properties.
12432
12433 * emulation/cua-base.el (cua-delete-region, cua-paste)
12434 (cua-repeat-replace-region): Use filter-buffer-substring.
12435
12436 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12437 (cua-cut-region-to-global-mark): Likewise.
12438
12439 * emulation/cua-rect.el (cua--extract-rectangle)
12440 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12441
12442 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12443
12444 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12445 entry-type. Add field delimiters to numerical fields if they are
12446 not present.
12447
12448 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12449
12450 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12451 string-const to return value.
12452 (bibtex-remove-delimiters): Use it.
12453
12454 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12455
12456 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12457 cl-byte-compile-compiler-macro unless it exists.
12458
12459 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12460
12461 * files.el (hack-local-variables-confirm) <offer-save>:
12462 Clarify message text. Suggested by Ralf Angeli.
12463
12464 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12465
12466 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12467 (delete-extract-rectangle-line): Use `filter-buffer-substring'
12468 instead of `buffer-substring' and `delete-region'. (Most of the
12469 code actually copied from `kill-region'.)
12470
12471 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
12472
12473 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12474 (rcirc-default-port): Rename from rcirc-port.
12475 (rcirc-default-nick): Rename from rcirc-nick.
12476 (rcirc-default-user-name): Rename from rcirc-user-name.
12477 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12478 (rcirc-low-priority-flag): New variable.
12479 (rcirc-decode-coding-system): New defcustom.
12480 (rcirc-encode-coding-system): New defcustom.
12481 (rcirc-coding-system-alist): New defcustom.
12482 (rcirc-multiline-major-mode): New defcustom.
12483 (rcirc-nick): New internal variable.
12484 (rcirc-process): Remove variable.
12485 (rcirc-server-buffer): New variable.
12486 (rcirc): Update to use rcirc-default-* variables above.
12487 (rcirc-connect): Do not add window-configuration-hook-here.
12488 (rcirc-server): New internal variable.
12489 (rcirc-connect): Do not send keepalive pings if
12490 rcirc-keepalive-seconds is nil.
12491 (with-rcirc-server-buffer): New macro.
12492 (rcirc-send-string): Encode with rcirc-encode-coding-system.
12493 (rcirc-server-name): Rename from rcirc-server.
12494 (rcirc-buffer-process): New function.
12495 (rcirc-buffer-nick): New function.
12496 (rcirc-buffer-target): Remove function.
12497 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12498 New commands.
12499 (rcirc-mode-map): Change binding of C-c C-l to
12500 rcirc-toggle-low-priority.
12501 (rcirc-mode): Initialize coding system based on
12502 rcirc-coding-system-alist. New change-major-mode-hook to part the
12503 channel on a mode change. Make kill-buffer-hook buffer-local.
12504 (rcirc-change-major-mode-hook): New function.
12505 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12506 (rcirc-last-post-time): New variable.
12507 (rcirc-process-message): Store the last time user posted a message
12508 to this target.
12509 (rcirc-multiline-minor-mode): New mode.
12510 (rcirc-multiline-minor-mode-map): New mode map.
12511 (rcirc-edit-multiline): Put multiline-edit buffer in
12512 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12513 (rcirc-print): Ignore any line starting with an ignored nick.
12514 (rcirc-print): Decode using rcirc-decode-coding-system.
12515 (rcirc-track-minor-mode): Update global-mode-string when disabling
12516 this mode.
12517 (minor-mode-alist): Add LowPri indicator.
12518 (rcirc-toggle-low-priority): New function.
12519 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12520 next lowpriority buffer with activity.
12521 (rcirc-record-activity): Sort buffers in rcirc-activity by the
12522 last time the user posted a message in to the target.
12523 (rcirc-update-activity-string): New formatting for low priority
12524 buffers.
12525 (rcirc-split-activity): New function.
12526 (rcirc-handler-PART, rcirc-handler-KICK)
12527 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12528 (rcirc-nick-away-alist): New variable.
12529 (rcirc-handler-301): New handler. Away messages are printed once
12530 per change.
12531
12532 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12533
12534 * info.el (Info-follow-nearest-node): Doc fix.
12535
12536 * international/mule-cmds.el (set-locale-environment): Make sure
12537 the coding-system preferred by the locale's language has the same
12538 EOL conversion type as the original buffer-file-coding-system.
12539 (locale-language-names): Add a few MS Windows language codes.
12540
12541 2006-04-07 Richard Stallman <rms@gnu.org>
12542
12543 * simple.el (eval-expression): Doc fix.
12544
12545 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12546 (eval-defun): Doc fixes.
12547
12548 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
12549
12550 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12551
12552 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
12553
12554 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12555 GDB list command without argument for greater generality.
12556
12557 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12558
12559 * subr.el (string-or-null-p): New function.
12560
12561 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12562
12563 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12564
12565 * files.el: Update comment about safe-local-variable declarations.
12566
12567 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
12568
12569 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12570 See idlwave.org.
12571
12572 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12573 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
12574
12575 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12576 See idlwave.org.
12577
12578 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12579 version 6.0 (minimal changes). See idlwave.org.
12580
12581 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12582 6.0 (minimal changes). See idlwave.org.
12583
12584 * progmodes/idlw-rinfo.el: File obsoleted and removed.
12585
12586 2006-04-06 Romain Francoise <romain@orebokech.com>
12587
12588 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12589 symmetric encryption features and a new asynchronous interface to
12590 GnuPG. This new version is version 1.4, plus whitespace changes.
12591
12592 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12593
12594 * files.el: Move some `safe-local-variable' declarations to the
12595 respective files.
12596
12597 * textmodes/ispell.el (ispell-check-comments)
12598 (ispell-local-dictionary): Mark as safe.
12599
12600 * abbrev.el (abbrev-mode): Mark as safe.
12601
12602 * add-log.el (change-log-default-name): Mark as safe.
12603
12604 * textmodes/reftex-vars.el (reftex-vref-is-default)
12605 (reftex-fref-is-default, reftex-level-indent)
12606 (reftex-guess-label-type): Mark as safe.
12607
12608 * textmodes/fill.el (colon-double-space): Mark as safe.
12609
12610 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12611 (sentence-end-double-space, sentence-end-without-period)
12612 (sentence-end-without-space, sentence-end, sentence-end-base)
12613 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12614
12615 2006-04-06 Kim F. Storm <storm@cua.dk>
12616
12617 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12618 the :set-after list.
12619 (ido-downcase-unc-hosts): New user option. Default on.
12620 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12621 when it is set, as regexps are now applied on the fly.
12622 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12623 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12624 on the fly, but only when ido-process-ignore-lists is set.
12625 Do case insensitive filtering if ido-downcase-unc-hosts is set.
12626 Only downcase names if ido-downcase-unc-hosts is set.
12627
12628 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
12629
12630 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12631
12632 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12633
12634 2006-04-05 Kim F. Storm <storm@cua.dk>
12635
12636 * ido.el (ido-mode): Set after ido-unc-hosts and
12637 ido-ignore-unc-host-regexps.
12638 (ido-save-history): Save ido-unc-hosts-cache.
12639 (ido-load-history): Load ido-unc-hosts-cache.
12640 (ido-reread-directory): Refresh unc hosts cache in // dir.
12641
12642 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12643 to nil while displaying slash screen.
12644
12645 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12646
12647 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12648 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12649
12650 2006-04-05 Kenichi Handa <handa@m17n.org>
12651
12652 * international/characters.el: Setup cases of Latin, Greek, and
12653 Cyrillic characters in CJK charsets.
12654
12655 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12656
12657 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12658 default-enable-multibyte-characters. This reverts the change from
12659 revision 6.17 which is no longer necessary because the passphrase
12660 is sent separately now. GnuPG messages are unreadable under
12661 multibyte locales with default-enable-multibyte-characters set to nil.
12662
12663 2006-04-04 Andreas Schwab <schwab@suse.de>
12664
12665 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12666 and `byte-compile-warnings' as `safe-local-variable'.
12667
12668 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12669
12670 * man.el (Man-mode-map): Restore the \r binding.
12671 (Man-abstract-xref-man-page): If Man-target-string is a function,
12672 call it.
12673 (Man-highlight-references): Use Man-default-man-entry to get the
12674 target. Deal with xrefs too.
12675 (Man-highlight-references0): Don't call the target function.
12676
12677 * woman.el (WoMan-xref-man-page): Strip the section number, woman
12678 cannot deal with it.
12679
12680 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12681
12682 * pgg-gpg.el: Clean up process buffers every time gpg processes
12683 complete.
12684
12685 2006-04-04 Kenichi Handa <handa@m17n.org>
12686
12687 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12688 here.
12689 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12690 Temporarily bind inhibit-field-text-motion to t.
12691
12692 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12693
12694 * startup.el (normal-splash-screen): Only set mode-line-format in the
12695 splash buffer, so as not to interfere when debugging the code.
12696 Ignore errors when switching buffer.
12697
12698 2006-04-03 Romain Francoise <romain@orebokech.com>
12699
12700 * dired.el (dired-dnd-protocol-alist): Fix typo.
12701
12702 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12703
12704 * savehist.el (savehist): Add :version.
12705 (savehist-ignored-variables): New variable.
12706 (savehist-minibuffer-hook): Don't save variables listed in
12707 `savehist-ignored-variables'.
12708
12709 * dired.el (dired-dnd-protocol-alist): Mention that change does
12710 only apply to new buffers in doc string.
12711
12712 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12713
12714 * recentf.el (recentf-open-files-item): Include newline in button
12715 field, so opening a file will work, when the point is at the end
12716 of the file name. Allow, for example, to [i]search a file by
12717 extension and just push RET to open it.
12718
12719 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12720
12721 * pgg-gpg.el (pgg-gpg-process-filter)
12722 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12723
12724 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12725 lines, temporary fix.
12726
12727 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12728
12729 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12730
12731 2006-04-02 Richard Stallman <rms@gnu.org>
12732
12733 * progmodes/compile.el (compilation-message-face): Make it defcustom.
12734
12735 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12736
12737 * ibuf-macs.el (define-ibuffer-column): Add a new key:
12738 header-mouse-map.
12739
12740 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12741 (ibuffer-mode-header-map): New keymaps.
12742 (ibuffer-update-title-and-summary): Enable mouse face highlighting
12743 and keybindings for column headers.
12744 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12745 property.
12746
12747 2006-04-02 Drew Adams <drew.adams@oracle.com>
12748
12749 * speedbar.el (speedbar-after-create-hook): Doc fix.
12750
12751 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
12752
12753 * shell.el (shell-directory-tracker)
12754 (shell-dynamic-complete-command): Doc fixes.
12755
12756 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
12757
12758 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12759 terminals.
12760
12761 2006-04-01 Kim F. Storm <storm@cua.dk>
12762
12763 * ido.el (ido-unc-hosts-cache): New defvar.
12764 (ido-unc-hosts): If value of defcustom is a function, call it to
12765 get list of UNC hosts. Add function-item choices to specify
12766 ido-unc-hosts-net-view or user function.
12767 (ido-ignore-unc-host-regexps): New defcustom.
12768 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12769 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12770 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12771
12772 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12775 wwidth.
12776
12777 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
12778
12779 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12780 (ido-max-work-file-list, ido-switch-buffer)
12781 (ido-read-file-name-as-directory-commands):
12782 Fix typos in docstrings.
12783
12784 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12785
12786 * term/mac-win.el (mac-system-coding-system): Define and use after
12787 Mac-specific coding systems are ready.
12788
12789 2006-03-27 Romain Francoise <romain@orebokech.com>
12790
12791 * net/rcirc.el (rcirc-connect): Add autoload cookie.
12792
12793 * ldefs-boot.el: Update.
12794
12795 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12796
12797 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12798 passphrases when it is not needed.
12799 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12800 passphrase stuff from gpg, should only be necessary when you use
12801 gpg with a smartcard.
12802
12803 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12804
12805 * comint.el (comint-dynamic-list-completions): Allow user to
12806 select *Completions* buffer.
12807
12808 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
12809
12810 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12811
12812 2006-03-26 Andreas Schwab <schwab@suse.de>
12813
12814 * progmodes/gud.el (gdb): Only complain about multiple debugging
12815 when the gdb process is still running.
12816
12817 2006-03-25 Eli Zaretskii <eliz@gnu.org>
12818
12819 * mail/rmail.el (tool-bar-map): Defvar it.
12820 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12821 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12822
12823 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
12824
12825 * help.el (print-help-return-message): Suggest to use
12826 display-buffer instead of switch-to-buffer-other-window to restore
12827 the previous window without selecting it.
12828
12829 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12830
12831 * frame.el (select-frame-by-name): Call x-focus-frame also when
12832 window-system is mac.
12833
12834 * term/mac-win.el: Adjust Courier font specifications in
12835 x-fixed-font-alist.
12836 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12837 when directly encoding to UTF-16 in native byte order, no BOM.
12838
12839 2006-03-25 Kim F. Storm <storm@cua.dk>
12840
12841 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12842 (cua--init-keymaps): Use it instead of fixed C-return.
12843 (cua-mode): Set after it.
12844
12845 * emulation/cua-rect.el (cua--init-rectangles):
12846 Use cua-rectangle-mark-key instead of fixed C-return.
12847
12848 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
12849
12850 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12851 "run" in .gdbinit.
12852 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12853
12854 2006-03-24 Romain Francoise <romain@orebokech.com>
12855
12856 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12857 `display-buffer-other-frame'.
12858
12859 2006-03-24 Kim F. Storm <storm@cua.dk>
12860
12861 * apropos.el (apropos-synonyms): Add selection => region.
12862
12863 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12864
12865 * progmodes/gdb-ui.el (gdb-var-create-regexp)
12866 (gdb-var-list-children-regexp, gdb-var-update-regexp)
12867 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12868 (gdb-data-list-register-values-regexp)
12869 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12870 Future proof against new fields being added to MI output.
12871 (gdb-send): Don't treat backslashes for program input as
12872 continuations.
12873 (gdb-assembler-handler): Don't use window-start for this handler.
12874 (gdb-frame-handler): Don't change to hollow arrow if overlay
12875 arrow doesn't move to new frame.
12876
12877 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12878
12879 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12880 prevent compiler warnings.
12881 (gdb-stopped): Check for gud-last-last-frame (case: signal).
12882 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12883 (gdb-assembler-custom): Use hollow-right-triangle for assembler
12884 buffer too.
12885
12886 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
12887
12888 * pgg-gpg.el (pgg-gpg-update-agent): Check for
12889 make-network-process, so we can use the same code in Gnus v5-10
12890 too and have this file fully synchronized with that release.
12891
12892 2006-03-23 Romain Francoise <romain@orebokech.com>
12893
12894 * ibuf-ext.el (ibuffer-read-filter-group-name):
12895 Use `ibuffer-generate-filter-groups' to make completion list match
12896 the filter groups that are really displayed in the Ibuffer buffer.
12897 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12898
12899 2006-03-23 Kenichi Handa <handa@m17n.org>
12900
12901 * international/mule-cmds.el (sort-coding-systems): Describe that
12902 the argument is modified in docstring.
12903
12904 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12905
12906 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12907 (pgg-gpg-update-agent): New function.
12908 (pgg-gpg-use-agent-p): New function.
12909 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12910 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12911 (pgg-gpg-sign-region): Use it.
12912
12913 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
12914
12915 * cus-edit.el (custom-face-set): Call custom-push-theme before
12916 face-spec set so that `changed' theme is correctly saved.
12917 (custom-face-reset-standard): Reset to recalculated face rather
12918 than defface spec.
12919
12920 * custom.el (custom-push-theme): Only save `changed' theme if the
12921 current face does not match the defface specs.
12922
12923 2006-03-21 Simon Josefsson <jas@extundo.com>
12924
12925 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12926 <wilde@sha-bang.de>.
12927 (pgg-gpg-use-agent): New variable.
12928 (pgg-gpg-process-region): Use it.
12929 (pgg-gpg-encrypt-region): Likewise.
12930 (pgg-gpg-encrypt-symmetric-region): Likewise.
12931 (pgg-gpg-decrypt-region): Likewise.
12932 (pgg-gpg-sign-region): Likewise.
12933 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12934
12935 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
12936
12937 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12938 bracket links.
12939
12940 2006-03-21 Kim F. Storm <storm@cua.dk>
12941
12942 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12943 fringe-indicator-alist instead of modifying global value.
12944 (gdb-frame-handler): Likewise.
12945
12946 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
12947
12948 * diff-mode.el (diff-function): Make it inherit from diff-header
12949 instead of diff-context.
12950
12951 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12952 bitmap.
12953 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12954 change names in macro above for consistency.
12955 (gdb-frame-handler): Use hollow-right-triangle for all selected
12956 frames which except the innermost (where execution has stopped).
12957 (gdb-reset): Reset buffer-local values of overlay-arrow.
12958
12959 2006-03-20 Richard Stallman <rms@gnu.org>
12960
12961 * simple.el (set-mark-command): Doc fix.
12962
12963 * files.el (display-buffer-other-frame): New command.
12964 (ctl-x-4-map): Bind C-x 5 C-o to it.
12965
12966 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12969 rather than just defer-time, in case defer-time has been changed but
12970 the timer isn't running yet.
12971 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12972
12973 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
12974
12975 * help-mode.el (help-follow-symbol): New function.
12976 Essentially identical to the old `help-follow', but do not let
12977 `push-button' do the work when on an xref.
12978 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12979
12980 2006-03-19 Richard Stallman <rms@gnu.org>
12981
12982 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12983 preceded by the word `program'.
12984 (help-follow-mouse, help-follow): Throw error if not on xref.
12985 Delete no longer used args.
12986
12987 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
12988
12989 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12990 annotation ensure gud-overlay-arrow-position is redisplayed.
12991
12992 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12993
12994 * textmodes/bibtex.el (bibtex-include-OPTkey)
12995 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12996 (bibtex-autokey-name-case-convert)
12997 (bibtex-autokey-titleword-case-convert): Make these the aliases
12998 for the following two variables.
12999 (bibtex-autokey-name-case-convert-function)
13000 (bibtex-autokey-titleword-case-convert-function): Make these the
13001 real names.
13002 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13003 bibtex-font-lock-crossref sublists.
13004 (bibtex-mode): Revert 2005-12-30 change (which made
13005 completion-ignore-case buffer-local).
13006 (bibtex-url): Simplify.
13007
13008 2006-03-19 Kim F. Storm <storm@cua.dk>
13009
13010 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13011 cursor property value to 2 (to align with C level change).
13012
13013 2006-03-19 Bill Wohler <wohler@newt.com>
13014
13015 * image.el (image-load-path-for-library): Shorten first line in
13016 docstring.
13017
13018 2006-03-18 Richard Stallman <rms@gnu.org>
13019
13020 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13021
13022 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13023
13024 * isearch.el (isearch-other-meta-char): Handle user bindings for
13025 shifted control characters.
13026
13027 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13028
13029 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13030 part that matches email addresses, file names, etc.
13031
13032 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13033
13034 * term/w32-win.el (mouse-set-font):
13035 Mention w32-list-proportional-fonts in the doc string.
13036
13037 2006-03-18 Kim F. Storm <storm@cua.dk>
13038
13039 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13040 (ido-unc-hosts): New user option to explicitly define list of know
13041 UNC-style hosts for completion.
13042 (ido-cache-unc-host-shares-time): New user option.
13043 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13044 New helper functions for UNC file-name support.
13045 (ido-may-cache-directory): Check for UNC host. Simplify.
13046 (ido-wash-history): Clean out old UNC hosts.
13047 (ido-nonreadable-directory-p): UNC hosts are always readable.
13048 (ido-directory-too-big-p): UNC hosts are never too big.
13049 (ido-set-current-directory): Handle UNC root path.
13050 (ido-file-name-all-completions): Complete UNC host names from
13051 ido-unc-hosts list. Cache UNC host shares.
13052 (ido-make-file-list-1): Don't filter UNC root.
13053 (ido-exhibit): Check for // in root directory, and switch to UNC
13054 mode by setting ido-current-directory to //.
13055
13056 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13057
13058 * cus-edit.el (customize-changed-options): Mention explicit
13059 version number as default in prompt.
13060
13061 2006-03-17 Bill Wohler <wohler@newt.com>
13062
13063 * image.el (image-load-path-for-library): Minor docstring fix.
13064
13065 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13066
13067 * textmodes/org.el (org-read-date): Include subgroup 5 into
13068 replacement text.
13069 (org-popup-calendar-for-date-prompt): Fix customization type.
13070
13071 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13072
13073 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13074 (gdb-continuation): New variable.
13075 (gdb-send): Deal with continuation lines.
13076
13077 * progmodes/gud.el (gud-gdb-complete-command)
13078 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13079 expressions.
13080 (gud-tooltip-mode): Use buffer-local value.
13081
13082 2006-03-16 Kim F. Storm <storm@cua.dk>
13083
13084 * ido.el (ido-edit-input): Use selected match, if any.
13085
13086 2006-03-16 Bill Wohler <wohler@newt.com>
13087
13088 * image.el (image-load-path-for-library): Prefer user's images in
13089 image-load-path.
13090
13091 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13092
13093 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13094 when checking for attempt to drag leftmost or rightmost scrollbar.
13095
13096 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13097
13098 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13099 (gdb-force-mode-line-update): New function.
13100 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13101 (gdb-exited): Use them.
13102 (gdb-signal): New function.
13103 (gdb-annotation-rules): Provide a rule for it.
13104
13105 2006-03-16 Kenichi Handa <handa@m17n.org>
13106
13107 * international/mule.el (auto-coding-regexp-alist): Add entries
13108 for Unicode BOM.
13109
13110 * sort.el (sort-build-lists): Temporarily bind
13111 inhibit-field-text-motion to t.
13112
13113 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13114
13115 * locate.el (locate-command, locate-make-command-line)
13116 (locate-fcodes-file, locate-update-command)
13117 (locate-prompt-for-command, locate, locate-with-filter)
13118 (locate-get-file-positions): Doc fixes.
13119 (locate-buffer-name, locate-header-face): Remove leading `*' in
13120 defcustom.
13121 (locate-filter-output): Use `keep-lines' instead of its alias
13122 `delete-non-matching-lines'.
13123 (locate-get-filename, locate-get-dirname): Add introductory comment.
13124 (locate-find-directory-other-window): Give appropriate error
13125 message if used outside main listing.
13126
13127 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13130 the new extend-region feature.
13131 (font-lock-after-change-function): Update correspondingly.
13132 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13133 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13134
13135 2006-03-15 Bill Wohler <wohler@newt.com>
13136
13137 * image.el (image-load-path-for-library): Fix example by not
13138 recommending that one binds image-load-path. Just defvar it to
13139 placate compiler and only use it if previously defined.
13140
13141 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13142
13143 * textmodes/org.el (org-insert-centered): Use `string-width' to
13144 make underlining work for wide characters.
13145 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13146 TAB to `org-cycle', to make sure that no binding in
13147 `outline-mode-map' can supercede it.
13148
13149 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13150
13151 * allout.el: Increment version to 2.2.1 in file commentary.
13152
13153 (allout-version): Increment to 2.2.1.
13154
13155 (allout-default-layout): New customization variable, used when the
13156 file lacks a specific allout-layout. Uses allout-layout-type for
13157 recursively nested definition.
13158
13159 (allout-layout-type): Widget defining allout layouts, necessary for
13160 self-recursive definition.
13161
13162 (allout-mode): Incorporate allout-default-layout as fallback for
13163 allout-layout.
13164
13165 (allout-layout): Mark as 'safe-local-variable', and refer mention
13166 fallback to `allout-default-layout' in absence of a specified value.
13167 (allout-passphrase-verifier-string)
13168 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13169
13170 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13171
13172 (allout-get-encryption-passphrase-verifier): Use correct name of
13173 passphrase verifier in docstring.
13174
13175 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13176
13177 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13178 elements.
13179 (gdb-find-watch-expression): Make it work for arrays too.
13180 Follow change to gdb-var-list.
13181 (gud-watch): Allow the user to enter variable name with a prexix
13182 arg. Create keybindings.
13183 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13184 (gdb-var-list-children-handler, gdb-var-update-handler)
13185 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13186 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13187 Follow change to gdb-var-list.
13188 (gdb-starting): Don't show the overlay arrows when program is running.
13189
13190 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13191 gdb-var-list.
13192
13193 2006-03-14 Bill Wohler <wohler@newt.com>
13194
13195 * image.el (image-load-path-for-library): Pass value of path
13196 rather than symbol. Always return list of directories.
13197 Guarantee that image directory comes first.
13198
13199 2006-03-14 Alan Mackenzie <acm@muc.de>
13200
13201 * font-core.el (font-lock-extend-region\(-function\)?.):
13202 New function/variable.
13203
13204 * font-lock.el (font-lock-after-change-function):
13205 Call font-lock-extend-region. Obey font-lock-lines-before.
13206 (font-lock-default-fontify-region): Remove reference to
13207 font-lock-lines-before.
13208
13209 * jit-lock.el (jit-lock-after-change):
13210 Call font-lock-extend-region. Obey font-lock-lines-before.
13211
13212 2006-03-14 David Ponce <david@dponce.com>
13213
13214 * tree-widget.el (tree-widget-themes-load-path)
13215 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13216
13217 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13218
13219 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13220 (rcirc-print): Mark the start of text at the end of the prompt.
13221 (rcirc-track-minor-mode): Add autoload cookie.
13222 (rcirc-update-activity-string): Add space to front of mode-line
13223 indicator.
13224
13225 2006-03-13 Miles Bader <miles@gnu.org>
13226
13227 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13228 (rcirc-abbrev-nick): Remove function.
13229 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13230
13231 2006-03-13 David Ponce <david@dponce.com>
13232
13233 * tree-widget.el: Handle themes across all occurrences of the main
13234 themes sub-directory found in tree-widget-themes-load-path.
13235 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13236 (tree-widget--locate-sub-directory): Return all occurrences.
13237 (tree-widget-themes-path): New function.
13238 Replace tree-widget-themes-directory, and return a list of directories.
13239 (tree-widget-set-parent-theme)
13240 (tree-widget-lookup-image): Use it.
13241
13242 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13243
13244 * textmodes/org.el (org-link-search): Avoid self-matching of
13245 links, allow target text to be distributed over several lines.
13246 (org-search-not-link): New function.
13247 (org-set-regexps-and-options, org-get-current-options):
13248 New startup options.
13249 (org-export-as-html): Take odd-level setting from local variable.
13250 (org-fontify-emphasized-text): New option.
13251 (org-set-font-lock-defaults): Include emphasized text.
13252 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13253 (org-font-lock): Customize group renamed from `org-faces'.
13254
13255 2006-03-13 John Paul Wallington <jpw@pobox.com>
13256
13257 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13258 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13259
13260 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13261
13262 * cus-start.el (all): Delete :version keyword for members of the
13263 fringe group, since the entire group is new in 22.1.
13264
13265 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13266
13267 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13268 map if value is hexadecimal (an address).
13269 (gud-watch): Only search roots for existing watch expressions.
13270 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13271 prevent caching problems with speedbar-update-directory-contents.
13272
13273 2006-03-12 Juri Linkov <juri@jurta.org>
13274
13275 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13276 before comparing with `low' and `warn'.
13277
13278 * info.el (Info-dir-remove-duplicates): Move point to the
13279 beginning of the current line after deleting the entries from
13280 redundant heading. Use marker for `limit' and compare it with
13281 point before calling `re-search-forward'.
13282
13283 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13284
13285 * simple.el (yank): Fix typo in docstring.
13286
13287 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13288
13289 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13290 messages, where "D" is the 6th character.
13291
13292 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13293
13294 * simple.el (yank): Fix last change.
13295
13296 2006-03-11 David Ponce <david@dponce.com>
13297
13298 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13299 merging elements from the standard ispell-dictionary-alist.
13300 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13301 alist, and return the new alist.
13302
13303 2006-03-11 Richard Stallman <rms@gnu.org>
13304
13305 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13306
13307 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13308 the way it is implemented is too unclean.
13309
13310 * simple.el (kill-region, yank): Doc fix.
13311
13312 * battery.el (battery-echo-area-format): Doc fix.
13313 (battery-mode-line-format): Likewise.
13314 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13315 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13316
13317 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13318
13319 * progmodes/octave-mod.el (octave-indent-for-comment):
13320 Behave according to do string.
13321
13322 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13323
13324 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13325 Be visible only if major mode is Mail Mode.
13326
13327 * textmodes/flyspell.el (flyspell-external-point-words)
13328 (flyspell-process-localwords): Fix last changes.
13329
13330 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13331
13332 * calendar/holidays.el (list-holidays): Doc fix.
13333
13334 * international/mule.el (auto-coding-alist): Add .odt
13335 (OpenOffice's open document) files.
13336
13337 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13338 document) files. Mention in the doc string the need to sync with
13339 auto-coding-alist.
13340
13341 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
13342
13343 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13344 enable-local-variables is set to always query, or there is no
13345 savable variable.
13346
13347 2006-03-10 Bill Wohler <wohler@newt.com>
13348
13349 * image.el (image-load-path-for-library): Merge at least three
13350 functions from Gnus and MH-E into this one function that can now
13351 be shared.
13352
13353 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
13354
13355 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13356 gdb-remove-mouse-face and remove help-echo too.
13357 (gdb-enqueue-input): Correct conditional clause.
13358
13359 2006-03-10 Glenn Morris <rgm@gnu.org>
13360
13361 * calendar/calendar.el (calendar-holidays): Doc fix.
13362 * calendar/holidays.el (list-holidays): Doc fix.
13363
13364 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
13365
13366 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13367 it gets called in gdb-prompt anyway.
13368 (gdb-use-separate-io-buffer): Only restore window arrangement for
13369 gdb-many-windows.
13370 (gdb-enqueue-input): Make it harder to send GDB input when program
13371 is running.
13372 (gdb-buffer-list): New variable.
13373 (gdb-remove-mouse-face): New function.
13374 (gdb-starting): Use it when GDB input won't get sent.
13375
13376 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
13377
13378 * help.el (view-lossage): Remove trailing whitespace before
13379 inserting "\n".
13380
13381 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
13382
13383 * files.el (hack-local-variables-confirm):
13384 Set coding-system-for-read to nil before writing to .emacs.
13385
13386 * arc-mode.el (archive-extract): Check if an existing buffer name
13387 comes from a different archive.
13388
13389 * help.el (describe-key-briefly): If KEY is a down event, read and
13390 discard the up event.
13391
13392 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
13393
13394 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13395 be edited and use font-lock-warning-face for any changes.
13396
13397 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13398 (gdb-edit-value): Use it to report any errors.
13399
13400 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
13401
13402 * help.el (describe-key): Remove leftover test code.
13403
13404 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
13405
13406 * textmodes/org.el: Move defvars out of eval-when-compile.
13407 Use buffer-file-name variable.
13408 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13409 arg `file'.
13410 (org-level-faces): Remove startup dependency.
13411 (org-cycle, org-map-tree, org-scan-tags)
13412 (org-remember-handler): Don't call `outline-level' directly.
13413 (org-mhe-search-all-folders): New option.
13414 (org-mhe-get-message-folder-from-index)
13415 (org-mhe-get-message-folder): Fix indexing search.
13416 (org-format-agenda-item): Handle nil TAGS argument.
13417 (org-cleaned-string-for-export, org-activate-target-links)
13418 (org-make-target-link-regexp): Deal with empty radio target list.
13419 (org-tag): New face.
13420 (org-get-level-face): New function.
13421 (org-set-font-lock-defaults): Simplify setup for headlines.
13422 (org-complete): Pass common substring to `display-completion-list'.
13423
13424 2006-03-06 David Ponce <david@dponce.com>
13425
13426 * tree-widget.el: Update Commentary header.
13427 (tree-widget-theme-name): Ignore parent themes.
13428 (tree-widget-set-parent-theme): New function.
13429 (tree-widget-set-theme): Use it.
13430 (tree-widget-set-image-properties): Move definition. Does nothing
13431 if image properties have already been set.
13432 (tree-widget-image-properties): Move definition. Receive an image
13433 name. Set the :pointer property.
13434 (tree-widget-lookup-image): Doc fix. Search in parent themes.
13435 Don't set the :pointer image property.
13436 (tree-widget-convert-widget): New function. Handle :dynargs
13437 compatibility here.
13438 (tree-widget): Use it to :convert-widget. Add the :expander-p
13439 predicate to control when the :expander function is entered.
13440 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13441 (tree-widget-value-create): Handle :expander-p. widget-apply
13442 :expander.
13443 (tree-widget-expander-p): New function. Default value of the
13444 :expander-p property.
13445
13446 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
13447
13448 * help.el (describe-key): Properly handle the return value of
13449 read-key-sequence when grabbing an up-event. Cleanup mouse-1
13450 remaps. Handle string and vector `follow-link' values.
13451
13452 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * complete.el (PC-expand-many-files): Try be more careful when parsing
13455 the shell's output.
13456
13457 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * outline.el (hide-sublevels): Provide better interactive default.
13460
13461 2006-03-06 Kenichi Handa <handa@m17n.org>
13462
13463 * international/fontset.el (create-fontset-from-fontset-spec):
13464 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13465
13466 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
13467
13468 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13469 backslashes instead of one in regexp.
13470 (gud-tooltip-dereference): Add missing optional argument.
13471
13472 2006-03-04 John Paul Wallington <jpw@pobox.com>
13473
13474 * wdired.el (toplevel): Require `cl' at compile-time.
13475
13476 2006-03-04 Andreas Schwab <schwab@suse.de>
13477
13478 * server.el (server-process-filter): Handle errors during
13479 evaluation of the argument.
13480
13481 2006-03-03 John Paul Wallington <jpw@pobox.com>
13482
13483 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13484 escape parentheses at beginning of line.
13485 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13486 (t-mouse-mode): Remove period from end of error message.
13487
13488 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
13489
13490 * textmodes/flyspell.el (flyspell-process-localwords):
13491 Be case-sensitive.
13492
13493 2006-03-03 Martin Rudalics <rudalics@gmx.at>
13494
13495 * cus-edit.el (custom-quote): Remove function, since it has been
13496 moved to custom.el.
13497
13498 * font-lock.el (lisp-font-lock-keywords-2)
13499 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13500 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13501 they have no special meaning.
13502
13503 * midnight.el (clean-buffer-list): Handle case where base-buffer of
13504 indirect buffer gets killed before indirect buffer. Use dolist.
13505
13506 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13507
13508 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13509 value instead of a literal constant (1) on more pauses.
13510
13511 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13512
13513 * textmodes/flyspell.el (flyspell-external-point-words):
13514 Be case-sensitive.
13515
13516 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
13517
13518 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13519 with "www".
13520
13521 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13522
13523 * allout.el: Restablish intermediate missing comment header to
13524 preserve outline structure.
13525 (allout-beginning-of-current-entry): Skip invisible text.
13526 (allout-open-topic): Fix opening a topic at end-of-buffer.
13527 (allout-minor-mode): Move nearer to allout-mode function.
13528
13529 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
13530
13531 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13532
13533 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
13534
13535 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13536 is nil.
13537
13538 * progmodes/gud.el (gud-speedbar-menu-items):
13539 Use buffer-local-value and add missing :visible keyword.
13540
13541 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13542
13543 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
13544
13545 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13546 must be `follow-link'.
13547
13548 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13549
13550 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13551 formatting: No nested anchors.
13552 (org-all-targets): Fix bug with XEmacs compatibility.
13553 (org-read-date): Add (require 'parse-time).
13554 (org-set-tags): Fix bug with extra inserted space.
13555 (org-export-html-style): Define a style class for targets.
13556 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13557 (org-hide-leading-stars): New option.
13558 (org-hide): New face.
13559 (org-set-font-lock-defaults): Allow to hide leading stars.
13560 (org-get-legal-level, org-tr-level): New functions.
13561 (org-odd-levels-only): New option.
13562 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13563 (org-demote, org-promote): Deal with double-star levels.
13564 (org-convert-to-odd-levels): New command.
13565
13566 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
13567
13568 * speedbar.el (speedbar-update-localized-contents): Try to
13569 preserve window-start.
13570 (speedbar-update-directory-contents): Try to preserve window-start
13571 and window-point.
13572 (speedbar-update-special-contents): Don't move back to start of window.
13573
13574 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13575 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
13576 speedbar-timer-fn.
13577 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13578 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13579 instead of gdb-speedbar-timer-fn.
13580
13581 2006-02-28 Jay Belanger <belanger@truman.edu>
13582
13583 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13584 (math-compose-expr): Use latex option when calling
13585 `math-compose-tex-matrix' for latex mode.
13586
13587 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
13588
13589 * speedbar.el: Re-instate comments about developing for speedbar
13590 [this is what info and gdb-ui use even if better methods exist now].
13591
13592 * t-mouse.el: New file.
13593 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
13594 (t-mouse-lispy-buffer-posn-from-coords): Remove.
13595 (t-mouse-make-event-element): Use posn-at-x-y instead.
13596 (t-mouse-make-event): Deal with Fedora Core 3.
13597 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13598 (t-mouse-mouse-position-function): New function. Use it instead
13599 of advising mouse-position.
13600 (t-mouse-mode): New minor mode.
13601 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
13602
13603 2006-02-27 Glenn Morris <rgm@gnu.org>
13604
13605 * calendar/calendar.el (calendar-holidays): Doc fix.
13606
13607 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
13608
13609 * progmodes/gdb-ui.el (gdb-source-window): New variable.
13610 Re-introduce the concept of a source window.
13611 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13612 consistency with get-buffer-create.
13613 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13614 (gdb-data-list-register-values-handler)
13615 (gdb-stack-list-locals-handler): Try to preserve window-start as
13616 well as window-point.
13617 (gdb-display-source-buffer): New function (old concept).
13618 (gdb-goto-breakpoint): Use it.
13619
13620 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13621 for gdb-ui/gdb-mi (old concept).
13622
13623 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
13624
13625 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13626 binding.
13627
13628 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13629
13630 * textmodes/reftex-sel.el (reftex-select-label-map)
13631 (reftex-select-bib-map): Add `follow-mouse' binding.
13632
13633 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
13634
13635 * jka-cmpr-hook.el (jka-compr-compression-info-list)
13636 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13637 Give :set functions to provide automatic updating.
13638 Update docstring. Give compiler defvars early in the file
13639 and move the defcustoms to a later spot where all called functions
13640 are defined.
13641 (jka-compr-file-name-handler-entry): Doc fix.
13642 (jka-compr-compression-info-list--internal)
13643 (jka-compr-mode-alist-additions--internal)
13644 (jka-compr-load-suffixes--internal): New variables.
13645 (jka-compr-install): Set the three above variables.
13646 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13647 (jka-compr-update, jka-compr-set): New functions.
13648 (auto-compression-mode): Doc fix.
13649
13650 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13651 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13652 Use jka-compr-compression-info-list--internal,
13653 jka-compr-mode-alist-additions--internal and
13654 jka-compr-load-suffixes--internal.
13655
13656 * files.el (load-library):
13657 * loadhist.el (file-loadhist-lookup):
13658 * startup.el (command-line):
13659 * subr.el (locate-library):
13660 * emacs-lisp/autoload.el (update-directory-autoloads):
13661 * emacs-lisp/find-func.el (find-library-suffixes):
13662 Use `get-load-suffixes' instead of `load-suffixes'.
13663
13664 * subr.el (locate-library):
13665 * emacs-lisp/find-func.el (find-library-name):
13666 Use `load-file-rep-suffixes' instead of '("").
13667
13668 2006-02-26 Kim F. Storm <storm@cua.dk>
13669
13670 * ido.el (ido-save-history, ido-load-history): Simplify.
13671 Don't use find-file-noselect to avoid interference from other modes.
13672
13673 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
13674
13675 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13676 to use the default shell if filename is not available.
13677 Reported by Giorgos Keramidas.
13678
13679 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
13680
13681 * progmodes/etags.el (tags-completion-table): Do completion from
13682 all the tables in the current list, as documented in the manual.
13683
13684 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13685
13686 * CC Mode Update to 5.31.3.
13687
13688 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13689
13690 * progmodes/cc-mode.el (c-postprocess-file-styles):
13691 Bind inhibit-read-only to t, around the call to
13692 c-remove-any-local-eval-or-mode-variables, so that it works on a
13693 RO file.
13694
13695 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13696
13697 * progmodes/cc-awk.el: Correct a typo.
13698
13699 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13700
13701 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13702 c-hungry-delete-backwards, at the request of RMS. Leave the old
13703 name as an alias.
13704
13705 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13706
13707 * progmodes/cc-mode.el: Correct a typo.
13708
13709 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13710
13711 * progmodes/cc-defs.el: Update the version number to 5.31.3.
13712
13713 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13714
13715 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13716 brace-else-brace (error due to mbeg, mend being undefined).
13717
13718 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13719
13720 * progmodes/cc-mode.el: File Local variables: Solve the problem
13721 where both `mode' and c-file-offsets are specified: `mode' will
13722 overwrite c-f-o's settings:
13723 (c-remove-any-local-eval-or-mode-variables): New function.
13724 (c-postprocess-file-styles): Call the above new function, within
13725 c-tentative-buffer-change, to splat `mode' and `eval' before the
13726 second hack-local-variables.
13727
13728 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13729
13730 * progmodes/cc-mode.el:
13731 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13732 (c-after-change): Protect the match data with save-match-data.
13733 It was getting corrupted by c-after-change-check-<>-operators.
13734
13735 * cc-defs.el: [Supersedes patch V1.38]:
13736 (top level): Check for a buggy font-lock-compile-keywords ONLY in
13737 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
13738
13739 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13740 with save-match-data. It was being corrupted when Font Lock was
13741 not enabled.
13742
13743 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13744
13745 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13746 Mode and Subword Mode.
13747
13748 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13749 real labels ("case 1:" or "foo:") from non-labels ("public:").
13750 (c-forward-objc-directive): Replace c-forward-token-2 with crude
13751 coding; c-f-t-2 doesn't move over a token at EOB.
13752
13753 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13754
13755 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13756 (c-update-modeline): Concatenate the minor mode indicators
13757 directly onto mode-name, removing c-submode-indicators.
13758 Sometimes, c-s-i got separated from the mode name on the mode line.
13759
13760 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13761 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13762
13763 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13764
13765 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13766 error message when there's an evaluation error to show whether
13767 it's loaded from source or not.
13768 (c-filter-ops): Make it available at runtime too to work when
13769 `c-make-init-lang-vars-fun' needs to evaluate from source.
13770
13771 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
13772
13773 * help.el (help): Revert last part of 2006-02-23 change (deletion
13774 of the `provide' call).
13775
13776 2006-02-23 Juri Linkov <juri@jurta.org>
13777
13778 * compare-w.el (compare-windows-highlight): Add new value
13779 `persistent' and change :type from `boolean' to `choice'.
13780 (compare-windows-overlays1, compare-windows-overlays2):
13781 New internal variables.
13782 (compare-windows-highlight): If compare-windows-highlight is
13783 `persistent', add current overlays to compare-windows-overlays[12]
13784 instead of adding compare-windows-dehighlight to pre-command-hook.
13785 (compare-windows-dehighlight): Delete all overlays from
13786 compare-windows-overlays[12].
13787
13788 * info.el (Info-search): Don't bind search-spaces-regexp to
13789 Info-search-whitespace-regexp in non-regexp isearch mode.
13790
13791 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13794
13795 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
13796
13797 * textmodes/org.el (org-xemacs-p)
13798 (org-export-html-show-new-buffer, org-table-may-need-update)
13799 (org-insert-item, org-mhe-get-message-real-folder)
13800 (org-mhe-get-message-folder-from-index)
13801 (org-mhe-get-message-folder, org-mhe-get-message-num)
13802 (org-mhe-get-header, org-make-org-heading-search-string)
13803 (org-make-org-heading-camel, org-table-sort-lines)
13804 (org-format-org-table-html, org-format-table-table-html):
13805 Fix typos in docstrings.
13806
13807 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
13808
13809 * textmodes/org.el (org-cleaned-string-for-export)
13810 (org-solidify-link-text): New function.
13811 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13812 XEmacs, just to silence the compiler.
13813 (org-export-as-ascii, org-export-as-html-and-open):
13814 Use `org-cleaned-string-for-export' and create internal links.
13815 (org-follow-mhe-link): Require mh-e, use folder.
13816
13817 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13818
13819 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13820
13821 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13822 gdb-debug-log-length.
13823 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
13824 it a real ring but...
13825 (gud-gdba-marker-filter): ...make it work like mark-ring.
13826 (gdb-enable-debug): Rename from gdb-enable-debug-log.
13827 (gdb-mouse-jump): New function. Add bindings.
13828
13829 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13830
13831 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13832 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13833 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13834 (gdb-debug-log-length): Customize it's length.
13835 (gud-watch, gdb-var-create-handler): Display function::var format
13836 but don't use to create variable object.
13837 (gdb-var-create-handler): Use message-box in place of message.
13838 (gdb-stopped): Call gdb-exited if signalled.
13839
13840 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
13841
13842 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13843
13844 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13845
13846 * textmodes/reftex.el (reftex-locate-file): Search all extensions
13847 if `reftex-try-all-extensions' is set.
13848
13849 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13850 fail silently when there is no valid argument at point.
13851 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13852 `fail-silently' argument. From a patch by David Reiter.
13853
13854 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13855 New commands.
13856 (org-mark-ring): New variable.
13857 (org-mark-ring-length): New option.
13858 (org-open-at-point, org-goto, org-open-file): Push old position
13859 onto the mark ring.
13860 (org-add-hook): New function.
13861 (org-export-table-remove-special-lines): New option.
13862 (org-skip-comments, org-format-org-table-html): Respect new
13863 option `org-export-table-remove-special-lines'.
13864 (org-open-file): Allow special command configuration for
13865 directory link.
13866 (org-file-apps): Fix bugs in customize type, added setting
13867 for directories.
13868 (org-activate-tags, org-format-agenda-item, org-complete)
13869 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13870 (org-get-tags, org-get-buffer-tags, org-open-at-point)
13871 (org-link-search, org-make-org-heading-search-string)
13872 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13873 (org-radio-targets, org-file-link-context-use-camel-case)
13874 (org-activate-camels): New options.
13875 (org-update-radio-target-regexp, org-all-targets)
13876 (org-make-target-link-regexp, org-activate-target-links):
13877 New functions.
13878 (org-make-org-heading-search-string): New function.
13879 (org-store-link, org-insert-link): Use new option
13880 `org-file-link-context-use-camel-case'.
13881 (org-activate-camels): Use new option `org-activate-camels'.
13882 (org-link-regexp): Add mhe prefix.
13883 (org-open-at-point, org-store-link): Support for mhe links.
13884 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13885 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13886 (org-mhe-get-header, org-follow-mhe-link): New functions.
13887 (org-remove-angle-brackets, org-add-angle-brackets):
13888 New functions.
13889 (org-bracket-link-regexp): New constant.
13890 (org-read-date): Fix bug that was rejecting all typed dates.
13891 (org-link-search): Make hierarchy above visible after a match.
13892 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13893 (org-store-link): Fix bug with link creation when cursor is in
13894 an empty line.
13895 (org-open-at-point): Fix bug with matching a link.
13896 Fixed buggy argument sequence in call to `org-view-tags'.
13897 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13898 (org-prefix-has-tag): New variable.
13899 (org-format-agenda-item): Remove tags from headline
13900 if appropriate.
13901 (org-agenda-remove-tags-when-in-prefix): New option.
13902
13903 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
13904
13905 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13906 Fix the regular expressions.
13907
13908 2006-02-21 Richard M. Stallman <rms@gnu.org>
13909
13910 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13911 if there's no other specific basis.
13912
13913 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13914 as variables at all.
13915 (unsafep-variable): Rename arg; doc fix.
13916
13917 * abbrevlist.el (list-one-abbrev-table): Add autoload.
13918
13919 * calendar/appt.el (diary-selective-display): Add defvar.
13920
13921 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13922
13923 * isearch.el (search-whitespace-regexp): Fix custom type.
13924
13925 * help.el (describe-key-briefly): Compute interactive args
13926 in same was as before previous change.
13927
13928 * files.el (enable-local-variables): Doc fix.
13929
13930 2006-02-21 Kim F. Storm <storm@cua.dk>
13931
13932 * fringe.el: Cleanup as file is now pre-loaded.
13933 (fringe-bitmaps): Initialize unconditionally.
13934 (fringe-mode, set-fringe-style): Remove autoload cookies.
13935
13936 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
13937
13938 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13939 `horizontal-bar'.
13940 (fringe-cursor-alist): Use `horizontal-bar'.
13941
13942 2006-02-20 Kim F. Storm <storm@cua.dk>
13943
13944 * fringe.el (fringe-bitmaps): Update to new bitmap names.
13945 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13946
13947 * loadup.el: Load "fringe" on window systems.
13948
13949 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13950
13951 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13952 out of scope components.
13953
13954 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13955 default.
13956
13957 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
13958
13959 * custom.el (customize-mark-to-save, customize-mark-as-set):
13960 Load the symbol first.
13961
13962 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
13963
13964 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13965 strech spec so it doesn't display as "^J" on the header line
13966 when `Buffer-menu-use-header-line' is t.
13967
13968 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13969
13970 * speedbar.el (speedbar-make-button): Keep text properties
13971 of string arguments if desired.
13972
13973 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13974 expessions.
13975
13976 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13977 of speedbar.
13978
13979 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
13980
13981 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13982 to value of `read-file-name-completion-ignore-case'.
13983
13984 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
13985
13986 * custom.el (customize-mark-as-set): Push to `user' theme.
13987
13988 * cus-edit.el (custom-save-variables): Allow unthemed values.
13989 (customize-set-variable): Push setting to `user' theme.
13990
13991 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
13992
13993 * progmodes/gud.el: Don't require font-lock as it's now
13994 automatically loaded.
13995 (gud-speedbar-buttons): Replace gdb-var-changed with
13996 gdb-force-update.
13997
13998 * progmodes/gdb-ui.el (gdb-force-update): Rename from
13999 gdb-var-changed.
14000 (gdb-post-prompt): Use it.
14001 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14002 (gdb-var-update-handler, gdb-var-delete)
14003 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14004 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14005 gdb-force-update in gdb-post-prompt.
14006 (gdb-reset): Clear watch expressions from speedbar when quitting.
14007
14008 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14009
14010 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14011 (viper-change-state-to-vi, viper-change-state-to-emacs):
14012 Make aware of cursor coloring in the Emacs state.
14013 (viper-special-read-and-insert-char): Use read-char-exclusive.
14014 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14015
14016 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14017
14018 * viper-util.el (viper-save-cursor-color)
14019 (viper-get-saved-cursor-color-in-replace-mode)
14020 (viper-get-saved-cursor-color-in-insert-mode)
14021 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14022 state.
14023 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14024
14025 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14026 (ediff-ignore-case-option3, ediff-actual-diff-options)
14027 (ediff-actual-diff3-options): New variables to control case sensitivity.
14028 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14029 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14030 (ediff-toggle-ignore-case): New function.
14031 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14032
14033 * ediff-help.el (ediff-long-help-message-narrow2)
14034 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14035 (ediff-long-help-message-word-mode): Add ignore-case command.
14036 (ediff-help-for-quick-help): Add ignore-case command.
14037
14038 * ediff-merg.el: Move provide to the end.
14039
14040 * ediff-ptch.el: Move provide to the end.
14041
14042 * ediff-wind.el: Move provide to the end.
14043
14044 * ediff-mult.el: Move provide to the end.
14045 (ediff-set-meta-overlay): Enable follow-link.
14046
14047 * ediff.el: Move provide to the end.
14048 Break recursive load cycle in eval-when-compile.
14049 (ediff-patch-buffer): Better heuristics.
14050
14051 * ediff-util.el: Move provide to the end.
14052 Break recursive load cycle in eval-when-compile.
14053 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14054 defuns.
14055 (ediff-submit-report): Pass the values of ediff-diff3-program,
14056 ediff-diff3-options.
14057
14058 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14061 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14062 `' (for example, in the docstring of `windmove-default-keybindings').
14063
14064 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14065
14066 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14067 shadow face. Don't provide binding to edit variable when it is
14068 out of scope.
14069
14070 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14071 (gdb-var-update-handler): Detect out of scope variables with pre
14072 GDB 6.4 too.
14073 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14074 Reset status of variable objects to nil in update handlers.
14075 (gdb-var-update-handler-1): Detect when a variable object comes
14076 in scope. setcar on var changes gdb-var-list directly.
14077
14078 2006-02-17 Juri Linkov <juri@jurta.org>
14079
14080 * ffap.el (ffap) <defface>: Add explicit face declaration.
14081 (ffap-highlight): Use face `ffap' directly instead of checking
14082 for its existence.
14083
14084 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14085 `visible-ok' of `other-buffer' to find the right original buffer.
14086
14087 * info.el (Info-search): Skip `Local Variables' node.
14088
14089 2006-02-17 Juri Linkov <juri@jurta.org>
14090
14091 * info.el (Info-find-file): Check for symbols `apropos', `history',
14092 `toc' in the input filename, and return these symbols as is.
14093 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14094 `history', `toc' instead of strings.
14095 (Info-set-mode-line): For non-string Info-current-file use the
14096 symbol's name inside **.
14097 (Info-isearch-push-state): Add quote before Info-current-file and
14098 Info-current-node.
14099 (Info-isearch-pop-state): Use `equal' instead of `string='.
14100 (Info-extract-pointer, Info-following-node-name): Use
14101 `match-string-no-properties' instead of `match-string'.
14102 (Info-up): Check `old-file' for `stringp'.
14103 (Info-history): Use `equal' instead of `string-equal'.
14104 Check `file' for `stringp'.
14105 (Info-history): Use symbol `history' instead of string as first arg
14106 of `Info-find-node'.
14107 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14108 `toc' instead of string.
14109 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14110 instead of `buffer-substring', and `match-string-no-properties'
14111 instead of `match-string'.
14112 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14113 instead of strings.
14114 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14115 Use symbol `apropos' instead of string.
14116 (Info-copy-current-node-name): Check `Info-current-file' for
14117 `stringp' and construct a command with `Info-find-node' from it.
14118 (Info-fontify-node): Use `match-string-no-properties' instead of
14119 `match-string' and check file names for `stringp'.
14120 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14121 `history', `toc' instead of strings.
14122
14123 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14124
14125 * files.el: Rearrange functions and variables in the file local
14126 variables section.
14127
14128 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14129
14130 * files.el: Add truncate-lines, ispell-check-comments and
14131 ispell-local-dictionary as safe local variables.
14132
14133 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14134
14135 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14136 out of scope variables.
14137 (gud-speedbar-buttons): Use unless.
14138
14139 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14140 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14141 (gdb-show-changed-values): Also use for out of scope variables.
14142 (gdb-var-update-handler-1): Note if variable goes out of scope.
14143
14144 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14145
14146 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14147 default to global variable values for unsupplied args.
14148 (rcirc-get-buffer-create): Fix bug with setting the target.
14149 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14150 test for rcirc-always-use-server-buffer-flag here.
14151 (rcirc-response-formats): Add %N, which is a facified nick. %n
14152 uses the default face. Change the ACTION format string. If the
14153 "nick" is the server, don't print anything for that field.
14154 Comment fixes.
14155 (rcirc-target-buffer): Don't test
14156 rcirc-always-use-server-buffer-flag here.
14157 (rcirc-print): Squeeze extra spaces out of the text before message.
14158 (rcirc-put-nick-channel): Strip potential "@" char from nick
14159 before adding them to nick table.
14160 (rcirc-url-regexp): Improve to match address like "foo.com".
14161
14162 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14163
14164 * allout.el (allout-hidden-p): Move this defsubst before
14165 allout-overlay-interior-modification-handler, where it is first
14166 used.
14167
14168 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14169
14170 * allout.el: Use allout invisible-text overlays instead of
14171 selective display for concealed text. Also, lots of general
14172 cleanup, and improved compatibility code.
14173
14174 (allout-version): Incremented, corrected, revised, and refined
14175 module commentary.
14176
14177 (provide 'allout): Moved to the bottom, added a require of overlay.
14178
14179 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14180 `except-current'.
14181 (allout-write-file-hook-handler): Minimize delay.
14182 (count-trailing-whitespace-region): New function so
14183 auto-encryption of current topic can resituate cursor exactly.
14184 PGP/GPG encryption trims trailing whitespace from lines, which
14185 must be accounted for across encryption then decryption.
14186
14187 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14188 just plain "\C-c", to avoid intruding on user's keybinding space.
14189
14190 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14191 parameter, so user request to provide a new password is done.
14192
14193 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14194 Refined mechanism for auto-filling behavior while in allout mode.
14195
14196 (allout-mode): Explicitly specify the mode map in the docstring.
14197 Clarify provision for various write-file hook var names.
14198 Adjusted for invisible-text overlays instead of selective-display.
14199
14200 (allout-depth): Really return 0 if not within any topic. This
14201 rectifies `allout-beginning-of-level' and sequence numbering
14202 errors that occur when cutting and pasting numbered topics.
14203 Changed from a in-line subst to a regular function, as well.
14204
14205 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14206
14207 (allout-end-of-subtree, allout-end-of-subtree)
14208 (allout-end-of-entry, allout-end-of-current-heading)
14209 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14210 (allout-show-children, allout-show-to-offshoot)
14211 (allout-hide-current-entry, allout-show-current-entry): Rectified
14212 handling of trailing blank lines between items.
14213
14214 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14215 (allout-current-depth, allout-unprotected, allout-hidden-p)
14216 (allout-on-current-heading-p, allout-listify-exposed)
14217 (allout-chart-subtree, allout-goto-prefix)
14218 (allout-back-to-current-heading, allout-get-body-text)
14219 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14220 (allout-hide-region-body, allout-toggle-subtree-encryption)
14221 (allout-encrypt-string, allout-encrypted-key-info)
14222 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14223 (allout-file-vars-section-data): Adjusted for use with
14224 invisible-text overlays instead of selective-display.
14225
14226 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14227 Reworked for use with invisible text overlays.
14228
14229 (allout-current-topic-collapsed-p): New function.
14230
14231 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14232 to know when to close the containing topic.
14233
14234 (allout-pre-command-business, allout-post-command-business):
14235 Simplify undo-batching and dynamic isearch exposure.
14236
14237 (allout-set-overlay-category): New for invisible-text overlays.
14238 Sets properties of allout-overlay-category, used by
14239 allout-flag-region to set invisible-text overlay properties.
14240 (allout-get-invisibility-overlay): Get the first qualifying
14241 invisibility overlay, so we can find the extent of it.
14242 (allout-back-to-visible-text): Get to just before the beginnining
14243 of the current invisibility overlay, if any.
14244
14245 (allout-overlay-insert-in-front-handler)
14246 (allout-overlay-interior-modification-handler)
14247 (allout-before-change-handler, allout-isearch-end-handler): New
14248 functions to handle extraordinary actions affecting concealed
14249 text.
14250
14251 (allout-flag-region): Use overlays instead of selective-display
14252 for invisible text - by inheritence from the properties of
14253 allout-overlay-category in mainline Emacs, and applied
14254 property-by-property in XEmacs, some recent versions of which
14255 don't inherit the properties from the category. Provisions to
14256 respond to concealed-text edits simplified drastically.
14257
14258 (allout-isearch-rectification, allout-isearch-was-font-lock)
14259 (allout-isearch-expose, allout-enwrap-isearch)
14260 (allout-isearch-abort, allout-pre-was-isearching)
14261 (allout-isearch-prior-pos, allout-isearch-did-quit)
14262 (allout-isearch-dynamic-expose)
14263 (allout-hide-current-entry-completely): Functions deleted.
14264
14265 (allout-undo-aggregation): Explicit undo aggregation no longer
14266 necessary due to transition away from selective-display.
14267
14268 (set-allout-regexp, allout-up-current-level)
14269 (allout-next-visible-heading, allout-forward-current-level)
14270 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14271 (allout-kill-line, allout-yank-processing, allout-show-children)
14272 (allout-expose-topic, allout-old-expose-topic)
14273 (allout-listify-exposed, allout-insert-latex-header)
14274 (allout-toggle-subtree-encryption, allout-encrypt-string)
14275 (remove-from-invisibility-spec, allout-hide-current-subtree):
14276 Ditched unused variables.
14277
14278 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14279
14280 * textmodes/ispell.el (ispell-change-dictionary): Call
14281 ispell-buffer-local-dict instead of
14282 ispell-accept-buffer-local-defs.
14283 (ispell-local-dictionary-alist): Accept as valid any coding-system
14284 supported by Emacs.
14285 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14286 changed to iso-8859-3.
14287
14288 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14289
14290 * speedbar.el (speedbar-frame-width): Make an inline function
14291 instead of a macro. Use frame-width.
14292 (speedbar-try-completion, speedbar-update-contents)
14293 (speedbar-timer-fn): Use consp.
14294 (speedbar-update-localized-contents): Try to preserve point.
14295
14296 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14297 (menu): Re-order menu items.
14298 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14299 field.
14300 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14301 (gdb-post-prompt): Speed things by not forcing update.
14302
14303 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14304
14305 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14306 press and perform default action if we get a mouse movement event.
14307
14308 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14309
14310 * calendar/icalendar.el (icalendar--get-event-property)
14311 (icalendar--get-event-property-attributes): Fix typos in
14312 docstrings.
14313
14314 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14315 docstring.
14316
14317 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
14318
14319 * bs.el (bs-mode): Use `buffer-disable-undo'.
14320 (bs--get-file-name): Simplify.
14321 (bs-show-in-buffer): Mark the buffer as not modified.
14322
14323 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14324
14325 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14326 widget-button-click.
14327
14328 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14329 (custom-mode): Update docstring.
14330
14331 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14332 binding.
14333
14334 * files.el (hack-local-variables-confirm): Allow scrolling if the
14335 file variable list is too long. Kill temp buffer after use.
14336
14337 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
14338
14339 * progmodes/gud.el (gdb): Improve doc string.
14340 (gdb-script-font-lock-keywords): Expand allowed character set.
14341
14342 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14343 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14344 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14345 (gdb-separate-io-stop, gdb-separate-io-eof):
14346 Rename from gdb-inferior-* to gdb-separate-*.
14347 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14348
14349 2006-02-14 Jay Belanger <belanger@truman.edu>
14350
14351 * calc/calc-arith.el (math-check-known-scalarp): Make sure
14352 expression is a symbol before checking that it is bound.
14353
14354 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14355 test to see if equation can be solved.
14356
14357 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14358
14359 * wid-edit.el (widget-button-click): Use :pressed-face property
14360 for overlay face, if it exists.
14361
14362 * cus-edit.el (custom-manual, custom-add-see-also)
14363 (custom-add-parent-links, custom-group-link): Add :pressed-face
14364 property to links.
14365
14366 * files.el (hack-local-variables): Remove ignored variables before
14367 checking if any variables need setting.
14368
14369 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14370
14371 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14372
14373 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
14374
14375 * help.el (where-is): Fix message for remapped commands.
14376
14377 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14378 Fix typos in docstrings.
14379
14380 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
14381
14382 * files.el (safe-local-variable-values): New option.
14383 (hack-local-variables-prop-line): Return a list of variable-value
14384 pairs if MODE-ONLY is non-nil.
14385 (hack-local-variables): Construct list of variable-value pairs,
14386 and apply or reject them in one go. Ask for confirmation if
14387 variables are not known safe.
14388 (hack-local-variables-confirm): Complete rewrite. Support
14389 `safe-local-variable-values'.
14390 (enable-local-variables): Update docstring to reflect new
14391 behavior.
14392 (ignored-local-variables): Ignore ignored-local-variables and
14393 safe-local-variable-values.
14394 (safe-local-variable-p): New function.
14395 (risky-local-variable-p): `safe-local-variable' property check
14396 moved to safe-local-variable-p.
14397 (hack-one-local-variable): Checks moved to hack-local-variables.
14398
14399 (byte-compile-dynamic, c-basic-offset, c-file-style)
14400 (c-indent-level, comment-column, fill-column, fill-prefix)
14401 (indent-tabs-mode, kept-new-versions, no-byte-compile)
14402 (no-update-autoloads, outline-regexp, page-delimiter)
14403 (paragraph-start, paragraph-separate, sentence-end)
14404 (sentence-end-double-space tab-width, version-control):
14405 Add `safe-local-variable' property.
14406
14407 * find-lisp.el: Delete nonexistent `autocompile' file variable.
14408
14409 * icomplete.el, play/landmark.el: Change nonexistent
14410 `outline-layout' file variable to `allout-layout'.
14411
14412 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
14413
14414 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14415 (gdb-get-changed-registers): Test value of gud-minor-mode relative
14416 to gud-comint-buffer.
14417 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14418 gdb-ui.el for gdb-mi.el.
14419 (gdb-post-prompt, gdb-get-changed-registers): Move test for
14420 registers buffer to gdb-get-changed-registers.
14421 (gdb-breakpoint-regexp): New regexp. Allow toggling and
14422 deletion of catchpoints (throw and catch).
14423 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14424 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14425 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14426 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14427 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14428
14429 2006-02-13 Jay Belanger <belanger@truman.edu>
14430
14431 * calc/calc-arith.el (math-check-known-matrixp): Make sure
14432 expression is a symbol before checking that it is bound.
14433
14434 2006-02-13 Richard M. Stallman <rms@gnu.org>
14435
14436 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14437 for the minibuffer too, but not if resize-mini-windows will interfere.
14438
14439 * help.el (describe-key-briefly, describe-key): Do all arg-reading
14440 inside `interactive' spec.
14441 (describe-key-briefly-internal, describe-key-internal):
14442 Functions merged back into their callers.
14443
14444 2006-02-13 Martin Rudalics <rudalics@gmx.at>
14445
14446 * info.el (info-xref-visited): Inherit from info-xref too.
14447 (Info-set-mode-line): Replace occurrences of `%' by `%%'
14448 when propertizing Info-current-file and Info-current-node.
14449
14450 2006-02-13 Juri Linkov <juri@jurta.org>
14451
14452 * tumme.el (tumme-thumbnail-storage): Fix docstring.
14453 (tumme-thumb-name): Fix per-directory format.
14454
14455 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
14456
14457 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14458
14459 2006-02-12 Miles Bader <miles@gnu.org>
14460
14461 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14462
14463 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
14464
14465 * tumme.el: Remove history section. If someone needs the it, it
14466 can always be found in CVS.
14467
14468 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14469
14470 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
14471 about the Thumbnail Managing Standard option.
14472
14473 2006-02-12 Richard M. Stallman <rms@gnu.org>
14474
14475 * subr.el (substitute-key-definition): Doc fix.
14476
14477 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14478
14479 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14480
14481 * info.el (Info-mode): Doc fix.
14482
14483 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14484
14485 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
14486
14487 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14488 because on Solaris a POSIX compatible "id" is needed. Reported by
14489 Magnus Henoch <mange@freemail.hu>.
14490
14491 2006-02-12 Juri Linkov <juri@jurta.org>
14492
14493 * tumme.el: Remove todo item about Thumbnail Managing Standard.
14494 (tumme) <defgroup>: Change :group to `multimedia'.
14495 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14496 Managing Standard.
14497 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14498 Fix dostring.
14499 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14500 and %y. Fix docstring.
14501 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14502 (tumme-cmd-create-standard-thumbnail-command): New user options.
14503 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14504 is `standard'. Fix docstring.
14505 (tumme-thumb-width, tumme-thumb-height): New user options.
14506 (tumme-external-viewer): Try to find various viewers.
14507 (tumme-get-thumbnail-image): Use `create-image' instead of
14508 constructing the `image' structure.
14509 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14510 `standard'.
14511 (tumme-thumb-name): Add file name generation for standard storage.
14512 Simplify code for other storages.
14513 (tumme-thumb-name): Use width %w and height %h instead of size %s.
14514 Add modification time %m and thumbnail-nq8 %q.
14515 Use `tumme-cmd-create-standard-thumbnail-command' if
14516 tumme-thumbnail-storage is `standard'.
14517 (tumme-dired-insert-marked-thumbs): New autoload command.
14518 (tumme-dired-after-readin-hook): New function.
14519 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14520 `tumme-thumb-size'.
14521 (tumme-display-image): Replace size-x %x and size-y %y with
14522 width %w and height %h.
14523
14524 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14525 `tumme-dired-insert-marked-thumbs'.
14526
14527 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14528
14529 * tumme.el (tumme-write-tag): Fix small bug (file name did not
14530 include path).
14531 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14532 matching tag.
14533
14534 2006-02-12 Miles Bader <miles@gnu.org>
14535
14536 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14537 New variables.
14538 (rcirc-abbrev-nick): New function.
14539 (rcirc-format-response-string): Rewrite to use the formats in
14540 `rcirc-response-formats' and expand escape sequences therein.
14541 A text-property `rcirc-text' is added over the actual response
14542 text to make easy to find inside the returned string.
14543 (rcirc-print): When filling, just look for the `rcirc-text'
14544 text-property to find the appropriate fill prefix, instead of
14545 using hardwired patterns.
14546
14547 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14548
14549 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
14550 Managing Standard.
14551
14552 2006-02-11 Kim F. Storm <storm@cua.dk>
14553
14554 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14555 Don't use insert-buffer; do insert-buffer-substring directly.
14556 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
14557
14558 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14559
14560 * files.el (revert-buffer, recover-file): Replace buffer-read-only
14561 with inhibit-read-only. Suggested by Stefan Monnier.
14562 (revert-buffer): Let insert-file-contents discard
14563 buffer-undo-list. Simplify code.
14564 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14565
14566 2006-02-11 Eli Zaretskii <eliz@gnu.org>
14567
14568 * menu-bar.el (menu-bar-select-yank): Add a doc string.
14569
14570 * help.el (describe-key-briefly): Now a wrapper for
14571 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
14572 to t. Populate yank-menu if empty.
14573 (describe-key-briefly-internal): Renamed from describe-key-briefly.
14574 (describe-key): Now a wrapper for describe-key-internal. Bind
14575 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
14576 (describe-key-internal): Renamed from describe-key.
14577
14578 2006-02-11 Milan Zamazal <pdm@zamazal.org>
14579
14580 * progmodes/glasses.el (glasses-separator): Doc fix.
14581 (glasses-original-separator): New defcustom.
14582 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14583
14584 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14585
14586 * mwheel.el (mouse-wheel-up-event): Doc fix.
14587
14588 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14589
14590 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14591 (tumme-dir): New function. Copied from thumbs.el.
14592
14593 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
14594
14595 * desktop.el (desktop-outvar): Fix typo.
14596 (desktop-save-buffer-p): Doc fix.
14597
14598 * subr.el (substitute-key-definition): Fix typo.
14599
14600 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14601
14602 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14603 when window-system is mac.
14604
14605 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14606
14607 2006-02-10 Kim F. Storm <storm@cua.dk>
14608
14609 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14610 indirect-function instead of using condition-case.
14611
14612 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
14613
14614 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14615 less `colloquial'...
14616
14617 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
14618
14619 * tumme.el: Add a couple of todo items.
14620
14621 2006-02-09 Lars Hansen <larsh@soem.dk>
14622
14623 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14624 (highlight-changes-mode): Don't change desktop-locals-to-save.
14625
14626 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
14627
14628 * image-mode.el (image-toggle-display): Clear image cache if using
14629 filename.
14630
14631 2006-02-09 Masatake YAMATO <jet@gyve.org>
14632
14633 * dired-x.el (dired-guess-shell-alist-default): Add .man as
14634 a `dired-man' target.
14635
14636 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14637 boundary of symbols.
14638
14639 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
14640
14641 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14642
14643 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
14644
14645 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14646 `mapcar'; return nil.
14647
14648 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
14649
14650 * mouse.el (mouse-drag-track): Don't change window if we rebind to
14651 some other event.
14652
14653 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
14654
14655 * net/rcirc.el (rcirc-startup-channels-alist):
14656 Add irc.freenode.net and #emacs as defaults.
14657 (rcirc-ignore-all-activity-flag): Remove variable.
14658 (rcirc-authinfo): New variable.
14659 (rcirc-authinfo-filename): Remove variable.
14660 (rcirc-always-use-server-buffer-flag): New flag.
14661 (rcirc): M-x rcirc will automatically connect without prompting.
14662 C-u M-x rcirc will prompt. Use rcirc-connect to create a
14663 connection in lisp.
14664 (rcirc-process-server-response-1): Remove everything but the nick
14665 portion of the sender so it doesn't need to be done everywhere
14666 else. Update related code.
14667 (global-map): Remove global keybindings.
14668 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14669 (rcirc-send-input): Split into several functions.
14670 (rcirc-process-input-line, rcirc-process-message)
14671 (rcirc-process-command): New functions.
14672 (rcirc-target-buffer): New function to determine where to route
14673 messages.
14674 (rcirc-user-nick): Save match data.
14675 (rcirc-toggle-ignore-buffer-activity)
14676 (rcirc-update-activity-string): Remove global ignore functionality,
14677 which can be done now by toggling rcirc-track-minor-mode.
14678 (rcirc-track-minor-mode-map): New keymap.
14679 (rcirc-track-minor-mode): New minor-mode.
14680 (ignore): Make the ignore output nicer. Always print it when
14681 adding or removing nicks.
14682 (rcirc-url-regexp): Improve.
14683 (rcirc-mangle-text): Remove properties before using text in the
14684 modeline.
14685 (rcirc-authenticate): Authentication data comes from
14686 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14687 (rcirc-server-prefix): Inherit from rcirc-server.
14688
14689 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
14690
14691 * Makefile.in (compile): Append "|| true" to the end of the `find'
14692 command, like compile-always does.
14693
14694 2006-02-08 Sam Steingold <sds@gnu.org>
14695
14696 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14697 output from a dead connection.
14698
14699 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14700
14701 * dired.el (dired-mode-map): Add more bindings for tumme.
14702
14703 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14704
14705 * wdired.el (wdired-mode-map): Use remap.
14706 (wdired-get-filename): Massage.
14707 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14708 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14709 `keymap' property rather than `local-map'.
14710
14711 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14712
14713 * tumme.el (tumme-get-thumbnail-image): New utility function.
14714 Suggested by from Chong Yidong.
14715 (tumme-dired-with-window-configuration): Rename from
14716 `tumme-dired'. Add code to save window configuration.
14717 (tumme-restore-window-configuration): New command to restore the
14718 window configuration that `tumme-dired-with-window-configuration'
14719 saves before it changes the window configuration.
14720 (tumme-show-all-from-dir): New command to display thumbnails for
14721 all files in a directory entered by the user, like M-x thumbs.
14722 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14723 have been created.
14724 (tumme-display-thumbnail-original-image): Call `display-buffer'.
14725 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14726 Remove obsolete test function.
14727
14728 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
14729
14730 * vc.el (small-temporary-file-directory): Remove defvar; there's
14731 a defcustom for it in files.el.
14732
14733 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14734 Fix typo in message.
14735 (tumme-gallery-generate): Fix typo in `error' message.
14736 (tumme-display-window-height-correction)
14737 (tumme-display-window-width-correction, tumme-line-up-dynamic)
14738 (tumme-line-up-interactive): Dox fixes.
14739 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14740 (tumme-restore-window-configuration, tumme-format-properties-string)
14741 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14742 Fix typos in docstrings.
14743
14744 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
14745
14746 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14747
14748 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
14749
14750 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14751 User should use hook if desired.
14752
14753 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14754 buffer if necessary.
14755 (gdb-delete-frame-or-window): New function.
14756 (gdb-breakpoints-mode-map): Bind "q" to it.
14757
14758 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * textmodes/nroff-mode.el: Clean up name space.
14761 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14762 (nroff-mode): Obey the global setting of nroff-electric-mode.
14763 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14764
14765 * calendar/calendar.el (calendar-increment-month): Typo in last change.
14766
14767 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
14768
14769 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14770
14771 2006-02-06 Lars Hansen <larsh@soem.dk>
14772
14773 * generic-x.el (etc-fstab-generic-mode): Add file system types
14774 cifs and usbdevfs. Allow special chars in file names.
14775
14776 2006-02-05 Jay Belanger <belanger@truman.edu>
14777
14778 Update copyright notices of the files in lisp/calc.
14779
14780 2006-02-05 Romain Francoise <romain@orebokech.com>
14781
14782 Update copyright notices of all files in the lisp/play directory.
14783
14784 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
14785
14786 * ldefs-boot.el: Regenerate.
14787
14788 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14789
14790 2006-02-05 Kim F. Storm <storm@cua.dk>
14791
14792 * files.el (magic-mode-regexp-match-limit): New defvar.
14793 (set-auto-mode): Use it to limit magic-mode-alist matching.
14794
14795 2006-02-04 Eli Zaretskii <eliz@gnu.org>
14796
14797 * info.el (Info-index, Info-mode): Improve the description of the
14798 `i' command.
14799
14800 * ldefs-boot.el: Regenerate.
14801
14802 2006-02-03 Werner Lemberg <wl@gnu.org>
14803
14804 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14805 greedy to find the closing bracket in \*[...] and similar
14806 expressions. This is a first rough fix -- many additional
14807 refinements are necessary to make nroff mode really usable with groff.
14808
14809 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
14810
14811 * international/mule-cmds.el (set-locale-environment):
14812 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14813 libX11.
14814
14815 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
14816
14817 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14818 archive are created in archive-tmpdir.
14819
14820 2006-02-02 John Paul Wallington <jpw@pobox.com>
14821
14822 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14823 (ibuffer-fontification-alist): Use it.
14824 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14825 to "* z" and the Ibuffer Mark menu.
14826
14827 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14828
14829 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * textmodes/table.el (*table--cell-describe-mode)
14832 (*table--cell-describe-bindings): Undo last change since
14833 print-help-return-message is not obsoleted by anything at all.
14834
14835 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
14836
14837 * emulation/cua-base.el (cua-mode): Doc fix.
14838
14839 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
14840
14841 * dframe.el (dframe-handle-make-frame-visible)
14842 (dframe-handle-iconify-frame, dframe-get-focus)
14843 (dframe-select-attached-frame, dframe-power-click)
14844 (dframe-frame-mode): Fix typos in docstrings.
14845
14846 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14847 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14848 Fix typos in docstrings.
14849
14850 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14851 (hi-lock-face-buffer, hi-lock-font-lock-hook)
14852 (hi-lock-archaic-interface-message-used)
14853 (hi-lock-file-patterns-range): Fix typos in docstrings.
14854
14855 * savehist.el (savehist-loaded, savehist-load, savehist-install)
14856 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14857
14858 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14859 Fix typo in docstring.
14860
14861 * net/newsticker.el (newsticker--decode-iso8601-date)
14862 (newsticker--set-customvar, newsticker--buffer-insert-item)
14863 (newsticker--do-run-auto-mark-filter)
14864 (newsticker--parse-generic-feed): Doc fixes.
14865 (newsticker--retrieval-timer-list, newsticker-url-list)
14866 (newsticker-hide-immortal-items-in-echo-area)
14867 (newsticker-hide-obsolete-items-in-echo-area)
14868 (newsticker-new-item-face, newsticker--enclosure)
14869 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14870 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14871 (newsticker--parse-generic-feed, newsticker--cache-contains)
14872 (newsticker--stat-num-items, newsticker-download-enclosures):
14873 Fix typos in docstrings.
14874
14875 * net/rcirc.el (rcirc-debug): Doc fix.
14876 (rcirc-fill-column, rcirc-receive-message-hooks)
14877 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14878 (rcirc-mode, rcirc-generate-new-buffer-name)
14879 (rcirc-startup-channels, rcirc-ignore-update-automatic)
14880 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14881 Fix typos in docstrings.
14882 (rcirc-print): "?\ " -> "?\s".
14883 (rcirc-cmd-join): Improve argument/docstring consistency.
14884
14885 2006-02-01 Mark A. Hershberger <mah@everybody.org>
14886
14887 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14888 before narrow-to-region.
14889
14890 2006-02-01 Richard M. Stallman <rms@gnu.org>
14891
14892 * simple.el (move-beginning-of-line): Scan properly for invis change.
14893
14894 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14895
14896 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
14897
14898 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14899 change bit only when id-format is 'integer. Reported by Matt
14900 Hodges <M.P.Hodges@rl.ac.uk>.
14901
14902 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
14903
14904 * hilit-chg.el (highlight-changes-initial-state)
14905 (highlight-changes-global-initial-state): Doc fixes.
14906 (highlight-changes-global-modes, global-highlight-changes):
14907 Fix typos in docstrings.
14908
14909 2006-02-01 Kim F. Storm <storm@cua.dk>
14910
14911 * emulation/cua-base.el (cua-mode): Mention that CUA enables
14912 transient-mark-mode in doc string.
14913
14914 2006-01-31 Richard M. Stallman <rms@gnu.org>
14915
14916 * replace.el (multi-occur): Doc fix.
14917 (multi-occur-in-matching-buffers): Rename from
14918 multi-occur-by-filename-regexp. Prefix arg says match
14919 buffer names instead of file names.
14920
14921 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
14922
14923 * bs.el: Allow non-default values of `bs-header-lines-length'.
14924 (bs--running-in-xemacs): Remove (not needed anymore).
14925 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14926 instead of `shrink-window', thus avoiding having to compute the
14927 height of the window.
14928 (bs--up): Wrap around even when there's no header.
14929 (bs--down): Use `forward-line' instead of `next-line'.
14930
14931 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
14932
14933 * image-mode.el (image-toggle-display): Use file name if possible,
14934 instead of unnecessarily allocating a (possibly huge) lisp string.
14935
14936 2006-01-30 John Paul Wallington <jpw@pobox.com>
14937
14938 * subr.el (toplevel): Define `cl-assertion-failed' condition here
14939 because the `assert' macro signals it at runtime.
14940
14941 * emacs-lisp/cl.el (toplevel): Remove definition of
14942 `cl-assertion-failed' condition.
14943
14944 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
14945
14946 * thumbs.el (thumbs-marked-list): Make buffer-local and
14947 permanent-local.
14948 (thumbs-insert-thumb): Make help-echo non-sticky.
14949 (thumbs-file-alist): Use eolp as check for (non)-image.
14950
14951 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
14952
14953 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14954 (ediff-before-session-group-setup-hooks)
14955 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14956 Fix typos in docstrings.
14957
14958 * window.el (bw-dir, bw-eqdir, balance-windows)
14959 (split-window-keep-point): Fix typos in docstrings.
14960
14961 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14962 (org-quote-string, org-calendar-to-agenda-key)
14963 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14964 (org-show-following-heading, org-tags-column)
14965 (org-use-tag-inheritance, org, org-allow-space-in-links)
14966 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14967 (org-enable-table-editor, org-calc-default-modes)
14968 (org-table-allow-automatic-line-recalculation)
14969 (org-export-html-style, org-export-with-fixed-width)
14970 (org-export-with-sub-superscripts, org-special-keyword)
14971 (org-formula, org-time-grid, org-table-may-need-update)
14972 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14973 (org-goto-quit, org-get-indentation, org-end-of-item)
14974 (org-move-item-down, org-move-item-up)
14975 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14976 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14977 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14978 (org-agenda-log-mode, org-agenda-toggle-diary)
14979 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14980 (org-agenda-file-to-end, org-agenda-no-heading-message)
14981 (org-agenda-get-closed, org-format-agenda-item)
14982 (org-cmp-priority, org-cmp-category, org-cmp-time)
14983 (org-agenda-change-all-lines, org-agenda-diary-entry)
14984 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14985 (org-link-search, org-camel-to-words, org-open-file)
14986 (org-remember-handler, org-table-convert-region)
14987 (org-table-move-row-down, org-table-move-row-up)
14988 (org-table-copy-region, org-table-wrap-region)
14989 (org-table-toggle-vline-visibility)
14990 (org-table-get-vertical-vector, org-table-modify-formulas)
14991 (org-table-get-specials, org-recalc-commands)
14992 (org-table-rotate-recalc-marks, org-table-eval-formula)
14993 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14994 (org-level-color-stars-only, org-insert-heading):
14995 Fix typos in docstrings.
14996 (last-arg): Add defvar.
14997
14998 * makefile.w32-in (WINS): Add erc.
14999 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15000
15001 2006-01-29 Bill Wohler <wohler@newt.com>
15002
15003 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15004 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15005 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15006 (mh-autoloads): Don't use comments on otherwise empty lines.
15007
15008 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15009
15010 * emulation/viper.el (viper-major-mode-modifier-list):
15011 Add insert-state and vi-state entries for erc-mode.
15012 (viper-go-away, viper-set-hooks): Add and remove
15013 viper-comint-mode-hook from erc-mode-hook as appropriate.
15014
15015 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15016
15017 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15018
15019 * bs.el (bs--format-aux): Implement `middle' alignment as
15020 described in the docstring for `bs-attributes-list'.
15021 (bs--get-name): Simplify. Don't pad the buffer name.
15022
15023 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15024
15025 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15026 English aspell dictionary is installed, use the first entry of
15027 ispell-dictionary-alist-1.
15028
15029 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15030
15031 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15032 Doc fix.
15033
15034 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15035
15036 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15037 for `process-file', in order to let it work for older Emacsen too.
15038
15039 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15040
15041 * international/latexenc.el: Add a suitable `coding:' tag.
15042 (latexenc-find-file-coding-system): Undo last change.
15043
15044 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15045
15046 * international/latexenc.el (latexenc-find-file-coding-system):
15047 Make sure latexenc-main-file is a regular file and is readable.
15048
15049 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15050
15051 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15052 Pass FILE to vc-user-login-name.
15053
15054 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15055
15056 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15057
15058 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15059 there are no more images to display.
15060 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15061 the next image.
15062
15063 2006-01-26 Richard M. Stallman <rms@gnu.org>
15064
15065 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15066
15067 * wid-edit.el (advertised-widget-backward): New alias.
15068 (widget-keymap): Use advertised-widget-backward for S-TAB.
15069
15070 * tumme.el: Correct the keywords.
15071 (tumme-dir-max-size): Use defvar.
15072 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15073
15074 * simple.el (move-beginning-of-line): Take account of fields.
15075 (clone-indirect-buffer-other-window): Take args like
15076 clone-indirect-buffer, and work like it.
15077
15078 * help-fns.el (describe-function): Don't pass `nil' as default.
15079
15080 * files.el (risky-local-variable-p): Follow var aliases.
15081
15082 * subr.el (lazy-completion-table): Doc fix.
15083
15084 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15085 global binding of `line'.
15086
15087 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15088
15089 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15090 Tramp.
15091
15092 * vc.el (vc-default-dired-state-info): Pass FILE to
15093 vc-user-login-name.
15094 (vc-default-update-changelog): Don't use vc-user-login-name, we
15095 don't need it here.
15096
15097 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15098 no longer necessary.
15099
15100 2006-01-25 Kenichi Handa <handa@m17n.org>
15101
15102 * international/mule.el (decode-char): Avoid the overhead of
15103 calling utf-lookup-subst-table-for-decode if
15104 utf-translate-cjk-mode is nil.
15105 (encode-char): Avoid the overhead of calling
15106 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15107 nil.
15108
15109 2006-01-22 Kenichi Handa <handa@m17n.org>
15110
15111 * international/mule.el (make-subsidiary-coding-system): Reset
15112 `coding-system-define-form' property of subsidiaries to nil.
15113 Avoid duplicated entry in coding-system-alist.
15114 (make-coding-system): Avoid duplicated entry in
15115 coding-system-alist.
15116 (define-coding-system-alias): Likewise.
15117
15118 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15119
15120 * completion.el: Minor fixes in introductory comment.
15121 (completion-def-wrapper): Fix alist.
15122
15123 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15124
15125 * thumbs.el (thumbs-new-image-size): New function.
15126 (thumbs-increment-image-size-element)
15127 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15128 (thumbs-decrement-image-size): Delete.
15129 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15130 temp files and use to resize.
15131 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15132 Use increment argument to enlarge/shrink. Preserve point.
15133 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15134 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15135 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15136 (thumbs-mark, thumbs-unmark): Preserve point.
15137 (thumbs-modify-image): Keep old temp files and use to modify.
15138 Cleanup old temp files at load time. Preserve point.
15139 (thumbs-view-image-mode-map): Use new command names.
15140
15141 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15144
15145 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15146 the nastiest part of the cyclic dependency.
15147 (cal-menu-update): Use dotimes and calendar-increment-month.
15148
15149 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15150 (calendar-week-start-day): Add an :initializer.
15151 (calendar-mode-map): Use suppress-keymap, and command remapping.
15152 (describe-calendar-mode): Setup xref-stack info for the back button.
15153 (calendar-star-date): Insert before delete.
15154 (calendar-set-mode-line): Add file-modified info if applicable.
15155 (calendar-increment-month): New function.
15156
15157 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15158
15159 * font-lock.el (lisp-font-lock-keywords-2):
15160 Recognize "& keywords" only at word boundaries.
15161
15162 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15163
15164 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15165 and permanent-local.
15166 (thumbs-max-image-number): New variable.
15167 (thumbs-do-thumbs-insertion): Use them.
15168 (thumbs-per-line): Change default to 4.
15169 (thumbs-marked-list): Rename from thumbs-markedL.
15170 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15171 (thumbs-rename-images): Use -list instead of L for internal variables.
15172 (thumbs-call-convert): Use call-process instead of shell-command.
15173 (thumbs-insert-thumb): Add filename as help-echo to each image.
15174 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15175 Give dir to thumbs-show-thumbs-list.
15176 (thumbs-show-thumbs-list): Set default-directory to that of images.
15177 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15178 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15179 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15180 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15181
15182 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15183
15184 * ses.el (ses-read-cell): Provide a default value.
15185
15186 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15187
15188 * term/w32-win.el (image-library-alist): Add additional names for
15189 GIF library.
15190
15191 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15192
15193 * international/latexenc.el (latexenc-find-file-coding-system):
15194 Add file-regular-p check.
15195
15196 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * simple.el (clone-buffer): Don't show the new buffer in the same
15199 window.
15200
15201 2006-01-23 Juri Linkov <juri@jurta.org>
15202
15203 * faces.el (link, link-visited): New faces based on default values
15204 of `info-xref' and `info-xref-visited'.
15205
15206 * info.el (info-xref): Inherit from `link'.
15207 (info-xref-visited): Inherit from `link-visited'.
15208
15209 * cus-edit.el (custom-buffer-create-internal): Use widget type
15210 `custom-manual' instead of `info-link' and don't set properties
15211 `button-face' and `mouse-face' explicitly.
15212 (custom-browse-group-tag, custom-browse-variable-tag)
15213 (custom-browse-face-tag): Inherit from widget class
15214 `custom-group-link' instead of `push-button'.
15215 (custom-button-unraised): Inherit from `underline' face.
15216 (custom-link): Inherit from `link' face. Fix doc and group.
15217 (custom-add-parent-links, custom-group-value-create): Don't set
15218 properties `button-face' and `mouse-face' explicitly for
15219 `custom-group-link' widget.
15220 (custom-group-link): Add properties `button-face' and `mouse-face'
15221 to widget definition.
15222 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15223 editable-field's :keymap property.
15224 (custom-mode): Fix docstring: substitute keybindings for
15225 `widget-forward' and `widget-backward' from `widget-keymap',
15226 `widget-complete' from `custom-field-keymap', replace old
15227 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15228
15229 * desktop.el (desktop-load-file): Check for `fboundp' before
15230 calling `symbol-function'.
15231
15232 * simple.el (clone-buffer, clone-indirect-buffer)
15233 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15234 `read-string'. Fix prompts.
15235
15236 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15237
15238 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15239
15240 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15241
15242 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15243
15244 * startup.el (inhibit-splash-screen, initial-scratch-message):
15245 Doc fixes.
15246
15247 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15248
15249 Sync with Tramp 2.0.52.
15250
15251 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15252 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15253 `tramp-unload-tramp' for checklist.
15254
15255 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15256 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15257 (tramp-unload-file-name-handler-alist)
15258 (tramp-unload-tramp): New defuns.
15259 (tramp-advice-PC-expand-many-files): New defadvice.
15260 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15261 removed.
15262 (tramp-handle-expand-file-name): Remove double slash.
15263 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15264 It doesn't matter, because it will be converted later on.
15265 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15266 implementation was just heuristic.
15267 (tramp-post-connection): Set uid and gid properties.
15268 (tramp-convert-file-attributes): Set file's gid change bit.
15269 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15270 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15271 in case of su(do)? methods. The home directory of the local user
15272 will be taken else.
15273 (tramp-open-connection-telnet)
15274 (tramp-open-connection-rsh, tramp-open-connection-su)
15275 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15276 local shell prompt could hurt. Reported by Romain Francoise
15277 <romain@orebokech.com>.
15278 (tramp-let-maybe): Add `edebug-form-spec' property.
15279 (tramp-handle-expand-file-name): Bind `default-directory' locally
15280 to "/" in order to avoid problems with UNC shares or Cygwin
15281 mounts.
15282 (tramp-md5-function): Fix typo in error message.
15283
15284 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15285
15286 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15287 for byte-compiler pacification.
15288
15289 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15290
15291 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15292 ID-FORMAT `string'. This allows us to get rid of
15293 `vc-user-login-name UID'.
15294
15295 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15296
15297 2006-01-22 John Paul Wallington <jpw@pobox.com>
15298
15299 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15300
15301 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15302
15303 * emacs-lisp/find-func.el (find-definition-noselect)
15304 (find-variable-noselect): Search variables in C source code too.
15305 (find-function-C-source, find-function-noselect, find-function)
15306 (find-function-other-frame, find-variable-noselect, find-variable)
15307 (find-variable-other-frame, find-variable-at-point):
15308 Fix docstrings.
15309
15310 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
15311
15312 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15313
15314 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15315
15316 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15317 Default to disabling the "Save affix" question.
15318
15319 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15320
15321 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15322 the first arg to run-python.
15323
15324 2006-01-21 Eli Zaretskii <eliz@gnu.org>
15325
15326 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15327 is not loaded.
15328
15329 2006-01-20 Jay Belanger <belanger@truman.edu>
15330
15331 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15332 limit is 0.
15333
15334 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15335 the correct variable.
15336
15337 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
15338
15339 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15340 link. Fixed buggy argument sequence in call to `org-view-tags'.
15341 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15342 (org-prefix-has-tag): New variable.
15343 (org-format-agenda-item): Remove tags from headline if
15344 appropriate.
15345 (org-agenda-remove-tags-when-in-prefix): New option.
15346 (org-get-tags-at): New function.
15347
15348 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
15349
15350 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
15351 (thumbs-find-image): Move image name and number from buffer name
15352 to mode name. Set thumbs-buffer. Preserve point so that large
15353 images remain visible.
15354 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15355 order.
15356 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
15357 mode name.
15358 (thumbs-next-image, thumbs-previous-image): Make them work.
15359
15360 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
15361
15362 * cus-edit.el (custom-buffer-create-internal): State in the text above
15363 the whole buffer buttons that they do not operate on hidden items.
15364 (custom-face-menu): Use `custom-face-save' instead of
15365 `custom-face-save-command'.
15366 (custom-face-save-command): Make it an alias for `custom-face-save'
15367 and declare it obsolete.
15368 (custom-face-save): Doc fix.
15369
15370 * dired.el (dired-no-confirm): Add quote.
15371 (dired-subdir-alist-pre-R): Add quote in
15372 `make-variable-buffer-local' form and remove unbalanced parenthesis.
15373
15374 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * textmodes/table.el (table-mode-indicator): Typo in last change.
15377
15378 2006-01-19 Richard M. Stallman <rms@gnu.org>
15379
15380 * outline.el (hide-leaves): Don't call outline-end-of-heading.
15381 Fixes bug reported in Nov 2005.
15382
15383 * isearch.el (isearch-forward): Doc fix.
15384
15385 * dired.el (dired-move-to-filename-regexp): Define as alias.
15386 (dired-no-confirm): Use defcustom.
15387 (dired-subdir-alist-pre-R): Put defvar at top level.
15388
15389 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15390
15391 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15392 Mark as risky.
15393
15394 * simple.el (set-mark-command): Doc fix.
15395 (clone-indirect-buffer-other-window):
15396 Read arg like clone-indirect-buffer.
15397 (move-beginning-of-line): Skip invisible newlines.
15398
15399 2006-01-19 Masatake YAMATO <jet@gyve.org>
15400
15401 * progmodes/cpp.el (cpp-edit-load): Make the order of
15402 listed conditions in a base C code buffer and its associate
15403 CPP Edit buffer the same.
15404
15405 2006-01-19 Kenichi Handa <handa@m17n.org>
15406
15407 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15408 (rmail-mime-feature): Likewise.
15409 (rmail-require-mime-maybe): Use display-warning to show a warning
15410 message.
15411
15412 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15413 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15414
15415 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * array.el: Move defvars out of eval-when-compile.
15418 (array-make-template): Replace undeclared global var with a local one.
15419 (array-mode): Inline initialization functions.
15420 (array-init-local-variables, array-init-max-row)
15421 (array-init-max-column, array-init-columns-per-line)
15422 (array-init-field-width, array-init-rows-numbered)
15423 (array-init-line-length, array-init-lines-per-row): Remove.
15424
15425 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
15426 (doc-mode-map): Define explicitly.
15427 (doctor-txtype): Use mapc.
15428
15429 * textmodes/table.el: Move defvars out of eval-when-compile.
15430 Remove harmful code meant to avoid byte-compiler warnings.
15431 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
15432 specification that checks table-fixed-width-mode directly.
15433 (table-recognize-region, table-recognize-cell):
15434 Use restore-buffer-modified-p.
15435 (table-fixed-width-mode): Remove code that refreshes
15436 table-fixed-mode-indicator.
15437 (*table--cell-describe-bindings, *table--cell-describe-mode):
15438 Avoid obsolete name print-help-return-message.
15439 (table--test-cell-list): Don't use replace-regexp from elisp.
15440 (table--point-entered-cell-function, table--point-left-cell-function):
15441 Don't set table-fixed-mode-indicator, use force-mode-line-update.
15442
15443 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
15444 that was after the end of file. Use buffer-file-name variable.
15445 (org-timestamp-change): Use with-current-buffer.
15446 (org-todo-list): Don't unnecessarily define a new buffer-local var.
15447 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15448 `file'.
15449
15450 * progmodes/fortran.el: Move defvars out of eval-when-compile.
15451 (fortran-break-line): Remove unused var `opoint'.
15452 (fortran-abbrev-start): Obey help-event-list.
15453
15454 2006-01-18 Jesper Harder <harder@phys.au.dk>
15455
15456 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15457
15458 2006-01-18 Masatake YAMATO <jet@gyve.org>
15459
15460 * progmodes/make-mode.el (makefile-imake-mode): New mode
15461 derived from makefile-mode.
15462 (makefile-imake-mode-syntax-table): New syntax table
15463 derived from makefile-mode-syntax-table.
15464 (makefile-mode): Write about makefile-imake-mode in doc string.
15465 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15466 (makefile-imake-font-lock-keywords): New font lock keywords.
15467
15468 * files.el (auto-mode-alist): Add Imakefile.
15469
15470 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
15471
15472 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15473 loading the file rather than when turning on flyspell-mode.
15474
15475 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
15476
15477 * cus-edit.el (customize-rogue): Minor doc fix.
15478
15479 2006-01-17 Juri Linkov <juri@jurta.org>
15480
15481 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15482 instead of the file at the mark as default if the file at the mark
15483 is the same as the file at point or if dired-dwim-target-directory
15484 is not the same as the current directory and the mark is not active.
15485
15486 * log-view.el (log-view-minor-wrap): Use the same logic to get
15487 revisions as `log-view-diff'.
15488
15489 * info.el (Info-revert-find-node): Check for Info-current-file
15490 before preserving new-history.
15491
15492 * man.el (Man-heading-regexp): Add `/'.
15493
15494 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15495 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15496
15497 2006-01-16 Juri Linkov <juri@jurta.org>
15498
15499 * faces.el (mode-line-faces): New defgroup.
15500 (mode-line-highlight): Move definition after new defgroup.
15501 (mode-line, mode-line-inactive, mode-line-highlight):
15502 Replace :group `modeline' with `mode-line-faces'.
15503 (mode-line-buffer-id): New face.
15504 (modeline-buffer-id): New face alias.
15505 (vertical-border): Remove :group `modeline'.
15506
15507 * bindings.el (propertized-buffer-identification): Use face
15508 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15509 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15510 (mode-line-buffer-identification-keymap): For mouse-1 replace
15511 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15512 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15513 mouse-3.
15514
15515 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15516 Buffer-menu-buffer. Doc fix.
15517 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15518 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15519 `Buffer-menu-buffer'.
15520
15521 * info.el (Info-mode-line-node-keymap): New defvar.
15522 (Info-set-mode-line): Use `stringp' to check Info-current-file.
15523 Propertize Info-current-node with `mode-line-buffer-id' and
15524 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15525
15526 * time.el (display-time-mail-face): Replace :group `faces' with
15527 `mode-line-faces'.
15528
15529 2006-01-16 Kenichi Handa <handa@m17n.org>
15530
15531 * international/code-pages.el: Add autoload cookies for cp125[0345678].
15532
15533 * language/european.el (cp1252): New alias for windows-1252.
15534
15535 * international/mule.el (autoload-coding-system): Prepare for EOL
15536 variants.
15537
15538 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
15539
15540 * term.el (term-raw-map): Add mapping for insert.
15541 (term-send-insert): New.
15542 (term-mode): Make variables local here instead of doing it in
15543 `term-emulate-terminal'.
15544 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15545 Scroll reverse needs to take into account the scroll region.
15546 Saving and restoring the cursor should save the color attributes too.
15547 (term-reset-terminal): Reset the scroll region.
15548 (term-handle-ansi-escape): Cursor up and down should take into
15549 account the scroll region.
15550 (term-set-scroll-region): Rename from `term-scroll-region'.
15551 Move to 0,0 after setting the region.
15552 (term-handle-scroll): Handle scroll up.
15553 (term-down): Fix off by one error.
15554 (term-delete-lines): Do not delete outside the scroll region.
15555 (term-insert-lines): Take into account the scroll region.
15556
15557 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
15558
15559 * textmodes/ispell.el (ispell-internal-change-dictionary)
15560 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15561 (start, end): Move declaration outside of eval-when-compile.
15562
15563 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15564 (flyspell-mode-on): Use it.
15565
15566 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15567 ispell-kill-ispell-hook.
15568
15569 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
15570
15571 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15572 (Custom-reset-saved): Do not ask for confirmation in single option
15573 buffers.
15574
15575 2006-01-13 Richard M. Stallman <rms@gnu.org>
15576
15577 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15578
15579 2006-01-13 Romain Francoise <romain@orebokech.com>
15580
15581 * add-log.el (add-change-log-entry, change-log-merge):
15582 Conditionally use `hard-newline'.
15583
15584 2006-01-13 Martin Rudalics <rudalics@gmx.at>
15585
15586 * wid-edit.el (widget-field-end): If the overlay is no longer
15587 associated with a buffer, behave as if the overlay didn't exist.
15588
15589 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15590 Make sure the links use the `custom-link' face.
15591
15592 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15595 (ld-script-mode): Don't set indent-line-function since we don't
15596 have one.
15597
15598 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
15599
15600 * textmodes/org.el (org-open-file): Use mailcap for selecting an
15601 application.
15602 (org-file-apps-defaults-gnu): Use mailcap as the default for
15603 selecting an application on a UNIX system.
15604 (org-agenda-show-tags): New command.
15605 (org-table-insert-hline): Keep cursor in current table line.
15606 (org-table-convert): Offset effect of modifying
15607 `org-table-insert-hline'.
15608 (org-format-agenda-item): New optional argument TAG.
15609 (org-compile-prefix-format): Handle %T format for the tag.
15610 (org-expand-wide-chars): New function.
15611 (org-table-insert-row, org-table-insert-hline):
15612 Use `org-expand-wide-chars'.
15613 (org-open-file): Fix bug in program launch.
15614 (org-get-time-of-day): Fix bug with times before 1am.
15615 (org-agenda-menu): Add tags commands.
15616
15617 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
15618
15619 * textmodes/ispell.el (ispell-init-process): Include the used
15620 dictionary in ispell process start message.
15621 (ispell-internal-change-dictionary): When flyspell-mode is active
15622 and dictionary is changed, make sure ispell process is restarted
15623 and flyspell word cache cleared out for the current buffer.
15624 (ispell-change-dictionary): Make sure flyspell word cache is
15625 cleared out in all buffers with active flyspell mode when
15626 dictionary is globally changed.
15627 Call ispell-internal-change-dictionary after dictionary change.
15628
15629 2006-01-13 Eli Zaretskii <eliz@gnu.org>
15630
15631 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15632
15633 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15634 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15635 years. Fix small differences wrt Makefile.in.
15636 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15637 Makefile.in does.
15638
15639 2006-01-12 Bill Wohler <wohler@newt.com>
15640
15641 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15642 mh-search.el.
15643
15644 2006-01-12 Masatake YAMATO <jet@gyve.org>
15645
15646 * progmodes/ld-script.el: Update copyright year.
15647
15648 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
15649
15650 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15651 Don't add widget if setting undefined.
15652
15653 2006-01-12 John Paul Wallington <jpw@pobox.com>
15654
15655 * help-fns.el (describe-variable): Remove newlines from void
15656 variable output.
15657
15658 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
15659
15660 * wdired.el (wdired-mode-map): Add help echo for
15661 wdired-abort-changes.
15662
15663 * man.el (Man-file-name-regexp): Adjust for a list of files.
15664
15665 2006-01-12 Masatake YAMATO <jet@gyve.org>
15666
15667 * progmodes/ld-script.el (auto-mode-alist): Support
15668 suffix conventions used in netbsd and eCos.
15669
15670 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
15671
15672 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15673 (custom-variable-menu, custom-face-menu, custom-group-menu)
15674 (Custom-mode-menu): Change names of menu items. (As discussed on
15675 emacs-devel.)
15676 (custom-face-menu): Add "Undo Edits" item.
15677
15678 * startup.el (init-file-user): defcustom -> defvar.
15679
15680 * tooltip.el (tooltip-mode): Doc fix.
15681
15682 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * reveal.el (reveal-post-command): window-buffer signals an error on
15685 dead windows rather than returning nil.
15686 (reveal-open-new-overlays): An overlay might die while we open others.
15687
15688 2006-01-11 Bill Wohler <wohler@newt.com>
15689
15690 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15691 phrasing in docstring.
15692
15693 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15694 can give some systems gas. Add new file mh-buffers.el.
15695
15696 2006-01-06 Masatake YAMATO <jet@gyve.org>
15697
15698 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15699 C preprocessor forward ported from GNU Emacs 21.2.
15700
15701 * progmodes/asm-mode.el (asm-font-lock-keywords):
15702 Use `cpp-font-lock-keywords'.
15703
15704 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15705
15706 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15707 of $ for "\\.ld[s]?".
15708
15709 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15712 (tcl-indent-line): Return `noindent' if inside a string.
15713
15714 * progmodes/flymake.el (flymake-split-string): Remove more than one
15715 empty string at beg/end of the result.
15716 (flymake-find-buildfile, flymake-find-possible-master-files):
15717 Use expand-file-name.
15718 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15719 since expand-file-name does it for us. Use directory-file-name.
15720 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15721 (flymake-ler-get-type, flymake-ler-get-text)
15722 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
15723 (flymake-current-line-no): Remove spurious interactive spec.
15724 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15725 (flymake-check-include): Remove arg inc-path merged into inc-name.
15726 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15727 Arg regexp-list replaced by a simple regexp.
15728 (flymake-master-make-header-init, flymake-master-tex-init):
15729 Correspondingly replace regexp-list with a regexp. Fix regexp.
15730
15731 2006-01-10 Simon Josefsson <jas@extundo.com>
15732
15733 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15734 describing AUTH PLAIN fix.
15735
15736 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15737
15738 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15739 (report-emacs-bug): Don't record initial prompt text.
15740 Instead, add text properties to prompting text.
15741 (report-emacs-bug-hook): Delete prompting text.
15742
15743 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15746 `dirs'. Adjust callers.
15747
15748 2006-01-09 John Paul Wallington <jpw@gnu.org>
15749
15750 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15751
15752 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * reveal.el (reveal-open-new-overlays): New extracted fun.
15755 (reveal-close-old-overlays): Idem. Check overlays's liveness before
15756 using them. Simplify the code.
15757 (reveal-post-command): Use them. Fix up obsolete windows in
15758 reveal-open-spots.
15759
15760 * progmodes/flymake.el: Use `require' rather than autoload for
15761 XEmacs's overlays.
15762 (flymake-get-common-file-prefix, flymake-build-relative-filename):
15763 Delete. Use file-relative-name instead.
15764 (flymake-get-syntax-check-program-args, flymake-perl-init):
15765 Simplify the resulting code.
15766
15767 * log-view.el (log-view-file-re, log-view-message-re): Add support
15768 for DaRCS output.
15769
15770 2006-01-09 Alex Schroeder <alex@gnu.org>
15771
15772 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15773 identifiers sometimes added in square brackets at the beginning of
15774 subject lines.
15775
15776 2006-01-07 Richard M. Stallman <rms@gnu.org>
15777
15778 * cus-edit.el (Custom-set, Custom-save): Doc fix.
15779 (Custom-reset-current, Custom-reset-saved): Change question text.
15780 (Custom-reset-standard): Likewise.
15781 (custom-variable-reset-saved): Doc fix.
15782
15783 2006-01-07 Eli Zaretskii <eliz@gnu.org>
15784
15785 * startup.el (init-file-user): Doc fix.
15786
15787 2006-01-07 Alex Schroeder <alex@gnu.org>
15788
15789 * mail/rmail.el (rmail-current-subject): New function.
15790 (rmail-current-subject-regexp): New function.
15791 (rmail-next-same-subject): Use it.
15792
15793 * mail/rmailsum.el (rmail-summary-by-topic):
15794 Use rmail-current-subject and rmail-current-subject-regexp.
15795 (rmail-summary-next-same-subject): Ditto.
15796
15797 * net/rcirc.el (rcirc-send-input): No longer check whether the
15798 process is open, since not all commands need an open process.
15799 (rcirc-send-string): Check whether the process is open before
15800 sending anything.
15801 (rcirc-ignore-list): New option.
15802 (rcirc-ignore-list-automatic): New variable.
15803 (rcirc-print): Take rcirc-ignore-list into account.
15804 (rcirc-cmd-ignore): New command.
15805 (rcirc-ignore-update-automatic): New function.
15806 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15807 list if ignored nicks.
15808 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15809
15810 2006-01-06 David Reitter <david.reitter@gmail.com>
15811
15812 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15813 reflect the address to which the report will be sent.
15814
15815 2006-01-06 Eli Zaretskii <eliz@gnu.org>
15816
15817 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15818 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15819
15820 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
15821
15822 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15823
15824 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15825 the doc string: "functoin" => "function".
15826 * ldefs-boot.el: Likewise.
15827
15828 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15829 message text: "Duplicat" => "Duplicate".
15830
15831 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
15832
15833 * files.el (basic-save-buffer-2): If backing-up failed, reset
15834 buffer-backed-up to nil.
15835
15836 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
15837
15838 * progmodes/gud.el (gdb-script-skip-to-head)
15839 (gdb-script-calculate-indentation): Indent for breakpoint command
15840 lists also.
15841
15842 2006-01-05 Bill Wohler <wohler@newt.com>
15843
15844 * Makefile.in (compile-always): Add mh-autoloads dependency.
15845 (bootstrap): Remove mh-autoloads dependency, as compile dependency
15846 provides it.
15847 (updates): Remove mh-autoloads dependency, since it probably has
15848 already run recently (via recompile).
15849
15850 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15853 argument `force' to disable the flyspell-last-buffer optimization.
15854 (flyspell-mode-on): Use it.
15855
15856 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15857 flymake-simple-cleanup.
15858 (flymake-allowed-file-name-masks): Use this new default.
15859 All the functions are now called in the right buffer rather than
15860 passing the buffer as argument.
15861 (flymake-process-sentinel): Switch to buffer before calling cleanup.
15862 (flymake-parse-err-lines): Remove redundant buffer arg.
15863 (flymake-get-program-dir): Comment out unused function.
15864 (flymake-start-syntax-check, flymake-start-syntax-check-process):
15865 Remove redundant buffer argument.
15866 (flymake-get-real-file-name, flymake-simple-java-cleanup)
15867 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15868
15869 2006-01-05 Richard M. Stallman <rms@gnu.org>
15870
15871 * info.el (Info-find-node): Don't record previous node if have none.
15872 (info): Go to directory only if history is empty.
15873
15874 * simple.el (mark): Doc fix.
15875
15876 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15877
15878 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15879 already of desired type.
15880 (mac-ae-list): Coerce parameter to "list" type.
15881 (mac-dispatch-apple-event): Replace cadr part of event with a
15882 dummy position so that event-start returns it.
15883
15884 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
15885
15886 * textmodes/org.el (org-end-of-subtree): New function.
15887 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15888 Use `org-end-of-subtree'.
15889 (org-agenda, org-agenda-convert-date): Protect calls to
15890 `fit-window-to-buffer'.
15891 (org-tags-view): Force matching of sublevels when doing a
15892 todo-only search. Define the correct redo command, including the
15893 arguments.
15894 (org-agenda-redo): Display message.
15895 (org-check-for-org-mode): New function.
15896 (org-agenda-type): New variable.
15897 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15898 Set `org-agenda-type'.
15899 (org-agenda-check-type): New function.
15900 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15901 (org-agenda-week-view, org-agenda-day-view)
15902 (org-agenda-next-date-line, org-agenda-previous-date-line)
15903 (org-agenda-log-mode, org-agenda-toggle-diary)
15904 (org-agenda-toggle-time-grid, org-agenda-date-later)
15905 (org-agenda-date-prompt, org-agenda-diary-entry)
15906 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15907 (org-agenda-convert-date, org-agenda-menu):
15908 Use `org-agenda-check-type'.
15909 (org-make-overlay, org-delete-overlay)
15910 (org-detatch-overlay, org-move-overlay, org-overlay-put):
15911 New compatibility functions.
15912 (org-calendar-select-mouse): New command.
15913
15914 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
15915
15916 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15917 (Custom-reset-standard): Fix y-or-n-p messages.
15918 (custom-link): New face for links.
15919 (custom-buffer-create-internal, custom-manual): Use it.
15920 (custom-face-save): Push to theme-face before setting face spec.
15921
15922 * wid-edit.el (widget-default-mouse-face-get): New function.
15923 (widget-specify-button): Handle mouse-face like button-face.
15924
15925 * custom.el (load-theme): Clear old theme settings if reloading.
15926
15927 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
15928
15929 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15930 "Erase Customization" button back to same position it occupies in
15931 the individual State menus.
15932
15933 2006-01-04 Kim F. Storm <storm@cua.dk>
15934
15935 * wid-edit.el (key-sequence): Rework widget to read key binding
15936 using `kbd' syntax. Use C-q to insert literal key, event, or code.
15937 (widget-key-sequence-default-value): Default value for empty sequence.
15938 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
15939 (widget-key-sequence-read-event): New command for C-q.
15940 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15941 (widget-key-sequence-value-to-external): New functions.
15942
15943 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15946 Use expand-file-name.
15947 (flymake-delete-temp-directory): Use expand-file-name,
15948 file-name-directory, and directory-file-name.
15949 (flymake-strrchr): Delete.
15950 (flymake-start-syntax-check): Don't pass the redundant buffer argument
15951 to the init-f function.
15952 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15953 (flymake-init-find-buildfile-dir)
15954 (flymake-init-create-temp-source-and-master-buffer-copy)
15955 (flymake-simple-make-init-impl, flymake-simple-make-init)
15956 (flymake-master-make-init, flymake-master-make-header-init)
15957 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15958 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15959 (flymake-xml-init): Remove corresponding redundant buffer argument.
15960 (flymake-allowed-file-name-masks): Remove last elems that are equal to
15961 the default anyway. Clean up regexps.
15962
15963 * progmodes/flymake.el (flymake-temp-source-file-name)
15964 (flymake-master-file-name, flymake-temp-master-file-name)
15965 (flymake-base-dir): New buffer-local vars.
15966 (flymake-buffer-data, flymake-get-buffer-value)
15967 (flymake-set-buffer-value): Replace those hash-tables by the new
15968 buffer-local vars. Update callers.
15969
15970 * progmodes/flymake.el (flymake-check-start-time)
15971 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15972 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15973 Move definition, so we can remove redundant earlier declaration.
15974 (flymake-replace-regexp-in-string, flymake-split-string)
15975 (flymake-get-temp-dir): Use defalias.
15976 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
15977 (flymake-xemacs-window-edges): Remove unused function.
15978 (flymake-get-point-pixel-pos): Move.
15979 (flymake-pid-to-names, flymake-reg-names)
15980 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15981 Replace by a simple list flymake-processes and by process-buffer.
15982 Update callers. Other than simplify the code, it uses buffers rather
15983 than buffer-names so it doesn't get confused by uniquify.
15984 (flymake-buffer-data): The global value should just be nil.
15985
15986 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15987 Optimize the body of a defalias like any other code.
15988
15989 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15990 Make sure we've setup font-lock's vars. It may influence which
15991 function we then call.
15992 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15993 here since it's too late anyway.
15994
15995 2006-01-03 Romain Francoise <romain@orebokech.com>
15996
15997 * startup.el (fancy-splash-tail, normal-splash-screen):
15998 Update copyright year.
15999
16000 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16001
16002 * mouse.el (mouse-drag-track): Rename, from
16003 `mouse-drag-region-1'. Includes optional argument required to
16004 enable post-drag event processing (e.g. delete region keys).
16005 Can be used without this argument to track a mouse region and operate
16006 on it as soon as the drag completes.
16007 (mouse-drag-region): Use `mouse-drag-track'.
16008
16009 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16010
16011 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16012 Move to `custom-buffer' group.
16013
16014 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16015 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16016 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16017 (custom-theme-face-menu): New variables.
16018 (custom-theme-add-variable, custom-theme-variable-action)
16019 (custom-variable-reset-theme, custom-theme-delete-variable)
16020 (custom-face-reset-theme, custom-theme-face-action)
16021 (custom-theme-delete-face, custom-theme-merge-theme)
16022 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16023
16024 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16025
16026 * custom.el: Move Custom Themes commentary to start of theme code.
16027 (custom-known-themes): Rename `standard' theme to `changed'.
16028 (custom-push-theme): Caller no longer specifies what theme to use
16029 when doing `reset'---the setting is simply removed from the theme.
16030 Delete MODE from `theme-value' and `theme-settings' properties.
16031 (custom-declare-theme): Ignore &rest args since we don't use them.
16032
16033 (custom-loaded-themes): Delete variable.
16034 (custom-theme-load-themes, custom-theme-loaded-p)
16035 (custom-theme-value): Delete functions.
16036
16037 (custom-declare-theme): Signal error on invalid theme names.
16038 (provide-theme): custom-loaded-themes was deleted.
16039 (load-theme): Load the file unconditionally.
16040 (enable-theme): Call `load-theme' if theme is undefined.
16041 (custom-enabled-themes): Only update value for successful loads.
16042 (disable-theme): Complete from enabled themes when interactive.
16043 (custom-variable-theme-value): Calculate theme value directly.
16044
16045 (custom-theme-reset-variables, custom-reset-variables): Mark as
16046 XEmacs compatibility functions. We don't actually use these.
16047
16048 * cus-edit.el (custom-variable-state-set):
16049 Use custom-variable-theme-value instead of custom-theme-value.
16050 (custom-face-state-set): Rename `standard' theme to `changed'.
16051 (custom-save-variables, custom-save-faces): Delete unneeded
16052 references to custom-reset-variables.
16053 (custom-save-resets): Delete function.
16054 (custom-save-variables, custom-save-faces): MODE argument deleted.
16055 (custom-save-variables, custom-save-faces): Ignore theme values.
16056
16057 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16058 compatibility function.
16059
16060 2006-01-01 Richard M. Stallman <rms@gnu.org>
16061
16062 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16063 (Custom-reset-current, Custom-reset-saved): Likewise.
16064 (Custom-reset-standard): Show message if aborted.
16065 (custom-mode): Doc fix, describing those commands.
16066
16067 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16068 put on event-kind property.
16069
16070 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16071
16072 * custom.el (provide-theme): Ban `user' theme name.
16073 (custom-enabling-themes): New variable.
16074 (enable-theme): Don't enable user if custom-enabling-themes is t.
16075 (custom-enabled-themes): Make it a defcustom.
16076 (custom-theme-recalc-face): No-op if face is undefined.
16077
16078 * cus-edit.el (custom-button-mouse): New variable.
16079 (custom-button-mouse): New face.
16080 (custom-raised-buttons, custom-mode): Use it.
16081
16082 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16083
16084 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16085
16086 * progmodes/gud.el (gud-display-line): Support hl-line in the
16087 source buffer.
16088
16089 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16090
16091 * mouse.el (mouse-drag-window-above): Verify that the found window
16092 overlaps with the given window in the horizontal dimension.
16093
16094 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16095
16096 * Makefile.in (cvs-update): New target.
16097
16098 * makefile.w32-in (cvs-update): Ditto.
16099
16100 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16101
16102 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16103 (custom-new-theme-mode-map): New variable.
16104
16105 2005-12-30 Richard M. Stallman <rms@gnu.org>
16106
16107 * custom.el (custom-load-themes): Function deleted.
16108
16109 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16110 (custom-save-variables): Don't delete or add custom-load-themes call.
16111
16112 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16113
16114 * cus-start.el: Add `visible-cursor'.
16115
16116 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16117 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16118 (flymake-process-filter): Switch to buffer before calling it instead.
16119 (flymake-post-syntax-check, flymake-highlight-err-lines)
16120 (flymake-delete-own-overlays, flymake-parse-err-lines)
16121 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16122 (flymake-count-lines, flymake-parse-residual):
16123 Remove constant buffer argument.
16124 (flymake-start-syntax-check-for-current-buffer): Remove.
16125 Update callers to use flymake-start-syntax-check instead.
16126 (flymake-display-err-menu-for-current-line):
16127 Remove unused var `mouse-pos'.
16128 (flymake-restore-formatting): Comment out unused function.
16129 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16130 argument, use current-buffer instead. Update callers.
16131
16132 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16133
16134 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16135 buffer-local because choose-completion-delete-max-match requires
16136 that we set completion-ignore-case (i.e., binding via let is not
16137 sufficient).
16138 (bibtex-complete): Always set completion-ignore-case and
16139 choose-completion-string-functions. The latter is needed because
16140 choose-completion-string-functions keeps its value if we quit the
16141 *Completions* buffer without requesting a completion.
16142
16143 2005-12-30 Andreas Schwab <schwab@suse.de>
16144
16145 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16146
16147 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16148
16149 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16150
16151 2005-12-30 Juri Linkov <juri@jurta.org>
16152
16153 * locate.el (locate-fcodes-file, locate-header-face)
16154 * progmodes/delphi.el (delphi-other-face)
16155 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16156
16157 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16158 group `paren-showing-faces'.
16159
16160 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16161 (goto-address): Fix docstring.
16162
16163 * net/webjump.el (webjump-sample-sites): Update URLs.
16164
16165 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16166
16167 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16168
16169 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16170
16171 * font-lock.el (font-lock-compile-keywords): Signal an error when
16172 font-lock-set-defaults hasn't been called.
16173
16174 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16175
16176 * subr.el (noreturn, 1value): Doc fixes.
16177
16178 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16179
16180 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16181 that assoc-string returns nil.
16182
16183 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16184
16185 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16186 (bibtex-entry-type-str, bibtex-empty-field-re)
16187 (bibtex-search-backward-string, bibtex-preamble-prefix)
16188 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16189 (bibtex-any-valid-entry-type): New variable.
16190 (bibtex-parse-field-name): Simplify.
16191 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16192 (bibtex-preamble-prefix): Include left delimiter.
16193 (bibtex-search-forward-field, bibtex-search-backward-field):
16194 Allow unbounded search past entry boundaries (required by bibtex-pop).
16195 (bibtex-text-in-field-bounds): Use push.
16196 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16197 (bibtex-parse-preamble, bibtex-valid-entry)
16198 (bibtex-beginning-first-field): New functions.
16199 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16200 (bibtex-map-entries): Fix docstring.
16201 (bibtex-flash-head): New arg prompt. Simplify.
16202 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16203 (bibtex-insert-kill): Simplify. Always insert text past the
16204 current field or entry.
16205 (bibtex-format-entry): Use bibtex-parse-field.
16206 (bibtex-pop): Use bibtex-beginning-of-entry and
16207 bibtex-end-of-entry to initiate the search. Insert empty field if
16208 we found ourselves.
16209 (bibtex-print-help-message): New args field and comma.
16210 Handle entry keys.
16211 (bibtex-make-field): Use bibtex-beginning-of-entry.
16212 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16213 invalid entry.
16214 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16215 Handle preambles. Simplify code for thorough test.
16216 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16217 New arg comma. Handle entry heads.
16218 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16219 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16220 New arg comma.
16221 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16222 (bibtex-fill-field): Simplify.
16223 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16224 bibtex-parse-field.
16225 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16226 (bibtex-complete): Use bibtex-parse-preamble.
16227
16228 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16229
16230 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16231 Display name of expression instead of convenience variable.
16232 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16233
16234 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16235 toggle-gud-tooltip-dereference.
16236 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16237 (gud-tooltip-tips): ...here when dereferencing.
16238
16239 2005-12-28 Bill Wohler <wohler@newt.com>
16240
16241 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16242
16243 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16244
16245 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16246 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16247 (vc-annotate-display-autoscale): Adjust call.
16248 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16249 Fix interactive spec.
16250 (vc-annotate-time-span): Remove.
16251 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16252 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16253 (vc-annotate-display-select): Use new name.
16254
16255 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16256 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16257 Correct the construction of span entries. Simplify.
16258 (vc-annotate-display-select): Fix the nil case.
16259 (vc-annotate): Remove obsolete (and now broken) code.
16260 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16261 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16262
16263 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16264
16265 * subr.el (lazy-completion-table): Correct typo in docstring.
16266
16267 * startup.el (command-line): Use `custom-reevaluate-setting' for
16268 `send-mail-function'.
16269
16270 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16271
16272 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16273
16274 * mail/smtpmail.el (smtpmail-try-auth-methods):
16275 Send credentials together with "AUTH PLAIN" command.
16276
16277 2005-12-27 Richard M. Stallman <rms@gnu.org>
16278
16279 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16280 mouse-2, go back to previously selected window, so it's selected
16281 when mouse-2 command runs.
16282
16283 2005-12-27 Juri Linkov <juri@jurta.org>
16284
16285 * descr-text.el (describe-text-sexp): Use square brackets for
16286 button [Show] to distinguish it from the property value `show'.
16287 (describe-property-list): Use `insert-text-button' with
16288 `help-face' type instead of putting face in quotes, because button
16289 is not created automatically for a list of faces.
16290 (describe-text-properties-1): Put button-type value in quotes to
16291 distinguish from plain text "button".
16292 (describe-char): Display code point values in hex. Don't use
16293 `symbol-name' for `current-input-method' because it is a string.
16294 Use `insert-text-button' with `help-face' type instead of putting
16295 hardcoded face in quotes, because button is not created automatically.
16296
16297 2005-12-27 Richard M. Stallman <rms@gnu.org>
16298
16299 * progmodes/glasses.el (glasses-face): More specific custom type.
16300
16301 * files.el (set-visited-file-name): Doc fix.
16302
16303 * textmodes/flyspell.el (flyspell-external-point-words):
16304 Use local var buffer-scan-pos to advance scan for next misspelling.
16305 Advance it only after we find the misspelling.
16306
16307 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16308
16309 * textmodes/flyspell.el (flyspell-external-point-words):
16310 New criteria for finding the misspelling in the buffer.
16311
16312 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16313
16314 * help-mode.el (help-insert-string): Set help-xref-stack-item
16315 rather than call help-setup-xref.
16316
16317 * descr-text.el (describe-char): Revert previous changes for
16318 optional buffer argument.
16319
16320 2005-12-27 Juri Linkov <juri@jurta.org>
16321
16322 * help-mode.el (help-insert-string): New function. Save buffer
16323 contents in cases where it is impossible to recompute the old contents.
16324
16325 * descr-text.el (describe-char): Set help-xref-stack-item
16326 explicitly after buffer has been generated.
16327
16328 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16329
16330 * cus-start.el (all): Add x-gtk-show-hidden-files.
16331
16332 2005-12-26 Richard M. Stallman <rms@gnu.org>
16333
16334 * replace.el (perform-replace): Calculate match-again
16335 before skipping read-only matches.
16336
16337 * paren.el (paren-showing-faces): New group.
16338 (show-paren-match, show-paren-mismatch): Move to that group.
16339
16340 * button.el (button): Put into group `basic-faces'.
16341
16342 * progmodes/make-mode.el: Remove faces from group `faces'.
16343
16344 * apropos.el (apropos, apropos-value): Doc fix.
16345 (apropos-documentation): Doc fix.
16346
16347 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
16348
16349 * subr.el (lazy-completion-table): Remove argument `args'.
16350
16351 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16352 Don't use the `args' argument of lazy-completion-table.
16353
16354 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
16355
16356 * descr-text.el (describe-char): Add optional argument for buffer.
16357 Set buffer appropriately. Call help-setup-xref.
16358 Suggested by Stefan Monnier.
16359
16360 2005-12-26 Juri Linkov <juri@jurta.org>
16361
16362 * descr-text.el: Require `help-fns' at runtime. Don't require
16363 `button' for byte compilation.
16364 (describe-text-widget): Add `help-echo' for first button.
16365 Use `help-info' for second.
16366 (describe-property-list): Use `help-argument-name' instead of `italic'.
16367 (describe-text-category): Add prompt to interactive spec.
16368 Call `help-setup-xref'.
16369 (describe-char): Use `help-character-set'. Add `help-echo' for
16370 code point. Use `help-input-method'. Remove superfluous insert.
16371
16372 2005-12-25 Richard M. Stallman <rms@gnu.org>
16373
16374 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16375 at point, in case of narrowing.
16376
16377 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16378
16379 * locate.el (locate-header-face): Allow nil in type.
16380
16381 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16382
16383 2005-12-25 Romain Francoise <romain@orebokech.com>
16384
16385 * battery.el (battery-linux-proc-acpi): Also try
16386 `/proc/acpi/thermal_zone/THM0/temperature'.
16387
16388 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
16389
16390 * custom.el (custom-push-theme): Fix docstring.
16391
16392 * cus-edit.el (custom-variable-set, custom-variable-save)
16393 (custom-variable-save): Custom-quote widget values.
16394 (customize-save-variable): Fix custom-push-theme call.
16395
16396 2005-12-24 Eli Zaretskii <eliz@gnu.org>
16397
16398 * w32-fns.el (w32-batch-update-autoloads): New function.
16399
16400 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16401 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16402 from the command line.
16403
16404 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
16405
16406 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
16407 reset means to remove setting from theme entirely. Don't keep
16408 expanding theme-settings list; delete old entries if necessary.
16409
16410 * cus-edit.el (custom-buffer-create-internal): Move "Erase
16411 customization" button one line up.
16412 (custom-themed): New face.
16413 (custom-magic-alist): New value, THEMED, for theme settings.
16414 (custom-variable-state-set, custom-face-state-set):
16415 Check theme-value instead of saved-value.
16416 (custom-variable-reset-standard, custom-face-reset-standard):
16417 Remove theme setting entirely. Recalculate new values.
16418 (custom-variable-set, custom-variable-set)
16419 (custom-variable-reset-saved, custom-variable-reset-backup)
16420 (custom-face-set, custom-face-reset-saved): Update `user' theme.
16421 (custom-variable-save): Fix typos.
16422
16423 2005-12-23 Juri Linkov <juri@jurta.org>
16424
16425 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16426 Add autoload cookies.
16427 (edebug-outside-d-c-i-n-s-w): New variable.
16428 (edebug-display, edebug-outside-excursion): Use it to save the
16429 original value of default-cursor-in-non-selected-windows.
16430 Set default-cursor-in-non-selected-windows to t while Edebug
16431 is active.
16432 (edebug-mode, edebug-eval-mode): Doc fix.
16433
16434 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16435 with `buffer-substring-no-properties' to remove common substring
16436 highlighting.
16437
16438 * info.el (info-other-window, info): Rename function argument
16439 `file' to `file-or-node'.
16440 (Info-complete-menu-item): Use local variable `complete-nodes' to
16441 keep the global value of `Info-complete-nodes' unchanged for
16442 subsequent completions.
16443 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16444
16445 * simple.el (get-next-valid-buffer, last-buffer)
16446 (next-error-buffer-p, next-error-find-buffer)
16447 (minibuffer-history-sexp-flag): Doc fix.
16448
16449 * savehist.el (savehist-mode-hook): Add `:group'.
16450
16451 * log-view.el: Call autoload for vc-find-version.
16452 (log-view-current-file): Adjust subgroup numbers.
16453 (log-view-current-tag): Add `length'.
16454
16455 2005-12-23 Richard M. Stallman <rms@gnu.org>
16456
16457 * vc.el (vc-annotate-car-last-cons): Defn moved up.
16458
16459 2005-12-23 Juri Linkov <juri@jurta.org>
16460
16461 * hi-lock.el (hi-lock-archaic-interface-message-used)
16462 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16463 (hi-lock-mode): Display "Hi" in the mode line only when
16464 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16465 (hi-lock-write-interactive-patterns):
16466 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16467 (hi-lock-set-pattern, hi-lock-set-file-patterns)
16468 (hi-lock-font-lock-hook): Set 3rd arg `how' of
16469 font-lock-add-keywords to t.
16470
16471 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
16472
16473 * hi-lock.el (hi-lock-highlight-range): New variable.
16474 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16475 only if font-lock-fontified is non-nil. Remove overlays.
16476 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16477 font-lock-fontified is non-nil, otherwise use overlays (instead of
16478 text properties).
16479 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16480 New variables.
16481 (hi-lock-string-serialize): New function.
16482
16483 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16484
16485 * menu-bar.el (menu-find-file-existing): New function.
16486 (menu-bar-file-menu): Use menu-find-file-existing for Open.
16487
16488 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16489
16490 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * vc.el: Remove unnecessary leading * in docstrings.
16493 (vc-annotate-mode-map): Move initialization into declaration.
16494 (vc-static-header-alist): Nitpick on the regexp.
16495 (vc-default-init-version): New fun.
16496 (vc-register): Use it.
16497 (vc-insert-headers): Use dolist.
16498 (vc-annotate-get-backend): Remove unused function.
16499 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
16500 (vc-annotate-mode): Remove corresponding call.
16501 (vc-annotate-car-last-cons): Simplify.
16502 (vc-annotate-buffers): Remove var.
16503 (vc-annotate-backend): Make it buffer-local.
16504 (vc-annotate): Move the interaction to the interactive spec.
16505 Add a `buf' argument.
16506 (vc-annotate-warp-version): Use this new `buf' argument to avoid
16507 killing&creating a vc-annotate buffer, which is very disruptive when
16508 the buffers are shown in dedicated frames.
16509
16510 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
16511
16512 * descr-text.el: Add FSF as maintainer.
16513 (describe-text-mode, describe-text-mode-map)
16514 (describe-text-mode-hook, describe-text-done): Delete. Use normal
16515 help-mode.
16516 (describe-text-widget, describe-text-sexp)
16517 (describe-property-list, describe-text-category)
16518 (describe-text-properties, describe-text-properties-1)
16519 (describe-char): Use help buttons instead of widgets.
16520 (describe-char-unicodedata-file): Make URL link in doc string.
16521
16522 2005-12-22 Richard M. Stallman <rms@gnu.org>
16523
16524 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16525 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16526 Don't include buttons that write a file when there's no file.
16527 (custom-variable-menu, custom-face-menu, custom-group-menu):
16528 Don't include commands that write a file when there's no file.
16529 (customize-browse): Reword the top-of-buffer help intro.
16530 (custom-buffer-create-internal): Fix previous change.
16531 (customize-changed-options-previous-release): Prev release is 21.1.
16532 (customize-changed-options): Doc fix.
16533 (customize-changed): New alias.
16534 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16535 Say "standard values".
16536 (Custom-reset-standard): Doc fix.
16537 (custom-face-reset-standard): Doc fix.
16538
16539 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16542 even if font-lock-mode is non-nil since it may be t without having
16543 turned on font-lock-mode-internal.
16544 (font-lock-choose-keywords): Minor optimization.
16545 (font-lock-add-keywords, font-lock-remove-keywords)
16546 (font-lock-set-defaults): Don't call make-local-variable on a variable
16547 that we know to already be local.
16548
16549 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16550
16551 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16552 messages if in the minibuffer.
16553
16554 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16557 (tex-mode-flyspell-verify, flyspell-get-word)
16558 (flyspell-external-point-words): Don't use point-min/max uselessly.
16559
16560 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16561 by Kevin Rodgers. Instead, just hide the completions buffer if we
16562 don't need to show it.
16563
16564 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
16565
16566 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16567
16568 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16569
16570 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16571 delete-windows-on with an inexistent buffer.
16572
16573 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
16574
16575 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16576 Delete defcustom variable :tag names.
16577
16578 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
16579
16580 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16581 (log-view-font-lock-keywords): Ajust subgroup numbers.
16582 (log-view-current-tag): Don't hard code the number of subgroups.
16583
16584 2005-12-20 Juri Linkov <juri@jurta.org>
16585
16586 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16587 (tooltip-x-offset, tooltip-y-offset): Doc fix.
16588
16589 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16590 (menu-bar-non-minibuffer-window-p): Instead of checking
16591 display-multi-frame-p, use selected-frame when menu-updating-frame
16592 is nil.
16593
16594 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
16595
16596 * align.el (align-rules-list): Use [ \t] instead of \s-
16597 for column separators in text mode.
16598
16599 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
16600
16601 * help-mode.el (help-customize-variable, help-customize-face):
16602 Don't pop help-xref-stack as help-follow no longer pushes
16603 anything on to it.
16604
16605 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
16606
16607 * textmodes/org.el (org-agenda-custom-commands): New option.
16608 (org-agenda): Offer custom commands on splash screen.
16609 (org-make-tags-matcher): Parser for Boolean logic added.
16610 (org-agenda-set-tags): New command.
16611 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16612 (org-set-tags): Efficiency improvements.
16613 (org-auto-align-tags): New option.
16614 (org-todo, org-demote, org-promote): Realign tags.
16615 (org-tags-completion-function): Use also "&" and "|" as separators.
16616 (org-org-menu): Agenda commands simplified.
16617
16618 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
16619
16620 * cus-edit.el (customize-apropos, customize-apropos-options):
16621 Docstring changes.
16622
16623 * font-lock.el (font-lock): Add tags to the links in the defgroup.
16624
16625 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
16626
16627 * longlines.el (longlines-mode): Wrap while widened.
16628 (longlines-decode-region, longlines-encode-region): Compute max
16629 just once.
16630
16631 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16632
16633 * cus-edit.el (mac): New group.
16634
16635 * cus-start.el (all): Add user options in macterm.c. Add test for
16636 Mac-related built-ins. Fix test for GTK-related built-ins.
16637
16638 * term/mac-win.el (mac-handle-language-change)
16639 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16640 (mac-services-open-selection, mac-services-mail-selection)
16641 (mac-services-mail-to, mac-services-insert-text)
16642 (mac-dispatch-apple-event): Add docstrings.
16643 (x-get-selection, mac-select-convert-to-string): Select coding
16644 system from `utf-16be' and `utf-16le' using `byteorder'.
16645
16646 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * subr.el (lazy-completion-table): Don't be fooled if the var holds
16649 a "list" (lambda ...) rather than a real completion list.
16650
16651 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16652 lexical-let when encountering ((lambda (...) ...) ...).
16653
16654 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16655
16656 * progmodes/sh-script.el (sh-mode):
16657 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16658 * textmodes/picture.el (picture-mode): Update docstrings.
16659
16660 2005-12-17 Eli Zaretskii <eliz@gnu.org>
16661
16662 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16663 commands enclosed in $(ARGQUOTE)s should not be split between two
16664 lines, as that will break with GNU Make >3.80, when sh.exe is used
16665 and arg quoting is with '..'.
16666 (autoloads): Don't break the quoted --eval expression between
16667 several lines.
16668
16669 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16670
16671 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16672 Capture error from printing circular structures.
16673
16674 2005-12-17 Martin Rudalics <rudalics@gmx.at>
16675
16676 * wid-edit.el (widget-checkbox-action): Clear undo info.
16677
16678 2005-12-16 Bill Wohler <wohler@newt.com>
16679
16680 * menu-bar.el (kill-this-buffer): Set a good example by using menu
16681 bar, not menubar in comment.
16682
16683 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
16684
16685 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16686 After-change-functions should not clobber the match data.
16687
16688 2005-12-16 Juri Linkov <juri@jurta.org>
16689
16690 * simple.el (choose-completion): Use `buffer-substring-no-properties'
16691 instead of `buffer-substring'.
16692 (completion-common-substring): Doc fix.
16693 (completion-setup-function): Use minibuffer-completion-contents
16694 instead of minibuffer-contents. Don't set common-string-length
16695 initially. Remove special handling of partial-completion-mode.
16696 Move computation of completion-base-size into one cond.
16697 Call completion-base-size-function in mainbuf. In computation of
16698 completion-base-size for file name completion don't move point to
16699 the end of the minibuffer. Move computation of common-string-length
16700 into one cond. Start putting faces only when common-string-length>=0.
16701 Add condition to put completions-common-part when
16702 common-string-length>0.
16703
16704 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16705 place point at the first different character in the minibuffer
16706 even if this position is at the beginning of the minibuffer.
16707
16708 * info.el (Info-read-node-name-1): In completion-base-size-function's
16709 lambda return 1 if common-substring or minibuffer-completion-contents
16710 starts with (, and 0 otherwise.
16711
16712 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16713 Use `crm-current-element' for second arg of `display-completion-list'.
16714
16715 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
16716
16717 * files.el (set-auto-mode): Look for an interpreter specified on
16718 the first line also if search for mode specification succeeded,
16719 but the mode is not known.
16720
16721 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
16722
16723 * textmodes/org.el (org-tags-match-list-sublevels): New option.
16724 (org-open-at-point): Implement tag searches as links.
16725 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16726 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16727 (org-tags-sparse-tree, org-tags-view, org-set-tags)
16728 (org-agenda-dispatch): New commands.
16729 (org-use-tag-inheritance, org-tags-column): New options.
16730 (org-tab-follows-link, org-return-follows-link): New options.
16731 (org-tags): New customize group.
16732 (org-start-icalendar-file): Get local time zone.
16733 (org-tags-completion-function): New function.
16734 (org-set-font-lock-defaults): Make sure links will also be
16735 highlighted inside headlines.
16736
16737 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
16738
16739 * term.el (term-emulate-terminal):
16740 Let term-handle-ansi-terminal-messages override what Bash says about
16741 its current directory.
16742
16743 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16744
16745 * bindings.el (last-buffer): Move to simple.el.
16746 * simple.el (last-buffer): Move here.
16747 (get-next-valid-buffer): New function.
16748 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16749 (prev-buffer): Ditto. Rename to `previous-buffer'.
16750
16751 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16752 * bindings.el (global-map): Ditto.
16753
16754 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
16755
16756 * cus-edit.el: Introductory comment change.
16757 (custom-magic-alist): Change message string for the `rogue' state.
16758
16759 2005-12-15 Richard M. Stallman <rms@gnu.org>
16760
16761 * tooltip.el: Delete defcustom variable :tag names.
16762
16763 * complete.el (partial-completion-mode): Doc fix.
16764
16765 * textmodes/flyspell.el (flyspell-external-point-words):
16766 Use save-excursion to ensure we don't move backward in the
16767 search loop, not even one character.
16768 (flyspell-delete-all-overlays): Use remove-overlays directly.
16769
16770 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16771 (ispell-start-process): Set that variable.
16772 Clear ispell-buffer-local-name.
16773 (ispell-internal-change-dictionary):
16774 Set ispell-current-dictionary after killing process.
16775 (ispell-buffer-local-dict):
16776 Don't set spell-personal-dictionary after killing process.
16777 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16778 (ispell-tex-skip-alists, ispell-html-skip-alists)
16779 (ispell-skip-region-alist): Mark as risky.
16780
16781 * net/newsticker.el (newsticker--retrieval-timer-list)
16782 (newsticker--display-timer, newsticker-running-p)
16783 (newsticker-ticker-running-p): Definitions moved up.
16784
16785 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
16786
16787 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16788
16789 2005-12-15 David Ponce <david@dponce.com>
16790
16791 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16792 (recentf-edit-list, recentf-open-files): Signal an error when
16793 there is no recent file.
16794
16795 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
16796
16797 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16798 read-only except for texinfo-format-region evaluation.
16799
16800 2005-12-14 Richard M. Stallman <rms@gnu.org>
16801
16802 * vc.el (vc-default-previous-version, vc-default-next-version)
16803 (vc-do-command): Doc fixes.
16804
16805 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16806
16807 * textmodes/bibtex.el (bibtex-expand-strings)
16808 (bibtex-autokey-expand-string, bibtex-name-part)
16809 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16810 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16811 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16812 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16813 (bibtex-entry-postfix, bibtex-known-entry-type-re)
16814 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16815 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16816 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16817 (bibtex-beginning-of-last-entry): Remove.
16818 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
16819 message if comma is missing but buffer is read-only.
16820 (bibtex-parse-field-text): Handle whitespaces at the end of field
16821 text. Return 3-element list with beginning and end of field text
16822 and end of field.
16823 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16824 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
16825 (bibtex-search-forward-field, bibtex-search-backward-field):
16826 Search always delimited by limits of entry. Use more efficient
16827 search algorithms.
16828 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16829 bibtex-end-of-name-in-field.
16830 (bibtex-text-in-field-bounds): Handle BibTeX strings when
16831 extracting the content of a field.
16832 (bibtex-text-in-field): Use search limits.
16833 (bibtex-parse-string-prefix): Handle empty string keys based on
16834 bibtex-string-empty-key.
16835 (bibtex-parse-string): Fix docstring.
16836 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16837 (bibtex-preamble-prefix, bibtex-strings): New functions.
16838 (bibtex-skip-to-valid-entry): Include preceding whitespace in
16839 BibTeX entries (consistent with other BibTeX functions).
16840 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16841 (bibtex-search-entry): Fix docstring. Simplify.
16842 (bibtex-flash-head, bibtex-complete-string-cleanup)
16843 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16844 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16845 (bibtex-parse-entry): New optional arg content.
16846 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16847 Use bibtex-text-in-field-bounds.
16848 (bibtex-print-help-message): Handle BibTeX strings and preambles.
16849 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16850 bibtex-parse-string-postfix.
16851 (bibtex-find-text-internal): New function.
16852 (bibtex-remove-delimiters): Use it.
16853 (bibtex-find-text): Use it. New optional arg help.
16854 (bibtex-complete): Handle BibTeX string and preamble entries.
16855 (bibtex-Preamble): Fix order of closing delimiters.
16856
16857 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
16858
16859 * vc.el (vc-default-revert): New fun.
16860
16861 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16862
16863 2005-12-14 Romain Francoise <romain@orebokech.com>
16864
16865 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16866 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16867 (font-lock-remove-keywords): Likewise.
16868
16869 2005-12-14 Juri Linkov <juri@jurta.org>
16870
16871 * log-view.el (log-view-diff): Doc fix.
16872
16873 * isearch.el (isearch-query-replace): Use (mark) instead of
16874 isearch-opoint if mark is active in transient-mark-mode.
16875
16876 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
16877
16878 * isearch.el (isearch-query-replace): Check for isearch-other-end.
16879
16880 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
16881
16882 * progmodes/cpp.el (cpp-face): New widget.
16883 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16884
16885 2005-12-14 Juri Linkov <juri@jurta.org>
16886
16887 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16888 around `erase-buffer' and `insert'.
16889
16890 * descr-text.el (describe-text-properties): Replace buffer name
16891 "*Help-2*" with "*Help*<2>".
16892 (describe-char): Add functions print-help-return-message,
16893 toggle-read-only. Use help-setup-xref with nil to not store
16894 describe-char in help-xref-stack. Use help-make-xrefs to
16895 make [back] button.
16896
16897 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16898
16899 * wdired.el (wdired-old-point): New internal variable.
16900 (wdired-change-to-wdired-mode): Set it buffer-locally.
16901 (wdired-abort-changes): Restore point after aborting changes.
16902
16903 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * vc.el (vc-do-command): Add a new value t for okstatus.
16906
16907 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16908 frame in case of errors.
16909
16910 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16911
16912 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16913 so it comes after "On the Left" in the menu.
16914
16915 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
16916
16917 * cus-edit.el (customize-apropos, customize-apropos-options)
16918 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16919
16920 2005-12-12 Bill Wohler <wohler@newt.com>
16921
16922 * vc-svn.el (vc-svn-registered): Fix problem of visiting
16923 non-writable Subversion-controlled files by saving window
16924 configuration before calling vc-do-command. vc-do-command calls
16925 pop-to-buffer on error which is unexpected during registration.
16926
16927 2005-12-12 Jay Belanger <belanger@truman.edu>
16928
16929 * calc/README: Update the summary of changes.
16930
16931 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
16932
16933 * descr-text.el (describe-char): Rework last fix to solve the problem
16934 is the same way it's solved for everything else in that function
16935 (i.e. by extracting the info before setting up the *Help* buffer).
16936
16937 2005-12-12 Kim F. Storm <storm@cua.dk>
16938
16939 * subr.el (version-regexp-alist): Allow space as separator before
16940 non-numeric part, e.g. "1.0 alpha".
16941 (version-to-list): Interpret .X.Y version as 0.X.Y version.
16942
16943 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
16944
16945 * textmodes/org.el (org-agenda, org-timeline, org-todo):
16946 Implement Logging and the keep-modes setting.
16947 (org-get-category): Make sure a string is returned.
16948 (org-log-done): New function.
16949 (org-log-done, org-closed-string): New options.
16950
16951 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16952
16953 * tooltip.el (tooltip-y-offset): Change default to 20.
16954
16955 2005-12-12 Richard M. Stallman <rms@gnu.org>
16956
16957 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16958
16959 * frame.el (display-hourglass): Doc fix.
16960
16961 * help.el (help-for-help-internal): Simplify entry for `a'.
16962
16963 * info.el (Info-on-current-buffer): Doc fix.
16964 (info-insert-file-contents): Don't test (featurep 'jka-compr).
16965
16966 * startup.el (inhibit-splash-screen): Make this the real name.
16967 (inhibit-startup-message): Make this the alias.
16968 (command-line): Find only simple.el, and use its directory
16969 to fill in other preloaded files' names.
16970 (command-line): Deactivate the mark if deactivate-mark is set.
16971
16972 * international/mule.el (load-with-code-conversion):
16973 Bind deactivate-mark.
16974
16975 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16976
16977 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
16978
16979 * cus-edit.el (customize-apropos): Avoid listing an option more
16980 than once under different aliases. No longer list user options
16981 that are not defined with defcustom (unless a prefix arg is given).
16982 Doc fix.
16983 (customize-apropos-options): Doc fix.
16984
16985 2005-12-11 Juri Linkov <juri@jurta.org>
16986
16987 * frame.el (set-background-color, set-foreground-color)
16988 (set-cursor-color, set-mouse-color, set-border-color):
16989 Add explicit prompts to read colors by `facemenu-read-color'.
16990 (show-trailing-whitespace, blink-cursor-delay)
16991 (blink-cursor-interval, display-hourglass, hourglass-delay):
16992 Remove tags.
16993 (display-hourglass, hourglass-delay): Doc fix.
16994 (cursor-in-non-selected-windows): Capitalize words in tag.
16995
16996 * faces.el (frame-background-mode): Replace `choice-item' keywords
16997 with `const' to not make [default] button. Change default value tag
16998 from `default' to `automatic'. Doc fix.
16999 (trailing-whitespace) <defface>: Change group `whitespace' to
17000 `whitespace-faces'.
17001
17002 2005-12-11 Richard M. Stallman <rms@gnu.org>
17003
17004 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17005
17006 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17007
17008 * term/mac-win.el: Create keymap for mac-apple-event-map.
17009
17010 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17011
17012 * tooltip.el (tooltip-mode): Move to start of file so that it
17013 appears at top of customize buffer.
17014
17015 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17016 Add the gud groupname.
17017 (gud-tooltip-mode): Add the tooltip groupname.
17018 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17019 avoid conflict with tooltip-use-echo-area.
17020
17021 2005-12-10 Romain Francoise <romain@orebokech.com>
17022
17023 * help.el (help-for-help-internal): Add `r' in doc string.
17024
17025 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17026
17027 * align.el (align-regexp, align-highlight-rule):
17028 Use region-beginning and region-end instead of point and mark, so that
17029 repetition (with `repeat-complex-command') recomputes the region
17030 bounds.
17031
17032 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17033
17034 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17035 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17036 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17037 (balance-windows): Rewrite using the above new functions.
17038
17039 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17040
17041 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17042 react if global-hi-lock-mode seems intended.
17043 (global-hi-lock-mode): Renamed from hi-lock-mode.
17044 (hi-lock-archaic-interface-message-used)
17045 (hi-lock-archaic-interface-deduce): New variables.
17046 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17047 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17048 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17049 Replace hi-lock-buffer-mode with hi-lock-mode.
17050
17051 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17052
17053 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17054 completion list, even after a partial completion has been
17055 inserted in the current buffer. If there are more than 1
17056 completion, redisplay the *Completions* buffer; if the
17057 completion is unique, delete the *Completions* window.
17058
17059 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17060
17061 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17062 strings and long subject lines that were broken into multiple
17063 lines at arbitrary places. Handle subjects that have "Re: " in
17064 the middle.
17065
17066 2005-12-10 John W. Eaton <jwe@octave.org>
17067
17068 * emacs/octave-mod.el (octave-electric-space): Don't indent
17069 comments or strings if octave-auto-indent is nil.
17070
17071 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17072
17073 * term/mac-win.el: Require url when compiling.
17074 Call mac-process-deferred-apple-events after loading init files.
17075 (mac-apple-event-map): New defvar. Define event handlers in it.
17076 (core-event, internet-event): New Apple event class symbols.
17077 (open-application, reopen-application, open-documents)
17078 (print-documents, open-contents, quit-application)
17079 (application-died, show-preferences, autosave-now, get-url):
17080 New Apple event ID symbols.
17081 (about): New HICommand ID symbol.
17082 (mac-event-spec, mac-event-ae): New macros.
17083 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17084 (mac-ae-selection-range, mac-ae-text-for-search)
17085 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17086 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17087 and Services menu events are now defined in mac-apple-event-map.
17088 (mac-drag-n-drop): Remove selection range handling.
17089
17090 2005-12-10 Kenichi Handa <handa@m17n.org>
17091
17092 * simple.el (zap-to-char):
17093 * isearch.el (isearch-process-search-char): Translate CHAR by
17094 translation-table-for-input.
17095
17096 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17097
17098 * foldout.el (foldout-exit-fold): Properly hide subtree.
17099
17100 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17101
17102 * files.el (save-buffer):
17103 * international/ucs-tables.el (ucs-set-table-for-input):
17104 * mail/mail-extr.el (mail-extract-address-components):
17105 * mail/sendmail.el (mail-mode): Reformat doc string.
17106
17107 2005-12-09 Juri Linkov <juri@jurta.org>
17108
17109 * isearch.el (isearch-highlight): Change main overlay priority
17110 from 1 to 1001. Simplify.
17111 (isearch-lazy-highlight-update): Change lazy overlay priority
17112 from 0 to 1000.
17113
17114 * replace.el (replace-highlight): Change overlay priority from
17115 1 to 1001.
17116
17117 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17118 Change overlay priority from 1 to 1001. Reuse existing overlay.
17119
17120 * compare-w.el (compare-windows-highlight): Change overlay
17121 priority from 1 to 1000.
17122
17123 * menu-bar.el (menu-bar-edit-menu): Add listp around
17124 pending-undo-list to disable menu item "undo" when pending
17125 undo list is empty.
17126
17127 * locate.el (locate): Disable undo in *Locate* buffer.
17128
17129 2005-12-09 Kim F. Storm <storm@cua.dk>
17130
17131 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17132
17133 2005-12-09 David Ponce <david@dponce.com>
17134
17135 * recentf.el: Improvement of the menu code.
17136 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17137 instead of menu hook.
17138 (recentf-show-menu, recentf-hide-menu): New functions.
17139 (recentf-menu-customization-changed, recentf-mode): Use them.
17140 (recentf-menu-action, recentf-max-menu-items)
17141 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17142 (recentf-arrange-by-rule-others)
17143 (recentf-arrange-by-rules-min-items)
17144 (recentf-arrange-by-rule-subfilter): Don't use
17145 `recentf-menu-customization-changed'.
17146 (recentf-arrange-rules): Likewise. Accept functions to compute
17147 sub-menu titles.
17148 (recentf-menu-filter): Likewise. Doc fix.
17149 (recentf-menu-value-shortcut): Doc fix.
17150 (recentf-dump-variable): Quote atom value.
17151 (recentf-make-menu-items): Update to use it as a menu filter.
17152 (recentf-match-rule): New function.
17153 (recentf-arrange-by-rule): Use it.
17154 (recentf-indirect-mode-rule): New function.
17155 (recentf-build-mode-rules): Use it.
17156 (recentf-dir-rule): New function.
17157 (recentf-arrange-by-dir): Use it.
17158 (recentf-filter-changer-current): Rename from
17159 `recentf-filter-changer-state'. All references updated.
17160 (recentf-filter-changer-alist): Update filter names.
17161 (recentf-filter-changer-select): New function.
17162 (recentf-filter-changer): Use it. Make a sub-menu from filters
17163 available in `recentf-filter-changer-alist'.
17164 (recentf-data-cache, recentf-clear-data)
17165 (recentf-update-menu): Remove. All references updated.
17166 (recentf-match-rule-p, recentf-build-dir-rules)
17167 (recentf-filter-changer-goto-next)
17168 (recentf-filter-changer-get-current)
17169 (recentf-filter-changer-get-next): Remove.
17170
17171 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17172
17173 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17174 buffer "Reset" button to "Reset to Current" for consistency with
17175 the State buttons.
17176
17177 2005-12-08 John Paul Wallington <jpw@pobox.com>
17178
17179 * ibuf-ext.el (define-ibuffer-filter filename):
17180 If `dired-directory' is a list then really use its car.
17181
17182 2005-12-08 Kim F. Storm <storm@cua.dk>
17183
17184 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17185 Fix indention of text on right side of replaced rectangle.
17186
17187 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17188
17189 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17190 No need to check gud-comint-buffer is bound.
17191 (gdb): Prevent multiple debugging when first session uses gdba.
17192
17193 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17194
17195 CC Mode update to 5.31.
17196
17197 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17198 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17199 We might do this function properly in the future).
17200
17201 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17202 New macros c-sentence-end and c-default-value-sentence end, to cope
17203 with Emacs 22's new function `sentence-end'.
17204
17205 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17206
17207 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17208 compat issue using `c-put-overlay' and `c-delete-overlay'.
17209
17210 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17211 New compat macros to handle overlays/extents.
17212
17213 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17214
17215 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17216 (for GNU Emacs 20.4).
17217
17218 * progmodes/cc-defs.el:
17219 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17220
17221 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17222 highlighting mechanism so it will work in XEmacs too.
17223
17224 * progmodes/cc-defs.el: Insert c-int-to-char.
17225
17226 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17227 call to the new macro c-int-to-char. This solves XEmacs's
17228 regarding characters as different from integers.
17229
17230 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17231
17232 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17233 New internal helper.
17234
17235 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17236 construct to make the indirect face lookup work in XEmacs.
17237
17238 (c-cpp-matchers): Append the negation char face to the existing
17239 fontification, so that the cpp face doesn't disappear.
17240 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17241 and strings.
17242
17243 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17244 to map to `font-lock-negation-char-face' in emacsen where it exists.
17245
17246 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17247
17248 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17249
17250 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17251 Rename "c-subword-move-mode" as "c-subword-mode".
17252
17253 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17254 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17255
17256 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17257
17258 * progmodes/cc-mode.el: Added autoload directive for
17259 `c-subword-move-mode' for use in older emacsen.
17260
17261 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17262
17263 * progmodes/cc-mode.el:
17264 (i): Insert a binding for C-c C-backspace into
17265 c-bind-special-erase-keys which works in TTYs.
17266 (ii): Make sure that when file styles are used, any explicitly
17267 given style variables take priority over those in the style.
17268 Do this by calling `hack-local-variables' a second time.
17269
17270 * progmodes/cc-vars.el: Add language specific customization
17271 widgets for AWK to c-doc-comment-style, c-require-final-newline
17272 and c-default-style. Add a defcustom for awk-mode-hook.
17273 Give c-syntactic-element and c-syntactic-context doc-strings by
17274 directly setting their `variable-documentation' propery.
17275 This allows Emacs 22.1 to read these with C-h v.
17276
17277 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17278
17279 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17280
17281 * progmodes/cc-fonts.el, cc-vars.el
17282 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17283 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17284 Masatake YAMATO.
17285
17286 (c-doc-comment-style): Made GtkDoc default in C mode.
17287
17288 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17289 and C-c C-<delete>.
17290
17291 (c-bind-special-erase-keys): New function for use on
17292 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17293
17294 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17295 <delete> key behavior in XEmacs according to `delete-forward-p'.
17296 C.f. `c-electric-delete'.
17297
17298 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17299
17300 * progmodes/cc-mode.el: Give c-hungry-backspace and
17301 c-hungry-delete-forward permanent key bindings.
17302
17303 * progmodes/cc-cmds.el (c-electric-semi&comma):
17304 Bind c-syntactic-context for calls to "criteria functions", for
17305 consistency with other calls to user functions.
17306
17307 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17308 `current-prefix-arg', since this might be the prefix arg to a
17309 command which calls c-indent-command as a function. Change the
17310 interactive spec from "p" to "P".
17311
17312 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17313 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17314 was difficult to understand.
17315
17316 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17317
17318 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17319 first char of an identifier.
17320
17321 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17322 +" syntax in C++.
17323
17324 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17325
17326 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17327 auto-fill doesn't split a c-comment's last word from a hanging
17328 "*/" when a space is typed between them after fill-column.
17329
17330 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17331
17332 * progmodes/cc-styles.el (c-set-style)
17333 (c-setup-paragraph-variables): Abort the command if we're not in a
17334 CC Mode buffer.
17335
17336 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17337 with blank comment-prefix, and a blank line as the comment's
17338 second line.
17339
17340 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17341
17342 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17343 Incorporate the patterns added in the Emacs development branch
17344 for the new Emacs 22 face `font-lock-negation-char-face'.
17345
17346 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17347 of "red" since it stands out better in xterms and DOS terminals.
17348
17349 * progmodes/cc-engine.el (c-literal-faces):
17350 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17351
17352 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17353
17354 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17355 forcibly enable c-electric-flag.
17356
17357 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17358 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17359 after the comment-prefix of a C-style comment will close that comment.
17360
17361 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17362
17363 * progmodes/cc-fonts.el (c-basic-matchers-before)
17364 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17365 in Pike.
17366
17367 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17368 digraphs.
17369
17370 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17371 (c-cpp-message-directives, c-cpp-include-directives)
17372 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17373 (c-cpp-expr-directives): Introduce new language constants to
17374 control cpp syntax in a cleaner way.
17375
17376 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17377
17378 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17379
17380 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17381 (c-multiline-string-start-char): New language constants and
17382 variables to specify how newlines in string literals work.
17383
17384 (c-font-lock-invalid-string): Use them.
17385
17386 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17387 unbalanced close brace is entered. Optimization by avoiding going
17388 back over arbitrarily large blocks. Removed hints that this
17389 function only would be relevant/useful in AWK.
17390
17391 (c-electric-brace): Indent syntactically after the cleanups since
17392 lineup functions might do it differently then.
17393
17394 * progmodes/cc-engine.el, cc-langs.el
17395 (c-opt-op-identifier-prefix): New language constant and variable.
17396
17397 (c-just-after-func-arglist-p, c-after-special-operator-id)
17398 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17399
17400 * progmodes/cc-align.el, cc-engine.el
17401 (c-after-special-operator-id): New helper to handle C++ operator
17402 identifiers.
17403
17404 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17405 (c-guess-basic-syntax): Handle C++ operator identifiers in
17406 declarations.
17407
17408 * progmodes/cc-langs.el (c-assignment-operators): Add the
17409 trigraph version of ^= too.
17410
17411 * progmodes/cc-langs.el (c-assignment-operators): Add the
17412 trigraph version of |= in C++.
17413
17414 * progmodes/cc-fonts.el (c-font-lock-declarators):
17415 Handle `c-decl-hangon-kwds' after the identifier name.
17416
17417 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17418 whether an arglist is "nonempty", ignore a comment after the open
17419 paren if it isn't followed by a non-comment token on the same line.
17420
17421 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17422 Enable heuristics below the point to cope with classes inside special
17423 brace lists in Pike.
17424
17425 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17426
17427 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17428
17429 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17430
17431 * progmodes/cc-guess.el (cc-guess-install): New function to
17432 install an already guessed style in another buffer.
17433
17434 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17435 sets `inhibit-read-only' - `c-save-buffer-state' should be used
17436 anyway if the change always is undone.
17437
17438 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17439
17440 Implement togglable electricity:
17441
17442 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17443 saying when it should be used.
17444
17445 * progmodes/cc-engine.el: Add the new buffer-local variable,
17446 c-electric-flag.
17447
17448 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17449 c-toggle-auto-newline.
17450
17451 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17452 c-toggle-auto-newline. Remove the binding for
17453 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
17454 c-toggle-electric-state.
17455
17456 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17457
17458 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17459 c-\(forward\|backward\)-subword.
17460 (c-update-modeline): Add the new modeline flag `l' for
17461 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
17462 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17463 Make the old name an alias of the new name.
17464 (c-toggle-electric-state): New function.
17465 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17466 Adapt these functions to do electric things only when
17467 c-electric-flag is non-nil.
17468 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17469 new functions from c-electric-brace.
17470 (c-point-syntax): Add a check for "virtual semicolons" in AWK
17471 mode, so that the tentative extra newline doesn't change the
17472 syntax of the following brace.
17473 (c-electric-brace): Restructure by extracting the above functions.
17474 Tidy up the coding somewhat.
17475 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17476 restructure a bit.
17477
17478 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17479
17480 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17481 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
17482
17483 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17484 (c-submode-indicators): Change name from `c-auto-hungry-string'
17485 since it's now used to track another submode.
17486
17487 (c-update-modeline): Convert to function and extended to check
17488 `c-subword-move-mode'.
17489
17490 (c-forward-into-nomenclature, c-backward-into-nomenclature):
17491 Convert to compat aliases for `c-forward-subword' and
17492 `c-backward-subword'.
17493
17494 * progmodes/cc-subword.el: New functions and minor mode to handle
17495 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17496
17497 (c-forward-subword, c-backward-subword, c-mark-subword)
17498 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17499 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17500 Functions corresponding to the standard word handling functions.
17501
17502 (c-subword-move-mode): Minor mode that replaces all the standard
17503 word handling functions with their subword equivalences.
17504
17505 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17506
17507 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17508 entry for one-liner-defun.
17509
17510 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17511 name in its def-edebug-spec.
17512
17513 * progmodes/cc-cmds.el (c-electric-brace): Make the
17514 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
17515 compacts space before a comment, if this will make things fit on
17516 one line.
17517
17518 Introduce an "awk" style, mainly for auto-newline and clean-ups.
17519
17520 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17521
17522 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17523 clean-up one-liner-defun.
17524
17525 * progmodes/cc-styles.el: Add the new "awk" style.
17526
17527 * progmodes/cc-vars.el: Add description of one-liner-defun to
17528 c-cleanup-list's doc-string. New user options,
17529 c-max-one-liner-length. In c-default-style, set the default style
17530 for AWK to "awk".
17531
17532 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17533
17534 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17535 macros inside labels.
17536
17537 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17538 `c-at-statement-start-p' and `c-at-expression-start-p'.
17539
17540 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17541 error if the mark isn't set.
17542
17543 * progmodes/cc-engine.el (c-guess-continued-construct)
17544 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17545 accurately detect functions inside functions.
17546
17547 * progmodes/cc-engine.el (c-at-expression-start-p): New function
17548 like `c-at-statement-start-p' that additionally recognizes commas
17549 and expression parentheses as delimiters.
17550
17551 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17552 to avoid heuristics that doesn't work for unclosed blocks.
17553 (c-at-statement-start-p): New function.
17554
17555 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17556 Objective-C directives, e.g. directives spanning lines should work
17557 reasonably well now.
17558
17559 (c-put-c-type-property, c-clear-c-type-property): New helpers.
17560
17561 (c-forward-objc-directive): New function to move over any ObjC
17562 directive.
17563
17564 (c-just-after-func-arglist-p, c-guess-basic-syntax)
17565 (c-basic-matchers-before): Use it.
17566
17567 (c-font-lock-objc-iip-decl): Remove.
17568
17569 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17570 in the template arglist recognition.
17571
17572 * progmodes/cc-styles.el (c-style-alist): Fix several
17573 inconsistencies in the Whitesmith style.
17574
17575 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17576 New lineup function to get lines after Whitesmith style blocks
17577 correctly indented.
17578
17579 (c-lineup-whitesmith-in-block): Back out the compensation for
17580 opening parens since it's done using `add' lists in the style
17581 definition instead. Don't use the anchor position since it varies
17582 too much between the syntactic symbols. :P
17583
17584 * progmodes/cc-vars.el (c-valid-offset): Update.
17585
17586 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17587 lists where the offsets are combined according to several
17588 different methods: `first', `min', `max', and `add'.
17589 Report offset evaluation errors with `c-benign-error' so that some kind
17590 of reindentation still is done.
17591
17592 * progmodes/cc-engine.el (c-guess-basic-syntax):
17593 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17594 `arglist-close'.
17595
17596 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17597 situations for `arglist-cont-nonempty' and `arglist-close'.
17598
17599 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17600
17601 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17602 cc-bytecomp-boundp' in a number of places.
17603
17604 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17605 macro related issue.
17606
17607 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17608
17609 * progmodes/cc-awk.el: Change the terminology of regexps: A char
17610 list is now [asdf], a char class [:alpha:].
17611 Include code for char classes.
17612 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
17613 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17614
17615 Remove (nearly all of) the cruft associated with AWK Mode's former
17616 concept of "virtual semicolons":
17617
17618 Adapt c-beginning-of-statement, c-end-of-statement (together with
17619 subfunctions) to use the new notion of "virtual semicolon" in
17620 place of the old awkward special handling for AWK. There remains
17621 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17622 * progmodes/cc-cmds.el:
17623 (c-ascertain-adjacent-literal): In the backwards direction, now
17624 recognises AWK regexp delimiters as string delimiters.
17625 (c-after-statement-terminator-p): Adapt for virtual semicolons;
17626 check more rigorously for "end of macro".
17627 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17628 virtual semicolons;
17629 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17630 out the code for forward movement into ...
17631 (c-end-of-statement): Now contains the code for forward movement,
17632 adapted for virtual semicolons.
17633
17634 * progmodes/cc-engine.el:
17635 (c-ws*-string-limit-regexp): New regexp.
17636 (c-forward-single-comment, c-backward-single-comment): Comment out
17637 the (now redundant) "special" AWK stuff.
17638
17639 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17640 c-string-par-start, c-string-par-separate to be more like Text
17641 Mode than Fundamental Mode.
17642
17643 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17644
17645 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17646 to the fontified region so that fontification doesn't occur
17647 outside it (could happen e.g. when fontifying a line with an
17648 unfinished declaration).
17649
17650 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17651
17652 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17653 start of the file. ^L now separate sections of the file.
17654 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17655 (c-awk-one-line-possibly-open-string-re)
17656 (c-awk-regexp-one-line-possibly-open-char-class-re)
17657 (c-awk-one-line-possibly-open-regexp-re)
17658 (c-awk-one-line-non-syn-ws*-re): New defonsts.
17659 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17660
17661 Amend the concept of "virtual semicolons" (in the indentation
17662 engine) for languages like AWK, such that they are now
17663 conceptually attached to end of the last token of a statement, not
17664 the end of the line. (In AWK Mode, however, the pertinent text
17665 property is still physically set on the EOL.) Remove the specific
17666 tests for awk-mode, thus facilitating the introduction of other
17667 language modes where EOLs can end statements.
17668 (Note: The funtionality in cc-cmds.el, specifically
17669 c-beginning/end-of-statement has yet to be amended.)
17670
17671 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17672 New macros.
17673
17674 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17675 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
17676 c-vsemi-status-unknown-p-fn (in a new page).
17677
17678 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17679 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17680 numerous awkward forms like
17681 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17682 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
17683 variable before-ws-ip, the place just after char-before-ip appears.
17684
17685 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17686 a comment.
17687
17688 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17689
17690 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17691 `c-tentative-buffer-changes'.
17692
17693 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17694 convert to macro to choose between Emacs and XEmacs at compile time.
17695
17696 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17697
17698 (c-tentative-buffer-changes): New macro to handle temporary buffer
17699 changes in a convenient way.
17700
17701 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17702 for `c-tentative-buffer-changes'.
17703
17704 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17705 the checks for paren sexps between the point and the keyword, to
17706 avoid some false alarms.
17707
17708 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17709 Fixed a situation where an error could be thrown for unbalanced
17710 parens. Changed to make use of c-keyword-member' to avoid some
17711 repeated regexp matches.
17712
17713 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17714 These language variable are no longer necessary.
17715
17716 (c-block-stmt-kwds): New language constant used by
17717 c-looking-at-inexpr-block'.
17718
17719 (c-guess-basic-syntax): Remove an optional check that looked at
17720 the existence of the now removed language variables.
17721
17722 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17723 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17724 object instantiation expressions as declarations in some contexts.
17725 This bug only affected languages where the declarator can't be
17726 enclosed in parentheses.
17727
17728 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17729 insert newlines before and after substatement braces.
17730
17731 * progmodes/cc-engine.el: Improved the heuristics for recognizing
17732 function declaration headers and the handling of C++ style member
17733 init lists.
17734
17735 (c-just-after-func-arglist-p): Rewritten to use
17736 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
17737
17738 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17739
17740 (c-guess-basic-syntax): Adapt case 5B for the new
17741 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
17742 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17743 covers all cases now).
17744
17745 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17746
17747 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17748
17749 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17750 c-string-par-start/separate c-sentence-end-with-esc-eol,
17751 initialised in c-setup-paragraph-variables, used in string
17752 scanning subroutines of c-beginning-of-statement.
17753
17754 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17755 which precedes the newly inserted `{'.
17756
17757 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17758
17759 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17760 function for declaration level blocks. It should now cope with
17761 templates better and also be a lot more comprehensible.
17762
17763 (c-looking-at-decl-block): The new function.
17764
17765 (c-search-uplist-for-classkey): The old one. It's now a wrapper
17766 for compatibility.
17767
17768 (c-add-class-syntax, c-guess-continued-construct)
17769 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17770
17771 (c-decl-block-key): Change to tell apart ambiguous and
17772 unambiguous keywords. Pike specials are now handled directly in
17773 the code instead.
17774
17775 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17776 New language constants and variables to make the backward skip in
17777 `c-looking-at-decl-block' as tight as possible.
17778
17779 (c-nonsymbol-token-char-list): New language constant.
17780
17781 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17782 find balanced template arglists backwards.
17783
17784 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17785 making char classes for `c-syntactic-skip-backward'.
17786
17787 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17788 16D - can't be a class-close at that point.
17789
17790 * progmodes/cc-engine.el (c-guess-basic-syntax)
17791 (c-add-class-syntax): Don't narrow out the enclosing declaration
17792 level. This makes everything a lot easier, and it was actually
17793 only four small places that needed it to work. Some places that
17794 previously did `widen' are removed now, which has the effect that
17795 `c-guess-basic-syntax' never will look at things outside the
17796 current narrowment now. The anchor position for `topmost-intro'
17797 is affected by this, but it was so bogus it was basically useless
17798 before, and now it's equally bogus but in a slightly different way.
17799
17800 (c-narrow-out-enclosing-class): Gone.
17801
17802 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17803 the narrowed region.
17804
17805 (c-least-enclosing-brace): Remove silly optional argument.
17806
17807 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17808 the point could be left directly after an open paren when finding
17809 the beginning of the first decl in the block.
17810
17811 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17812 Specify which submatch to use.
17813
17814 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17815
17816 (c-decl-start-re): No longer any need for special treatment of
17817 ObjC due to the above.
17818
17819 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17820 presumably follows C in that regard.
17821
17822 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17823 New language constants to specify operator tokens inside
17824 identifiers in a more high level way.
17825
17826 (c-opt-identifier-prefix-key): New internal language constant.
17827
17828 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17829 (c-identifier-start, c-identifier-key): Now completely calculated
17830 from other constants.
17831
17832 (c-identifier-last-sym-match): Decommission since it's no longer used.
17833
17834 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
17835
17836 * progmodes/cc-engine.el (c-forward-name): Remove the
17837 optimization when c-identifier-key is equal to c-symbol-key since
17838 it doesn't work in byte compiled files. Don't record empty
17839 regions as identifiers.
17840
17841 * progmodes/cc-langs.el (c-filter-ops): New helper function to
17842 simplify access to `c-operators' and its likes.
17843
17844 (c-operator-list, c-all-op-syntax-tokens)
17845 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17846 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17847 (c-primary-expr-regexp, c-cast-parens): Use it.
17848
17849 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17850 an explicit language in functions.
17851
17852 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17853 variant of adornment.
17854
17855 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17856 variable.
17857
17858 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17859 the Pike value.
17860
17861 * progmodes/cc-engine.el (c-on-identifier)
17862 (c-simple-skip-symbol-backward): Small fix for handling "-"
17863 correctly in `skip-chars-backward'. Affected the operator lfun
17864 syntax in Pike.
17865
17866 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17867 diagnostic message about precompiled language vars not being used.
17868
17869 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17870 "__attribute__" is followed by a parenthesis.
17871
17872 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17873 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17874 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17875
17876 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17877 Internal cleanups to properly detect the declared identifiers in
17878 various declarations.
17879
17880 (c-decl-start-kwds): New language constant to recognize
17881 declarations that can start anywhere. Used for class declarations
17882 in Pike.
17883
17884 (c-specifier-key, c-not-decl-init-keywords)
17885 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17886 (c-find-decl-spots): Implement `c-decl-start-kwds'.
17887
17888 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17889 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17890 handling of the compiler specific extension keywords into a new
17891 language constant `c-decl-hangon-kwds' that defines keyword
17892 clauses to be ignored in declarations.
17893
17894 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17895 past unrecognized tokens when handling `c-colon-type-list-kwds'.
17896 Necessary to stop at the declared identifier in e.g. IDL valuetype
17897 declarations.
17898
17899 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17900 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17901 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17902 (c-forward-decl-or-cast-1): Recognize the declared identifier in
17903 class and enum declarations as such and not as part of the type.
17904
17905 (c-forward-decl-or-cast-1, c-forward-label): Relax the
17906 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17907
17908 (c-forward-decl-or-cast-1): Don't disregard sure signs of
17909 declarations when there's some syntax error later on.
17910
17911 (c-complex-decl-matchers): Did away with a reference to
17912 `c-specifier-key'.
17913
17914 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17915 value - this variable is always dynamically bound.
17916
17917 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17918 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17919 * cc-cmds.el, cc-defs.el: Change the policy for marking up
17920 functions that might do hidden buffer changes: All such internal
17921 functions are now marked instead of those that don't.
17922
17923 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17924 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17925 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17926 (c-literal-type): Allow these functions to make hidden buffer changes,
17927 so that they are free to use text property caching later on.
17928
17929 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17930 (c-electric-brace, c-electric-slash, c-electric-star)
17931 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17932 (c-electric-paren, c-electric-continued-statement, c-indent-command)
17933 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17934 (c-context-line-break): Add `c-save-buffer-state' calls to comply
17935 with the changed semantics of the functions above.
17936
17937 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17938 when macros occur in obscure places. Optimized the sexp movement
17939 a bit.
17940
17941 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17942
17943 Enhancements for c-beginning-of-statement to work in AWK Mode:
17944
17945 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17946 (completed statement) with `}' (statement completed by closing
17947 brace or semicolon) and `$' (statement completed by EOL).
17948
17949 (c-awk-virtual-semicolon-ends-prev-line-p)
17950 (c-awk-virtual-semicolon-ends-line-p)
17951 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17952 (c-awk-at-statement-end-p): New functions.
17953
17954 * progmodes/cc-cmds.el: Simplify the structure of functions
17955 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
17956 two functions and c-beginning-of-statement to handle AWK Mode.
17957
17958 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17959 c-backward-single-comment for AWK mode. Attempt to clarify their
17960 doc-strings.
17961
17962 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17963
17964 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17965
17966 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17967 label handling. Labels are now recognized in a uniform and more
17968 robust way, regardless of context. Text properties are put on all
17969 labels to recognize the following declarations better.
17970 Multiword labels are handled both in indentation and fontification for
17971 the benefit of language extensions like Qt. For consistency, keywords
17972 in labels are now fontified with the label face instead.
17973 That also applies to "case" and "default".
17974
17975 (c-beginning-of-statement-1): Fix some bugs in the label
17976 handling. Disregard `c-nonlabel-token-key' in labels that begin
17977 with `c-label-kwds'.
17978
17979 (c-find-decl-spots): Support that the callback adds more
17980 `c-decl-end' spots to find.
17981
17982 (c-forward-decl-or-cast-1): Don't treat a list of plain
17983 identifiers followed by a colon as a declaration.
17984
17985 (c-forward-label): New function to recognize labels.
17986
17987 (c-guess-basic-syntax): Replace uses of `c-label-key' with
17988 `c-forward-label'. Moved the label recognition cases (14 and 15)
17989 earlier since they aren't so context sensitive now. Handle labels
17990 on the top level gracefully. Moved access label recognition to
17991 the generic label case (CASE 15) - removed CASE 5E.
17992
17993 (c-font-lock-declarations): Add recognition of labels in the
17994 same round since we need to handle labels in parallell with other
17995 declarations to recognize both accurately. It should also improve
17996 speed.
17997
17998 (c-simple-decl-matchers, c-basic-matchers-after):
17999 Move `c-font-lock-labels' so that it only is used on decoration level 2
18000 since `c-font-lock-declarations' handles it otherwise.
18001
18002 (c-complex-decl-matchers): Remove the simplistic recognition of
18003 access labels.
18004
18005 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18006 with labels earlier.
18007
18008 (c-decl-start-re): New language variable to make
18009 `c-font-lock-declarations' stop for the special protection labels
18010 in Objective-C that start with `@'.
18011
18012 (c-label-key): Remove since it's no longer used.
18013
18014 (c-recognize-colon-labels, c-label-prefix-re): New language
18015 constants to support recognition of generic colon-terminated labels.
18016
18017 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18018 are colon terminated labels.
18019
18020 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18021 first argument starts with a special brace list.
18022
18023 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18024 (c-font-lock-declarations): Break out the declaration and cast
18025 recognition from `c-font-lock-declarations' to a new function, so
18026 that it can be used in the indentation engine.
18027
18028 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18029 up to the start of the literal. Fixed bug with the point on the
18030 wrong side of the search limit that could happen when the start
18031 position is inside a literal.
18032
18033 * progmodes/cc-engine.el (c-parse-state)
18034 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18035 so that it's kept a little bit back to increase the hit rate.
18036
18037 (c-parse-state): Change the macro handling and fixed some
18038 glitches. Macro context is checked more often than necessary now,
18039 but otoh less garbage conses are generated.
18040
18041 * progmodes/cc-engine.el (c-parse-state)
18042 (c-invalidate-state-cache): Cache the last position where
18043 `c-state-cache' applies. This can speed up refontification quite
18044 a bit in blocks where there are many non-brace parens before the point.
18045
18046 (c-state-cache-end): New variable for this.
18047
18048 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18049 cache variable.
18050
18051 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18052 get close initial continue positions when the start position is
18053 inside a literal or macro. Do not call the callback for spots
18054 before the start position (which can happen e.g. for `c-decl-end'
18055 spots inside comments). Optimize better in special cases when the
18056 region is a single line inside a literal or macro (typically when
18057 the current line is refontified).
18058
18059 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18060 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18061 entries from the paren state.
18062
18063 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18064 special case for "else if" clauses.
18065
18066 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18067 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18068
18069 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18070 New language variable to recognize the gcc extension with statement
18071 blocks inside expressions.
18072
18073 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18074 it somewhat more comprehensible. The argument AT-BLOCK-START is
18075 no longer used and hence removed.
18076
18077 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18078 to `c-add-stmt-syntax'.
18079
18080 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18081 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18082 This fixes bogus label recognition.
18083
18084 * progmodes/cc-engine.el (c-add-type, c-check-type)
18085 (c-forward-name, c-forward-type): Improve storage of template
18086 types in `c-found-types' so that they can be recognized better.
18087
18088 (c-syntactic-content): Add option to skip past nested parens.
18089
18090 * progmodes/cc-engine.el (c-forward-name):
18091 Set `c-last-identifier-range' all the time. It's less work that way.
18092 Handle that there might not be an identifier to store in
18093 `c-last-identifier-range'.
18094
18095 (c-forward-type): Handle that `c-last-identifier-range' might be
18096 nil from `c-forward-name'.
18097
18098 * progmodes/cc-defs.el (c-safe-scan-lists)
18099 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18100
18101 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18102 to work even if the form fails.
18103
18104 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18105 down in a large file in one go.
18106
18107 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18108
18109 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18110 function which is like `c-lineup-math' but returns nil instead of
18111 `c-basic-offset' when it doesn't match.
18112
18113 (c-lineup-math): Change to use `c-lineup-assignments'.
18114
18115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18116
18117 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18118 c-beginning-of-statement. New subfunctions
18119 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18120
18121 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18122
18123 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18124 hardcoded char classes whereever possible. Changed a couple of
18125 places to use skip by syntax instead of skip by char class.
18126
18127 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18128 Fix a bug in the regexp that caused extreme backtracking.
18129
18130 * progmodes/cc-langs.el (c-block-comment-starter)
18131 (c-block-comment-ender): New language constants to specify in a
18132 single place how block comments look.
18133
18134 (c-comment-start-regexp, c-block-comment-start-regexp)
18135 (comment-start, comment-end, comment-start-skip)
18136 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18137 (c-syntactic-ws, c-nonempty-syntactic-ws)
18138 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18139 `c-line-comment-starter', `c-block-comment-starter' and
18140 `c-block-comment-ender'.
18141
18142 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18143 New language constants to break up things a bit.
18144
18145 (c-simple-ws): New language constant for simple whitespace.
18146
18147 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18148
18149 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18150 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18151 newlines. Allow and ignore nil elements in the list.
18152
18153 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18154
18155 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18156 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18157
18158 * progmodes/cc-cmds.el: Tidy up the comments in
18159 c-beginning-of-statement and subfunctions.
18160
18161 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18162 more flexible c-put-char-property and c-clear-char-properties.
18163 Add the author's email address.
18164
18165 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18166
18167 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18168 closing "*/" of a block comment.
18169
18170 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18171 subfunctions) so that it works at BOB and EOB.
18172
18173 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18174 c-beginning-of-statement, including new variable
18175 c-block-comment-start-regexp.
18176
18177 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18178
18179 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18180 symbols from `*-font-lock-extra-types' so that there's no need to
18181 use `regexp-opt' on those lists.
18182
18183 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18184 `c-type-modifier-kwds' is empty.
18185
18186 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18187 there are several strings on the same line.
18188
18189 * progmodes/cc-engine.el (c-literal-limits): Remove the
18190 compatibility function for older emacsen. `c-literal-limits-fast'
18191 has now taken the place of this function.
18192
18193 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18194 with older emacsen: We now require `pps-extended-state'.
18195
18196 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18197
18198 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18199 which obviates the need to hack sentence-end. This now handles
18200 escaped newlines in strings correctly. Correct minor bugs in
18201 c-move-over-sentence and in c-beginning-of-statement.
18202
18203 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18204 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18205 that movement over macros and code are rigorously separated from
18206 eachother. Correct a few incidental bugs.
18207
18208 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18209 Improve its doc-string. Improve the handling of certain specific cases.
18210
18211 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18212
18213 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18214 (c-guess-basic-syntax): Change the way class-level labels are
18215 recognized; they can now contain essentially any symbols.
18216
18217 (c-opt-extra-label-key): New language variable to cope with the
18218 special protection label syntax in Objective-C.
18219
18220 (c-opt-access-key): Remove; this is now handled better by
18221 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18222
18223 (c-complex-decl-matchers): Update to handle that
18224 `c-opt-access-key' no longer exists.
18225
18226 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18227 improved label recognition in `c-beginning-of-statement-1'.
18228
18229 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18230 Recognize bitfields better.
18231
18232 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18233 Remove some cruft and fixed a bug that could cause it to go to a
18234 position further down.
18235
18236 * progmodes/cc-langs.el, cc-engine.el
18237 (c-beginning-of-statement-1): Improve detection of labels in
18238 declaration contexts.
18239
18240 (c-beginning-of-decl-1): Use it.
18241
18242 (c-nonlabel-token-key): New language constant and variable needed
18243 by `c-beginning-of-statement-1'.
18244
18245 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18246 manifested itself due to the correction in `c-forward-sexp'.
18247
18248 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18249 Make these behave as documented when used at the buffer limits.
18250
18251 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18252 (c-type-decl-end-used): Made this a language variable.
18253
18254 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18255 correctly when `combine-after-change-calls' is used together with
18256 temporary narrowings.
18257
18258 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18259 Report labels correctly when the start point is immediately after the
18260 colon.
18261
18262 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18263 Remove since it isn't used anymore.
18264
18265 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18266 bracket arglists such as template parens in C++.
18267
18268 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18269 in the last check-in. Some optimization.
18270
18271 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18272 where it could stop at the same level in a preceding sexp when
18273 PAREN-LEVEL is set.
18274
18275 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18276 text property lookup only when it's needed.
18277
18278 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18279 Change the policy for paren marked angle brackets to be more
18280 persistent; once marked they remain marked even when they're found
18281 to be unbalanced in the searched region. This should keep the
18282 paren syntax around even when individual lines are refontified in
18283 multiline template arglists.
18284
18285 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18286 to control markup so that incorrect angle bracket arglists aren't
18287 marked in contexts where the correct value for
18288 `c-disallow-comma-in-<>-arglists' isn't known.
18289
18290 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18291 argument has become `c-parse-and-markup-<>-arglists'.
18292
18293 (c-remove-<>-arglist-properties): Remove - no longer used.
18294
18295 (c-after-change-check-<>-operators): New function used on
18296 `after-change-functions' to avoid that "<" and ">" characters that
18297 are part of longer operators have paren syntax.
18298
18299 (c-<>-multichar-token-regexp): New language variable used by
18300 `c-after-change-check-<>-operators'.
18301
18302 (c-after-change): Call `c-after-change-check-<>-operators'.
18303
18304 (c-font-lock-<>-arglists): Use the context properties set by
18305 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18306 correctly to avoid doing invalid markup.
18307
18308 (c-font-lock-declarations): Remove code that undoes the invalid
18309 markup done by `c-font-lock-<>-arglists'.
18310
18311 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18312 after `c-font-lock-declarations'.
18313
18314 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18315 Add paren-level feature.
18316
18317 (c-guess-basic-syntax): Improve the anchor position for
18318 `template-args-cont' in nested template arglists. There's still
18319 much to be desired in this area, though.
18320
18321 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18322
18323 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18324 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18325
18326 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18327
18328 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18329 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18330
18331 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18332 it doesn't work no longer are supported.
18333
18334 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18335 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18336 requires support for the syntax-table' text property, which rules
18337 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18338 cruft associated with those versions.
18339
18340 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18341 for the `syntax-table' text property, which rules out Emacs 19 and
18342 XEmacs < 21.4. Removed various compatibility cruft associated
18343 with those versions.
18344
18345 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18346 support for the `syntax-table' text property.
18347
18348 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18349 variable and use an extra quoted face name instead. All the
18350 emacsen flavors handle that correctly.
18351
18352 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18353 (c-font-lock-declarators, c-font-lock-declarations)
18354 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18355 property to mark the items in in declarator lists to handle
18356 refontification inside multiline declarations better.
18357
18358 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18359 construct like "a * b = c;" as a declaration.
18360
18361 2005-12-08 Kim F. Storm <storm@cua.dk>
18362
18363 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18364 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
18365 select either meta, hyper, or super modifier for rectangle commands.
18366 (cua--rectangle-modifier-key): New defvar.
18367 (cua--M/H-key): Use it. Remove special case for `space'.
18368 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18369 on X, to meta otherwise. Always bind C-return to toggle
18370 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
18371
18372 * emulation/cua-rect.el (cua-help-for-rectangle):
18373 Use cua--rectangle-modifier-key. Handle super modifier too.
18374 (cua--init-rectangles): Always bind C-return to toggle rectangle.
18375 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18376
18377 * ido.el: Move Acknowledgements and History after Commentary.
18378 Minor changes to Commentary.
18379
18380 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18381 keymap if cua--prefix-override-timer is `shift'.
18382 (cua--shift-control-prefix): New function; emulate "type prefix
18383 key twice" functionality to handle shifted prefix key override.
18384 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18385 New commands.
18386 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18387
18388 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
18389
18390 * textmodes/org.el (org-insert-heading): Try to do items before
18391 headings.
18392 (org-agenda-mode): Quote `org-agenda-mode-hook'.
18393 (org-insert-item): New function.
18394 (org-renumber-ordered-list): Don't skip to higher level lists.
18395
18396 2005-12-08 Juri Linkov <juri@jurta.org>
18397
18398 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18399
18400 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18401
18402 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18403
18404 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18405 the constructed function name fun-1.
18406
18407 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18408 because such links don't lead to parent documentation.
18409
18410 2005-12-08 Kenichi Handa <handa@m17n.org>
18411
18412 * descr-text.el (describe-char): Use *Help-2* buffer if the
18413 current buffer is *Help*. Call describe-text-properties while
18414 setting the original buffer.
18415
18416 2005-12-07 Bill Wohler <wohler@newt.com>
18417
18418 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
18419 and causes problems with non-MH users (such as Gnus users).
18420
18421 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
18422
18423 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18424 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18425 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18426 command "info sources". Move calls to GDB command "list".
18427 (gdb-find-file-hook): Just use gdb-source-file-list.
18428 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18429 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18430 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18431 (gdb-data-list-register-values-handler): Use correct trigger name.
18432
18433 2005-12-07 Kim F. Storm <storm@cua.dk>
18434
18435 * ido.el (ido-completion-map): Rename from ido-mode-map.
18436 (ido-common-completion-map, ido-file-completion-map)
18437 (ido-file-dir-completion-map, ido-buffer-completion-map):
18438 Rename from ido-mode-....-map.
18439 (ido-init-completion-maps): Rename from ido-init-mode-maps.
18440 (ido-setup-completion-map): Rename from ido-define-mode-map.
18441 (ido-read-internal): Bind minibuffer-local-filename-completion-map
18442 to ido-completion-map.
18443
18444 2005-12-07 Kenichi Handa <handa@m17n.org>
18445
18446 * international/mule-cmds.el
18447 (set-display-table-and-terminal-coding-system): If the coding
18448 system specified in `unibyte-display' property is different from
18449 the arg coding-system, don't setup standard-display-table.
18450
18451 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18454 that comments end at \n, regardless of selective-display.
18455
18456 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
18457
18458 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18459 (gdb-version): New variables.
18460 (gdb-source-file-list, gdb-register-names)
18461 (gdb-changed-registers): New variables for use with GDB 6.4+.
18462 (gdb-ann3): Replace with...
18463 (gdb-init-1, gdb-init-2): ...two new functions.
18464 (gdba, gdb-prompt): Call gdb-init-1.
18465 (gdb-get-version): New function. Call gdb-init-2 from here.
18466 (gud-watch): Make it work with mouse events too.
18467 (gdb-post-prompt): Don't add to queue until GDB version is known.
18468 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18469 (gdb-locals-mode): Use gdb-version.
18470 (gdb-memory-format-map, gdb-memory-unit-map)
18471 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18472 (gdb-locals-font-lock-keywords-1)
18473 (gdb-locals-font-lock-keywords-2): New variables.
18474 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18475 (gdb-set-gud-minor-mode-existing-buffers-1)
18476 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18477 (gdb-var-update-1, gdb-var-update-handler-1)
18478 (gdb-data-list-register-values-handler)
18479 (gdb-data-list-register-values-custom)
18480 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18481 (gdb-stack-list-locals-handler, gdb-get-register-names):
18482 New functions for use with GDB 6.4+.
18483 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18484 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18485 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18486 (gdb-stack-list-locals-regexp)
18487 (gdb-data-list-register-names-regexp): New regexps for use with
18488 GDB 6.4+.
18489
18490 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18491
18492 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18493
18494 2005-12-06 Nozomu Ando <nand@mac.com>
18495
18496 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18497 prompts work for AUTH PLAIN. Also reported by Steve Allan
18498 <seallan@verizon.net>.
18499
18500 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18501
18502 * frame.el (set-frame-parameter): Add doc string.
18503
18504 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
18505
18506 * textmodes/org.el (org-occur-highlights): New variable.
18507 (org-highlight-new-match, org-remove-occur-highlights): New functions.
18508 (org-highlight-sparse-tree-matches): New option.
18509 (org-do-occur): New function.
18510 (org-get-heading): Make it work also at beginning of line.
18511 (org-category-table): New variable.
18512 (org-get-category-table, org-get-category)
18513 (org-camel-to-words, org-link-search): New functions.
18514 (org-select-this-todo-keyword): New variable.
18515 (org-todo-list): New command.
18516 (org-shiftright, org-shiftleft): New commands.
18517 (org-agenda-todo): Add prefix argument.
18518 (org-show-hierarchy-above): New option.
18519 (org-show-todo-tree): Numerical prefix creates tree for specific
18520 TODO keyword.
18521 (org-outline-level): New function, to assign a level to plain
18522 lists items.
18523 (org-cycle-include-plain-lists): New option.
18524 (org-mode): Use `org-outline-level' as value of `outline-level'.
18525 (org-cycle): Temporarily switch `outline-regexp' if
18526 `org-cycle-include-plain-lists' is non-nil.
18527 (org-start-icalendar-file): Fix format bug.
18528 (org-agenda-get-day-entries): Create category table.
18529 (org-agenda-get-todos, org-agenda-get-timestamps)
18530 (org-agenda-get-deadlines, org-agenda-get-scheduled)
18531 (org-agenda-get-blocks): Use `org-get-category'.
18532 (org-context-in-file-links): Rename from
18533 `org-line-numbers-in-file-links'.
18534
18535 2005-12-06 Romain Francoise <romain@orebokech.com>
18536
18537 * window.el (balance-windows): Delete extraneous third arg in call
18538 to `enlarge-window'.
18539
18540 2005-12-06 Kenichi Handa <handa@m17n.org>
18541
18542 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18543
18544 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
18545
18546 * progmodes/gdb-ui.el (gdb-var-create-handler)
18547 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18548 (gdb-var-list-children-handler, gdb-var-update-handler):
18549 Current buffer is already gdb-partial-output-buffer, don't
18550 make it current again.
18551
18552 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
18553
18554 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18555 (list-buffers-noselect): Use it.
18556
18557 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18560 (mail-yank-ignored-headers): Use regexp-opt.
18561 (mail-mode-map): Move initialization into declaration.
18562 (mail-sent-via): Remove unused shadowed var `to-line'.
18563 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18564 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18565 (mail-do-fcc): Use dolist and push.
18566 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18567 (mail-yank-ignored-headers): Don't autoload.
18568
18569 2005-12-05 Kenichi Handa <handa@m17n.org>
18570
18571 * international/mule-cmds.el (set-language-info-internal): New fun.
18572 (set-language-info): Call set-language-info-internal to update
18573 language-info-alist. If LANG-ENV is the current one, call
18574 set-language-environment to make INFO effective now.
18575 (set-language-info-alist): Likewise.
18576 (locale-language-names): With locale "en", use English
18577 lang. env. but set the default codings to iso-8859-1.
18578
18579 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
18580
18581 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18582 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18583 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18584 for plain strings.
18585 (gdb-frames-mode): Remove redundant call to font-lock-mode.
18586 (gdb-all-registers): Rename from toggle-gdb-all-registers.
18587 Create registers buffer if necessary. Echo new state in minibuffer.
18588 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18589
18590 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
18591
18592 * info.el (Info-fontify-node): Match external links using
18593 non-directory part of filename.
18594
18595 2005-12-04 Juri Linkov <juri@jurta.org>
18596
18597 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18598 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
18599 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18600 because there is no customization option for it.
18601
18602 * font-lock.el (lisp-font-lock-keywords-1):
18603 Add define-global-minor-mode.
18604
18605 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18606
18607 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18608 properties on the constructed variable names.
18609
18610 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18611 Put `definition-name' properties on the constructed function names
18612 next-sym and prev-sym.
18613
18614 * emacs-lisp/find-func.el (find-function-regexp):
18615 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
18616 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
18617 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18618 and easy-menu-define.
18619
18620 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18621 easy-mmode-define-global-mode and define-global-minor-mode.
18622 (lisp-imenu-generic-expression): Add define-global-minor-mode.
18623
18624 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18625 instead of easy-mmode-define-global-mode.
18626
18627 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18628 Use define-minor-mode instead of easy-mmode-define-minor-mode.
18629
18630 * cus-edit.el (customize-group, customize-group-other-window):
18631 Filter out autoloaded options from the group completion list by
18632 using heuristics that autoloaded groups don't have `custom-autoload'
18633 property on their symbols (they have only `custom-loads').
18634
18635 * simple.el (completion-setup-function): Put completions-common-part
18636 face on complete completion string too (i.e. completion string
18637 without completions-first-difference face).
18638
18639 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18640
18641 2005-12-03 Eli Zaretskii <eliz@gnu.org>
18642
18643 * view.el (view-mode): Doc fix.
18644
18645 * disp-table.el (standard-display-european): Add to the warning
18646 message a reference to the doc string.
18647
18648 * play/yow.el (apropos-zippy): Call print-help-return-message,
18649 similar to other Help and Apropos commands.
18650
18651 * help.el (print-help-return-message): If pop-up-frames is
18652 non-nil, set up help-return-method to delete the help window and,
18653 possibly, its frame as well, and don't display message about
18654 scrolling the help window. Doc fix.
18655 (help-return-method): Doc fix.
18656
18657 2005-12-03 Martin Rudalics <rudalics@gmx.at>
18658
18659 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18660 whereby names of length one or names starting with a
18661 symbol-constituent character would not be returned.
18662
18663 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18664
18665 * subr.el (atomic-change-group): Add edebug and indentation spec.
18666
18667 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * completion.el (save-completions-file-name): Fix typo in last change.
18670
18671 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18672
18673 * info.el: Move back/forward history to the beginning of the tool bar.
18674
18675 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
18676
18677 * allout.el (eval-when-compile): Remove unnecessary load of cl.
18678 Add fset of allout-real-isearch-abort during compile to fix
18679 byte-compilation warnings.
18680 (allout-mode-p): Move definition of this macro above all uses, or
18681 byte compilation in barren Emacs (eg, during Emacs build) will
18682 lack the definition.
18683 (allout-mode): Move this variable above any uses, or byte
18684 compilation will fail.
18685 (allout-resolve-xref): Remove use of personal file-reference function.
18686 (allout-toggle-current-subtree-encryption): Do the current (ie,
18687 visible containing) topic, rather than nearest around point. Doc fix.
18688 (allout-toggle-subtree-encryption): New function, workhorse that
18689 works on nearest topic containing point.
18690 (allout-encrypt-string): Signal requirement for newer version of pgg.
18691 (allout-resumptions): Doc fix.
18692
18693 2005-12-02 Eli Zaretskii <eliz@gnu.org>
18694
18695 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18696
18697 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18698
18699 * textmodes/flyspell.el (flyspell-external-point-words):
18700 Consider a misspelling as found in the string search if: (a) misspelling
18701 and found string lengths match, or (b) misspelling is found as
18702 element in a boundary-chars separated longer string, or (c)
18703 ispell-program-name is really ispell and misspelling is found as
18704 part of a TeX string. After successful match move beginning of
18705 search region to end of match. Warn about not found misspellings
18706 once the process is done.
18707 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18708
18709 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
18710
18711 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18712 tool bar (removed inadvertently).
18713
18714 2005-12-02 Juri Linkov <juri@jurta.org>
18715
18716 * log-view.el (log-view-diff): Clarify doc string.
18717
18718 2005-12-01 Bill Wohler <wohler@newt.com>
18719
18720 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18721 triggers lm-verify errors.
18722
18723 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
18724
18725 * simple.el (transient-mark-mode, line-number-mode)
18726 (column-number-mode, size-indication-mode): Remove `:require nil'.
18727
18728 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
18729
18730 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18731 in the margin also.
18732 (gdb-breakpoints-mode-map): Use D instead of d for
18733 gdb-delete-breakpoint.
18734 (gdb-get-frame-number): Require a number to match on.
18735 (gdb-threads-mode-map): Add follow-link binding.
18736
18737 2005-11-30 Jason Rumney <jasonr@gnu.org>
18738
18739 * isearch.el (isearch-mode-map): Avoid exiting search on
18740 language-change event.
18741
18742 2005-11-30 Romain Francoise <romain@orebokech.com>
18743
18744 * speedbar.el (speedbar-default-position): New defcustom.
18745 (speedbar-frame-reposition-smartly): Use it.
18746
18747 * dframe.el (dframe-reposition-frame-emacs): Fix position
18748 computation for `left' location.
18749 Update copyright year.
18750
18751 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * help.el (help-map): Move initialization into declaration.
18754
18755 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18756
18757 * help-fns.el (help-argument-name): Don't autoload.
18758 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18759 to be re-loaded when customizing the `help' group.
18760
18761 2005-11-30 John Paul Wallington <jpw@gnu.org>
18762
18763 * help-fns.el (describe-function-1): Fill arglist output.
18764
18765 2005-11-30 Kim F. Storm <storm@cua.dk>
18766
18767 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18768 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18769 after revert-buffer (or anything else which kills all local variables).
18770
18771 * apropos.el (apropos-parse-pattern): Doc fix.
18772 Set apropos-regexp directly, rather than expecting callers to do so.
18773 (apropos-command, apropos, apropos-value, apropos-documentation):
18774 Simplify calls to apropos-parse-pattern.
18775
18776 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18777
18778 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18779 (hi-lock-face-phrase-buffer): Use hi-yellow face.
18780 (hi-lock-write-interactive-patterns): Use comment-region.
18781
18782 * longlines.el (longlines-mode): Add mail-setup-hook.
18783
18784 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18785
18786 * simple.el (sendmail-user-agent-compose, next-line):
18787 Conditionally use hard-newline.
18788
18789 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18790
18791 * international/latexenc.el (latex-inputenc-coding-alist):
18792 Reword doc string.
18793
18794 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18795
18796 * help.el (describe-key-briefly, describe-key): Recognize default
18797 bindings.
18798
18799 2005-11-29 Romain Francoise <romain@orebokech.com>
18800
18801 * view.el (view-inhibit-help-message): New defcustom.
18802 (view-mode-enter): Use it.
18803
18804 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
18805
18806 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18807 Preserve user position.
18808
18809 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
18810
18811 * font-lock.el: Throw error if facemenu is not loaded to prevent
18812 accidental change of loading order in loadup.el. (Suggested by RMS.)
18813
18814 * loadup.el: Add comment explaining why facemenu must be loaded
18815 before font-lock.
18816
18817 2005-11-28 Jay Belanger <belanger@truman.edu>
18818
18819 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18820 (calc-dispatch-map): Add more keys for `calc-same-interface'.
18821
18822 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18823
18824 * calc/calc-embed.el (calc-do-embedded): Update help message.
18825
18826 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18827
18828 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18829
18830 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18831
18832 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18833 called-interactively-p.
18834 (elp-profilable-p): Rename from elp-not-profilable-p.
18835 Invert result and take into account macros and autoloaded functions.
18836 (elp-instrument-function): Update call.
18837 (elp-instrument-package): Update call. Add completion.
18838 (elp-pack-number): Use match-string.
18839 (elp-results-jump-to-definition-by-mouse): Merge into
18840 elp-results-jump-to-definition and then remove.
18841 (elp-output-insert-symname): Make help echo text single-line.
18842
18843 * replace.el (query-replace-map): Move initialization into declaration.
18844 (occur-engine): Use with-current-buffer.
18845 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18846 (occur-mode-mouse-goto): Replace with an alias.
18847
18848 2005-11-28 Juri Linkov <juri@jurta.org>
18849
18850 * simple.el (quoted-insert): Let-bind input-method-function to nil.
18851
18852 * term/w32-win.el: Bind [S-tab] to [backtab].
18853
18854 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18855 `Info-find-file' to t.
18856
18857 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18858 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18859 and same-window-regexps.
18860 (occur-next-error): Don't move point for arg 0.
18861
18862 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
18863
18864 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18865
18866 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18867
18868 * log-edit.el (log-edit-changelog-use-first): New var.
18869 (log-edit-changelog-ours-p): Use it.
18870 (log-edit-insert-changelog): Set it with new arg `use-first'.
18871 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18872 (log-edit-hook): Add them to the list of suggested options.
18873
18874 * textmodes/flyspell.el (flyspell-last-buffer): New var.
18875 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18876 redundant work.
18877 (flyspell-mode-on): Use add-hook for after-change-functions.
18878 (flyspell-mode-off): Use remove-hook for after-change-functions.
18879 (flyspell-changes): Make it buffer-local.
18880 (flyspell-after-change-function): Make it non-interactive. Use push.
18881 (flyspell-post-command-hook): Check input-pending-p while processing
18882 the potentially long list of buffer changes.
18883
18884 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18885
18886 * buff-menu.el (list-buffers-noselect): Display the selected
18887 frame's buffer list, not the global one.
18888
18889 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18890
18891 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18892 that (list last-input-event) works as in interactive spec.
18893
18894 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18895
18896 * loadup.el ("facemenu"): Load facemenu before font-lock, because
18897 `facemenu-keymap' needs to be defined when font-lock is loaded.
18898 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18899
18900 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18901
18902 * completion.el: Remove useless leading * in defcustom docstrings.
18903 (save-completions-file-name): Use ~/.emacs.d if available.
18904 (completion-standard-syntax-table): Rename from
18905 cmpl-standard-syntax-table and fold initialization into declaration,
18906 thus removing cmpl-make-standard-completion-syntax-table.
18907 (completion-lisp-syntax-table, completion-c-syntax-table)
18908 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18909 (cmpl-saved-syntax, cmpl-saved-point): Remove.
18910 (symbol-under-point, symbol-before-point)
18911 (symbol-under-or-before-point, symbol-before-point-for-complete)
18912 (add-completions-from-c-buffer): Use with-syntax-table.
18913 (make-completion): Don't return a list of completion entries.
18914 Update callers.
18915 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18916 (completion-initialize): Rename from initialize-completions.
18917 (completion-find-file-hook): Rename from cmpl-find-file-hook.
18918 (kill-emacs-save-completions): Collect stats here.
18919 (save-completions-to-file, load-completions-from-file):
18920 Use with-current-buffer.
18921 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
18922 into a function. Move all calls to toplevel.
18923 (completion-lisp-mode-hook): New fun.
18924 (completion-c-mode-hook, completion-setup-fortran-mode):
18925 Set the syntax-table here. Use local-set-key.
18926 (completion-saved-bindings): New var.
18927 (dynamic-completion-mode): Make it into a proper minor mode.
18928 (load-completions-from-file): Remove unused var `num-uses'.
18929
18930 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18931 constructor if it is explicitly overridden.
18932
18933 * complete.el (PC-completion-as-file-name-predicate):
18934 Use minibuffer-completing-file-name.
18935 (partial-completion-mode): Use find-file-not-found-functions.
18936 (PC-lisp-complete-symbol): Use with-syntax-table.
18937 (PC-look-for-include-file): Remove dead setq.
18938 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18939 (PC-complete): Use with-current-buffer.
18940
18941 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18942 escape single quotes.
18943
18944 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18945
18946 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18947 of `if' whose condition always returned nil. Doc fix.
18948
18949 * buff-menu.el (Buffer-menu-revert-function): Make the selected
18950 window's buffer the current buffer around the call to
18951 `list-buffers-noselect'. This is necessary to mark that buffer
18952 with a `.' in the Buffer Menu when called from Lisp, for instance
18953 by Auto Revert Mode.
18954
18955 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18956
18957 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18958 attaching to it.
18959 (gdb-pre-prompt): Make sure gdb-error is reset.
18960
18961 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18962 with a child process, detect it.
18963 (gud-speedbar-buttons): Match regexp more carefully.
18964
18965 2005-11-27 Richard M. Stallman <rms@gnu.org>
18966
18967 * mouse.el (mouse-drag-move-window-bottom):
18968 Use adjust-window-trailing-edge.
18969
18970 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18971
18972 * simple.el (blink-matching-open): Ignore
18973 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18974 (blink-matching-paren-on-screen): Update docstring.
18975
18976 * paren.el (show-paren-mode): No longer change
18977 `blink-matching-paren-on-screen'.
18978
18979 2005-11-27 John Paul Wallington <jpw@pobox.com>
18980
18981 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18982 (gdb-threads-select, gdb-edit-register-value):
18983 Use `posn-set-point' instead of `mouse-set-point' because the
18984 latter is not fbound when configured without X.
18985
18986 2005-11-27 Kim F. Storm <storm@cua.dk>
18987
18988 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18989 existing face when partially highlighting a TAB in a rectangle.
18990
18991 2005-11-26 Kim F. Storm <storm@cua.dk>
18992
18993 * ido.el (ido-mode-map): Doc fix.
18994 (ido-mode-common-map, ido-mode-file-map)
18995 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18996 (ido-define-mode-map): Rewrite. Select one of the new maps as
18997 parent for ido-mode-map instead of building from scratch.
18998 (ido-init-mode-maps): New defun to initialize new maps.
18999 (ido-mode): Call it.
19000 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19001 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19002
19003 2005-11-26 John Paul Wallington <jpw@pobox.com>
19004
19005 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19006 `mouse-set-point' because the latter is not fbound when configured
19007 without X.
19008
19009 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19010
19011 * files.el (file-relative-name): Doc fix.
19012
19013 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19014
19015 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19016 non-empty string for secondary prompt PS2.
19017
19018 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19019
19020 * progmodes/compile.el (compilation-setup): Fix last change.
19021
19022 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19023
19024 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19025 (gdb-mouse-toggle-breakpoint-margin)
19026 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19027 Add gdb-server-prefix to keep out of command history.
19028 (gdb-edit-register-value): New function.
19029 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19030 (gdb-info-registers-custom): Use above map.
19031
19032 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19033
19034 * custom.el (enable-theme): Signal error if argument is not a
19035 theme. Don't recalculate a face if it's not loaded yet.
19036
19037 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19038 the `user' theme is in effect.
19039
19040 * info.el (Info-on-current-buffer): Record actual filename in
19041 Info-current-file, instead of t, or a fake filename if a non-file
19042 buffer. Make autoload.
19043 (Info-find-node, Info-revert-find-node): No need to check for
19044 Info-current-file nil.
19045 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19046 Info-current-file is now never `t'.
19047 (Info-fontify-node): Many simplifications due to Info-current-file
19048 always being valid. Use Info-find-file to find node filename.
19049
19050 2005-11-25 David Kastrup <dak@gnu.org>
19051
19052 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19053 new character, then delete" in order to preserve markers.
19054
19055 2005-11-25 David Ponce <david@dponce.com>
19056
19057 * recentf.el (recentf-arrange-by-rule): Handle a special
19058 `auto-mode-alist'-like "strip suffix" rule.
19059 (recentf-build-mode-rules): Handle second level auto-mode entries.
19060
19061 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19062
19063 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19064 window modes.
19065
19066 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19067 jde-javadoc-checker-report-mode.
19068
19069 * ediff-wind (ediff-make-wide-display): Slight simplification.
19070
19071 * ediff.el (ediff-date): Change the date of last update.
19072
19073 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19074
19075 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19076 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19077 (hi-lock-mode): New global minor mode.
19078 (turn-on-hi-lock-if-enabled): New function.
19079 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19080 Change arguments to regexp and face instead of a font-lock pattern.
19081 Directly set face property, instead of refontifying.
19082 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19083 (hi-lock-find-patterns): Use line-number-at-pos.
19084
19085 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19086 arguments for hi-lock-set-pattern.
19087 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19088 Call font-lock-fontify-buffer.
19089 (hi-lock-find-file-hook, hi-lock-current-line)
19090 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19091
19092 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19093 turned off.
19094
19095 * progmodes/compile.el (compilation-setup): Don't fiddle with
19096 font-lock-defaults.
19097
19098 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19099
19100 * progmodes/gdb-ui.el (gdb-var-create-handler)
19101 (gdb-var-list-children-handler): Find values for all variable
19102 objects. gud-speedbar-buttons decides whether to display them.
19103
19104 2005-11-24 Romain Francoise <romain@orebokech.com>
19105
19106 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19107 buffer name with a space.
19108
19109 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19110
19111 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19112 `org-export-local-list-max-depth'. Change default value to 3.
19113 (org-auto-renumber-ordered-lists)
19114 (org-plain-list-ordered-item-terminator): New options.
19115 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19116 (org-get-indentation, org-get-string-indentation)
19117 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19118 New functions.
19119 (org-move-item-down, org-move-item-up): New commands.
19120 (org-export-as-html): New classes for CSS support. Bug fix in
19121 regular expression detecting fixed-width regions. Respect
19122 `org-local-list-ordered-item-terminator'.
19123 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19124 also a list item.
19125 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19126 New item moving functions.
19127
19128 2005-11-24 Juri Linkov <juri@jurta.org>
19129
19130 * isearch.el (isearch-repeat): With empty search ring set
19131 `isearch-error' to the error string instead of signaling error
19132 with the function `error'.
19133
19134 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19135
19136 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19137
19138 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19139
19140 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19141 and variable.
19142 (gdb-var-create-handler, gdb-var-list-children-handler):
19143 Don't match on "char **...".
19144 (gdb-var-update-handler): Find values for all variable objects.
19145 (gdb-info-frames-custom): Identify frames by leading "#".
19146
19147 * progmodes/gud.el (gud-speedbar-menu-items): Add
19148 gdb-speedbar-auto-raise as radio button.
19149 (gud-speedbar-buttons): Raise speedbar if requested.
19150 Don't match on "char **...".
19151 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19152 Make it editable.
19153
19154 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19155
19156 * info.el (Info-fontify-node): Handle the case where
19157 Info-current-file is t.
19158
19159 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * simple.el (blink-matching-open): Fix off-by-one in last change.
19162
19163 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19164
19165 * term/mac-win.el: Don't change default directory.
19166
19167 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19168
19169 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19170 buffers correctly. (It used to throw an error in such buffers.)
19171 Make it ask for confirmation in group buffers and other Custom
19172 buffers containing more than one customization item.
19173
19174 2005-11-22 John Paul Wallington <jpw@gnu.org>
19175
19176 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19177 property on mail and url overlays.
19178 (goto-address-at-point): Use `posn-set-point' instead of
19179 `mouse-set-point' because the latter is not fbound when configured
19180 without X.
19181
19182 2005-11-22 Lars Hansen <larsh@soem.dk>
19183
19184 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19185 (ls-lisp-classify, ls-lisp-format): Delete call to
19186 ls-lisp-parse-symlink.
19187 (ls-lisp-handle-switches): Handle symlinks to directories as
19188 directories when ls-lisp-dirs-first in non-nil.
19189
19190 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19191
19192 * startup.el (command-line): Make sure that loaddefs.el is handled
19193 correctly in load-history.
19194
19195 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19196
19197 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19198 (gdb-struct-string, gdb-array-string): New constants.
19199 (gdb-info-locals-handler): Use them.
19200 (gdb-reset): Reset gdb-var-list to nil.
19201
19202 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19203
19204 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19205 in patterns.
19206
19207 2005-11-21 Juri Linkov <juri@jurta.org>
19208
19209 * custom.el (defcustom): Update link types in docstring.
19210
19211 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19212
19213 * custom.el (defgroup): Add doc-string-elt info.
19214
19215 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19216
19217 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 * newcomment.el (comment-enter-backward): Fix last fix.
19220
19221 * simple.el (blink-matching-open):
19222 * paren.el (show-paren-function): Allow new paren-class info.
19223
19224 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19225
19226 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19227 handled automagically.
19228
19229 2005-11-20 Andreas Schwab <schwab@suse.de>
19230
19231 * descr-text.el (describe-char): When copying overlays put them
19232 over the full char description instead of just the first character
19233 of it.
19234
19235 2005-11-20 Juri Linkov <juri@jurta.org>
19236
19237 * simple.el (what-cursor-position):
19238 * descr-text.el (describe-char): Use Lisp-readable syntax
19239 for octal and hex. Reorder decimal, octal and hex values.
19240 Remove excess whitespace in the output. Use `=' in `column='
19241 like in `point=' and `Hscroll='.
19242
19243 * international/mule-cmds.el (encoded-string-description):
19244 Use Lisp-readable syntax for hex.
19245
19246 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19247
19248 * newcomment.el (comment-enter-backward): Handle the case where the
19249 comment is closed by EOB.
19250
19251 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19252
19253 * longlines.el (longlines-before-revert-hook)
19254 (longlines-after-revert-hook): New functions.
19255 (longlines-mode): Turn off longlines temporarily when reverting.
19256 Add a message-setup-hook.
19257 (longlines-decode-buffer): New function.
19258 (longlines-wrap-line): Preserve marker positions.
19259
19260 2005-11-19 Andreas Schwab <schwab@suse.de>
19261
19262 * emacs-lisp/shadow.el: Handle compressed files.
19263
19264 2005-11-19 Romain Francoise <romain@orebokech.com>
19265
19266 * net/browse-url.el (browse-url-default-browser): Signal an error
19267 if no usable browser can be found, rather than try to load w3.
19268
19269 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19270
19271 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19272 replacing existing properties.
19273 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19274 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19275 tty specs.
19276 (rcirc-server-prefix, rcirc-server): New faces.
19277 (rcirc-url-regexp): Generate with rx macro.
19278 (rcirc-last-server-message-time): New variable.
19279 (rcirc-filter): Record time of last message.
19280 (rcirc-keepalive): Kill processes that did not send a message
19281 since the last ping.
19282 (rcirc-mode): Give rcirc-topic a local binding here.
19283
19284 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19285
19286 * subr.el (read-passwd): Fontify the prompt as we do with other
19287 prompts.
19288
19289 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19290
19291 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19292 binding buffer-read-only to nil.
19293
19294 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19295
19296 * complete.el (partial-completion-mode):
19297 Mention completion-auto-help in the doc string.
19298
19299 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19300 more Lisp-ish way.
19301
19302 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19303
19304 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19305 digits, not 8, to avoid misalignment for files larger than 100MB.
19306
19307 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19308
19309 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19310 Mention "keyboard shortcuts" in the help text.
19311
19312 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19313
19314 * startup.el (fancy-splash-default-action): Discard only
19315 mouse-down and succeeding mouse-up events in the splash screen
19316 window so that drag-n-drop event can be processed.
19317
19318 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
19319
19320 * longlines.el (longlines-mode): Add hacks for mail-mode and
19321 message-mode.
19322
19323 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
19324
19325 * textmodes/org.el (org-table-sort-lines): New command.
19326 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19327 (org-add-file): Command removed, use `org-agenda-file-to-front'
19328 instead.
19329 (org-export-icalendar): Use `org-icalendar-combined-name'.
19330 (org-cycle-agenda-files, org-agenda-file-to-end)
19331 (org-agenda-file-to-front): New commands.
19332 (org-table-tab-jumps-over-hlines, org-export-html-style):
19333 New options.
19334 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19335 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19336 New functions.
19337 (org-fill-paragraph): Call `org-table-align' in tables.
19338 (org-mode): Call `org-set-autofill-regexps'.
19339 (org-export-as-html): Support for local handformatted lists.
19340 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
19341 (org-export-local-list-max-depth): New option.
19342 (org-html-expand): Use `org-html-protect'.
19343
19344 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
19345
19346 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19347 to "p".
19348 (gdb): Move definition of gud-pp to...
19349
19350 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
19351 speedbar.
19352 (gdb-find-watch-expression): New function.
19353
19354 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19355
19356 * faces.el (face-attribute, set-face-attribute): Mention existence
19357 of `:ignore-defface' setting in docstring.
19358
19359 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
19360
19361 * simple.el (completion-setup-function): Fix last change.
19362
19363 2005-11-17 John Paul Wallington <jpw@pobox.com>
19364
19365 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19366 Use `posn-set-point' instead of `mouse-set-point' because the
19367 latter is not fbound when configured without X.
19368
19369 * comint.el (comint-insert-input): Likewise.
19370
19371 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19372
19373 * simple.el (hard-newline): New variable.
19374 (sendmail-user-agent-compose, next-line): Use it.
19375
19376 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19377 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19378 (mail-mail-reply-to, mail-mail-followup-to)
19379 (mail-position-on-field, mail-signature, mail-yank-original)
19380 (mail-attach-file): Likewise.
19381
19382 * mail/mailheader.el (mail-header-format)
19383 (mail-header-format-function): Likewise.
19384
19385 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19386
19387 2005-11-17 Juri Linkov <juri@jurta.org>
19388
19389 * font-lock.el (font-lock-faces): Rename this defgroup from
19390 `font-lock-highlighting-faces'.
19391 (font-lock-comment-face, font-lock-comment-delimiter-face)
19392 (font-lock-string-face, font-lock-doc-face)
19393 (font-lock-keyword-face, font-lock-builtin-face)
19394 (font-lock-function-name-face, font-lock-variable-name-face)
19395 (font-lock-type-face, font-lock-constant-face)
19396 (font-lock-warning-face, font-lock-negation-char-face)
19397 (font-lock-preprocessor-face)
19398 (font-lock-regexp-grouping-backslash)
19399 (font-lock-regexp-grouping-construct): Rename :group from
19400 `font-lock-highlighting-faces' to `font-lock-faces'.
19401
19402 * cus-edit.el (lisp, c, tex):
19403 * progmodes/ada-mode.el (ada):
19404 * progmodes/asm-mode.el (asm):
19405 * progmodes/cperl-mode.el (cperl-faces):
19406 * progmodes/cpp.el (cpp):
19407 * progmodes/dcl-mode.el (dcl):
19408 * progmodes/f90.el (f90):
19409 * progmodes/fortran.el (fortran):
19410 * progmodes/icon.el (icon):
19411 * progmodes/idlwave.el (idlwave-misc):
19412 * progmodes/m4-mode.el (m4):
19413 * progmodes/make-mode.el (makefile):
19414 * progmodes/meta-mode.el (meta-font):
19415 * progmodes/modula2.el (modula2):
19416 * progmodes/octave-mod.el (octave):
19417 * progmodes/pascal.el (pascal):
19418 * progmodes/perl-mode.el (perl):
19419 * progmodes/prolog.el (prolog):
19420 * progmodes/ps-mode.el (PostScript-edit):
19421 * progmodes/scheme.el (scheme):
19422 * progmodes/sh-script.el (sh-script):
19423 * progmodes/simula.el (simula):
19424 * progmodes/tcl.el (tcl):
19425 * textmodes/nroff-mode.el (nroff):
19426 * textmodes/reftex-vars.el (reftex-fontification-configurations):
19427 * textmodes/sgml-mode.el (sgml):
19428 * textmodes/texinfo.el (texinfo):
19429 Add :link (custom-group-link font-lock-faces) to defgroup.
19430
19431 * hi-lock.el (hi-lock): Rename this defgroup from
19432 `hi-lock-interactive-text-highlighting'. Change parent group from
19433 `faces' to `font-lock'. Add link to the manual.
19434 (hi-lock-mode, hi-lock-file-patterns-range)
19435 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19436 `hi-lock-interactive-text-highlighting' to `hi-lock'.
19437 (hi-lock-faces): Add :group `faces'.
19438
19439 * cus-edit.el (custom-variable-prompt): Clarify the code.
19440
19441 * faces.el (face-read-string): Set the default value arg of
19442 completing-read.
19443
19444 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
19445
19446 * rfn-eshadow.el (file-name-shadow-properties)
19447 (file-name-shadow-tty-properties, file-name-shadow-mode):
19448 Remove autoloads, because the file is now preloaded.
19449
19450 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * printing.el (easy-menu-intern): Don't define.
19453 (pr-get-symbol): Use easy-menu-intern only if defined.
19454
19455 * simple.el (blink-matching-open): Simplify a bit.
19456 (completion-setup-function): Fix the case of partial-completion-mode
19457 when the minibuffer's contents start with "-".
19458 Obey completion-base-size-function even when
19459 minibuffer-completing-file-name is non-nil.
19460
19461 2005-11-16 Richard M. Stallman <rms@gnu.org>
19462
19463 * net/eudcb-ph.el (eudc-ph-open-session):
19464 Use set-process-query-on-exit-flag.
19465
19466 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19467
19468 * international/ucs-tables.el (ucs-set-table-for-input):
19469 Use make-local-variable, not make-variable-buffer-local.
19470
19471 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19472 Improve warning message text.
19473
19474 * savehist.el (savehist-save-hook): Add :group.
19475
19476 * menu-bar.el (menu-bar-help-menu):
19477 Rename Find Extra Packages to External Packages.
19478
19479 * cus-edit.el (Custom-reset-standard): Verify that
19480 :custom-standard-value prop exists before calling it.
19481
19482 * apropos.el (apropos-calc-scores): Use apropos-pattern.
19483
19484 2005-11-16 Martin Rudalics <rudalics@gmx.at>
19485
19486 * wid-edit.el (color): Enclose %t in %{...%}.
19487
19488 * cus-edit.el (face): Enclose %t in %{...%}.
19489
19490 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
19491
19492 * savehist.el (savehist-mode-hook): Re-add the var.
19493 (savehist-mode): Use it.
19494
19495 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19496
19497 * textmodes/flyspell.el: Fix commenting convention.
19498 Remove unnecessary leading * in custom docstrings.
19499 (flyspell-emacs): Remove unused var.
19500 (flyspell-delete-region-overlays): Use remove-overlays.
19501 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19502 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19503 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19504 (flyspell-debug-signal-word-checked): Use with-current-buffer.
19505 (make-flyspell-overlay): Don't locally reuse a global name.
19506 (flyspell-highlight-incorrect-region)
19507 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19508 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19509 (flyspell-notify-misspell): Remove unused args `start' and `end'.
19510 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
19511 Wrap calls to accept-process-output inside with-local-quit since it's
19512 often called from a post-command-hook.
19513 (flyspell-correct-word, flyspell-auto-correct-word):
19514 Use ispell-send-string.
19515 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
19516
19517 * calendar/diary-lib.el (diary-list-entries): Also hide the
19518 terminating newline.
19519
19520 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
19521
19522 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19523 window-system, to allow fonts on tty.
19524
19525 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
19526
19527 * progmodes/gud.el (gud-speedbar-item-info): New function.
19528 (gud-install-speedbar-variables): Use it to display data type
19529 of watch expression as a tooltip in speedbar.
19530
19531 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
19532
19533 * font-core.el (global-font-lock-mode): Add :version keyword,
19534 because default was changed.
19535
19536 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19537
19538 * startup.el (command-line): Use `custom-reevaluate-setting' for
19539 `file-name-shadow-mode'.
19540
19541 * loadup.el: Preload rfn-eshadow.
19542
19543 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19544 Add :version keyword.
19545 (file-name-shadow-properties, file-name-shadow-tty-properties)
19546 (file-name-shadow): Add :version keyword.
19547
19548 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19549 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19550 in the custom-group property of the symbol frames and the fringe
19551 group got no link to its parent group frames.
19552 Doc fix.
19553
19554 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19555
19556 * progmodes/gud.el (gud-stop-subjob): New function.
19557 (gud-menu-map, gud-tool-bar-map): Use it.
19558
19559 2005-11-16 Kim F. Storm <storm@cua.dk>
19560
19561 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19562 than kill it.
19563 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
19564 to a more useful/logical place.
19565
19566 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19567
19568 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19569 go buttons complementary.
19570
19571 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19572
19573 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19574 (rfn-eshadow-sifn-equal): New function.
19575 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19576
19577 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
19578
19579 * viper-utils.el (viper-non-word-characters-reformed-vi):
19580 Quote `-' in string.
19581
19582 * viper.el (viper-emacs-state-mode-list): Ensure that
19583 rcirc-mode buffers come up in Emacs state.
19584
19585 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19586 operation.
19587
19588 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
19589
19590 * term.el (term-termcap-format): Fix typos.
19591 (term-down): Fix the negative argument case.
19592
19593 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19594
19595 * progmodes/gdb-ui.el: Remove face-alias left over from change on
19596 2005-08-15.
19597 (gdb-ann3): New command gud-go.
19598 (menu): Accomodate gdb-mi.el.
19599 (gdb-assembler-custom): Make buffer of selected window current
19600 so that set-window-point works.
19601
19602 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19603 buttons and include new ones.
19604
19605 2005-11-16 Kim F. Storm <storm@cua.dk>
19606
19607 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19608 (gud-menu-map): Use it.
19609
19610 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
19611
19612 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19613 that works correctly for Custom and that does not override a user
19614 who disables it.
19615
19616 * help-mode.el (help-make-xrefs, help-xref-on-pp)
19617 (help-xref-interned, help-follow): Make hyperlinks for variables
19618 that are unbound, but have a non-nil variable-documentation property.
19619
19620 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19621 mode hook. (It conflicted with defcustoms for some mode hooks.)
19622 Use the `variable-documentation' property to give the mode hook a
19623 docstring and expand that docstring.
19624
19625 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
19626
19627 * savehist.el (savehist-mode): Don't bother with
19628 `custom-set-minor-mode'.
19629 (savehist-coding-system): Check XEmacs version.
19630 (history-length): Declare also at run time.
19631 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
19632 Don't set the customize state.
19633 (savehist-minibuffer-hook): Special case for when
19634 minibuffer-history-variable is equal to t.
19635
19636 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
19637
19638 * files.el (write-file): Refresh VC status.
19639
19640 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19641 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19642 than fundamental-mode to see if the mode was set.
19643
19644 2005-11-14 Romain Francoise <romain@orebokech.com>
19645
19646 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19647 dummy function in `eval-when-compile' to avoid compiler warning.
19648 Require `man' at compile time.
19649
19650 2005-11-14 Jay Belanger <belanger@truman.edu>
19651
19652 * calc-alg.el (calcFunc-write-out-power): Rename it to
19653 calcFunc-powerexpand.
19654 (math-write-out-power): Rename it to math-powerexpand; have it
19655 handle negative exponents.
19656 (calc-writeoutpower): Rename it to calc-powerexpand.
19657
19658 * calc-ext.el: Change calcFunc-writeoutpower and
19659 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19660 autoloads.
19661 Add calcFunc-ldiv to autoloads.
19662
19663 * calc-arith.el (calcFunc-ldiv): New function.
19664
19665 * calc.el (calc-left-divide): New function.
19666
19667 2005-11-14 Juri Linkov <juri@jurta.org>
19668
19669 * cus-edit.el (custom-variable-prompt): Set the default value arg
19670 of completing-read.
19671
19672 * cus-dep.el (custom-make-dependencies): Reverse the list of
19673 found dependencies.
19674
19675 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
19676
19677 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19678 Highlighting" entry, it is on by default now.
19679 (menu-bar-options-save): Do not save global-font-lock-mode.
19680
19681 2005-11-13 Richard M. Stallman <rms@gnu.org>
19682
19683 * textmodes/flyspell.el (flyspell-large-region):
19684 Call flyspell-accept-buffer-local-defs.
19685
19686 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
19687
19688 * textmodes/flyspell.el (flyspell-notify-misspell):
19689 Fix misspelling of "Misspelling".
19690 (flyspell-process-localwords): New function.
19691 (flyspell-large-region): Call flyspell-process-localwords and
19692 flyspell-delete-region-overlays.
19693 (flyspell-delete-region-overlays): New function.
19694 (flyspell-delete-all-overlays): Call that.
19695
19696 2005-11-13 Richard M. Stallman <rms@gnu.org>
19697
19698 * help.el (help-for-help-internal): Improve doc of C-h a.
19699 (describe-key): Improve prompt; doc fix.
19700
19701 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * vc-svn.el (vc-svn-registered): Catch all errors.
19704
19705 * cus-dep.el (custom-make-dependencies): Typo.
19706
19707 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
19708
19709 * net/tramp-util.el (top): Fix compilation warning.
19710
19711 2005-11-13 Kim F. Storm <storm@cua.dk>
19712
19713 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
19714
19715 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19716
19717 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19718 (gud-speedbar-buttons): Match on "const char *" too.
19719
19720 * progmodes/gdb-ui.el (gdb-var-create-handler)
19721 (gdb-var-list-children-handler): Match on "const char *" too.
19722 (gdb-var-evaluate-expression-handler): Match on empty string.
19723 (gdb-var-update-handler): Only call
19724 gdb-var-evaluate-expression-handler when required.
19725
19726 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19727
19728 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19729 selected window. This still doesn't work for speedbar.
19730 (gud-speedbar-buttons): Handle string expressions properly.
19731
19732 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19733 (gdb-var-create-handler): Handle string expressions properly.
19734 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19735 Handle string expressions properly. Move "type" field into regexp.
19736
19737 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19738
19739 * bookmark.el (bookmark-maybe-message): New function to reduce
19740 code duplication: invokes `message' iff baud-rate is high enough.
19741 (bookmark-write-file): Use above instead of an inline conditional.
19742 (bookmark-load): Same.
19743
19744 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19745
19746 * bookmark.el (bookmark-write-file): Don't visit the destination
19747 file, just write the data to it using write-region. This is
19748 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19749 change to avoid visiting the file in the first place.
19750
19751 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
19752
19753 * hi-lock.el (hi-lock-mode): Set the default value of
19754 font-lock-defaults.
19755
19756 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
19757
19758 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19759 arg to `file-attributes'.
19760 (find-lisp-format): The UID and GID can now be strings.
19761
19762 2005-11-12 Kim F. Storm <storm@cua.dk>
19763
19764 * help.el (help-map): Bind C-h d to apropos-documentation.
19765
19766 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19767 when point is at end-of-buffer.
19768
19769 * apropos.el (apropos-match-face): Doc fix.
19770 (apropos-sort-by-scores): Add new choice `verbose'.
19771 (apropos-documentation-sort-by-scores): New defcustom.
19772 (apropos-pattern): Now contains the pattern entered by the user.
19773 (apropos-pattern-quoted): New defvar.
19774 (apropos-regexp): New defvar, containing the regexp corresponding
19775 to apropos-pattern.
19776 (apropos-all-words-regexp): Rename from apropos-all-regexp.
19777 (apropos-read-pattern): New defun. Use it to read pattern arg in
19778 interactive calls; returns list of words for a word list, and
19779 string for a regexp.
19780 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
19781 parses a list of words or regexp as returned by apropos-read-pattern.
19782 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19783 (apropos-score-doc): Return a very high score if the string
19784 entered by the user matches literally.
19785 (apropos-variable): Doc fix. Use apropos-read-pattern.
19786 (apropos-command): Doc fix. Use apropos-read-pattern and
19787 apropos-parse-pattern. Call apropos-print with nosubst=t.
19788 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
19789 apropos-parse-pattern.
19790 (apropos-documentation): Doc fix. Use apropos-read-pattern and
19791 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
19792 apropos-documentation-sort-by-scores. Call apropos-print with
19793 nosubst=t.
19794 (apropos-documentation-internal): Pass doc string through
19795 substitute-key-definition before adding text properties.
19796 Highlight substring matching literal user input if possible.
19797 (apropos-documentation-check-doc-file): Remove locals beg and end.
19798 Fix calculation of score (as added twice). Pass doc string through
19799 substitute-key-definition before adding text properties.
19800 (apropos-documentation-check-elc-file): Pass doc string through
19801 substitute-key-definition before adding text properties.
19802 Highlight substring matching literal user input if possible.
19803 (apropos-print): Add new arg NOSUBST; if set, command and variable
19804 doc strings have already been passed through substitute-key-definition.
19805 Add code to handle apropos-accumulator items without score element
19806 for backwards compatibility (e.g. with woman package).
19807 Only show scores if apropos-sort-by-scores is `verbose'.
19808
19809 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19810
19811 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19812 Add jka-compr-load-suffixes to load-suffixes.
19813
19814 * jka-compr.el: Require jka-cmpr-hook.
19815 (jka-compr-info-compress-message, jka-compr-info-compress-program)
19816 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19817 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19818 (jka-compr-info-can-append, jka-compr-info-strip-extension)
19819 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19820 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
19821 (jka-compr-uninstall): Remove entries from
19822 jka-compr-added-to-file-coding-system-alist after they are used.
19823 (jka-compr-error): Remove unused var `curbuf'.
19824 (jka-compr-file-local-copy): Remove unused var `notfound'.
19825
19826 2005-11-10 Romain Francoise <romain@orebokech.com>
19827
19828 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19829
19830 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
19831
19832 * progmodes/gud.el (gud-menu-map): Move parentheses.
19833 (gdb): New command gud-pv.
19834
19835 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19836
19837 * tar-mode.el: Remove spurious or unnecessary leading stars
19838 in docstrings.
19839 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19840 (tar-parse-octal-integer-safe): Use mapc.
19841 (tar-header-block-summarize): Remove unused var `ck'.
19842 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19843 cleared before. Obey default-enable-multibyte-characters.
19844 Use mapconcat. Simplify setting of tar-header-offset.
19845 (tar-mode-map): Move initialization inside delcaration.
19846 (tar-flag-deleted): Use `abs'.
19847 (tar-expunge-internal): Remove unused var `line'.
19848 (tar-expunge-internal): Don't hardcode point-min==1.
19849 (tar-expunge): Widen while doing set-buffer-multibyte.
19850 (tar-rename-entry): Use file-name-coding-system.
19851 (tar-alter-one-field): Don't hardcode point-min==1.
19852 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19853 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
19854
19855 2005-11-10 Masatake YAMATO <jet@gyve.org>
19856
19857 * add-log.el (add-log-current-defun): Handle class::method
19858 notation of c++. Fix incorrect comment.
19859
19860 2005-11-10 Alan Mackenzie <acm@muc.de>
19861
19862 * help-fns.el (describe-variable): Make C-h v work when a variable
19863 has variable documentation yet is unbound.
19864
19865 2005-11-10 Masatake YAMATO <jet@gyve.org>
19866
19867 * man.el (Man-highlight-references): Set an empty
19868 string to `Man-arguments' if it is nil.
19869 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19870
19871 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19872
19873 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19874 commenting conventions.
19875
19876 * cus-dep.el (custom-make-dependencies): Simplify.
19877 Better follow the commenting conventions.
19878
19879 2005-11-09 Richard M. Stallman <rms@gnu.org>
19880
19881 * apropos.el (apropos-pattern): Rename from apropos-regexp.
19882 (apropos-orig-pattern): Rename from apropos-orig-regexp.
19883 All uses changed.
19884 (apropos-rewrite-regexp): Doc fix.
19885 (apropos-variable, apropos-command, apropos, apropos-value):
19886 Change prompt; carry through the argument renaming.
19887
19888 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
19889
19890 * find-lisp.el: Require dired.
19891 (find-lisp-find-dired-internal): Do not call
19892 `abbreviate-file-name' on DIR.
19893
19894 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
19895
19896 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19897
19898 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
19899
19900 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19901 when using the speedbar.
19902 (gdb): New command gud-pp.
19903 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19904
19905 2005-11-09 Juri Linkov <juri@jurta.org>
19906
19907 * replace.el (occur-excluded-properties): New defcustom.
19908 (occur-1, occur-engine, occur-accumulate-lines): Use it.
19909
19910 2005-11-08 Jay Belanger <belanger@truman.edu>
19911
19912 * calc/calc-units.el (math-convert-units): Replace any composite
19913 unit by its definition.
19914
19915 2005-11-08 Lars Hansen <larsh@soem.dk>
19916
19917 * emacs-lisp/autoload.el (update-directory-autoloads):
19918 Add obsolete function alias.
19919
19920 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19923 comment-indent-function.
19924 (lisp-comment-indent): Replace by an alias for comment-indent-default.
19925
19926 * reveal.el (reveal-post-command): Rework the handling of
19927 reveal-open-spots, so as to be more reliable. There were several
19928 tricky corner cases where an open spot might be lost, or where
19929 a closed spot might end up on the list of open spots.
19930 Only reveal text that's ellipsised.
19931
19932 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
19933
19934 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19935
19936 2005-11-07 John Paul Wallington <jpw@gnu.org>
19937
19938 * ibuffer.el (ibuffer): Search iconified frames too when
19939 getting Ibuffer buffer's window.
19940
19941 2005-11-06 Richard M. Stallman <rms@gnu.org>
19942
19943 * progmodes/compile.el (compilation-internal-error-properties):
19944 save-excursion around the computation of MARKER.
19945
19946 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
19947
19948 * textmodes/flyspell.el (flyspell-external-point-words):
19949 flyspell-get-word returns a list, not just a string.
19950
19951 2005-11-06 John Paul Wallington <jpw@pobox.com>
19952
19953 * ibuffer.el (ibuffer): Search all visible frames when getting
19954 Ibuffer buffer's window.
19955
19956 2005-11-07 Masatake YAMATO <jet@gyve.org>
19957
19958 * man.el (Man-reference-regexp): Accept spaces between
19959 `Man-name-regexp' and `Man-section-regexp'.
19960 (Man-apropos-regexp): New variable.
19961 (Man-abstract-xref-man-page): Use value for `Man-target-string'
19962 if available.
19963 (Man-highlight-references, Man-highlight-references0):
19964 Handle the case when `Man-arguments' includes "-k".
19965 (Man-highlight-references0): Rename the argument `TARGET-POS' to
19966 `TARGET'. `TARGET' can be a number, function or nil.
19967
19968 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
19969
19970 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19971 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19972 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19973 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19974 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19975 (gdb-send-item): Use buffer-local-value and simplify.
19976
19977 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
19978
19979 * startup.el (command-line): Use `custom-reevaluate-setting' for
19980 `global-font-lock-mode'.
19981
19982 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19983 by default, except in batch mode or when the -D option is given.
19984
19985 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19986 specified keyword args on to `define-minor-mode'. Update docstring.
19987
19988 2005-11-05 Romain Francoise <romain@orebokech.com>
19989
19990 * replace.el (occur-engine): Add marker at end of line, too.
19991
19992 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19993
19994 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19995 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19996 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19997 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19998 argument to all these routines, so the passphrase can be managed
19999 externally and passed in to the system.
20000 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20001 pgg-add-passphrase-to-cache function.
20002
20003 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20004 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20005 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20006 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20007 argument to all these routines, so the passphrase can be managed
20008 externally and passed in to the system.
20009 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20010 function.
20011
20012 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20013
20014 * font-lock.el: Don't deal with font-lock-face-attributes here,
20015 move the code ...
20016
20017 * startup.el (command-line): ... here. Use face-spec-set instead
20018 of custom-declare-face.
20019
20020 * faces.el (face-spec-set): Reset the face if spec is not nil.
20021
20022 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20023
20024 * newcomment.el (comment-region-internal): Box more tightly in the
20025 common case where there's no TAB in the boxed text.
20026
20027 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20028
20029 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20030 up-node.
20031
20032 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20033
20034 * newsticker.el: Commentary updated. Code formatting changed.
20035 (newsticker-version): Change to "1.9".
20036 (newsticker, newsticker-feed): Doc fix.
20037 (newsticker-url-list): Doc fix. Add option "Weekly".
20038 (newsticker-retrieval-interval): Add option "Weekly".
20039 (newsticker-headline-processing): Doc fix.
20040 (newsticker-auto-mark-filter): Remove.
20041 (newsticker-auto-mark-filter-list): New.
20042 (newsticker-layout, newsticker-sort-method): Doc fix.
20043 (newsticker-hide-old-items-in-newsticker-buffer)
20044 (newsticker-heading-format, newsticker-item-format)
20045 (newsticker-desc-format): Doc fix.
20046 (newsticker-show-all-rss-elements): Remove.
20047 (newsticker-show-all-news-elements): New.
20048 (newsticker-faces, newsticker-ticker): Doc fix.
20049 (remove-from-invisibility-spec): Code formatting.
20050 (newsticker--process-ids): New.
20051 (newsticker-mode): Doc fix.
20052 (newsticker-mode): Change mode-line-format.
20053 (newsticker-start): Remove debug output.
20054 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20055 (newsticker-w3m-show-inline-images): Code formatting.
20056 (newsticker-next-item): Call `force-mode-line-update'.
20057 (newsticker-previous-item): Call `force-mode-line-update'.
20058 (newsticker-next-feed): Call `force-mode-line-update'.
20059 (newsticker-previous-feed): Call `force-mode-line-update'.
20060 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20061 (newsticker-show-old-items): Do not show descs.
20062 (newsticker-hide-entry): Hide too much.
20063 (newsticker-hide-entry, newsticker-show-entry)
20064 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20065 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20066 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20067 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20068 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20069 (newsticker-get-news): Call `force-mode-line-update'.
20070 Collect process ids.
20071 (newsticker--sentinel): Change coding system handling.
20072 Move image retrieval to new functions newsticker--get-logo-url-*.
20073 Move feed parsing to new functions newsticker--parse-*.
20074 Update list of process ids.
20075 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20076 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20077 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20078 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20079 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20080 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20081 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20082 (newsticker--decode-coding-string): Remove.
20083 (newsticker--decode-numeric-entities): Check input. Format code.
20084 (newsticker--remove-whitespace): Check input.
20085 (newsticker--do-forget-preformatted): Doc fix.
20086 (newsticker--decode-rfc822-date): Allow for missing time.
20087 (newsticker--update-process-ids): New.
20088 (newsticker--image-sentinel): Change comment.
20089 (newsticker--image-read): Change error message.
20090 (newsticker--imenu-goto): Doc fix. Show headline title.
20091 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20092 (newsticker--buffer-do-insert-text): Clean whitespace in
20093 html-rendered headline title. Code formatting.
20094 Call `newsticker--buffer-print-extra-elements'.
20095 (newsticker--buffer-print-extra-element): Remove.
20096 (newsticker--buffer-print-extra-elements): New.
20097 (newsticker--buffer-do-print-extra-element): New.
20098 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20099 large sizes.
20100 (newsticker--run-auto-mark-filter)
20101 (newsticker--do-run-auto-mark-filter):
20102 Use `newsticker-auto-mark-filter-list'.
20103
20104 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20105
20106 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20107 (rcirc-print): Force redisplay before running hooks. Do long
20108 buffer truncation after making new text read-only. Deal with nil
20109 text when decoding strings. If TARGET is nil, use either the
20110 currently selected buffer, if it is an rcirc buffer and of the
20111 same process or the process buffer.
20112 (rcirc-mode): Remove header-line. Recompute short buffer names.
20113 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20114 (rcirc-short-buffer-name): Add variable.
20115 (rcirc-kill-buffer-hook): Recompute short buffer names.
20116 Remove nick from private channel.
20117 (rcirc-send-input): Send command text to current-buffer.
20118 Don't clear overlay arrow here.
20119 (rcirc-short-buffer-name): Return a short buffer name.
20120 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20121 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20122 buffer-name abbreviations.
20123 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20124 Do not touch nick-table when killing a parted channel.
20125 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20126 Clear arrow from current buffer if it is now hidden.
20127 (rcirc-current-buffer): Add variable.
20128 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20129 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20130 Remove -face from names.
20131 (rcirc-update-activity-string): Print "DND" when globally ignoring
20132 activity.
20133 (rcirc-ignore-buffer-activity-flag): Rename from
20134 rcirc-ignore-channel-activity.
20135 (rcirc-ignore-all-activity-flag): Doc fix.
20136 (rcirc-channels): Remove variable.
20137 (rcirc-kill-buffer-hook):
20138 (rcirc-get-buffer-create): Add nick to private channel.
20139 (rcirc-multiline-edit-submit): Remove tabs.
20140 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20141 folded.
20142 (rcirc-remove-nick-channel): Bug fix.
20143 (rcirc-toggle-ignore-buffer-activity): Rename from
20144 rcirc-toggle-ignore-channel-activity.
20145 (rcirc-record-activity): Add buffers to the front of the list.
20146 (rcirc-update-activity): Remove killed buffers from list.
20147 (rcirc-process-server-response-1): Remove last argument if it is
20148 null before calling handler.
20149 (rcirc): Add "rcirc" defcustom prefix.
20150 (rcirc-prompt): Simplify default prompt.
20151 Use custom-initialize-default.
20152 (rcirc-private-chats): Remove variable.
20153 (rcirc-prompt): Change initialization.
20154 (rcirc-version): Remove function.
20155 (rcirc-id-string): Add constant.
20156 (rcirc-last-buffer): Remove variable.
20157 (rcirc-buffer-alist): Add variable.
20158 (rcirc-connect): Update variable setup.
20159 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20160 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20161 default.
20162 (rcirc-handler-generic): Trigger activity.
20163 (rcirc-send-message): Create the buffor of the target.
20164 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20165 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20166 (rcirc-multiline-edit-cancel): Remove function.
20167 (rcirc-set-last-buffer): Remove function.
20168 (rcirc-get-any-buffer): Add function.
20169 (rcirc-join-channels): Don't print /join text.
20170 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20171 messages.
20172 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20173 (rcirc-handler-NOTICE): Recognize CTCP responses.
20174 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20175 constructing TOPIC string for buffers we are not JOINed.
20176 (rcirc-handler-CTCP-response): Add handler.
20177 (rcirc-multiline-edit-submit): Restore the window-configuration
20178 before adjusting point.
20179 (rcirc): Add customization group.
20180 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20181 (rcirc-user-full-name, rcirc-startup-channels-alist)
20182 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20183 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20184 (rcirc-input-ring-size, rcirc-read-only-flag)
20185 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20186 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20187 Change defvar to defcustom.
20188 (rcirc-update-prompt): Add optional ALL arg, which will update
20189 prompts in all rcirc buffers. Regexp quote replacement text.
20190 (rcirc-fill-column): Accept frame-width as a value.
20191 (rcirc-set-changed): Add function.
20192 (rcirc-next-active-buffer): Write more meaningful messages.
20193 (rcirc-faces): Add customization group.
20194 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20195 (rcirc-nick-in-message-face, rcirc-prompt-face)
20196 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20197 (with-rcirc-process-buffer): Move before first usage.
20198 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20199 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20200 (rcirc-debug): Rename from `rcirc-log'.
20201 (rcirc-format-response-string): Do not print `-' chars for a
20202 NOTICE with no sender. Simplify output of server responses.
20203
20204 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20205
20206 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20207 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20208 Make urls mouse and RET clickable.
20209
20210 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20211
20212 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20213
20214 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20215
20216 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20217 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20218 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20219 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20220 argument to all these routines, so the passphrase can be managed
20221 externally and passed in to the system.
20222 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20223 pgg-add-passphrase-to-cache function.
20224
20225 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20226 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20227 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20228 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20229 argument to all these routines, so the passphrase can be managed
20230 externally and passed in to the system.
20231 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20232 function.
20233
20234 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20235
20236 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20237 from goto-address-url-regexp.
20238
20239 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20240
20241 * textmodes/org.el (org-read-date, org-goto-calendar)
20242 (org-recenter-calendar, org-agenda-goto-calendar):
20243 Temporarily clear `calendar-move-hook'.
20244
20245 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20246
20247 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20248 merging.
20249
20250 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20251 have merge clashes.
20252
20253 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20254
20255 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20256 Undo previous change.
20257
20258 * startup.el (command-line): Use `custom-reevaluate-setting' for
20259 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20260 tty-register-default-colors on Mac.
20261
20262 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20263
20264 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20265 (gdb-buffer-type): Make it automatically buffer local...
20266 (gdb-get-create-buffer): ...and set it accordingly.
20267 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20268 actually work.
20269
20270 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20271
20272 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20273 not red.
20274
20275 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20276
20277 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20278 case GUD buffer is not visible.
20279 (gdb-goto-breakpoint): Try to force display in source buffer.
20280 (gdb-frame-gdb-buffer): Copy other similar functions.
20281 (gdb-restore-windows): Don't display source if not asked for.
20282 (gdb-assembler-buffer-name): Don't capitalise.
20283
20284 2005-11-03 Richard M. Stallman <rms@gnu.org>
20285
20286 * wid-edit.el (key-sequence): New widget type.
20287
20288 * simple.el (set-mark-command-repeat-pop): New variable.
20289 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20290 if set-mark-command-repeat-pop is true.
20291
20292 * info.el (Info-fontify-node): Don't display extra "see" if there
20293 already is one here.
20294
20295 * mouse.el: Fix special handling of DEL after dragging a region:
20296 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20297 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20298
20299 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20300
20301 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20302 not to assume it pertains to an affix.
20303
20304 * textmodes/flyspell.el (flyspell-post-command-hook):
20305 Bind deactivate-mark to prevent deactivation.
20306
20307 2005-11-03 Lars Hansen <larsh@soem.dk>
20308
20309 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20310 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20311 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20312
20313 2005-11-03 Romain Francoise <romain@orebokech.com>
20314
20315 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20316 Update copyright years.
20317
20318 2005-11-03 Sam Steingold <sds@gnu.org>
20319
20320 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20321 Use system-type instead of window-system because window-system is not
20322 correctly defined during loadup.
20323
20324 2005-11-02 Mark A. Hershberger <mah@everybody.org>
20325
20326 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20327 (xml-parse-tag): Join strings separated by a comment properly.
20328
20329 2005-11-02 Andreas Schwab <schwab@suse.de>
20330
20331 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20332
20333 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20334
20335 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20336 (byte-optimize-pure-func): Quote the eval'd value.
20337
20338 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20339 Rename from perl-font-lock-syntactic-face-function.
20340 Change the calling convention so it can be used as a font-lock MATCHER.
20341 Do the parse-partial-sexp loop outselves.
20342 (perl-font-lock-syntactic-keywords): Use it.
20343 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20344
20345 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
20346
20347 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20348 disassembly buffer too.
20349 (gdb-exited): Remove overlay arrows when execution has finished.
20350 (gdb-info-frames-custom, gdb-info-threads-custom)
20351 (gdb-info-registers-custom): Don't add inappropriate text
20352 properties if inferior is not active.
20353
20354 2005-11-02 Glenn Morris <rgm@gnu.org>
20355
20356 * progmodes/fortran.el (fortran-blink-match):
20357 Use `blink-matching-delay'.
20358
20359 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
20360
20361 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20362
20363 2005-11-02 Lars Hansen <larsh@soem.dk>
20364
20365 * net/tramp.el (tramp-action-out-of-band): Handle scp message
20366 "Permission denied".
20367
20368 2005-11-01 Richard M. Stallman <rms@gnu.org>
20369
20370 * textmodes/flyspell.el (flyspell-external-point-words):
20371 Pass nil to flyspell-get-word.
20372
20373 2005-11-02 Kim F. Storm <storm@cua.dk>
20374
20375 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20376 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20377
20378 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20379
20380 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20381 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20382 (calendar-mouse-print-dates): Add optional `event' argument.
20383 Update interactive-spec.
20384 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20385 Use `calendar-event-to-date' instead of `event'.
20386
20387 2005-11-02 Masatake YAMATO <jet@gyve.org>
20388
20389 * progmodes/ld-script.el (ld-script-builtins):
20390 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20391 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20392 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20393
20394 2005-11-01 Romain Francoise <romain@orebokech.com>
20395
20396 * vc-sccs.el: Update copyright year.
20397 * ezimage.el: Likewise.
20398
20399 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
20400
20401 * info.el (Info-fontify-node): Use `string-width' for fontifying
20402 underlined titles.
20403
20404 2005-11-01 Juri Linkov <juri@jurta.org>
20405
20406 * info.el (Info-fontify-node): Downcase node header keywords Node,
20407 Prev, Next, Up before comparison.
20408 (Info-history): Insert absolute directory name, and put invisible
20409 property on it.
20410
20411 2005-11-01 Juri Linkov <juri@jurta.org>
20412
20413 * info.el (Info-file-supports-index-cookies): New variable.
20414 (Info-find-node-2): Check makeinfo version for index cookie support.
20415 (Info-index-nodes): Search for nodes with index cookies only when
20416 Info-file-supports-index-cookies is t. Otherwise, search nodes
20417 with "Index" in the node name.
20418 (Info-index-node): Search index cookie in the current node only when
20419 Info-file-supports-index-cookies is t. Otherwise, check the word
20420 "Index" in the node name.
20421 (Info-find-emacs-command-nodes): Remove code that searches nodes
20422 with "Index" node name in the top menu.
20423
20424 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * progmodes/scheme.el (scheme-mode-variables): Use the default
20427 comment-indent-function.
20428
20429 * faces.el (face-attribute): Handle the case where a face inherits from
20430 a non-existent face.
20431
20432 * simple.el (eval-expression-print-format): Use lisp-readable syntax
20433 for octal and hexa output, and merge the char into the paren.
20434 (kill-new): Use push.
20435 (copy-to-buffer): Use with-current-buffer.
20436 (completion-setup-function): Move code in loop to remove redundancy.
20437 (minibuffer-local-must-match-map): Don't add bindings that duplicate
20438 those inherited from minibuffer-local-completion-map.
20439
20440 * savehist.el (savehist-mode) <defcustom>:
20441 Use custom-set-minor-mode if available.
20442 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20443 and emit a message if applicable.
20444
20445 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
20446
20447 * savehist.el: Sync up to version 19.
20448 (savehist-mode): New minor mode.
20449 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20450 (savehist-length): Remove (use history-length instead).
20451 (savehist-file-modes): Rename from savehist-modes.
20452 (savehist-save-hook, savehist-loaded): New vars.
20453 (savehist-load): Use savehist-mode. Try to smooth up transition from
20454 old format to new format.
20455 (savehist-install): Allow savehist-autosave-interval to be nil.
20456 (savehist-save): Run the new hook. Be more careful to only trim the
20457 history variables.
20458 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
20459 (savehist-printable): Print into a buffer rather than char-by-char.
20460
20461 2005-11-01 John Wiegley <johnw@newartisans.com>
20462
20463 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20464 toggle-ignore keybinding (C-a). The author said it had been
20465 disabled much earlier due to a possible incompatibility, but after
20466 many months of usage I have encountered no problems (and it is a
20467 rather useful option, especially for switching to " *temp*").
20468
20469 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20470 support for OS/X's AddressBook, by calling out to the open source
20471 program "contacts" (installable through Fink).
20472
20473 * net/eudc.el (eudc-expand-inline): If the
20474 `eudc-multiple-match-handling-method' is set to `all', delete the
20475 query string before inserting the query result.
20476
20477 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20478 flag, to prevent Eshell from using the system ls when
20479 `eshell-ls-insert-directory' is in used.
20480 (eshell-ls-insert-directory): Disable font-lock in directory
20481 buffer so that Eshell's own fontification is seen. This broke
20482 recently due to changes in font-lock, so this goes back to version
20483 21 behavior.
20484
20485 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
20486
20487 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20488 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20489 (gdb-many-windows): Doc fix.
20490
20491 2005-10-31 Romain Francoise <romain@orebokech.com>
20492
20493 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20494
20495 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20496
20497 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20498 that global-font-lock-mode can be enabled by default.
20499
20500 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20501 (font-lock-add-keywords, font-lock-remove-keywords)
20502 (font-lock-fontify-buffer): Remove autoload cookies.
20503
20504 * jit-lock.el (jit-lock-register): Likewise.
20505
20506 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20507
20508 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20509
20510 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20511 intact if there is no gud-comint-buffer.
20512
20513 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
20514
20515 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20516 old prompt comint-prompt-read-only is t and GDB commands are
20517 issued from tool bar etc.
20518
20519 2005-10-31 Masatake YAMATO <jet@gyve.org>
20520
20521 * vc.el (vc-directory-exclusion-list): Add "{arch}".
20522
20523 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
20524
20525 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20526 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20527
20528 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
20529
20530 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20531 starting at beginning of line. Fontification is messed up when
20532 `open-paren-in-column-0-is-defun-start' set to t.
20533 Reported by John Paul Wallington <jpw@pobox.com>.
20534
20535 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
20536
20537 * comint.el (comint-send-input): Call `comint-update-fence' when
20538 `comint-process-echoes' and `comint-prompt-read-only' are both
20539 non-nil, to avoid leftover read-only newline.
20540
20541 2005-10-30 Richard M. Stallman <rms@gnu.org>
20542
20543 * textmodes/flyspell.el (flyspell-external-point-words):
20544 Detect when WORD can't be checked properly because
20545 flyspell-get-word finds just part of it, and move on.
20546
20547 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20548 boundarychar for Polish.
20549 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20550 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20551
20552 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20553
20554 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20555 (gdb-registers-font-lock-keywords): Delete.
20556 (gdb-registers-mode): Don't fontify.
20557 (gdb-info-registers-custom): Use text properties instead as, in
20558 future, changed register values will use font-lock-warning-face.
20559 (gdb-local-font-lock-keywords): Rename to...
20560 (gdb-locals-font-lock-keywords): ...for consistency.
20561
20562 2005-10-30 Andre Spiegel <spiegel@gnu.org>
20563
20564 * vc.el (vc-switch-backend): Better error message if the buffer is
20565 not visiting a file under version control.
20566
20567 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20568
20569 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
20570
20571 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20572 ~/.emacs.d/.emacs.
20573
20574 2005-10-29 Richard M. Stallman <rms@gnu.org>
20575
20576 * replace.el (occur-mode-mouse-goto): Always go to other window.
20577 (occur-mode-goto-occurrence): Always switch in same window.
20578
20579 * simple.el (undo): Display message at end, not at start.
20580
20581 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20582 New arg REUSE-CELL.
20583 (cancel-timer-internal): New function.
20584 (timer-event-handler): Use cancel-timer-internal,
20585 and pass the cell it returns to timer-activate...
20586
20587 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20588 (jit-lock-deferred-fontify, jit-lock-context-fontify)
20589 (jit-lock-after-change): Test memory-full.
20590
20591 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20592
20593 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20594 part of the decoded armor to find the key-identifier.
20595 (pgg-gpg-lookup-key-owner): New function to return the
20596 human-readable identifier of a key owner.
20597 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20598 key itself.
20599 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20600 the key value) if we have a key and can match it against a secret
20601 key. Also, added a note pointing out fact that the prompt only
20602 indicates the first matching key.
20603
20604 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20605 pgg-decrypt-region.
20606 (pgg-pending-timers): A new hash for tracking the passphrase cache
20607 timers, so that new ones supercede old ones.
20608 (pgg-add-passphrase-to-cache): Rename from
20609 `pgg-add-passphrase-cache' to reduce confusion (all callers
20610 changed). Modified to cancel old timers when new ones are added.
20611 (pgg-remove-passphrase-from-cache): Rename from
20612 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20613 changed). Modified to cancel old timers when their keys are
20614 removed from the cache.
20615 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20616 XEmacs, an indirection to delete-itimer.
20617 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20618 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20619 users can only check cache without risk of prompting. Correct bug in
20620 notruncate behavior.
20621 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20622 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20623 Add informative docstrings.
20624 (pgg-decrypt): Convey provided passphrase in subordinate call to
20625 pgg-decrypt-region.
20626
20627 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20628 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20629 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20630 `passphrase' argument, so the passphrase can be managed externally
20631 and then passed in to the system.
20632
20633 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20634 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20635 so the passphrase cache can be used reliably with identifiers
20636 besides a pgp packet's key id.
20637
20638 * pgg-gpg.el (pgg-pgp-encrypt-region)
20639 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20640 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20641 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20642 argument to all these routines, so the passphrase can be managed
20643 externally and passed in to the system.
20644
20645 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20646 `notruncate' argument, so the passphrase cache can be used
20647 reliably with identifiers besides a pgp packet's key id.
20648
20649 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20650
20651 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20652 symmetric encryption.
20653 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20654 encrypted session key.
20655 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20656 message ask for the passphrase in a proper way.
20657
20658 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20659 New user commands for symmetric encryption.
20660
20661 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
20662
20663 * textmodes/conf-mode.el (conf-assignment-sign)
20664 (conf-assignment-regexp): Fix docstrings.
20665 (conf-mode-initialize): New function.
20666 (conf-mode): Remove optional args. Use delay-mode-hooks to
20667 recognize recursive calls.
20668 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20669 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20670 (conf-xdefaults-mode): Use define-derived-mode and
20671 conf-mode-initialize.
20672
20673 2005-10-29 Romain Francoise <romain@orebokech.com>
20674
20675 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20676
20677 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20678
20679 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20680 part of the decoded armor to find the key-identifier.
20681 (pgg-gpg-lookup-key-owner): New function to return the
20682 human-readable identifier of a key owner.
20683 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20684 key itself.
20685 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20686 the key value) if we have a key and can match it against a secret
20687 key. Also, added a note pointing out fact that the prompt only
20688 indicates the first matching key.
20689
20690 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20691 pgg-decrypt-region.
20692 (pgg-pending-timers): A new hash for tracking the passphrase cache
20693 timers, so that new ones supercede old ones.
20694 (pgg-add-passphrase-to-cache): Rename from
20695 `pgg-add-passphrase-cache' to reduce confusion (all callers
20696 changed). Modified to cancel old timers when new ones are added.
20697 (pgg-remove-passphrase-from-cache): Rename from
20698 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20699 changed). Modified to cancel old timers when their keys are
20700 removed from the cache.
20701 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20702 XEmacs, an indirection to delete-itimer.
20703 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20704 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20705 users can only check cache without risk of prompting. Correct bug in
20706 notruncate behavior.
20707 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20708 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20709 Add informative docstrings.
20710 (pgg-decrypt): Convey provided passphrase in subordinate call to
20711 pgg-decrypt-region.
20712
20713 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
20714
20715 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20716 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20717 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20718 `passphrase' argument, so the passphrase can be managed externally
20719 and then passed in to the system.
20720
20721 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20722 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20723 so the passphrase cache can be used reliably with identifiers
20724 besides a pgp packet's key id.
20725
20726 * pgg-gpg.el (pgg-pgp-encrypt-region)
20727 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20728 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20729 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20730 argument to all these routines, so the passphrase can be managed
20731 externally and passed in to the system.
20732
20733 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20734 `notruncate' argument, so the passphrase cache can be used
20735 reliably with identifiers besides a pgp packet's key id.
20736
20737 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20738
20739 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20740 symmetric encryption.
20741 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20742 encrypted session key.
20743 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20744 message ask for the passphrase in a proper way.
20745
20746 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20747 New user commands for symmetric encryption.
20748
20749 2005-10-28 Bill Wohler <wohler@newt.com>
20750
20751 * help-mode.el (help-url): New button type. Calls browse-url.
20752 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20753 Similar to Info nodes: URL `url'.
20754 (help-make-xrefs): Create help-url buttons for
20755 help-xref-url-regexp matches.
20756
20757 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
20758
20759 * tool-bar.el (tool-bar-add-item-from-menu)
20760 (tool-bar-local-item-from-menu): Fix doc strings.
20761
20762 2005-10-28 Romain Francoise <romain@orebokech.com>
20763
20764 * ldefs-boot.el: Update.
20765
20766 * subr.el (locate-library): Move from help-fns.el.
20767 * help-fns.el (locate-library): Move to subr.el.
20768
20769 2005-10-28 Richard M. Stallman <rms@gnu.org>
20770
20771 * net/tramp.el (tramp-completion-mode): defvar moved up.
20772
20773 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20774
20775 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20776
20777 * files.el (find-file-noselect): Use %d to format large file size.
20778
20779 * bindings.el (mode-line-format): Add %e.
20780
20781 * loadup.el ("facemenu"): Load unconditionally.
20782 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20783 ("x-dnd"): Load, when appropriate.
20784
20785 * startup.el (command-line): Call before-init-hook earlier.
20786 Warn about some bad characters in -u user name.
20787
20788 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20789 (flyspell-external-point-words): Error if misspelled word is not found.
20790 Set flyspell-large-region-beg at end of word.
20791
20792 2005-10-28 Andreas Schwab <schwab@suse.de>
20793
20794 * view.el (View-revert-buffer-scroll-page-forward):
20795 Use view-page-size-default.
20796
20797 2005-10-28 Juri Linkov <juri@jurta.org>
20798
20799 * international/quail.el (quail-get-current-str): Translate last
20800 raw character for deterministic input methods.
20801
20802 2005-10-27 Jay Belanger <belanger@truman.edu>
20803
20804 * calc/calc-ext.el: Add functions to autoloads.
20805 (math-identity-matrix-p, math-ident-row-p): New functions.
20806
20807 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20808 multiplication by an identity matrix; don't turn multiplication by
20809 an inverse matrix into division.
20810 (math-div-symbol-fancy): Replace division by matrices with
20811 multiplication by inverse.
20812
20813 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20814
20815 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20816 (calc-writeoutpower): New functions.
20817
20818 2005-10-27 Romain Francoise <romain@orebokech.com>
20819
20820 * replace.el (occur-engine): Include colon in mouse-face highlight.
20821
20822 * dired-x.el: Change Maintainer field.
20823
20824 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
20825
20826 * longlines.el (longlines-mode): Bind after-change-functions to
20827 nil during initial decoding and final encoding.
20828
20829 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20830
20831 * term.el (term-emulate-terminal, term-handle-colors-array)
20832 (term-handle-ansi-escape): Specify the terminfo capabilities
20833 implemented.
20834
20835 2005-10-26 Richard M. Stallman <rms@gnu.org>
20836
20837 * info.el (Info-fontify-node): Fix detection of sentence-break
20838 before *Note.
20839
20840 2005-10-26 Romain Francoise <romain@orebokech.com>
20841
20842 * smerge-mode.el: Add `tools' to file keywords.
20843
20844 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
20845
20846 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20847 when the fringe is not available.
20848
20849 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20850 (def-gdb-auto-update-trigger): Simplify construction.
20851 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20852 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20853 defined explicitly.
20854 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20855 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20856 defined explicitly.
20857 (gdb-info-locals-custom): Remove as it's a no-op.
20858
20859 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
20860
20861 * longlines.el (longlines-mode): Remove narrowing before
20862 performing the initial decoding or final encoding.
20863
20864 2005-10-25 Romain Francoise <romain@orebokech.com>
20865
20866 * emacs-lisp/find-func.el (find-library-name): Also strip
20867 extension if library name ends in .el, to take advantage of
20868 `find-library-suffixes'.
20869
20870 2005-10-25 Richard M. Stallman <rms@gnu.org>
20871
20872 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20873
20874 2005-10-25 Juri Linkov <juri@jurta.org>
20875
20876 * textmodes/texinfo.el (texinfo-mode): Change charset of one
20877 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20878
20879 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20882 (blackbox-redefine-key): Add argument `map'.
20883
20884 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20885 regions when moving the jit-lock-context-unfontify-pos boundary.
20886
20887 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20888
20889 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20890
20891 2005-10-25 Masatake YAMATO <jet@gyve.org>
20892
20893 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20894
20895 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20896
20897 * play/blackbox.el (blackbox-redefine-key): New function.
20898 (blackbox-mode-map): Use it to remap existing bindings for cursor
20899 motion instead of binding literal keys.
20900
20901 2005-10-25 Glenn Morris <rgm@gnu.org>
20902
20903 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20904 diary does not end in a newline. Do not assume a blank line at
20905 the start of the diary file.
20906
20907 2005-10-25 Kenichi Handa <handa@m17n.org>
20908
20909 * international/quail.el (quail-translate-key): If the input
20910 method is deterministic and failed to handle the last key, restart
20911 the key handling loop from an appropriate key.
20912
20913 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
20914
20915 * vc.el (vc-dired-mode): Extend comment for binding of
20916 `directory-listing-before-filename-regexp'.
20917
20918 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20919
20920 * textmodes/texinfo.el (texinfo-mode):
20921 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20922 not to unnecessarily expose emacs-mule's internal char codes.
20923
20924 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
20925
20926 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20927 Display hand pointer and help-echo on disabled icon too.
20928 (gdb-mouse-until): New function.
20929 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20930
20931 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
20932
20933 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20934 with 2005-10-23 change to doctor.el.
20935
20936 * finder.el (finder-mode-map): Add follow-link binding.
20937
20938 2005-10-25 Kim F. Storm <storm@cua.dk>
20939
20940 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20941 to gdb-mouse-toggle-breakpoint-fringe.
20942 (gdb-mouse-toggle-breakpoint-margin): Rename from
20943 gdb-mouse-toggle-breakpoint. Fix doc.
20944 (gdb-mouse-toggle-breakpoint-fringe): New defun.
20945 (gdb-put-string): Add optional SPROPS arg. Add props to string.
20946 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20947 string properties also for fringe breakpoint bitmaps.
20948
20949 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
20950
20951 * textmodes/org.el (org-start-icalendar-file): Fix format form.
20952
20953 2005-10-25 Masatake YAMATO <jet@gyve.org>
20954
20955 * simple.el (completion-common-substring):
20956 Use `completion-common-substring' prior to `completion-base-size'.
20957
20958 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
20959
20960 * savehist.el: Require CL while compiling.
20961 (savehist-history-variables): Remove.
20962 (savehist-save-minibuffer-history, savehist-additional-variables)
20963 (savehist-minibuffer-history-variables): New vars.
20964 (savehist-save): Use them.
20965 (savehist-uninstall, savehist-minibuffer-hook): New funs.
20966 (savehist-install): New fun, extracted from savehist-load.
20967 (savehist-load): Use them.
20968
20969 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20970
20971 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20972 a dummy doc-string-elt property.
20973 (defalias, defvaralias, define-category): Add a docstring property.
20974
20975 * image.el (defimage):
20976 * widget.el (define-widget):
20977 * custom.el (defface, defcustom): Add `doc-string' declaration.
20978
20979 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20980 (defadvice): Add `doc-string' declaration.
20981
20982 * emacs-lisp/byte-run.el (macro-declaration-function):
20983 Handle `doc-string' declarations.
20984 (define-obsolete-function-alias, define-obsolete-variable-alias):
20985 Add `doc-string' declaration.
20986
20987 2005-10-24 Kenichi Handa <handa@m17n.org>
20988
20989 * international/utf-7.el (utf-7): Add autoload cookie.
20990
20991 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20992
20993 2005-10-24 Eli Zaretskii <eliz@gnu.org>
20994
20995 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20996 list of directories passed to batch-update-autoloads. Add "." to
20997 the list of the echoed directories.
20998
20999 * pgg-def.el:
21000 * pgg-gpg.el:
21001 * pgg-parse.el:
21002 * pgg-pgp.el:
21003 * pgg-pgp5.el:
21004 * pgg.el: Moved here from the gnus subdirectory.
21005
21006 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21007
21008 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21009 in case comint-prompt-read-only is set to t.
21010
21011 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21012 in case comint-prompt-read-only is set to t.
21013
21014 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21015
21016 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21017 Now a string.
21018 (icalendar-import-format): Handle CLASS, STATUS, URL.
21019 Rename `subject' to `summary'.
21020 (icalendar-import-format-summary): Rename from
21021 `icalendar-import-format-subject'.
21022 (icalendar-import-format-url, icalendar-import-format-status)
21023 (icalendar-import-format-class): New variables.
21024 (icalendar--rris): Take variable argument list.
21025 (icalendar--datestring-to-isodate): Remove unnecessary
21026 calendar-style check when converting dates with explicit month names.
21027 (icalendar-export-region): Change return type of conversion
21028 subroutines. Bury current buffer unless error occurred.
21029 (icalendar--convert-to-ical)
21030 (icalendar--parse-summary-and-rest): New functions.
21031 (icalendar--convert-ordinary-to-ical)
21032 (icalendar--convert-weekly-to-ical)
21033 (icalendar--convert-yearly-to-ical)
21034 (icalendar--convert-block-to-ical)
21035 (icalendar--convert-cyclic-to-ical)
21036 (icalendar--convert-anniversary-to-ical): Change return type.
21037 Strip trailing blanks from subject.
21038 (icalendar--convert-sexp-to-ical): Change return type.
21039 Strip trailing blanks from subject. Handle simple sexp
21040 entries as generated by icalendar.el.
21041 (icalendar--convert-float-to-ical)
21042 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21043 (icalendar-import-file): Doc fix.
21044 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21045 Correct call to icalendar--rris.
21046 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21047 `summary'.
21048 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21049
21050 2005-10-24 Romain Francoise <romain@orebokech.com>
21051
21052 * server.el (server-sentinel): Set query-on-exit flag to nil on
21053 new client processes (it isn't inherited from the server process).
21054
21055 * replace.el (occur-engine): Rearrange text properties.
21056
21057 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21058
21059 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21060 case-fold-search is nil.
21061 (debug-help-follow): Use help-xref-interned directly.
21062
21063 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21064
21065 * thumbs.el (thumbs-image-type): Add .pbm.
21066
21067 2005-10-23 Richard M. Stallman <rms@gnu.org>
21068
21069 * faces.el (inhibit-face-set-after-frame-default): New variable.
21070 (set-face-attribute): Bind it.
21071 (face-set-after-frame-default): Test it.
21072
21073 * help-fns.el (describe-simplify-lib-file-name): New function.
21074 (describe-function-1, describe-variable): Use it.
21075
21076 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21077
21078 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21079 Eliminate nil as possible value.
21080 (tooltip-hide-delay): Reduce internal-border-width.
21081
21082 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21083 (menu-bar-file-menu) <new-file>: Likewise.
21084
21085 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21086
21087 * international/mule.el (load-with-code-conversion):
21088 Pass full file name to `eval-buffer' unless preloading.
21089
21090 * textmodes/flyspell.el (flyspell-large-region):
21091 Call ispell-check-version.
21092
21093 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21094 Fix the make-variable-buffer-local call that was supposed
21095 to be for this variable.
21096 (ispell-aspell-supports-utf8): Doc fix.
21097 (ispell-find-aspell-dictionaries): Preserve elements of
21098 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21099 (ispell-aspell-find-dictionary): Return nil on error.
21100
21101 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21102 (doctor-symptoms): Likewise.
21103
21104 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21105
21106 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21107
21108 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21109 (custom-raised-buttons): Add :set spec.
21110 (custom-button-unraised, custom-button-pressed-unraised):
21111 New faces, so that custom-raised-buttons actually does something.
21112 (custom-mode): Use custom-button and custom-button-pressed.
21113
21114 * wid-edit.el (widget-specify-button): Don't ignore
21115 widget-mouse-face on graphic terminals.
21116 (widget-move-and-invoke): Cleanup.
21117
21118 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21119
21120 * whitespace.el (whitespace-cleanup): Doc fix.
21121
21122 2005-10-23 Romain Francoise <romain@orebokech.com>
21123
21124 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21125 `eval-after-load' to avoid evaluating their result.
21126
21127 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21128
21129 * files.el (directory-listing-before-filename-regexp):
21130 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21131
21132 * dired.el (dired-move-to-filename-regexp): Remove.
21133 All occurrences replaced by `directory-listing-before-filename-regexp'.
21134
21135 * dired-x.el, locate.el, vc.el:
21136 Replace `dired-move-to-filename-regexp' by
21137 `directory-listing-before-filename-regexp'. In vc.el it is
21138 overwritten locally; maybe this can be handled in files.el too.
21139
21140 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21141 replaced by `directory-listing-before-filename-regexp'.
21142
21143 2005-10-23 Andreas Schwab <schwab@suse.de>
21144
21145 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21146 and eval-next-after-load.
21147
21148 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21149
21150 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21151 exist, create it.
21152
21153 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21154
21155 * allout.el: Remove autoloads for mailcrypt and crypt++.
21156 Require pgg, pgg-gpg during compilation.
21157 (allout-version): Increment version number to 2.1, and use a literal
21158 rather than RCS Id.
21159 (allout-default-encryption-scheme): Remove.
21160 (allout-passphrase-verifier-handling)
21161 (allout-passphrase-verifier-string)
21162 (allout-file-passphrase-verifier-string)
21163 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21164 (allout-passphrase-hint-handling): Rename and simplify.
21165 (allout-init): Use `find-file-hook' if available, otherwise
21166 `find-file-hooks'.
21167 (allout-mode): Use `write-file-functions' if available, otherwise
21168 `local-write-file-hooks' and, instead of making auto-save-hook
21169 buffer local, make the write-file-hook activity contingent to
21170 allout-mode.
21171 (allout-mode): Use key-binding substitution in the docstring.
21172 (allout-kill-line): Spell-out kill ring data structure mutation
21173 instead of using byte-compiler-complaint-provoking `pop'.
21174 (allout-insert-listified): Use `insert' rather than `insert-string'
21175 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21176 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21177 (allout-encrypt-string): Totally revamped vis new underlying
21178 encryption facilities.
21179 (allout-mc-activate-passwd): Remove.
21180 (allout-obtain-passphrase): New, more or less replaces
21181 allout-mc-activate-passwd.
21182 (allout-encrypted-key-info): More or less replaces
21183 allout-encrypted-text-type.
21184 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21185 (my-mark-marker): Use `(featurep 'xemacs)'.
21186
21187 2005-10-23 Lars Hansen <larsh@soem.dk>
21188
21189 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21190 (byte-compile-file-form-defmumble, byte-compile-defun)
21191 (byte-compile-defmacro): Use it.
21192 (byte-compile-form): Don't call byte-compile-set-symbol-position
21193 when a byte-compile handler is called.
21194
21195 2005-10-22 Romain Francoise <romain@orebokech.com>
21196
21197 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21198
21199 * subr.el (eval-after-load): Convert library name to an absolute
21200 file name using locate-library, since load-history no longer has
21201 library names in it.
21202
21203 2005-10-22 Richard M. Stallman <rms@gnu.org>
21204
21205 * files.el (make-temp-file): Move from subr.el.
21206 * subr.el (make-temp-file): Move to files.el.
21207
21208 * window.el (get-buffer-window-list): Move from subr.el.
21209 * subr.el (get-buffer-window-list): Move to window.el.
21210
21211 * image.el (image-load-path): Use eval-at-startup to initialize.
21212
21213 * subr.el (eval-at-startup): New macro.
21214
21215 * subr.el: Much rearrangement of functions and division
21216 into pages. No code changes.
21217
21218 2005-10-22 Kenichi Handa <handa@m17n.org>
21219
21220 * tar-mode.el (tar-extract): Be sure to call
21221 find-operation-coding-system if set-auto-coding doesn't find a
21222 coding system.
21223
21224 2005-10-22 Kim F. Storm <storm@cua.dk>
21225
21226 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21227 Change users.
21228 (image-type-file-name-regexps): New defconst.
21229 (image-type-from-data): Simplify loop.
21230 (image-type-from-buffer): New defun.
21231 (image-type-from-file-header): Use it instead of image-type-from-data.
21232 Use image-search-load-path instead of only looking in data-directory.
21233 (image-type-from-file-name): New defun.
21234 (image-search-load-path): Change `pathname' to `filename'.
21235 Make PATH arg optional, default to image-load-path.
21236
21237 2005-10-21 Richard M. Stallman <rms@gnu.org>
21238
21239 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21240
21241 * textmodes/paragraphs.el (sentence-end-base): New variable.
21242 (sentence-end): Use sentence-end-base.
21243
21244 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21247 property independently from the font-lock-multiline variable.
21248
21249 2005-10-21 Richard M. Stallman <rms@gnu.org>
21250
21251 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21252
21253 * startup.el (command-line): Convert library names
21254 in `load-history' to absolute file names.
21255
21256 * subr.el (symbol-file): Doc fix.
21257
21258 * loadhist.el (file-loadhist-lookup): Call locate-library
21259 instead of find-library-name. Don't try converting
21260 abs file names to library names, since load-history no longer
21261 has library names in it.
21262 (file-dependents, file-provides, file-requires): Doc fixes.
21263
21264 2005-10-21 Juri Linkov <juri@jurta.org>
21265
21266 * progmodes/etags.el (tags-table-mode): New function.
21267 (tags-verify-table): Replace initialize-new-tags-table with
21268 tags-table-mode.
21269
21270 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21271 default value.
21272 (desktop-modes-not-to-save): Add tags-table-mode to the
21273 default value.
21274
21275 * info.el (Info-index-next): Add total number of index
21276 alternatives to the message.
21277
21278 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21279 backward only space (instead of space and period) before looking
21280 at sentence end.
21281
21282 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21283 Add the old variable value as 4th default-value arg of read-string.
21284
21285 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21286
21287 * cus-face.el (custom-declare-face): Make face from X resources
21288 also on Mac.
21289
21290 * disp-table.el (standard-display-g1, standard-display-graphic):
21291 Refuse to use string glyphs also on Mac.
21292 (standard-display-european): Don't set terminal coding system also
21293 on Mac.
21294
21295 * frame.el (display-screens): Use x-display-screens also on Mac.
21296
21297 2005-10-21 Romain Francoise <romain@orebokech.com>
21298
21299 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21300
21301 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21302
21303 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21304 and $? into sexps.
21305
21306 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21307 warning face on open-paren-in-column-0.
21308
21309 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21310 boundary case. Fix typo.
21311 Suggested by Martin Rudalics <rudalics@gmx.at>.
21312
21313 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21314
21315 * textmodes/org.el (org-combined-agenda-icalendar-file)
21316 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21317 (org-export-icalendar-this-file)
21318 (org-export-icalendar-all-agenda-files)
21319 (org-export-icalendar-combine-agenda-files): New commands.
21320 (org-export-icalendar, org-print-icalendar-entries)
21321 (org-start-icalendar-file, org-finish-icalendar-file)
21322 (org-ical-ts-to-string): New functions.
21323 (org-read-date, org-goto-calendar)
21324 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21325 call to `calendar'.
21326 (orgtbl-setup): Remove the :keys arguments from the menu description.
21327 (org-after-save-iCalendar-file-hook): New variable.
21328
21329 2005-10-21 Kenichi Handa <handa@m17n.org>
21330
21331 * language/vietnamese.el (tcvn-5712): Make it an alias of
21332 vietnamese-tcvn coding-system.
21333
21334 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
21335
21336 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21337 group id is given.
21338
21339 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21340
21341 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21342 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21343 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21344 whose line is either continued or ends with a comment.
21345
21346 2005-10-20 Romain Francoise <romain@orebokech.com>
21347
21348 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21349
21350 * replace.el (occur-engine): Add follow-link property.
21351
21352 * font-core.el (font-lock-mode): Doc fix.
21353
21354 2005-10-20 Richard M. Stallman <rms@gnu.org>
21355
21356 * net/rcirc.el: New file.
21357
21358 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
21359
21360 * term.el (term-term-name): Initialize to "eterm-color".
21361
21362 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
21363
21364 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21365 for encryption functionality.
21366 Move allout customization subgroup from `editing' to `outlines' group.
21367 Fix commentary keywords to legitimate ones.
21368 Update author info (using my current email address, obscurified).
21369 (allout-encrypt-string, allout-encryption-produce-work-buffer)
21370 (allout-encrypted-topic-p, allout-encrypted-text-type)
21371 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21372 (allout-situate-encryption-key-verifier)
21373 (allout-get-encryption-key-verifier, allout-verify-key)
21374 (allout-next-topic-pending-encryption)
21375 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21376 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21377 (outline-key-verifier-handling, outline-key-hint-handling)
21378 (outline-encrypt-unencrypted-on-saves): New defcustoms.
21379 (allout-file-key-verifier-string, allout-encryption-scheme)
21380 (allout-key-verifier-string, allout-key-hint-string)
21381 (allout-after-save-decrypt): New variables.
21382 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21383 (allout-after-saves-handler): New hook functions.
21384 (allout-post-command-business): Do allout-after-save-decrypt.
21385 (allout-enable-file-variable-adjustment): Custom var to enable
21386 mechanism for adding and adjusting settings of Emacs file variables.
21387 (allout-adjust-file-variable, allout-file-vars-section-data):
21388 New functions, implement the mechanism.
21389 (outlineify-sticky): Use the file vars mechanism.
21390 (allout-inhibit-protection, allout-during-write-cue)
21391 (allout-override-protect, allout-before-change-protect): Remove.
21392 (allout-flag-region, allout-open-topic): Adjust read-only text.
21393 (allout-open-line-not-read-only): Add to facilitate read-only
21394 text based protection.
21395 (allout-kill-line): Revise to adjust read-only text, clue the
21396 user about the inhibition.
21397 (allout-unprotected): Use unwind-protect.
21398 (allout-shift-in, allout-shift-out): Disallow manually shifting a
21399 topic deeper than the offspring depth of the previous topic -
21400 avoiding confusing "containment discontinuities".
21401 (allout-reindent-bodies): Fix retention of body relative hanging
21402 indent during promotion of collapsed bodies.
21403 (allout-open-topic): Make it easy to open new topic with same
21404 bullet as current topic - topic creation functions provided with
21405 any universal argument provokes now prompt for bullet, defaulting
21406 to the bullet of the previous topic.
21407 (allout-plain-bullets-string, allout-distinctive-bullets-string):
21408 Plain bullet alternates `.' period and `,' comma only. All other
21409 bullets are relegated to special status (but customizable).
21410 (allout-end-of-entry): Rename from allout-end-of-current-entry
21411 since it actually operates w.r.t. most immediately containing
21412 entry, visible or not.
21413 (allout-hide-current-entry, allout-show-current-entry): Use the
21414 revised version.
21415 (allout-old-expose-topic): Solidify deprecation.
21416 (allout-end-of-subtree): Add so we can span concealed as well
21417 as visible topics.
21418 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21419 (allout-end-of-current-heading): Tweak to just respect the first line.
21420 (allout-get-body-text): Add.
21421 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21422 when invoked interactively.
21423 (allout-up-current-level): Use `interactive-p'.
21424 (allout-mode, allout-init): Miscellaneous docstring and
21425 operational refinements, as well as hookups of new encryption stuff.
21426 (allout-beginning-of-current-entry): Now works as advertised.
21427 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21428 (allout-isearch-rectification): Refine condition for isearching.
21429 (allout-isearch-abort, allout-enwrap-isearch)
21430 (allout-flag-region, my-region-active-p): Relocate some macros.
21431 (allout-title): Fallback title is (buffer-name), not
21432 non-existing (current-buffer-name).
21433 (subst-char-in-string): Define if absent (for some XEmacs versions).
21434
21435 2005-10-20 Jari Aalto <jari.aalto@cante.net>
21436
21437 * mail/sendmail.el (mail-setup-hook, mail-aliases)
21438 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21439 (mail-citation-prefix-regexp, mail-signature-file)
21440 (mail-default-headers, mail-bury-selects-summary)
21441 (mail-send-nonascii): Add autoload cookies.
21442
21443 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21444
21445 * frame.el (blink-cursor-mode): Add `mac' to the list of
21446 window-system's that support blinking cursor.
21447
21448 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
21449
21450 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21451
21452 2005-10-20 Eli Zaretskii <eliz@gnu.org>
21453
21454 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21455 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21456 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21457
21458 2005-10-20 Kim F. Storm <storm@cua.dk>
21459
21460 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21461 (ido-set-current-directory): Don't add / after final @.
21462 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21463 Explicitly handle ange-ftp completion oddities.
21464 (ido-make-file-list): Don't rotate list at tramp root to avoid
21465 triggering tramp file handler for expand-file-name via get-file-buffer.
21466
21467 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
21468
21469 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21470
21471 2005-10-19 Jay Belanger <belanger@truman.edu>
21472
21473 * calc/calc-units.el (math-standard-units): Add units, adjust
21474 symbols and update values.
21475 (math-unit-prefixes): Add more prefixes.
21476
21477 2005-10-19 Romain Francoise <romain@orebokech.com>
21478
21479 * bookmark.el (bookmark-menu-heading): New face.
21480 (bookmark-bmenu-list): Use it.
21481 Don't fiddle with `baud-rate' at top-level.
21482
21483 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
21484
21485 * image.el (create-image, find-image): Mention max-image-size in
21486 docstring.
21487
21488 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21489
21490 * savehist.el (savehist-load): Revert to checking XEmacs.
21491
21492 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21493 Various docstring and line-width fixups.
21494 (conf-mode): Use cond.
21495 Set font-lock-defaults. Don't set comment-use-syntax.
21496
21497 2005-10-18 David Ponce <david@dponce.com>
21498
21499 * tree-widget.el (tree-widget-button-click): New function.
21500 (tree-widget-button-keymap): Use it.
21501
21502 2005-10-18 Romain Francoise <romain@orebokech.com>
21503
21504 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21505 (bookmark-bmenu-hide-filenames): Add follow-link property.
21506 Improve help-echo text.
21507
21508 * ffap.el (find-file-at-point): Doc fix.
21509
21510 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21511
21512 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21513
21514 2005-10-18 Masatake YAMATO <jet@gyve.org>
21515
21516 Install to the CVS repository what I forgot to install in my
21517 2005-10-16 changes.
21518
21519 * progmodes/python.el (python-complete-symbol): Pass the common
21520 prefix substring of completion to `display-completion-list'.
21521
21522 * textmodes/org.el (org-complete): Ditto.
21523
21524 2005-10-18 Masatake YAMATO <jet@gyve.org>
21525
21526 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21527
21528 * woman.el (WoMan-xref-man-page): New button type derived
21529 from `Man-abstract-xref-man-page'.
21530 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21531
21532 * man.el (Man-abstract-xref-man-page): New button type.
21533 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21534 (Man-highlight-references): Add new optional argument `xref-man-type'.
21535
21536 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21537
21538 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21539
21540 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
21541
21542 * cus-edit.el (Custom-move-and-invoke): Delete.
21543 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21544
21545 * wid-edit.el (widget-move-and-invoke): New function, from
21546 Custom-move-and-invoke.
21547
21548 2005-10-17 Bill Wohler <wohler@newt.com>
21549
21550 Move all remaining images from lisp/toolbar to etc/images, move
21551 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
21552 the low resolution images in their own directory (low-color).
21553
21554 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21555 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21556 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21557 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21558 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21559 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21560 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21561
21562 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21563 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21564 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21565 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21566 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21567 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21568 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21569 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21570 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21571 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21572 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21573 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21574 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21575 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21576 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21577
21578 To conform with convention, replace the underscore (_) in the
21579 following image names with dash (-) or (/) as appropriate.
21580
21581 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21582 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21583 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21584 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21585 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21586 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21587 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21588 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21589 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21590 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21591 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21592 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21593 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21594 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21595 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21596
21597 * info.el (info-tool-bar-map): Replace underscores in image names
21598 with dashes.
21599
21600 * makefile.w32-in (WINS): Remove toolbar.
21601
21602 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21603
21604 * tool-bar.el: Move to lisp from toolbar. Now that
21605 toolbar is empty, it should be deleted when folks run "cvs up -P".
21606
21607 2005-10-18 Jay Belanger <belanger@truman.edu>
21608
21609 * calc/calc-store.el (calc-store-into): Get the proper variable name
21610 to display in message.
21611
21612 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21613
21614 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21615 expressions display in speedbar for all buffers when debugging.
21616 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21617
21618 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21619 (speedbar-insert-button, speedbar-make-button):
21620 Use add-text-properties.
21621 (speedbar-update-localized-contents)
21622 (speedbar-update-directory-contents)
21623 (speedbar-update-special-contents): Use dolist.
21624 (speedbar-buffer-easymenu-definition): Add a menu separator.
21625
21626 2005-10-17 Jason Rumney <jasonr@gnu.org>
21627
21628 * makefile.w32-in: Use $(lisp) consistently.
21629 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21630 for shell specific generation of mh-autoloads.
21631
21632 2005-10-17 Richard M. Stallman <rms@gnu.org>
21633
21634 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21635
21636 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * jit-lock.el (jit-lock-fontify-now):
21639 Move jit-lock-context-unfontify-pos to avoid wasted work.
21640
21641 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
21642
21643 * net/tramp.el (tramp-completion-mode): New defvar. Used in
21644 `tramp-completion-mode' for checking if we are in completion mode.
21645 (tramp-completion-handle-file-name-all-completions): Reorder code
21646 in order to complete for file names only in case there are no
21647 method/user/host completions. This is necessary for cooperation
21648 with ido. Reported by Kim F. Storm <storm@cua.dk>.
21649
21650 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
21651
21652 * longlines.el (longlines-search-forward)
21653 (longlines-search-backward): Match any number of spaces.
21654
21655 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
21656
21657 * diff-mode.el (diff-mode): Doc fix.
21658
21659 2005-10-16 David Reitter <david.reitter@gmail.com>
21660
21661 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21662 as default on darwin and windows systems.
21663
21664 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
21665
21666 * arc-mode.el (archive-zip-extract): Doc fix.
21667
21668 2005-10-16 Romain Francoise <romain@orebokech.com>
21669
21670 * mouse.el (mouse-1-click-follows-link): Doc fix.
21671
21672 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21673
21674 * savehist.el: Don't require CL at runtime.
21675 (savehist-xemacs): Remove.
21676 (savehist-coding-system): Use utf-8 if present, regardless of religion.
21677 (savehist-no-conversion): Use (featurep 'xemacs).
21678 (savehist-load): Check existence of start-itimer rather than XEmacs.
21679 Use an idle timer.
21680 (savehist-process-for-saving): Replace use of CL funs `subseq' and
21681 `delete-if-not'.
21682
21683 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
21684
21685 * savehist.el: Newer version.
21686 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21687 (savehist-last-checksum, savehist-no-conversion): New vars.
21688 (savehist-autosave, savehist-process-for-saving, savehist-printable):
21689 New functions.
21690 (savehist-load, savehist-save): Use them.
21691 (savehist-delimit): Remove.
21692
21693 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21694
21695 * progmodes/compile.el (compilation-goto-locus): Display the
21696 compilation buffer first and the source buffer second, in case they're
21697 in overlapping frames. Don't raise the compilation frame if it was the
21698 selected window upon entry. Pass the `other-window' arg to
21699 pop-to-buffer.
21700
21701 * info.el (Info-fontify-node): Use dolist.
21702 Change add-text-properties to put-text-property.
21703
21704 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21705
21706 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21707 bound of search.
21708
21709 2005-10-16 Masatake YAMATO <jet@gyve.org>
21710
21711 * dabbrev.el (dabbrev-completion): Pass the common
21712 prefix substring of completion to `display-completion-list'.
21713
21714 * filecache.el (file-cache-minibuffer-complete)
21715 (file-cache-complete): Ditto.
21716
21717 * tempo.el (tempo-display-completions): Ditto.
21718
21719 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21720
21721 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21722
21723 * eshell/em-hist.el (eshell-list-history): Ditto.
21724
21725 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21726
21727 * mail/mailalias.el (mail-complete): Ditto.
21728
21729 * progmodes/etags.el (complete-tag): Ditto.
21730
21731 * progmodes/make-mode.el (makefile-complete): Ditto.
21732
21733 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21734
21735 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21736
21737 * progmodes/pascal.el (pascal-complete-word)
21738 (pascal-show-completions): Ditto.
21739
21740 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21741
21742 * simple.el (completion-common-substring): New variable.
21743 (completion-setup-function): Use `completion-common-substring'
21744 to put faces.
21745
21746 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21747
21748 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21749 (x-get-selection, mac-select-convert-to-string): Convert from/to
21750 UTF-16 clipboard data as in native byte order, no BOM.
21751
21752 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
21753
21754 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21755 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21756 (gud-sentinel): Use speedbar-frame to check for speedbar.
21757
21758 2005-10-15 Richard M. Stallman <rms@gnu.org>
21759
21760 * savehist.el: New file.
21761
21762 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
21763
21764 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21765 Fix bug in \bf fontification.
21766
21767 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
21768
21769 * pcvs.el (cvs-edit-log-files): New var.
21770 (cvs-mode-edit-log): New arg `file'.
21771 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21772 Instead force the use of the original file and nothing else.
21773 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21774 the cvs-minor-wrap-function is set.
21775 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21776
21777 2005-10-14 Bill Wohler <wohler@newt.com>
21778
21779 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21780 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21781 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21782 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21783 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21784 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21785 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21786 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21787 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21788 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21789 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21790 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21791 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21792 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21793 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21794
21795 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21796 appropriately (for example, gud-break to gud/break).
21797
21798 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
21799
21800 * longlines.el (longlinges-search-function)
21801 (longlines-search-forward, longlines-search-backward): New functions.
21802 (longlines-mode): Set isearch-search-fun-function to
21803 longlinges-search-function.
21804
21805 * mouse.el (mouse-drag-region-1): Handle the case where a
21806 double-click event is bound to an arbitrary function.
21807
21808 2005-10-14 David Ponce <david@dponce.com>
21809
21810 * recentf.el (recentf-track-opened-file)
21811 (recentf-track-closed-file, recentf-update-menu)
21812 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21813 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21814 mouse-1-click-follows-link.
21815
21816 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21817
21818 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21819 Gnome file-manager.png. Suggested by
21820 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21821
21822 * toolbar/README: Add diropen.xpm.
21823
21824 2005-10-13 Bill Wohler <wohler@newt.com>
21825
21826 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21827 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
21828
21829 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
21830
21831 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21832 Don't waste the byte-compiler's time on constant data.
21833
21834 2005-10-13 Kenichi Handa <handa@m17n.org>
21835
21836 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21837 byte with `escape-glyph' face.
21838
21839 * international/fontset.el (ccl-encode-unicode-font):
21840 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21841 Handle the case that ucs-mule-to-mule-unicode translates a character to
21842 ASCII (usually for IPA characters).
21843
21844 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21845
21846 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21847 Don't hide the underline of titles if font-lock-mode is disabled.
21848
21849 2005-10-12 Bill Wohler <wohler@newt.com>
21850
21851 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
21852 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21853 files in MH-E-SRC have been updated.
21854 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21855
21856 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21857
21858 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21859 (mixal-mode-syntax-table): Add \n as end-comment.
21860 (mixal-operation-codes-alist): Immediately initialize to full value.
21861 (mixal-add-operation-code): Remove.
21862 (mixal-describe-operation-code): Make the arg non-optional.
21863 Use the interactive spec instead.
21864 Use mixal-operation-codes-alist rather than mixal-operation-codes.
21865 (mixal-font-lock-keywords): Don't highlight comments here any more.
21866 (mixal-font-lock-syntactic-keywords): New var.
21867 (mixal-mode): Use it. Fix comment-start-skip.
21868
21869 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21870
21871 * startup.el (command-line-x-option-alist): -nb => -nbi.
21872
21873 2005-10-12 Kim F. Storm <storm@cua.dk>
21874
21875 * startup.el (fancy-splash-default-action): Discard mouse click in
21876 the splash screen window, as it has no sensible meaning in the
21877 next window to be selected. Fixes error reported by Jan D.
21878
21879 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21880
21881 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21882
21883 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21884
21885 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21886 Try to fix up minor layout issues like indentation, line break, etc...
21887 (mixal-mode-syntax-table): Don't try to specify comment syntax,
21888 because it doesn't work.
21889 (mixal-operation-codes): Add some more codes.
21890 (mixal-font-lock-keywords): Process comments here.
21891 (mixal-mode): mixasm no longer needs -g option.
21892
21893 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
21894
21895 * progmodes/sh-script.el (sh-tmp-file):
21896 Use mktemp -t. Finish support for es and rc shells.
21897
21898 2005-10-11 Jay Belanger <belanger@truman.edu>
21899
21900 * calc/calcalg2.el (calc-integral): With an argument, compute the
21901 definite integral.
21902
21903 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
21904
21905 * mouse.el (mouse-drag-region-1): Don't try to catch a
21906 double-click when doing follow-link (it's overridden anyway).
21907
21908 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
21909
21910 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21911 (autoload-print-form-outbuf): Add docstring.
21912
21913 2005-10-11 Juri Linkov <juri@jurta.org>
21914
21915 * info.el (Info-mode-menu): Delete menu item "Edit".
21916 (Info-mode): Delete description of Info-edit from docstring,
21917 and rearrange descriptions of Info commands in the order
21918 they are documented in the Info manual.
21919
21920 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21921
21922 * calendar/appt.el (appt-check): Use diary-selective-display var.
21923
21924 2005-10-10 Richard M. Stallman <rms@gnu.org>
21925
21926 * net/newsticker.el (newsticker-start, newsticker-show-news):
21927 Add autoload cookies.
21928
21929 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
21930
21931 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21932
21933 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
21934
21935 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21936
21937 2005-10-10 Jay Belanger <belanger@truman.edu>
21938
21939 * calc/calc-arith.el (math-check-known-scalarp)
21940 (math-check-known-matrixp): Check the values of arguments that are
21941 variables.
21942 (math-check-known-square-matrixp): New function.
21943 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21944 (math-super-types): Add sqmatrix type.
21945
21946 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21947 mode name `square' to `sqmatrix'.
21948
21949 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21950 mode name `square' to `sqmatrix'.
21951
21952 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21953
21954 * progmodes/etags.el (select-tags-table-mode): Don't use
21955 selective-display.
21956 (tags-select-tags-table): Pass `button' to the action function.
21957 (select-tags-table): Place the side-info on button properties rather
21958 than in hidden text. Abbreviate file names.
21959 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21960 (select-tags-table-select): Add `button' argument.
21961 Get side-info from the button property rather than from hidden text.
21962
21963 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
21964
21965 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21966 (gud-speedbar-buttons): Preserve point if possible.
21967 (gud-sentinel): Restore previous speedbar display type.
21968
21969 * progmodes/gdb-ui.el (gdba): Improve diagram.
21970 (def-gdb-auto-update-handler, gdb-info-locals-handler)
21971 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21972 Call get-buffer-window once.
21973
21974 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21975
21976 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21977 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21978 (pascal-indent-command): Remove unused var `ind'.
21979 (pascal-indent-case): Remove unused var `oldpos'.
21980 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21981 since it's now used as a proper minor mode map.
21982 (pascal-outline): Rename to pascal-outline-mode.
21983 (pascal-outline-mode): Use define-minor-mode.
21984 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21985 selective-display.
21986
21987 2005-10-10 Andreas Schwab <schwab@suse.de>
21988
21989 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21990 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
21991
21992 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21993 outside source directory.
21994
21995 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
21996
21997 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21998 C-x' as a prefix.
21999 (orgtbl-mode-map): Full keymap instead of sparse, because all
22000 `self-insert-command' keys are redefined in this map.
22001 (org-export-as-html): Specify charset for HTML file, by taking it
22002 from the coding system.
22003
22004 2005-10-10 Kenichi Handa <handa@m17n.org>
22005
22006 * textmodes/flyspell.el (flyspell-check-word-p):
22007 If unread-command-events is non-empty, don't call sit-for.
22008
22009 2005-10-09 Richard M. Stallman <rms@gnu.org>
22010
22011 * font-lock.el (font-lock-syntactic-keywords)
22012 (font-lock-keywords): Doc fixes.
22013
22014 * textmodes/flyspell.el (flyspell-external-point-words):
22015 Simplify logic, and don't try to check for consecutive appearances
22016 of one incorrect word.
22017
22018 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22019
22020 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22021 separator.
22022
22023 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22024 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22025 (gud-expansion-speedbar-buttons): New function.
22026 (gud-speedbar-buttons): Check for gud-comint-buffer.
22027
22028 2005-10-09 Bill Wohler <wohler@newt.com>
22029
22030 * Makefile.in (updates): Add mh-loaddefs dependency.
22031
22032 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22033
22034 * speedbar.el (speedbar-file-key-map): Fix typo.
22035
22036 2005-10-09 Daniel Brockman <daniel@brockman.se>
22037
22038 * cus-start.el (line-spacing): Add custom spec.
22039
22040 2005-10-09 Romain Francoise <romain@orebokech.com>
22041
22042 * textmodes/ispell.el (ispell-check-version): Fix last change.
22043
22044 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22045
22046 * term/x-win.el: Remove -i, --icon-type from comment.
22047
22048 * startup.el (command-line-x-option-alist): Remove options -i,
22049 -itype, --icon-type, added -nb, --no-bitmap-icon.
22050
22051 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22052
22053 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22054 instead of :active.
22055
22056 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22057
22058 * textmodes/ispell.el (ispell-check-version):
22059 Ignore hyphen, and all that follows, in aspell's version text.
22060
22061 2005-10-08 Jay Belanger <belanger@truman.edu>
22062
22063 * calc/calc-arith.el (math-known-square-matrixp): New function.
22064 (math-pow-fancy): Check for matrices before distributing exponent
22065 across products.
22066
22067 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22068 fullscreen keypad. Suggested by Luc Teirlinck.
22069 (calc-keypad-show-input): Add space for formatting.
22070
22071 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22072 Add square matrix option.
22073
22074 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22075 of checking calc-matrix-mode when deciding how to expand.
22076
22077 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22078
22079 2005-10-08 Lars Hansen <larsh@soem.dk>
22080
22081 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22082 Add error handling.
22083 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22084
22085 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22086
22087 Sync with Tramp 2.0.51.
22088
22089 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22090 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22091 Insert special handling for `last-coding-system-used', again
22092 it still seems to be necessary (unlike stated before).
22093 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22094 (tramp-password-prompt-regexp): There might be other words before
22095 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22096 (tramp-chunksize): Improve docstring.
22097 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22098 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22099 Christian Joergensen <bugs@razor.dk>.
22100
22101 2005-10-07 Glenn Morris <rgm@gnu.org>
22102
22103 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22104 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22105 precision'.
22106
22107 2005-10-07 Romain Francoise <romain@orebokech.com>
22108
22109 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22110 (ibuffer-do-shell-command-pipe-replace)
22111 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22112 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22113 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22114 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22115 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22116 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22117 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22118 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22119 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22120 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22121 Autoload file sans suffix.
22122
22123 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22124
22125 2005-10-07 David Ponce <david@dponce.com>
22126
22127 * recentf.el (recentf-menu-open-all-flag): New option.
22128 (recentf-digit-shortcut-command-name): New function.
22129 (recentf--shortcuts-keymap): New variable.
22130 (recentf-menu-shortcuts): New variable.
22131 (recentf-make-menu-items): Initialize it. Replace the "More..."
22132 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22133 (recentf-menu-value-shortcut): New function.
22134 (recentf-make-menu-item): Use it. No more in-lined.
22135 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22136 (recentf-open-most-recent-file): Rename from
22137 `recentf-open-file-with-key'. Don't depend on key binding.
22138 (recentf-mode-map): New variable.
22139 (recentf-mode): Use it.
22140
22141 2005-10-06 Bill Wohler <wohler@newt.com>
22142
22143 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22144
22145 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22146 (MH-E-SRC): New. Used by mh-autoloads.
22147 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22148 files in MH-E-SRC have been updated.
22149 (compile, recompile, bootstrap): Depend on mh-autoloads.
22150
22151 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22152
22153 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22154 gud-break and gud-remove icons when the fringe is not available.
22155
22156 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22157 Typo.
22158
22159 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22160
22161 * play/zone.el (zone): Wrap body with save-window-excursion.
22162
22163 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22164
22165 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22166 Use the new `list-only' arg to diary-list-entries.
22167
22168 * calendar/diary-lib.el: Use overlays rather than selective-display.
22169 (diary-selective-display): New var.
22170 (diary-header-line-format): Use it.
22171 (diary-list-entries): Add argument `list-only'.
22172 Put the buffer in diary-mode. Don't add \^M at beg and end.
22173 Replace \^M by invisible overlays.
22174 (diary-unhide-everything): Replace \^M by invisible overlays.
22175 (print-diary-entries): Look for overlays rather than \^M.
22176 Add a space to the temp buffer name.
22177 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22178 Put the buffer in diary-mode.
22179 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22180 (diary-anniversary): Make the year arg optional.
22181 (diary-time-regexp): New const.
22182 (diary-font-lock-keywords): Use it to accept a few more time formats.
22183
22184 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22185
22186 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22187
22188 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22189 Fix bug introduced 2005-07-03: Use (car (last ...))
22190 to faithfully reproduce replaced artist-last.
22191 (artist-set-arrow-points-for-poly): Likewise.
22192 Suggested by Johan Bockg\e,Ae\e(Brd.
22193
22194 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22195
22196 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22197 * wid-edit.el (widget):
22198 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22199 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22200
22201 2005-10-06 Kenichi Handa <handa@m17n.org>
22202
22203 * international/mule-cmds.el (set-language-environment):
22204 Fix setting up of case-table for unibyte mode.
22205
22206 * simple.el (what-cursor-position): If the character is displayed
22207 by some `display' text property, show that. Don't use
22208 single-key-description for eight-bit characters in multibyte mode.
22209
22210 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22211
22212 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22213 (gdb-ann3): Set it.
22214 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22215 (gdb-info-frames-custom): Use inverse-video for first five
22216 characters of selected frame only.
22217 (gdb-get-frame-number): Select frame even when point is on frame
22218 number.
22219
22220 2005-10-06 Masatake YAMATO <jet@gyve.org>
22221
22222 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22223 Put `font-lock-function-name-face'.
22224 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22225 and `font-lock-variable-name-face'
22226 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22227 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22228 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22229 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22230 (gdb-local-font-lock-keywords): New font lock keywords definition.
22231 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22232 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22233 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22234
22235 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22236
22237 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22238 (ediff-merge-region-is-non-clash-to-skip): Previously called
22239 ediff-merge-region-is-non-clash.
22240
22241 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22242 Use insert-buffer-substring.
22243
22244 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22245 selecting files to patch. Also bug fixes.
22246
22247 * ediff-util.el (ediff-setup): Bug fix.
22248 (ediff-next-difference): Never skip clashes that differ in white
22249 space only.
22250
22251 * ediff-wind.el (ediff-setup-control-frame)
22252 (ediff-destroy-control-frame): Check the menubar feature.
22253
22254 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22255 (viper-refresh-mode-line): Use make-local-variable to localize
22256 some vars instead of make-variable-buffer-local. Suggested by
22257 Stefan Monnier.
22258
22259 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22260 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22261 Use make-local-variable instead of make-variable-buffer-local.
22262 Suggested by Stefan Monnier.
22263
22264 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22265 (viper-comint-mode-hook): Use make-local-variable on
22266 require-final-newline.
22267 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22268
22269 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22270
22271 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22272 also the second char of a comment-start sequence.
22273 (scheme-sexp-comment-syntax-table): New var.
22274 (lambda, define): Set their scheme-doc-string-elt property.
22275 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22276 Use lisp-font-lock-syntactic-face-function now that it properly
22277 handles |...| symbols.
22278 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22279 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22280
22281 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22282 bit from # to |.
22283 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22284
22285 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22286 (lisp-doc-string-elt-property): New var.
22287 (lisp-font-lock-syntactic-face-function): Use it.
22288 Rewrite to recognize docstrings even for forms not at toplevel.
22289
22290 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22291 annotation on the | part of #| rather than on the # part.
22292 (scheme-font-lock-syntactic-face-function): New function, to
22293 distinguish strings from |...| symbols.
22294 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22295 syntax-table so that #|...|# is properly highlighted.
22296
22297 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22298 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22299
22300 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22301
22302 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22303 and C-e.
22304
22305 * emacs-lisp/eldoc.el: Move comments into docstrings.
22306 (eldoc-message-commands): Initialize in its declaration.
22307 Add move-beginning-of-line and move-end-of-line.
22308 (eldoc-add-command, eldoc-add-command-completions)
22309 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22310
22311 * outline.el (outline-mark-subtree): Activate the mark.
22312
22313 * calendar/appt.el (appt-time-regexp): New var.
22314 (appt-add, appt-make-list): Use it.
22315 (appt-convert-time): Clean up.
22316
22317 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22318 Don't set any syntax-table property here.
22319 (tex-font-lock-verb): New function. Do it here.
22320 (tex-font-lock-syntactic-keywords): Use it.
22321
22322 2005-10-04 Richard M. Stallman <rms@gnu.org>
22323
22324 * wid-edit.el (widget-file-complete): Get the widget start point
22325 the right way. Default directory to `/' if file has none.
22326
22327 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22328
22329 * textmodes/flyspell.el (flyspell-mode-on):
22330 Call ispell-maybe-find-aspell-dictionaries.
22331
22332 * textmodes/ispell.el (ispell-word, ispell-region):
22333 Call ispell-maybe-find-aspell-dictionaries.
22334 (ispell-accept-buffer-local-defs):
22335 Don't call ispell-maybe-find-aspell-dictionaries.
22336
22337 2005-10-04 Richard M. Stallman <rms@gnu.org>
22338
22339 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22340
22341 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
22342
22343 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22344 instead of `fboundp' in order to allow for anonymous functions.
22345
22346 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
22347
22348 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22349 case the user clicks on the link while another window is selected.
22350 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22351
22352 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22353 functionality.
22354 (dframe-help-echo): Save point in case mouse tracking is off.
22355
22356 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
22357
22358 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22359
22360 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22361
22362 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22363 not change the global value of those vars.
22364
22365 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22366 make-local-variable which we do not need any more.
22367
22368 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
22369
22370 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22371 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22372 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22373 (speedbar-path-line): Define obsolete aliases.
22374 (speedbar-line-directory): Doc fix.
22375
22376 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22377 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22378 instead of speedbar-line-path.
22379
22380 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22381
22382 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22383 to nil if dropping on a window. Handle dropping on a minibuffer window
22384 like dropping on a non-window part of Emacs.
22385
22386 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22387
22388 * net/ange-ftp.el: Use with-current-buffer.
22389 (ange-ftp-insert-directory): Do not follow symlinks any more.
22390
22391 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22392 Remove interactive spec.
22393
22394 2005-10-03 Kim F. Storm <storm@cua.dk>
22395
22396 * ido.el (ido-mode): Use custom-initialize-set.
22397
22398 2005-10-02 Richard M. Stallman <rms@gnu.org>
22399
22400 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22401 Use insert-buffer-substring.
22402
22403 * net/tramp.el: Pacify byte compiler warnings in pacification code.
22404 (tramp-handle-file-local-copy): Use insert-buffer-substring.
22405
22406 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22407
22408 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22409 in last change.
22410 (ange-ftp-insert-directory): Fix up the search for the case where
22411 `file' is absolute.
22412
22413 2005-10-02 Romain Francoise <romain@orebokech.com>
22414
22415 * progmodes/compile.el (compile-goto-error): Delete extra paren.
22416
22417 2005-10-02 Andreas Schwab <schwab@suse.de>
22418
22419 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22420 directory component in the session info.
22421
22422 2005-10-01 Richard M. Stallman <rms@gnu.org>
22423
22424 * comint.el (comint-redirect-subvert-readonly): Doc fix.
22425
22426 * simple.el (next-error-internal): New function.
22427
22428 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22429 (compilation-start): Pass new arg to compilation-buffer-name.
22430 (compile-goto-error): Use next-error-internal.
22431
22432 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22433
22434 * speedbar.el: Remove RCS tag.
22435 (speedbar-check-read-only): Handle non-existent files.
22436
22437 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22438
22439 * info.el (Info-speedbar-hierarchy-buttons)
22440 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22441
22442 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22443
22444 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22445 Do not match newline.
22446 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22447 (bibtex-summary): Remove unnecessary save-excursion.
22448 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22449
22450 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22451
22452 * term/mac-win.el: Add charset info for "iso10646-1".
22453 Modify default fontset to use ATSUI-compatible fonts for some charsets
22454 if available.
22455
22456 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22457
22458 * speedbar.el: Re-apply arch tag.
22459 (speedbar-version): Rename to version 1.0. Suggested by Eric
22460 M. Ludlam.
22461 Reapply two changes from Emacs CVS' version of speedbar lost
22462 during the merge:
22463 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22464 (speedbar-frame-parameters): Improve customize type.
22465
22466 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
22467
22468 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22469 (ange-ftp-file-directory-p): Fix the symlink case.
22470 (ange-ftp-insert-directory): When listing a single file, get a list of
22471 the parent buffer and extract the relevant line. Inspired from a patch
22472 by Katsumi Yamaoka <yamaoka@jpl.org>.
22473 (ange-ftp-file-name-sans-versions): Simplify.
22474
22475 2005-09-30 Bill Wohler <wohler@newt.com>
22476
22477 Move MH-E image files from toolbar and mail directories into
22478 etc/images.
22479
22480 * mail/reply2.*: Move to etc/images/mail/reply*.
22481
22482 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22483 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22484 etc/images.
22485
22486 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22487 * toolbar/reply*: Move to etc/images/mail.
22488
22489 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22490
22491 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
22492
22493 * speedbar.el: New version 1.0pre3.
22494
22495 Frame management code (including timer, and mouse click specifics)
22496 moved to dframe.el:
22497 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
22498 (speedbar-timer): Removed. Use dframe-timer.
22499 (speedbar-close-frame): Removed. Use dframe-close-frame.
22500 (speedbar-activity-change-focus-flag): Removed. Use
22501 dframe-activity-change-focus-flag.
22502 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
22503 dframe-update-speed.
22504
22505 (speedbar-current-frame): New macro. Use this instead of the
22506 variable speedbar-frame.
22507
22508 (speedbar-use-images, speedbar-expand-image-button-alist)
22509 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22510
22511 (speedbar-find-image-on-load-path): Removed. Replaced by
22512 defezimage in ezimage.el.
22513 (speedbar-expand-image-button-alist): Removed. Replaced by
22514 ezimage-expand-image-button-alist in ezimage.el.
22515
22516 (speedbar-ignored-directory-regexp)
22517 (speedbar-add-ignored-directory-regexp)
22518 (speedbar-ignored-directory-expressions)
22519 (speedbar-line-directory, speedbar-buffers-line-directory)
22520 (speedbar-directory-line, speedbar-buffers-line-directory):
22521 Renamed, replacing `path' with `directory'.
22522
22523 (speedbar-create-directory, speedbar-expand-line-descendants)
22524 (speedbar-toggle-line-expansion)
22525 (speedbar-contract-line-descendants): New commands.
22526
22527 (speedbar-query-confirmation-method, speedbar-select-frame-method)
22528 (speedbar-use-tool-tips-flag): New options.
22529
22530 (speedbar-check-read-only, speedbar-require-version)
22531 (speedbar-insert-separator, speedbar-buffers-tail-notes)
22532 (speedbar-handle-delete-frame, speedbar-try-completion)
22533 (speedbar-update-localized-contents): New functions.
22534
22535 (speedbar-incompatible-version, speedbar-ro-to-do-point)
22536 (speedbar-object-read-only-indicator): New variables.
22537
22538 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22539 New hooks.
22540
22541 (speedbar-separator-face): New face.
22542
22543 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22544 (speedbar-ignored-modes): Add fundamental-mode.
22545 (speedbar-directory-unshown-regexp): Add . directories.
22546
22547 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22548 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22549 `]' for full expand/close.
22550 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22551
22552 (speedbar-check-vc): Support hidden files.
22553 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22554 (speedbar-this-file-in-vc): Use vc-state if available. If VC
22555 state is nil, it is not checked out.
22556
22557 (speedbar-line-text, speedbar-line-token): Support expand buttons
22558 with no text.
22559 (speedbar-refresh): Universal argument acts as power-click.
22560 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22561 that buffer to get variable values.
22562
22563 And many other bugfixes.
22564
22565 * dframe.el, ezimage.el, sb-image.el: New files.
22566
22567 * sb-*.xpm: Remove files. New image files installed into
22568 etc/images/ezimage.
22569
22570 2005-09-30 Kenichi Handa <handa@m17n.org>
22571
22572 * ps-mule.el (ps-mule-show-warning): If a character is in
22573 ps-print-translation-table, don't treat it as non-printable.
22574
22575 2005-09-30 David Ponce <david@dponce.com>
22576
22577 * tree-widget.el (tree-widget-themes-load-path): New variable.
22578 (tree-widget-themes-directory): Doc fix.
22579 (tree-widget-image-formats) [Emacs]: Doc fix.
22580 (tree-widget--locate-sub-directory): New function.
22581 (tree-widget-themes-directory): Use it.
22582
22583 * recentf.el (recentf-filename-handlers): Rename from
22584 `recentf-filename-handler'. Allow a list of functions.
22585 (recentf-menu-items-for-commands): Fix :help strings.
22586 (recentf-apply-filename-handlers): New function.
22587 (recentf-expand-file-name): Use it.
22588 (recentf-cleanup): Remove duplicates too.
22589
22590 2005-09-29 Juri Linkov <juri@jurta.org>
22591
22592 * faces.el: Rearrange face definitions to be in the same order as
22593 their face descriptions in "(emacs)Standard Faces".
22594
22595 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22596
22597 * tooltip.el (tooltip): Add group `basic-faces'.
22598
22599 * buff-menu.el (Buffer-menu-buffer): Remove group
22600 `font-lock-highlighting-faces'.
22601
22602 * progmodes/compile.el (compilation-error, compilation-warning)
22603 (compilation-info, compilation-line-number, compilation-column-number):
22604 Change group from `font-lock-highlighting-faces' to `compilation'.
22605
22606 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22607 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22608 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22609 (vhdl-font-lock-reserved-words-face)
22610 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22611 `font-lock-highlighting-faces'.
22612
22613 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22614
22615 2005-09-28 Kim F. Storm <storm@cua.dk>
22616
22617 * emulation/cua-base.el: Set CUA move property on additional commands:
22618 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22619 forward-sexp, backward-sexp, forward-list, backward-list.
22620
22621 2005-09-28 Romain Francoise <romain@orebokech.com>
22622
22623 * comint.el (comint-show-output): Really set point at the
22624 beginning of the output when not using `comint-use-prompt-regexp'.
22625
22626 2005-09-27 Jay Belanger <belanger@truman.edu>
22627
22628 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22629 in TeX mode.
22630
22631 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
22632
22633 * textmodes/org.el (org-table-sum): Fix format string.
22634
22635 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22636 Quote face names.
22637
22638 2005-09-26 Romain Francoise <romain@orebokech.com>
22639
22640 * isearch.el (isearch-forward-regexp): Close doc string.
22641
22642 2005-09-25 Richard M. Stallman <rms@gnu.org>
22643
22644 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22645
22646 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22647
22648 * progmodes/compile.el (compilation-error-properties):
22649 When getting the file from the previous error message,
22650 correctly decode the new data format.
22651
22652 * progmodes/cc-cmds.el (c-electric-paren):
22653 Call old-blink-paren only for close-paren.
22654
22655 2005-09-24 Andreas Schwab <schwab@suse.de>
22656
22657 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22658 condition.
22659
22660 2005-09-25 Romain Francoise <romain@orebokech.com>
22661
22662 * dired-aux.el (dired-copy-file-recursive):
22663 * dired.el (dired-delete-file):
22664 * ediff-mult.el (ediff-dir-diff-copy-file):
22665 * ediff-util.el (ediff-test-save-region):
22666 * forms.el (forms-mode):
22667 * ido.el (ido-file-internal, ido-delete-file-at-head):
22668 * log-edit.el (log-edit-done):
22669 * ses.el (ses-yank-resize):
22670 * play/gomoku.el (gomoku-human-plays, gomoku)
22671 (gomoku-human-resigns, gomoku-prompt-for-other-game)
22672 (gomoku-offer-a-draw):
22673 * play/landmark.el (lm-human-resigns, lm):
22674 * net/eudcb-ldap.el (eudc-ldap-check-base):
22675 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22676 * progmodes/ebrowse.el (ebrowse-find-pattern):
22677 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22678 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22679 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22680
22681 * vc.el (vc-delete-file):
22682 * play/gomoku.el (gomoku-terminate-game, gomoku)
22683 (gomoku-prompt-for-move, gomoku-human-takes-back):
22684 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22685 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22686
22687 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
22688
22689 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22690 color rxvt terminals by using the code xterm.el used to use before
22691 2005-04-09 in order to match the colors used by rxvt.
22692
22693 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22694
22695 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22696 colors rxvt-unicode terminals by using the same code as xterm.el.
22697
22698 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22699
22700 * textmodes/tex-mode.el (tex-font-lock-append-prop)
22701 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22702 new symbol used for the tex-verbatim face.
22703
22704 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
22705
22706 * woman.el (woman-file-name):
22707 * wid-edit.el (widget-file-prompt-value)
22708 (widget-coding-system-prompt-value):
22709 * w32-fns.el (set-w32-system-coding-system):
22710 * vc.el (vc-version-diff, vc-annotate):
22711 * textmodes/reftex-auc.el (reftex-arg-cite)
22712 (reftex-arg-index-tag):
22713 * textmodes/refer.el (refer-get-bib-files):
22714 * textmodes/artist.el (artist-figlet-choose-font):
22715 * terminal.el (terminal-emulator):
22716 * replace.el (occur-read-primary-args):
22717 * rect.el (string-rectangle, string-insert-rectangle):
22718 * ps-print.el (ps-print-preprint):
22719 * progmodes/pascal.el (pascal-goto-defun):
22720 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22721 * progmodes/compile.el (compilation-find-file):
22722 * printing.el (pr-interactive-n-up):
22723 * play/animate.el (animate-birthday-present):
22724 * net/rcompile.el (remote-compile):
22725 * man.el (man, Man-goto-section, Man-follow-manual-reference):
22726 * mail/rmailsum.el (rmail-summary-search-backward)
22727 (rmail-summary-search):
22728 * mail/rmailout.el (rmail-output-read-rmail-file-name)
22729 (rmail-output-read-file-name):
22730 * mail/rmail.el (rmail-search, rmail-search-backwards):
22731 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22732 * locate.el (locate):
22733 * international/quail.el (quail-show-keyboard-layout):
22734 * international/mule.el (set-buffer-file-coding-system)
22735 (revert-buffer-with-coding-system, set-file-name-coding-system)
22736 (set-terminal-coding-system, set-keyboard-coding-system)
22737 (set-next-selection-coding-system):
22738 * international/mule-diag.el (describe-coding-system)
22739 (describe-font, describe-fontset):
22740 * international/mule-cmds.el (universal-coding-system-argument)
22741 (search-unencodable-char, describe-input-method)
22742 (set-language-environment, describe-language-environment):
22743 * international/codepage.el (codepage-setup):
22744 * international/code-pages.el (codepage-setup):
22745 * info.el (Info-search, Info-follow-reference)
22746 (Info-search-backward):
22747 * emacs-lisp/advice.el (ad-read-advised-function)
22748 (ad-read-advice-class, ad-clear-cache, ad-activate)
22749 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22750 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22751 (ad-read-regexp):
22752 * ediff-util.el (ediff-toggle-regexp-match):
22753 * ediff-ptch.el (ediff-prompt-for-patch-file):
22754 * dired-aux.el (dired-diff):
22755 * diff.el (diff):
22756 * cus-edit.el (custom-variable-prompt):
22757 * calendar/timeclock.el (timeclock-ask-for-project):
22758 * calc/calcalg3.el (calc-get-fit-variables):
22759 * calc/calc-store.el (calc-edit-variable)
22760 (calc-permanent-variable):
22761 * vc-mcvs.el (vc-mcvs-register):
22762 * shadowfile.el (shadow-define-literal-group):
22763 * woman.el (woman-file-name):
22764 * vc.el (vc-version-diff, vc-merge):
22765 * textmodes/reftex-index.el (reftex-index-complete-tag):
22766 * format.el (format-decode-buffer, format-decode-region):
22767 * emulation/viper-cmd.el (viper-read-string-with-history):
22768 * emacs-lisp/debug.el (cancel-debug-on-entry):
22769 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22770 * ediff.el (ediff-merge-revisions)
22771 (ediff-merge-revisions-with-ancestor, ediff-revision):
22772 * completion.el (interactive-completion-string-reader):
22773 * calc/calc-prog.el (calc-user-define-formula):
22774 Follow convention for reading with the minibuffer.
22775
22776 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
22777
22778 * progmodes/python.el (python-describe-symbol): Add globals() and
22779 locals() to the arguments of emacs.ehelp.
22780
22781 2005-09-24 Magnus Henoch <mange@freemail.hu>
22782
22783 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22784 New function, code extracted from ispell-valid-dictionary-list.
22785 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22786 Call it.
22787
22788 2005-09-24 Eli Zaretskii <eliz@gnu.org>
22789
22790 * subr.el (version-regexp-alist): Extend valid syntax for version
22791 strings: allow any of the characters -,_,+ to separate the
22792 alpha/beta/rc part from the version part. Doc fix.
22793 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
22794
22795 2005-09-23 David Reitter <david.reitter@gmail.com>
22796
22797 * mail/mailclient.el: New file.
22798
22799 2005-09-23 Richard M. Stallman <rms@gnu.org>
22800
22801 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22802 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22803 Doc fixes.
22804
22805 * progmodes/cc-mode.el (c-font-lock-init):
22806 Specify font-lock-lines-before.
22807
22808 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
22809
22810 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22811 whole conflict.
22812
22813 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
22814
22815 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22816 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
22817 of `remap' feature when available. Additional key bindings for
22818 better tty support.
22819 (org-mode-restart, org-force-self-insert): New commands.
22820 (org-time-stamp-inactive): New command.
22821 (org-remap): New function.
22822 (org-table-auto-blank-field, org-level-color-stars-only): New options.
22823 (org-enable-fixed-width-editor): Move to `org-structure'
22824 customization group.
22825 (org-self-insert-command, orgtbl-self-insert-command): Modify to
22826 blank field after field motion commands.
22827
22828 2005-09-23 Kenichi Handa <handa@m17n.org>
22829
22830 * international/mule-cmds.el (set-language-environment):
22831 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22832 have to call utf-translate-cjk-load-tables.
22833
22834 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
22835
22836 * mouse.el (mouse-move-drag-overlay): Fix last change.
22837
22838 2005-09-22 David Ponce <david@dponce.com>
22839
22840 * tree-widget.el (tree-widget-value-create): Fix previous change.
22841
22842 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22843
22844 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22845
22846 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22847
22848 * mouse.el (mouse-move-drag-overlay): New function.
22849 (mouse-drag-region-1): Use it.
22850 Try to simplify a bit the state handling. Handle clicks on links
22851 inside intangible areas.
22852 (mouse-save-then-kill): Minor simplification.
22853 (mouse-secondary-overlay): Make it always non-nil instead of
22854 recreating it each time.
22855 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22856 (mouse-kill-secondary, mouse-secondary-save-then-kill):
22857 Simplify accordingly.
22858
22859 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22860
22861 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22862
22863 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
22864
22865 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22866 (ediff-file-name-sans-prefix): Treat nil as an empty string.
22867 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22868 to patch.
22869
22870 * ediff-util.el: Use insert-buffer-substring.
22871
22872 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22873
22874 * emulation/viper-cmd.el (viper-change-state): Don't move over the
22875 field boundaries in the minibuffer.
22876 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22877 (viper-minibuffer-post-command-hook): New hook.
22878 (viper-line): Don't move cursor at bolp.
22879
22880 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22881
22882 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22883 avoid compiler warnings.
22884
22885 * emulation/viper-macs.el (ex-map): Better messages.
22886
22887 * emulation/viper-utils.el (viper-beginning-of-field): New function.
22888
22889 * emulation/viper.el: Replace make-variable-buffer-local with
22890 viper-make-variable-buffer-local everywhere, to avoid warnings.
22891
22892 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22893
22894 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22895 Delete unused var `old-selected-window'.
22896 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22897 (mouse-drag-secondary): Delete unused var `start-frame'.
22898
22899 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22900
22901 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22902
22903 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22904
22905 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22906 Re-indent within 80 columns. Use inhibit-read-only.
22907
22908 2005-09-19 Romain Francoise <romain@orebokech.com>
22909
22910 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22911
22912 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22913
22914 * font-lock.el (font-lock-default-fontify-region): Don't add a line
22915 unconditionally, since the after-change-function already did it.
22916
22917 2005-09-19 Miles Bader <miles@gnu.org>
22918
22919 * net/newsticker.el: Get rid of CVS keyword.
22920
22921 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22922
22923 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22924 The prompt is formatted later.
22925
22926 2005-09-19 David Ponce <david@dponce.com>
22927
22928 * tree-widget.el (tree-widget-value-create): Save the converted
22929 tree :node widget.
22930
22931 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
22932
22933 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22934 variable `message'.
22935
22936 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
22937
22938 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22939 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
22940 <slawomir.nowaczyk.847@student.lu.se>.
22941
22942 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
22943
22944 * image.el (image-load-path): Use symbol `data-directory' instead
22945 of its value, for backward compatibility with packages that bind
22946 it during `find-image'. Suggested by Katsumi Yamaoka.
22947 (image-search-load-path): Handle symbols whose values are strings.
22948
22949 2005-09-18 Romain Francoise <romain@orebokech.com>
22950
22951 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22952 with-current-buffer form in save-excursion.
22953
22954 2005-09-18 Deepak Goel <deego@gnufans.org>
22955
22956 * apropos.el (apropos-command): Fix `message' call: first arg
22957 should be a format spec. In this and all other cases that appear
22958 below and elsewhere in the source code, I made a change only when
22959 two conditions were satisfied: [1] I can think of a possibility
22960 that the arguments would cause an error, for example, the code in
22961 question relies on external variables such as filenames. [2] I
22962 was sure that the arg to `message' could not have been nil in the code.
22963
22964 * textmodes/tildify.el (tildify-region): Ditto.
22965
22966 * textmodes/reftex-index.el (reftex-index-change-entry)
22967 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22968 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22969 * textmodes/org.el (org-complete, org-deadline, org-schedule)
22970 (org-priority, org-table-sum):
22971 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22972 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22973 (flyspell-word, flyspell-display-next-corrections):
22974 * textmodes/bibtex.el (bibtex-print-help-message):
22975 * textmodes/artist.el (artist-key-set-point-poly):
22976 * term/mac-win.el (mac-services-insert-text):
22977 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22978 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22979 (vhdl-port-paste-testbench, vhdl-compose-new-component)
22980 (vhdl-compose-configuration):
22981 * progmodes/sh-script.el (sh-blink, sh-show-indent)
22982 (sh-set-indent, sh-learn-line-indent):
22983 * progmodes/ps-mode.el (ps-mode-target-column):
22984 * progmodes/idlwave.el (idlwave-make-tags)
22985 (idlwave-scan-library-catalogs):
22986 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22987 * progmodes/gud.el (gud-jdb-analyze-source):
22988 * progmodes/flymake.el (flymake-log):
22989 * progmodes/ebnf2ps.el (ebnf-generate-region):
22990 * progmodes/cmacexp.el (c-macro-expansion):
22991 * progmodes/ada-xref.el (ada-treat-cmd-string):
22992 * progmodes/ada-mode.el (ada-create-case-exception-substring)
22993 (ada-justified-indent-current, ada-batch-reformat):
22994 * play/zone.el (zone):
22995 * play/landmark.el (lm-move):
22996 * play/decipher.el (decipher-show-alphabet):
22997 * net/newsticker.el (newsticker--display-jump)
22998 (newsticker--display-scroll):
22999 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23000 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23001 * mail/feedmail.el (feedmail-dump-message-to-queue):
23002 * eshell/esh-proc.el (eshell-remove-process-entry):
23003 * emulation/ws-mode.el (ws-last-error):
23004 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23005 (viper-record-kbd-macro):
23006 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23007 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23008 * emacs-lisp/find-func.el (find-function-noselect):
23009 * calendar/timeclock.el (timeclock-status-string)
23010 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23011 (timeclock-when-to-leave-string):
23012 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23013 * calc/calc-units.el (calc-enter-units-table):
23014 * calc/calc-mode.el (calc-mode-record-mode):
23015 * woman.el (woman-mini-help):
23016 * wdired.el (wdired-change-to-wdired-mode):
23017 * vc.el (vc-retrieve-snapshot):
23018 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23019 * startup.el (display-startup-echo-area-message):
23020 * simple.el (set-goal-column):
23021 * ses.el (ses-command-hook, ses-recalculate-cell):
23022 * server.el (server-process-filter):
23023 * printing.el (pr-interface-txt-print, pr-interface-printify)
23024 (pr-interface-ps):
23025 * pcvs.el (cvs-help):
23026 * log-edit.el (log-edit, log-edit-mode-help):
23027 * iswitchb.el (iswitchb-possible-new-buffer):
23028 * isearch.el (isearch-edit-string):
23029 * image-mode.el (image-mode, image-minor-mode):
23030 * ibuf-macs.el (define-ibuffer-filter):
23031 * hi-lock.el (hi-lock-find-patterns):
23032 * files.el (toggle-read-only):
23033 * ediff-util.el (ediff-copy-diff)
23034 (ediff-write-merge-buffer-and-maybe-kill):
23035 * echistory.el (Electric-history-undefined):
23036 * dnd.el (dnd-insert-text):
23037 * dired-aux.el (dired-query):
23038 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23039 * bookmark.el (bookmark-bmenu-locate):
23040 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23041 Fix `message' calls to ensure first arg is a format string.
23042 The change was made only when these two conditions were satisfied:
23043 [1] when there is a possibility that the arguments would cause an error
23044 for example, if the code in question relies on external variables
23045 such as filenames, and
23046 [2] if the arg to `message' could not have been nil in the code.
23047
23048 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23049 Not having a %s would be weird, though not technically wrong.
23050
23051 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23052
23053 * term/mac-win.el (mac-add-charset-info): Doc fix.
23054
23055 2005-09-17 Romain Francoise <romain@orebokech.com>
23056
23057 * shell.el (shell-resync-dirs): Handle echoing processes more
23058 reliably. Don't insert resync command if `comint-process-echoes'
23059 is non-nil.
23060
23061 2005-09-17 Magnus Henoch <mange@freemail.hu>
23062
23063 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23064 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23065 aspell versions >= 0.60.
23066 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23067 only if ispell-aspell-supports-utf8 is non-nil.
23068
23069 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23070
23071 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23072 buffer-local value to lisp-indent-function.
23073
23074 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23075
23076 * progmodes/glasses.el (glasses-make-readable): If
23077 glasses-separator differs from underscore, put appropriate
23078 overlays over underscore characters.
23079 (glasses-convert-to-unreadable): If glasses-separator differs from
23080 underscore, try to convert glasses-separator characters to
23081 underscores.
23082
23083 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23084
23085 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23086 Use with-syntax-table and dolist.
23087
23088 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23089
23090 * textmodes/reftex-auc.el:
23091 * textmodes/reftex-cite.el:
23092 * textmodes/reftex-dcr.el:
23093 * textmodes/reftex-global.el:
23094 * textmodes/reftex-parse.el:
23095 * textmodes/reftex-ref.el:
23096 * textmodes/reftex-sel.el:
23097 * textmodes/reftex-toc.el:
23098 * textmodes/reftex-vars.el:
23099 * textmodes/reftex.el: Small changes to remove compiler warnings.
23100
23101 * textmodes/reftex-index.el: Likewise.
23102 (reftex-query-index-phrase): More efficient use of markers.
23103
23104 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23105
23106 * image.el (image-load-path): New variable.
23107 (image-search-load-path): New function.
23108 (find-image): Search for images in `image-load-path'.
23109
23110 2005-09-15 Richard M. Stallman <rms@gnu.org>
23111
23112 * follow.el: Change Maintainer field.
23113
23114 2005-09-15 David Ponce <david@dponce.com>
23115
23116 * recentf.el (recentf-save-file-modes): New option.
23117 (recentf-save-list): Use it.
23118
23119 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23120
23121 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23122 (mode-line-mule-info, mode-line-modified): Move bindings from
23123 mouse-3 to mouse-1.
23124
23125 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23126
23127 * simple.el (sendmail-user-agent-compose): Revert last change.
23128
23129 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23130
23131 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23132 Use with-current-buffer.
23133 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23134 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23135 (ange-ftp-insert-directory): Remove unused var `short'.
23136 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23137
23138 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23139 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23140
23141 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23142 (check-calendar-holidays, diary-list-entries): Autoload.
23143 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23144 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23145
23146 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23147 which mistakenly removed a call to display-buffer.
23148
23149 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23150
23151 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23152
23153 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23154
23155 * progmodes/hideshow.el
23156 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23157 (hs-allow-nesting): New user var.
23158 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23159 (hs-hide-block-at-point): When nesting allowed,
23160 if there is already an overlay in place, delete it.
23161 (hs-safety-is-job-n): Delete func; remove call sites.
23162 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23163 (hs-overlay-at): New func.
23164 (hs-already-hidden-p, hs-show-block): Use it.
23165 (hs-hide-all): Don't pre-clean if nesting allowed.
23166 (hs-show-all): Temporarily disallow
23167 nesting around call to `hs-discard-overlays'.
23168
23169 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23170
23171 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23172 Delete unused local var.
23173
23174 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23175
23176 * help-fns.el (describe-categories): "?\ " -> "?\s".
23177 (help-do-arg-highlight): Recognize also ARG-n, as in
23178 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23179
23180 * international/codepage.el (dos-unsupported-char-glyph):
23181 * net/newsticker.el (tool-bar-map, w3-mode-map)
23182 (w3m-minor-mode-map):
23183 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23184 (ent-alist):
23185 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23186
23187 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23188
23189 * custom.el (custom-push-theme): Handle the case where a symbol is
23190 bound but face properties have not yet been assigned.
23191
23192 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23193 Fix behavior if noerase is `t' and there is no mail buffer.
23194
23195 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23196 if `continue' is nil, rather than signal an error.
23197
23198 2005-09-12 Richard M. Stallman <rms@gnu.org>
23199
23200 * font-lock.el (font-lock-keywords): Add autoload.
23201
23202 * help-fns.el (describe-variable): Rearrange to put source link
23203 in a predictable place.
23204
23205 * net/newsticker.el: New file.
23206
23207 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23208
23209 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23210 (calendar-basic-setup): Use the new nil arg.
23211 (number-of-diary-entries): Move to diary-lib.el.
23212
23213 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23214 (diary-list-entries): Use with-syntax-table and dolist.
23215 Rename from list-diary-entries.
23216 Use number-of-diary-entries if `number' is nil.
23217 (diary, diary-view-entries): Use this new name and new nil arg value.
23218 (number-of-diary-entries): Move from calendar.el.
23219 (diary-unhide-everything): New function.
23220 (include-other-diary-files, fancy-diary-display)
23221 (diary-show-all-entries, make-diary-entry): Use it.
23222 (diary-mail-entries): Use buffer-string.
23223 (mark-diary-entries): Fix long standing paren typo.
23224 (diary-sexp-entry): Use count-lines.
23225 (make-diary-entry): Avoid `previous-line'.
23226 (diary-mode-map): New var.
23227 (diary-mode): Redraw cal after saving. Setup header-line.
23228 (fancy-diary-display-mode): Use local-set-key.
23229
23230 * startup.el (command-line): Try calling various terminal-init-foo-bar
23231 functions by stripping hyphenated suffixes from $TERM.
23232
23233 * files.el (normal-mode): Check boundness of font-lock-keywords.
23234
23235 2005-09-12 Richard M. Stallman <rms@gnu.org>
23236
23237 * progmodes/compile.el: Don't decide a file's directory
23238 until the user actually tries to go there.
23239 (compilation-next-error-function):
23240 Pass compilation-find-file the directory from the file-struct.
23241 (compilation-internal-error-properties): Separate local FILE-STRUCT
23242 from FILE. Doc the args better. Rename arg FMT to FMTS.
23243 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23244 Expand it, and if nil, use default-directory.
23245 (compilation-get-file-structure): Don't mix specified directory
23246 with default directory. Put specified directory into
23247 file-struct. Don't make the file name absolute.
23248
23249 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23250 (compile-command): Add autoload.
23251 (compilation-disable-input): Add autoload.
23252
23253 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23254
23255 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23256 strings of the variables it can override.
23257 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23258 %Q and %q, for fully-qualified domain name and unqualified host name.
23259
23260 2005-09-11 Kim F. Storm <storm@cua.dk>
23261
23262 * emacs-lisp/authors.el (authors-aliases): Update list.
23263 (authors-fixed-entries): Update mldrag.el entry.
23264
23265 2005-09-10 Alan Mackenzie <acm@muc.de>
23266
23267 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23268 from the region narrowed to.
23269
23270 2005-09-10 Magnus Henoch <mange@freemail.hu>
23271
23272 * textmodes/ispell.el (ispell-check-version): Signal an error if
23273 aspell version is less than 0.60.
23274
23275 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23276
23277 * progmodes/octave-inf.el (inferior-octave-startup):
23278 Resync current dir at the end.
23279
23280 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23281
23282 * woman.el (woman-topic-at-point-default):
23283 Rename to woman-use-topic-at-point-default.
23284 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23285 (woman-file-name): Reflect renames above. Automatically use the
23286 word at point as topic if woman-use-topic-at-point is non-nil.
23287 Otherwise offer it as default but don't insert it in the
23288 minibuffer. Also use `test-completion' instead of `assoc' as
23289 suggested by Stefan Monnier.
23290
23291 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23292
23293 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23294 the attempt to do it over Tramp. This is not yet supported.
23295
23296 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23297
23298 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23299 (menu-bar-non-minibuffer-window-p): New functions.
23300 ("Split Window", "Save As..."): Use them.
23301 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23302 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23303 Use menu-bar-menu-frame-live-and-visible-p.
23304 ("Save Buffer", "Insert File", "Open Directory...")
23305 ("Open File...", "Visit New File..."):
23306 Use menu-bar-non-minibuffer-window-p.
23307 (kill-this-buffer-enabled-p, dired <menu-enable>):
23308 Use menu-bar-non-minibuffer-window-p.
23309
23310 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23311
23312 * cus-start.el (all): Don't complain about fringe-related
23313 built-ins if fringes are not supported. Ditto about
23314 selection-related built-ins. Fix the test for GTK-related built-ins.
23315
23316 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23317 ("Postscript Print Buffer", "Print Region", "Save As...")
23318 ("Save", "Insert File...", "Open Directory...")
23319 ("Open File...", "Visit New File..."")
23320 ("Truncate Long Lines in this Buffer"): Don't look at
23321 menu-updating-frame if this display does not support multiple frames.
23322
23323 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23324
23325 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23326
23327 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
23328
23329 * woman.el: Format- and whitespace-related changes.
23330
23331 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23332
23333 * woman.el: Fix my email address.
23334
23335 2005-09-08 Richard M. Stallman <rms@gnu.org>
23336
23337 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23338 (sh-mode): Locally set skeleton-pair-default-alist.
23339
23340 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23341
23342 * progmodes/flymake.el: Require `compile' unconditionally.
23343
23344 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23345
23346 * woman.el (woman-file-name): Provide a default, not initial input.
23347
23348 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23349
23350 * font-lock.el (font-lock-support-mode): Doc fix.
23351
23352 * descr-text.el (describe-property-list): Handle non-symbol prop names.
23353
23354 2005-09-08 Richard M. Stallman <rms@gnu.org>
23355
23356 * simple.el (blink-matching-open): Get rid of text props from
23357 the string shown in echo area. Don't permanently set point.
23358 Some rearrangements.
23359
23360 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23361
23362 * recentf.el (recentf-filename-handler): Add custom choice
23363 `abbreviate-file-name'.
23364
23365 * msb.el (msb--very-many-menus): Fix typo.
23366
23367 * disp-table.el (standard-display-european): Don't set
23368 enable-multibyte-characters to nil.
23369
23370 2005-09-08 David Ponce <david@dponce.com>
23371
23372 * recentf.el (recentf-show-file-shortcuts-flag): New option.
23373 (recentf-expand-file-name): Doc fix.
23374 (recentf-dialog-mode-map): Define digit shortcuts.
23375 (recentf--files-with-key): New variable.
23376 (recentf-show-digit-shortcut-filter): New function.
23377 (recentf-open-files-items): New function.
23378 (recentf-open-files): Use it.
23379 (recentf-open-file-with-key): New command.
23380
23381 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
23382
23383 * buff-menu.el (Buffer-menu-sort-by-column): New function.
23384 Suggested by Kim F. Storm.
23385 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23386 (Buffer-menu-make-sort-button): Use global keymap.
23387
23388 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
23389
23390 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23391 (Man-getpage-in-background-advice): Remove defadvice; it isn't
23392 necessary any longer with the remapped command.
23393 (Man-bgproc-sentinel-advice): Remove defadvice which counts
23394 formatting time only.
23395
23396 * net/tramp.el (tramp-action-password)
23397 (tramp-multi-action-password): Compile the password prompt from
23398 `method', `user' and `host'. Sometimes it isn't obvious which
23399 password to enter, for example with remote files offered by
23400 recentf.el, or with multiple steps. Suggested by Robert Marshall
23401 <robert@chezmarshall.freeserve.co.uk>.
23402
23403 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23404
23405 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23406 Fix regexp for when "s///" is at the beginning of line.
23407
23408 2005-09-07 Jay Belanger <belanger@truman.edu>
23409
23410 * calc/calc-poly.el (math-expand-term): Multiply out any powers
23411 when in matrix mode.
23412
23413 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23414
23415 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23416 non-anonymous functions.
23417
23418 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
23419
23420 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23421 when using a header line. Otherwise, use mouse-1-click-follows-link.
23422
23423 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23424 can't be moved; don't signal an error.
23425
23426 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
23427
23428 * cus-theme.el (custom-theme-write-faces): Save the current face
23429 spec, not the defface spec.
23430
23431 * custom.el (custom-known-themes): Clarify meaning of "standard".
23432 (custom-push-theme): Save old values in the standard theme.
23433 (disable-theme): Correct typo.
23434 (custom-face-theme-value): Deleted unused function.
23435 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23436
23437 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
23438
23439 * progmodes/compile.el (compilation-goto-locus): Take into account
23440 iconified frames when determining whether the buffer is
23441 already visible.
23442 Don't reset window height if the window already existed.
23443
23444 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
23445
23446 * custom.el (load-theme): Rename from require-theme.
23447 Add interactive spec.
23448 (enable-theme): Rename from custom-enable-theme.
23449 Add interactive spec.
23450 (disable-theme): Rename from custom-disable-theme.
23451 Add interactive spec.
23452 (custom-make-theme-feature): Doc fix.
23453 (custom-theme-directory): Doc fix.
23454 (provide-theme): Call enable-theme.
23455
23456 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
23457
23458 * obsolete/lazy-lock.el (lazy-lock-mode):
23459 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23460 font-lock-mode if it's off. Print a warning instead.
23461
23462 * progmodes/compile.el (compilation-start): Ignore errors if the
23463 process died before we get to send-eof.
23464
23465 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23466 Undo last change. Enclosing the result in quotes broke things on Unix
23467 since tex-send-command passes it through shell-quote-argument.
23468 (tex-send-command): Pass `file' through convert-standard-filename
23469 when possible.
23470 (tex-uptodate-p): Handle the case where TeX hasn't put additional
23471 info in a transcript.
23472
23473 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
23474
23475 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23476 fix compilation warning. Reorder the key definitions to group
23477 together keys emitted by the current version of xterm.
23478
23479 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23480 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23481 Reorder predicates to correct min-color usage.
23482
23483 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
23484
23485 * longlines.el (longlines-mode): Inhibit read-only when encoding.
23486 Kill local variables when longlines-mode is turned off.
23487
23488 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
23489
23490 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23491
23492 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23493
23494 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23495
23496 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23497 (font-lock-lines-before): Change default to being inactive.
23498 (font-lock-default-fontify-region): Obey font-lock-lines-before.
23499 (font-lock-after-change-function): Don't handle f-l-lines-before here.
23500
23501 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23502
23503 * net/tramp.el (tramp-handle-make-auto-save-file-name):
23504 Deactivate temporarily advice if active (not needed for Emacs 22,
23505 but for backwards compatibility).
23506 (tramp-exists-file-name-handler): Rewrite. First implementation
23507 was too simple.
23508 (tramp-advice-make-auto-save-file-name):
23509 Call `tramp-handle-make-auto-save-file-name' (again, just for
23510 backwards compatibility).
23511
23512 2005-08-31 Reto Zimmermann <reto@gnu.org>
23513
23514 * progmodes/vhdl-mode.el
23515 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23516 (vhdl-end-p): Fix indentation bug "else" after "-- when".
23517 (vhdl-set-default-project): New function (easier setting of default).
23518 (vhdl-port-copy): Handle extended identifiers for generics.
23519 (vhdl-compiler-alist): Better description for error message regexp.
23520 (vhdl-make): Query for target, use previous as default.
23521 (vhdl-port-copy): Fix port copy for port names starting with "signal".
23522 (vhdl-font-lock-keywords-2): Fix fontification for record
23523 el. assign.
23524 (vhdl-speedbar-make-subpack-line): Add package body link.
23525 (vhdl-generate-makefile-1): Not include itself as dependency.
23526 (vhdl-font-lock-init): Highlight c-preprocessor directives.
23527 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23528 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23529 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23530 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23531 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23532 (vhdl-import-project): Add string argument for `error'.
23533 (vhdl-compose-configuration)
23534 (vhdl-compose-configuration-architecture): Add configuration
23535 declaration generation.
23536 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23537 (vhdl-trailer-re): Add "record" keyword (better indentation).
23538 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23539 "[^ \t-\"]+".
23540 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23541 (vhdl-testbench-entity-file-name)
23542 (vhdl-testbench-architecture-file-name): Allow separate
23543 customization of testbench file names.
23544 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23545 (vhdl-get-visible-signals): Allow newline within alias declaration.
23546 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23547 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23548 (member-ignore-case): Alias for missing function in XEmacs.
23549 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23550 (vhdl-update-sensitivity-list): Ignore case on read signals.
23551 (vhdl-replace-string): Adjust case only for file names.
23552 (vhdl-update-sensitivity-list): Fix search for read signals.
23553 (vhdl-update-sensitivity-list): Exclude formal parameters.
23554 (vhdl-get-visible-signals): Include aliases of signals.
23555 (vhdl-get-visible-signals): Fix signal name searching.
23556 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23557 (vhdl-fixup-whitespace-region): Fix for character
23558 literals (e.g. `:').
23559
23560 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
23561
23562 * ansi-color.el (comint-last-output-start):
23563 * bs.el (font-lock-verbose):
23564 * diff-mode.el (add-log-buffer-file-name-function):
23565 * dired-x.el (vm-folder-directory):
23566 * faces.el (help-xref-stack-item):
23567 * files.el (font-lock-keywords):
23568 * find-lisp.el (dired-buffers, dired-subdir-alist):
23569 * ido.el (cua-inhibit-cua-keys):
23570 * log-view.el (cvs-minor-wrap-function):
23571 * outline.el (font-lock-warning-face):
23572 * simple.el (compilation-current-error):
23573 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23574 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23575 * tooltip.el (comint-prompt-regexp):
23576 * w32-fns.el (explicit-shell-file-name):
23577 * term/mac-win.el (mac-charset-info-alist)
23578 (mac-services-selection, mac-system-script-code):
23579 * term/tty-colors.el (msdos-color-values):
23580 * term/w32-win.el (xlfd-regexp-registry-subnum):
23581 * term/x-win.el (x-keysym-table, x-selection-timeout)
23582 (x-session-id, x-session-previous-id):
23583 * textmodes/ispell.el (mail-yank-prefix):
23584 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23585 * textmodes/org.el (calc-embedded-close-formula)
23586 (calc-embedded-open-formula)
23587 (font-lock-unfontify-region-function):
23588 * textmodes/reftex-global.el (isearch-next-buffer-function)
23589 (TeX-master):
23590 * textmodes/reftex.el (font-lock-keywords):
23591 * textmodes/tex-mode.el (font-lock-comment-face)
23592 (font-lock-doc-face):
23593 * textmodes/texinfo.el (outline-heading-alist):
23594 Add defvars.
23595
23596 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23597 (artist-spray-chars, artist-mode-init, artist-replace-string)
23598 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23599 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23600 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23601
23602 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23603 (conf-align-assignments): "?\ " -> "?\s".
23604
23605 * textmodes/reftex-index.el (TeX-master): Add defvar.
23606 (reftex-index-phrases-marker): Move up defvar.
23607
23608 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23609 (reftex-toc-include-labels-indicator)
23610 (reftex-toc-include-index-indicator)
23611 (reftex-toc-max-level-indicator): Move up declarations.
23612
23613 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23614 of args to `tramp-run-real-handler', even if it's empty in this case.
23615
23616 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23617
23618 * dired.el (dired-move-to-filename-regexp): Add date format for
23619 Mac OS X 10.3 in East Asian locales.
23620
23621 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23622
23623 * files.el (make-auto-save-file-name): Add file name handler call
23624 if applicable.
23625
23626 * net/tramp.el (tramp-file-name-handler-alist)
23627 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23628 (tramp-handle-make-auto-save-file-name): Rename from
23629 `tramp-make-auto-save-file-name'.
23630 (tramp-exists-file-name-handler): New defun.
23631 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23632 `make-auto-save-file-name' is not a magic file name operation.
23633
23634 2005-08-30 Richard M. Stallman <rms@gnu.org>
23635
23636 * files.el (risky-local-variable-p):
23637 Match `-predicates' and `-commands.
23638
23639 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23640 (custom-save-all): Visit the file if necessary;
23641 kill the buffer if we created it.
23642 (custom-save-delete): Don't visit file or kill buffer here.
23643
23644 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
23645
23646 * textmodes/org.el (org-special-keyword): New face.
23647 (org-table-copy-down, org-table-eval-formula)
23648 (org-table-recalculate, org-init-section-numbers):
23649 Use `string-to-number' instead of `string-to-int'.
23650 (org-get-location): Use `insert-buffer-substring' instead of
23651 `insert-buffer'.
23652 (org-modify-diary-entry-string): New function.
23653 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23654 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23655 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23656 active region.
23657 (org-export-as-html): Handle QUOTE keyword.
23658 (org-quote-string): New option.
23659 (org-bookmark-jump-unhide): New function, used for
23660 `bookmark-after-jump-hook'.
23661 (org-diary-default-entry): Apply only when not called through
23662 `org-agenda'.
23663
23664 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
23665
23666 * net/eudc.el (mode-popup-menu):
23667 * play/handwrite.el (ps-printer-name, ps-lpr-command):
23668 * progmodes/ada-mode.el (compile-auto-highlight)
23669 (skeleton-further-elements):
23670 * progmodes/autoconf.el (font-lock-syntactic-keywords):
23671 * progmodes/cmacexp.el (msdos-shells):
23672 * progmodes/compile.el (font-lock-extra-managed-props)
23673 (font-lock-keywords, font-lock-maximum-size)
23674 (font-lock-support-mode):
23675 * progmodes/grep.el (font-lock-lines-before):
23676 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23677 * progmodes/mixal-mode.el (compile-command):
23678 * progmodes/perl-mode.el (font-lock-comment-face)
23679 (font-lock-doc-face, font-lock-string-face):
23680 * progmodes/prolog.el (comint-prompt-regexp):
23681 * progmodes/sh-script.el (font-lock-comment-face)
23682 (font-lock-set-defaults, font-lock-string-face):
23683 * progmodes/sql.el (font-lock-keyword-face)
23684 (font-lock-set-defaults, font-lock-string-face):
23685 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23686 (itimer-version, lazy-lock-defer-contextually)
23687 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23688 Add defvars.
23689
23690 * progmodes/cperl-mode.el (cperl-electric-lbrace)
23691 (cperl-electric-keyword, cperl-electric-pod)
23692 (cperl-electric-backspace, cperl-forward-re)
23693 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23694 (vc-rcs-header, vc-sccs-header): Add defvars.
23695
23696 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23697 (font-lock-syntactic-keywords, gud-find-expr-function):
23698 Add defvars.
23699
23700 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23701 (gdb-frame-parameters): Declare before use.
23702
23703 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23704 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23705 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23706 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23707
23708 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23709 (idlwave-help-with-source): Use `insert-buffer-substring', not
23710 `insert-buffer'.
23711
23712 2005-08-29 Juri Linkov <juri@jurta.org>
23713
23714 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23715 Put outline-back-to-heading function call inside save-excursion.
23716
23717 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
23718
23719 * man.el (Man-init-defvars, Man-translate-references)
23720 (Man-support-local-filenames, Man-highlight-references):
23721 * progmodes/sql.el (sql-interactive-mode):
23722 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23723
23724 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23725 (compilation-mode-font-lock-keywords): Add defvars.
23726 (checkdoc-interactive-loop): "?\ " -> "?\s".
23727
23728 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23729 (font-lock-doc-face, font-lock-string-face)
23730 (font-lock-keywords-case-fold-search): Add defvars.
23731 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23732
23733 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23734 Don't pass X and Y (they are ignored anyway).
23735 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23736 (mouse-delete-window): Make arguments optional.
23737
23738 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23739 (caesar-translate-table, minor-modes, news-buffer-save)
23740 (news-group-name, news-minor-modes): Add defvars.
23741
23742 * emacs-lisp/lselect.el (mouse-highlight-priority)
23743 (x-lost-selection-functions, zmacs-regions):
23744 * emacs-lisp/pp.el (font-lock-verbose):
23745 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23746 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23747 (ses-mode-map):
23748 * emacs-lisp/tcover-unsafep.el (safe-functions):
23749 * international/mule-cmds.el (mac-system-coding-system)
23750 (mac-system-locale):
23751 * language/ethio-util.el (rmail-current-message)
23752 (rmail-message-vector):
23753 * language/thai-util.el (thai-auto-composition-mode):
23754 * mail/metamail.el (rmail-current-message, rmail-message-vector):
23755 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23756 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23757 (vm-primary-inbox, vm-spool-files):
23758 * mail/rmail.el (deleted-head, font-lock-fontified)
23759 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23760 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23761 (total-messages):
23762 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23763 (rmail-summary-mode-map):
23764 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23765 (rmail-last-label, rmail-last-multi-labels)
23766 (rmail-summary-vector, rmail-total-messages):
23767 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23768 * mail/rmailsum.el (msgnum):
23769 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23770 (rmail-current-message):
23771 * obsolete/fast-lock.el (font-lock-face-list):
23772 * obsolete/rnewspost.el (mail-reply-buffer):
23773 * obsolete/scribe.el (compile-command):
23774 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23775
23776 2005-08-28 John Paul Wallington <jpw@gnu.org>
23777
23778 * ibuf-ext.el (ibuffer-auto-update-changed):
23779 Use `frame-or-buffer-changed-p' to check whether we need to update.
23780 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23781 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
23782 as a `frame-or-buffer-changed-p' state vector instead.
23783
23784 2005-08-27 Romain Francoise <romain@orebokech.com>
23785
23786 * textmodes/makeinfo.el (makeinfo-compile):
23787 Use `compilation-start'. Set `next-error-function' according to
23788 `disable-errors'.
23789 (makeinfo-next-error): New function.
23790 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23791 (makeinfo-buffer): Likewise.
23792
23793 * progmodes/compile.el (compilation-start): Add autoload cookie.
23794
23795 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23796 * textmodes/sgml-mode.el: Likewise.
23797 * progmodes/python.el: Likewise.
23798
23799 2005-08-27 Eli Zaretskii <eliz@gnu.org>
23800
23801 * simple.el (blink-matching-paren-distance): Document the meaning
23802 of nil value, and allow to customize to nil.
23803
23804 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23805 command.com, not command.exe.
23806
23807 2005-08-26 John Wiegley <johnw@newartisans.com>
23808
23809 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23810 code around a bit so that an extraneous nil argument is not added
23811 to a command when no args are given.
23812
23813 * eshell/esh-arg.el (eshell-parse-double-quote): If a
23814 double-quoted argument resolves to nil, return it as an empty
23815 string rather than as nil. This made it impossible to pass "" to
23816 a shell script as a null string argument.
23817
23818 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
23819
23820 * outline.el (outline-invent-heading): New fun.
23821 (outline-promote, outline-demote): Use it.
23822 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23823 (outline-end-of-subtree): Remove unused var `opoint'.
23824
23825 2005-08-26 David Reitter <david.reitter@gmail.com>
23826
23827 * menu-bar.el (truncate-lines, write-file, print-buffer)
23828 (ps-print-buffer-faces, ps-print-buffer, split-window):
23829 Disable menu items when the frame they refer to is invisible, or when
23830 they refer to a buffer and the minibuffer is selected.
23831
23832 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
23833
23834 * progmodes/flymake.el (flymake-highlight-err-lines):
23835 Use save-excursion around flymake-highlight-line to preserve point.
23836
23837 2005-08-26 Eli Zaretskii <eliz@gnu.org>
23838
23839 * progmodes/octave-mod.el: Change Author and Maintainer address.
23840 (octave-maintainer-address): Change Kurt's email address.
23841 * progmodes/octave-inf.el: Change Author and Maintainer address.
23842 * progmodes/octave-hlp.el: Change Author and Maintainer address.
23843
23844 2005-08-26 Kim F. Storm <storm@cua.dk>
23845
23846 * subr.el (version-list-<, version-list-<=, version-list-=):
23847 Rename from integer-list-*.
23848 (version-list-not-zero): Likewise. Fix while loop.
23849 (version=): Use version-list-= instead of string-equal.
23850
23851 2005-08-26 Richard M. Stallman <rms@gnu.org>
23852
23853 * outline.el (outline-promote): Try shortening the heading.
23854 As last resort, read the heading to use.
23855 (outline-demote): As last resort, read the heading to use.
23856
23857 2005-08-26 Romain Francoise <romain@orebokech.com>
23858
23859 * progmodes/compile.el (compilation-start): Doc fix.
23860
23861 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23862 (antlr-font-lock-additional-keywords): Fix reference to
23863 `antlr-font-lock-literal-regexp' erroneously changed during the
23864 mass face rename.
23865 (antlr-run-tool): Use `compilation-start'.
23866
23867 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23868 instead of the obsolete `compile-internal'.
23869
23870 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
23871
23872 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23873 (number, original-date):
23874 * calendar/cal-china.el (date):
23875 * calendar/cal-coptic.el (date):
23876 * calendar/cal-french.el (date):
23877 * calendar/cal-hebrew.el (date, entry, number, original-date):
23878 * calendar/cal-islam.el (date, number, original-date):
23879 * calendar/cal-iso.el (date):
23880 * calendar/cal-julian.el (date):
23881 * calendar/cal-mayan.el (date):
23882 * calendar/cal-menu.el (date, event):
23883 * calendar/cal-persia.el (date):
23884 * calendar/lunar.el (date):
23885 * calendar/solar.el (date): Add defvars.
23886
23887 * emerge.el:
23888 * ibuffer.el:
23889 * info-xref.el:
23890 * obsolete/bg-mouse.el:
23891 * obsolete/sun-curs.el:
23892 * obsolete/swedish.el: Move the `defvar's to the top level.
23893
23894 * smerge-mode.el (smerge-refined-change): Add :group.
23895
23896 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23897
23898 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23899 (smerge-keep-n): Remove props.
23900 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23901 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23902 now that it's done in smerge-keep-n.
23903 (smerge-refined-change): New face.
23904 (smerge-refine-chopup-region, smerge-refine-highlight-change)
23905 (smerge-refine): New funs.
23906 (smerge-basic-map): Bind smerge-refine.
23907
23908 2005-08-25 Juri Linkov <juri@jurta.org>
23909
23910 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23911 compilation-process-setup-function and compilation-disable-input
23912 in grep-mode instead of let-bindings in grep.
23913
23914 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23915 Delete "Automatic File De/compression" (auto-compression-mode).
23916
23917 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
23918
23919 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23920 Silence warning about non-existent variable.
23921
23922 2005-08-25 Richard M. Stallman <rms@gnu.org>
23923
23924 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23925 Rename "Describe Key" to "Describe Key or Mouse Operation".
23926
23927 * mail/mailalias.el (build-mail-aliases): Delete comments
23928 from the contents before processing them.
23929
23930 * isearch.el (isearch-edit-string): Erase the Search prompt
23931 if user enters an empty string and there is no default.
23932
23933 * comint.el (comint-file-name-prefix): Add autoload.
23934
23935 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
23936
23937 * subr.el (play-sound): Rearrange to avoid warning.
23938
23939 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
23940
23941 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23942 New hook.
23943 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23944
23945 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
23946
23947 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23948
23949 * custom.el (custom-theme-set-variables): Sort minor modes last.
23950
23951 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23952
23953 * subr.el (version-separator, version-regexp-alist): New vars used by
23954 version comparison funs.
23955 (integer-list-<, integer-list-=, integer-list-<=)
23956 (integer-list-not-zero): New funs for integer list comparison.
23957 (version-to-list, version=, version<, version<=): New funs for version
23958 comparison.
23959
23960 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
23961
23962 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23963 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23964 time to silence the byte-compiler.
23965
23966 * ibuffer.el (ibuffer-compile-make-eliding-form)
23967 (ibuffer-check-formats): Use `with-no-warnings' to hide references
23968 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23969 so it's silly to get warnings for it).
23970 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23971 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23972 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23973 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23974 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23975 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23976 Defvar at compile time.
23977 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23978 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23979 Declare them before use.
23980
23981 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23982 (info-xref-good, info-xref-bad): Defvar at compile time.
23983
23984 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23985 Use `let*' instead of `let'.
23986
23987 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23988 (*mouse-y*, menu, char): Defvar at compile time.
23989 (sc::menu): Declare it before use.
23990 (sc::pack-one-line): Use `let', not `let*'.
23991
23992 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23993 (mail-send-hook): Defvar at compile time.
23994
23995 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23996 Defvar at compile time.
23997
23998 * term/sun-mouse.el (current-global-mousemap)
23999 (current-local-mousemap): Declare them before use.
24000
24001 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24002
24003 * bookmark.el (bookmark-after-jump-hook): New hook.
24004 (bookmark-jump): Run `bookmark-after-jump-hook'.
24005
24006 2005-08-23 Juri Linkov <juri@jurta.org>
24007
24008 * faces.el (minibuffer-prompt): Doc fix.
24009
24010 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24011
24012 * progmodes/xscheme.el: Trivial changes to silence warnings.
24013 (xscheme-previous-mode, xscheme-previous-process-state):
24014 Add defvars.
24015 (xscheme-last-input-end, xscheme-process-command-line)
24016 (xscheme-process-name, xscheme-buffer-name)
24017 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24018 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24019 (xscheme-control-g-synchronization-p)
24020 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24021 (default-xscheme-runlight, xscheme-runlight)
24022 (xscheme-runlight-string, xscheme-process-filter-state)
24023 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24024 Move to beginning of file.
24025 (scheme-interaction-mode-commands-alist)
24026 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24027 Declare them before use. Note: the initialization code for the
24028 variables has not been moved because it uses functions that reference
24029 the variables.
24030 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24031 (xscheme-prompt-for-expression-map): Declare them before use.
24032 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24033
24034 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24035
24036 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24037
24038 2005-08-22 Juri Linkov <juri@jurta.org>
24039
24040 * faces.el (set-face-underline): Delete this duplicate function
24041 and make an obsolete alias to set-face-underline-p.
24042 (set-face-underline-p): Use docstring of set-face-underline.
24043 (describe-face): Create hyperlink to parent face.
24044
24045 * info.el (Info-insert-dir): Use save-excursion around
24046 insert-buffer-substring.
24047 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24048 (Info-escape-percent): Delete function.
24049 (Info-fontify-node): Replace Info-escape-percent by
24050 replace-regexp-in-string with REP arg set to lambda that
24051 duplicates `%' and preserves text properties.
24052
24053 * progmodes/compile.el (compilation-disable-input): Doc fix.
24054 (define-compilation-mode): Doc fix and refill.
24055 (kill-compilation): Use `mode-name' in the error message.
24056 (compilation-find-file): Use `compilation-error' in the
24057 read-file-name's prompt.
24058
24059 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24060
24061 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24062 (smerge-auto-leave): Make undo re-enable the mode.
24063 (debug-ignored-errors): Add the user-error of impossible resolution.
24064 (smerge-resolve): Move things around a bit, in preparation for later.
24065 (smerge-diff): Don't fail if the buffer has no associated file.
24066 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24067 (smerge-conflict-overlay): New function.
24068 (smerge-match-conflict): Don't add text properties here.
24069 (smerge-find-conflict): Instead, add an overlay here.
24070 Also check for the case where we're inside a conflict already, so as to
24071 obviate the need for font-lock-multiline, which is unbearably slow with
24072 large conflicts and ciomplex font-lock patterns.
24073 (smerge-remove-props): Remove overlay rather than text-properties.
24074 (smerge-mode): Don't set font-lock-multiline.
24075 Remove overlays when turned off.
24076
24077 2005-08-21 Kim F. Storm <storm@cua.dk>
24078
24079 * ido.el (ido-ignore-item-p): Use save-match-data.
24080 Bind case-fold-search to ido-case-fold locally.
24081
24082 2005-08-20 Richard M. Stallman <rms@gnu.org>
24083
24084 * files.el (normal-mode): If font lock is on, turn it off and on.
24085
24086 * subr.el (replace-regexp-in-string): Doc fix.
24087
24088 * startup.el (command-line-1): Don't suppress startup screen
24089 due to existing processes.
24090
24091 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24092
24093 * progmodes/compile.el (compilation-disable-input): Default to nil.
24094
24095 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24096
24097 * progmodes/compile.el (compilation-disable-input): New defcustom.
24098 (compilation-start): If compilation-disable-input is non-nil, send
24099 EOF to the compilation process.
24100
24101 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24102
24103 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24104 Run the argument of tex-shell-cd-command through
24105 convert-standard-filename, to get the correct style of slashes on
24106 Windows, and enclose the result in quotes, in case the file name
24107 includes whitespace or other special characters.
24108
24109 2005-08-19 Andreas Schwab <schwab@suse.de>
24110
24111 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24112 process.
24113
24114 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24115
24116 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24117
24118 2005-08-18 Kim F. Storm <storm@cua.dk>
24119
24120 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24121
24122 2005-08-18 Richard M. Stallman <rms@gnu.org>
24123
24124 * scroll-lock.el: New file.
24125
24126 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24127
24128 * dired.el (dired-move-to-end-of-filename):
24129 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24130
24131 2005-08-18 Kim F. Storm <storm@cua.dk>
24132
24133 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24134 rather than toggle mode when custom value is nil.
24135 (ido-everywhere): Fix defun doc string.
24136
24137 2005-08-17 Richard M. Stallman <rms@gnu.org>
24138
24139 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24140 as tag instead of "Inviolable".
24141
24142 2005-08-17 Kim F. Storm <storm@cua.dk>
24143
24144 * windmove.el (windmove-coordinates-of-position): Remove.
24145 (windmove-coordinates-of-window-position): Remove.
24146 (windmove-reference-loc): Use posn-at-point instead.
24147
24148 * subr.el (insert-for-yank-1): Doc fix.
24149
24150 * ido.el (ido-enter-matching-directory): Rename from
24151 ido-enter-single-matching-directory. Change `slash' choice to
24152 `only'. Add `first' choice.
24153 (ido-exhibit): Adapt to above changes.
24154
24155 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24156
24157 * Makefile.in: Expand comment about building loaddefs.el.
24158
24159 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24160
24161 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24162 Comment use of defadvice.
24163
24164 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24165
24166 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24167
24168 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24169 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24170 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24171 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24172 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24173 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24174 for backward compatibility for faces that did not appear in the
24175 previous Emacs release.
24176
24177 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24178
24179 2005-08-15 Kim F. Storm <storm@cua.dk>
24180
24181 * emulation/cua-base.el (cua-delete-region): Return t if
24182 deleted region was non-empty.
24183 (cua-replace-region): Inhibit overwrite-mode for
24184 self-insert-command if replaced region was non-empty.
24185 (cua--explicit-region-start, cua--status-string): Make them
24186 buffer-local at top-level...
24187 (cua-mode): ...rather than when mode is enabled.
24188
24189 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24190
24191 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24192 Set t for Emacs 21, 22, and so on.
24193
24194 2005-08-15 David Ponce <david@dponce.com>
24195
24196 * tree-widget.el: Update Commentary header.
24197 (tree-widget-theme): Doc fix.
24198 (tree-widget-space-width): New option.
24199 (tree-widget-image-properties): Look up in the default theme too.
24200 (tree-widget--cursors): Only for images with arrow pointer shape.
24201 (tree-widget-lookup-image): Pointer shape is hand by default.
24202 (tree-widget-icon): Rename generic icon widget from
24203 `tree-widget-control'.
24204 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24205 derive from `tree-widget-icon'.
24206 (tree-widget-handle): Improve default look and feel of the text
24207 representation.
24208 (tree-widget): Rename :*-control properties to :*-icon properties.
24209 Add :action and :help-echo properties.
24210 (tree-widget-after-toggle-functions): Move.
24211 (tree-widget-close-node, tree-widget-open-node): Remove.
24212 (tree-widget-before-create-icon-functions): New hook.
24213 (tree-widget-value-create): Update to allow customization of icons
24214 and nodes at run-time via that new hook.
24215 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24216 (tree-widget-icon-action, tree-widget-icon-help-echo)
24217 (tree-widget-action, tree-widget-help-echo): New functions.
24218
24219 2005-08-15 Kim F. Storm <storm@cua.dk>
24220
24221 * ido.el (ido-buffer-internal): Use with-no-warnings.
24222 (ido-make-merged-file-list): Use while-no-input.
24223
24224 2005-08-15 Richard M. Stallman <rms@gnu.org>
24225
24226 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24227 (flyspell-large-region): Fix doc and custom type.
24228
24229 2005-08-14 Richard M. Stallman <rms@gnu.org>
24230
24231 * files.el (interpreter-mode-alist): Doc fix.
24232
24233 * mail/rmail.el (rmail-nonignored-headers): New variable.
24234 (rmail-clear-headers): Use it.
24235 (rmail-reply): Better handling of mail-followup-to header.
24236
24237 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24238 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24239 don't try to refer to executable-font-lock-keywords.
24240 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24241 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24242 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24243 (sh-mode): Set comment-start-skip, local-abbrev-table,
24244 imenu-case-fold-search.
24245 (sh-set-shell): Don't set them here.
24246 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24247 Don't cache the results in the original alist; don't ever modify
24248 that alist.
24249
24250 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24251
24252 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24253 empty.
24254
24255 2005-08-15 Andreas Schwab <schwab@suse.de>
24256
24257 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24258
24259 * dired.el, info.el, mail/rmail.el: Revert last change.
24260
24261 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24262
24263 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24264 modification in `eval-after-load' form.
24265 * info.el: Likewise.
24266 * mail/rmail.el: Likewise.
24267
24268 2005-08-14 Juri Linkov <juri@jurta.org>
24269
24270 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24271 Remove highlighting of "Compilation started". Highlight only
24272 the word "finished" in "Compilation finished". Add highlighting
24273 of "interrupt", "killed", "terminated" and the exit code.
24274 (compilation-start): Add newline after header. Use exactly the
24275 same time stamp format as the finishing message.
24276 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24277
24278 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24279 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24280 Add highlighting of "interrupt", "killed", "terminated".
24281
24282 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24283 enabled and the current command is self-insert-command, call it
24284 explicitly with overwrite-mode bound to nil, to not allow it
24285 to delete the character after the selected region.
24286
24287 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24288
24289 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24290 move-end-of-line, end-of-line, and beginning-of-line to the list
24291 of commands after which the echo area is updated.
24292
24293 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24294
24295 * cus-edit.el (custom-save-all, custom-save-delete):
24296 Bind recentf-exclude to exclude custom-file.
24297
24298 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24299
24300 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24301 to go to the bottom of the mail message. Added to
24302 `rmail-summary-mode-map' with key "/".
24303 (rmail-summary-show-message): New (internal) function for use by
24304 both `rmail-summary-beginning/end-of-message'.
24305 (rmail-summary-beginning-of-message): Change to use
24306 rmail-summary-show-message.
24307
24308 * mail/rmail.el (rmail-end-of-message): New command to go to the
24309 end of the current message. Added to `rmail-mode-map' with key "/".
24310 (rmail-beginning-of-message): Fix to work as documented.
24311 (rmail-mode): Change documentation.
24312
24313 * progmodes/compile.el (compilation-start): Add the line
24314 "Compilation started" with compilation start time.
24315 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24316
24317 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24318
24319 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24320 of menu items.
24321
24322 2005-08-11 Richard M. Stallman <rms@gnu.org>
24323
24324 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24325
24326 * battery.el (battery-status-function): Don't use ignore-errors.
24327
24328 2005-08-11 Lute Kamstra <lute@gnu.org>
24329
24330 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24331 define-obsolete-variable-alias.
24332
24333 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24334
24335 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24336 (ange-ftp-send-cmd): Revert last change, and expand
24337 the comment explaining the problem.
24338
24339 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24340
24341 * ldefs-boot.el: Update.
24342
24343 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24344 item to "Time, Load and Mail". Change help echo text.
24345
24346 * time.el (display-time-use-mail-icon, display-time-format)
24347 (display-time-string-forms): Shorten first line of docstrings.
24348
24349 2005-08-10 Lars Hansen <larsh@soem.dk>
24350
24351 * desktop.el (desktop-buffer-mode-handlers):
24352 Make non-customizable. Add autoload cookie. Change initial value to
24353 nil; add elements in respective modules instead. Fix doc string.
24354 (desktop-load-file): New function.
24355 (desktop-minor-mode-handlers): New autoloaded variable.
24356 (desktop-create-buffer): Call minor mode handlers.
24357 Use desktop-load-file to load major and minor mode modules prior to
24358 checking for a handler.
24359 (desktop-save): Don't add nil to desktop-minor-modes for minor
24360 modes with nil function in desktop-minor-mode-table. Don't delete
24361 desktop file before rewriting it.
24362 (desktop-locals-to-save): Add autoload cookie. Don't make
24363 automatically buffer-local. Add variables column-number-mode,
24364 size-indication-mode, indent-tabs-mode,
24365 indicate-buffer-boundaries, indicate-empty-lines and
24366 show-trailing-whitespace.
24367 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24368 regexps. Don't use desktop-clear-preserve-buffers-regexp.
24369 (desktop-clear-preserve-buffers-regexp): Delete.
24370 (desktop-clear-preserve-buffers): Update initial value and docstring.
24371 (desktop-save-buffer): Fix doc string.
24372
24373 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24374 (hilit-chg-desktop-restore): New function.
24375 (highlight-changes-mode): Add highlight-changes-mode to
24376 desktop-locals-to-save.
24377
24378 * dired.el: Add handler to desktop-buffer-mode-handlers.
24379 (dired-restore-desktop-buffer): Remove autoload cookie.
24380 (dired-mode): Add autoload cookie.
24381
24382 * info.el: Add handler to desktop-buffer-mode-handlers.
24383 (Info-restore-desktop-buffer): Remove autoload cookie.
24384 (Info-mode): Add autoload cookie.
24385
24386 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24387 (mh-restore-desktop-buffer): Remove autoload cookie.
24388 (mh-folder-mode): Add autoload cookie.
24389
24390 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24391 (rmail-restore-desktop-buffer): Remove autoload cookie.
24392
24393 2005-08-11 Masatake YAMATO <jet@gyve.org>
24394
24395 * hexl.el (hexl-address-region):
24396 (hexl-ascii-region, hexl-font-lock-keywords):
24397 (hexl-highlight-line-range): Use the term "region"
24398 instead of "area" for consistency with the other symbols
24399 defined in hexl.el.
24400
24401 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
24402
24403 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24404 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24405 out by Juri Linkov). Add `display-battery-mode'.
24406
24407 2005-08-09 Juri Linkov <juri@jurta.org>
24408
24409 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24410 Remove `-text' from face variable names.
24411 (compilation-error-file-name, compilation-warning-file-name)
24412 (compilation-info-file-name): Delete faces.
24413 (compilation-line-number, compilation-column-number):
24414 Remove face underlining.
24415 (compilation-message-face): Set to `underline' value by default.
24416 (compilation-error-face, compilation-warning-face)
24417 (compilation-info-face): Remove `-file-name' from face names.
24418 (compilation-error-text-face, compilation-warning-text-face)
24419 (compilation-info-text-face): Delete face variables.
24420 (compilation-text-face): Delete function.
24421
24422 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24423 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24424 (grep-error-face): Set to `compilation-error' instead of
24425 `compilation-error-face' (which is redefined to `grep-hit-face' in
24426 grep buffers).
24427 (grep-mode-font-lock-keywords): Remove `-text' from face variable
24428 names. Use `grep-error-face' instead of `compilation-error-text-face'.
24429
24430 * dired-aux.el (dired-do-query-replace-regexp):
24431 Use `query-replace-read-args'.
24432
24433 * replace.el (query-replace-read-from, query-replace-read-to)
24434 (query-replace-read-args): Rename arg `string' to `prompt'.
24435
24436 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24437
24438 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
24439
24440 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24441 uploading files.
24442 (ange-ftp-canonize-filename): Handle file names beginning with ~
24443 correctly.
24444
24445 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24446
24447 * textmodes/fill.el (canonically-space-region)
24448 (fill-context-prefix, fill-french-nobreak-p)
24449 (fill-delete-newlines, fill-comment-paragraph)
24450 (justify-current-line): "?\ " -> "?\s".
24451
24452 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
24453
24454 * textmodes/fill.el (fill-nonuniform-paragraphs):
24455 Improve argument/docstring consistency.
24456
24457 2005-08-09 Richard M. Stallman <rms@gnu.org>
24458
24459 * textmodes/ispell.el (ispell-word): More fboundp checks.
24460
24461 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24462 (find-file-noselect-1): Call it here, only if RAWFILE.
24463 (normal-mode): Always set some major mode.
24464 (save-some-buffers-action-alist): Change some explanation strings.
24465 (file-name-non-special): In the `quote' method, use unwind-protect.
24466
24467 2005-08-09 Magnus Henoch <mange@freemail.hu>
24468
24469 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24470 (ispell-have-aspell-dictionaries): New variable.
24471 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24472 (ispell-get-aspell-config-value): New function.
24473 (ispell-aspell-find-dictionary): New function.
24474 (ispell-aspell-add-aliases): New function.
24475 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24476 appropriate. Don't look for ispell dictionaries if we use aspell.
24477 (ispell-menu-map): Don't build a submenu of dictionaries.
24478
24479 2005-08-09 Richard M. Stallman <rms@gnu.org>
24480
24481 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24482 (sql-read-passwd): Use read-passwd.
24483
24484 * progmodes/idlw-toolbar.el (idlwave-toolbar)
24485 (idlwave-toolbar-is-possible): Add defvars.
24486
24487 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24488 Avoid warnings.
24489
24490 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24491 (idlwave-system-class-info, idlwave-executive-commands-alist):
24492 Use defvar.
24493
24494 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24495
24496 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24497 Avoid warnings.
24498
24499 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24500 and content-type: headers.
24501
24502 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24503
24504 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24505 and rename some of them to be more self-explanatory.
24506
24507 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24508
24509 * startup.el (command-line-1): Implement -scriptload.
24510
24511 * replace.el (occur-engine): Initial *Occur* output not undoable.
24512
24513 * menu-bar.el (menu-bar-file-menu): Rename some menu items
24514 and improve help strings.
24515
24516 * isearch.el (isearch-repeat): When changing direction,
24517 mark search successful.
24518
24519 * ediff-init.el: Use (featurep 'xemacs).
24520
24521 * comint.el (send-invisible): Identify buffer, if not selected.
24522
24523 * align.el: Delete autoload for c-guess-basic-syntax.
24524
24525 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24526
24527 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24528 Improve argument/docstring consistency. Doc fixes.
24529 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24530 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24531 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24532 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24533 (r2bv-organization, r2bv-pages, r2bv-primary-author)
24534 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24535 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24536 Defvar at compile time.
24537
24538 2005-08-09 Juri Linkov <juri@jurta.org>
24539
24540 * info.el: Replace `info' with upper-case `Info' where appropriate.
24541 (info-title-1, info-title-2, info-title-3, info-title-4)
24542 (info-menu-header): Move up face definitions.
24543 (info-menu-star): Rename from `info-menu-5'.
24544 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24545 (Info-fontify-visited-nodes): Fix docstring.
24546 (Info-hide-note-references): Fix docstring.
24547 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24548 menu items in the same way as on cross-references.
24549 (info-apropos): Fix sorting order and formatting to be like in the
24550 stand-alone Info browser. Display error messages for 1 sec.
24551 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
24552 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24553 from the menu bar.
24554 (Info-insert-dir): Restore point after calling
24555 `insert-buffer-substring'.
24556
24557 2005-08-08 Richard M. Stallman <rms@gnu.org>
24558
24559 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24560 (recompute-lucid-menubar): Add defvars.
24561
24562 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24563
24564 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24565
24566 * net/net-utils.el (run-dig): Rename from `dig'.
24567
24568 * play/gametree.el (gametree-mode): Use make-local-variable,
24569 not make-variable-buffer-local.
24570
24571 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24572
24573 * ansi-color.el (ansi-color-make-extent)
24574 (ansi-color-set-extent-face): Use fboundp, not functionp.
24575
24576 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24577 not make-variable-buffer-local.
24578
24579 * bookmark.el (Info-current-file): Add defvar.
24580 (bookmark-jump-noselect): Use with-no-warnings.
24581
24582 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24583
24584 * ebuff-menu.el (Helper-return-blurb): Add defvar.
24585
24586 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24587
24588 * find-file.el (ada-procedure-start-regexp)
24589 (ada-package-start-regexp): Add defvars.
24590
24591 * info.el (Info-insert-dir): Use insert-buffer-substring.
24592
24593 * xml.el (xml-att-def-re): Add defvar.
24594
24595 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24596 calling convention.
24597
24598 * subr.el (while-no-input): Return t if there is input.
24599
24600 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
24601
24602 * cus-start.el (all): Add `overflow-newline-into-fringe'.
24603
24604 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
24605
24606 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24607 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24608
24609 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
24610
24611 * cmuscheme.el (scheme-start-file): Replace reference to
24612 `user-emacs-directory' by "~/.emacs.d/".
24613
24614 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
24615
24616 * info.el (Info-dir-remove-duplicates): Avoid case folding
24617 in loop; instead, keep downcased strings for comparison.
24618 Suggested by Helmut Eller.
24619
24620 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
24621
24622 Sync with Tramp 2.0.50.
24623
24624 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24625 XEmacs case; not necessary anymore.
24626 (tramp-user-regexp): Allow "@" as part of user name.
24627 (tramp-handle-set-visited-file-modtime)
24628 (tramp-handle-insert-file-contents)
24629 (tramp-handle-write-region): No special handling for
24630 `last-coding-system-used, because this is done in
24631 `tramp-accept-process-output' now.
24632 (tramp-accept-process-output): New defun.
24633 (tramp-process-one-action, tramp-process-one-multi-action)
24634 (tramp-wait-for-regexp, tramp-wait-for-output)
24635 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
24636 Howells <dhowells@redhat.com>.
24637 (clear-visited-file-modtime): Defadvice removed. The check for
24638 unset buffer's modtime does not need to be based on
24639 `tramp-buffer-file-attributes'. Suggested by RMS.
24640 (tramp-message): Insert "\n" if not being at beginning of line.
24641 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24642 sequence with same logic.
24643 (tramp-completion-handle-expand-file-name): Discard call of
24644 `tramp-drop-volume-letter'. It is not necessary, and there have
24645 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24646 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24647 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24648 should always be visible.
24649 (tramp-handle-insert-directory, tramp-setup-complete)
24650 (tramp-set-process-query-on-exit-flag)
24651 (tramp-append-tramp-buffers): Pacify byte-compiler.
24652 (tramp-bug): Delete non-existing variables from list.
24653 Apply `tramp-load-report-modules' as pre-hook.
24654 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24655 `shell-prompt-pattern' because of non-7bit characters.
24656 Reported by Sebastian Luque <sluque@mun.ca>.
24657 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24658 (tramp-match-string-list): Remove function.
24659 (tramp-wait-for-regexp): Remove call of that function.
24660 Suggested by Kim F. Storm <storm@cua.dk>.
24661 (tramp-set-auto-save-file-modes): Use octal integer code #o600
24662 instead of octal character code ?\600. The latter resulted in a
24663 syntax error with XEmacs.
24664
24665 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24666 XEmacs case; not necessary anymore.
24667 (tramp-smb-handle-write-region): No special handling for
24668 `last-coding-system-used, because this is done in
24669 `tramp-accept-process-output' now.
24670 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24671
24672 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
24673
24674 * wid-edit.el (widget-choice-value-create):
24675 Unconditionally respect user choice. Set :explicit-choice back to nil
24676 when no longer needed.
24677 (widget-choice-action): Unconditionally respect user choice.
24678 Eliminate :explicit-choice-value.
24679
24680 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24681
24682 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24683 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24684 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24685 running new function `toggle-indicate-empty-lines'.
24686 Rename "Customize" item to "Customize fringe".
24687 Rename "Indicators" item to "Buffer boundaries" and change help echo.
24688 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24689 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24690 Delete "Empty lines only" item.
24691 (menu-bar-showhide-fringe-ind-customize): New function.
24692 (menu-bar-showhide-fringe-ind-mixed)
24693 (menu-bar-showhide-fringe-ind-box)
24694 (menu-bar-showhide-fringe-ind-right)
24695 (menu-bar-showhide-fringe-ind-left)
24696 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24697 instead of `fringe-indicators'.
24698
24699 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24700
24701 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24702 Change the date of last update.
24703
24704 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24705
24706 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24707 (viper-exec-yank, viper-put-back): Don't display modification msg
24708 if in the minibuffer.
24709
24710 * viper-init.el (viper-replace-overlay-cursor-color)
24711 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24712 Make variables frame local.
24713
24714 * viper-util.el (viper-append-filter-alist): Use append instead of
24715 nconc.
24716
24717 * viper.el (viper-vi-state-mode-list)
24718 (viper-emacs-state-mode-list): Move help-mode and
24719 completion-list-mode from the first list to the second.
24720 (viper-mode): Docstring.
24721 (viper-go-away, viper-non-hook-settings): Don't localize
24722 minor-mode-alist in newer Emacsen. Add advice to
24723 set-cursor-color. Don't bind "\C-c\\".
24724
24725 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
24726
24727 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24728 (scheme-macro-expand-command): New user options.
24729 (scheme-trace-procedure, scheme-expand-current-form): New commands.
24730 (scheme-form-at-point, scheme-start-file)
24731 (scheme-interactively-start-process): New functions.
24732 (scheme-get-process): New function, extracted from `scheme-proc'.
24733 (run-scheme): Call `scheme-start-file' to get start file, and pass
24734 it to `make-comint'.
24735 (switch-to-scheme, scheme-proc):
24736 Call `scheme-interactively-start-process' if no Scheme buffer/process
24737 is available.
24738
24739 2005-08-06 Juri Linkov <juri@jurta.org>
24740
24741 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24742 Use `compilation-text-face', `compilation-info-text-face' and
24743 `compilation-error-text-face' instead of `font-lock-keyword-face'.
24744 (compilation-error): New face.
24745 (compilation-error-file-name): Inherit from
24746 `compilation-error' instead of `font-lock-warning-face'.
24747 (compilation-warning-file-name): Inherit from
24748 `compilation-warning' instead of `font-lock-warning-face'.
24749 (compilation-info, compilation-error-file-name)
24750 (compilation-warning-file-name, compilation-info-file-name)
24751 (compilation-line-number, compilation-column-number): Doc fix.
24752 (compilation-error-text-face, compilation-warning-text-face)
24753 (compilation-info-text-face): New face variables.
24754 (compilation-line-face, compilation-column-face)
24755 (compilation-enter-directory-face)
24756 (compilation-leave-directory-face): Doc fix.
24757 (compilation-text-face): New function.
24758
24759 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24760 instead of 1 to display binary file names as info file links.
24761 (grep-error-face): Use `compilation-error-face' instead of
24762 `font-lock-keyword-face'.
24763 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24764 and `compilation-warning-text-face' instead of
24765 `font-lock-keyword-face'. Use `compilation-error-text-face'
24766 instead of `grep-error-face'.
24767
24768 2005-08-05 Kenichi Handa <handa@m17n.org>
24769
24770 * international/code-pages.el: Add autoload cookies for all coding
24771 systems.
24772
24773 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
24774
24775 * cus-start.el (all): Put undo.c where it alphabetically belongs.
24776
24777 2005-08-04 Juri Linkov <juri@jurta.org>
24778
24779 * progmodes/compile.el (compilation-mode-map):
24780 * progmodes/grep.el (grep-mode-map):
24781 Bind TAB to `compilation-next-error' and [backtab] to
24782 `compilation-previous-error'.
24783
24784 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24785 matching line numbers, column numbers and their ranges with regexp
24786 matching only line numbers.
24787 (grep-context-face): New face variable.
24788 (grep-mode-font-lock-keywords): Use it.
24789
24790 * faces.el (read-face-name): Delete duplicate faces.
24791
24792 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
24793
24794 * thumbs.el (thumbs-find-image): Don't make variables
24795 automatically buffer local.
24796 (thumbs-current-tmp-filename, thumbs-current-image-filename)
24797 (thumbs-image-num): Make automatically buffer local.
24798 (thumbs-show-thumbs-list): Use `make-local-variable', not
24799 `make-variable-buffer-local'.
24800 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24801
24802 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24803 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24804 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24805 (bother, bye, canyou, chatlst, continue, deathlst, describe)
24806 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24807 (feelings-about, foullst, found, hello, history, howareyoulst)
24808 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24809 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24810 (neglst, obj, object, owner, please, problems, qlist)
24811 (random-adjective, relation, remlst, repetitive-shortness)
24812 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24813 (shortlst, something, sportslst, stallmanlst, states, subj)
24814 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24815 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24816 Defvar at compile time.
24817
24818 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24819 not `make-variable-buffer-local'.
24820
24821 2005-08-02 Kim F. Storm <storm@cua.dk>
24822
24823 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24824 rectangle overlay in selected window.
24825
24826 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
24827
24828 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24829 instead of display group. Make `indicate-buffer-boundaries'
24830 customizable through Custom.
24831
24832 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
24833
24834 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24835 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24836 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24837 (gdb-put-string): Fix typos in docstrings.
24838
24839 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
24840
24841 Update copyright notices of files in progmodes directory for
24842 release of Emacs 22.1.
24843
24844 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24845
24846 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24847 Don't barf if the GUD buffer has been killed.
24848
24849 2005-08-01 Kim F. Storm <storm@cua.dk>
24850
24851 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24852
24853 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
24854
24855 * simple.el (next-error-follow-minor-mode):
24856 make-variable-buffer-local -> make-local-variable.
24857
24858 * emacs-lisp/cl-extra.el: Require CL also when compiling.
24859
24860 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24861 (byte-compile-form-make-variable-buffer-local): New functions to warn
24862 about misuses of make-variable-buffer-local where make-local-variable
24863 was meant.
24864
24865 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
24866
24867 * bs.el (bs-attributes-list): Doc fix.
24868 (bs): Update url-link.
24869
24870 * desktop.el (desktop-save-buffer): Fix typos in docstring.
24871 (desktop-load-default): Simplify.
24872
24873 * ibuffer.el (ibuffer-columnize-and-insert-list)
24874 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24875 (ibuffer-unmark-all, ibuffer-toggle-marks)
24876 (ibuffer-unmark-forward, ibuffer-unmark-backward)
24877 (ibuffer-compile-make-format-form, ibuffer-format-column)
24878 (ibuffer-current-buffers-with-marks)
24879 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24880 (ibuffer): Doc fix.
24881 (ibuffer-mode): Fix typo in docstring.
24882 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24883 with `define-obsolete-variable-alias'.
24884 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
24885
24886 2005-07-29 Kenichi Handa <handa@m17n.org>
24887
24888 * international/mule-cmds.el (select-message-coding-system):
24889 Be sure to use LF for end-of-line. If no coding system is decided,
24890 return iso-8859-1-unix.
24891
24892 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
24893
24894 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24895 (ange-ftp-pending-error-line): New vars.
24896 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24897 to handle the non-fatal no-route-to-host messages.
24898 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24899
24900 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
24901
24902 * isearch.el (isearch-mode-map, isearch-other-meta-char)
24903 (isearch-quote-char, isearch-printing-char)
24904 (isearch-text-char-description): "?\ " -> "?\s".
24905 (isearch-lazy-highlight-cleanup)
24906 (isearch-lazy-highlight-initial-delay)
24907 (isearch-lazy-highlight-interval)
24908 (isearch-lazy-highlight-max-at-a-time)
24909 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24910 Declare with define-obsolete-*-alias macros.
24911 (isearch-forward): Fix typo in docstring.
24912 (search-invisible, search-ring-yank-pointer)
24913 (regexp-search-ring-yank-pointer): Doc fixes.
24914
24915 * recentf.el (recentf-menu-append-commands-p): Declare with
24916 `define-obsolete-variable-alias'.
24917 (recentf-max-saved-items, recentf-menu-filter)
24918 (recentf-arrange-by-rule-subfilter): Doc fixes.
24919 (recentf-menu-append-commands-flag)
24920 (recentf-initialize-file-name-history, recentf-expand-file-name)
24921 (recentf-clear-data): Fix typos in docstrings.
24922
24923 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
24924
24925 * progmodes/gdb-ui.el: Smarten comments.
24926 (gdb-info-breakpoints-custom): Use nowarn when finding file.
24927
24928 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
24929
24930 * term/apollo.el (terminal-init-apollo): New function containing
24931 all former top level forms in the file.
24932 * term/bobcat.el (terminal-init-bobcat):
24933 * term/cygwin.el (terminal-init-cygwin):
24934 * term/iris-ansi.el (terminal-init-iris-ansi):
24935 * term/linux.el (terminal-init-linux):
24936 * term/news.el (terminal-init-news):
24937 * term/rxvt.el (terminal-init-rxvt):
24938 * term/sun.el (terminal-init-sun):
24939 * term/tvi970.el (terminal-init-tvi970):
24940 * term/vt100.el (terminal-init-vt100):
24941 * term/vt102.el (terminal-init-vt102):
24942 * term/vt125.el (terminal-init-vt125):
24943 * term/vt200.el (terminal-init-vt200):
24944 * term/vt201.el (terminal-init-vt201):
24945 * term/vt220.el (terminal-init-vt220):
24946 * term/vt240.el (terminal-init-vt240):
24947 * term/vt300.el (terminal-init-vt300):
24948 * term/vt320.el (terminal-init-vt320):
24949 * term/vt400.el (terminal-init-vt400):
24950 * term/vt420.el (terminal-init-vt420):
24951 * term/wyse50.el (terminal-init-wyse50):
24952 * term/xterm.el (terminal-init-xterm): Likewise.
24953
24954 * term/README: Describe the terminal-init-* functionality.
24955
24956 * startup.el (command-line): After loading the terminal initialization
24957 file call the corresponding terminal initialization function.
24958
24959 2005-07-27 Kenichi Handa <handa@m17n.org>
24960
24961 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24962 negative.
24963
24964 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24965 (ps-mule-composition-prologue): Fix for the case that
24966 RelativeCompose is false.
24967
24968 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24969
24970 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24971
24972 * descr-text.el (describe-char): Handle the case where the list of
24973 chars is displayed in a separate frame.
24974 Be a bit more discriminating when looking for the char.
24975
24976 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
24977
24978 * bookmark.el (bookmark-automatically-show-annotations)
24979 (bookmark-read-annotation-text-func): Doc fixes.
24980 (bookmark-save): Improve argument/docstring consistency.
24981 (bookmark-get-bookmark, bookmark-get-bookmark-record)
24982 (bookmark-alist-from-buffer)
24983 (bookmark-upgrade-file-format-from-0)
24984 (bookmark-grok-file-format-version)
24985 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24986 (bookmark-read-annotation-mode)
24987 (bookmark-insert-current-bookmark, bookmark-jump)
24988 (bookmark-exit-hook): Fix typos in docstrings.
24989 (bookmark-exit-hooks): Define as obsolete alias.
24990 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24991 not `bookmark-exit-hooks'. Fix docstring.
24992 (bookmark-bmenu-select): "?\ " -> "?\s".
24993
24994 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
24995
24996 * startup.el (command-line): Fix typo.
24997
24998 2005-07-24 Richard M. Stallman <rms@gnu.org>
24999
25000 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25001 not emacs-quick-startup.
25002
25003 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25004
25005 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25006 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25007 instead of `reb-with-current-window'.
25008 (reb-prev-match): Likewise. Also, don't move left if the search
25009 was unsuccessful.
25010 (reb-initialize-buffer): New function.
25011 (re-builder, reb-change-syntax): Use it.
25012
25013 * man.el (Man-goto-page): Make second argument NOERROR optional.
25014
25015 2005-07-23 Richard M. Stallman <rms@gnu.org>
25016
25017 * man.el (Man-bgproc-sentinel): Check here for failure to find
25018 any man page in the output, and report the error here.
25019 (Man-arguments): Make it permanent local.
25020 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25021 (Man-mode): Pass t for NOERROR.
25022
25023 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25024 (grep-mode-font-lock-keywords):
25025 Don't use compilation-...-face for messages that are not file names.
25026
25027 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25028 Don't use compilation-...-face for messages that are not file names.
25029
25030 2005-07-22 Juri Linkov <juri@jurta.org>
25031
25032 * startup.el (normal-splash-screen): Update menu name.
25033
25034 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25035
25036 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25037
25038 * term/xterm.el: Load term/rxvt if the terminal is actually an
25039 rxvt terminal.
25040 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25041
25042 * term/rxvt.el (function-key-map): Use substitute-key-definition
25043 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25044
25045 * term/cygwin.el: New file.
25046
25047 2005-07-22 Kim F. Storm <storm@cua.dk>
25048
25049 * image-file.el (insert-image-file, image-file-yank-handler):
25050 Fix last change to maintain a (unique) yank-handler on yanked images.
25051
25052 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25053
25054 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25055 of the file size (as in "177B" for 177 bytes). This happens with
25056 "ls -lh" on FreeBSD.
25057
25058 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25059
25060 * hilit-chg.el (highlight-changes-global-initial-state)
25061 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25062 (hilit-chg-fixup, highlight-changes-mode):
25063 Fix typos in docstrings.
25064 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25065 Doc fixes.
25066
25067 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25068
25069 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25070 mode function using `eval-after-load'.
25071
25072 2005-07-21 Kim F. Storm <storm@cua.dk>
25073
25074 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25075 included when reporting an Emacs crash, and tell about the DEBUG file.
25076
25077 * image-file.el (insert-image-file): Add yank-handler.
25078 (image-file-yank-handler): Yank handler to make unique copies of
25079 images when they are yanked into a buffer next to each other.
25080
25081 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25082
25083 * comint.el (comint-use-prompt-regexp, comint-send-input)
25084 (comint-source-default, comint-extract-string)
25085 (comint-get-source, comint-word, comint-completion)
25086 (comint-source, comint-prompt-read-only, comint-update-fence):
25087 Fix typos in docstrings.
25088 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25089 Declare with define-obsolete-*-alias macros.
25090 (comint-previous-matching-input-from-input)
25091 (comint-next-matching-input-from-input)
25092 (comint-previous-matching-input, comint-next-matching-input)
25093 (comint-forward-matching-input):
25094 Improve argument/docstring consistency.
25095
25096 * desktop.el (desktop-clear-preserve-buffers-regexp):
25097 Also preserve the *server* buffer.
25098
25099 * simple.el (clone-indirect-buffer): Doc fix.
25100 (fixup-whitespace, just-one-space)
25101 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25102 (next-error, next-error-highlight)
25103 (next-error-highlight-no-select, next-error-last-buffer)
25104 (next-error-buffer-p, next-error-find-buffer, next-error)
25105 (previous-error, next-error-no-select, previous-error-no-select)
25106 (open-line, split-line, minibuffer-prompt-width, kill-new)
25107 (binary-overwrite-mode): Fix typos in docstrings.
25108 (set-fill-column): Fix typo in message.
25109
25110 * skeleton.el (skeleton-proxy-new): Doc fix.
25111
25112 * strokes.el (strokes-load-hook): Doc fix.
25113 (strokes-grid-resolution, strokes-get-grid-position)
25114 (strokes-renormalize-to-grid, strokes-read-stroke)
25115 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25116 (strokes-global-map): Fix typos in docstrings.
25117 (strokes-help): Doc fix. Fix help message and pass it through
25118 `substitute-command-keys'.
25119
25120 * tempo.el (tempo-insert-prompt, tempo-interactive)
25121 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25122 (tempo-insert-string-functions, tempo-local-tags)
25123 (tempo-define-template, tempo-insert-template)
25124 (tempo-insert-prompt-compat, tempo-is-user-element)
25125 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25126 Fix typos in docstrings.
25127
25128 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25129 (vcursor-key-bindings, vcursor-use-vcursor-map)
25130 (vcursor-find-window, vcursor-scroll-down)
25131 (vcursor-disable, vcursor-beginning-of-buffer)
25132 (vcursor-end-of-buffer): Fix typos in docstrings.
25133 (vcursor-relative-move, vcursor-get-char-count):
25134 Improve argument/docstring consistency.
25135
25136 * version.el: "?\ " -> "?\s".
25137
25138 * wid-edit.el (widget-default-create, widget-after-change)
25139 (widget-default-format-handler, widget-checklist-add-item)
25140 (widget-radio-add-item, widget-choose, widget-specify-secret)
25141 (widget-field-value-create, widget-field-value-get)
25142 (widget-editable-list-format-handler)
25143 (widget-editable-list-entry-create, widget-group-value-create)
25144 (widget-documentation-link-add)
25145 (widget-documentation-string-value-create): "?\ " -> "?\s".
25146 (widget-convert-text): Doc fix.
25147 (widget-narrow-to-field, widget-field-find)
25148 (widget-url-link-action, widget-emacs-library-link-action)
25149 (widget-color-notify): Fix typos in docstrings.
25150
25151 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25152 (x-select-text, set-w32-system-coding-system)
25153 (w32-add-charset-info): Fix typos in docstrings.
25154
25155 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25156 (cua-enable-cua-keys, cua-use-hyper-key)
25157 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25158 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25159
25160 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25161
25162 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25163 `defalias' instead of faking it.
25164
25165 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25166 (eshell-ls-missing, eshell-ls-dired-initial-args)
25167 (eshell-ls-use-in-dired): Fix typos in docstrings.
25168
25169 2005-07-20 Kim F. Storm <storm@cua.dk>
25170
25171 * emulation/cua-base.el (cua-mode): Improve doc string.
25172
25173 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25174
25175 * abbrev.el (expand-region-abbrevs): Doc fix.
25176 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25177 Improve argument/docstring consistency.
25178
25179 * arc-mode.el (archive-get-descr, archive-alternate-display):
25180 Doc fixes.
25181 (archive-l-e): Improve argument/docstring consistency.
25182 (archive-tmpdir, archive-unixdate, archive-unixtime)
25183 (archive-chmod-entry): Fix typos in docstrings.
25184 (archive-unflag, archive-unflag-backwards)
25185 (archive-unmark-all-files): "?\ " -> "?\s".
25186
25187 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25188 (Buffer-menu-not-modified, Buffer-menu-execute)
25189 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25190 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25191
25192 * composite.el (compose-string, encode-composition-rule)
25193 (compose-last-chars): Fix typos in docstrings.
25194
25195 * desktop.el (desktop-enable, desktop-basefilename):
25196 Declare with `define-obsolete-variable-alias'.
25197 (desktop-internal-v2s): Don't quote keywords.
25198 (desktop-clear): "?\ " -> "?\s".
25199
25200 * dired.el (dired-align-file, dired-flag-backup-files)
25201 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25202 (dired-listing-switches, dired-ls-F-marks-symlinks)
25203 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25204 (dired-directory, dired-faces, dired, dired-revert)
25205 (dired-mode, dired-summary, dired-view-file)
25206 (dired-copy-filename-as-kill, dired-delete-file)
25207 (dired-no-confirm, dired-unmark-all-marks)
25208 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25209 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25210 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25211 Fix typos in message strings.
25212
25213 * dired-x.el (virtual-dired): Declare with `defalias'.
25214 (dired-mark-unmarked-files, dired-local-variables-file)
25215 (dired-omit-here-always): Doc fix.
25216 (dired-omit-mode, dired-find-subdir)
25217 (dired-enable-local-variables, dired-clean-up-buffers-too)
25218 (dired-extra-startup, dired-mark-extension, dired-jump)
25219 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25220 (dired-smart-shell-command, dired-guess-shell-alist-user)
25221 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25222 (dired-x-bind-find-file, dired-x-submit-report):
25223 Fix typos in docstrings.
25224 (dired-mark-unmarked-files): "?\ " -> "?\s".
25225
25226 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25227
25228 * faces.el (describe-face): "?\ " -> "?\s".
25229 (read-all-face-attributes, read-face-font, modify-face)
25230 (face-attr-construct, italic): Fix typos in docstrings.
25231 (frame-update-face-colors): Declare with
25232 `define-obsolete-function-alias'.
25233
25234 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25235 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25236 (magic-mode-alist, buffer-file-numbers-unique)
25237 (write-file-functions, get-free-disk-space):
25238 Fix typos in docstrings.
25239 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25240 (write-contents-hooks, write-file-hooks):
25241 Declare with `define-obsolete-variable-alias'.
25242
25243 * forms-d2.el (arch-rj): Fix typo in docstrings.
25244 (arch-tocol): Likewise. "?\ " -> "?\s".
25245
25246 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25247 Fix typo in docstring.
25248 (set-screen-width, set-screen-height): Delete redundant info in
25249 doctrings.
25250 (new-frame, screen-height, screen-width): Declare with
25251 `define-obsolete-function-alias'.
25252 (delete-frame-hook, blink-cursor): Declare with
25253 `define-obsolete-variable-alias'.
25254
25255 * paths.el (prune-directory-list): Fix typos in docstring.
25256
25257 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25258 (cvs-prefix-get): Fix typos in docstrings.
25259
25260 * ps-print.el (ps-extend-face-list, ps-extend-face)
25261 (ps-print-background-image): Fix typos in docstrings.
25262 (ps-default-fg, ps-default-bg): Doc fixes.
25263
25264 * s-region.el (s-region-bind): Doc fix.
25265 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25266
25267 * textmodes/org.el (org-table-formula-substitute-names)
25268 (org-table-get-vertical-vector): Doc fixes.
25269 (org-table-recalculate): Remove unused argument to `message'.
25270
25271 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25272
25273 * textmodes/org.el (org-table-column-names)
25274 (org-table-column-name-regexp)
25275 (org-table-named-field-locations): New variables.
25276 (org-archive-subtree): Protect `this-command' when calling
25277 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25278 the kill buffer.
25279 (org-complete): Remove fixed-formula completion.
25280 (org-edit-formulas-map): New variable.
25281 (org-table-edit-formulas): New command.
25282 (org-finish-edit-formulas, org-abort-edit-formulas)
25283 (org-show-variable, org-table-get-vertical-vector): New functions.
25284 (org-table-maybe-eval-formula): Handle `:=' fields.
25285 (org-table-get-stored-formulas, org-table-store-formulas)
25286 (org-table-get-formula, org-table-modify-formulas)
25287 (org-table-replace-in-formulas): Handle named field formulas.
25288 (org-table-get-specials): Store locations of named fields.
25289
25290 2005-07-19 Juri Linkov <juri@jurta.org>
25291
25292 * progmodes/grep.el (grep-regexp-alist)
25293 (grep-mode-font-lock-keywords, grep-process-setup):
25294 Use default GNU grep match color "01;31m" instead of "01;41m".
25295 (grep-regexp-alist, grep-mode-font-lock-keywords):
25296 Use `\\[[0-9]*m' instead of `\\[00m'.
25297 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25298 sgr_start where its handling is more important. Use the real
25299 length of sgr_start instead of constant 8.
25300 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25301 specially. Delete all remaining escape sequences.
25302 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25303 (grep-regexp-alist): Make hyperlink only for binary file name
25304 instead of the whole line.
25305 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25306 (grep-mode): Add autoload.
25307
25308 * emacs-lisp/find-func.el (find-function-regexp):
25309 Add `define-compilation-mode'.
25310
25311 2005-07-19 Juri Linkov <juri@jurta.org>
25312
25313 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25314 (compare-windows-sync-string-size, compare-windows-recenter)
25315 (compare-windows-highlight, compare-windows): Add version 22.1.
25316 (compare-windows) <defface>: Inherit from lazy-highlight instead
25317 of duplicating its default value.
25318
25319 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25320 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25321
25322 * descr-text.el (describe-char): Create link buttons for `charset'
25323 and `code point'. Add the current input method name with a link
25324 button to `to input' field. Print face names of display table
25325 characters in `The display table entry is displayed by' section
25326 instead of printing face-id in the `display' field.
25327 Guess hardcoded faces and create a link button for them.
25328 Skip empty fields when calculating max-width.
25329 Treat `widget-create' specially while inserting strings from the
25330 collected field list.
25331 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25332
25333 * diff-mode.el (diff-file-header): Change foreground color from
25334 yellow to green on light backgrounds.
25335 (diff-context): Inherit from `shadow' only for color/grayscale
25336 with more than 88 colors.
25337 (diff-indicator-removed, diff-indicator-added)
25338 (diff-indicator-changed): New faces.
25339 (diff-font-lock-keywords): Use new faces. Regroup rules.
25340 Add "^---$" for `normal' diff format. Fontify `#' lines with
25341 font-lock-comment-delimiter-face and font-lock-comment-face.
25342 Add `#' to ^[^...] in the rule for `diff-context-face'.
25343
25344 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25345 a button-like box. Inherit from `highlight' on low colors.
25346 (shadow): Use shades of gray only for color/grayscale with
25347 more than 88 colors. Use green for light backgrounds with
25348 8 colors, and yellow for dark backgrounds with 8 colors.
25349
25350 * font-lock.el (font-lock-regexp-grouping-backslash):
25351 Don't inherit from escape-glyph (use bold for all cases).
25352
25353 * info.el (info-xref-visited): Use light foreground color `violet'
25354 for dark backgrounds instead of dark color `magenta3'.
25355 (info-title-1): Use `yellow' color for dark backgrounds.
25356
25357 * isearch.el (isearch): Use not-too-dark magenta3 instead of
25358 too-light magenta2.
25359
25360 * replace.el (match): Use slightly more light RoyalBlue3 instead
25361 of dark RoyalBlue4.
25362
25363 * wid-edit.el (widget-inactive): Inherit from `shadow'.
25364
25365 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
25366
25367 * novice.el (disabled-command-hook): Declare it with
25368 `define-obsolete-variable-alias'.
25369
25370 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25371 (desktop-buffer-misc-functions, desktop-buffer-handlers)
25372 (desktop-load-default): Add release to obsolescence info.
25373 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25374 (desktop-append-buffer-args, desktop-read):
25375 Fix typos in docstrings.
25376 (desktop-kill): Fix typo in message.
25377 (desktop-save): Doc fix.
25378
25379 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
25380
25381 * viper-cmd.el (viper-escape-to-state): Bug fix.
25382 (viper-envelop-ESC-key): Change the definition of fast
25383 keysequence so it'll work with keyboard macros.
25384
25385 * ediff.el (ediff-patch-buffer): Change the docstring.
25386
25387 2005-07-19 Kenichi Handa <handa@m17n.org>
25388
25389 * international/mule-cmds.el (select-safe-coding-system): Try to
25390 use an auto-coding (if any) before anything else. If the found
25391 auto-coding is invalid, show a warning message.
25392
25393 * international/mule.el (find-auto-coding): New function created
25394 by modifying the body of set-auto-coding.
25395 (set-auto-coding): Use find-auto-coding to find a coding.
25396
25397 2005-07-18 Richard M. Stallman <rms@gnu.org>
25398
25399 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25400 not isearch-mode-end-hook-error.
25401 (allout-before-change-protect): Fix error message.
25402
25403 2005-07-18 Juri Linkov <juri@jurta.org>
25404
25405 * allout.el (allout-mode):
25406 * calculator.el (calculator-copy):
25407 * custom.el (custom-known-themes):
25408 * dired.el (dired-desktop-buffer-misc-data)
25409 (dired-restore-desktop-buffer):
25410 * dired-x.el (dired-omit-marker-char):
25411 * files.el (basic-save-buffer):
25412 * font-core.el (font-lock-mode):
25413 * calendar/calendar.el (calendar-goto-hebrew-date)
25414 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25415 (calendar-goto-persian-date):
25416 * language/ethio-util.el (ethio-sera-to-fidel-region):
25417 * textmodes/picture.el (picture-mode):
25418 Delete duplicate duplicate words.
25419
25420 2005-07-18 Juri Linkov <juri@jurta.org>
25421
25422 * isearch.el (isearch-mode-map): Remove key bindings for regexp
25423 chars * ? } |.
25424 (isearch-fallback): Don't call `isearch-process-search-char'.
25425 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25426 (isearch-process-search-char): Call `isearch-fallback' for regexp
25427 chars * ? } |.
25428 (isearch-return-char): Make obsolete with `make-obsolete' instead
25429 of simply documenting it as obsolete in the docstring.
25430 (isearch-fallback): Refill docstring.
25431
25432 * international/isearch-x.el
25433 (isearch-process-search-multibyte-characters): Remove unneeded
25434 `concat'. Add intermediate values to `junk-hist' instead of
25435 `minibuffer-history'. Test the length of `str'.
25436
25437 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
25438
25439 * allout.el (allout-resolve-xref): Fix typos in error strings.
25440 (allout-before-change-protect): Remove unneeded `concat'.
25441
25442 * array.el (array-mode, array-reconfigure-rows)
25443 (untabify-backward): Fix typos in docstrings.
25444 (array-reconfigure-rows): Use `insert-buffer-substring', not
25445 `insert-buffer'.
25446
25447 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25448 * progmodes/ada-mode.el (ada-make-body):
25449 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25450
25451 * dired.el (dired-log):
25452 * tar-mode.el (tar-subfile-save-buffer):
25453 * play/zone.el (zone-pgm-stress-destress):
25454 Use `insert-buffer-substring', not `insert-buffer'.
25455
25456 2005-07-17 Simon Josefsson <jas@extundo.com>
25457
25458 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25459
25460 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
25461
25462 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25463 Add plain auth method.
25464 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25465
25466 2005-07-17 Kim F. Storm <storm@cua.dk>
25467
25468 * ido.el (dired-other-window): Add ido property.
25469
25470 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
25471
25472 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25473 Fix typo in docstring.
25474 (byte-compile-interactive-only-functions): Add `insert-buffer' and
25475 `insert-file-literally'.
25476
25477 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25478 info and delete redundant message. Doc fix.
25479 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25480 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25481
25482 2005-07-16 Richard M. Stallman <rms@gnu.org>
25483
25484 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25485 (byte-compile-and): Use byte-compile-and-recursion.
25486 (byte-compile-or-recursion): New function.
25487 (byte-compile-or): Use that.
25488 (byte-compile-if): Guard the else-clause too.
25489 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25490
25491 * isearch.el (isearch-mode-end-hook-quit): New variable.
25492 (isearch-done): Bind it.
25493 (isearch-mode-end-hook): Doc fix.
25494
25495 * allout.el (allout-isearch-did-quit): Variable deleted.
25496 (allout-real-isearch-abort): Function name no longer used.
25497 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25498 (allout-isearch-rectification): isearch-mode always exists.
25499 Don't set allout-isearch-did-quit.
25500 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25501 allout-isearch-did-quit.
25502 (allout-enwrap-isearch): Just add the hook.
25503 (allout-isearch-abort): Function deleted.
25504 (allout-pre-command-business): Avoid warning.
25505
25506 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25507 Correctly avoid warnings.
25508 (pascal-outline): Likewise.
25509
25510 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25511
25512 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25513
25514 * play/tetris.el (tetris-mode): Avoid warning.
25515
25516 * play/snake.el (snake-mode): Avoid warning.
25517
25518 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25519 (gamegrid-set-display-table): Avoid warning.
25520 (gamegrid-set-timer): Likewise.
25521 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25522 (gamegrid-add-score-with-update-game-score-1): Take FILE
25523 as argument.
25524 (gamegrid-add-score-with-update-game-score): Pass that argument.
25525 Rename have-shared-game-dir to gamegrid-shared-game-dir.
25526
25527 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25528
25529 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25530 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25531
25532 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25533 and insert-file.
25534
25535 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25536 (sc-ask): Avoid warnings.
25537
25538 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25539 (eshell-hist-initialize): Use that var the natural way.
25540
25541 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25542
25543 * emacs-lisp/re-builder.el (reb-cook-regexp):
25544 Avoid warning calling lre-compile-string.
25545 (reb-color-display-p): Avoid warning.
25546
25547 * calculator.el (calculator-last-input): Guard uses
25548 of event-key and key-press-event-p.
25549 (event-key, key-press-event-p): Delete definitions.
25550
25551 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25552 (find-gc-source-directory, find-gc-subrs-callers)
25553 (find-gc-noreturn-list, find-gc-source-files)
25554 (find-gc-subrs-called): Vars renamed and defvar'd.
25555
25556 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25557 (checkdoc-overlay-put, checkdoc-delete-overlay)
25558 (checkdoc-overlay-start, checkdoc-overlay-end)
25559 (checkdoc-mode-line-update, checkdoc-char=):
25560 Define such that compiler knows they are defined.
25561 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
25562 (checkdoc-read-event): Delete. Use read-event directly.
25563
25564 * whitespace.el (whitespace-make-overlay)
25565 (whitespace-overlay-put, whitespace-delete-overlay)
25566 (whitespace-overlay-start, whitespace-overlay-end):
25567 Define such that compiler knows they are defined.
25568 (whitespace): Move conditional inside.
25569
25570 * tempo.el (tempo-insert-template): Suppress warning.
25571
25572 * ediff-diff.el (longlines-mode): Add defvar.
25573
25574 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
25575
25576 * server.el: Bind "C-x #" in a way that works even if C-x is
25577 redefined to a command key, not a prefix key.
25578
25579 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25580
25581 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25582 cl-make-type-test till execution time.
25583
25584 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
25585
25586 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25587 arg ARG and use it.
25588
25589 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25590
25591 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25592
25593 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
25594
25595 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25596 a defcustom with two :set or :type keywords.
25597
25598 2005-07-15 Richard M. Stallman <rms@gnu.org>
25599
25600 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25601 Don't give ^M comment-end syntax.
25602
25603 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
25604
25605 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25606 Don't consider gdbmi (gdb-mi.el has its own update functions).
25607 (gdb-var-delete): Make it work for gdbmi as well.
25608 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25609
25610 * progmodes/gud.el (etags, sdb): Only require etags when needed.
25611 (gud-speedbar-menu-items): Correct logic for enabling items.
25612
25613 2005-07-15 Kim F. Storm <storm@cua.dk>
25614
25615 * ido.el: Fix commentary.
25616 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25617 Use with-no-warnings around ffap-guesser.
25618 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25619 Let bind minibuffer-completing-file-name to t.
25620
25621 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
25622
25623 * startup.el (site-run-file, keyboard-type): Doc fixes.
25624 (command-line): Check for "--basic-display" argument; also for
25625 "--quick", not "--bare-bones" (which was renamed).
25626 (fancy-splash-text): Add missing item "Getting New Versions".
25627 (normal-splash-screen): Fix typos and improve consistency with
25628 `fancy-splash-text'. Update copyright year.
25629
25630 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25631 valid binding for `help-char'.
25632
25633 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25634
25635 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
25636
25637 * term.el (term-mode): Disable cua-mode for term buffers.
25638
25639 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
25640
25641 * add-log.el (add-log-mailing-address, change-log-merge):
25642 Doc fixes.
25643 (change-log-get-method-definition): Fix typo in docstring.
25644
25645 2005-07-14 Kim F. Storm <storm@cua.dk>
25646
25647 * emulation/cua-base.el:
25648 (cua--pre-command-handler-1, cua--pre-command-handler)
25649 (cua--post-command-handler-1, cua--post-command-handler):
25650 Split in two. Check (buffer local) value of cua-mode.
25651 (cua-selection-mode): New command.
25652
25653 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
25654
25655 * custom.el (custom-initialize-safe-set)
25656 (custom-initialize-safe-default): Doc fixes.
25657
25658 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25659 and simplify :init-value again.
25660
25661 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25662 and simplify :init-value again. Delete autoload.
25663
25664 * startup.el (command-line): Use `custom-reevaluate-setting' again
25665 for tooltip-mode.
25666
25667 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25668 a defcustom with two :initialize keywords.
25669
25670 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
25671
25672 * allout.el (my-mark-marker, allout-isearch-prior-pos)
25673 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25674 (allout-post-command-business, allout-flag-region)
25675 (isearch-reenable-font-lock, allout-yank)
25676 (allout-insert-latex-header, allout-insert-latex-trailer)
25677 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25678 (allout-latex-verb-quote): Fix typos in docstrings.
25679 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25680 (allout-unprotected, allout-prefix-data):
25681 Improve argument/docstring consistency.
25682 (allout-chart-subtree): Fix argument spec.
25683 (allout-open-topic): Rename `use_sib_bullet' argument to
25684 `use-sib-bullet'. Doc fix.
25685
25686 * whitespace.el (whitespace-check-buffer-leading)
25687 (whitespace-check-buffer-trailing)
25688 (whitespace-check-buffer-indent)
25689 (whitespace-check-buffer-spacetab)
25690 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25691 (whitespace-check-leading-whitespace)
25692 (whitespace-check-trailing-whitespace)
25693 (whitespace-check-spacetab-whitespace)
25694 (whitespace-check-indent-whitespace)
25695 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25696 (whitespace-modes): Fix typos in docstrings.
25697 (defgroup, defcustom): Doc fixes.
25698
25699 * winner.el (winner-mode, winner-boring-buffers)
25700 (winner-pending-undo-ring): Doc fixes.
25701 (winner-ring): Remove unneeded `progn'.
25702 (winner-equal): `defsubst' it.
25703 (winner-redo): Fix message.
25704
25705 2005-07-13 Kim F. Storm <storm@cua.dk>
25706
25707 * simple.el (line-move-1): Always use vertical-motion to
25708 do the last (or only) line move to ensure some movement.
25709 Undo 2005-06-23 change--don't check for overlays.
25710
25711 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25712
25713 * term/mac-win.el (ccl-encode-mac-roman-font)
25714 (ccl-encode-mac-centraleurroman-font)
25715 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25716 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25717 Change charset-id boundary of dimension to ?\xef.
25718 (mac-char-fontspec-list): New constant.
25719 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
25720 argument. Nil uses itself as family in font-spec. Previous
25721 behavior for nil is now provided by non-nil non-string argument.
25722 All callers changed. Add font-specs for Mac fonts to
25723 "fontset-default" unless iso8859-1 fonts are installed.
25724
25725 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25726
25727 * progmodes/sh-script.el (sh-get-indent-info): Only indent
25728 a continuation line if the \ is preceded by SPC or TAB.
25729 (sh-get-indent-info): Simplify.
25730 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25731 Use with-current-buffer.
25732
25733 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25734 when the matched text is empty.
25735
25736 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
25737
25738 * startup.el (command-line): Revert to previous handling of
25739 tooltip-mode. Explain in comment why the complexity is needed.
25740
25741 * tooltip.el (tooltip-mode): Revert to previous implementation of
25742 its defcustom.
25743
25744 * frame.el (blink-cursor-mode): Revert to previous implementation
25745 of its defcustom. Update comment.
25746
25747 2005-07-12 Lars Hansen <larsh@soem.dk>
25748
25749 * desktop.el: Update e-mail address.
25750
25751 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25752
25753 * term/mac-win.el (mac-services-mail-selection)
25754 (mac-services-mail-to): New functions.
25755 (mac-application-menu-map): Bind them.
25756
25757 2005-07-12 wulei <milton@wulei.net> (tiny change)
25758
25759 * progmodes/gdb-ui.el: Add note about buffering with Windows.
25760
25761 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
25762
25763 * custom.el (custom-reevaluate-setting): Doc fix.
25764
25765 2005-07-11 Jay Belanger <belanger@truman.edu>
25766
25767 * calc/calc.el (calc-embedded-announce-formula-alist)
25768 (calc-embedded-open-close-plain-alist)
25769 (calc-embedded-open-close-mode-alist): Add checks for additional
25770 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25771
25772 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
25773
25774 * custom.el (custom-enable-theme): Don't add theme to
25775 `custom-enabled-themes' with `push' because there is no
25776 setf-method for `delq'.
25777
25778 2005-07-11 Richard M. Stallman <rms@gnu.org>
25779
25780 * custom.el (custom-declare-variable): Doc fix.
25781
25782 * dired-aux.el (dired-compare-directories): Remove "." and ".."
25783 from the alists.
25784
25785 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25786 Do nothing if edebug-active.
25787
25788 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25789 (edebug-display): Do it here instead.
25790
25791 2005-07-10 Richard M. Stallman <rms@gnu.org>
25792
25793 * cus-face.el (custom-theme-set-faces): Make it work.
25794 (custom-reset-faces): Doc fix.
25795 (custom-theme-reset-internal-face, custom-theme-face-value):
25796 Functions deleted.
25797
25798 * custom.el (custom-push-theme): Maintain list of the settings
25799 of a given theme in its theme-settings property.
25800 Maintain position of old settings in the theme-value
25801 or theme-face property.
25802 (custom-enabled-themes): New variable.
25803 (custom-theme-enabled-p): New function.
25804 (provide-theme): Update custom-enabled-themes.
25805 Disable and reenable the `user' theme.
25806 (require-theme): Doc fix.
25807 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25808 (custom-theme-value, custom-theme-variable-value): Likewise.
25809 (custom-theme-reset-internal): Likewise.
25810 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25811 (custom-enable-theme, custom-disable-theme): New functions.
25812 (custom-variable-theme-value, custom-face-theme-value): Likewise.
25813 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25814 (custom-theme-reset-variables): Simplify.
25815 (deftheme, custom-declare-theme, custom-make-theme-feature):
25816 Definitions moved.
25817
25818 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
25819
25820 * longlines.el (longlines-show-region)
25821 (longlines-unshow-hard-newlines): Recognize hard newlines by
25822 non-nil hard property, instead of t.
25823
25824 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
25825
25826 * viper-cmd.el (viper--key-maps): New variable.
25827 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25828 emulation-mode-map-alists.
25829 (viper-envelop-ESC-key): Use viper-subseq.
25830 (viper-search-forward/backward/next): Disable debug-on-error.
25831
25832 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25833 (viper-ESC-key): New defcustoms.
25834
25835 * viper-macs.el (ex-map-read-args): Use viper-subseq.
25836
25837 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25838 (viper-subseq): Copy of subseq from cl.el.
25839
25840 * viper.el (viper-go-away, viper-set-hooks): Use
25841 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25842
25843 * viper-mous.el (viper-current-frame-saved): Use defvar.
25844
25845 * viper-init.el: Get rid of -face in face names.
25846
25847 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25848 Make it work with longlines mode.
25849
25850 * ediff-mult.el (ediff-meta-mode-hook): New variable.
25851
25852 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25853
25854 * ediff-init.el: Get rid of -face in face names.
25855
25856 2005-07-10 Richard M. Stallman <rms@gnu.org>
25857
25858 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25859 and with-timeout-unsuspend.
25860
25861 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25862 and with-timeout-unsuspend.
25863
25864 * emacs-lisp/timer.el (with-timeout-timers): New variable.
25865 (with-timeout): Bind that variable to record timers.
25866 (with-timeout-suspend, with-timeout-unsuspend): New functions.
25867
25868 * emacs-lisp/debug.el (debug-help-follow): New function.
25869 (debugger-mode-map): Use that instead of help-follow.
25870 (debugger-setup-buffer): Use eval-buffer-list
25871 to handle eval-buffer frames.
25872
25873 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
25874
25875 * timezone.el (timezone-parse-date): Change first regexp
25876 so it will not mistakenly match dates with no time zone.
25877
25878 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
25879
25880 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25881
25882 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
25883
25884 * custom.el (custom-initialize-safe-set)
25885 (custom-initialize-safe-default): New functions.
25886
25887 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25888 and simplify :init-value.
25889
25890 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25891 and simplify :init-value. Delete obsolete comment.
25892
25893 * startup.el (command-line): Use `custom-reevaluate-setting' to
25894 handle `tooltip-mode'. Delete obsolete comment.
25895
25896 * files.el (set-visited-file-name): Avoid calling
25897 `file-name-nondirectory' with a nil argument.
25898
25899 2005-07-09 Richard M. Stallman <rms@gnu.org>
25900
25901 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25902 was called with nil for the buffer, handle the read position right.
25903 Handle read position for eval-region, too.
25904
25905 2005-07-09 Juri Linkov <juri@jurta.org>
25906
25907 * fringe.el (fringe-mode): Add period in docstring.
25908 (fringe-query-style): Build prompt depending on `all-frames' arg.
25909
25910 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25911 to not create links to unrelated functions in the Help buffer.
25912
25913 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25914 Doc fix.
25915
25916 * simple.el (next-error-hook): New variable.
25917 (next-error): Use it. Doc fix.
25918
25919 * textmodes/ispell.el (ispell-command-loop): Add current
25920 dictionary name and program name to mode-line-format.
25921 (ispell-region, ispell-process-line): Add current dictionary name
25922 and program name to messages.
25923
25924 2005-07-08 Jay Belanger <belanger@truman.edu>
25925
25926 * calc/calc.el (calc-embedded-announce-formula-alist)
25927 (calc-embedded-open-close-formula-alist)
25928 (calc-embedded-open-close-word-alist)
25929 (calc-embedded-open-close-plain-alist)
25930 (calc-embedded-open-close-new-formula-alist)
25931 (calc-embedded-open-close-mode-alist)
25932 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25933 (calc-embedded-mode-hook): New variables.
25934
25935 * calc/calc-embed.el (calc-embedded-firsttime)
25936 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25937 New variables.
25938 (calc-do-embedded): Use calc-embedded-firsttime,
25939 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25940 determine whether or not to run hooks.
25941 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25942 calc-embedded-firsttime-formula appropriately.
25943 Set calc-embedded delimiter variables according to mode.
25944
25945 2005-07-08 Richard M. Stallman <rms@gnu.org>
25946
25947 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25948 Check for "emacs", etc., as entire symbol, not just as word.
25949 (checkdoc-file-comments-engine): Use regexp-quote on FN.
25950
25951 * files.el (set-visited-file-name): Report the error
25952 for "empty filename" earlier.
25953 (kill-some-buffers): Ignore buffers already dead.
25954
25955 * fringe.el (fringe-mode): Doc fix.
25956
25957 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25958 Check for (featurep 'xemacs) and turn off warnings in what it guards.
25959 Use unwind-protect to ensure byte-compile-unresolved-functions
25960 is updated.
25961
25962 * whitespace.el (whitespace-buffer-leading-cleanup):
25963 Simplify w/ skip-chars-forward.
25964 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25965
25966 * mail/rmail.el (rmail-only-expunge): Fix paren error.
25967 Unconditionally try to leave point at the same old place.
25968
25969 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
25970
25971 * comint.el (comint-postoutput-scroll-to-bottom)
25972 (comint-show-maximum-output): Take scroll-margin into consideration.
25973
25974 2005-07-08 Kim F. Storm <storm@cua.dk>
25975
25976 * ido.el (ido-use-filename-at-point): New choice `guess'.
25977 (ido-file-internal): Try ffap-guesser if selected.
25978
25979 * ido.el (ido-before-fallback-functions): New hook.
25980 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25981 (ido-read-file-name): Run it.
25982
25983 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
25984
25985 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25986 strings rather than a list of symbols to the completion function.
25987
25988 2005-07-07 Jay Belanger <belanger@truman.edu>
25989
25990 * calc/calc-units.el (math-apply-units): Change the places in
25991 which units are simplified.
25992
25993 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
25994
25995 * cus-edit.el (customize-option, customize-option-other-window):
25996 Make them handle aliases.
25997
25998 * custom.el (custom-variable-p): Make it recursively follow
25999 aliases. Mention that in the docstring.
26000
26001 2005-07-07 Richard M. Stallman <rms@gnu.org>
26002
26003 * cus-start.el (exec-path): Use `directory' instead of `file'.
26004 Fix tag for nil.
26005
26006 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26007
26008 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26009 when called non-interactively. Doc fix.
26010
26011 2005-07-07 Lute Kamstra <lute@gnu.org>
26012
26013 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26014 new address as well.
26015
26016 2005-07-07 Kenichi Handa <handa@m17n.org>
26017
26018 * international/mule.el (make-coding-system):
26019 Describe `ascii-incompatible' property in the docstring.
26020 (set-file-name-coding-system): Signal an error if coding-system is
26021 ascii-incompatible.
26022 (set-keyboard-coding-system): Likewise.
26023
26024 * international/mule-cmds.el (set-default-coding-systems):
26025 Don't set default-file-name-coding-system and
26026 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26027
26028 * international/utf-16.el: Declare that all UTF-16-based coding
26029 systems are ASCII-incompatible.
26030
26031 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26032
26033 * progmodes/gud.el: Require font-lock for displaying errors.
26034 Used by gdb-ui.el.
26035
26036 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26037
26038 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26039 values for the pattern lists which are `read'able but not
26040 `append'able (like symbols).
26041
26042 2005-07-06 Richard M. Stallman <rms@gnu.org>
26043
26044 * progmodes/flymake.el (flymake-float-time): Instead of
26045 with-no-warnings, test for XEmacs.
26046 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26047 to avoid warning.
26048
26049 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26050
26051 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26052
26053 2005-07-05 Lute Kamstra <lute@gnu.org>
26054
26055 * battery.el: Add support for Darwin (with much debugging help
26056 from Samuel Lauber <sam124@operamail.com>).
26057 (battery-status-function, battery-echo-area-format)
26058 (battery-mode-line-format): Add support for pmset on Darwin.
26059 (battery-load-low, battery-load-critical): New user options.
26060 (battery-pmset): New function.
26061
26062 2005-07-05 Lute Kamstra <lute@gnu.org>
26063
26064 Update FSF's address in GPL notices.
26065
26066 * textmodes/page-ext.el: Update FSF's address.
26067
26068 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26069
26070 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26071 filling from using prefix when filling a single-line docstring.
26072
26073 * progmodes/flymake.el: Remove useless eval-when-compile.
26074
26075 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26076
26077 2005-07-04 Richard M. Stallman <rms@gnu.org>
26078
26079 * textmodes/org.el (org-file-apps-defaults-gnu):
26080 Rename from org-file-apps-defaults-linux.
26081 (org-default-apps): Don't test system-type for `linux'.
26082 (org-file-apps): Doc fix.
26083
26084 2005-07-04 David Ponce <david@dponce.com>
26085
26086 * tree-widget.el: Improve header Commentary section.
26087 (tree-widget) [defgroup]
26088 (tree-widget-image-enable, tree-widget-themes-directory)
26089 (tree-widget-theme, tree-widget-image-properties-emacs)
26090 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26091 (tree-widget-image-formats, tree-widget-control)
26092 (tree-widget-empty-control, tree-widget-leaf-control
26093 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26094 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26095 (tree-widget-keep, tree-widget-after-toggle-functions)
26096 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26097 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26098 :help-echo message.
26099 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26100 (tree-widget-image-properties): Doc fix. Clearer implementation.
26101 (tree-widget--cursors): New constant.
26102 (tree-widget-lookup-image): New function split from
26103 `tree-widget-find-image'. Clearer implementation.
26104 (tree-widget-find-image): Use it.
26105 (tree-widget-button-keymap): Use `set-keymap-parent'.
26106 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26107 Define the sub-widgets here.
26108 (tree-widget-node): Check that :node is not a tree-widget.
26109 (tree-widget-get-super, tree-widget-open-control)
26110 (tree-widget-close-control, tree-widget-empty-control)
26111 (tree-widget-leaf-control, tree-widget-guide)
26112 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26113 (tree-widget-no-handle, tree-widget-value-delete)
26114 (tree-widget-map): Remove.
26115 (tree-widget-children-value-save): Doc fix. Simplified.
26116 (tree-widget-value-create): Update according to previous changes.
26117
26118 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26119
26120 * textmodes/org.el: Leading space replaced by TABS.
26121 (org-recalc-marks, org-table-rotate-recalc-marks)
26122 (org-table-get-specials): Treat "^" and "_" marks.
26123 (org-table-justify-field-maybe): Optional argument NEW.
26124 (org-table-eval-formula): Parsing of the format simplified.
26125 New modes C,I. Honor the %= parameter in the current table.
26126 Avoid unnecessary re-align by using the NEW argument to
26127 `org-table-justify-field-maybe'.
26128 (org-calc-default-modes): Default for date-format mimicks org-mode.
26129 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26130
26131 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26132
26133 * cus-face.el (custom-theme-set-faces): Make it handle face
26134 aliases whose alias declarations are pre- or autoloaded.
26135
26136 2005-07-04 Juri Linkov <juri@jurta.org>
26137
26138 * faces.el (read-face-name): Put the code for getting a face name
26139 from the buffer before adding the faces from the `face' property.
26140 Use `completing-read-multiple' instead of `completing-read'.
26141 Require `crm'. Add default value and post-process the returned
26142 list of faces.
26143
26144 * emacs-lisp/crm.el (crm-find-current-element)
26145 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26146
26147 * emacs-lisp/lisp-mode.el (eval-defun-1):
26148 * emacs-lisp/edebug.el (edebug-eval-defun):
26149 Remove unnecessary quotes.
26150
26151 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26152
26153 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26154 (prolog-indent-level): Fix typo in docstring.
26155
26156 * info.el (Info-history, Info-history-forward)
26157 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26158
26159 * add-log.el (add-change-log-entry):
26160 * comint.el (comint-dynamic-list-input-ring)
26161 (comint-dynamic-list-completions):
26162 * dabbrev.el (dabbrev-expand):
26163 * delim-col.el (delimit-columns-rectangle-line):
26164 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26165 (diff-unified->context):
26166 * ediff-init.el (ediff-abbrev-jobname):
26167 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26168 (ediff-replace-session-activity-marker-in-meta-buffer):
26169 * info.el (Info-summary):
26170 * lpr.el (printify-region):
26171 * printing.el (pr-create-interface):
26172 * ps-print.el (ps-print-quote):
26173 * ses.el (ses-column-widths, ses-print-cell)
26174 (ses-adjust-print-width, ses-center):
26175 * shell.el (shell-file-name-quote-list):
26176 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26177 (strokes-fill-current-buffer-with-whitespace)
26178 (strokes-xpm-for-stroke, strokes-list-strokes)
26179 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26180 * term.el (term-dynamic-list-input-ring)
26181 (term-dynamic-list-completions):
26182 * calc/calc.el (math-format-stack-value):
26183 * emacs-lisp/edebug.el (edebug-display-freq-count):
26184 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26185 (delphi-new-comment-line):
26186 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26187 * progmodes/executable.el (executable-set-magic):
26188 * progmodes/python.el (inferior-python-mode):
26189 * progmodes/scheme.el (scheme-mode-syntax-table):
26190 * progmodes/sh-script.el (sh-maybe-here-document):
26191 * progmodes/sql.el (sql-copy-column):
26192 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26193 * textmodes/bibtex.el (bibtex-mode):
26194 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26195 (sgml-auto-attributes):
26196 * textmodes/table.el (table-insert, table-shorten-cell)
26197 (table--generate-source-scan-lines, table-delete-row)
26198 (*table--cell-delete-char, table--spacify-frame)
26199 (table--horizontally-shift-above-and-below)
26200 (table--cell-insert-char, table--cell-blank-str)
26201 (table--fill-region-strictly):
26202 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26203 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26204
26205 * add-log.el (change-log):
26206 * apropos.el (apropos):
26207 * comint.el (comint-completion, comint-source):
26208 * dabbrev.el (dabbrev):
26209 * delim-col.el (columns):
26210 * diff-mode.el (diff-mode):
26211 * ediff.el (ediff):
26212 * ediff-diff.el (ediff-diff):
26213 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26214 * ediff-mult.el (ediff-mult):
26215 * ediff-ptch.el (ediff-ptch):
26216 * ediff-wind.el (ediff-window):
26217 * facemenu.el (facemenu):
26218 * indent.el (indent):
26219 * info.el (info):
26220 * jka-cmpr-hook.el (compression, jka-compr):
26221 * lpr.el (lpr):
26222 * outline.el (outlines):
26223 * pcmpl-cvs.el (pcmpl-cvs):
26224 * pcmpl-rpm.el (pcmpl-rpm):
26225 * printing.el (printing):
26226 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26227 (ps-print-vertical, ps-print-headers, ps-print-font)
26228 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26229 (ps-print-background, ps-print-printer, ps-print-page)
26230 (ps-print-miscellany):
26231 * ses.el (ses):
26232 * shell.el (shell, shell-directories, shell-faces):
26233 * startup.el (initialization):
26234 * strokes.el (strokes):
26235 * term.el (term):
26236 * uniquify.el (uniquify):
26237 * w32-vars.el (w32):
26238 * calc/calc.el (calc):
26239 * emacs-lisp/bytecomp.el (bytecomp):
26240 * emacs-lisp/cl-indent.el (lisp-indent):
26241 * emacs-lisp/edebug.el (edebug):
26242 * emacs-lisp/elp.el (elp):
26243 * emacs-lisp/testcover.el (testcover):
26244 * emacs-lisp/trace.el (trace):
26245 * emulation/viper-ex.el (viper-ex):
26246 * emulation/viper-mous.el (viper-mouse):
26247 * mail/mailalias.el (mailalias):
26248 * mail/supercite.el (supercite, supercite-frames)
26249 (supercite-attr, supercite-cite, supercite-hooks):
26250 * net/rcompile.el (remote-compile):
26251 * net/rlogin.el (rlogin):
26252 * obsolete/ooutline.el (outlines):
26253 * progmodes/delphi.el (delphi):
26254 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26255 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26256 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26257 (ebnf-optimization):
26258 * progmodes/etags.el (etags):
26259 * progmodes/executable.el (executable):
26260 * progmodes/idlwave.el (idlwave):
26261 * progmodes/pascal.el (pascal):
26262 * progmodes/prolog.el (prolog):
26263 * progmodes/python.el (python):
26264 * progmodes/scheme.el (scheme):
26265 * progmodes/sh-script.el (sh, sh-script):
26266 * progmodes/sql.el (SQL):
26267 * progmodes/tcl.el (tcl):
26268 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26269 * textmodes/enriched.el (enriched):
26270 * textmodes/makeinfo.el (makeinfo):
26271 * textmodes/sgml-mode.el (sgml):
26272 * textmodes/table.el (table-hooks):
26273 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26274 * textmodes/texinfo.el (texinfo):
26275 * textmodes/two-column.el (two-column):
26276 Finish `defgroup' description with period.
26277
26278 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26279 * eshell/esh-var.el (eshell-var):
26280 * progmodes/vhdl-mode.el (vhdl-testbench):
26281 * textmodes/org.el (org): Fix typos in docstrings.
26282
26283 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26284 consistency.
26285
26286 * progmodes/flymake.el (flymake-find-file): Remove.
26287 (flymake-float-time): Use `with-no-warnings'.
26288 (flymake-check-start-time, flymake-check-was-interrupted)
26289 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26290 (flymake-new-err-info): `defvar' at compile time.
26291
26292 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26293
26294 * replace.el (occur-hook): Doc fix.
26295 (occur-1): Don't call `occur-hook' if there are no matches.
26296
26297 2005-07-03 Richard M. Stallman <rms@gnu.org>
26298
26299 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26300 global-map, save the same map.
26301 (global-map): Don't alter it at top level.
26302 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26303 Then alter it here instead.
26304 (tpu-edt-off): Set global-map to the saved one.
26305
26306 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26307 All references simplified.
26308 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26309 (zmacs-regions): Add defvar.
26310 (repeat-complex-command-map): Everything about that deleted.
26311
26312 * textmodes/artist.el (artist-key-is-drawing)
26313 (artist-key-endpoint1, artist-key-poly-point-list)
26314 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26315 (artist-key-compl-table, artist-rb-save-data)
26316 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26317 Don't put them in eval-when-compile.
26318 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26319
26320 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26321 Use with-no-warnings.
26322
26323 * net/browse-url.el (dos-windows-version): Add defvar.
26324
26325 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26326
26327 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26328 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26329 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26330 Add defvar.
26331 (rmail-summary-beginning-of-message): Use with-no-warnings.
26332 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26333
26334 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26335 Use with-no-warnings.
26336
26337 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26338 (c-mark-function): Add point-moving-unit property.
26339 (vi-goto-line): Use with-no-warnings.
26340
26341 * emulation/edt.el (edt-last-copied-word): Add defvar.
26342 (zmacs-region-stays): Likewise.
26343 (edt-mark-section-wisely): Use c-mark-function for C.
26344 Use makr-defun for Fortran.
26345 (time-string): defvar deleted.
26346 (edt-display-the-time): Don't set time-string.
26347
26348 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26349
26350 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26351 Don't warn when name is not constant
26352 or for defining the group `emacs'.
26353
26354 * tooltip.el (gud-tooltip-mode): Add defvar.
26355
26356 * startup.el (default-frame-background-mode): Add defvar.
26357
26358 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26359
26360 * info.el (tool-bar-map): Add defvar.
26361
26362 * dired.el (dnd-protocol-alist): Add defvar.
26363
26364 * dired-aux.el (dired-query): Display question with answer, when
26365 the user answers.
26366
26367 * custom.el (custom-add-option): Doc fix.
26368
26369 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26370
26371 2005-07-03 Eli Zaretskii <eliz@gnu.org>
26372
26373 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26374 bogus name from the last change.
26375
26376 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
26377
26378 * custom.el (custom-declare-variable): Fix typos in comment.
26379 (custom-known-themes): Doc fix.
26380 (custom-theme-directory): New defcustom.
26381 (require-theme): Make it check `custom-theme-directory'.
26382
26383 * cus-theme.el (custom-new-theme-mode): New function.
26384 (custom-theme-name, custom-theme-variables, custom-theme-faces)
26385 (custom-theme-description): Add compiler defvars.
26386 (customize-create-theme): Add doc to the "*New Custom Theme*"
26387 buffer. Use `custom-new-theme-mode'.
26388 (custom-theme-write): Put the created buffer in emacs-lisp-mode
26389 and save it to the `custom-theme-directory'. Make this the
26390 default directory of the buffer.
26391
26392 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
26393
26394 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26395 Fix unbalanced parentheses.
26396
26397 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
26398
26399 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26400 into flymake-mode and delegate to flymake-mode.
26401
26402 * find-file.el (ff-which-function-are-we-in): Clean up.
26403
26404 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
26405
26406 * replace.el (occur-rename-buffer): Fix docstring.
26407
26408 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26409 (edt-last-copied-word, edt-learn-macro-count)
26410 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26411 (edt-rect-start-point, edt-user-global-map, rect-start-point)
26412 (time-string, zmacs-region-stays):
26413 * emulation/edt-mapper.el (edt-save-function-key-map)
26414 (EDT-key-name): `defvar' to silence the byte-compiler.
26415
26416 2005-07-02 Martin Rudalics <rudalics@gmx.at>
26417
26418 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26419 font-lock-regexp-backslash. Doc fix.
26420 (font-lock-regexp-backslash-grouping-construct): Rename from
26421 font-lock-regexp-backslash-construct. Doc fix.
26422 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26423 grouping constructs.
26424
26425 2005-07-02 Eli Zaretskii <eliz@gnu.org>
26426
26427 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26428 updating all the prerequisites.
26429
26430 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
26431
26432 * textmodes/org.el (org-agenda-start-on-weekday)
26433 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26434 (org-agenda-use-time-grid, org-archive-location)
26435 (org-allow-space-in-links, org-usenet-links-prefer-google)
26436 (org-enable-table-editor, org-export-default-language)
26437 (org-export-html-show-new-buffer, org-fill-paragraph)
26438 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26439 (org-goto-quit, org-occur, org-eval-in-calendar)
26440 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26441 (org-agenda-diary-entry, org-remember-help)
26442 (org-table-convert-region, org-at-table-p)
26443 (org-table-move-row-down, org-table-move-row-up)
26444 (org-table-copy-region, org-table-toggle-vline-visibility)
26445 (org-table-get-stored-formulas, org-table-get-specials)
26446 (org-recalc-commands, org-table-eval-formula)
26447 (org-table-formula-substitute-names, orgtbl-make-binding)
26448 (org-format-org-table-html, org-format-table-table-html)
26449 (org-format-table-table-html-using-table-generate-source)
26450 (org-customize): Fix typos in docstrings.
26451 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26452 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26453 (org-back-to-heading): Doc fixes.
26454 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26455 (org-agenda-change-all-lines, org-get-header):
26456 Improve argument/docstring consistency.
26457 (orgtbl-error): Fix error message.
26458
26459 * progmodes/flymake.el (flymake-find-possible-master-files)
26460 (flymake-master-file-compare, flymake-get-line-err-count)
26461 (flymake-highlight-line, flymake-gui-warnings-enabled):
26462 Fix typos in docstrings.
26463 (flymake-parse-line, flymake-get-project-include-dirs-function)
26464 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26465 Doc fixes.
26466 (flymake-get-project-include-dirs-function)
26467 (flymake-make-err-menu-data):
26468 Improve argument/docstring consistency.
26469
26470 2005-07-01 Lute Kamstra <lute@gnu.org>
26471
26472 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26473 Catch errors with ignore-errors. Use temporary buffer.
26474 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
26475
26476 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26477 background color faces.
26478 (facemenu-set-foreground, facemenu-set-background):
26479 Use facemenu-set-face-from-menu.
26480 (facemenu-set-face-from-menu): Treat face names that start with
26481 "fg:" or "bg:" as special.
26482 (facemenu-add-new-color): Don't create faces. Simplify.
26483
26484 2005-06-30 Richard M. Stallman <rms@gnu.org>
26485
26486 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26487 (crm-find-current-element): Likewise.
26488
26489 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26490
26491 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26492
26493 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
26494
26495 * arc-mode.el (archive-extract): Make it work as a mouse binding.
26496 (archive-mouse-extract): Make it an obsolete alias.
26497 (archive-mode-map): Don't use archive-mouse-extract any more.
26498 (archive-mode, archive-extract): write-contents-hooks ->
26499 write-contents-functions.
26500 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26501 first arg.
26502 (archive-rename-entry): Update the call.
26503 (archive-zip-summarize): Remove unused var `method'.
26504 (archive-lzh-summarize): Remove unused var `creator'.
26505
26506 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26507 dedicated frame upon exit.
26508
26509 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26510 (archive-zip-extract, archive-zip-expunge)
26511 (archive-zip-update, archive-zip-update-case): Use executable-find.
26512 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26513 Use restore-buffer-modified-p.
26514 (archive-extract, archive-add-new-member, archive-write-file-member):
26515 Use with-current-buffer.
26516 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26517
26518 2005-06-30 Andreas Schwab <schwab@suse.de>
26519
26520 * progmodes/gud.el (gud-filter): Remove unneeded progn.
26521
26522 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26523
26524 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26525
26526 2005-06-30 Juri Linkov <juri@jurta.org>
26527
26528 * faces.el (vertical-border): Inherit from mode-line-inactive
26529 only on tty.
26530
26531 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
26532
26533 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26534 example, -NLINES in the `occur' docstring).
26535
26536 * replace.el (occur-1): When no matches are found, do not set the
26537 `buffer-read-only' and modified flags for the occur buffer,
26538 because it is deleted.
26539
26540 * emulation/cua-base.el (cua-check-pending-input)
26541 (cua-repeat-replace-region, cua-mode, cua-debug)
26542 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26543 Fix typos in docstrings.
26544
26545 * emulation/cua-gmrk.el (cua-toggle-global-mark)
26546 (cua-cut-region-to-global-mark)
26547 (cua--cut-rectangle-to-global-mark):
26548 Remove period from end of messages.
26549
26550 * emulation/cua-rect.el (cua-do-rectangle-padding):
26551 Remove period from end of messages.
26552 (cua--rectangle-seq-format): Fix typo in docstring.
26553 (cua-sequence-rectangle, cua-fill-char-rectangle):
26554 Improve argument/docstring consistency.
26555
26556 2005-06-29 Juri Linkov <juri@jurta.org>
26557
26558 * faces.el (default-frame-background-mode): New internal variable.
26559 (frame-set-background-mode): Use it.
26560
26561 * startup.el (normal-top-level): Set default-frame-background-mode
26562 instead of frame-background-mode. Before setting it, test for its
26563 nil value. Remove tests for frame-background-mode and frame
26564 parameter `reverse'. Add test for "unspecified-fg".
26565
26566 * term/xterm.el (xterm-rxvt-set-background-mode):
26567 * term/rxvt.el (rxvt-set-background-mode):
26568 Set default-frame-background-mode instead of frame-background-mode.
26569
26570 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
26571
26572 * simple.el (set-variable): Warn about obsolete user variables.
26573
26574 * imenu.el (imenu--completion-buffer):
26575 * mouse.el (mouse-buffer-menu-alist):
26576 * msb.el (msb-invisible-buffer-p):
26577 * calendar/diary-lib.el (diary-header-line-format):
26578 * emacs-lisp/pp.el (pp-buffer):
26579 * progmodes/cperl-mode.el (cperl-do-auto-fill):
26580 * textmodes/picture.el (picture-replace-match):
26581 Change space constants followed by a sexp to "?\s ".
26582
26583 * play/decipher.el (decipher-loop-with-breaks):
26584 * textmodes/texinfo.el (texinfo-insert-@item): Change space
26585 constants "protected" from end of line by a comment to "?\s".
26586
26587 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26588
26589 * font-lock.el (save-buffer-state): Use `declare'.
26590
26591 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26592 reset the syntax-table to cperl-mode-syntax-table.
26593 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26594 "foo_print_bar" is not matched as a reserved keyword.
26595
26596 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
26597
26598 * textmodes/org.el (orgtbl-setup): New function, for delayed
26599 setup for the orgtbl commands.
26600 (org-calc-default-modes): New option.
26601 (orgtbl-make-binding): Use `defun' to get better help display.
26602 (org-diary): Call `org-compile-prefix-format'.
26603 (org-table-formula-substitute-names): New function.
26604 (org-agenda-day-view, org-agenda-week-view): New commands.
26605 (org-agenda-toggle-week-view): Command removed.
26606 (org-tbl-menu): Split off from org-org-menu.
26607 (org-mode): Move removal of outline-mode menus to here.
26608 (org-table-formula-debug): New option.
26609 (org-table-insert-row): Keep first field if just "#" or "*".
26610 (org-mode): Paragraph regexps fixed.
26611 (org-table-recalculate-regexp): New constant.
26612 (org-table-justify-field-maybe): Avoid replace if not necessary.
26613 (org-copy-special, org-cut-special): Use `call-interactively'.
26614 (org-table-copy-region): Take region from `interactive' call.
26615 (org-trim): Return string even if no match.
26616 (org-formula): New face.
26617 (org-set-font-lock-defaults): No longer highlight "FIXME".
26618 But highlight formula-related fields in table.
26619 (org-table-p): Use regexp, not fontification.
26620 (org-table-align): Handle white space at end of line.
26621 (org-table-formula-evaluate-inline): New option.
26622 (org-mode): Auto-wrapping in comment lines turned off.
26623 (org-table-copy-down): Evaluate only in copied field, not in
26624 destination.
26625 (org-table-current-formula): Variable removed.
26626 (org-table-store-formulas, org-table-get-stored-formulas)
26627 (org-table-modify-formulas, org-table-replace-in-formulas)
26628 (org-table-maybe-eval-formula): New functions.
26629 (org-table-get-formula): Modify to use stored formulas.
26630 (org-table-insert-column, org-table-delete-column)
26631 (org-table-move-column): Call `org-table-modify-formulas'.
26632 (org-complete): Add completion for keyword formulas.
26633 (orgtbl-mode): Pull orgtbl-mode-map to start of
26634 minor-mode-map-alist.
26635
26636 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26637
26638 * progmodes/python.el (python-check): Require `compile' before
26639 modifying its variables.
26640
26641 * newcomment.el (comment-indent-default): Don't get fooled by an early
26642 end of buffer.
26643
26644 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26645
26646 * ps-print.el (ps-print-version): Fix version number.
26647
26648 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
26649
26650 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26651
26652 2005-06-28 Richard M. Stallman <rms@gnu.org>
26653
26654 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26655 (flyspell-local-mouse-map): Declaration deleted.
26656 (flyspell-mouse-map): Bind only mouse-2.
26657 (flyspell-mode-map): Don't test flyspell-use-local-map.
26658 (flyspell-overlay-keymap-property-name): Var deleted.
26659 (flyspell-mode-on): Don't make local bindings for
26660 flyspell-mouse-map and flyspell-mode-map.
26661 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26662
26663 * textmodes/ispell.el (ispell-word): Do not ignore short words.
26664
26665 * progmodes/compile.el (compilation-next-error-function):
26666 Don't switch buffers; operate on the current buffer.
26667
26668 * progmodes/compile.el (compilation-error-file-name)
26669 (compilation-warning-file-name, compilation-info-file-name)
26670 (compilation-line-number, compilation-column-number): New faces.
26671 (compilation-error-face, compilation-warning-face)
26672 (compilation-info-face, compilation-line-face)
26673 (compilation-column-face): Use them.
26674
26675 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26676
26677 * comint.el (comint-password-prompt-regexp): Accept ", try again".
26678
26679 * bindings.el (global-map): Bind insertchar and its variants.
26680
26681 2005-06-27 Richard M. Stallman <rms@gnu.org>
26682
26683 * textmodes/artist.el (artist-text-overwrite)
26684 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26685
26686 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26687
26688 * ps-print.el: It was not working the page selection for printing.
26689 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26690 (ps-print-version): New version 6.6.7.
26691 (ps-end-sheet): New fun.
26692 (ps-header-sheet, ps-end-job): Call it.
26693
26694 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
26695
26696 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26697
26698 2005-06-27 Lute Kamstra <lute@gnu.org>
26699
26700 * facemenu.el (facemenu-unlisted-faces): Add foreground and
26701 background color faces.
26702 (facemenu-get-face): Delete function.
26703 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26704 (facemenu-add-new-color): Make second argument mandatory.
26705 Create the appropriate face and return it. Simplify.
26706 (facemenu-set-foreground, facemenu-set-background): Don't check if
26707 color is defined. Use return value of facemenu-add-new-color.
26708
26709 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
26710
26711 * progmodes/gud.el (gud-filter): Add missing argument to
26712 with-selected-window.
26713
26714 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
26715
26716 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26717 a :require to the defcustom.
26718
26719 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26720 defcustoms corresponding to minor modes.
26721
26722 2005-06-26 David Ponce <david@dponce.com>
26723
26724 * recentf.el: Require tree-widget instead of wid-edit.
26725 (recentf-filename-handler): Fix widget :type.
26726 (recentf-cancel-dialog, recentf-open-more-files)
26727 (recentf-open-files-action): Doc fix.
26728 (recentf-dialog-goto-first): New function.
26729 (recentf-dialog-mode-map): Set parent keymap first.
26730 (recentf-dialog-mode): Define with define-derived-mode.
26731 Don't display continuation lines in dialogs.
26732 (recentf-edit-list): Rename from recentf-edit-selected-items.
26733 (recentf-edit-list-select): Rename from recentf-edit-list-action.
26734 Simplify.
26735 (recentf-edit-list-validate): New function.
26736 (recentf-edit-list): Update accordingly.
26737 (recentf-open-files-item-shift): Remove.
26738 (recentf-open-files-item): Convert menu elements into tree and
26739 link widgets. Don't create the widgets.
26740 (recentf-open-files): Update accordingly.
26741 (recentf-save-list): Untabify.
26742
26743 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
26744
26745 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26746 (keep-lines): Add INTERACTIVE arg. Never delete lines only
26747 partially contained in the active region. Do not take active
26748 region into account when called from Lisp, unless INTERACTIVE arg
26749 is non-nil. Use `forward-line' instead of `beginning-of-line' to
26750 avoid trouble with fields. Make marker point nowhere when no
26751 longer used. Always return nil. Doc fix.
26752 (flush-lines): Add INTERACTIVE arg. Do not take active region
26753 into account when called from Lisp, unless INTERACTIVE arg is
26754 non-nil. Use `forward-line' instead of `beginning-of-line' to
26755 avoid trouble with fields. Make marker point nowhere when no
26756 longer used. Always return nil. Doc fix.
26757 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
26758 interchangeable. Do not take active region into account when
26759 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
26760 message in echo area when called from Lisp, unless INTERACTIVE arg
26761 is non-nil. Avoid saying "1 occurrences". Do not use markers.
26762 Return the number of matches. Doc fix.
26763 (occur): Doc fix.
26764 (perform-replace): Make comment follow double space convention for
26765 the sake of `outline-minor-mode'.
26766
26767 * faces.el (facep): Doc fix.
26768
26769 2005-06-25 Richard M. Stallman <rms@gnu.org>
26770
26771 * facemenu.el (facemenu-enable-faces-p): New function.
26772 (facemenu-background-menu, facemenu-foreground-menu)
26773 (facemenu-face-menu): Add menu-enable property.
26774
26775 * jka-compr.el (jka-compr-insert-file-contents):
26776 Special handling if cannot find the uncompression program.
26777
26778 * cus-face.el (custom-face-attributes): Add autoload.
26779
26780 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26781 Bind comment-indent-function locally.
26782
26783 * window.el (save-selected-window): Use save-current-buffer.
26784
26785 * subr.el (with-selected-window): Use save-current-buffer.
26786
26787 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26788 and with-current-buffer.
26789
26790 2005-06-24 Richard M. Stallman <rms@gnu.org>
26791
26792 * simple.el (line-move-1): Fix previous change.
26793
26794 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
26795
26796 * replace.el (occur-1): Set `buffer-read-only' and the
26797 buffer-modified flag before running `occur-hook' to protect
26798 against unintentional buffer switches that can lead to data loss.
26799
26800 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
26801
26802 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26803 (gud-gdb-marker-filter): Use font-lock-warning-face for any
26804 initial error.
26805
26806 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26807 after fresh input.
26808 (gdb-var-create-handler): Put name of expression in quotes.
26809
26810 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
26811
26812 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26813 elements of RING in order, and without bogus nil elements.
26814
26815 2005-06-23 Richard M. Stallman <rms@gnu.org>
26816
26817 * simple.el (set-variable): Args renamed; doc fix.
26818 (line-move-1): When there are overlays around, use vertical-motion.
26819
26820 * faces.el (escape-glyph): Use brown against light background.
26821 (nobreak-space): Rename from no-break-space.
26822 Fix previous change.
26823
26824 * dired-aux.el (dired-do-copy): Fix arg prompt.
26825
26826 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26827
26828 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
26829
26830 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26831 rather than "Distributor".
26832
26833 2005-06-23 Lute Kamstra <lute@gnu.org>
26834
26835 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26836 (debug-on-entry): Use it. New interactive declaration that uses
26837 function-called-at-point.
26838
26839 2005-06-23 Kim F. Storm <storm@cua.dk>
26840
26841 * subr.el (save-match-data): Add comment about using evaporate arg
26842 to set-match-data.
26843
26844 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
26845
26846 * cus-edit.el (customize-face)
26847 (customize-face-other-window): Handle face aliases.
26848
26849 * faces.el (face-documentation, set-face-attribute)
26850 (face-spec-set): Handle face aliases.
26851
26852 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
26853
26854 * help-mode.el (help-make-xrefs): If a symbol representing a face
26855 name is not followed by the word "face", it could still be a
26856 function or variable name, so don't bypass other checks.
26857
26858 2005-06-22 Juri Linkov <juri@jurta.org>
26859
26860 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26861 Replace aliased functions with calls where second arg `inherit' is t.
26862
26863 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
26864
26865 * progmodes/gdb-ui.el (gdb-error): New variable.
26866 (gdb-error): New function.
26867 (gdb-annotation-rules): Act on error-begin and error annotations.
26868 (gdb-concat-output): Use font-lock-warning-face for errors.
26869
26870 2005-06-22 Miles Bader <miles@gnu.org>
26871
26872 * bindings.el (propertized-buffer-identification): Use renamed
26873 `Buffer-menu-buffer' face.
26874
26875 * faces.el (vertical-border): Rename from `vertical-divider'.
26876 (escape-glyph): Change dark-background color back to `cyan'.
26877
26878 2005-06-21 Juri Linkov <juri@jurta.org>
26879
26880 * faces.el (face-user-default-spec): Try getting `customized-face'
26881 prior to `saved-face'.
26882 (frame-background-mode): Refill docstring.
26883
26884 * emacs-lisp/lisp-mode.el (eval-defun-1):
26885 * emacs-lisp/edebug.el (edebug-eval-defun):
26886 Set `saved-face' temporarily to nil before calling form.
26887 Set `customized-face' to the new spec after that.
26888
26889 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
26890
26891 * subr.el (1value, lambda, key-substitution-in-progress):
26892 Doc fixes.
26893
26894 * autoinsert.el (auto-insert-alist):
26895 * ses.el (ses-call-printer):
26896 * subr.el (noreturn):
26897 * emacs-lisp/lisp.el (check-parens):
26898 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26899 * net/browse-url.el (browse-url-mosaic):
26900 * progmodes/cc-defs.el (c-safe-scan-lists):
26901 * progmodes/ebnf-abn.el (ebnf-abn-lex):
26902 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26903 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26904 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26905 * progmodes/ebnf-iso.el (ebnf-iso-lex):
26906 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26907
26908 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
26909
26910 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26911
26912 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
26913
26914 * calendar/appt.el (appt-make-list): Activate the package, if
26915 not already active (for backwards compatibility).
26916
26917 2005-06-20 Kim F. Storm <storm@cua.dk>
26918
26919 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
26920
26921 2005-06-20 Miles Bader <miles@gnu.org>
26922
26923 * faces.el (vertical-divider): New face.
26924
26925 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
26926
26927 * simple.el (kill-whole-line): Doc fix.
26928 (next-error-buffer-p, next-error-find-buffer)
26929 (clone-indirect-buffer): Fix typos in docstrings.
26930 (comment-line-break-function): Doc fix: don't say variable
26931 is automatically buffer-local (it isn't).
26932
26933 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
26934
26935 * net/tramp-ftp.el (top):
26936 * net/tramp-smb.el (top):
26937 * net/tramp-util.el (top):
26938 * net/tramp-uu.el (top):
26939 * net/tramp-vc.el (top):
26940 * net/tramp.el (top): Revert copyright years back to original
26941 ones. Tramp has a life outside GNU Emacs.
26942
26943 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
26944
26945 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26946
26947 2005-06-18 Juri Linkov <juri@jurta.org>
26948
26949 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26950 end of first regexp to limit the match to the position between
26951 line number and source line with same separator character as used
26952 between file name and line number. In the second regexp limit
26953 mouse-face area to file name and line number by adding new group
26954 for them and referring it in HYPERLINK arg.
26955 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26956 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26957 previous line where grep markers may be already removed.
26958
26959 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
26960
26961 * progmodes/ps-mode.el: Update version and maintainer's email address.
26962
26963 2005-06-18 Steve Youngs <steve@xemacs.org>
26964
26965 * net/browse-url.el (browse-url-browser-function)
26966 (browse-url-default-browser): Add firefox.
26967 (browse-url-firefox-program, browse-url-firefox-arguments)
26968 (browse-url-firefox-startup-arguments)
26969 (browse-url-firefox-new-window-is-tab): New defcustoms.
26970 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26971
26972 2005-06-17 Richard M. Stallman <rms@gnu.org>
26973
26974 * startup.el (command-line): Warn if specified user name has
26975 no home directory.
26976
26977 * term.el (term-get-old-input, term-input-filter, term-input-sender)
26978 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26979
26980 * longlines.el (longlines-mode, longlines-show-hard-newlines):
26981 Doc fixes.
26982
26983 * faces.el (underline): Try bold if terminal doesn't support underline.
26984
26985 * mail/sendmail.el (mail-setup-with-from): New variable.
26986 (mail-insert-from-field): New function.
26987 (sendmail-send-it): Call it.
26988 (mail-setup): Optionally call it here.
26989
26990 * term/linux.el: Call tty-no-underline.
26991
26992 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
26993
26994 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26995
26996 2005-06-17 Miles Bader <miles@gnu.org>
26997
26998 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26999 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27000 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27001 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27002 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27003 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27004 Remove "-face" suffix from face names.
27005 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27006 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27007 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27008 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27009 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27010 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27011 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27012 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27013 New backward-compatibility aliases for renamed faces.
27014 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27015 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27016 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27017 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27018 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27019 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27020 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27021 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27022 Use renamed ediff faces.
27023
27024 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27025 Remove "-face" suffix from face names.
27026 (eshell-test-ok-face, eshell-test-failed-face):
27027 New backward-compatibility aliases for renamed faces.
27028 (eshell-run-test): Use renamed eshell-test faces.
27029
27030 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27031 face name.
27032 (eshell-prompt-face): New backward-compatibility alias for renamed
27033 face.
27034 (eshell-emit-prompt): Use renamed eshell-prompt face.
27035
27036 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27037 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27038 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27039 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27040 Remove "-face" suffix from face names.
27041 (eshell-ls-directory-face, eshell-ls-symlink-face)
27042 (eshell-ls-executable-face, eshell-ls-readonly-face)
27043 (eshell-ls-unreadable-face, eshell-ls-special-face)
27044 (eshell-ls-missing-face, eshell-ls-archive-face)
27045 (eshell-ls-backup-face, eshell-ls-product-face)
27046 (eshell-ls-clutter-face):
27047 New backward-compatibility aliases for renamed faces.
27048 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27049
27050 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27051 Remove "-face" suffix from face name.
27052 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27053 instead of literal face.
27054
27055 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27056
27057 * emacs-lisp/warnings.el (display-warning, lwarn)
27058 (warning-minimum-log-level): Doc fixes.
27059 (warning-minimum-level, warning-minimum-log-level):
27060 Add :debug to :type choices.
27061
27062 * progmodes/ada-mode.el (ada-format-paramlist)
27063 (ada-get-indent-case, ada-check-matching-start)
27064 (ada-check-defun-name, ada-goto-matching-decl-start)
27065 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27066 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27067 (ada-make-subprogram-body): Follow error conventions.
27068 (ada-case-exception-file, ada-indent-comment-as-code)
27069 (ada-indent-handle-comment-special, ada-indent-renames)
27070 (ada-indent-return, ada-search-directories-internal)
27071 (ada-tab-policy, ada-case-exception-substring)
27072 (ada-other-file-alist, ada-matching-start-re)
27073 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27074 (ada-imenu-generic-expression, ada-compile-goto-error)
27075 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27076 (ada-popup-menu, ada-add-extensions, ada-mode)
27077 (ada-region-selected, ada-create-case-exception)
27078 (ada-create-case-exception-substring, ada-after-keyword-p)
27079 (ada-activate-keys-for-case, ada-adjust-case-region)
27080 (ada-adjust-case-buffer, ada-format-paramlist)
27081 (ada-scan-paramlist, ada-insert-paramlist)
27082 (ada-indent-newline-indent)
27083 (ada-indent-newline-indent-conditional)
27084 (ada-justified-indent-current, ada-goto-previous-word)
27085 (ada-indent-current, ada-get-indent-open-paren)
27086 (ada-get-indent-paramlist, ada-get-indent-end)
27087 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27088 (ada-get-indent-block-start, ada-get-indent-subprog)
27089 (ada-get-indent-noindent, ada-get-indent-label)
27090 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27091 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27092 (ada-goto-stmt-end, ada-goto-next-word)
27093 (ada-check-matching-start, ada-check-defun-name)
27094 (ada-goto-matching-decl-start, ada-goto-matching-start)
27095 (ada-goto-matching-end, ada-search-ignore-string-comment)
27096 (ada-in-decl-p, ada-looking-at-semi-or)
27097 (ada-looking-at-semi-private, ada-in-paramlist-p)
27098 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27099 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27100 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27101 (ada-previous-package, ada-create-menu)
27102 (ada-fill-comment-paragraph-justify)
27103 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27104 (ada-other-file-name, ada-last-which-function-line)
27105 (ada-last-which-function-subprog, ada-which-function)
27106 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27107 (ada-gen-treat-proc, ada-check-emacs-version)
27108 (ada-continuation-indent, ada-align-region-separate):
27109 Fix typos in docstrings.
27110 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27111
27112 2005-06-16 Lute Kamstra <lute@gnu.org>
27113
27114 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27115 conditionally.
27116
27117 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27118
27119 * comint.el (comint-replace-by-expanded-filename)
27120 (comint-prompt-regexp, comint-delimiter-argument-list)
27121 (comint-preinput-scroll-to-bottom):
27122 * info.el (Info-hide-cookies-node):
27123 * ls-lisp.el (ls-lisp-classify):
27124 * find-file.el (ff-search-directories, ff-special-constructs)
27125 (ff-find-other-file):
27126 * font-lock.el (font-lock-keywords):
27127 * shell.el (shell-prompt-pattern)
27128 (shell-dynamic-complete-functions, shell-mode)
27129 (shell-delimiter-argument-list):
27130 * term.el (term-replace-by-expanded-filename)
27131 (term-prompt-regexp, term-delimiter-argument-list):
27132 * woman.el (woman-ignore, woman0-if):
27133 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27134 * emacs-lisp/elint.el (elint-init-env):
27135 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27136 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27137 * language/ethio-util.el (ethio-tilde-escape)
27138 (ethio-use-three-dot-question):
27139 * net/zone-mode.el (zone-mode-load-time-setup):
27140 * progmodes/cc-align.el (c-lineup-argcont):
27141 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27142 * progmodes/cperl-mode.el (cperl-set-style-back):
27143 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27144 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27145 Fix spellings in docstrings.
27146
27147 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27148 * progmodes/modula2.el (m2-for): Fix spellings.
27149
27150 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27151
27152 * simple.el (undo-more): Don't use `format' on `error' arguments.
27153 Improve argument/docstring consistency.
27154 (pending-undo-list): Doc fix.
27155
27156 * smerge-mode.el (smerge-ensure-match):
27157 * emulation/vip.el (vip-ex):
27158 * net/zone-mode.el (zone-mode-update-serial):
27159 * progmodes/idlwave.el (idlwave-complete):
27160 * progmodes/vhdl-mode.el (vhdl-visit-file)
27161 (vhdl-compose-wire-components):
27162 Don't use `format' on `error' arguments.
27163
27164 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27165 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27166 (tooltip-help-tips): Fix typos in docstrings.
27167
27168 2005-06-16 David Ponce <david@dponce.com>
27169
27170 * tree-widget.el (tree-widget-value-create): Simplify last change.
27171
27172 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27173
27174 * ido.el (ido-incomplete-regexp): New variable.
27175 (ido-set-matches-1): Handle invalid-regexp error and set
27176 ido-incomplete-regexp.
27177 (ido-incomplete-regexp): New face.
27178 (ido-completions): Use it.
27179 (ido-complete, ido-exit-minibuffer, ido-completions):
27180 Handle incomplete regexps.
27181 (ido-completions): Add check for complete match when entering a regexp.
27182
27183 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27184
27185 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27186
27187 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27188
27189 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27190 by field delimiters.
27191
27192 2005-06-15 David Ponce <david@dponce.com>
27193
27194 * tree-widget.el: eval-and-compile inlined functions so they will
27195 be available at run-time too.
27196 (tree-widget-super-format-handler)
27197 (tree-widget-format-handler): Remove.
27198 (tree-widget-value-create): Handle the :indent property.
27199
27200 2005-06-15 Miles Bader <miles@gnu.org>
27201
27202 * progmodes/which-func.el (which-func): Only inherit
27203 `font-lock-function-name-face' when that makes sense against the
27204 default mode-line face, otherwise set the face color explicitly.
27205
27206 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27207 faces instead of (non-existent) variables.
27208
27209 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27210
27211 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27212 (iswitchb-get-matched-buffers): Likewise. Simplify.
27213
27214 2005-06-14 Miles Bader <miles@gnu.org>
27215
27216 * progmodes/ld-script.el (ld-script-location-counter):
27217 Remove "-face" suffix from face name.
27218 (ld-script-location-counter-face):
27219 New backward-compatibility alias for renamed face.
27220 (ld-script-location-counter-face): Use renamed face.
27221
27222 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27223 (cperl-hash): Remove "-face" suffix from face names.
27224 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27225 New backward-compatibility aliases for renamed faces.
27226 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27227 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27228
27229 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27230 name.
27231 (which-func-face): New backward-compatibility alias for renamed face.
27232 (which-func-format): Use renamed which-func face.
27233
27234 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27235 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27236 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27237 names.
27238 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27239 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27240 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27241 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27242 (vhdl-speedbar-architecture-selected)
27243 (vhdl-speedbar-configuration-selected)
27244 (vhdl-speedbar-package-selected)
27245 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27246 names.
27247 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27248 Use renamed faces.
27249 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27250 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27251 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27252 Use renamed faces.
27253 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27254 names.
27255 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27256 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27257 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27258 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27259 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27260 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27261
27262 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27263 face name.
27264 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27265 (sh-heredoc-face): Use renamed sh-heredoc face.
27266
27267 * progmodes/idlw-help.el (idlwave-help-link):
27268 Remove "-face" suffix from face name.
27269 (idlwave-help-link-face):
27270 New backward-compatibility alias for renamed face.
27271 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27272
27273 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27274 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27275 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27276 New backward-compatibility aliases for renamed faces.
27277 (idlwave-shell-disabled-breakpoint-face)
27278 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27279
27280 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27281 Remove "-face" suffix from face names.
27282 (flymake-errline-face, flymake-warnline-face):
27283 New backward-compatibility aliases for renamed faces.
27284 (flymake-highlight-line): Use renamed flymake faces.
27285
27286 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27287 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27288 (ebrowse-member-class, ebrowse-progress):
27289 Remove "-face" suffix from face names.
27290 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27291 (ebrowse-file-name-face, ebrowse-default-face)
27292 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27293 (ebrowse-progress-face):
27294 New backward-compatibility aliases for renamed faces.
27295 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27296 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27297 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27298 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27299
27300 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27301 antlr-syntax)
27302 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27303 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27304 names.
27305 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27306 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27307 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27308 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27309 backward-compatibility aliases for renamed faces.
27310 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27311 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27312 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27313 remove "font-lock-". Use renamed antlr-mode faces.
27314 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27315 literal face-names with face variable references.
27316
27317 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27318 face name.
27319 (Buffer-menu-buffer-face): New backward-compatibility alias for
27320 renamed face.
27321 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27322
27323 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27324
27325 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27326 Eliminate "-face" suffix.
27327 (makefile-targets): Inherit from font-lock-function-name-face and
27328 eliminate "-face" suffix.
27329 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27330 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27331 actions, instead of prepending, to make it less visible.
27332 (makefile-previous-dependency, makefile-match-dependency):
27333 Don't match a target on a continuation line.
27334
27335 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27336
27337 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
27338
27339 * progmodes/gdb-ui.el (menu): Re-order menu items.
27340 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27341
27342 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27343 Define in tooltip.el.
27344 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27345 (gud-tooltip-tips): Respect tooltip-use-echo-area and
27346 gud-tooltip-echo-area.
27347
27348 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27349 backward compatibility and make obsolete.
27350 (tooltip-help-tips): Use tooltip-use-echo-area.
27351 (tooltip-show-help-function): Rename to...
27352 (tooltip-show-help): ...this, because it is a function.
27353 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27354
27355 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
27356
27357 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27358 (edebug-print-length, edebug-print-level, edebug-print-circle)
27359 (edebug-modify-breakpoint, edebug-eval-last-sexp)
27360 (edebug-eval-print-last-sexp): Doc fixes.
27361
27362 2005-06-14 Kim F. Storm <storm@cua.dk>
27363
27364 * ido.el (ido-mode): Make a new keymap every time we enable ido,
27365 as the coverage buffer/file/both may change.
27366
27367 2005-06-14 Lute Kamstra <lute@gnu.org>
27368
27369 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27370 and run-mode-hooks. Simplify.
27371
27372 * mail/rmailedit.el (rmail-edit-mode):
27373 * progmodes/octave-inf.el (inferior-octave-mode):
27374 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27375
27376 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27377 and run-mode-hooks.
27378 (recentf-edit-list, recentf-open-files): Don't call
27379 kill-all-local-variables directly.
27380
27381 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27382
27383 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
27384
27385 * emacs-lisp/byte-run.el (make-obsolete)
27386 (define-obsolete-function-alias): Rename arguments FUNCTION and
27387 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27388 (make-obsolete-variable, define-obsolete-variable-alias):
27389 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27390 respectively.
27391
27392 * isearchb.el (isearchb-activate):
27393 * pcvs.el (cvs-mode):
27394 * ses.el (ses-load):
27395 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27396 * net/tramp.el (tramp-find-file-exists-command)
27397 (tramp-find-shell):
27398 * progmodes/ada-mode.el (ada-create-case-exception)
27399 (ada-create-case-exception-substring, ada-make-subprogram-body):
27400 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27401 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27402 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27403 * textmodes/org.el (org-promote, org-evaluate-time-range)
27404 (org-agenda-next-date-line, org-agenda-previous-date-line)
27405 (org-agenda-error, org-open-at-point, org-table-move-row)
27406 (org-format-table-table-html-using-table-generate-source)
27407 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27408 * textmodes/reftex.el (reftex-access-scan-info):
27409 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27410 (reftex-toc-promote-prepare): Follow error conventions.
27411
27412 * diff-mode.el (diff-mode): Fix typo in docstring.
27413
27414 * forms.el (forms--intuit-from-file): Fix reference to
27415 `forms-number-of-fields' in error message.
27416 (forms-print): Fix quoting in error message.
27417
27418 * forms.el (forms-mode):
27419 * emulation/vi.el (vi-goto-insert-state):
27420 * progmodes/flymake.el (flymake-new-err-info)
27421 (flymake-start-syntax-check-for-current-buffer)
27422 (flymake-simple-cleanup):
27423 * eshell/esh-var.el (eshell/export):
27424 * progmodes/gud.el (xdb):
27425 * textmodes/flyspell.el (flyspell-incorrect-hook)
27426 (flyspell-maybe-correct-transposition)
27427 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27428
27429 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
27430
27431 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27432 minibuffer prompt.
27433
27434 2005-06-13 Kim F. Storm <storm@cua.dk>
27435
27436 * subr.el (add-to-ordered-list): New defun.
27437
27438 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27439 add cua--keymap-alist to emulation-mode-map-alists.
27440
27441 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
27442
27443 * subr.el (complete-in-turn): New macro.
27444 (dynamic-completion-table, lazy-completion-table): Add debug info.
27445
27446 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27447 in preference to face aliases.
27448
27449 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27450 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27451 Remove unused vars `start' and `firstline'.
27452 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27453 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27454
27455 2005-06-13 Eli Zaretskii <eliz@gnu.org>
27456
27457 * cus-start.el (all): Don't complain about missing GTK-related
27458 variables, unless either `gtk' is boundp or this isn't a
27459 `windows-nt' build.
27460
27461 2005-06-13 Lute Kamstra <lute@gnu.org>
27462
27463 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27464 run-mode-hooks.
27465
27466 * ediff-mult.el (ediff-meta-mode):
27467 * ediff-util.el (ediff-mode): Use run-mode-hooks.
27468
27469 * ledit.el (ledit-mode): Use delay-mode-hooks.
27470
27471 * woman.el (woman-mode-line-format): Delete constant.
27472 (woman-mode-map): Initialize it properly.
27473 (woman-mode): Set mode-class property to special.
27474 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
27475 Set major-mode and mode-name. Don't set mode-line-format directly.
27476 (Man-getpage-in-background): Don't reference woman-mode-line-format.
27477
27478 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27479 string argument obsolete.
27480
27481 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
27482
27483 * textmodes/org.el (org-CUA-compatible): New option.
27484 (org-disputed-keys): New variable.
27485 (org-key): New function.
27486 (orgtbl-make-binding): Add docstring to the created function.
27487 (org-mode): Set paragraph start/separate regexps.
27488 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27489 (org-archive-location, org-archive-mark-done)
27490 (org-archive-stamp-time): New options.
27491 (org-archive-subtree): New command.
27492 (org-fill-paragraph): New function.
27493 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27494 (org-fake-empty-table-line): Function removed.
27495 (org-format-org-table-html): Do not create empty table lines at
27496 separator lines. Improved table header treatment.
27497 (org-link-format): New option.
27498 (org-make-link): New function.
27499 (org-insert-link, org-store-link): Use org-make-link.
27500 (org-open-file): Quote file name for shell command, to allow
27501 spaces in file names.
27502 (org-link-regexp): Fix bug with mailto link.
27503 (org-link-maybe-angles-regexp, org-protected-link-regexp):
27504 New constants.
27505 (org-export-as-html): Deal with the optional angles around a link.
27506 Better treatment of file: links.
27507 (org-open-at-point): Replace @{ and @} with < and >.
27508 (org-run-mode-hooks): Function removed.
27509 (org-agenda-mode): No longer use `org-run-mode-hooks'.
27510
27511 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
27512
27513 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27514 MI command -data-list-register-values.
27515 (gdb-post-prompt): Indent properly.
27516
27517 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
27518
27519 * hilit-chg.el (highlight-changes-colors): Rename from
27520 `highlight-changes-colours'.
27521 (highlight-changes-colours): Keep as obsolete alias.
27522 (highlight-changes-face-list): Doc fix.
27523 (hilit-chg-make-list): Use `highlight-changes-colors'.
27524
27525 2005-06-12 Mark A. Hershberger <mah@everybody.org>
27526
27527 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27528 defun-prompt-regexp.
27529
27530 2005-06-12 Eli Zaretskii <eliz@gnu.org>
27531
27532 * loadup.el: Don't say we are dumping under 2 names on windows-nt
27533 and cygwin.
27534
27535 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27536 Don't use an old loaddefs.el, as in Makefile.in.
27537
27538 2005-06-12 Lute Kamstra <lute@gnu.org>
27539
27540 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27541
27542 * man.el (Man-mode-map): Initialize it properly.
27543 (Man-mode): Set mode-class property to special.
27544
27545 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27546
27547 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
27548
27549 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27550 A newline is needed in the docstring there.
27551
27552 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27553 Doc fixes.
27554
27555 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27556
27557 * printing.el: Doc fix. The menubar is no more changed when printing
27558 is loaded, it only changes when pr-menu-bind or pr-update-menus is
27559 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
27560 (pr-version): New version number (6.8.4).
27561 (pr-menu-bind): New command.
27562 (pr-update-menus): Docstring and code fix.
27563 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27564 Docstring fix.
27565 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27566 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27567
27568 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
27569
27570 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27571 "Returns" to "return", document useful return values, etc.
27572
27573 2005-06-11 Alan Mackenzie <acm@muc.de>
27574
27575 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27576 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27577 (adaptive-file-function): Minor amendment to doc-string.
27578
27579 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27580
27581 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27582 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27583 Fix :type--it is `integer', not `string'.
27584
27585 * faces.el (modeline-highlight): Rename from (the erroneous)
27586 `modeline-higilight'.
27587
27588 2005-06-11 Lute Kamstra <lute@gnu.org>
27589
27590 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27591 lisp-interaction-mode-map but make it the parent.
27592 (edebug-eval-mode): Use define-derived-mode.
27593
27594 2005-06-11 Andreas Schwab <schwab@suse.de>
27595
27596 * bindings.el: Add binding of `ESC functionkey' for every
27597 `M-functionkey'.
27598 * hexl.el (hexl-mode-map): Likewise.
27599
27600 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
27601
27602 * progmodes/compile.el (compilation-error-regexp-alist-alist)
27603 [msft]: update regexp for newer msft compilers.
27604
27605 2005-06-10 Mark A. Hershberger <mah@everybody.org>
27606
27607 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27608 ATTLIST portions of included DTDs.
27609 (xml-parse-dtd): Eliminate use of inefficient match-data.
27610
27611 2005-06-10 Miles Bader <miles@gnu.org>
27612
27613 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27614 (mpuz-text): Remove "-face" suffix from face names.
27615 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27616 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27617 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27618
27619 * play/gomoku.el (gomoku-O, gomoku-X):
27620 Remove "-face" suffix from face names.
27621 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27622 New backward-compatibility aliases for renamed faces.
27623 (gomoku-font-lock-keywords): Use renamed gomoku faces.
27624
27625 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27626
27627 * thumbs.el: Fixes for changes of 2005-06-09.
27628 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27629 as a directory.
27630 (thumbs-thumbname): Remove directory separator from format string;
27631 `thumbs-thumbsdir' now returns a valid directory name.
27632 (thumbs-temp-dir): New defsubst.
27633 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27634 Use it.
27635
27636 * cus-edit.el (minibuffer):
27637 * files.el (make-backup-file-name-function):
27638 * filesets.el (filesets-external-viewers):
27639 * hilit-chg.el (highlight-changes-colours)
27640 (highlight-changes-face-list, highlight-changes-rotate-faces):
27641 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27642 * kmacro.el (kmacro-call-macro):
27643 * log-edit.el (log-edit-changelog-full-paragraphs):
27644 * mouse.el (mouse-1-click-follows-link):
27645 * skeleton.el (skeleton-autowrap):
27646 * subr.el (insert-for-yank-1):
27647 * tempo.el (tempo-insert-region):
27648 * terminal.el (terminal-emulator):
27649 * time.el (display-time-mail-face):
27650 * vc.el (vc-annotate):
27651 * vcursor.el (vcursor-copy-line):
27652 * woman.el (woman-bold-headings, woman-ignore)
27653 (woman-default-faces, woman-monochrome-faces):
27654 * calendar/todo-mode.el (todo-insert-threshold):
27655 * emulation/pc-select.el (pc-select-selection-keys-only)
27656 (pc-selection-mode):
27657 * emulation/vip.el (vip-find-char-forward):
27658 * emulation/viper-cmd.el (viper-find-char-forward):
27659 * international/mule-cmds.el
27660 (select-safe-coding-system-accept-default-p)
27661 (input-method-exit-on-invalid-key):
27662 * international/mule-diag.el (describe-coding-system):
27663 * international/ucs-tables.el (unify-8859-on-encoding-mode):
27664 * net/browse-url.el (browse-url-xterm-program):
27665 * obsolete/lazy-lock.el (lazy-lock-mode):
27666 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27667 (cperl-mode):
27668 * progmodes/cpp.el (cpp-face-light-name-list)
27669 (cpp-face-dark-name-list):
27670 * progmodes/delphi.el (delphi-newline-always-indents):
27671 Fix spellings in docstrings.
27672
27673 * ido.el (ido-mode, ido-file-extensions-order)
27674 (ido-default-file-method, ido-default-buffer-method)
27675 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27676 (ido-decorations, ido-read-file-name-as-directory-commands)
27677 (ido-read-file-name-non-ido, ido-work-directory-list)
27678 (ido-ignore-item-temp-list, ido-current-directory)
27679 (ido-magic-forward-char, ido-enter-find-file)
27680 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27681 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27682
27683 2005-06-10 Lute Kamstra <lute@gnu.org>
27684
27685 * play/dunnet.el (dun-mode): Use define-derived-mode.
27686 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
27687 obsolete alias.
27688
27689 * play/doctor.el (doctor-mode-map): Remove defvar.
27690 (doctor-mode): Use define-derived-mode.
27691
27692 * mail/mspools.el (mspools-mode):
27693 * net/eudc-hotlist.el (eudc-hotlist-mode):
27694 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27695
27696 2005-06-10 Miles Bader <miles@gnu.org>
27697
27698 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27699 Remove "-face" suffix from face names.
27700 (flyspell-incorrect-face, flyspell-duplicate-face):
27701 New backward-compatibility aliases for renamed faces.
27702 (flyspell-mode-on, make-flyspell-overlay)
27703 (flyspell-highlight-incorrect-region)
27704 (flyspell-highlight-duplicate-region)
27705 (flyspell-display-next-corrections)
27706 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27707
27708 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27709 from face name.
27710 (texinfo-heading-face): New backward-compatibility alias for
27711 renamed face.
27712 (texinfo-heading-face): Use renamed texinfo-heading face.
27713
27714 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27715 suffix from face names.
27716 (tex-math-face, tex-verbatim-face):
27717 New backward-compatibility aliases for renamed faces.
27718 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27719 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27720 literal face name.
27721
27722 * textmodes/table.el (table-cell): Remove "-face" suffix from face
27723 name.
27724 (table-cell-face): New backward-compatibility alias for renamed face.
27725 (table--put-cell-face-property, table--update-cell-face):
27726 Use renamed table-cell face.
27727
27728 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27729 from face name.
27730 (sgml-namespace-face): New backward-compatibility alias for
27731 renamed face.
27732 (sgml-namespace-face): Use renamed sgml-namespace face.
27733
27734 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27735 (org-level-4, org-level-5, org-level-6, org-level-7)
27736 (org-level-8, org-warning, org-headline-done)
27737 (org-deadline-announce, org-scheduled-today)
27738 (org-scheduled-previously, org-link, org-done, org-table)
27739 (org-time-grid): Remove "-face" suffix from face names.
27740 (org-level-1-face, org-level-2-face, org-level-3-face)
27741 (org-level-4-face, org-level-5-face, org-level-6-face)
27742 (org-level-7-face, org-level-8-face, org-warning-face)
27743 (org-headline-done-face, org-deadline-announce-face)
27744 (org-scheduled-today-face, org-scheduled-previously-face)
27745 (org-link-face, org-done-face, org-table-face)
27746 (org-time-grid-face):
27747 New backward-compatibility aliases for renamed faces.
27748 (org-level-faces, org-set-font-lock-defaults, org-timeline)
27749 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27750 (org-agenda-get-timestamps, org-agenda-get-scheduled)
27751 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27752
27753 * emulation/viper-init.el (viper-search, viper-replace-overlay)
27754 (viper-minibuffer-emacs, viper-minibuffer-insert)
27755 (viper-minibuffer-vi): Remove "-face" suffix from face names.
27756 (viper-search-face, viper-replace-overlay-face)
27757 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27758 (viper-minibuffer-vi-face):
27759 New backward-compatibility aliases for renamed faces.
27760 (viper-search-face, viper-replace-overlay-face)
27761 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27762 (viper-minibuffer-vi-face): Use renamed viper faces.
27763
27764 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27765 Remove "-face" suffix from face names.
27766 (testcover-nohits-face, testcover-1value-face):
27767 New backward-compatibility aliases for renamed faces.
27768 (testcover-mark): Use renamed testcover faces.
27769
27770 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27771 face name.
27772 (diary-button-face): New backward-compatibility alias for renamed face.
27773 (diary-entry): Use renamed diary-button face.
27774
27775 * calendar/calendar.el (diary, calendar-today, holiday)
27776 (mark-visible-calendar-date): Remove "-face" suffix from face names.
27777 (diary-face, calendar-today-face, holiday-face):
27778 New backward-compatibility aliases for renamed faces.
27779 (eval-after-load "facemenu", diary-entry-marker)
27780 (calendar-today-marker, calendar-holiday-marker, diary-face):
27781 Use renamed calendar faces.
27782
27783 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27784 (compare-windows-face): New backward-compatibility alias for
27785 renamed face.
27786 (compare-windows-highlight): Use renamed compare-windows face.
27787
27788 * strokes.el (strokes-char): Remove "-face" suffix from face name.
27789 (strokes-char-face): New backward-compatibility alias for renamed face.
27790 (strokes-encode-buffer): Use renamed strokes-char face.
27791
27792 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27793 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27794 Remove "-face" suffix from face names.
27795 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27796 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27797 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27798 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27799 Use renamed pcvs faces.
27800 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27801 * pcvs-defs.el (cvs-mode-map): Likewise.
27802 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27803
27804 * info.el (info-title-1, info-title-2, info-title-3)
27805 (info-title-4): Remove "-face" suffix from and downcase face names.
27806 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27807 (Info-title-4-face):
27808 New backward-compatibility aliases for renamed faces.
27809 (Info-fontify-node): Use renamed info faces.
27810
27811 * hilit-chg.el (highlight-changes, highlight-changes-delete):
27812 Remove "-face" suffix from face names.
27813 (highlight-changes-face, highlight-changes-delete-face):
27814 New backward-compatibility aliases for renamed faces.
27815 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27816 (hilit-chg-make-list): Use renamed highlight-changes faces.
27817
27818 * generic-x.el (show-tabs-tab, show-tabs-space):
27819 Remove "-face" suffix from face names.
27820 (show-tabs-tab-face, show-tabs-space-face):
27821 New backward-compatibility aliases for renamed faces.
27822 (show-tabs-generic-mode-font-lock-defaults-1)
27823 (show-tabs-generic-mode-font-lock-defaults-2):
27824 Use renamed show-tabs faces.
27825
27826 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27827 (smerge-markers): Remove "-face" suffix from face names.
27828 (smerge-mine-face, smerge-other-face, smerge-base-face)
27829 (smerge-markers-face):
27830 New backward-compatibility aliases for renamed faces.
27831 (smerge-mine-face, smerge-other-face, smerge-base-face)
27832 (smerge-markers-face): Use renamed smerge faces.
27833
27834 * log-view.el (log-view-file, log-view-message): Remove "-face"
27835 suffix from face names.
27836 (log-view-file-face, log-view-message-face):
27837 New backward-compatibility aliases for renamed faces.
27838 (log-view-file-face, log-view-message-face): Use renamed log-view
27839 faces.
27840
27841 * paren.el (show-paren-match, show-paren-mismatch):
27842 Remove "-face" suffix from face names.
27843 (show-paren-match-face, show-paren-mismatch-face):
27844 New backward-compatibility aliases for renamed faces.
27845 (show-paren-function): Use renamed show-paren faces.
27846
27847 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27848 (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): Remove "-face"
27852 suffix from face names.
27853 (ruler-mode-default-face, ruler-mode-pad-face)
27854 (ruler-mode-margins-face, ruler-mode-fringes-face)
27855 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27856 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27857 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27858 New backward-compatibility aliases for renamed faces.
27859 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27860 (ruler-mode-column-number, ruler-mode-fill-column)
27861 (ruler-mode-comment-column, ruler-mode-goal-column)
27862 (ruler-mode-tab-stop, ruler-mode-current-column)
27863 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27864 faces.
27865
27866 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27867 face name.
27868 (whitespace-highlight-the-space): Use renamed face.
27869 (whitespace-highlight-face): New backward-compatibility alias for
27870 renamed face.
27871
27872 * woman.el (woman-italic, woman-bold, woman-unknown)
27873 (woman-addition, woman-symbol-face):
27874 Remove "-face" suffix from face names.
27875 (woman-italic-face, woman-bold-face, woman-unknown-face)
27876 (woman-addition-face):
27877 New backward-compatibility aliases for renamed faces.
27878 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27879 (woman-decode-region, woman-replace-match)
27880 (woman-display-extended-fonts, woman-special-characters)
27881 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27882 Use renamed woman faces.
27883
27884 * longlines.el (longlines-visible-face): Face removed.
27885
27886 * diff-mode.el (diff-header, diff-file-header, diff-index)
27887 (diff-hunk-header, diff-removed, diff-added, diff-changed)
27888 (diff-function, diff-context, diff-nonexistent): Remove "-face"
27889 suffix from face names.
27890 (diff-header-face, diff-file-header-face, diff-index-face)
27891 (diff-hunk-header-face, diff-removed-face, diff-added-face)
27892 (diff-changed-face, diff-function-face, diff-context-face)
27893 (diff-nonexistent-face): New backward-compatibility aliases for
27894 renamed faces.
27895 (diff-header-face, diff-file-header-face)
27896 (diff-index, diff-index-face, diff-hunk-header)
27897 (diff-hunk-header-face, diff-removed, diff-removed-face)
27898 (diff-added, diff-added-face, diff-changed-face, diff-function)
27899 (diff-function-face, diff-context-face, diff-nonexistent)
27900 (diff-nonexistent-face): Use renamed diff-mode faces.
27901
27902 * progmodes/compile.el (compilation-warning-face)
27903 (compilation-info-face): Remove "-face" suffix from face names.
27904 (compilation-warning-face, compilation-info-face):
27905 New backward-compatibility aliases for renamed faces.
27906 (compilation-warning-face, compilation-info-face):
27907 Use renamed compilation faces.
27908
27909 * add-log.el (change-log-date, change-log-name)
27910 (change-log-email, change-log-file, change-log-list)
27911 (change-log-conditionals, change-log-function)
27912 (change-log-acknowledgement): Remove "-face" suffix from face names.
27913 (change-log-date-face, change-log-name-face)
27914 (change-log-email-face, change-log-file-face)
27915 (change-log-list-face, change-log-conditionals-face)
27916 (change-log-function-face, change-log-acknowledgement-face):
27917 New backward-compatibility aliases for renamed faces.
27918 (change-log-font-lock-keywords): Use renamed change-log faces.
27919
27920 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27921 (custom-set, custom-changed, custom-saved, custom-button)
27922 (custom-button-pressed, custom-documentation, custom-state)
27923 (custom-comment, custom-comment-tag, custom-variable-tag)
27924 (custom-variable-button, custom-face-tag, custom-group-tag-1)
27925 (custom-group-tag): Remove "-face" suffix from face names.
27926 (custom-magic-alist, custom-magic-value-create)
27927 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27928 (custom-invalid-face, custom-rogue-face, custom-modified-face)
27929 (custom-set-face, custom-changed-face, custom-saved-face)
27930 (custom-button-face, custom-button-pressed-face)
27931 (custom-documentation-face, custom-state-face)
27932 (custom-comment-face, custom-comment-tag-face)
27933 (custom-variable-tag-face, custom-variable-button-face)
27934 (custom-face-tag-face, custom-group-tag-face-1)
27935 (custom-group-tag-face):
27936 New backward-compatibility aliases for renamed faces.
27937
27938 * wid-edit.el (widget-documentation, widget-button)
27939 (widget-field, widget-single-line-field, widget-inactive)
27940 (widget-button-pressed): "-face" suffix removed from face names.
27941 (widget-documentation-face, widget-button-face)
27942 (widget-field-face, widget-single-line-field-face)
27943 (widget-inactive-face, widget-button-pressed-face):
27944 New backward-compatibility aliases for renamed faces.
27945 (widget-documentation-face, widget-button-face)
27946 (widget-button-pressed-face, widget-specify-field)
27947 (widget-specify-inactive): Use renamed widget faces.
27948
27949 2005-06-10 Kenichi Handa <handa@m17n.org>
27950
27951 * term/x-win.el (x-clipboard-yank): Remove condition-case
27952 wrapping.
27953
27954 2005-06-11 Kenichi Handa <handa@m17n.org>
27955
27956 * add-log.el (change-log-font-lock-keywords): Make the regexp for
27957 date lines stricter.
27958
27959 2005-06-10 Zhang Wei <id.brep@gmail.com>
27960
27961 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27962 of x-get-selection.
27963
27964 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27965
27966 * comint.el (comint-mode, comint-snapshot-last-prompt):
27967 * frame.el (frame-current-scroll-bars):
27968 * term.el (term-mode, term-check-proc, term-input-sender)
27969 (term-simple-send, term-extract-string, term-word)
27970 (term-match-partial-filename):
27971 * window.el (window-current-scroll-bars):
27972 * emulation/cua-base.el (cua-normal-cursor-color)
27973 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27974 (cua-global-mark-cursor-color):
27975 * mail/undigest.el (rmail-forward-separator-regex):
27976 Fix typos in docstrings.
27977
27978 * comint.el (comint-check-proc, make-comint-in-buffer)
27979 (comint-source-default): Doc fixes.
27980
27981 * term.el (term-send-string): Improve argument/docstring consistency.
27982
27983 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
27984
27985 * comint.el (comint-send-input): Bind `inhibit-read-only' around
27986 call to `delete-region'.
27987 (comint-mode-hook): Do not enable Font Lock by default.
27988
27989 2005-06-09 Lute Kamstra <lute@gnu.org>
27990
27991 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27992 could be void.
27993
27994 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
27995
27996 * emacs-lisp/debug.el (debugger-will-be-back): New var.
27997 (debug): Use it.
27998 (debugger-step-through, debugger-continue, debugger-jump)
27999 (debugger-return-value): Set it when needed.
28000 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28001 Use inhibit-read-only.
28002
28003 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28004
28005 * window.el (shrink-window-if-larger-than-buffer)
28006 (window-size-fixed): Fix typo in docstring.
28007
28008 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28009 thumbnails directory on loading.
28010 (thumbs-conversion-program): Use `eq' to check the system type,
28011 not `equal'.
28012 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28013 not "/tmp". Fix docstring.
28014 (thumbs-thumbsdir): New function to return the thumbnails
28015 directory, creating it if needed.
28016 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28017 (thumbs-temp-file): Delete variable and make it into a function.
28018 (thumbs-resize-image, thumbs-modify-image): Use it.
28019 (thumbs-kill-buffer): Simplify.
28020 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28021 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28022 docstrings.
28023
28024 2005-06-09 Kim F. Storm <storm@cua.dk>
28025
28026 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28027 set-match-data to free markers in match-data.
28028
28029 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28030 match-data to unchain markers in match-data.
28031
28032 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28033
28034 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28035 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28036 unnecessary now.
28037
28038 2005-06-08 Richard M. Stallman <rms@gnu.org>
28039
28040 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28041 give the variable a doc string that doesn't say don't set it directly.
28042
28043 * textmodes/ispell.el (ispell-check-version):
28044 Use match-string-no-properties.
28045 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28046 (ispell-buffer-local-words): Likewise.
28047
28048 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28049 except on terminals with enough colors to really display it.
28050 (makefile-dependency-regex): Delete spurious `bb'.
28051
28052 * faces.el (escape-glyph): Use blue once again in last case.
28053 (no-break-space): Redefine so that it isn't invisible on a tty.
28054
28055 2005-06-08 Kim F. Storm <storm@cua.dk>
28056
28057 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28058 also when reading directory name.
28059
28060 2005-06-08 Lute Kamstra <lute@gnu.org>
28061
28062 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28063 (flyspell-mode-line-string): Remove autoload cookie.
28064 (flyspell-mode): Remove defvar.
28065
28066 2005-06-07 Lute Kamstra <lute@gnu.org>
28067
28068 * textmodes/org.el (org-run-mode-hooks): New function.
28069 (org-agenda-mode): Use it.
28070
28071 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28072
28073 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28074
28075 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28076
28077 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28078
28079 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28080
28081 * font-lock.el (font-lock-add-keywords): Doc fix.
28082
28083 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28084
28085 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28086 (tex-compile-default): In the absence of any history, use the order in
28087 tex-compile-alist to choose the preferred command.
28088 (tex-compile-commands): Reorder a bit.
28089
28090 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28091 (flyspell-incorrect-face, flyspell-duplicate-face):
28092 Use (X)Emacs-agnostic code.
28093 (flyspell-mode-map): Don't overwrite at each load. Remove code
28094 redundant with the subsequent add-minor-mode. Merge Emacs and
28095 XEmacs code.
28096 (flyspell-word): Minor simplification.
28097 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28098 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28099 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28100 Merge the corresponding Emacs code.
28101 (flyspell-correct-word, flyspell-xemacs-popup):
28102 Use flyspell-do-correct.
28103
28104 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28105 a dedicated window.
28106
28107 * international/latexenc.el (latexenc-find-file-coding-system):
28108 Undo part of last patch, to turn off a compiler warning.
28109
28110 2005-06-06 Juri Linkov <juri@jurta.org>
28111
28112 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28113 Rename `tmm-inactive-face' to `tmm-inactive'.
28114
28115 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28116
28117 * iswitchb.el: Rename faces.
28118
28119 2005-06-06 Kim F. Storm <storm@cua.dk>
28120
28121 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28122 (cua-global-mark): Remove -face suffix from face names.
28123
28124 * emulation/cua-gmrk.el (cua--init-global-mark):
28125 Remove cua-global-mark face setup.
28126
28127 2005-06-06 Richard M. Stallman <rms@gnu.org>
28128
28129 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28130 just like other allowed characters.
28131 (makefile-match-dependency): Exclude leading and training whitespace
28132 from the range of regexp subexp 1.
28133 (makefile-macroassign-regex): Don't try to match the body,
28134 just the name of the macro being defined.
28135
28136 * info.el (Info-read-node-name-2): New function.
28137 (Info-read-node-name-1): Use that.
28138 Add a completion-base-size-function property.
28139
28140 * simple.el (completion-setup-function): Look for
28141 completion-base-size-function property of minibuffer-completion-table.
28142
28143 * files.el (locate-file-completion): Doc fix.
28144
28145 * printing.el: Don't call pr-update-menus; user must do that.
28146
28147 * emacs-lisp/debug.el (debugger-window): New variable.
28148 (debug): Use debugger-window if it is set and still alive.
28149 Record debugger-window for next entry.
28150
28151 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28152
28153 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28154
28155 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28156 (hack-one-local-variable, hack-local-variables)
28157 (hack-local-variables-prop-line): Pass that arg.
28158
28159 2005-06-06 Kim F. Storm <storm@cua.dk>
28160
28161 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28162 (ido-indicator): Remove -face suffix from face names.
28163
28164 2005-06-06 Juri Linkov <juri@jurta.org>
28165
28166 * font-lock.el (font-lock-regexp-backslash)
28167 (font-lock-regexp-backslash-construct): New faces.
28168 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28169 after `('. Add `while-no-input' to control structures.
28170
28171 * faces.el (no-break-space, shadow): New faces.
28172 (escape-glyph): Use less loud colors pink2 and red4.
28173
28174 * diff-mode.el (diff-context-face)
28175 * dired.el (dired-ignored)
28176 * rfn-eshadow.el (file-name-shadow)
28177 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28178
28179 * info.el (Info-title-1-face): Use green instead of yellow because
28180 bold yellow is not readable on light backgrounds.
28181
28182 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28183 before selecting the desired mode to not spend time fontifying
28184 old contents.
28185
28186 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28187
28188 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28189 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28190
28191 * ps-print.el (ps-default-fg, ps-default-bg):
28192 Fix typos in docstrings.
28193
28194 * isearchb.el (isearchb): Don't pass a spurious second argument to
28195 `iswitchb-completions'.
28196
28197 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28198
28199 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28200 to preserve point.
28201 (gdb-find-file-hook): Add doc string.
28202
28203 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28204 C dereferenced pointer expression.
28205 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28206
28207 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28208
28209 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28210 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28211 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28212 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28213 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28214 Make background transparent.
28215
28216 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28217
28218 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28219 (font-lock-remove-keywords): Doc fix.
28220 (font-lock-mode-major-mode): Compiler defvar.
28221 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28222
28223 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28224 (font-lock-mode): Update `font-lock-mode-major-mode'.
28225 (font-lock-set-defaults): Compiler defvar.
28226 (font-lock-default-function): Take `font-lock-mode-major-mode'
28227 into account.
28228
28229 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28230 keep track of which major mode it enabled the minor mode for.
28231 Use find-file-hook again. Update docstring.
28232
28233 * simple.el (eval-expression-print-level)
28234 (eval-expression-print-length, eval-expression-debug-on-error):
28235 Doc fixes.
28236
28237 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28238
28239 * iswitchb.el (iswitchb-single-match-face)
28240 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28241 (iswitchb-invalid-regexp-face): New faces.
28242 (iswitchb-completions): Use them.
28243 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28244 now marked as an obsolete alias.
28245 (iswitchb-read-buffer): Remove check for bound font variables.
28246 (iswitchb-invalid-regexp): New free variable.
28247 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28248 set iswitchb-invalid-regexp.
28249 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28250 invalid regexps.
28251 (iswitchb-completions): Add check for complete match when entering
28252 a regexp.
28253 (iswitchb-completions): Remove require-match argument.
28254 (iswitchb-exhibit): Fix caller.
28255 (iswitchb-common-match-inserted): New variable.
28256 (iswitchb-complete, iswitchb-completion-help): Use it.
28257
28258 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28259
28260 * url-http.el (url-http-chunked-encoding-after-change-function):
28261 Use `url-http-debug' instead of `message'.
28262
28263 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28264
28265 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28266 callback argument.
28267
28268 2005-06-04 Kim F. Storm <storm@cua.dk>
28269
28270 * simple.el (line-move): Only call sit-for when moving backwards.
28271
28272 * ido.el (ido-make-merged-file-list-1): New defun split from
28273 ido-make-merged-file-list.
28274 (ido-make-merged-file-list): Bind throw-on-input around call to
28275 ido-make-merged-file-list-1. Return input-pending-p if
28276 interrupted by more input available.
28277 (ido-read-internal): Handle input-pending-p return value from
28278 ido-make-merged-file-list.
28279
28280 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28281
28282 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28283 compatibility code.
28284
28285 * international/latexenc.el (latexenc-find-file-coding-system):
28286 Don't inherit the EOL part of the coding-system from the
28287 tex-main buffer. Fit within 80 columns.
28288
28289 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28290
28291 * tmm.el (tmm-inactive-face): New face.
28292 (tmm-remove-inactive-mouse-face): New function.
28293 (tmm-prompt, tmm-add-one-shortcut)
28294 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28295 but not selectable.
28296
28297 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28298
28299 * faces.el (face-equal): Improve argument/docstring consistency.
28300
28301 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28302
28303 * progmodes/make-mode.el (makefile-targets-face)
28304 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28305 (makefile-bsdmake-dependency-regex)
28306 (makefile-makepp-rule-action-regex)
28307 (makefile-bsdmake-rule-action-regex): New constants.
28308 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28309
28310 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28311 Allow (...) within `...' for makepp messages.
28312
28313 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28314
28315 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28316
28317 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28318 "." files are deleted from all file lists before comparison.
28319
28320 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28321 (viper-ESC-key): Made them customizable.
28322
28323 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28324
28325 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28326
28327 * autorevert.el (auto-revert-buffers): Use save-match-data.
28328
28329 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28330
28331 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28332 menu items with a nil command binding.
28333
28334 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
28335
28336 * emacs-lisp/cl-macs.el (defsetf):
28337 Improve argument/docstring consistency.
28338
28339 * faces.el (list-faces-display): Improve the formatting by
28340 computing the maximum length required for any face-name (reworked
28341 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28342 (internal-find-face): Remove redundant info in docstring.
28343
28344 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
28345
28346 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28347 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28348 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28349 (gdb-assembler-custom): Improve regexps.
28350 (def-gdb-auto-update-handler): Use window point to preserve point.
28351
28352 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
28353
28354 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28355
28356 2005-05-31 Jay Belanger <belanger@truman.edu>
28357
28358 * calc/calc-embed.el (calc-embedded-word): Change argument passed
28359 to calc-embedded.
28360 (calc-embedded-make-info): Have plain prefix argument select
28361 entire line.
28362
28363 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
28364
28365 * faces.el (list-faces-display): Signal error if passed a regexp
28366 that matches no face name.
28367
28368 * simple.el (filter-buffer-substring): Fix typo in docstring.
28369
28370 2005-05-31 Richard M. Stallman <rms@gnu.org>
28371
28372 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28373 (vhdl-emacs-21): Doc fix.
28374 (vhdl-mode): Unconditionally set comment-padding.
28375 (vhdl-fixup-whitespace-region): Insert spaces only where
28376 there are none.
28377 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28378
28379 2005-05-30 John Wiegley <johnw@newartisans.com>
28380
28381 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28382 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28383 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28384 `directory-sep-char' to ?/, and all uses of `string-to-int' to
28385 `string-to-number'.
28386
28387 2005-05-30 Jay Belanger <belanger@truman.edu>
28388
28389 * calc/calc.el (calc-bug-address): Fix docstring.
28390 (calc-window-hook, calc-trail-window-hook): New variables.
28391 (calc-trail-display): Restore use of calc-trail-window-hook.
28392 (calc): Restore use of calc-window-hook.
28393
28394 2005-05-31 Masatake YAMATO <jet@gyve.org>
28395
28396 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28397
28398 * help-fns.el (help-C-file-name): Add autoload mark for
28399 `find-function-noselect'.
28400
28401 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
28402
28403 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28404 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28405
28406 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28407
28408 * calendar/diary-lib.el (mark-included-diary-files): Only kill
28409 included diary buffer if it was not already being visited.
28410 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28411
28412 * calendar/icalendar.el (top-level): Do not require appt.
28413
28414 * mail/supercite.el (sc-select-attribution): Only use a list
28415 element from sc-attrib-selection-list if it returns a string.
28416 Reported by Davide G. M. Salvetti <salve@debian.org>.
28417
28418 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
28419
28420 * thumbs.el (thumbs-thumbname): The resulting thumbname now
28421 includes a hash value to improve its uniqueness, and has a ".jpg"
28422 extension. Also, it is now a valid filename on all systems.
28423 (thumbs-make-thumb): Use `let', not `let*'.
28424 (thumbs-show-thumbs-list): Check for JPEG availability.
28425
28426 2005-05-30 Richard M. Stallman <rms@gnu.org>
28427
28428 * filesets.el (filesets-menu-ensure-use-cached):
28429 Prevent warning when emacs-version>= is undefined.
28430
28431 * printing.el (pr-interactive-n-up): Use string-to-number.
28432
28433 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28434
28435 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28436 Warn only when name to be defined is quoted.
28437
28438 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
28439
28440 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28441 Make regexp more robust.
28442 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28443 Force regeneration of disassembly.
28444
28445 2005-05-29 Jay Belanger <belanger@truman.edu>
28446
28447 * calc/calc.el (calc-user-invocation): Check if
28448 calc-invocation-macro is non-nil.
28449
28450 2005-05-29 Juri Linkov <juri@jurta.org>
28451
28452 * add-log.el (change-log-font-lock-keywords):
28453 Add `+' to e-mail regexp to accept mail address with keywords.
28454
28455 * man.el (Man-name-regexp): Add `:' to accept qualified names.
28456
28457 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
28458
28459 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28460
28461 * ielm.el (inferior-emacs-lisp-mode): Ditto.
28462
28463 2005-05-29 Richard M. Stallman <rms@gnu.org>
28464
28465 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28466 Undo the change that moves to end of the current word.
28467
28468 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28469
28470 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28471 Throw error when count <= 0 to ensure input is a number.
28472 (gdb-read-memory-custom): Pick up address from buffer.
28473 (gdb-memory-mode): Allow user to increment and decrement
28474 memory address from header line.
28475
28476 2005-05-29 Richard M. Stallman <rms@gnu.org>
28477
28478 * flyspell.el (flyspell-version): Function deleted.
28479 (flyspell-auto-correct-previous-hook): Doc fix.
28480
28481 * jit-lock.el (jit-lock-function, jit-lock-after-change):
28482 Do nothing if memory is full.
28483
28484 * font-lock.el (font-lock-fontify-syntactically-region):
28485 Pass t for GREEDY to looking-back.
28486
28487 * saveplace.el (save-place-alist-to-file): Write the file
28488 using write-region.
28489
28490 * subr.el (looking-back): New argument GREEDY.
28491
28492 * progmodes/compile.el (compilation-start): Set the mode
28493 before inserting the initial text.
28494
28495 * progmodes/which-func.el (which-func-update-1): Turn the mode
28496 off in case of error by setting which-func-mode.
28497
28498 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
28499
28500 * flyspell.el (flyspell-auto-correct-previous-word):
28501 Narrow down to what's on the screen, and recenter overlays
28502 at the end of the next word.
28503
28504 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
28505
28506 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28507 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28508 (flyspell-abbrev-p): Default to nil.
28509 (flyspell-use-global-abbrev-table-p): Doc fix.
28510 (flyspell-large-region): Allow nil as value.
28511 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28512
28513 (mail-mode-flyspell-verify): More robust handling
28514 of `mail-header-separator'. More efficient signature detection.
28515 Allow for regexp metacharacters in message-header-separator.
28516 Adding `To' not to be checked in mail-mode-flyspell-verify.
28517
28518 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28519 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28520 Bind flyspell-auto-correct-binding.
28521 Bind C-. and C-, .
28522 (flyspell-mode-map): Likewise.
28523 (flyspell-mode): Doc fix.
28524 (flyspell-accept-buffer-local-defs): Preserve current buffer.
28525 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28526 (flyspell-word-cache-result): New var, always local.
28527 (flyspell-check-pre-word-p): Doc fix.
28528 (flyspell-check-changed-word-p): Handle spc like newline.
28529 (flyspell-post-command-hook): Set flyspell-word-cache-result.
28530 (flyspell-word-search-backward, flyspell-word-search-forward):
28531 New functions.
28532 (flyspell-word): Return t if nothing to check.
28533 When parsing TeX code, check for after } or \.
28534 Use flyspell-word-search-backward to find previous word.
28535 Return nil if duplicated word.
28536 For word already checked, return same value as last time.
28537 Set flyspell-word-cache-result after checking.
28538 Don't clobber the return value.
28539 (flyspell-get-word): Major rewrite.
28540 (flyspell-external-point-words): New locals pword, pcount.
28541 Fix size used in progress message.
28542 Find the proper corresponding word in flyspell-large-region-buffer.
28543 (flyspell-region): Check for flyspell-large-region = nil.
28544 (flyspell-highlight-incorrect-region): Clean up overlays in region.
28545 (flyspell-auto-correct-word): Check that WORD is a cons.
28546 (flyspell-correct-word): Likewise.
28547
28548 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
28549
28550 * progmodes/make-mode.el (makefile-rule-action-regex)
28551 (makefile-macroassign-regex, makefile-makepp-mode)
28552 (makefile-bsdmake-mode): Continuation lines may be empty.
28553 Reported by Joshua Varner.
28554 (makefile-makepp-font-lock-keywords): Add $(stem).
28555
28556 2005-05-28 Karl Berry <karl@gnu.org>
28557
28558 * textmodes/tex-mode.el: Now that tex-send-command calls
28559 shell-quote-argument (2005-03-31 change), remove all calls to
28560 shell-quote-argument; they all end up invoking tex-send-command.
28561 The double quoting loses on filenames with non-safe characters,
28562 such as "@". Reported by Frederik Fouvry.
28563
28564 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28565
28566 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28567 about preserving point.
28568
28569 2005-05-27 Jay Belanger <belanger@truman.edu>
28570
28571 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28572 Info-goto-node.
28573
28574 * calc/calc-embed.el (calc-embed-arg): New variable.
28575 (calc-do-embedded-activate, calc-embedded-activate-formula)
28576 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28577 variable by new variable.
28578 (calc-embedded-make-info): Replace undeclared variable by new
28579 variable. When selecting region with positive prefix
28580 argument, use end of previous line instead of beginning of line.
28581
28582 * calc/calc-aent.el (calc-arg-values): Declare it.
28583
28584 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28585 Declare them.
28586
28587 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28588
28589 * calc/calc.el (calc-alg-map): Declare it.
28590
28591 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28592
28593 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
28594
28595 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28596 (gdb-registers-buffer, toggle-gdb-all-registers):
28597 Toggle display of floating point registers.
28598 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28599
28600 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
28601 (toggle-gud-tooltip-dereference):
28602 Rename from gud-toggle-tooltip-dereference.
28603
28604 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
28605
28606 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28607
28608 2005-05-27 Jay Belanger <belanger@truman.edu>
28609
28610 * calc/calc-prog.el (calc-kbd-report): Remove.
28611 (calc-kbd-query): Rewrite.
28612
28613 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
28614
28615 * image.el (image-library-alist): Move to image.c.
28616 (image-type-available-p): Doc fix.
28617
28618 2005-05-27 Lute Kamstra <lute@gnu.org>
28619
28620 * calc/calc.el (calc):
28621 * outline.el (outline-1, outline-2, outline-3, outline-4)
28622 (outline-5, outline-6, outline-7, outline-8):
28623 * textmodes/dns-mode.el (dns-mode):
28624 * textmodes/sgml-mode.el (sgml-namespace-face):
28625 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28626 (tex-verbatim-face, tex-use-reftex):
28627 * textmodes/texinfo.el (texinfo-heading-face):
28628 Specify customization group.
28629
28630 * longlines.el: Don't require easy-mmode.
28631 (longlines-visible-face): Specify customization group.
28632
28633 2005-05-27 Kenichi Handa <handa@m17n.org>
28634
28635 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28636 encoding table of windows-1251.
28637
28638 * international/ucs-tables.el (ucs-set-table-for-input):
28639 If translation-table-for-input of a coding system is a symbol, get
28640 its translation-table property.
28641
28642 * international/code-pages.el: Don't register a coding system into
28643 non-iso-charset-alist more than once.
28644 (cp-make-coding-system): Likewise.
28645
28646 2005-05-26 John Wiegley <johnw@newartisans.com>
28647
28648 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28649 `eshell-resume-eval' is wrapped in a list, it indicates that the
28650 command was run asynchronously. In that case, unwrap the value
28651 before checking the delimiter value.
28652
28653 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28654 character before a space at the end of a line is \, assume the space
28655 is part of the last argument rather than a final argument separator.
28656
28657 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28658 is in use, and the target is `t' or `nil' (which are the most common
28659 values), don't assume that the symbol target is a buffer.
28660
28661 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
28662
28663 * calendar/calendar.el (calendar-mode-line-format):
28664 Use mode-line-highlight as mouse-face.
28665
28666 * time.el (display-time-string-forms, display-time-update):
28667 Use mode-line-highlight as mouse-face.
28668
28669 2005-05-26 Jay Belanger <belanger@truman.edu>
28670
28671 * calc/calc.el (calc-language-alist): Remove extra defvar.
28672
28673 2005-05-26 Lute Kamstra <lute@gnu.org>
28674
28675 * arc-mode.el (archive-mode):
28676 * bookmark.el (bookmark-read-annotation-mode)
28677 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28678 * bs.el (bs-mode):
28679 * calc/calc-yank.el (calc-edit-mode):
28680 * calc/calc.el (calc-mode, calc-trail-mode):
28681 * calculator.el (calculator-mode):
28682 * chistory.el (command-history-mode):
28683 * comint.el:
28684 * cus-edit.el (custom-mode):
28685 * descr-text.el (describe-text-mode):
28686 * ebuff-menu.el (Electric-buffer-menu-mode):
28687 * ediff-util.el (ediff-mode):
28688 * emacs-lisp/re-builder.el (reb-mode):
28689 * emulation/vi.el (vi-mode-setup):
28690 * emulation/ws-mode.el (wordstar-mode):
28691 * eshell/esh-mode.el (eshell-mode):
28692 * forms.el (forms-mode):
28693 * help-mode.el (help-mode):
28694 * hexl.el (hexl-mode):
28695 * ibuffer.el (ibuffer-mode):
28696 * ielm.el (inferior-emacs-lisp-mode):
28697 * info.el (Info-mode, Info-edit-mode):
28698 * international/swedish.el:
28699 * ledit.el (ledit-from-lisp-mode):
28700 * locate.el (locate-mode):
28701 * mail/rmail.el (rmail-mode):
28702 * mail/rmailedit.el (rmail-edit-mode):
28703 * mail/rmailsum.el (rmail-summary-mode):
28704 * mail/supercite.el (sc-electric-mode):
28705 * net/eudc.el (eudc-mode):
28706 * net/quickurl.el (quickurl-list-mode):
28707 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28708 * obsolete/ooutline.el (outline-mode):
28709 * obsolete/options.el (Edit-options-mode):
28710 * obsolete/rnews.el (news-mode):
28711 * obsolete/rnewspost.el (news-reply-mode):
28712 * play/5x5.el (5x5-mode):
28713 * play/decipher.el (decipher-mode, decipher-stats-mode):
28714 * play/gomoku.el (gomoku-mode):
28715 * play/snake.el (snake-mode):
28716 * play/solitaire.el (solitaire-mode):
28717 * play/tetris.el (tetris-mode):
28718 * progmodes/ada-mode.el (ada-mode):
28719 * progmodes/antlr-mode.el (antlr-mode):
28720 * progmodes/autoconf.el (autoconf-mode):
28721 * progmodes/dcl-mode.el (dcl-mode):
28722 * progmodes/delphi.el (delphi-mode):
28723 * progmodes/ebrowse.el (ebrowse-tree-mode)
28724 (ebrowse-electric-list-mode, ebrowse-member-mode)
28725 (ebrowse-electric-position-mode):
28726 * progmodes/f90.el (f90-mode):
28727 * progmodes/fortran.el (fortran-mode):
28728 * progmodes/icon.el (icon-mode):
28729 * progmodes/idlw-help.el (idlwave-help-mode):
28730 * progmodes/idlw-shell.el (idlwave-shell-mode):
28731 * progmodes/idlwave.el (idlwave-mode):
28732 * progmodes/inf-lisp.el (inferior-lisp-mode):
28733 * progmodes/m4-mode.el (m4-mode):
28734 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28735 * progmodes/modula2.el (modula-2-mode):
28736 * progmodes/octave-inf.el (inferior-octave-mode):
28737 * progmodes/octave-mod.el (octave-mode):
28738 * progmodes/pascal.el (pascal-mode):
28739 * progmodes/sh-script.el (sh-mode):
28740 * progmodes/sql.el (sql-mode, sql-interactive-mode):
28741 * progmodes/vhdl-mode.el (vhdl-mode):
28742 * progmodes/xscheme.el (scheme-interaction-mode):
28743 * replace.el (occur-mode):
28744 * ses.el (ses-mode):
28745 * simple.el (completion-list-mode):
28746 * skeleton.el:
28747 * speedbar.el (speedbar-mode):
28748 * term.el (term-mode):
28749 * terminal.el (terminal-edit-mode):
28750 * textmodes/reftex-index.el (reftex-index-mode)
28751 (reftex-index-phrases-mode):
28752 * textmodes/reftex-sel.el (reftex-select-label-mode)
28753 (reftex-select-bib-mode):
28754 * textmodes/reftex-toc.el (reftex-toc-mode):
28755 * wdired.el (wdired-change-to-wdired-mode):
28756 * wid-browse.el (widget-browse-mode):
28757 Use run-mode-hooks.
28758
28759 * array.el (array-mode):
28760 * calendar/todo-mode.el (todo-mode):
28761 * man.el (Man-mode):
28762 * play/landmark.el (lm-mode):
28763 * play/mpuz.el (mpuz-mode):
28764 Use kill-all-local-variables and run-mode-hooks.
28765
28766 * subr.el (delay-mode-hooks): Specify indentation.
28767
28768 2005-05-26 Mark A. Hershberger <mah@everybody.org>
28769
28770 * xml.el (xml-substitute-special): Don't die for undefined xml
28771 entities.
28772
28773 2005-05-26 Jay Belanger <belanger@truman.edu>
28774
28775 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28776 of nil.
28777
28778 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
28779
28780 * progmodes/gdb-ui.el (gdb-frame-address):
28781 Rename from gdb-current-address.
28782 (gdb-previous-frame-address): Rename from gdb-previous-address.
28783 (gdb-selected-frame): Rename from gdb-current-frame.
28784 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28785 (gdb-frame-number): Rename from gdb-current-stack-level.
28786 (gdb-ann3): Match new mode-name for disassembly buffer.
28787 Extend initialization of variables.
28788 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28789 (gdb-memory-mode): Use mouse-face in header line.
28790 (gdb-assembler-buffer-name): Call it disassembly and give frame
28791 in mode line.
28792 (gdb-source-spec-regexp, gdb-assembler-custom)
28793 (gdb-invalidate-assembler, gdb-frame-handler):
28794 Make robust to leading zeroes in address format.
28795
28796 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
28797
28798 * textmodes/org.el (org-mode): Use `define-derived-mode' to
28799 define `org-mode'.
28800 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28801
28802 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
28803
28804 * log-edit.el (log-edit-changelog-entries): Distinguish between
28805 filenames like xfns.c and fns.c.
28806
28807 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
28808
28809 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28810 point after reverting.
28811 (Buffer-menu-make-sort-button): Handle the case where
28812 `Buffer-menu-use-header-line' is nil.
28813
28814 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
28815
28816 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28817 New funcs. In minibuffer-local-completion-map bind `]', `/'
28818 and `:' to them.
28819
28820 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
28821
28822 * startup.el (normal-top-level): Allow modification of load-path while
28823 we're iterating over it.
28824
28825 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
28826
28827 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28828 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28829 (thumbs-resize-interactive, thumbs-insert-image)
28830 (thumbs-insert-thumb, thumbs-dired-show-marked)
28831 (thumbs-find-image-at-point, thumbs-delete-images)
28832 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28833 (thumbs-increment-image-size, thumbs-decrement-image-size):
28834 Fix typos in docstrings.
28835
28836 2005-05-24 Andre Spiegel <spiegel@gnu.org>
28837
28838 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28839 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28840 (cperl-mode): Use them.
28841
28842 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
28843
28844 * window.el (quit-window, shrink-window-if-larger-than-buffer):
28845 Doc fixes.
28846
28847 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
28848
28849 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28850 Bind C-d to gdb-inferior-io-eof.
28851
28852 * dired.el (dired-dnd-popup-notice): Use message-box.
28853
28854 2005-05-23 Masatake YAMATO <jet@gyve.org>
28855
28856 * bindings.el (mode-line-major-mode-keymap):
28857 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28858
28859 * faces.el (mode-line-highlight): New face.
28860
28861 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28862 as mouse-face.
28863
28864 * bindings.el (top-level, help-echo, mode-line-modified)
28865 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28866 as mouse-face.
28867
28868 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
28869
28870 * progmodes/cc-engine.el (c-guess-basic-syntax):
28871 Remove spurious call to `zerop'.
28872
28873 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28874
28875 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
28876
28877 CC Mode update to 5.30.10:
28878
28879 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28880 could go past the limit in decoration level 2, thereby causing
28881 errors during interactive fontification.
28882
28883 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28884 the file is evaluated interactively.
28885
28886 * cc-engine.el (c-guess-basic-syntax): Handle operator
28887 declarations somewhat better in C++.
28888
28889 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28890 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28891 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28892 (awk-mode): Use it.
28893 (make-local-hook): Suppress warning about obsoleteness.
28894
28895 * cc-engine.el, cc-align.el, cc-cmds.el
28896 (c-append-backslashes-forward, c-delete-backslashes-forward)
28897 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28898 Compensate for return value from `forward-line' when it has moved
28899 but not to a different line due to eob.
28900
28901 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28902 `objc-method-intro' and `objc-method-args-cont'.
28903
28904 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
28905
28906 CC Mode update to 5.30.10:
28907
28908 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28909 in the copyright statement. Incidentally, change "along with GNU
28910 Emacs" to "along with this program" where it occurs.
28911
28912 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28913 so that it is interactive, hence can be found by M-x awk-mode
28914 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
28915 <gmorris+emacs@ast.cam.ac.uk>.
28916
28917 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28918 Mode's regexps.
28919
28920 2005-05-23 Kevin Ryde <user42@zip.com.au>
28921
28922 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28923 c-parse-state, to avoid a lisp error (on bad code).
28924
28925 2005-05-23 Lute Kamstra <lute@gnu.org>
28926
28927 * subr.el (font-lock-defaults): Remove defvar as it's already
28928 defined in font-core.el.
28929
28930 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28931
28932 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
28933
28934 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28935 more general and work when GDB variable "print pretty" is on,
28936 as with Emacs, for example.
28937
28938 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
28939
28940 * font-core.el: Update comment.
28941
28942 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28943 Use `after-change-major-mode-hook' instead of `find-file-hook'.
28944
28945 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28946
28947 2005-05-22 Eli Zaretskii <eliz@gnu.org>
28948
28949 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28950 and `yank-handler' in the doc strings.
28951
28952 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
28953
28954 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
28955
28956 2005-05-22 Richard M. Stallman <rms@gnu.org>
28957
28958 * help.el (describe-key): Move print-help-return-message call
28959 out of conditional.
28960
28961 * progmodes/etags.el (list-tags): Use with-no-warnings.
28962
28963 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28964 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28965 (starttls-extra-args, starttls-extra-arguments): Add defvars.
28966
28967 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28968
28969 * language/viet-util.el (viet-viscii-nonascii-translation-table):
28970 Add defvar.
28971
28972 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28973 Use defvar, not defconst.
28974
28975 * hexl.el (hexl-follow-line): Use with-no-warnings.
28976
28977 * emulation/tpu-extras.el: Use write-file-functions instead of
28978 write-file-hooks.
28979
28980 * dired.el (dired-font-lock-keywords): Fontify files with junk
28981 extensions even if marked by -F.
28982
28983 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
28984
28985 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28986 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28987 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28988 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28989 (concatenate, list-length, get*, getf, cl-remprop):
28990 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28991 (etypecase, progv, lexical-let, lexical-let*)
28992 (multiple-value-bind, multiple-value-setq, shiftf):
28993 Improve argument/docstring consistency.
28994
28995 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28996
28997 2005-05-22 Andre Spiegel <spiegel@gnu.org>
28998
28999 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29000 doesn't exist.
29001
29002 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29003 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29004
29005 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29006
29007 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29008 already deleted variables: auto-fill-hook, blink-paren-hook,
29009 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29010 suspend-hooks, comment-indent-hook, meta-flag,
29011 before-change-function, after-change-function,
29012 font-lock-doc-string-face.
29013
29014 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29015
29016 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29017
29018 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29019
29020 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29021 rmail-dont-reply-to.
29022
29023 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29024
29025 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29026 literal blank when splitting new-header-values.
29027
29028 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29029
29030 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29031 string so that tmm doesn't create a completion entry for it.
29032
29033 * textmodes/table.el (table-disable-menu): Ditto.
29034
29035 2005-05-21 Richard M. Stallman <rms@gnu.org>
29036
29037 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29038
29039 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29040
29041 * net/rcompile.el (remote-compile): Use compilation-start.
29042
29043 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29044
29045 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29046
29047 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29048 Default to makefile-bsdmake-mode on BSD systems.
29049
29050 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29051 REGEXP may also be a search function now. The part of doc-string
29052 for describing the structure was 95% identical to that of
29053 `imenu--generic-function'. Unify it there.
29054
29055 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29056 Use function to find dependencies, because regexp alone is so complex,
29057 it easily goes into an endless loop.
29058 (makefile-makepp-mode): Also add submenu for Perl functions
29059 defined in the makefile.
29060 (makefile-bsdmake-mode): Special imenu-generic-expression no
29061 longer needed, due to function call.
29062 (makefile-match-dependency): Take BOUND into account when checking
29063 if we're through.
29064
29065 2005-05-20 Jay Belanger <belanger@truman.edu>
29066
29067 * calc/calc-units.el (calc-invalidate-units-table):
29068 Use inhibit-read-only.
29069 (math-build-units-table-buffer): Use view-mode.
29070
29071 2005-05-20 David Kastrup <dak@gnu.org>
29072
29073 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29074 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29075
29076 2005-05-20 Lute Kamstra <lute@gnu.org>
29077
29078 * diff-mode.el (diff-header-face, diff-file-header-face)
29079 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29080 (diff-added-face, diff-changed-face, diff-function-face)
29081 (diff-context-face, diff-nonexistent-face): Put them in the
29082 diff-mode customization group.
29083
29084 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29085
29086 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29087
29088 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29089
29090 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29091 Minor regexp-optimization.
29092
29093 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29094
29095 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29096 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29097 (org-agenda-add-time-grid-maybe): New function.
29098 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29099 (org-table-create): `dotimes' instead of `mapcar'.
29100 (org-xor): Simplify implementation.
29101 (org-agenda): `inhibit-redisplay' turned on.
29102 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29103 a consistent line after a state change.
29104 (org-agenda-remove-times-when-in-prefix): New option.
29105 (org-prefix-has-time): New variable.
29106 (org-parse-time-string): Optional argument NODEFAULT.
29107 (org-format-agenda-item): Parse items for time-of-day
29108 specifications and move these into the prefix if possible.
29109 (org-agenda-priority): Get current heading, not previous heading
29110 during agenda remote editing.
29111
29112 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29113
29114 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29115 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29116 (remove-duplicates, delete-duplicates, substitute)
29117 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29118 (nsubstitute-if-not, find, find-if, find-if-not, position)
29119 (position-if, position-if-not, count, count-if, count-if-not)
29120 (mismatch, search, sort*, stable-sort, merge, member*)
29121 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29122 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29123 (intersection, nintersection, set-difference, nset-difference)
29124 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29125 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29126 (nsublis, tree-equal): Improve argument/docstring consistency.
29127
29128 * subr.el (send-string, send-region): Remove obsolescence declaration.
29129 (window-dot, set-window-dot, read-input, show-buffer)
29130 (eval-current-buffer, string-to-int):
29131 Add release number to obsolescence declarations.
29132
29133 2005-05-19 Kim F. Storm <storm@cua.dk>
29134
29135 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29136 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29137
29138 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29139
29140 * faces.el (list-faces-display): Make back button respect optional
29141 regexp arg.
29142
29143 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29144
29145 * calculator.el (calculator-radix-grouping-mode)
29146 (calculator-radix-grouping-digits, calculator-displayer)
29147 (calculator-radix-grouping-separator, calculator-copy-displayer):
29148 * dabbrev.el (dabbrev-search-these-buffers-only):
29149 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29150 (diff-advance-after-apply-hunk, diff-mode-hook)
29151 (diff-minor-mode-prefix):
29152 * imenu.el (imenu-use-popup-menu):
29153 * jit-lock.el (jit-lock-context-time):
29154 * newcomment.el (comment-fill-column, comment-column)
29155 (comment-style, comment-padding, comment-multi-line)
29156 (comment-empty-lines, comment-auto-fill-only-comments):
29157 * reveal.el (reveal-around-mark):
29158 * uniquify.el (uniquify-buffer-name-style)
29159 (uniquify-after-kill-buffer-p)
29160 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29161 (uniquify-min-dir-content, uniquify-separator)
29162 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29163 * w32-vars.el (w32-fixed-font-alist):
29164 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29165 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29166 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29167 * progmodes/perl-mode.el (perl-indent-level)
29168 (perl-continued-statement-offset, perl-continued-brace-offset)
29169 (perl-brace-offset, perl-brace-imaginary-offset)
29170 (perl-label-offset, perl-indent-continued-arguments)
29171 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29172 * progmodes/tcl.el (tcl-indent-level)
29173 (tcl-continued-indent-level, tcl-auto-newline)
29174 (tcl-tab-always-indent, tcl-electric-hash-style)
29175 (tcl-help-directory-list, tcl-use-smart-word-finder)
29176 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29177 (inferior-tcl-source-command):
29178 * textmodes/fill.el (enable-kinsoku):
29179 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29180 * textmodes/table.el (table-yank-handler):
29181 Specify missing group (and type, if simple) in defcustom.
29182
29183 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29184
29185 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29186
29187 2005-05-19 Richard M. Stallman <rms@gnu.org>
29188
29189 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29190
29191 * subr.el (event-basic-type): Don't get an error.
29192 (left-fringe-p): Function deleted.
29193
29194 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29195 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29196
29197 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29198 in recursive copy.
29199
29200 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29201
29202 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29203
29204 * emacs-lisp/bytecomp.el
29205 (byte-compile-file-form-custom-declare-variable):
29206 Call byte-compile-nogroup-warn if appropriate.
29207
29208 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29209 (compilation-set-window): Don't call left-fringe-p; do it directly.
29210
29211 2005-05-19 Jay Belanger <belanger@truman.edu>
29212
29213 * calc/calc-graph.el (calc-graph-format-data): Make sure
29214 var-PlotRejects is bound before trying to check its value.
29215
29216 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29217
29218 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29219 definition of this variable from reftex-global.el to reftex.el,
29220 because it is needed in the menu.
29221
29222 2005-05-19 Lute Kamstra <lute@gnu.org>
29223
29224 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29225 years are fixed. Don't insert a space after a dash.
29226
29227 2005-05-19 Kim F. Storm <storm@cua.dk>
29228
29229 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29230
29231 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29232
29233 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29234 strings, because (eq ... ?\\) is fairly frequent.
29235
29236 * progmodes/make-mode.el (makefile-add-this-line-targets):
29237 Simplify and integrate into `makefile-pickup-targets'.
29238 (makefile-add-this-line-macro): Simplify and integrate into
29239 `makefile-pickup-macros.
29240 (makefile-pickup-filenames-as-targets): Simplify.
29241 (makefile-previous-dependency, makefile-match-dependency):
29242 Don't stumble over `::'.
29243
29244 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29245
29246 * subr.el (post-command-idle-hook, post-command-idle-delay):
29247 Remove obsoletion of post-command-idle-hook and
29248 post-command-idle-delay.
29249
29250 * faces.el (list-faces-display): Provide button when describe-face
29251 is called to take user back to the list of faces.
29252
29253 * help-fns.el (describe-variable): Remove hyperlinks in a
29254 variable's value as these are quite frequently inappropriate.
29255
29256 * follow.el (follow-submit-feedback, follow-mode):
29257 Remove references to post-command-idle-hook.
29258
29259 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29260
29261 * progmodes/make-mode.el (makefile-previous-dependency)
29262 (makefile-match-dependency): Check for := (and in bsd mode also
29263 !=) to give a better result, even when font-lock is not on.
29264
29265 2005-05-18 Jay Belanger <belanger@truman.edu>
29266
29267 * calc/calc-help.el (calc-s-prefix-help):
29268 Add `calc-copy-special-constant' to help string.
29269
29270 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29271
29272 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29273
29274 2005-05-18 Jay Belanger <belanger@truman.edu>
29275
29276 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29277 in linear factors are in proper order.
29278
29279 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29280
29281 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29282 Support for jurabib.
29283
29284 * textmodes/reftex.el (featurep): Define aliases for overlay
29285 commands, for XEmacs compatibility, and use these aliases in
29286 overlay initializations.
29287 (reftex-highlight): Use `reftex-move-overlay'.
29288 (reftex-unhighlight): Use `reftex-delete-overlay'.
29289 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29290 (reftex-access-search-path): Use `reftex-uniquify' instead of
29291 `reftex-uniq'.
29292
29293 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29294 `before-string' property modification enables for Emacs as well.
29295 (reftex-select-item): Use `reftex-delete-overlay'.
29296 (reftex-select-mark): Use `reftex-make-overlay' and
29297 `reftex-overlay-put'.
29298 (reftex-select-unmark): Use `reftex-delete-overlay' and
29299 `reftex-overlay-put'.
29300
29301 2005-05-18 Lute Kamstra <lute@gnu.org>
29302
29303 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29304
29305 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29306
29307 * add-log.el (add-change-log-entry):
29308 * array.el (array-make-template, array-reconfigure-rows)
29309 (array-init-max-row, array-init-max-column)
29310 (array-init-columns-per-line, array-init-field-width):
29311 * replace.el (replace-match-maybe-edit, perform-replace):
29312 * textmodes/spell.el (spell-region):
29313 Replace `read-input' by `read-string'.
29314
29315 * forms.el (forms-mode):
29316 * finder.el (finder-compile-keywords):
29317 * shadowfile.el (shadow-read-files):
29318 Replace `eval-current-buffer' by `eval-buffer'.
29319
29320 * terminal.el (te-pass-through):
29321 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29322 (ange-ftp-raw-send-cmd):
29323 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29324 (send-process-next-char, telnet-initial-filter, telnet):
29325 Replace `send-string' by `process-send-string'.
29326
29327 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29328 (prolog-consult-region): Replace `send-string' by
29329 `process-send-string'; replace `send-region' by `process-send-region'.
29330
29331 * progmodes/delphi.el (delphi-log-msg):
29332 Replace `set-window-dot' by `set-window-point'.
29333
29334 * subr.el (window-dot, set-window-dot, read-input, send-string)
29335 (send-region, show-buffer, eval-current-buffer):
29336 Make really obsolete, as the comment says.
29337
29338 2005-05-17 Kim F. Storm <storm@cua.dk>
29339
29340 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29341 (cua--init-keymaps): Bind C-return instead of S-return to set
29342 rectangle mark.
29343
29344 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29345 instead of S-return to toggle/clear rectangle mark.
29346
29347 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
29348
29349 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29350 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29351 Also fontify plain strings assigned to variables, mostly so that a
29352 colon has a face and is thus not taken as a dependency separator.
29353 (makefile-previous-dependency): Inline the new matcher, because it
29354 is too complex to work in both directions.
29355 (makefile-match-dependency): Eliminate `backward' arg (see above).
29356 Completely reimplemented so as to not sometimes go into an endless
29357 loop. It should also be more efficient, because first it only
29358 searches for `:', instead of applying the very complex regexp.
29359 (makefile-mode): Cancel `font-lock-support-mode', because blocks
29360 to be fontified in one piece can be too long for JIT.
29361 Makefiles are never *that* big.
29362
29363 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
29364
29365 * dired.el (dired-mode): Simplify.
29366
29367 2005-05-17 Lute Kamstra <lute@gnu.org>
29368
29369 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29370 defcustom for the mode hook variable.
29371
29372 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29373 Emacs Lisp Reference Manual.
29374
29375 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
29376
29377 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29378 (evenp, list*):
29379 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29380 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29381
29382 * net/tramp-smb.el (tramp-smb-open-connection):
29383 Pass `tramp-chunksize' as fifth (required) argument.
29384
29385 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
29386
29387 * font-lock.el (lisp-font-lock-keywords-1):
29388 Set `font-lock-negation-char-face' for [^...] char group.
29389 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29390
29391 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29392 a var, and refine it to mask one more level of nested vars.
29393 (makefile-rule-action-regex): Turn it into a var, and refine it so
29394 it recognizes backslashed continuation lines as belonging to the
29395 same command.
29396 (makefile-macroassign-regex): Refine it so it recognizes
29397 backslashed continuation lines as belonging to the same command.
29398 (makefile-var-use-regex): Don't look at the next char, because it
29399 might be the same one to be skipped by the initial [^$], leading
29400 to an overlooked variable use.
29401 (makefile-make-font-lock-keywords): Remove two parameters, which
29402 are now variables that some of the modes set locally.
29403 Handle dependency and rule action matching through functions, because
29404 regexps alone match too often. Dependency matching now comes
29405 last, so it can check, whether a colon already matched something else.
29406 (makefile-mode): Inform that font-lock improves makefile parsing
29407 capabilities.
29408 (makefile-match-dependency, makefile-match-action): New functions.
29409
29410 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
29411
29412 * emacs-lisp/cl-extra.el (equalp): Doc fix.
29413
29414 * align.el (align-regexp):
29415 * ansi-color.el (ansi-color-get-face):
29416 * array.el (array-reconfigure-rows, array-init-max-row)
29417 (array-init-max-column, array-init-columns-per-line)
29418 (array-init-field-width):
29419 * dired-aux.el (dired-trample-file-versions):
29420 * dired-x.el (dired-mark-sexp):
29421 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29422 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29423 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29424 * faces.el (face-read-integer):
29425 * files.el (backup-extract-version, insert-directory):
29426 * hexl.el (hexl-insert-decimal-char):
29427 * server.el (server-process-filter):
29428 * shell.el (shell-extract-num):
29429 * startup.el (command-line-1):
29430 * term.el (term-command-hook):
29431 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29432 (time-stamp-do-number):
29433 * time.el (display-time-update):
29434 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29435 (timezone-fix-time):
29436 * vms-patch.el (vms-suspend-resume-hook):
29437 * calendar/appt.el (appt-convert-time):
29438 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29439 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29440 * calendar/cal-islam.el (mark-islamic-diary-entries):
29441 * calendar/calendar.el (calendar-cursor-to-date)
29442 (calendar-star-date):
29443 * calendar/diary-lib.el (diary-attrtype-convert)
29444 (mark-diary-entries, diary-entry-time):
29445 * calendar/solar.el (solar-get-number):
29446 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29447 * emacs-lisp/re-builder.el (reb-display-subexp):
29448 * emulation/edt.el (edt-set-scroll-margins):
29449 * emulation/tpu-extras.el (tpu-set-scroll-margins):
29450 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29451 (vip-get-ex-count):
29452 * emulation/viper-ex.el (viper-get-ex-token)
29453 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29454 * international/fontset.el (fontset-plain-name):
29455 * mail/feedmail.el (feedmail-look-at-queue-directory):
29456 * mail/mailalias.el (mail-get-names):
29457 * mail/rmail.el (rmail-convert-to-babyl-format):
29458 * mail/rmailsum.el (rmail-make-basic-summary-line)
29459 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29460 (rmail-summary-goto-msg):
29461 * mail/smtpmail.el (smtpmail-read-response):
29462 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29463 (ange-ftp-vms-add-file-entry):
29464 * play/gametree.el (gametree-looking-at-ply)
29465 (gametree-current-branch-score):
29466 * progmodes/ada-xref.el (ada-prj-find-prj-file)
29467 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29468 * progmodes/cperl-mode.el (condition-case):
29469 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29470 (ebrowse-set-member-buffer-column-width)
29471 (ebrowse-select-1st-to-9nth):
29472 * progmodes/etags.el (etags-snarf-tag):
29473 * progmodes/flymake.el (flymake-parse-line):
29474 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29475 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29476 (idlwave-shell-menu-def):
29477 * progmodes/ps-mode.el (ps-run-goto-error):
29478 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29479 (vhdl-speedbar-contract-level):
29480 * term/mac-win.el (x-handle-numeric-switch):
29481 * term/sun-mouse.el (sun-get-frame-data):
29482 * term/w32-win.el (x-handle-numeric-switch):
29483 * term/x-win.el (x-handle-numeric-switch):
29484 * textmodes/ispell.el (ispell-parse-output):
29485 * textmodes/nroff-mode.el (nroff-outline-level):
29486 * textmodes/reftex-cite.el (reftex-bib-sort-year)
29487 (reftex-bib-sort-year-reverse, reftex-format-citation):
29488 * textmodes/reftex-parse.el (reftex-init-section-numbers)
29489 (reftex-section-number):
29490 * textmodes/texinfmt.el (texinfo-paragraphindent):
29491 Replace `string-to-int' by `string-to-number'.
29492
29493 * international/latexenc.el: Add page marker to force the "Local
29494 Variables:" string out of the last page.
29495
29496 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29497
29498 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29499 tooltip-change-major-mode.
29500 (gud-tooltip-print-command): Remove case where gud-minor-mode
29501 is gdb ("--fullname").
29502 (gud-tooltip-tips): Turn GUD tooltips off for this case and
29503 explain to user.
29504
29505 2005-05-16 Jay Belanger <belanger@truman.edu>
29506
29507 * calc/calc-store.el (calc-copy-special-constant): New function.
29508
29509 * calc/calc-ext.el (calc-init-extensions): Add binding for
29510 `calc-copy-special-constant'.
29511
29512 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29513 for the `calc-copy-special-constant' command.
29514
29515 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29516
29517 * subr.el (left-fringe-p): New function.
29518
29519 * progmodes/compile.el (compilation-setup): Set local value of
29520 overlay-arrow-string to "" always.
29521 (compilation-set-window): Left fringe then don't scroll.
29522 No left fringe then no arrow and scroll message to top.
29523 (compilation-context-lines): Adjust doc string accordingly.
29524
29525 2005-05-16 Kim F. Storm <storm@cua.dk>
29526
29527 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29528 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29529 (ido-wide-find-dir-or-delete-dir): New command for M-d.
29530 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
29531 (ido-read-file-name): Handle commands with ido property value
29532 equal to find-file as reading a file name, to allow C-d to enter dired.
29533 (ibuffer-find-file): Add ido property with value find-file.
29534
29535 2005-05-15 Kim F. Storm <storm@cua.dk>
29536
29537 * subr.el (open-network-stream-nowait): Remove.
29538 (open-network-stream-server): Remove.
29539
29540 2005-05-15 Richard M. Stallman <rms@gnu.org>
29541
29542 * faces.el (describe-face): Output a definition link button.
29543
29544 * help-mode.el (help-face-def): New button type.
29545
29546 * emacs-lisp/copyright.el (copyright-fix-years):
29547 Match properly if the first year is 2-digit.
29548 Don't mess up the whitespace after the years by filling.
29549
29550 * dired-aux.el (dired-mark-confirm):
29551 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29552
29553 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29554 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29555 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29556
29557 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29558 Set font-lock-comment-start-skip.
29559
29560 * font-lock.el (font-lock-comment-start-skip): New variable.
29561 (font-lock-comment-end-skip): New variable.
29562 (font-lock-fontify-syntactically-region): Use them if non-nil.
29563
29564 2005-05-15 Jay Belanger <belanger@truman.edu>
29565
29566 * calc/calc-store.el (calc-store-value): Return a string rather
29567 than display it as a message.
29568 Use calc-var-name for variable name.
29569 (calc-store-into): Add the result of calc-store-value to message.
29570 (calc-copy-variable): Add a message.
29571 (calc-store-exchange): Improve error messages.
29572 (calc-store-binary, calc-store-map): Don't reset the values of
29573 special constants.
29574
29575 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
29576
29577 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29578 manual to docstring.
29579
29580 * files.el (hack-local-variables-confirm): Add STRING argument.
29581 Make the function handle non file visiting buffers correctly.
29582 (hack-local-variables-prop-line, hack-local-variables)
29583 (hack-one-local-variable): Use STRING arg of
29584 `hack-local-variables-confirm'.
29585
29586 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
29587
29588 Sync with Tramp 2.0.49.
29589
29590 * net/tramp.el (tramp-handle-dired-call-process)
29591 (tramp-handle-insert-directory):`insert-buffer' cannot be used
29592 because the contents of the Tramp buffer is changed before
29593 insertion (`expand-file' and alike).
29594 (tramp-handle-insert-directory): If `localname' has an empty
29595 nondirectory name, it must not be quoted.
29596 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
29597 variable `tramp-chunksize'. Change callees.
29598 (tramp-open-connection-setup-interactive-shell): Check remote host
29599 for buggy `send-process-string' implementation.
29600 Set `tramp-chunksize' if found. Reported by Michael Kifer
29601 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29602 (tramp-handle-shell-command): `insert-buffer' cannot be used
29603 because the contents of the Tramp buffer is changed before
29604 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29605 <frederic.bothamy@free.fr>.
29606 (tramp-set-auto-save): Actions should be done for Tramp file name
29607 handler only. Ange-FTP has its own auto-save mechanism.
29608 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29609 (tramp-set-auto-save-file-modes): Set file modes of
29610 `buffer-auto-save-file-name' to ?\600 as fallback solution.
29611 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29612 (tramp-bug): Remove obsolete variable.
29613 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
29614 for presence of `mml-mode'. Make it running for older Emacsen as well.
29615
29616 2005-05-14 John Paul Wallington <jpw@pobox.com>
29617
29618 * ibuf-ext.el (define-ibuffer-filter filename):
29619 If `dired-directory' is a list, use its car.
29620
29621 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
29622
29623 * ibuffer.el (define-ibuffer-column filename):
29624 If `dired-directory' is a list, use its car.
29625
29626 2005-05-14 Richard M. Stallman <rms@gnu.org>
29627
29628 * subr.el (symbol-file): Doc fix.
29629
29630 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29631 (byte-compile-form): Call byte-compile-nogroup-warn.
29632 (byte-compile-warning-types): Doc fix.
29633
29634 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29635
29636 * progmodes/cc-engine.el (c-literal-faces):
29637 Add font-lock-comment-delimiter-face.
29638
29639 * net/net-utils.el (dig): Use with-no-warnings.
29640
29641 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29642 (sc-recite-frame-alist, sc-default-cite-frame)
29643 (sc-default-uncite-frame, sc-default-recite-frame)
29644 (sc-attrib-selection-list, sc-rewrite-header-list):
29645 Mark as risky-local-variable.
29646
29647 * international/ogonek.el (ogonek-jak, ogonek-how):
29648 Don't use beginning-of-buffer.
29649
29650 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29651
29652 * calendar/solar.el (solar-data-list): Move definition up.
29653
29654 * dnd.el (dnd-protocol-alist): Add autoload.
29655
29656 * progmodes/sh-script.el: Many doc usage fixes.
29657 (sh-indent-after-do): Change default to match common styles.
29658
29659 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
29660
29661 * files.el (interpreter-mode-alist)
29662 (auto-mode-interpreter-regexp): Doc fixes.
29663
29664 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
29665
29666 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29667
29668 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29669
29670 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29671
29672 * dired.el (dired-mode): make-variable-buffer-local =>
29673 make-local-variable.
29674
29675 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29676
29677 * term/mac-win.el (mac-select-convert-to-string): Try coding
29678 systems in mac-script-code-coding-systems if specified one cannot
29679 encode string for `com.apple.traditional-mac-plain-text'.
29680
29681 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
29682
29683 * progmodes/make-mode.el (makefile-targets-face)
29684 (makefile-shell-face, makefile-makepp-perl-face): New faces.
29685 (makefile-dependency-regex): Fix it to not make the colon in
29686 $(var:a=b) special.
29687 (makefile-rule-action-regex): New regexp for highlighting embedded
29688 Shell strings.
29689 (makefile-macroassign-regex): Handle != for highlighting as
29690 embedded Shell strings.
29691 (makefile-var-use-regex): New const.
29692 (makefile-statements, makefile-automake-statements)
29693 (makefile-gmake-statements, makefile-makepp-statements)
29694 (makefile-bsdmake-statements): New consts.
29695 (makefile-make-font-lock-keywords): New function.
29696 (makefile-automake-font-lock-keywords)
29697 (makefile-gmake-font-lock-keywords)
29698 (makefile-makepp-font-lock-keywords)
29699 (makefile-bsdmake-font-lock-keywords): New consts.
29700 (makefile-mode-map): Add switchers between the various submodes.
29701 (makefile-mode): Document the availability of the variants.
29702 (makefile-automake-mode, makefile-gmake-mode)
29703 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29704
29705 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29706 new variants of makefile-mode.
29707
29708 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29709
29710 * font-lock.el (font-lock-comment-delimiter-face): Fix up
29711 the inheritance.
29712
29713 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
29714
29715 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29716 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29717
29718 * files.el (normal-mode): Extend the scope of the
29719 `enable-local-variables' binding to include the `set-auto-mode' call.
29720 (magic-mode-alist): Doc fix.
29721
29722 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29723
29724 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29725 font-lock-comment-face rather than copying its setting.
29726
29727 2005-05-12 Andreas Schwab <schwab@suse.de>
29728
29729 * eshell/esh-mode.el (eshell-send-input): Doc fix.
29730
29731 2005-05-12 Lute Kamstra <lute@gnu.org>
29732
29733 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29734 defcustom for the mode hook variable. Delete the last argument.
29735 * generic-x.el: Fix callers of define-generic-mode.
29736 (generic-x-modes): Delete group.
29737 (show-tabs-tab-face, show-tabs-space-face): Put them in the
29738 generic-x customization group.
29739
29740 2005-05-12 Kim F. Storm <storm@cua.dk>
29741
29742 * font-lock.el (font-lock-negation-char-face): Default to "off".
29743
29744 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29745 font-lock-negation-char-face to ! in !=.
29746
29747 2005-05-12 Masatake YAMATO <jet@gyve.org>
29748
29749 * add-log.el (find-change-log): Fix typos in the docstring
29750 of function.
29751
29752 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29753
29754 * international/latexenc.el (latexenc-find-file-coding-system):
29755 Avoid `re-search-forward' when looking for input encoding because
29756 of speed and safety. Better regular expressions for recognizing
29757 input encoding. Limit a search for TeX-master/tex-main-file to
29758 the local variable section.
29759
29760 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
29761
29762 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29763 syntax of $ to "'" (quote).
29764
29765 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
29766
29767 * dnd.el (dnd-protocol-alist): Improve custom type.
29768
29769 * dired.el (dired-dnd-protocol-alist): New variable.
29770 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
29771 `dired-mode-hook' to the end.
29772
29773 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29774
29775 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29776 comment-end if comment-start-skip is not set.
29777 Obey the font-lock-comment-delimiter-face variables.
29778
29779 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29780
29781 * files.el (executable-find): Move from executable.el. Use
29782 locate-file.
29783 * progmodes/executable.el (executable-find): Move to files.el.
29784
29785 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29786 when trying to ensure forward progress.
29787
29788 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
29789
29790 * mouse-sel.el (mouse-sel-follow-link-p): New function.
29791 (mouse-select, mouse-select-internal, mouse-extend-internal):
29792 Use it to implement mouse-1-click-follows-link functionality.
29793
29794 2005-05-11 Richard M. Stallman <rms@gnu.org>
29795
29796 * font-lock.el (font-lock-fontify-syntactically-region):
29797 Use font-lock-comment-delimiter-face for comment delimiters.
29798
29799 2005-05-10 Jay Belanger <belanger@truman.edu>
29800
29801 * calc/calc-help.el (calc-m-prefix-help): Add mention of
29802 preserving embedded modes.
29803
29804 2005-05-10 Richard M. Stallman <rms@gnu.org>
29805
29806 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29807
29808 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29809 Move from ada-stmt.el.
29810 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29811
29812 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29813 Move to ada-mode.el.
29814 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29815
29816 * cus-edit.el (custom-file): Call file-chase-links.
29817
29818 * files.el (read-directory-name): Fix previous change.
29819 (hack-local-variables-confirm): New function.
29820 (hack-local-variables-prop-line, hack-local-variables)
29821 (hack-one-local-variable): Use it.
29822
29823 2005-05-10 Lute Kamstra <lute@gnu.org>
29824
29825 * font-lock.el (font-lock-keywords-alist)
29826 (font-lock-removed-keywords-alist): Clarify docstrings.
29827
29828 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
29829
29830 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29831 (gdb-source-info): Check for preprocessor info.
29832 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
29833 a macro for a function.
29834 (gdb-info-breakpoints-custom): Try to find file again if not already
29835 found (user might have used GDB dir command).
29836 (gdb-get-location): Update gdb-location-alist correctly for change
29837 to gdb-info-breakpoints-custom.
29838
29839 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29840 (gud-tooltip-print-command): Add gdbmi case.
29841 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29842 preprocessor info.
29843
29844 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
29845
29846 * startup.el (fancy-splash-insert): Fix typo in doc string.
29847
29848 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
29849
29850 * obsolete/float.el (string-to-float):
29851 * obsolete/hilit19.el (hilit-add-pattern):
29852 * obsolete/rnews.el (news-parse-range, news-select-message)
29853 (news-get-pruned-list-of-files): Replace `string-to-int' by
29854 `string-to-number'.
29855
29856 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29857 `find-file-not-found-hooks'; use `add-hook'.
29858 (uncompress-while-visiting): Set `write-file-functions', not
29859 `write-file-hooks'; use `add-hook'.
29860
29861 2005-05-09 Kim F. Storm <storm@cua.dk>
29862
29863 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29864 (cua-paste): Handle clipboard action.
29865 (cua--init-keymaps): Remap clipboard-kill-region and
29866 clipboard-kill-ring-save.
29867
29868 2005-05-08 Eli Zaretskii <eliz@gnu.org>
29869
29870 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29871 Improve commentary.
29872
29873 * simple.el (next-error-overlay-arrow-position): Revert the change
29874 made on 2005-04-30.
29875
29876 2005-05-07 Jay Belanger <belanger@truman.edu>
29877
29878 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29879 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29880 `calc-sel-reselect'.
29881
29882 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29883 Calc is in embedded mode.
29884
29885 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29886
29887 * progmodes/compile.el (compilation-setup):
29888 Set overlay-arrow-string to an empty string on text terminals.
29889
29890 * textmodes/ispell.el (ispell-program-name): Try looking for
29891 "aspell" along exec-path, and if found, use it as the default
29892 speller program.
29893
29894 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
29895
29896 * international/mule.el (sgml-xml-auto-coding-function):
29897 Recognize encoding='FOO' in single quotes as well as in double quotes.
29898
29899 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
29900
29901 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29902 as well as `interactive', so that defmacro* would recognize
29903 `declare' forms.
29904
29905 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29906
29907 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29908 Explain more about the LIGHTER arg's usage in the doc string.
29909 Add commentary to clarify what the code does. Fix the regexp that
29910 strips whitespace from LIGHTER. Quote LIGHTER before using it,
29911 since it could have characters special to regular expressions.
29912
29913 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29914
29915 * replace.el (occur-1): Bind inhibit-read-only so that
29916 erase-buffer doesn't barf on read-only text properties (likewise
29917 for add-text-properties in occur-engine). Mark buffer as unmodified.
29918 (occur-engine): Don't set buffer-read-only here.
29919
29920 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29921
29922 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29923 list-buffers-directory. This caused the *cvs-commit* buffer to be
29924 sometimes mistakenly reused as a *cvs* buffer.
29925
29926 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
29927
29928 * tooltip.el: Move code for GUD tooltips into gud.el.
29929 (require): CL no longer needed to compile case.
29930 (tooltip-mode): Do not toggle functions for GUD tooltips.
29931 (tooltip-gud-tips-p): Remove. Replace with minor mode
29932 gud-tooltip-mode in gud.el.
29933 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29934 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29935 tooltip-gud prefix with gud-tooltip and obsolete.
29936 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29937 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29938 (tooltip-mouse-motion): Mouse movement functions/variable.
29939 Rename in gud.el by adding gud prefix.
29940 (tooltip-gud-original-filter, tooltip-gud-dereference)
29941 (tooltip-gud-event, tooltip-toggle-gud-tips)
29942 (tooltip-gud-process-output, tooltip-gud-print-command)
29943 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
29944 gud.el by replacing tooltip-gud prefix with gud-tooltip.
29945 (gdb-tooltip-print): Move to gdb-ui.el.
29946
29947 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29948 (require): CL needed to compile case.
29949 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29950 tooltip-gud-tips-p. Make it a minor-mode.
29951 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29952 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29953 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29954 (gud-tooltip-change-major-mode)
29955 (gud-tooltip-activate-mouse-motions-if-enabled)
29956 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29957 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29958 (gud-tooltip-original-filter, gud-tooltip-dereference)
29959 (gud-tooltip-event, tooltip-toggle-gud-tips)
29960 (gud-tooltip-process-output, gud-tooltip-print-command)
29961 (gud-tooltip-tips): Move from tooltip.el.
29962
29963 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29964 (gdb-cpp-define-alist-flags): Doc fix.
29965 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29966 gud-tooltip-mode is t.
29967
29968 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29969
29970 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29971 evaporate if their text is deleted.
29972 (goto-address-at-point): Make it work as a mouse binding as well.
29973 (goto-address-at-mouse): Obsolete it. Update users.
29974
29975 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
29976
29977 * calendar/appt.el (top-level): No longer activate on load.
29978
29979 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
29980
29981 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29982 * net/webjump.el (webjump):
29983 * progmodes/idlw-help.el (idlwave-do-context-help1)
29984 (idlwave-highlight-linked-completions):
29985 * textmodes/po.el (po-find-file-coding-system-guts):
29986 Replace `assoc-ignore-case' by `assoc-string'.
29987
29988 2005-05-06 Eli Zaretskii <eliz@gnu.org>
29989
29990 * files.el (locate-file): Doc fix.
29991
29992 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29993 Remove the redundant test for ms-dos.
29994
29995 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29996 look for the preprocessor with exec-suffixes. If not found in
29997 standard places, look in exec-path. Remove most of the tests that
29998 used system-type.
29999
30000 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30001
30002 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30003
30004 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30005 file-name clash with jka-compr.el on 8+3 filesystems.
30006
30007 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30008
30009 * term/mac-win.el: Don't define or bind scroll bar functions if
30010 x-toolkit-scroll-bars is t.
30011 (x-select-text, x-get-selection-value): Clear
30012 x-last-selected-text-clipboard if x-select-enable-clipboard is
30013 nil.
30014 (PRIMARY): Put mac-scrap-name property.
30015 (mac-select-convert-to-file-url): New function.
30016 (public.file-url): New selection target type. Add to
30017 selection-converter-alist.
30018 (x-get-selection, x-selection-value): Handle it.
30019 (x-cut-buffer-or-selection-value): New alias.
30020
30021 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30022
30023 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30024 entry to avoid calling bibtex-find-entry with arg global
30025 being t. Remove arg key.
30026 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30027 (bibtex-copy-summary-as-kill): Change accordingly.
30028
30029 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30030
30031 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30032 (org-agenda-date-later): Use with-current-buffer.
30033
30034 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30035
30036 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30037 (define-obsolete-variable-alias): Doc Fixes.
30038
30039 2005-05-06 Kim F. Storm <storm@cua.dk>
30040
30041 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30042 vertical-motion when selective-display is active.
30043
30044 * ido.el (ido-setup-hook): New hook.
30045 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30046 (ido-input-stack): New var.
30047 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30048 ido-next-work-file binding to M-O.
30049 Bind M-f to ido-wide-find-file-or-pop-dir.
30050 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30051 (ido-read-internal): Run ido-setup-hook.
30052 Catch quit in read-file-name and read-string to cancel edit.
30053 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30054 Automatically pop-all when completing a directory name (RET).
30055 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30056 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30057 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30058 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30059 New functions for M-b/M-f to move among the directory components.
30060 (ido-make-merged-file-list): Catch quit to cancel merge.
30061 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30062 (ido-completion-help): No warnings for ido-completion-buffer-full.
30063
30064 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30065
30066 * font-lock.el (font-lock-negation-char-face): New face and variable.
30067 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30068 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30069 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30070 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30071
30072 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30073
30074 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30075 Fix typo in docstring.
30076
30077 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30078 (ebrowse-print-statistics-line)
30079 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30080
30081 * term/w32-win.el (image-library-alist): Add additional name for
30082 Xpm library.
30083
30084 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30085
30086 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30087 use gcc instead of cpp.
30088
30089 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30090 (gdb-create-define-alist): Use it.
30091 (gdb-cpp-define-alist-program): Update for MS-DOS.
30092
30093 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30094
30095 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30096
30097 2005-05-04 Richard M. Stallman <rms@gnu.org>
30098
30099 * help.el (describe-key): No error when UNTRANSLATED is nil.
30100
30101 * simple.el (line-move-1): Fix previous change to signal errors
30102 appropriately.
30103
30104 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30105
30106 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30107 (icalendar-duration-correction): Remove.
30108 (icalendar--get-event-properties): Split result at commas.
30109 (icalendar--decode-isoduration): New optional argument
30110 DURATION-CORRECTION.
30111 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30112 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30113 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30114 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30115 (icalendar--convert-anniversary-to-ical): New functions, extracted
30116 from icalendar-export-region, with bug fixes.
30117 (icalendar-export-region): Use the above functions.
30118 (icalendar-import-buffer): Check before saving diary file.
30119 (icalendar--convert-recurring-to-diary)
30120 (icalendar--convert-non-recurring-all-day-to-diary)
30121 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30122 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30123 (icalendar--convert-ical-to-diary): Use the above functions.
30124
30125 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30126
30127 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30128 Remove these recent additions.
30129 (c-mode): Restore to before 2005-04-28.
30130
30131 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30132 recent addition.
30133
30134 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30135 (gdb-define-alist): New variables.
30136 (gdb-create-define-alist): New function.
30137 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30138 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30139 with string-to-number.
30140 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30141
30142 * progmodes/gud.el: Replace string-to-int with string-to-number.
30143 (gud-find-file): Handle gdb-define-alist.
30144
30145 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30146
30147 2005-05-02 Jay Belanger <belanger@truman.edu>
30148
30149 * calc/calc-aent.el (math-read-token):
30150 * calc/calc-bin.el (calc-word-size):
30151 * calc/calc-ext.el (calc-read-number-fancy):
30152 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30153 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30154 * calc/calc-frac.el (calc-over-notation):
30155 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30156 (calc-graph-num-points, calc-graph-init):
30157 * calc/calc-prog.el (calc-read-parse-table-part)
30158 (calc-edit-macro-repeats):
30159 * calc/calc-yank.el (calc-do-grab-rectangle):
30160 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30161 Replace `string-to-int' by `string-to-number'.
30162
30163 2005-05-02 Kim F. Storm <storm@cua.dk>
30164
30165 * kmacro.el: Use executing-kbd-macro-index variable.
30166
30167 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30168
30169 * net/rlogin.el (rlogin-parse-words): Delete func.
30170 (rlogin): Use split-string, not rlogin-parse-words.
30171 Also, if there are option-like elements in the parsed args,
30172 take the host to be the first arg immediately following them.
30173 Suggested by Michael Mauger.
30174
30175 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30176
30177 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30178
30179 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30180
30181 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30182 (cc-mode-cpp-program): Rename to cc-define-list-program and
30183 move to cc-vars.el.
30184
30185 * progmodes/cc-vars.el (cc-define-list-program):
30186 Change to "gcc -E -dM -". Make customizable.
30187
30188 2005-05-02 Kim F. Storm <storm@cua.dk>
30189
30190 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30191
30192 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30193
30194 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30195
30196 * international/mule-util.el (truncate-string): Remove alias and
30197 obsolete declaration.
30198
30199 * international/mule-cmds.el (update-iso-coding-systems):
30200 Remove alias and obsolete declaration.
30201
30202 * international/mule.el (coding-system-parent): Remove alias and
30203 obsolete declaration.
30204
30205 * subr.el (define-function, sref): Remove aliases and obsolete
30206 declarations.
30207 (chars-in-region): Remove obsolete declaration.
30208
30209 2005-05-01 Richard M. Stallman <rms@gnu.org>
30210
30211 * info.el (Info-mode): Set widen-automatically to nil, locally.
30212
30213 * simple.el (widen-automatically): New variable.
30214 (pop-global-mark): Obey widen-automatically.
30215
30216 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30217
30218 * term/xterm.el (function-key-map): Call substitute-key-definition
30219 before the keymap size is increased by a lot of define-key calls.
30220
30221 2005-05-01 Richard M. Stallman <rms@gnu.org>
30222
30223 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30224 Rename ARG to ELEMENT. Doc fix.
30225
30226 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30227
30228 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30229 Remove references to allout-exposure/change to allout-new-exposure.
30230
30231 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30232 bytecode symbols.
30233
30234 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30235 (compiled-function-p, focus-frame, unfocus-frame):
30236 Remove aliases and obsolete declarations.
30237 Back out inadvertent changes from previous commit.
30238
30239 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30240
30241 * files.el (require-final-newline): Make Custom tags consistent
30242 with mode-require-final-newline.
30243 (mode-require-final-newline): Doc fix.
30244
30245 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30246
30247 * international/latexenc.el (latexenc-find-file-coding-system):
30248 Fix regular expressions.
30249
30250 2005-05-01 David Kastrup <dak@gnu.org>
30251
30252 * international/latexenc.el (latexenc-find-file-coding-system):
30253 Fix regular expressions.
30254
30255 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30256
30257 * subr.el (string-to-int): Make obsolete.
30258
30259 2005-04-30 Richard M. Stallman <rms@gnu.org>
30260
30261 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30262
30263 * loadup.el: load jka-comp-hook.
30264
30265 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30266 (jka-compr-handler): Add autoload. `put' calls moved
30267 to jka-comp-hook.el.
30268 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30269 (jka-compr-inhibit): Autoload.
30270
30271 * jka-comp-hook.el: New file.
30272 Enable the mode by default.
30273
30274 * files.el (backup-buffer-copy): Use copy-file instead
30275 of write-region, and put back the 'excl.
30276
30277 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30278
30279 * progmodes/flymake.el (flymake-split-string)
30280 (flymake-split-string, flymake-log, flymake-pid-to-names)
30281 (flymake-reg-names, flymake-get-source-buffer-name)
30282 (flymake-unreg-names, flymake-add-line-err-info)
30283 (flymake-add-err-info): Clarify docstrings.
30284 (flymake-popup-menu, flymake-make-emacs-menu)
30285 (flymake-make-xemacs-menu): Add docstrings.
30286 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30287 Set variables directly throughout.
30288
30289 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30290
30291 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30292 exists. Initialize cc-define-alist.
30293 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30294 If there is no file (Macroexpansion) don't create an alist.
30295
30296 2005-04-29 Sam Steingold <sds@gnu.org>
30297
30298 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30299 (cc-create-define-alist): Use it instead of the hard-coded string.
30300
30301 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30302
30303 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30304 for latexenc.
30305
30306 2005-04-29 Lute Kamstra <lute@gnu.org>
30307
30308 * emacs-lisp/generic.el: Improve commentary section.
30309 (define-generic-mode): Improve docstring.
30310
30311 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30312
30313 * textmodes/org.el (many places): Change to quiet the byte compiler.
30314 (org-prefix-format-compiled): New variable.
30315 (org-compile-prefix-format): New function.
30316 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30317 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30318 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30319 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30320 consistency with entries from `org-mode' files.
30321 (org-get-time-of-day): Fix bug with partial matches early in a line.
30322 (org-non-link-chars): New constant.
30323 (org-link-regexp): Respect `org-non-link-chars'.
30324 (org-agenda-day-view): Remove command.
30325 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30326 (org-follow-bbdb-link, org-store-link): Search also company field.
30327 (org-highlight-overlay): New variable.
30328 (org-highlight, org-unhighlight): New functions.
30329 (org-agenda-mode): Add pre-command-hook to remove highlight.
30330 (org-evaluate-time-range): Behavior depends upon whether time stamp
30331 contains a time or not.
30332 (org-show-subtree, org-show-entry): New functions.
30333 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30334
30335 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30336
30337 * comint.el (comint-output-filter-functions): Add autoload cookie.
30338
30339 2005-04-28 Kim F. Storm <storm@cua.dk>
30340
30341 * ido.el (ido-everywhere): Fix last change.
30342
30343 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30344
30345 * international/latexenc.el: New file.
30346 * international/mule-conf.el (file-coding-system-alist): For .tex,
30347 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30348
30349 2005-04-28 Lute Kamstra <lute@gnu.org>
30350
30351 * font-lock.el (font-lock-add-keywords)
30352 (font-lock-remove-keywords): Clarify docstring.
30353 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30354 Don't start docstrings with a `*'.
30355 (font-lock-update-removed-keyword-alist): Give it a docstring.
30356
30357 * generic-x.el: Update commentary section.
30358 Only require font-lock when compiling.
30359 Define all modes conditionally.
30360 Place all generic modes in the generic-x-modes customization group.
30361 (generic-x-modes): New customization group.
30362 (generic-default-modes, generic-mswindows-modes)
30363 (generic-unix-modes, generic-other-modes): New constants.
30364 (generic-define-mswindows-modes, generic-define-unix-modes):
30365 Update docstrings. Make them obsolete.
30366 (generic-extras-enable-list): New default value. Update docstring.
30367 Improve :type. Change :set function.
30368 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30369 Fix docstring.
30370
30371 * emacs-lisp/generic.el (generic-mode-internal):
30372 Simplify font-lock-defaults.
30373 (define-generic-mode): Fix docstring.
30374
30375 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
30376
30377 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30378 font-lock-face property to highlight matches.
30379
30380 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
30381
30382 * progmodes/cc-mode.el (cc-create-define-alist): New function.
30383 (cc-define-alist): New variable.
30384 (c-mode): Make it local and initialize it.
30385
30386 * progmodes/gdb-ui.el (gdb-active-process): New variable.
30387 (gdb-exited): New function.
30388 (gdb-annotation-rules): Use it.
30389 (gdb-starting): Set gdb-active-process to t.
30390 (gdb-stopping): Amend doc string.
30391 (gdb-reset): Set gdb-active-process to nil.
30392
30393 * tooltip.el (tooltip-gud-tips): Show the associated #define
30394 directives when a C program under GDB is not executing.
30395
30396 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
30397
30398 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30399 font-lock-fontify-syntactic-keywords.
30400
30401 * font-lock.el (font-lock-default-fontify-region): Don't force
30402 parse-sexp-lookup-properties to nil.
30403
30404 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
30405
30406 * man.el (man-mode-syntax-table): Set up `:' to have
30407 word-constituent syntax.
30408
30409 2005-04-27 Lute Kamstra <lute@gnu.org>
30410
30411 * novice.el (disable-command): Don't add spurious newlines to the
30412 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
30413
30414 2005-04-26 Jay Belanger <belanger@truman.edu>
30415
30416 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30417 than one window before deleting window.
30418
30419 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
30420
30421 * shell.el (shell-prompt-pattern): Doc fix.
30422 (shell-mode): Set paragraph-separate buffer locally to "\\'".
30423
30424 * comint.el (comint-prompt-regexp, comint-get-old-input)
30425 (comint-use-prompt-regexp)
30426 (comint-use-prompt-regexp-instead-of-fields)
30427 (comint-replace-by-expanded-history, comint-send-input)
30428 (comint-output-filter, comint-get-old-input-default)
30429 (comint-line-beginning-position, comint-bol, comint-show-output)
30430 (comint-backward-matching-input, comint-forward-matching-input)
30431 (comint-next-prompt, comint-previous-prompt):
30432 Rename `comint-use-prompt-regexp-instead-of-fields' to
30433 `comint-use-prompt-regexp'. Keep old name as alias and declare
30434 obsolete.
30435 (comint-use-prompt-regexp): Shorten first line of doc string.
30436
30437 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30438 Set paragraph-separate buffer locally to "\\'".
30439
30440 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30441 Adapt to above name change.
30442
30443 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30444 (smbclient-prompt-regexp): Ditto.
30445
30446 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30447
30448 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
30449
30450 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30451 gdb-location-list.
30452 Break lines that are over 80 characters wide.
30453
30454 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
30455
30456 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30457 New fun and var, to preserve compatibility.
30458
30459 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30460
30461 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
30462
30463 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30464 name to file-newer-than-file-p.
30465
30466 2005-04-26 Richard M. Stallman <rms@gnu.org>
30467
30468 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30469
30470 * progmodes/python.el (python-mode):
30471 Use new name eldoc-documentation-function.
30472
30473 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30474
30475 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30476 (eldoc-documentation-function):
30477 Rename from eldoc-print-current-symbol-info-function. Calls changed.
30478
30479 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
30480
30481 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30482
30483 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30484
30485 * term/xterm.el (function-key-map): Fix strings for
30486 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
30487 {C,S,A,C-S}-{f1-f12}.
30488
30489 2005-04-26 Kenichi Handa <handa@m17n.org>
30490
30491 * international/mule-cmds.el (select-safe-coding-system):
30492 Fix previous change.
30493
30494 2005-04-26 Lute Kamstra <lute@gnu.org>
30495
30496 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30497
30498 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30499 (font-lock-comment-delimiter-face): Ditto.
30500
30501 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30502
30503 2005-04-25 Jay Belanger <belanger@truman.edu>
30504
30505 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30506 to t while inserting information; use help-mode.
30507
30508 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30509
30510 * term.el (ansi-term-color-vector): Use the xterm colors.
30511 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
30512
30513 2005-04-25 Lute Kamstra <lute@gnu.org>
30514
30515 * font-core.el (font-lock-defaults): Fix docstring.
30516
30517 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30518
30519 2005-04-25 Kenichi Handa <handa@m17n.org>
30520
30521 * international/mule-cmds.el (select-safe-coding-system):
30522 Don't check consistency with coding: spec, etc if raw-text or
30523 no-conversion was found to be safe.
30524
30525 2005-04-24 Richard M. Stallman <rms@gnu.org>
30526
30527 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30528 citation markers at start of each line.
30529
30530 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30531 citation markers at start of each line.
30532
30533 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30534
30535 * files.el (mode-require-final-newline): Fix previous change.
30536 (require-final-newline): Fix type label.
30537
30538 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
30539
30540 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30541 statement in buffer (broken by 2004-11-24 change).
30542
30543 2005-04-24 Kim F. Storm <storm@cua.dk>
30544
30545 * ido.el (ido-everywhere): Save and restore old read-buffer-function
30546 and read-file-name-function values. Don't overwrite existing
30547 non-nil values if ido-mode is enabled without ido-everywhere.
30548
30549 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
30550
30551 * files.el (mode-require-final-newline): Minor doc fix.
30552
30553 2005-04-24 Eli Zaretskii <eliz@gnu.org>
30554
30555 * subr.el (syntax-after): Doc fix.
30556 (syntax-class): If argument is nil, return nil. Mask off upper 16
30557 bits, not 8 bits.
30558
30559 * files.el (mode-require-final-newline): Doc fix.
30560 (backup-buffer-copy): Fix last change.
30561
30562 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30563
30564 * term/mac-win.el: Require select. Set selection-coding-system to
30565 mac-system-coding-system. Call menu-bar-enable-clipboard.
30566 (x-last-selected-text-clipboard, x-last-selected-text-primary)
30567 (x-select-enable-clipboard): New variables.
30568 (x-select-text, x-get-selection, x-selection-value)
30569 (x-get-selection-value, mac-select-convert-to-string)
30570 (mac-services-open-file, mac-services-open-selection)
30571 (mac-services-insert-text): New functions.
30572 (CLIPBOARD, FIND): Put mac-scrap-name property.
30573 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30574 (public.tiff): Put mac-ostype property.
30575 (selection-converter-alist): Add entries for them.
30576 (mac-application-menu-map): New keymap.
30577 (interprogram-cut-function, interprogram-paste-function): Set to
30578 x-select-text and x-get-selection-value, respectively.
30579 (split-window-keep-point): Set to t.
30580
30581 2005-04-23 Richard M. Stallman <rms@gnu.org>
30582
30583 * files.el (read-directory-name): Always pass non-nil
30584 DEFAULT-FILENAME arg to read-file-name.
30585 (backup-buffer-copy, basic-save-buffer-2): Take care against
30586 writing thru an unexpected existing symlink.
30587 (revert-buffer): In indirect buffer, revert the base buffer.
30588 (magic-mode-alist): Doc fix.
30589 (buffer-stale-function): Doc fix.
30590 (minibuffer-with-setup-hook): Avoid warning.
30591 (mode-require-final-newline): Doc and custom fix.
30592
30593 * follow.el (follow-end-of-buffer): Use with-no-warnings.
30594
30595 * font-lock.el (font-lock-comment-face): On terminals with few colors,
30596 use the default appearance.
30597 (font-lock-comment-delimiter-face): New face, new variable.
30598
30599 * imenu.el (imenu--generic-function): The official position of a
30600 definition is the start of the line that BEG is in.
30601
30602 * midnight.el (midnight-timer): Move defvar up.
30603
30604 * mouse.el (mouse-drag-region-1): Delete some debugging code.
30605
30606 * saveplace.el (save-place-to-alist): Use with-no-warnings.
30607
30608 * startup.el (command-line): Use with-no-warnings.
30609
30610 * window.el (window-size-fixed): New defvar.
30611
30612 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30613
30614 * mail/rmail.el (rmail-font-lock-keywords):
30615 Use font-lock-comment-delimiter-face.
30616
30617 * mail/sendmail.el (mail-font-lock-keywords):
30618 Use font-lock-comment-delimiter-face.
30619
30620 * progmodes/compile.el (next-error-highlight-timer): New defvar.
30621
30622 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
30623
30624 * progmodes/compile.el (compilation-mode-font-lock-keywords):
30625 Specify t for LAXMATCH when matching directories.
30626 Save match data around compilation-compat-error-properties form.
30627
30628 2005-04-23 David Kastrup <dak@gnu.org>
30629
30630 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30631 Mention that the autoloaded aliases should be kept for AUCTeX.
30632
30633 2005-04-23 Andreas Schwab <schwab@suse.de>
30634
30635 * isearch.el (isearch-forward): Doc fix.
30636
30637 2005-04-23 Eli Zaretskii <eliz@gnu.org>
30638
30639 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30640 (jit-lock-stealth-nice): Change default value to 0.5.
30641
30642 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
30643
30644 * abbrev.el (write-abbrev-file): Write table entries in
30645 alphabetical order by table name.
30646
30647 2005-04-22 Kim F. Storm <storm@cua.dk>
30648
30649 * ido.el (ido-read-internal): Fix `list' completion.
30650
30651 2005-04-22 Kenichi Handa <handa@m17n.org>
30652
30653 * recentf.el (recentf-save-file-coding-system): New variable.
30654 (recentf-save-list): Encode the file by
30655 recentf-save-file-coding-system and add coding: tag.
30656
30657 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
30658
30659 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30660
30661 2005-04-21 Lute Kamstra <lute@gnu.org>
30662
30663 * loadhist.el (unload-feature): Don't remove a function from hooks
30664 if it is about to be restored to an autoload . Remove functions
30665 that will become unbound from auto-mode-alist. Simplify the code.
30666
30667 * subr.el (assq-delete-all): New implementation that is linear,
30668 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
30669 (rassq-delete-all): New function.
30670
30671 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30672 Add size-indication-mode.
30673
30674 2005-04-21 Kenichi Handa <handa@m17n.org>
30675
30676 * international/mule-cmds.el: Add autoload for widget-value in
30677 eval-when-compile.
30678
30679 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
30680
30681 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30682 Add tooltip-mode.
30683
30684 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30685
30686 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
30687
30688 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30689 (inferior-lisp-filter-regexp, inferior-lisp-program)
30690 (inferior-lisp-load-command, inferior-lisp-prompt)
30691 (inferior-lisp-mode-hook, lisp-source-modes)
30692 (inferior-lisp-load-hook): defvar->defcustom.
30693 (inferior-lisp-program, inferior-lisp-prompt)
30694 (inferior-lisp-load-hook): Doc fixes.
30695 (inferior-lisp-install-letter-bindings): Small change in
30696 introductory comment.
30697
30698 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
30699
30700 * vc.el (vc-annotate-color-map): Change some colors so that text
30701 using them as foreground is readable on both white and black
30702 backgrounds.
30703
30704 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
30705
30706 * international/mule-conf.el (translation-table-for-input):
30707 Remove redundant declaration.
30708
30709 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30710
30711 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30712
30713 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30714 (tooltip-toggle-gud-tips): New function.
30715
30716 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30717
30718 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30719 right angle brackets.
30720
30721 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30722
30723 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30724
30725 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
30726
30727 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30728 Remove. Update callers to use expand-file-name instead.
30729
30730 * subr.el (syntax-class): New function.
30731
30732 * simple.el (blink-matching-open): Use it.
30733
30734 * paren.el (show-paren-function): Use it to recognize parens that are
30735 also used in 2-char comment markers.
30736
30737 2005-04-19 Lute Kamstra <lute@gnu.org>
30738
30739 * loadhist.el (unload-feature): Update for new format of
30740 load-history. Simplify the code.
30741
30742 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30743
30744 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30745 (mac-add-charset-info): New function. Initialize variable
30746 mac-charset-info-alist using it.
30747 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30748 for translation.
30749 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30750 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30751 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30752 New CCL programs.
30753
30754 2005-04-19 Kim F. Storm <storm@cua.dk>
30755
30756 * simple.el (next-buffer, prev-buffer, next-error)
30757 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30758 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30759
30760 * bindings.el (next-buffer, prev-buffer, next-error)
30761 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30762 (clone-indirect-buffer-other-window): Move bindings from simple.el.
30763 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30764 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30765
30766 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
30767
30768 * isearch.el (isearch-edit-string): Make the search-ring available for
30769 minibuffer history commands.
30770 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30771 the default history commands now work just as well.
30772 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30773
30774 2005-04-18 Kim F. Storm <storm@cua.dk>
30775
30776 * emulation/cua-base.el (cua--pre-command-handler): Add more
30777 elaborate check for shift modifier on non-window systems.
30778
30779 2005-04-18 Lars Hansen <larsh@math.ku.dk>
30780
30781 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30782
30783 2005-04-18 Kim F. Storm <storm@cua.dk>
30784
30785 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30786 and make it optional. Don't test tooltip-gud-echo-area here.
30787 (tooltip-gud-process-output, gdb-tooltip-print):
30788 Pass tooltip-gud-echo-area to tooltip-show.
30789 (tooltip-help-tips): Remove second optional arg to tooltip-show.
30790
30791 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30792
30793 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30794 `display-graphic-p' may not be bound yet.
30795
30796 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
30797
30798 * startup.el (command-line): No longer enable Xterm Mouse mode by
30799 default in terminals compatible with xterm.
30800
30801 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30802
30803 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
30804
30805 * tooltip.el (tooltip-gud-echo-area): Rename from
30806 tooltip-use-echo-area.
30807 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30808 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30809 area independently of where help tooltips are displayed.
30810
30811 2005-04-17 David Kastrup <dak@gnu.org>
30812
30813 * cus-theme.el (custom-theme-write-variables): Quote variables
30814 where necessary.
30815
30816 2005-04-17 Richard M. Stallman <rms@gnu.org>
30817
30818 * simple.el (yank-excluded-properties): Add follow-link to value.
30819
30820 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30821
30822 * startup.el (fancy-splash-max-time): Just 30 seconds.
30823 (fancy-splash-delay): Just 7.
30824 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30825
30826 * loadhist.el (unload-feature): Update for new format of load-history.
30827 Simplify the code.
30828
30829 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30830 (rmail-font-lock-keywords): Don't fontify the text of a citation.
30831
30832 * mail/sendmail.el (mail-font-lock-keywords):
30833 Don't fontify subject text.
30834 Don't fontify the text of a citation.
30835
30836 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
30837
30838 * comint.el (comint-output-filter): Run comint-output-filter-functions
30839 with point where the user had it.
30840
30841 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
30842
30843 * international/ucs-tables.el (ucs-set-table-for-input):
30844 Disable when using unify-on-decoding.
30845
30846 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
30847
30848 * emulation/cua-base.el (cua-global-mark-face): Add special case
30849 for displays supporting a high number of colors.
30850
30851 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30852
30853 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30854
30855 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
30856
30857 * filesets.el (filesets-add-buffer): If user supplies a name of a
30858 non-existing fileset, create a new fileset.
30859
30860 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
30861
30862 * textmodes/org.el (org-up-heading-all): Fix bug with
30863 `outline-up-heading-all'.
30864
30865 2005-04-16 Andreas Schwab <schwab@suse.de>
30866
30867 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30868 /etc/permissions.d/* and /etc/aliases.d/*.
30869
30870 2005-04-16 Kenichi Handa <handa@m17n.org>
30871
30872 * international/code-pages.el (cp-make-coding-system):
30873 Set `translation-table-for-input' property value to the symbol
30874 ucs-mule-to-mule-unicode, not to that value.
30875 (pt154): Escape guillemet by `\'.
30876
30877 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
30878
30879 * loadup.el: Load tooltip if x-show-tip is fboundp.
30880
30881 * startup.el (command-line): Add comment.
30882
30883 * tooltip.el (tooltip-mode): Specify correct standard value for
30884 Custom in init-value.
30885
30886 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
30887
30888 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30889 possible.
30890
30891 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
30892
30893 * textmodes/org.el (org-agenda-date-prompt): Rename from
30894 `org-agenda-date-today'.
30895 (org-evaluate-time-range): Insert at point instead of directly
30896 after time range.
30897 (org-first-headline-recenter, org-subtree-end-visible-p)
30898 (org-optimize-window-after-visibility-change): New functions
30899 (org-agenda-post-command-hook): Don't allow point at end of line,
30900 to make sure it always hits the text properties.
30901 (org-agenda-next-date-line, org-agenda-previous-date-line):
30902 New commands.
30903 (org-set-regexps-and-options): Category may contain white space.
30904 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30905 Improve marker positions.
30906 (org-agenda-new-marker): Argument POS made optional.
30907 (org-agenda-get-timestamps): Deadlines which are done are listed
30908 in org-done-face now.
30909 (org-agenda-get-todos, org-agenda-get-timestamps)
30910 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30911 Set `undone-face' and `done-face' properties.
30912 (org-last-todo-state-is-todo): New variable.
30913 (org-todo): Set `org-last-todo-state-is-todo'.
30914 (org-agenda-todo): Change face according to
30915 `org-last-todo-state-is-todo'. And change other lines referring to
30916 the same entry.
30917 (org-calendar-goto-agenda): New command.
30918 (org-calendar-to-agenda-key): New option.
30919 (org-startup-folded): New allowed value `content'.
30920 (org-set-regexps-and-options): Accept new value `content' for
30921 `org-startup-folded'.
30922 (org-get-current-options): Handle new value `content' for
30923 `org-startup-folded'.
30924 (org-insert-todo-heading): New command.
30925 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30926 interactively in empty file and option
30927 `org-insert-mode-line-in-empty-file' has been set.
30928 (org-agenda-todo, org-agenda-priority): Modify to use
30929 `org-agenda-change-all-lines'.
30930 (org-warning-face): Change color on dark background.
30931
30932 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30933
30934 * international/mule-cmds.el (set-locale-environment): On Mac OS,
30935 use preferences AppleLocale and AppleLanguages, and variable
30936 mac-system-locale for default locale. On Mac OS Classic, use
30937 mac-system-coding-system for default coding systems.
30938
30939 * term/mac-win.el: Don't set file-name-coding-system.
30940 Decode variables system-name, emacs-build-system, user-login-name, and
30941 user-full-name by mac-system-coding-system on Mac OS Classic.
30942 (mac-system-coding-system): New variable.
30943
30944 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
30945
30946 * startup.el (command-line): Handle `xterm-mouse-mode' before
30947 reading init file.
30948
30949 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30950
30951 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
30952
30953 * progmodes/sh-script.el (sh-here-document-word): Make it a
30954 defcustom. Doc fix.
30955 (sh-add): Bash uses $(( )) for arithmetic.
30956 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30957 (sh-maybe-here-document): Remove quotes and leading whitespace
30958 from heredoc word when closing. Indent heredoc with tabs if word
30959 starts with "-".
30960
30961 2005-04-13 Richard M. Stallman <rms@gnu.org>
30962
30963 * simple.el (undo): Fix previous change.
30964
30965 * custom.el (defface): Doc fix.
30966
30967 2005-04-13 Lute Kamstra <lute@gnu.org>
30968
30969 * Makefile.in (DONTCOMPILE): Remove list.
30970 (compile, compile-always): Don't use DONTCOMPILE.
30971 (update-authors): Load the library in which batch-update-authors
30972 is defined.
30973 * makefile.w32-in (DONTCOMPILE): Remove list.
30974 (compile, compile-always): Fix comments.
30975 (update-authors): Load the library in which batch-update-authors
30976 is defined.
30977
30978 * generic-x.el (generic-mode-ini-file-find-file-hook):
30979 Rename to ini-generic-mode-find-file-hook.
30980 Keep generic-mode-ini-file-find-file-hook as an alias.
30981 (ini-generic-mode-find-file-hook): Rename from
30982 generic-mode-ini-file-find-file-hook. Fix docstring.
30983 (ini-generic-mode): Docstring change.
30984 (bat-generic-mode-run-as-comint): Silence the byte compiler.
30985
30986 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30987 called from lisp.
30988
30989 * generic.el: Move to the emacs-lisp subdir.
30990
30991 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
30992
30993 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30994 and C-S- function and cursor motion keys.
30995
30996 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
30997
30998 * startup.el (command-line): Enable Xterm Mouse mode by default.
30999 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31000 for Custom. No longer show "Mouse" in mode line when enabled.
31001 Doc fix.
31002
31003 2005-04-12 Kim F. Storm <storm@cua.dk>
31004
31005 * emulation/cua-base.el (cua-rectangle-face)
31006 (cua-rectangle-noselect-face): Define face attributes here.
31007
31008 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31009
31010 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31011
31012 * startup.el (command-line): Turn off blinking cursor if
31013 cursorBlink in resources is off or false.
31014
31015 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31016
31017 * term/mac-win.el (dnd): Require dnd.
31018 (mac-drag-n-drop): Call dnd-handle-one-url.
31019 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31020 (kTextEncodingISOLatin2): Remove constants.
31021 (mac-script-code-coding-systems): New constant.
31022 (mac-handle-language-change): New function.
31023 (special-event-map): Bind it to `language-change' event.
31024 (mac-centraleurroman, mac-cyrillic): New coding systems.
31025 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31026 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31027 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31028 encode-mac-cyrillic, respectively.
31029
31030 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31031
31032 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31033 Don't set overlay-arrow-string to "=>" as this is done
31034 globally in C now.
31035
31036 2005-04-12 Lute Kamstra <lute@gnu.org>
31037
31038 * generic-x.el (rc-generic-mode, rul-generic-mode):
31039 Fix auto-mode-alist entries.
31040 (etc-fstab-generic-mode): Tweak fontification.
31041
31042 * generic.el (generic-make-keywords-list): Fix docstring.
31043 (generic-mode-internal): Simplify generic-font-lock-keywords.
31044
31045 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31046
31047 * whitespace.el (whitespace-buffer-leading)
31048 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31049 However, fix the highlight area for the leading and
31050 trailing whitespaces to show space.
31051
31052 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31053
31054 * whitespace.el (whitespace-version): Bump to 3.5.
31055
31056 (whitespace-buffer-leading, whitespace-buffer-trailing):
31057 Invert sense of the test to highlight the whitespace.
31058
31059 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31060
31061 * progmodes/gud.el (gud-display-line): GUD uses its own
31062 overlay arrow now so don't set overlay-arrow-string.
31063 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31064
31065 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31066
31067 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31068 (term-ansi-current-reverse, term-ansi-current-invisible)
31069 (term-ansi-face-already-done): Change to boolean.
31070 (term-reset-terminal, term-handle-colors-array): Handle the above
31071 vars accordingly.
31072 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31073 (term-emulate-terminal): Use the new name.
31074
31075 * faces.el (secondary-selection): Use yellow1, not yellow.
31076 (trailing-whitespace): Use red1, not red.
31077
31078 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31079
31080 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31081 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31082 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31083
31084 * cus-edit.el (dnd): New group.
31085
31086 * term/w32-win.el (dnd): Require dnd
31087 (w32-drag-n-drop): Call dnd-handle-one-url.
31088
31089 * x-dnd.el: Require dnd.
31090 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31091 Call dnd-handle-one-url.
31092 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31093 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31094 to dnd-insert-text.
31095 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31096 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31097 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31098 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31099
31100 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31101
31102 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31103
31104 * wdired.el: Doc fixes.
31105 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31106 (wdired-use-dired-vertical-movement): Rename from
31107 wdired-always-move-to-filename-beginning.
31108 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31109 (wdired-change-to-wdired-mode): Change mode name.
31110 (wdired-newline): Delete.
31111
31112 2005-04-11 Richard M. Stallman <rms@gnu.org>
31113
31114 * whitespace.el (whitespace-highlight-the-space):
31115 Don't call whitespace-unhighlight-the-space here.
31116
31117 * simple.el (undo): Record t in undo-equiv-table
31118 for the redo record made by an undo-in-region.
31119
31120 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31121
31122 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31123 (gdb-frame-inferior-io-buffer): New Functions to control
31124 display of separate IO buffer.
31125 (menu): Add them to menu-bar.
31126 (gdb-display-buffer): Check for buffer another frame.
31127 Protect GUD buffer.
31128 (gdb-setup-windows): Create IO buffer if not already there.
31129 (gdb-memory-mode): Remove purecopy noops.
31130
31131 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31132
31133 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31134 and pass to self-insert-command.
31135
31136 2005-04-11 Lute Kamstra <lute@gnu.org>
31137
31138 * generic.el: Commentary section cleanup.
31139 (generic): Delete.
31140 (generic-use-find-file-hook, generic-lines-to-scan)
31141 (generic-find-file-regexp, generic-ignore-files-regexp)
31142 (default-generic-mode, generic-mode-find-file-hook)
31143 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31144 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31145 (generic-use-find-file-hook, generic-lines-to-scan)
31146 (generic-find-file-regexp, generic-ignore-files-regexp)
31147 (default-generic-mode, generic-mode-find-file-hook)
31148 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31149
31150 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31151
31152 * bookmark.el (bookmark-write-file): Catch errors writing file.
31153 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31154
31155 2005-04-10 Richard M. Stallman <rms@gnu.org>
31156
31157 * startup.el (fancy-splash-tail): Update copyright year.
31158 (command-line): Split part of -Q into -D.
31159 (emacs-basic-display): New defvar.
31160 (fancy-splash-text): Correct name of menu item.
31161
31162 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31163
31164 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31165 lines in one node.
31166
31167 * comint.el (comint-send-input): New arg ARTIFICIAL.
31168 Callers in this file changed.
31169
31170 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31171
31172 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31173
31174 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31175
31176 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31177 `ldap-search-internal'.
31178
31179 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31180
31181 * files.el (set-auto-mode-1): Use line-end-position.
31182
31183 * international/latin-1.el:
31184 * international/latin-2.el:
31185 * international/latin-3.el:
31186 * international/latin-4.el:
31187 * international/latin-5.el:
31188 * international/latin-8.el:
31189 * international/latin-9.el: Give punctuation syntax to NBSP.
31190
31191 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31192 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31193 Use char-classes to accept non-ascii letters, accepted in some recent
31194 bibtex implementations.
31195
31196 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31197
31198 * custom.el (custom-set-minor-mode): Any non-nil value for the
31199 variable should enable the mode when set through Custom.
31200
31201 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31202
31203 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31204 TAB binding so tab-always-indent is obeyed.
31205 (vhdl-minibuffer-local-map): Move initialization into declaration.
31206 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31207 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31208 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31209 (vhdl-current-line): Use line-beginning-position.
31210 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31211 with-output-to-temp-buffer, so the current position can be recorded.
31212
31213 2005-04-10 Masatake YAMATO <jet@gyve.org>
31214
31215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31216 Add regexp for gcov.
31217
31218 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31219
31220 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31221 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31222 syntax which Emacs 20 doesn't support.
31223
31224 2005-04-09 Richard M. Stallman <rms@gnu.org>
31225
31226 * help.el (describe-key-briefly, describe-key):
31227 Replace strings as event types with "(any string)".
31228
31229 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31230
31231 * arc-mode.el (archive-mode-map): Move initialization into
31232 the declaration. Override *all* bindings of `undo'.
31233 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31234
31235 2005-04-09 Jay Belanger <belanger@truman.edu>
31236
31237 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31238
31239 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31240
31241 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31242 (xterm-register-default-colors): Update color values computation
31243 to match xterm-200.
31244
31245 2005-04-09 Kenichi Handa <handa@m17n.org>
31246
31247 * international/code-pages.el (iso-latin-7): Fix the map.
31248
31249 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31250
31251 * emacs-lisp/lisp.el (defun-prompt-regexp)
31252 (parens-require-spaces, buffer-end, end-of-defun)
31253 (insert-parentheses): Doc fixes.
31254
31255 2005-04-08 Kim F. Storm <storm@cua.dk>
31256
31257 * comint.el (comint-highlight-prompt): Fix face spec.
31258 * hi-lock.el (hi-green): Likewise.
31259
31260 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31261
31262 * cus-edit.el (custom-modified-face):
31263 * comint.el (comint-highlight-input): Fix previous changes.
31264 * term.el (term-handle-ansi-escape): Add a comment.
31265
31266 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31267
31268 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31269 in the buffer and in whitespace-highlighted-space.
31270 (whitespace-unhighlight-the-space): Simplify.
31271 (whitespace-buffer): Simplify.
31272
31273 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31274
31275 * textmodes/table.el (table-cell-face): Add special case for
31276 displays supporting a high number of colors.
31277 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31278 (vhdl-font-lock-reserved-words-face)
31279 (vhdl-speedbar-architecture-face)
31280 (vhdl-speedbar-instantiation-face)
31281 (vhdl-speedbar-architecture-selected-face)
31282 (vhdl-speedbar-instantiation-selected-face): Likewise.
31283 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31284 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31285 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31286 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31287 (ebrowse-progress-face): Likewise.
31288 * progmodes/compile.el (compilation-info-face): Likewise.
31289 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31290 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31291 * calendar/calendar.el (diary-face): Likewise.
31292 * woman.el (woman-italic-face, woman-bold-face)
31293 (woman-unknown-face): Likewise.
31294 * wid-edit.el (widget-button-pressed-face): Likewise.
31295 * whitespace.el (whitespace-highlight-face): Likewise.
31296 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31297 * pcvs-info.el (cvs-marked-face): Likewise.
31298 * info.el (info-xref): Likewise.
31299 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31300 * hilit-chg.el (highlight-changes-face)
31301 (highlight-changes-delete-face): Likewise.
31302 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31303 (hi-red-b): Likewise.
31304 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31305 * font-lock.el (font-lock-keyword-face)
31306 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31307 * cus-edit.el (custom-invalid-face, custom-modified-face)
31308 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31309 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31310 * comint.el (comint-highlight-prompt): Likewise.
31311
31312 2005-04-08 Lute Kamstra <lute@gnu.org>
31313
31314 * font-lock.el (font-lock-keywords): Docstring fixes.
31315
31316 2005-04-08 Kenichi Handa <handa@m17n.org>
31317
31318 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31319 chars are more than a limit, print " and more..." at the tail.
31320
31321 2005-04-08 Kim F. Storm <storm@cua.dk>
31322
31323 * emacs-lisp/authors.el (authors-aliases): Update list.
31324 (authors-ignored-files): New list.
31325 (authors-fixed-entries): Fix typo.
31326 (authors-renamed-files-alist): Update list.
31327 (authors-add): Check authors-ignored-files.
31328
31329 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
31330
31331 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31332 optional, to ensure backward compatibility.
31333
31334 2005-04-08 Stephen Eglen <stephen@gnu.org>
31335
31336 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31337
31338 2005-04-08 Kim F. Storm <storm@cua.dk>
31339
31340 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31341
31342 * mouse.el (mouse-on-link-p): Doc fix.
31343
31344 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31345
31346 * ielm.el (ielm-prompt-read-only): Doc fix.
31347
31348 * comint.el (comint-prompt-read-only): Doc fix.
31349
31350 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
31351
31352 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31353 ensure dired always handles wildcards passed to ffap.
31354 (find-file-at-point): Use it.
31355 (ffap-dired-wildcards): Doc fix.
31356
31357 2005-04-07 Juri Linkov <juri@jurta.org>
31358
31359 * simple.el (next-error-overlay-arrow-position): New defvar.
31360 Put "=>" on its property `overlay-arrow-string'. Add it to
31361 `overlay-arrow-variable-list'.
31362
31363 * progmodes/compile.el (compilation-setup):
31364 Set `next-error-overlay-arrow-position' to nil. Also set it to
31365 nil in the local hook `kill-buffer-hook'. Make local variable
31366 `overlay-arrow-string' and set it to "=>".
31367 (compilation-goto-locus): Set BOL position to
31368 `next-error-overlay-arrow-position' instead of
31369 `overlay-arrow-position'.
31370
31371 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31372 locally instead of adding it to the global hook.
31373 (Info-kill-buffer): Move up.
31374
31375 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
31376
31377 * term/xterm.el (xterm-standard-colors): Update color values from
31378 xterm-200.
31379
31380 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
31381
31382 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31383
31384 * fast-lock.el:
31385 * lazy-lock.el: Move them to the obsolete subdir.
31386
31387 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31388
31389 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31390 (wdired-add-replace-advice): Remove.
31391 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31392
31393 2005-04-06 Kim F. Storm <storm@cua.dk>
31394
31395 * startup.el (command-line): Add --bare-bones alias for -Q.
31396
31397 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31398
31399 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31400 create the startup fontset if a font specification ends with
31401 `mac-roman'.
31402
31403 2005-04-06 Lute Kamstra <lute@gnu.org>
31404
31405 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31406 change.
31407
31408 * emacs-lisp/copyright.el (copyright-update-year): Replace the
31409 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
31410
31411 2005-04-05 Lute Kamstra <lute@gnu.org>
31412
31413 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31414 (define-generic-mode): Ditto. Fix debug declaration.
31415
31416 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31417 Put them in the generic-x group.
31418
31419 * calendar/timeclock.el (timeclock): Doc fix.
31420
31421 * generic.el (define-generic-mode): Don't use custom-current-group.
31422 Document default :group value.
31423 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31424 (define-global-minor-mode): Don't use custom-current-group.
31425
31426 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
31427
31428 * startup.el (command-line-1): Display startup-echo-area-message
31429 when fancy splash screen is in use.
31430
31431 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31432 (sh-escaped-newline): New face.
31433 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31434 newline, and use sh-escaped-newline face.
31435
31436 * progmodes/tcl.el (tcl-escaped-newline): New face.
31437 (tcl-builtin-list): New variable.
31438 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31439 newlines. Fix keywords subexpression number.
31440
31441 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
31442
31443 * textmodes/org.el (org-diary-default-entry): Fix call to
31444 `add-to-diary-entry'.
31445
31446 2005-04-05 Kim F. Storm <storm@cua.dk>
31447
31448 * ediff-init.el: Use (featurep 'xemacs).
31449
31450 2005-04-05 David Ponce <david@dponce.com>
31451
31452 * cus-edit.el (face): Derive from symbol widget. Display sample
31453 of the current face on the fly.
31454 (widget-face-sample-face-get, widget-face-notify): New functions.
31455 (widget-face-value-create): Remove.
31456
31457 * wid-edit.el (widget-field-end): Temporarily remove field
31458 narrowing before to call `get-char-property'.
31459
31460 2005-04-04 Jay Belanger <belanger@truman.edu>
31461
31462 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31463 (math-read-subscripts): New variable.
31464 (math-read-preprocess-string): Process subscripts.
31465
31466 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
31467
31468 * comint.el (comint-prompt-read-only): Doc fix.
31469
31470 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31471 `-1'. Doc fix.
31472
31473 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
31474
31475 * textmodes/org.el (org-insert-mode-line-in-empty-file):
31476 Change default value to nil.
31477
31478 2005-04-04 Lute Kamstra <lute@gnu.org>
31479
31480 * autorevert.el (auto-revert-mode): Specify :group.
31481 * battery.el (display-battery-mode): Specify :group.
31482 * diff-mode.el (diff-minor-mode): Specify :group.
31483 * font-core.el (font-lock-mode): Specify :group.
31484 * hl-line.el (hl-line-mode): Specify :group.
31485 * iimage.el (iimage): New customization group.
31486 (iimage-mode): Specify :group.
31487 * longlines.el (longlines-mode): Specify :group.
31488 * master.el: Don't require easy-mmode.
31489 (master): New customization group.
31490 (master-mode): Specify :group.
31491 * msb.el (msb-mode): Specify :group.
31492 * reveal.el (reveal-mode): Specify :group.
31493 * simple.el (next-error-follow-minor-mode): Specify :group.
31494 * smerge-mode.el (smerge-mode): Specify :group.
31495 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31496 * emulation/cua-base.el (cua-mode): Specify :group.
31497 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31498 * language/thai-util.el (thai-auto-composition-mode)
31499 (thai-word-mode): Specify :group.
31500 * mail/supercite.el (sc-minor-mode): Specify :group.
31501 * progmodes/cwarn.el (cwarn-mode): Specify :group.
31502 * progmodes/flymake.el (flymake-mode): Specify :group.
31503 * progmodes/glasses.el (glasses-mode): Specify :group.
31504 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31505 * textmodes/enriched.el (enriched-mode): Specify :group.
31506 * textmodes/refill.el (refill-mode): Specify :group.
31507
31508 * add-log.el (change-log-font-lock-keywords): Names in
31509 parenthesized lists can contain spaces.
31510
31511 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
31512
31513 * startup.el (fancy-splash-text): Shorten default text of
31514 "Emacs Tutorial" line. Also, if the current language env
31515 indicates an available tutorial file other than TUTORIAL,
31516 extract its title and append it to the line in parentheses.
31517 (fancy-splash-insert): If arg is a thunk, funcall it.
31518
31519 2005-04-04 Jay Belanger <belanger@truman.edu>
31520
31521 * calc.el (calc-language-alist): Add tags to customization type.
31522
31523 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
31524
31525 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31526 Doc fix.
31527
31528 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
31529
31530 * add-log.el (change-log-font-lock-keywords): The manual
31531 describing a Change Log entry, says: (...) "Aside from these
31532 header lines, every line in the change log starts with a space or
31533 a tab.". The font-lock was not highlighting lines started with
31534 spaces, added support for it.
31535
31536 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31537
31538 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31539 (bibtex-generate-url-list): Update docstring accordingly. Put the
31540 complex example in the docstring.
31541 (bibtex-font-lock-url): Use pop.
31542
31543 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
31544
31545 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31546
31547 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31548
31549 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
31550
31551 * filesets.el (filesets-set-default): Doc fix.
31552
31553 2005-04-03 Lute Kamstra <lute@gnu.org>
31554
31555 * generic.el (define-generic-mode): Add argument to specify
31556 keywords for defcustom.
31557 (default-generic-mode): Specify :group.
31558
31559 * generic-x.el: Specify :group for all generic modes.
31560
31561 * desktop.el (desktop-no-desktop-file-hook)
31562 (desktop-after-read-hook): Doc fix.
31563
31564 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
31565
31566 * simple.el (visible-mode): Use explicit :group keyword.
31567 This changes the group of `visible-mode-hook' from paren-blinking
31568 to editing-basics.
31569
31570 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
31571
31572 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
31573 mailbox specifications as well as URLs.
31574 (rmail-insert-inbox-text): Remove unused conditional branches.
31575
31576 2005-04-01 Jay Belanger <belanger@truman.edu>
31577
31578 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31579 (calc-gnuplot-print-command): Move definitions to calc.el.
31580
31581 * calc/calc-embed.el (calc-embedded-announce-formula)
31582 (calc-embedded-open-formula, calc-embedded-close-formula)
31583 (calc-embedded-open-word, calc-embedded-close-word)
31584 (calc-embedded-open-plain, calc-embedded-close-plain)
31585 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31586 (calc-embedded-open-mode, calc-embedded-close-mode):
31587 Move definitions to calc.el.
31588
31589 * calc/calc.el (calc-settings-file, calc-language-alist):
31590 Make customizable.
31591 (calc-embedded-announce-formula, calc-embedded-open-formula)
31592 (calc-embedded-close-formula, calc-embedded-open-word)
31593 (calc-embedded-close-word, calc-embedded-open-plain)
31594 (calc-embedded-close-plain, calc-embedded-open-new-formula)
31595 (calc-embedded-close-new-formula, calc-embedded-open-mode)
31596 (calc-embedded-close-mode, calc-gnuplot-name)
31597 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31598 from other files and make customizable.
31599
31600 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
31601
31602 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31603 Use buffer-live-p.
31604 (cvs-mode-run): Don't call cvs-update-header here.
31605 (cvs-run-process): Call cvs-update-header.
31606 Use process properties for cvs-postprocess and cvs-buffer so that
31607 the sentinel can behave better if the temp buffer is killed.
31608 Use a pipe rather than a tty, to better handle unexpected prompts.
31609 (cvs-sentinel): Rewrite. Call cvs-update-header.
31610
31611 2005-04-01 Andre Spiegel <spiegel@gnu.org>
31612
31613 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31614 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
31615
31616 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
31617
31618 * generic.el (define-generic-mode): Add indentation rule.
31619
31620 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
31621
31622 * files.el (mode-require-final-newline): Make Custom correctly
31623 report a nil value and allow to set it to nil via Custom.
31624 Doc fix.
31625
31626 2005-04-01 Kenichi Handa <handa@m17n.org>
31627
31628 * international/characters.el: Enable the correct case setting for
31629 dotless-i and dotted-I.
31630
31631 2005-04-01 Kim F. Storm <storm@cua.dk>
31632
31633 * ido.el (ido-file-internal): Fall back to non-ido command if
31634 initial directory is on slow ftp (or tramp) host.
31635
31636 2005-03-31 Richard M. Stallman <rms@gnu.org>
31637
31638 * emacs-lisp/autoload.el (make-autoload):
31639 Handle define-global-minor-mode.
31640
31641 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31642 Rename from easy-mmode-define-global-mode.
31643 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31644
31645 * progmodes/scheme.el (scheme-mode-syntax-table):
31646 Update syntax of | and # for two-character comment syntax.
31647
31648 2005-03-31 Lute Kamstra <lute@gnu.org>
31649
31650 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31651 (define-minor-mode): Call custom-current-group at load-time.
31652
31653 * generic.el (define-generic-mode): Add debug declaration.
31654 Add defcustom for the mode hook.
31655 (generic-mode-internal): Use run-mode-hooks.
31656
31657 2005-03-31 Kim F. Storm <storm@cua.dk>
31658
31659 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31660 (mouse-fixup-help-message): New defun called by show_help_echo
31661 to fixup mouse-2 prefix in help messages when applicable.
31662
31663 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31664
31665 2005-03-31 Kenichi Handa <handa@m17n.org>
31666
31667 * language/thai-word.el (thai-find-word-ends): Pay attention to
31668 the case that we reach the end of buffer.
31669
31670 * textmodes/fill.el (fill-text-properties-at): New function.
31671 (fill-newline): Use fill-text-properties-at instead of
31672 text-properties-at.
31673
31674 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31675
31676 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31677 not comint-quote-filename.
31678
31679 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
31680
31681 * help-fns.el (help-with-tutorial): Revert last change.
31682
31683 2005-03-31 Kim F. Storm <storm@cua.dk>
31684
31685 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31686
31687 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
31688
31689 * calendar/cal-china.el: Update reference to "Calendrical
31690 Calculations" book; there's a new edition.
31691 * calendar/cal-coptic.el: Likewise.
31692 * calendar/cal-french.el: Likewise.
31693 * calendar/cal-hebrew.el: Likewise.
31694 * calendar/cal-islam.el: Likewise.
31695 * calendar/cal-iso.el: Likewise.
31696 * calendar/cal-julian.el: Likewise.
31697 * calendar/cal-mayan.el: Likewise.
31698 * calendar/cal-persia.el: Likewise.
31699 * calendar/calendar.el: Likewise.
31700 * calendar/holidays.el: Likewise.
31701 * calendar/lunar.el: Likewise.
31702 * calendar/solar.el: Likewise.
31703
31704 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31705 white space from doc string.
31706
31707 2005-03-30 Jay Belanger <belanger@truman.edu>
31708
31709 * calc/calc-help.el (calc-full-help): Remove email address.
31710
31711 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
31712
31713 * help-fns.el (help-with-tutorial): Delete title line.
31714
31715 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31716
31717 * calendar/cal-x.el (calendar-one-frame-setup)
31718 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31719 rather than `symbol' for set-window-dedicated-p.
31720
31721 * calendar/appt.el (appt-buffer-name): Make it a constant.
31722 (appt-add): Doc fix.
31723
31724 * filesets.el (filesets-menu-path, filesets-menu-before)
31725 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
31726 (filesets-menu-cache-file): Use directory ~/.emacs.d.
31727 (filesets-add-submenu): Delete and use add-submenu instead.
31728
31729 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
31730
31731 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31732 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31733 (org-diary-default-entry): New function.
31734 (org-get-entries-from-diary): Better parsing of diary entries.
31735 (org-agenda-check-no-diary): New function.
31736 ("diary-lib"): Advice to function `add-to-diary-list', to allow
31737 linking to diary entries.
31738 (org-agenda-execute-calendar-command): New function.
31739 (org-agenda): Improve visible section in window.
31740 Use `org-fit-agenda-window'.
31741 (org-fit-agenda-window): New option.
31742 (org-move-subtree-down): Better handling of empty lines
31743 at end of subtree.
31744 (org-cycle): Numeric prefix is interpreted now as show-subtree N
31745 levels up.
31746 (org-fontify-done-headline): New option.
31747 (org-headline-done-face): New face.
31748 (org-set-font-lock-defaults): Use `org-headline-done-face'.
31749 (org-table-copy-down): Rename from `org-table-copy-from-above'.
31750 When current field is non-empty, it is copied to next row.
31751 (org-table-copy-from-above): Fix bug which made it
31752 impossible to copy fields containing only a single non-white character.
31753
31754 2005-03-30 Kim F. Storm <storm@cua.dk>
31755
31756 * kmacro.el (kmacro-end-macro): Isearch may store this command
31757 into the macro -- so ignore it when executing keyboard macro.
31758
31759 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31760
31761 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31762
31763 2005-03-29 Kenichi Handa <handa@m17n.org>
31764
31765 * language/thai.el ("Thai"): Set setup-function and exit-function
31766 for Thai language environment.
31767
31768 * language/thai-util.el: Require thai-word.
31769 (thai-word-mode-map): New variable.
31770 (thai-word-mode): New minor mode.
31771 (setup-thai-language-environment-internal): New function.
31772 (exit-thai-language-environment-internal): New function.
31773
31774 * language/thai-word.el (thai-word-table): Declare it by defvar,
31775 use dolist to initialize it.
31776 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31777 (thai-fill-find-break-point): New functions.
31778
31779 2005-03-29 Richard M. Stallman <rms@gnu.org>
31780
31781 * simple.el (idle-update-delay): Move definition up.
31782 (set-mark): Doc fix.
31783
31784 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
31785
31786 * longlines.el: New file.
31787
31788 * simple.el (buffer-substring-filters): New variable.
31789 (filter-buffer-substring): New function.
31790 (kill-region, copy-region-as-kill): Use it.
31791
31792 * register.el (copy-to-register, append-to-register)
31793 (prepend-to-register): Use filter-buffer-substring.
31794
31795 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31796
31797 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31798 (gud-filter-pending-text): Move in front of gdb.
31799 (gud-overlay-arrow-position): New variable.
31800 (gud-sentinel, gud-display-line): Use it in place of
31801 overlay-arrow-position.
31802
31803 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
31804
31805 * progmodes/fortran.el (fortran-if-indent): Doc fix.
31806 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31807 (fortran-font-lock-keywords-4): New variable.
31808 (fortran-blocks-re, fortran-end-block-re)
31809 (fortran-start-block-re): New constants, for hideshow.
31810 (hs-special-modes-alist): Add a Fortran entry.
31811 (fortran-mode-map): Bind fortran-end-of-block,
31812 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31813 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
31814 (fortran-looking-at-if-then, fortran-end-of-block)
31815 (fortran-beginning-of-block): New functions, for hideshow.
31816
31817 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31818 Doc fix. Tweak regexp.
31819 (f90-beginning-of-block): Push mark first.
31820
31821 2005-03-29 Jay Belanger <belanger@truman.edu>
31822
31823 * calc/calc.el: Update copyright date.
31824 (calc-version): Increase to 2.1.
31825 (calc-version-date): Remove.
31826
31827 * calc/calc-help.el: Update copyright date.
31828 (calc-full-help): Remove reference to calc-version-date.
31829 Update copyright date.
31830
31831 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31832
31833 * vc.el (vc-do-command): Use a pipe for async processes, so password
31834 prompts don't show up at places where the user can't reply.
31835
31836 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31837
31838 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31839 on the file name we pass to the inferior shell.
31840
31841 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31842
31843 * progmodes/which-func.el (which-function): Be robust in the face of an
31844 imenu--make-index-alist failure.
31845
31846 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31847
31848 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31849
31850 * progmodes/python.el (python-preoutput-filter): Fix last change.
31851
31852 2005-03-29 Lute Kamstra <lute@gnu.org>
31853
31854 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31855 functions and compiled macros.
31856 (debug-convert-byte-code): Handle macros too.
31857 (debug-on-entry-1): Don't signal an error when trying to clear a
31858 function that is not set to debug on entry.
31859
31860 2005-03-29 Jay Belanger <belanger@truman.edu>
31861
31862 * calc/calc-lang.el: Add functions to math-function-table
31863 properties of tex and math.
31864
31865 2005-03-29 Kenichi Handa <handa@m17n.org>
31866
31867 * ps-mule.el (ps-mule-plot-string): Translate characters by
31868 ps-print-translation-table.
31869 (ps-mule-begin-job): Call find-charset-region/string with
31870 ps-print-translation-table.
31871 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31872
31873 * ps-print.el (ps-print-translation-table): New variable.
31874 (ps-plot-region): Translate characters by ps-print-translation-table.
31875
31876 2005-03-29 Juri Linkov <juri@jurta.org>
31877
31878 * simple.el (next-error-highlight-timer): New variable.
31879
31880 * progmodes/compile.el (compilation-goto-locus):
31881 Use `next-error-highlight-timer' instead of `sit-for'.
31882
31883 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31884
31885 * mail/supercite.el (sc-mail-field): Use assoc-string.
31886 (sc-get-address): Simplify regexps.
31887
31888 * files.el (minibuffer-with-setup-hook): New macro.
31889 (find-file-read-args): Use it to avoid let-binding
31890 minibuffer-with-setup-hook (which breaks turning on/off
31891 file-name-shadow-mode while in the prompt).
31892
31893 * complete.el (PC-read-include-file-name-internal):
31894 Use test-completion.
31895
31896 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
31897
31898 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31899
31900 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31901
31902 * window.el (window-buffer-height): Use count-screen-lines.
31903
31904 * progmodes/python.el (python-preoutput-leftover): New var.
31905 (python-preoutput-filter): Use it.
31906 (python-send-receive): Loop until all the result has been received.
31907
31908 2005-03-28 Juri Linkov <juri@jurta.org>
31909
31910 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31911
31912 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31913 "Recover Crashed Session".
31914 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31915 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31916 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31917 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31918 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31919 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31920 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31921 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31922
31923 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31924 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31925 Ediff Sessions", "Toggle use of separate control buffer frame",
31926 "Use separate frame for Ediff control buffer".
31927
31928 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31929 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31930 "Rename Bookmark", "Delete Bookmark".
31931
31932 * info.el (Info-mode-menu): Remove ellipsis from "Index".
31933 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31934 Add `:active Info-index-alternatives' to "Next Matching Item".
31935
31936 * wdired.el (wdired-change-to-wdired-mode):
31937 Mention `wdired-abort-changes' key in the initial message.
31938
31939 * international/mule.el (auto-coding-alist): Associate non-ascii
31940 image filename extensions with `no-conversion'.
31941
31942 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
31943
31944 * international/iso-acc.el:
31945 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31946
31947 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
31948
31949 * textmodes/sgml-mode.el (html-mode): Doc update.
31950
31951 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31952
31953 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
31954
31955 * term.el (term-move-columns): Fix face after extending a line.
31956 (term-insert-spaces): Likewise.
31957 (term-reset-terminal): Fix off by one error.
31958
31959 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31960
31961 * international/mule.el (auto-coding-alist): Add .xpi files.
31962
31963 * files.el (auto-mode-alist): Add .xpi files.
31964
31965 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
31966
31967 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31968
31969 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31970
31971 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31972
31973 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
31974
31975 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31976 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
31977
31978 * calendar/cal-move.el (calendar-beginning-of-year): Move the
31979 cursor to Jan 1 when needed.
31980 (calendar-end-of-year): Fix -/+ typo.
31981 Reported by Chong Yidong <cyd@stupidchicken.com>.
31982
31983 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
31984
31985 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31986
31987 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31988 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
31989
31990 2005-03-25 Richard M. Stallman <rms@gnu.org>
31991
31992 * filesets.el (filesets-init): Add autoload.
31993
31994 * mail/mailalias.el (mail-directory): Doc fix.
31995
31996 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31997
31998 * mail/mailalias.el (mail-directory-process): Do nothing if
31999 mail-directory-process is an atom.
32000 (mail-get-names): Ignore mail-directory-names if it is an atom.
32001 (mail-directory-process defvar): Doc fix.
32002 (mail-names): Doc fix.
32003
32004 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32005
32006 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32007
32008 2005-03-26 Kenichi Handa <handa@m17n.org>
32009
32010 * international/mule-util.el (detect-coding-with-priority):
32011 Call update-coding-systems-internal before detect-coding-region.
32012
32013 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32014
32015 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32016 (gdb-frames-mode-map): Add follow-link property.
32017
32018 2005-03-25 Jay Belanger <belanger@truman.edu>
32019
32020 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32021 for variables.
32022
32023 2005-03-25 Juri Linkov <juri@jurta.org>
32024
32025 * image-mode.el: Optimize image filename extension regexps in
32026 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32027 in `auto-mode-alist'.
32028 (image-mode): Add `image-toggle-display-text' to local hook
32029 `change-major-mode-hook'. Display the image as an image by
32030 default. Set `cursor-type' and `truncate-lines' if the image
32031 is already displayed. Take into account the current mode (image
32032 or text) in message.
32033 (image-minor-mode): New minor mode.
32034 (image-mode-maybe, image-toggle-display-text): New functions.
32035 (image-toggle-display): Use called-interactively-p.
32036 Let-bind `inhibit-read-only' to t.
32037
32038 * image-mode.el (image-minor-mode): Set `cursor-type' and
32039 `truncate-lines' if the image is already displayed. Add turning
32040 image-minor-mode off to `change-major-mode-hook'. Add message.
32041 Call `image-toggle-display-text' after turning image-minor-mode off.
32042
32043 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32044
32045 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32046 Terminal.app, use utf-8.
32047 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32048 (set-locale-environment): Use it.
32049
32050 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32051
32052 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32053
32054 * progmodes/python.el (python-close-block-statement-p)
32055 (python-outdent-p, python-current-defun): Use symbol-end.
32056
32057 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32058
32059 * files.el (save-some-buffers): Doc fix.
32060
32061 2005-03-25 Werner Lemberg <wl@gnu.org>
32062
32063 * complete.el, thumbs.el: Replace `legal' with `valid'.
32064 * calendar/calendar.el: Replace `legal' with `valid'.
32065 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32066 * mail/supercite.el: Replace `legal' with `valid'.
32067 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32068 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32069 Replace `legal' with `valid'.
32070 * textmodes/reftex-vars.el, textmodes/reftex.el:
32071 Replace `legal' with `valid'.
32072
32073 2005-03-25 Werner Lemberg <wl@gnu.org>
32074
32075 * calc/calc-forms.el, calc/calc-sel.el
32076 * midnight.el, vc-cvs.el
32077 * emacs-lisp/cl-macs.el
32078 * emulation/vip.el
32079 * eshell/esh-io.el, eshell/esh-var.el
32080 * mail/supercite.el
32081 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32082 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32083 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32084 * progmodes/sh-script.el, progmodes/xscheme.el
32085 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32086 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32087 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32088 * textmodes/reftex.el, textmodes/org.el:
32089 Replace `illegal' with `invalid'.
32090
32091 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32092
32093 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32094 (flymake-find-buildfile, flymake-find-possible-master-files)
32095 (flymake-check-include, flymake-parse-line): Replace loops over the
32096 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32097
32098 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32099 Substitute file-name-as-directory in the rest of the file.
32100 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32101 (flymake-replace-region): Remove unused arg `buffer'.
32102 (flymake-check-patch-master-file-buffer): Update calls to it.
32103 (flymake-add-err-info): Remove unused var `count'.
32104 (flymake-mode): Use define-minor-mode.
32105
32106 * progmodes/flymake.el: Use with-current-buffer.
32107 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32108 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32109 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32110 Avoid testing for `xemacs'.
32111 (flymake-nop): Move.
32112 (flymake-region-has-flymake-overlays): Return the computed value.
32113 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32114 Remove unused var `endline'.
32115 (flymake-get-line-count): Remove unused function.
32116 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32117
32118 * emulation/vi.el:
32119 * generic.el:
32120 * hilit-chg.el (global-highlight-changes):
32121 * hi-lock.el (hi-lock-mode):
32122 * follow.el: find-file-hooks -> find-file-hook.
32123
32124 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32125
32126 2005-03-24 Juri Linkov <juri@jurta.org>
32127
32128 * dired.el (dired-mode-map): Add menu item "Compare directories"
32129 for dired-compare-directories.
32130
32131 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32132 Doc fix. Replace `read-file-name' with `read-directory-name'.
32133
32134 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32135
32136 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32137
32138 2005-03-24 Jay Belanger <belanger@truman.edu>
32139
32140 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32141 relevant mode settings in calc-embedded-original-modes when modes
32142 are permanently changed.
32143
32144 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32145
32146 * autoinsert.el: find-file-hooks -> find-file-hook.
32147
32148 2005-03-24 Lute Kamstra <lute@gnu.org>
32149
32150 * generic.el (generic-font-lock-defaults): Make it obsolete.
32151 (generic-font-lock-keywords): New variable to replace
32152 generic-font-lock-defaults.
32153 (generic-mode-set-font-lock): Delete it.
32154 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32155 (generic-bracket-support): Add docstring.
32156
32157 * generic-x.el: Rename generic-font-lock-defaults to
32158 generic-font-lock-keywords throughout.
32159 (mailagent-rules-setup-function): Delete it.
32160 (mailagent-rules-generic-mode): Use anonymous function instead.
32161 (show-tabs-generic-mode-font-lock-defaults-1)
32162 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32163 Quote faces.
32164 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32165 not foreground.
32166
32167 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32168 Recognize define-generic-mode.
32169
32170 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32171
32172 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32173 if there's no completion table.
32174
32175 2005-03-23 Miles Bader <miles@gnu.org>
32176
32177 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32178 Remove tty-specific variants, as they're no longer needed.
32179
32180 2005-03-23 Lute Kamstra <lute@gnu.org>
32181
32182 * generic-x.el: Code cleanup: make args constant whenever possible.
32183 (installshield-statement-keyword-list)
32184 (installshield-system-functions-list)
32185 (installshield-system-variables-list, installshield-types-list)
32186 (installshield-funarg-constants-list): Make them constants.
32187
32188 * generic.el (generic-make-keywords-list): Add autoload cookie.
32189
32190 * calendar/time-date.el: Add comment on time value formats.
32191 Don't require parse-time.
32192 (with-decoded-time-value): New macro.
32193 (encode-time-value): New function.
32194 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32195 (days-to-time): Return a valid time value when arg is huge.
32196 (time-since): Use time-subtract.
32197 (time-to-number-of-days): Use time-to-seconds.
32198
32199 2005-03-23 David Ponce <david@dponce.com>
32200
32201 * recentf.el (recentf-keep): New option.
32202 (recentf-menu-action): Default to `find-file'.
32203 (recentf-keep-non-readable-files-flag)
32204 (recentf-keep-non-readable-files-p)
32205 (recentf-file-readable-p, recentf-find-file)
32206 (recentf-cleanup-remote): Remove.
32207 (recentf-include-p): More robust.
32208 (recentf-keep-p): New function.
32209 (recentf-remove-if-non-kept): Rename from
32210 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32211 All callers updated.
32212 (recentf-menu-items-for-commands): Fix help string.
32213 (recentf-track-closed-file): Update. Doc fix.
32214 (recentf-cleanup): Update. Count removed files. Doc fix.
32215
32216 2005-03-23 Kim F. Storm <storm@cua.dk>
32217
32218 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32219 Don't inherit from fringe face (now happens automatically).
32220
32221 2005-03-22 Kim F. Storm <storm@cua.dk>
32222
32223 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32224 position values.
32225
32226 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32227
32228 * menu-bar.el (showhide-date-time): Remove.
32229 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32230 (menu-bar-make-mm-toggle): Simplify.
32231
32232 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32233
32234 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32235 Accept qualified variable and function names.
32236
32237 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32238
32239 * bindings.el (completion-ignored-extensions):
32240 Remove ".lis" for `vax-vms'.
32241
32242 2005-03-22 Andreas Schwab <schwab@suse.de>
32243
32244 * generic-x.el: Revert last change.
32245 * ldefs-boot.el: Update.
32246
32247 2005-03-22 Jay Belanger <belanger@truman.edu>
32248
32249 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32250 (calc-embedded-save-original-modes)
32251 (calc-embedded-restore-original-modes): New functions.
32252 (calc-do-embedded): Save original modes when entering embedded mode
32253 and restore when leaving embedded mode.
32254 (calc-embedded-modes-change): Change the value of
32255 calc-embedded-original-modes to reflect permanent changes.
32256
32257 2005-03-22 Lute Kamstra <lute@gnu.org>
32258
32259 * generic-x.el: Require generic again.
32260
32261 2005-03-22 Miles Bader <miles@gnu.org>
32262
32263 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32264 Tweak details to look good on both ttys and bitmap displays, light
32265 or dark background, etc.
32266
32267 2005-03-21 Kim F. Storm <storm@cua.dk>
32268
32269 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32270 mouse position.
32271
32272 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32273
32274 * icomplete.el: Don't forcibly turn on the mode upon load.
32275 (icomplete-mode): Use define-minor-mode.
32276 (icomplete-eoinput): Default to nil.
32277 (icomplete-minibuffer-setup): Remove autoload.
32278 (icomplete-tidy): Simplify.
32279 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32280 in the initial state or if the user has modified the field.
32281 Fix handling of icomplete-max-delay-chars.
32282 Remove code that handles the oddball case where
32283 minibuffer-completion-table is an integer.
32284 Wrap icomplete-completions in while-no-input in case building
32285 completions takes more time than expected.
32286 (icomplete-completions): Simplify.
32287
32288 2005-03-21 Richard M. Stallman <rms@gnu.org>
32289
32290 * jka-compr.el (jka-compr-really-do-compress):
32291 Make variable buffer-local.
32292
32293 * image-mode.el: Handle .xpm files too.
32294 (image-toggle-display): Preserve modification flag.
32295
32296 * help.el (where-is): Don't mention aliases with no key bindings.
32297
32298 2005-03-21 Lute Kamstra <lute@gnu.org>
32299
32300 * generic.el: Fix commentary section. Don't require cl for
32301 compilation.
32302 (generic-mode-list): Add autoload cookie.
32303 (generic-use-find-file-hook, generic-lines-to-scan)
32304 (generic-find-file-regexp, generic-ignore-files-regexp)
32305 (generic-mode, generic-mode-find-file-hook)
32306 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32307 (define-generic-mode): Make it a defmacro. Fix docstring.
32308 (generic-mode-internal): Code cleanup. Add autoload cookie.
32309 (generic-mode-set-comments): Code cleanup.
32310 * generic-x.el: Don't prevent compilation. Don't require generic.
32311 Follow coding conventions. Minor code cleanup.
32312 (etc-fstab-generic-mode): Add some keywords.
32313 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32314 define-generic-mode like a function declaration.
32315
32316 2005-03-21 Jay Belanger <belanger@truman.edu>
32317
32318 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32319 changing modes.
32320
32321 2005-03-21 Sam Steingold <sds@gnu.org>
32322
32323 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32324
32325 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32326
32327 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32328 Add underscore to "f$ lexicals" regexp.
32329
32330 2005-03-20 Juri Linkov <juri@jurta.org>
32331
32332 * subr.el (progress-reporter-do-update): When `min-value' is equal
32333 to `max-value', set `percentage' to 0 and prevent division by zero.
32334
32335 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
32336
32337 Sync with Tramp 2.0.48.
32338
32339 * net/tramp.el (all): Change all addresses to .gnu.org.
32340 (tramp-append-tramp-buffers): New defun.
32341 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32342 Catch `dont-send' signal.
32343 (tramp-set-auto-save-file-modes): Set always permissions, because
32344 there might be an old auto-saved file belonging to another
32345 original file. This could be a security threat. Reported by
32346 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32347 Check for Emacs 21.3.50 removed.
32348
32349 * net/tramp-smb.el (all): Remove debug construct for
32350 `with-parsed-tramp-file-name'.
32351 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32352 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32353 No error message if DIRECTORY or FILENAME doesn't exist.
32354 (tramp-smb-open-connection): Check existence of
32355 `tramp-smb-program'.
32356
32357 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
32358
32359 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32360 Properly handle the case where the `m' or `s' command's argument is not
32361 yet terminated.
32362 (perl-indent-new-calculate): New function.
32363 (perl-indent-line): Use it.
32364
32365 2005-03-20 Miles Bader <miles@gnu.org>
32366
32367 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32368 in text-mode too. Change to new face names.
32369 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32370 Add `:weight bold' attribute.
32371 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32372
32373 2005-03-19 Juri Linkov <juri@jurta.org>
32374
32375 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
32376
32377 * international/mule.el (auto-coding-alist): Sync with
32378 `auto-mode-alist' by adding upper case archive file extensions
32379 and adding ear/war to jar extension.
32380
32381 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
32382
32383 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32384 running, restart it.
32385
32386 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
32387
32388 * finder.el (finder-current-item): Throw an error on an empty line.
32389
32390 * man.el (Man-follow-manual-reference): If current-word returns
32391 nil, use "".
32392
32393 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
32394
32395 * simple.el (goto-line): Doc fix.
32396
32397 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
32398
32399 * files.el (save-buffer): Doc fix.
32400
32401 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
32402
32403 * recentf.el (recentf-cleanup-remote): New variable.
32404 (recentf-cleanup): Use it to conditionally check availability of
32405 remote files.
32406
32407 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
32408
32409 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32410 function names.
32411
32412 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32413
32414 * language/thai-word.el: New file.
32415
32416 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32417
32418 * files.el (backup-buffer): If the file's directory is not
32419 writable, use copy instead of move to backup the file.
32420
32421 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32422
32423 * obsolete/keyswap.el: Moved to obsolete/ from term/.
32424
32425 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32426
32427 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32428 Use functionp instead of symbolp and fboundp. Reported by Drkm
32429 <darkman_spam@yahoo.fr>.
32430 (ps-print-version): New version 6.6.6.
32431
32432 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
32433
32434 * textmodes/table.el (table--line-column-position): New idiom.
32435 (table--row-column-insertion-point-p): New function to test
32436 validity of row and column insertion operation at a location.
32437 (table-global-menu, table-cell-menu): Use above functions for
32438 deterministic test operation.
32439 (table--editable-cell-p): Behave in deterministic fashion.
32440
32441 2005-03-18 Juri Linkov <juri@jurta.org>
32442
32443 * isearch.el (isearch-lazy-highlight-new-loop):
32444 Make arguments beg and end optional.
32445 (isearch-update): Remove optional arguments nil from
32446 isearch-lazy-highlight-new-loop.
32447 (isearch-lazy-highlight-search): Let-bind case-fold-search to
32448 isearch-lazy-highlight-case-fold-search instead of
32449 isearch-case-fold-search, and let-bind isearch-regexp to
32450 isearch-lazy-highlight-regexp.
32451 Use isearch-lazy-highlight-last-string instead of isearch-string.
32452
32453 * replace.el (perform-replace): Remove bindings of global
32454 variables isearch-string, isearch-regexp, isearch-case-fold-search.
32455 Add three new arguments to `replace-highlight'.
32456 (replace-highlight): Add arguments string, regexp, case-fold.
32457 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32458 to allow isearch-lazy-highlight-new-loop to use these values
32459 to set corresponding isearch-lazy-highlight-* internal
32460 variables whose values lazy highlighting will use regardless of
32461 changes to global variables isearch-string, isearch-regexp,
32462 isearch-case-fold-search during lazy highlighting loop.
32463 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32464 to `lazy-highlight-cleanup'.
32465
32466 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32467 (ispell-highlight-face): Set default face to `isearch' when
32468 lazy highlighting is enabled.
32469 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32470 priority to 1. Add lazy highlighting.
32471 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32472 from `isearch-dehighlight'.
32473
32474 2005-03-18 David Ponce <david@dponce.com>
32475
32476 * files.el (hack-local-variables): Do a case-insensitive search
32477 for End.
32478
32479 2005-03-18 Juri Linkov <juri@jurta.org>
32480
32481 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32482 `isearch-lazy-highlight-cleanup', add alias to old name and
32483 declare obsolete. Add release numbers to other obsolete vars.
32484 (isearch-done, isearch-lazy-highlight-new-loop):
32485 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32486 (lazy-highlight-cleanup) <variable>: Doc fix.
32487 (isearch-lazy-highlight-update): Rename obsolete
32488 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32489
32490 2005-03-18 Kenichi Handa <handa@m17n.org>
32491
32492 * language/thai-util.el: Fix categorization of Thai characters in
32493 thai-category-table.
32494 (thai-composition-pattern): Adjust it for the above change.
32495 (thai-self-insert-command, thai-compose-syllable): New functions.
32496 (thai-compose-region): Use thai-compose-syllable.
32497 (thai-compose-string): Likewise.
32498 (thai-composition-function): Likewise.
32499 (thai-auto-composition): New function.
32500 (thai-auto-composition-mode): New minor mode.
32501
32502 * language/thai.el: Fix patterns to be registered in
32503 composition-function-table.
32504
32505 * international/quail.el (quail-input-method): Locally bind
32506 inhibit-modification-hooks to t.
32507
32508 2005-03-17 Richard M. Stallman <rms@gnu.org>
32509
32510 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32511 (perl-mode): Use run-mode-hooks.
32512
32513 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32514 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32515 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32516
32517 * mail/sendmail.el (sendmail-send-it): Reenable the code
32518 to compute resend-to-address and use it.
32519
32520 * tar-mode.el (tar-mode): Turn off undo unconditionally.
32521
32522 * image-mode.el: New file.
32523
32524 * image.el (insert-sliced-image): Add autoload cookie.
32525
32526 * font-lock.el (font-lock-lines-before): New user option.
32527 (font-lock-after-change-function): Obey it.
32528
32529 * bindings.el (esc-map): Make M-g a prefix.
32530 Bind M-g g and M-g M-g to goto-line.
32531
32532 * faces.el (face-id): Doc fix.
32533
32534 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32535
32536 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32537 (rmail-show-message): Use rmail-unknown-mail-followup-to.
32538 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32539
32540 * mail/sendmail.el (mail-yank-ignored-headers)
32541 (mail-font-lock-keywords, mail-mode-fill-paragraph):
32542 Add Mail-Followup-To and Mail-Reply-To headers.
32543 (mail-citation-hook): Add autoload cookie.
32544 (mail-mode): Doc fix.
32545 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32546 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32547 (mail-mode-fill-paragraph): Handle those headers.
32548 (mail-mailing-lists): New variable.
32549 (mail-mail-reply-to, mail-mail-followup-to): New functions.
32550
32551 2005-03-17 Juri Linkov <juri@jurta.org>
32552
32553 * isearch.el (isearch-fallback): Check for `(car previous)'
32554 before calling `isearch-other-end-state'.
32555
32556 2005-03-17 Kim F. Storm <storm@cua.dk>
32557
32558 * simple.el (move-beginning-of-line): Move to beginning of buffer
32559 line, as well as beginning of screen line.
32560
32561 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
32562
32563 * calendar/diary-lib.el (mark-diary-entries): Use new optional
32564 argument REDRAW rather than calendar-redrawing variable.
32565 * calendar/calendar.el (calendar-redrawing): Delete.
32566 (redraw-calendar): Do not bind calendar-redrawing.
32567
32568 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
32569
32570 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32571 diary-file buffer.
32572
32573 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
32574
32575 * help.el (describe-mode): Allow a :minor-mode-function property to
32576 specify a different minor mode toggle function than the variable.
32577 * simple.el (auto-fill-function):
32578 * subr.el (add-minor-mode): Use it.
32579
32580 2005-03-16 Kenichi Handa <handa@m17n.org>
32581
32582 * language/ethio-util.el (sera-being-called-by-w3): New variable.
32583 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32584 (ethio-fidel-to-sera-buffer): Likewise.
32585
32586 2005-03-16 Juri Linkov <juri@jurta.org>
32587
32588 * emacs-lisp/find-func.el (find-function-regexp):
32589 Add defun-emitting macro `menu-bar-make-toggle'.
32590
32591 * isearch.el: Put `isearch-scroll' property to
32592 `split-window-horizontally'.
32593
32594 * info.el: Update error messages for `debug-ignored-errors'.
32595 (Info-isearch-search): Doc fix.
32596 (Info-find-node): Move up code to go into info buffer before
32597 recording the node to the history.
32598 (Info-fontify-node): Fontify titles only if the next line
32599 has two or more `*', `=', `-', `.'.
32600 Display "go to this node" for empty (match-string 3).
32601
32602 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32603
32604 * term/mac-win.el: Add mouse pointer shape constants.
32605
32606 2005-03-15 Kim F. Storm <storm@cua.dk>
32607
32608 * simple.el (move-beginning-of-line): Use vertical-motion.
32609
32610 2005-03-15 Juri Linkov <juri@jurta.org>
32611
32612 * isearch.el (isearch-error): New variable.
32613 (isearch-invalid-regexp, isearch-within-brackets): Remove.
32614 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32615 (isearch-within-brackets-state): Remove.
32616 (isearch-case-fold-search-state, isearch-pop-fun-state):
32617 Decrease frame index.
32618 (isearch-mode, isearch-top-state, isearch-push-state)
32619 (isearch-edit-string, isearch-abort, isearch-search-and-update)
32620 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32621 (isearch-search, isearch-lazy-highlight-new-loop):
32622 Replace `isearch-invalid-regexp' with `isearch-error'.
32623 Remove `isearch-within-brackets'.
32624 (isearch-search): Add `search-failed' handler to `condition-case'.
32625 (isearch-lazy-highlight-search): Add `condition-case' to catch
32626 errors and allow `isearch-lazy-highlight-update' to try
32627 highlighting from the beginning of the window.
32628 (isearch-repeat): Move up code to set isearch-wrapped to t
32629 before calling isearch-wrap-function.
32630
32631 * info.el (Info-isearch-initial-node): New internal variable.
32632 (Info-search): Signal an error in isearch mode when search leaves
32633 the initial node. Signal an error when `bound' is non-nil and
32634 nothing was found in the current subfile.
32635 (Info-isearch-search): Remove `condition-case'.
32636 (Info-isearch-wrap): Don't wrap when search failed during leaving
32637 the initial node. If `Info-isearch-search' is nil, wrap around
32638 the current node.
32639 (Info-isearch-start): New fun.
32640 (Info-mode): Add buffer-local hook `Info-isearch-start' to
32641 `isearch-mode-hook'.
32642
32643 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32644
32645 * simple.el (normal-erase-is-backspace): Set default to t if
32646 running on Mac.
32647
32648 * term/mac-win.el (function-key-map): Sync with x-win.el.
32649
32650 2005-03-15 Kenichi Handa <handa@m17n.org>
32651
32652 * international/mule-cmds.el (locale-language-names): Modify the
32653 format of elements and add more entries.
32654 (locale-preferred-coding-systems): Add more entries.
32655 (set-locale-environment): Adjust for the change of
32656 locale-language-names.
32657
32658 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
32659
32660 * pcvs.el (smerge-ediff): Remove bogus autoload.
32661
32662 2005-03-14 Lute Kamstra <lute@gnu.org>
32663
32664 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32665 Ignore a `*' at the beginning of a line.
32666
32667 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32668 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32669 subr.el.
32670 (dont-compile, eval-when-compile, eval-and-compile): Use declare
32671 to specify indentation.
32672
32673 * generic.el (define-generic-mode): Let generic-mode-list be a
32674 list of strings; test membership with equal.
32675
32676 2005-03-14 Kim F. Storm <storm@cua.dk>
32677
32678 * simple.el (next-line, previous-line): Add optional try-vscroll
32679 arg to recognize interactive use. Pass it on to line-move.
32680 (line-move): Don't perform auto-window-vscroll when defining or
32681 executing keyboard macro to ensure consistent behavior.
32682
32683 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
32684
32685 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32686
32687 2005-03-13 Lute Kamstra <lute@gnu.org>
32688
32689 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32690 debugger-setup-buffer so that backtrace marks the frames set to
32691 debug-on-exit and we don't have to do it manually. Set an extra
32692 debug-on-exit for macro's.
32693 (debugger-setup-buffer): Don't mark the top frame manually.
32694
32695 2005-03-12 Lute Kamstra <lute@gnu.org>
32696
32697 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32698 lisp-indent-function throughout.
32699 (with-no-warnings): Set lisp-indent-function property.
32700
32701 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
32702
32703 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32704 Add entry for backslash.
32705
32706 2005-03-12 Juri Linkov <juri@jurta.org>
32707
32708 * info.el (Info-search): Four fixes for backward search.
32709
32710 2005-03-11 Jay Belanger <belanger@truman.edu>
32711
32712 * calc/calc.el (calc-language-alist): New variable.
32713 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32714 (calc-embedded-find-modes): Use calc-language-alist instead of
32715 calc-embedded-language-alist.
32716
32717 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32718
32719 * calendar/calendar.el (calendar-redrawing): New internal
32720 variable.
32721 (redraw-calendar): Remove bogus save-excursion from previous
32722 change. Bind calendar-redrawing to t for mark-diary-entries.
32723 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32724 calendar if that is why we were called.
32725
32726 2005-03-11 Kenichi Handa <handa@m17n.org>
32727
32728 * international/mule.el (make-coding-system): Set property
32729 coding-system-define-form to nil.
32730 (define-coding-system-alias): Likewise.
32731
32732 2005-03-11 Kenichi Handa <handa@m17n.org>
32733
32734 These changes are suggested by Dave Love <fx@gnu.org>.
32735
32736 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32737 coding: tag.
32738 (adaptive-fill-regexp): Add more bullets.
32739 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32740 regexps.
32741
32742 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
32743
32744 * help.el (describe-mode): Properly handle non-trivial lighters.
32745 Don't ignore minor modes that are not listed in minor-mode-list.
32746
32747 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32748 feature ON when the user requests to turn it OFF.
32749
32750 2005-03-10 Lute Kamstra <lute@gnu.org>
32751
32752 * emacs-lisp/debug.el (debug-entry-code): Delete it.
32753 (implement-debug-on-entry): New function to replace debug-entry-code.
32754 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
32755 second argument as the 2005-03-07 change makes it obsolete.
32756 (debug-on-entry, cancel-debug-on-entry): Update call to
32757 debug-on-entry-1.
32758 (debug, debugger-setup-buffer): Comment update.
32759 (debugger-frame-number): Update to work with implement-debug-on-entry.
32760
32761 2005-03-10 Jay Belanger <belanger@truman.edu>
32762
32763 * calc/calc-embed.el (math-ms-args): Declare it.
32764 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32765 math-ms-args.
32766 (calc-embedded-subst): Use math-multi-subst-rec to substitute
32767 variables.
32768
32769 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
32770
32771 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32772 Use message-box.
32773
32774 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32775 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32776 (tooltip-gud-tips): Simplify.
32777 (tooltip-gud-tips-p): Remove superfluous :set.
32778 (tooltip-gud-modes): Add fortran-mode.
32779 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32780
32781 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32782
32783 2005-03-09 Kim F. Storm <storm@cua.dk>
32784
32785 * play/animate.el (animate-place-char): Use forward-line instead
32786 of next-line to improve performance.
32787
32788 2005-03-09 Simon Josefsson <jas@extundo.com>
32789
32790 * net/browse-url.el (browse-url-default-browser): Doc fix.
32791
32792 2005-03-09 Miles Bader <miles@gnu.org>
32793
32794 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32795 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32796
32797 2005-03-09 Kenichi Handa <handa@m17n.org>
32798
32799 * international/latin-1.el: Set case and syntax for 255 only if
32800 set-case-syntax-set-multibyte is nil.
32801
32802 * textmodes/ispell.el (ispell-insert-word): New function.
32803 (ispell-word): Use ispell-insert-word to insert a new word.
32804 (ispell-process-line): Likewise.
32805 (ispell-complete-word): Likewise.
32806
32807 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
32808
32809 * calendar/calendar.el (redraw-calendar): Preserve point.
32810 Reported by Matt Hodges <MPHodges@member.fsf.org>.
32811 (calendar-week-start-day): Move after definition of
32812 redraw-calendar. Delete buffer test, since redraw-calendar has
32813 that now.
32814
32815 * calendar/diary-lib.el (mark-diary-entries): Only call
32816 redraw-calendar in the first of any recursive calls.
32817 Reported by Alan Shutko <ats@acm.org>.
32818
32819 2005-03-08 Juri Linkov <juri@jurta.org>
32820
32821 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32822 (html-horizontal-rule, html-line, html-image, html-checkboxes)
32823 (html-radio-buttons): Add a space before the trailing `/>' where
32824 sgml-xml-mode is non-nil.
32825 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32826 the subsequent tag of the empty XML tag.
32827 (html-href-anchor): Don't set initial input to "http:".
32828 (html-image): Ask for the image URL and set point inside alt="".
32829 (html-name-anchor): Duplicate the name in the `id' attribute when
32830 sgml-xml-mode is non-nil.
32831 (html-paragraph): Remove \n before <p>.
32832 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32833 instead of `checked' when sgml-xml-mode is non-nil.
32834
32835 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32836 Remove 1 space before #RRGGBB to not truncate it on terminal
32837 windows w/o fringes. Remove 1 space between bg and fg examples
32838 to get more space.
32839 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32840 avoid byte-compile warnings.
32841
32842 * image-file.el (image-file-handler): Put `safe-magic' property to
32843 `image-file-handler'.
32844
32845 * info.el (Info-isearch-search): Emulate word search in
32846 isearching through multiple Info nodes with Info-search.
32847 (Info-isearch-wrap): Allow isearch-word.
32848
32849 2005-03-08 Lute Kamstra <lute@gnu.org>
32850
32851 * emacs-lisp/debug.el (debugger-step-through): Make sure that
32852 stepping into the debugger's code is not possible.
32853 (debugger-jumping-flag): Docstring update.
32854
32855 2005-03-08 Jay Belanger <belanger@truman.edu>
32856
32857 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32858 embedded mode begins.
32859 (calc-embedded-language-alist): New variable.
32860 (calc-embedded-find-modes): Use calc-embedded-language-alist to
32861 set default language mode.
32862
32863 2005-03-08 Kenichi Handa <handa@m17n.org>
32864
32865 * international/ccl.el (define-ccl-program): Fix docstring about
32866 extra 256 bytes assured for the output buffer.
32867
32868 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32869 Fix BUFFER_MAGNIFICATION to 2.
32870 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32871
32872 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
32873
32874 * align.el (align-rules-list): Added an alignment rule for CSS
32875 declarations (applies to css-mode and html-mode buffers).
32876
32877 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
32878
32879 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32880
32881 2005-03-07 Kim F. Storm <storm@cua.dk>
32882
32883 * simple.el (move-beginning-of-line): New command.
32884
32885 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32886
32887 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32888
32889 * emulation/cua-base.el: Put CUA move property on move-end-of-line
32890 and move-beginning-of-line.
32891
32892 * apropos.el (apropos-print): Omit command from M-x ... RET.
32893
32894 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
32895
32896 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32897 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32898
32899 2005-03-06 Richard M. Stallman <rms@gnu.org>
32900
32901 * bindings.el (esc-map): Bind M-g to goto-line.
32902
32903 * facemenu.el (global-map): Bind M-o, not M-g.
32904
32905 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32906
32907 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32908 "Open Directory" as for "Open File".
32909
32910 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
32911
32912 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32913 (push-mark-command): Run activate-mark-hook.
32914
32915 2005-03-06 Richard M. Stallman <rms@gnu.org>
32916
32917 * help-mode.el (help-mode-finish): Don't alter the element
32918 in view-return-to-alist if there already is one.
32919
32920 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32921 make sure the current buffer is the expected one.
32922
32923 * novice.el (disabled-command-function): Output in *Disabled Command*.
32924 Explicitly ignore non-keyboard events, and explicitly handle C-g.
32925
32926 * textmodes/flyspell.el (flyspell-large-region):
32927 Pass args differently for aspell.
32928
32929 * files.el (mode-require-final-newline): Doc fix.
32930
32931 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32932
32933 * progmodes/which-func.el (which-function):
32934 Specify NOERROR when calling imenu--make-index-alist.
32935
32936 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
32937
32938 * simple.el (normal-erase-is-backspace): Define default value.
32939
32940 * custom.el (custom-theme-set-variables): Remove unused var
32941 `immediate'.
32942 (custom-reevaluate-setting): Simple function to handle variables
32943 that are defined before their default value can really be
32944 computed.
32945
32946 * startup.el (command-line): Use it for temporary-file-directory,
32947 small-emporary-file-directory, auto-save-file-name-transforms,
32948 blink-cursor-mode, and normal-erase-is-backspace.
32949
32950 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32951 progress, even with buggy anchored keywords.
32952
32953 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
32954
32955 * simple.el (goto-line): Remove unbalanced final parenthesis.
32956
32957 2005-03-05 Richard M. Stallman <rms@gnu.org>
32958
32959 * simple.el (goto-line): Use a number at point as the default.
32960 With C-u as arg, switch buffers.
32961
32962 2005-03-05 Juri Linkov <juri@jurta.org>
32963
32964 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32965 with `no-blinking-cursor'.
32966
32967 * startup.el (no-blinking-cursor): New defvar.
32968 (command-line): Add `--no-blinking-cursor' to longopts.
32969 Set `no-blinking-cursor' to t for command line arguments
32970 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
32971 with `no-blinking-cursor' in the condition for calling
32972 `blink-cursor-mode'.
32973
32974 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
32975
32976 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32977 (menu-bar-options-save): Add blink-cursor-mode.
32978 (menu-bar-options-menu): Add blink-cursor-mode.
32979
32980 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
32981
32982 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32983 (icalendar-export-file, icalendar-export-region)
32984 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32985 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32986
32987 2005-03-04 Lute Kamstra <lute@gnu.org>
32988
32989 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32990 (debug-function-list): Ditto.
32991
32992 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
32993
32994 * textmodes/texinfmt.el (texinfo-append-refill):
32995 Redefine the types of line to which @refill
32996 is not appended by replacing a search for `@refill\\|@bye' with
32997 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
32998 itemize@refill' bug and the unfilled long lines bug.
32999 (texinfmt-version): Update number and date.
33000
33001 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33002
33003 * international/code-pages.el (windows-1250, windows-125[2-8])
33004 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33005
33006 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33007
33008 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33009 bound yet.
33010
33011 2005-03-02 Romain Francoise <romain@orebokech.com>
33012
33013 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33014 buffer after removing limits.
33015 (ibuffer-pop-filter): Ditto.
33016 Update copyright.
33017
33018 2005-03-02 Miles Bader <miles@gnu.org>
33019
33020 * button.el (make-text-button): If the user doesn't specify a
33021 type, use the default. Rewrite to use `add-text-properties' and
33022 plist functions.
33023
33024 2005-03-01 Lute Kamstra <lute@gnu.org>
33025
33026 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33027 (debugger-jumping-flag): New var.
33028 (debug-entry-code): Use it.
33029 (debugger-jump): Use debugger-jumping-flag and add
33030 debugger-reenable to post-command-hook.
33031 (debugger-reenable): Use debugger-jumping-flag and remove itself
33032 from post-command-hook.
33033 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33034 debugger-reenable.
33035
33036 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33037
33038 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33039 inclusion of "itemize\\|", which may be unnecessary, is certainly
33040 inelegant, and stops refilling in itemize lists when formatting
33041 Japanese Texinfo files to Info.
33042 Update copyright to 2005.
33043
33044 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33045
33046 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33047 of an error if GDB can't find the source file.
33048
33049 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33050
33051 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33052 not just the calendar.
33053
33054 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33055 first.
33056 (diary-redraw-calendar): New function.
33057 (make-diary-entry): Add diary-redraw-calendar to local
33058 write-contents-functions. Turn off selective display before
33059 inserting in diary.
33060
33061 2005-03-01 Kim F. Storm <storm@cua.dk>
33062
33063 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33064
33065 2005-03-01 Lute Kamstra <lute@gnu.org>
33066
33067 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33068 that debug-entry-code can be safely removed from a function while
33069 this code is being evaluated. Revert the 2005-02-27 change as the
33070 new implementation no longer requires it. Make sure that a
33071 function body containing just a string is not mistaken for a docstring.
33072 (debug): Skip one more frame in case of debug on entry.
33073 (debugger-setup-buffer): Delete one more frame line in case of
33074 debug on entry.
33075 (debugger-frame-number): Update to use the new text introduced by
33076 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33077
33078 2005-02-28 Kim F. Storm <storm@cua.dk>
33079
33080 * double.el (double-translate-key): Call force-window-update after
33081 read-event to avoid crash in redisplay.
33082
33083 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33084
33085 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33086 (debug): Use it. Move the inhibit-trace earlier.
33087 (debug-entry-code): New const.
33088 (debug-on-entry-1): Use it.
33089
33090 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33091
33092 * international/utf-16.el (ccl-encode-mule-utf-16le):
33093 Fix BUFFER_MAGNIFICATION to 2.
33094 (ccl-encode-mule-utf-16be): Likewise.
33095
33096 2005-02-28 Kenichi Handa <handa@m17n.org>
33097
33098 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33099 Fix BUFFER_MAGNIFICATION to 4.
33100 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33101
33102 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33103
33104 * speedbar.el (speedbar-update-flag): Doc fix.
33105 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33106 argument.
33107
33108 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33109
33110 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33111 have a non-nil `invisible' property but are actually visible.
33112
33113 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33114 for perldoc sections.
33115 (perl-outline-regexp, perl-outline-level): New var and function.
33116 (perl-mode): Use them.
33117
33118 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33119
33120 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33121 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33122
33123 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33124
33125 * cus-edit.el: Comment change.
33126 (custom-buffer-create-internal): Slightly reword text at top of
33127 Custom buffers. Mention there that saving an option edits the
33128 init file. Add link to Emacs manual node on `custom-file'.
33129 (custom-magic-alist): Rewrite individual State messages to use
33130 capitalized keywords. Doc fix.
33131
33132 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33133
33134 * calendar/calendar.el (calendar-buffer): Move above
33135 calendar-week-start-day.
33136 (calendar-week-start-day): Doc fix. Add :set function.
33137 (calendar-minimum-window-height): New variable.
33138 (generate-calendar-window): Only resize window if selected-window
33139 is displaying the calendar buffer. Use new variable
33140 calendar-minimum-window-height.
33141 (generate-calendar): Reword error message.
33142 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33143
33144 2005-02-27 Andreas Schwab <schwab@suse.de>
33145
33146 * vc.el (vc-do-command): Don't run command asynchronously when
33147 operating in a remote directory.
33148
33149 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33150 change from sync with Tramp 2.0.47.
33151
33152 2005-02-27 Richard M. Stallman <rms@gnu.org>
33153
33154 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33155
33156 * textmodes/flyspell.el (flyspell-mode-on):
33157 Call ispell-change-dictionary only if necessary.
33158
33159 * emacs-lisp/re-builder.el (regexp-builder): New function.
33160
33161 * register.el (describe-register-1): Explicitly handle
33162 yank-excluded-properties = t.
33163
33164 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33165 (custom-magic-alist): Change the status descriptions again.
33166 (face widget-type): Total rewrite based on `restricted-sexp'
33167 to eliminate the confusing double hiding levels.
33168
33169 * emacs-lisp/debug.el (debug-on-entry-1):
33170 If function body is empty, add nil as body form.
33171
33172 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33173
33174 * emacs-lisp/trace.el (inhibit-trace): New var.
33175 (trace-make-advice): Use it.
33176
33177 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33178
33179 2005-02-26 Kim F. Storm <storm@cua.dk>
33180
33181 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33182 (mouse-on-link-p, mouse-drag-region-1): Use it.
33183
33184 2005-02-25 Lute Kamstra <lute@gnu.org>
33185
33186 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33187
33188 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33189
33190 * frame.el (blink-cursor-mode): Add :group keyword.
33191
33192 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33193
33194 * calendar/icalendar.el (icalendar--decode-isodatetime):
33195 New optional argument DAY-SHIFT.
33196 (icalendar-export-region): Fix coding-system-for-write.
33197 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33198 events by one.
33199
33200 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33201
33202 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33203
33204 2005-02-24 Kim F. Storm <storm@cua.dk>
33205
33206 * international/iso-acc.el (iso-accents-compose): Fix crash
33207 during redisplay. Call force-window-update after read-event
33208 and delete-region to signal that window is not accurate.
33209
33210 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33211
33212 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33213 Remove unused and inexistent var `inhibit-trace'.
33214 (debugger-mode): Use run-mode-hooks.
33215 (debugger-list-functions): Add buttons; setup xref stack.
33216
33217 2005-02-23 Richard M. Stallman <rms@gnu.org>
33218
33219 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33220 appointment says it was explicitly made.
33221 (appt-add): Set the 3rd element.
33222 (appt-make-list): Preserve explicit appointments.
33223
33224 * subr.el (find-tag-default): Catch errors in forward-sexp.
33225
33226 2005-02-23 Juri Linkov <juri@jurta.org>
33227
33228 * info.el (Info-isearch-search): New defcustom.
33229 (Info-isearch-search): Call the default isearch function
33230 when Info-isearch-search is nil.
33231 (Info-isearch-wrap): Use variable Info-isearch-search.
33232
33233 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33234
33235 * cus-edit.el: Comment change.
33236
33237 2005-02-22 Kim F. Storm <storm@cua.dk>
33238
33239 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33240 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33241
33242 2005-02-22 Simon Josefsson <jas@extundo.com>
33243
33244 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33245 New variable.
33246 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33247 Oskarsson" <myrkraverk@users.sourceforget.net>.
33248
33249 2005-02-22 Kim F. Storm <storm@cua.dk>
33250
33251 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33252 check that window of that event is the selected window.
33253 (mouse-drag-region-1): Compare mouse event window to selected
33254 window before setting point.
33255
33256 * tooltip.el (tooltip-show-help-function): Pass event to
33257 mouse-on-link-p so it can check selected window.
33258
33259 2005-02-22 Kenichi Handa <handa@m17n.org>
33260
33261 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33262 (ps-mule-show-warning): New function.
33263 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33264 characters are found.
33265
33266 * ps-print.el (ps-header-footer-string): Return a list of header
33267 and footer strings.
33268
33269 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33270
33271 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33272
33273 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33274
33275 * frame.el (blink-cursor-mode): Use define-minor-mode.
33276
33277 * term/mac-win.el (function-key-map): Use char-names more consistently.
33278 (file-name-coding-system): Only set it for MacOS-9. The other case is
33279 already handled in mule-cmds.el (where it also works when mac-win.el
33280 is not used).
33281
33282 2005-02-21 Kenichi Handa <handa@m17n.org>
33283
33284 * international/mule.el (ctext-pre-write-conversion): Always use
33285 " *code-converting-work*" buffer for work.
33286
33287 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33288
33289 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33290
33291 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33292
33293 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33294
33295 * ses.el (undo-more): Restore defadvice, but only the part that
33296 allows changes outside the restricted area of the buffer.
33297
33298 2005-02-20 Kim F. Storm <storm@cua.dk>
33299
33300 * simple.el (line-move): Add fourth optional arg try-vscroll which
33301 must be set to perform auto-window-vscroll.
33302 When moving backwards and doing auto-window-vscroll, automatically
33303 vscroll to the last part of lines which are taller than the window.
33304 (next-line, previous-line): Set try-vscroll arg on line-move.
33305
33306 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33307
33308 * replace.el (query-replace, query-replace-regexp)
33309 (replace-string, replace-regexp): When operating on region, make
33310 the minibuffer prompt say so.
33311
33312 * isearch.el (isearch-forward): Document isearch-query-replace and
33313 isearch-query-replace-regexp keybindings.
33314
33315 2005-02-19 Jay Belanger <belanger@truman.edu>
33316
33317 * calc/calc-aent.el (math-read-token): Add local variable.
33318
33319 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33320 (calc-edit-top): Move declaration to earlier in file.
33321 (calc-edit-macro-repeats): Add local variables.
33322
33323 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33324 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33325 calcFunc-tanh.
33326 Adjust integration rule for calcFunc-tan.
33327
33328 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33329
33330 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33331 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33332 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33333 (viper-skip-separators): Bug fix.
33334 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33335 particular major mode.
33336 (viper-del-backward-char-in-replace): Don't put deleted char on the
33337 kill ring.
33338
33339 * viper-ex.el (viper-color-display-p): New function.
33340 (viper-has-face-support-p): Use viper-color-display-p.
33341
33342 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33343
33344 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33345
33346 * viper-util.el (viper-glob-unix-files): Fix shell status check.
33347 (viper-file-remote-p): Make equivalent to file-remote-p.
33348
33349 * viper.el (viper-major-mode-modifier-list):
33350 Use viper-gnus-modifier-map.
33351
33352 2005-02-19 David Kastrup <dak@gnu.org>
33353
33354 * subr.el (subregexp-context-p): Fix garbled doc string by adding
33355 quoting.
33356
33357 2005-02-19 Jay Belanger <belanger@truman.edu>
33358
33359 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33360 Remove extra definitions.
33361 (calc-coth): New function.
33362 (calcFunc-cot): Fix `let'.
33363
33364 2005-02-19 Eli Zaretskii <eliz@gnu.org>
33365
33366 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33367 the reasons we use "type pc" in these faces.
33368
33369 * button.el (button): Ditto.
33370
33371 2005-02-19 Michael Mauger <mmaug@yahoo.com>
33372
33373 * replace.el (query-replace-read-from): Set the value of
33374 query-replace-from-history-variable to handle the case of an empty
33375 string entered to accept the suggested default.
33376
33377 * net/tramp.el (tramp-file-name-for-operation):
33378 Use dired-call-process instead of dired-call-process-command.
33379
33380 2005-02-19 Jay Belanger <belanger@truman.edu>
33381
33382 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33383 (math-div-non-trig): New variables.
33384 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33385 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33386 (math-combine-prod, math-div-symb-fancy): Add simplifications for
33387 trig expressions.
33388
33389 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
33390
33391 * progmodes/gdb-ui.el (gdb-var-update-handler)
33392 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33393 for watch expressions,
33394 (gdb-var-create-handler): Don't set speedbar-update-flag.
33395 (gdb-post-prompt): Simplify test for speedbar.
33396
33397 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33398
33399 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33400 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33401 we use the syntax table of the correct buffer.
33402 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33403 Felix Gatzemeier.
33404
33405 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33406 (ediff-file-remote-p): Make synonymous with file-remote-p.
33407 In all deffaces ediff-*-face-*, use min-colors.
33408
33409 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33410 ediff-recurse-to-subdirectories.
33411 (ediff-mark-if-equal): Check that the arguments are strings, use
33412 ediff-same-contents (after to Felix Gatzemeier).
33413
33414 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33415 nil.
33416
33417 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
33418
33419 * log-view.el (log-view-message-re): Fix up Subversion regexp.
33420
33421 2005-02-18 David Kastrup <dak@gnu.org>
33422
33423 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33424 use `mark-active' when defined.
33425
33426 2005-02-18 Kenichi Handa <handa@m17n.org>
33427
33428 * ps-print.el (ps-font-info-database): New entry
33429 ZapfChancery-MediumItalic with correct font name. Fix font name
33430 of the entry Zapf-Chancery-MediumItalic.
33431
33432 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
33433
33434 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33435
33436 2005-02-16 Kim F. Storm <storm@cua.dk>
33437
33438 * ido.el (ido-fallback-command): Pass user input to fallback command.
33439
33440 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
33441
33442 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33443 (gdb-find-file-hook): Add server prefix.
33444
33445 2005-02-16 Richard M. Stallman <rms@gnu.org>
33446
33447 * replace.el (perform-replace): Pass new args to replace-highlight.
33448 (replace-highlight): Take region args,
33449 and pass them to isearch-lazy-highlight-new-loop.
33450
33451 * novice.el (disabled-command-hook): Autoload the defalias
33452 and the make-obsolete-variable call.
33453
33454 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33455
33456 * isearch.el (isearch-lazy-highlight-start-limit)
33457 (isearch-lazy-highlight-end-limit): New variables limit
33458 the region for highlighting.
33459 (isearch-lazy-highlight-new-loop): New args BEG and END.
33460 (isearch-lazy-highlight-search): Use the new vars.
33461 (isearch-lazy-highlight-update): Likewise.
33462
33463 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33464
33465 * cus-start.el (all): Use default-boundp.
33466
33467 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
33468
33469 * menu-bar.el (menu-bar-select-frame): Handle current frame.
33470
33471 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
33472
33473 * autorevert.el (auto-revert-stop-on-user-input)
33474 (auto-revert-verbose): Doc fixes.
33475
33476 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
33477
33478 * international/mule-cmds.el (set-locale-environment): Remove call
33479 to set-selection-coding-system on Windows.
33480
33481 2005-02-15 Jay Belanger <belanger@truman.edu>
33482
33483 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33484 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33485 calcFunc-coth.
33486 (math-simplify-sqrt): Add simplifications.
33487
33488 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33489 to list.
33490
33491 * calc/calc-ext.el: Add functions to autoloads.
33492
33493 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33494 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33495 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33496 (math-csc-raw, math-cot-raw): New functions.
33497
33498 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33499
33500 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33501 the variable name in a message.
33502
33503 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33504 calcFunc-csc, calcFunc-cot.
33505
33506 * calc/calcalg2.el: Add derivative and integration rules for
33507 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33508 calcFunc-csch, calcFunc-coth.
33509 (math-do-integral-methods): Add to checks for when to use
33510 substitutions.
33511
33512 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33513
33514 2005-02-15 Lute Kamstra <lute@gnu.org>
33515
33516 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33517 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
33518 <monnier@iro.umontreal.ca>.
33519 (lisp-outline-level): Improve efficiency. Suggested by David
33520 Kastrup <dak@gnu.org>.
33521
33522 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
33523
33524 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33525 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33526 (gdb-set-gud-minor-mode-existing-buffers): New functions.
33527 (gdb-find-file-hook): New hook. Add it to find-file-hook.
33528 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33529
33530 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
33531
33532 * cus-start.el (all): Comment change.
33533
33534 2005-02-14 Lute Kamstra <lute@gnu.org>
33535
33536 * cus-start.el (all): Check if symbol is void.
33537
33538 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
33539
33540 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33541 optional argument to \cite.
33542
33543 2005-02-14 Richard M. Stallman <rms@gnu.org>
33544
33545 * cus-edit.el (custom-buffer-create-internal): Update help message.
33546 (custom-magic-alist): Update help messages.
33547
33548 * cus-start.el (all): Allow a var to specify a standard value.
33549
33550 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
33551
33552 * custom.el (custom-theme-set-variables): Handle variable aliases.
33553
33554 * frame.el (blink-cursor-timer): Doc fix.
33555 (blink-cursor): Make it an alias for `blink-cursor-mode' and
33556 declare obsolete.
33557 (blink-cursor-mode): Define with defcustom and use correct
33558 standard expression in that defcustom.
33559 * startup.el (command-line): Adapt to above changes in frame.el.
33560
33561 2005-02-11 Lute Kamstra <lute@gnu.org>
33562
33563 * apropos.el (apropos-score-doc): Prevent division by zero.
33564
33565 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
33566
33567 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33568 (icalendar--get-event-property-attributes)
33569 (icalendar--get-event-properties)
33570 (icalendar--datetime-to-diary-date): New functions.
33571 (icalendar--split-value): Doc fix.
33572 (icalendar--datetime-to-noneuropean-date)
33573 (icalendar--datetime-to-european-date): New optional argument
33574 SEPARATOR. Return result as a string instead of a list.
33575 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33576 (icalendar--convert-string-for-export): Rename arg S to STRING.
33577 (icalendar-export-region): Doc fix. Change name of error buffer.
33578 Save output buffer.
33579 (icalendar-import-file): Add blank at end of prompt.
33580 (icalendar-import-buffer): Doc fix. Do not switch to error
33581 buffer. Indicate status in return value.
33582 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
33583 buffer. Save output buffer. Handle exception from recurrence
33584 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
33585 events. Fix problems with weekly all-day events.
33586
33587 2005-02-10 Richard M. Stallman <rms@gnu.org>
33588
33589 * simple.el (eval-expression-print-format):
33590 Avoid warning about edebug-active.
33591
33592 * help.el (help-for-help-internal): Rename from help-for-help.
33593 (help-for-help): Define with defalias.
33594
33595 * font-core.el (font-lock-default-function): Use with-no-warnings.
33596
33597 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33598
33599 * custom.el (defface): Doc fix.
33600
33601 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
33602
33603 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33604 width 0" to prevent word wrapping problems.
33605
33606 2005-02-09 Kim F. Storm <storm@cua.dk>
33607
33608 * ido.el (ido-file-extensions-order): New defcustom.
33609 (ido-file-extension-lessp, ido-file-extension-aux)
33610 (ido-file-extension-order): New advanced file ordering.
33611 (ido-file-lessp): New simple file ordering.
33612 (ido-sort-list): Remove.
33613 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33614 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33615
33616 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
33617
33618 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33619 that some versions of grep produce.
33620 (grep-mode-font-lock-keywords): Likewise.
33621
33622 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
33623
33624 * progmodes/gdb-ui.el (gdb-location-list): New variable.
33625 (gdb-cdir): Delete.
33626 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33627 (gdb-source-info): Treat case when source file is in another
33628 directory properly.
33629 (gdb-get-location): New function.
33630
33631 2005-02-07 Jay Belanger <belanger@truman.edu>
33632
33633 * calc/calc-prog.el (calc-write-parse-table-part)
33634 (calc-fix-token-name): Fix a check for language type.
33635
33636 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33637
33638 2005-02-07 Andre Spiegel <spiegel@gnu.org>
33639
33640 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33641 as directory not writable.
33642
33643 2005-02-07 Kim F. Storm <storm@cua.dk>
33644
33645 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33646 (cua--standard-movement-commands): Remove list.
33647 Instead, set CUA property value to move for movement commands.
33648 (cua-movement-commands): Remove. Users must set CUA prop instead.
33649 (cua--pre-command-handler): Check CUA property.
33650 (cua--init-keymaps): Don't remap undo commands.
33651 (cua-mode): Don't call cua--rectangle-on-off.
33652
33653 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33654 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33655 (cua--rect-undo-set-point): New var.
33656 (cua--rectangle-undo-boundary): Setup undo apply entry.
33657 (cua--rect-undo-handler): New function for rectangle undo.
33658 (cua--rect-start-position, cua--rect-end-position): Add.
33659 (cua--rectangle-post-command): Call cua--rectangle-set-corners
33660 for restored rectangle. Set point if cua--rect-undo-set-point.
33661
33662 2005-02-06 Jay Belanger <belanger@truman.edu>
33663
33664 * calc/calc-lang.el (calc-tex-language): Display more information
33665 in messages.
33666
33667 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33668 in TeX mode.
33669
33670 2005-02-06 Richard M. Stallman <rms@gnu.org>
33671
33672 * emacs-lisp/lisp.el (buffer-end): Doc fix.
33673
33674 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
33675
33676 * net/ldap.el (ldap-search-internal): Support attributes with
33677 optional descriptions separated by a semi-colon, as in
33678 "userCertificate;binary".
33679
33680 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33681
33682 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33683 isn't a cons (i.e. the version is 0).
33684
33685 2005-02-05 Eli Zaretskii <eliz@gnu.org>
33686
33687 * help.el (help-for-help): Doc fix.
33688
33689 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
33690
33691 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
33692 GDB-Windows on the menu-bar as this works better.
33693
33694 2005-02-04 Jay Belanger <belanger@truman.edu>
33695
33696 * calc/calc-embed.el (calc-embedded-update): Don't put in
33697 unnecessary newlines. Adjust the end of formula marker.
33698
33699 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33700 (math-latex-parse-two-args): New function.
33701
33702 2005-02-03 Lute Kamstra <lute@gnu.org>
33703
33704 * help-fns.el (help-with-tutorial): Make sure that users cannot
33705 remove the entire text of the tutorial by means of `undo'.
33706
33707 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
33708
33709 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33710 in recent changes, where the ispell process was repeatedly
33711 killed & restarted.
33712
33713 * international/mule-cmds.el (set-locale-environment): Set file-name
33714 coding system to utf-8 on Darwin systems.
33715 (set-default-coding-systems): Don't set default-file-name-coding-system
33716 on Darwin systems.
33717
33718 2005-02-03 Richard M. Stallman <rms@gnu.org>
33719
33720 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33721
33722 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
33723
33724 * faces.el (list-faces-display): Add optional argument.
33725
33726 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
33727
33728 * font-core.el (font-lock-default-function): Handle the rare case where
33729 only font-lock-keywords is set.
33730
33731 2005-02-02 Kenichi Handa <handa@m17n.org>
33732
33733 * international/characters.el: Cancel previous change for
33734 I-WITH-DOT-ABOVE and DOTLESS-i.
33735
33736 * international/latin-5.el: Cancel previous change.
33737
33738 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33739
33740 * progmodes/gud.el: Correction to syntax in gud-menu-map.
33741
33742 2005-02-02 Kenichi Handa <handa@m17n.org>
33743
33744 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33745 DOTLESS-i.
33746
33747 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33748 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33749
33750 * case-table.el (get-upcase-table): New function.
33751 (copy-case-table): Copy upcaes table too if non-nil.
33752 (set-case-syntax-delims): Maintain upcase table too.
33753 (set-case-syntax-pair): Likewise.
33754 (set-upcase-syntax, set-downcase-syntax): New functions.
33755 (set-case-syntax): Maintain upcase table too.
33756
33757 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33758
33759 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33760
33761 * progmodes/gud.el (gud-goto-info): New function.
33762 (gud-tool-bar-map): Use correct icon.
33763
33764 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33765
33766 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33767 When delegating, order args in the funcall correctly.
33768
33769 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33770
33771 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33772
33773 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
33774
33775 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33776 buffer not visiting a file.
33777
33778 2005-01-31 Jay Belanger <belanger@truman.edu>
33779
33780 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33781 bound on the line with the formula.
33782
33783 2005-01-31 Kim F. Storm <storm@cua.dk>
33784
33785 * ses.el (ses-create-cell-variable-range)
33786 (ses-destroy-cell-variable-range, ses-reset-header-string)
33787 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33788 (ses-insert-row): Fix format of apply undo entries.
33789
33790 2005-01-31 Jay Belanger <belanger@truman.edu>
33791
33792 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33793 parts.
33794
33795 * calc/calc-embed.el (calc-embedded-open-formula)
33796 (calc-embedded-close-formula): Ignore matrix environments.
33797
33798 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33799 TeX mode.
33800
33801 * calc/calc-lang.el (math-function-table, math-oper-table)
33802 (math-variable-table): Adjust the LaTeX portions.
33803
33804 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33805 (math-latex-ignore-words): New constant.
33806
33807 2005-01-31 Richard M. Stallman <rms@gnu.org>
33808
33809 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33810 (ispell-local-dictionary): Doc fix.
33811 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33812 Don't reinitialize at run time. Don't defcustom.
33813 All uses changed to append ispell-local-dictionary-alist,
33814 or check it first.
33815 (ispell-current-dictionary): New variable for dictionary in use.
33816 (ispell-dictionary): Now used only for global default.
33817 (ispell-start-process): Set ispell-current-dictionary,
33818 not ispell-dictionary.
33819 (ispell-change-dictionary): Use this only for setting
33820 user preferences.
33821 (ispell-internal-change-dictionary): New function
33822 to change the current dictionary in use.
33823 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33824 Use ispell-current-dictionary.
33825 Handle ispell-local-dictionary-overridden.
33826 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33827
33828 2005-01-31 Jay Belanger <belanger@truman.edu>
33829
33830 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33831
33832 * calc/calc-ext.el: Add calc-latex-language to autoloads.
33833 (calc-mode-map): Add calc-latex-language.
33834
33835 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33836 (math-latex-print-frac): New functions.
33837 (math-oper-table, math-function-table, math-variable-table)
33838 (math-complex-format, math-input-filter): Add latex properties.
33839 (calc-set-language): Set math-expr-special-function-mapping.
33840
33841 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33842 (calc-write-parse-table-part): Add LaTeX support.
33843
33844 * calc/calc.el (calc-language): Adjust docstring.
33845 (calc-set-mode-line): Add LaTeX support.
33846 (math-expr-special-function-mapping): New variable.
33847 (math-tex-ignore-words): Add to list.
33848
33849 * calc/calccomp.el (math-compose-expr, math-compose-rows):
33850 Add LaTeX support.
33851 (math-compose-expr): Add support for special functions.
33852
33853 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33854
33855 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
33856
33857 * progmodes/gdb-ui.el (gdb-memory-address)
33858 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33859 (gdb-memory-mode-map, gdb-memory-format-keymap)
33860 (gdb-memory-format-menu, gdb-memory-unit-keymap)
33861 (gdb-memory-unit-menu): New variables for a buffer
33862 that lets the user examine program memory.
33863 (gdb-memory-set-address, gdb-memory-set-repeat-count)
33864 (gdb-memory-format-binary, gdb-memory-format-octal)
33865 (gdb-memory-format-unsigned, gdb-memory-format-signed)
33866 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33867 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33868 (gdb-memory-unit-word, gdb-memory-unit-halfword)
33869 (gdb-memory-unit-byte, gdb-memory-unit-menu)
33870 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33871 (gdb-memory-mode, gdb-memory-buffer-name)
33872 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33873 New functions for above buffer.
33874
33875 2005-01-30 Richard M. Stallman <rms@gnu.org>
33876
33877 * cus-edit.el (custom-bury-buffer): Function deleted.
33878 (custom-buffer-done-function): Option deleted.
33879 (custom-buffer-done-kill): New replacement option.
33880 (Custom-buffer-done): Call quit-window.
33881 (custom-buffer-create-internal): Update for above changes.
33882
33883 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
33884
33885 * simple.el (undo-ask-before-discard): New var.
33886 (undo-outer-limit-truncate): Implement it.
33887 (undo-extra-outer-limit): Doc update.
33888
33889 2005-01-29 Richard M. Stallman <rms@gnu.org>
33890
33891 * ses.el (undo-more): Delete defadvice.
33892 (ses-begin-change): Doc fix.
33893
33894 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33895 instead of rebinding C-x u and C-_.
33896
33897 * files.el (normal-backup-enable-predicate): Return nil for files
33898 in /tmp, regardless of temporary-file-directory.
33899
33900 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33901
33902 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33903 (open-rectangle, delete-whitespace-rectangle-line)
33904 (clear-rectangle-line): If FILL, pass t instead of FILL
33905 for move-to-column's 2nd arg.
33906
33907 * simple.el (undo): Fix the test for continuing a series of undos.
33908 (undo-more): Set pending-undo-list to t when we reach end.
33909 (pending-undo-list): Move up defvar.
33910
33911 * wid-edit.el (widget-button-click):
33912 Shorten the range of the track-mouse binding.
33913
33914 * comint.el (comint-insert-input): Undo previous changes;
33915 use last-input-event in interactive spec.
33916
33917 2005-01-29 Eli Zaretskii <eliz@gnu.org>
33918
33919 * progmodes/compile.el (compilation-start): Bind buffer-read-only
33920 to nil before invoking call-process. Reset buffer's modified flag
33921 after fontifying it in the no-async branch.
33922
33923 * wid-edit.el (widget-specify-button): If mouse pointer shape
33924 cannot be changed, use mouse face instead.
33925
33926 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
33927
33928 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33929 (gdb-goto-breakpoint): Make breakpoint handling work on template
33930 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
33931 (gdb-assembler-custom): Update to recognize breakpoint information
33932 added on 2005-01-19.
33933
33934 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
33935
33936 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33937 (dsssl-mode): Use define-derived-mode.
33938 (scheme-mode-initialize): Remove.
33939 (scheme-mode): Use run-mode-hooks.
33940
33941 * cus-edit.el (customize-group-other-window)
33942 (custom-buffer-create-other-window): Don't override special-display-*.
33943 (custom-mode-map): Make it dense.
33944
33945 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33946 sets the default value.
33947
33948 2005-01-28 Eli Zaretskii <eliz@gnu.org>
33949
33950 * descr-text.el: Add more keywords.
33951
33952 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
33953
33954 * speedbar.el: Avoid unnecessary use of locate-library.
33955
33956 * international/mule-cmds.el (standard-display-european-internal):
33957 Don't fiddle with latin-1 non-break space any more since it's now
33958 special cased in the C code.
33959 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33960
33961 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
33962
33963 * cus-start.el (all): Add `undo-outer-limit'.
33964
33965 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33966
33967 * textmodes/bibtex.el (bibtex-format-entry):
33968 Use `bibtex-empty-field-re' only on the text of fields, not on entire
33969 field lines.
33970 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33971 not on part of a buffer.
33972
33973 2005-01-25 Lute Kamstra <lute@gnu.org>
33974
33975 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33976 nonempty field text strings like "{letters\\macro{}more letters}".
33977 Clarify docstring.
33978 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33979 (bibtex-entry-offset, bibtex-parse-association)
33980 (bibtex-parse-field-name): Fix typos in docstrings.
33981 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33982
33983 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
33984
33985 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33986 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33987 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33988 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33989
33990 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33991 isearch minor mode.
33992
33993 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
33994
33995 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33996
33997 2005-01-24 Lute Kamstra <lute@gnu.org>
33998
33999 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34000 CASECHARS and NOT-CASECHARS regular expressions of the
34001 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34002 striding over charsets" error.
34003
34004 2005-01-24 Jay Belanger <belanger@truman.edu>
34005
34006 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34007 display variable name.
34008
34009 2005-01-24 Kenichi Handa <handa@m17n.org>
34010
34011 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34012 Fix setting of the element of encoded-kbd-iso2022-invocations.
34013
34014 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34015
34016 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34017 (gdb-threads-select): Change to also accept mouse events.
34018 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34019 (gdb-threads-mouse-select): Delete.
34020
34021 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34022
34023 * files.el (insert-directory): Take care of empty directory,
34024 listed without -a switch.
34025
34026 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34027
34028 * textmodes/refill.el (refill-post-command-function):
34029 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34030 to the list of functions that we should be careful not to undo.
34031 (refill-late-fill-paragraph-function): Remove.
34032 (refill-saved-state): New var.
34033 (refill-mode): Use it to save fill-paragraph-function.
34034 Save also the value of auto-fill-function.
34035
34036 * term/w32-win.el: Simplify code.
34037
34038 2005-01-23 Kim F. Storm <storm@cua.dk>
34039
34040 * simple.el (line-move): Adapt to new return value from
34041 pos-visible-in-window-p.
34042
34043 * simple.el (line-move): Fix last change. Check partial
34044 visibility at point rather than at window-start.
34045
34046 2005-01-22 Jason Rumney <jasonr@gnu.org>
34047
34048 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34049
34050 2005-01-22 David Kastrup <dak@gnu.org>
34051
34052 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34053
34054 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34055
34056 * type-break.el (type-break-mode): Add a test for
34057 type-break-file-name being non-nil.
34058
34059 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34060
34061 * net/eudc.el (top level): Call (message "") via progn, so that
34062 eudc-options-file is loaded.
34063
34064 2005-01-22 Kim F. Storm <storm@cua.dk>
34065
34066 * simple.el (line-move-1): Rename from line-move.
34067 (line-move): New function that adjusts vscroll for partially
34068 visible rows, and calls line-move-1 otherwise.
34069
34070 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34071
34072 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34073 since it's not a complete read-event implementation.
34074
34075 2005-01-20 Jay Belanger <belanger@truman.edu>
34076
34077 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34078 for called function.
34079
34080 2005-01-20 Steven Tamm <steventamm@mac.com>
34081
34082 * term/mac-win.el (process-connection-type): Remove.
34083 Controlled now by s/darwin.h:PTY_ITERATION.
34084
34085 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34086
34087 * window.el (handle-select-window): Don't switch window when we're
34088 in the minibuffer.
34089
34090 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34091
34092 * subr.el (dotimes-with-progress-reporter): New macro.
34093
34094 * ses.el (ses-dotimes-msg): Remove macro.
34095 Use `dotimes-with-progress-reporter' instead.
34096
34097 2005-01-19 Steven Tamm <steventamm@mac.com>
34098
34099 * term/mac-win.el (process-connection-type): Use new
34100 operating-system-release variable to use ptys on Darwin 7 (OS X
34101 10.3) when using carbon build.
34102
34103 2005-01-19 Jay Belanger <belanger@truman.edu>
34104
34105 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34106 flags if the last command was a tab or M-tab.
34107
34108 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34109 in formula editing buffer.
34110
34111 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34112
34113 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34114 breakpoint image symbol in margin.
34115
34116 2005-01-19 Jay Belanger <belanger@truman.edu>
34117
34118 * calc/calc-prog.el (calc-execute-kbd-macro):
34119 Ignore calc-keep-arg-flag.
34120
34121 2005-01-19 Kenichi Handa <handa@m17n.org>
34122
34123 * textmodes/ispell.el (ispell-looking-at): New function.
34124 (ispell-process-line): Use ispell-looking-at to compare the ispell
34125 output and the buffer contents.
34126
34127 2005-01-18 Jay Belanger <belanger@truman.edu>
34128
34129 * calc/calc.el (calc-display-raw): Fix docstring.
34130
34131 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34132
34133 * simple.el (blink-matching-open): Strip extra info from syntax.
34134
34135 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34136 funny chars in the end-of-here-doc marker.
34137
34138 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34139
34140 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34141 that enable/disabled state of breakpoints is shown correctly in
34142 fringe and on ttys.
34143 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34144 Add breakpoint information as text properties.
34145 (gdb-mouse-toggle-breakpoint):
34146 Rename to gdb-mouse-set-clear-breakpoint.
34147 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34148 breakpoints in the margin.
34149 (gdb-remove-strings): Simplify.
34150
34151 2005-01-17 Jay Belanger <belanger@truman.edu>
34152
34153 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34154 erasing buffer.
34155
34156 2005-01-17 Richard M. Stallman <rms@gnu.org>
34157
34158 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34159 for calling grep-compute-defaults.
34160
34161 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34162 if buffer is empty.
34163
34164 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34165
34166 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34167
34168 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34169
34170 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34171 non-preloaded variables.
34172
34173 2005-01-17 Steven Tamm <steventamm@mac.com>
34174
34175 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34176 tex-shell cause to force interactivity when using pipes.
34177
34178 2005-01-17 Kim F. Storm <storm@cua.dk>
34179
34180 * simple.el (just-one-space): Make arg optional.
34181
34182 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34183
34184 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34185 posn-at-x-y to t to access left-margin.
34186
34187 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34188
34189 Sync with Tramp 2.0.47.
34190
34191 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34192 catching keep-date problems in cp/scp operations.
34193 (tramp-handle-copy-file): Don't call `set-file-modes'
34194 unconditionally. Specialized functions should know better what is
34195 necessary. This improves performance a little bit, and the
34196 functions could catch errors with `cp -p' and `scp -p'.
34197 (tramp-do-copy-or-rename-file-via-buffer)
34198 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34199 when appropriate.
34200 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34201 Call `set-file-modes' when appropriate.
34202 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34203 Johnsson <isak@hypergene.com>.
34204 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34205 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34206 <joakim@verona.se>.
34207 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34208 Emacs only.
34209
34210 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34211 `find-file-hooks' and `dired-mode-hook'.
34212 (tramp-minor-mode-map): Respective map. Add remapping for
34213 `compile' and `recompile'.
34214 (tramp-remap-command, tramp-recompile): New defuns.
34215 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34216 in buffer "*Compilation*". Call the commands asynchronously.
34217
34218 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34219 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34220 `shell-command', because it isn't magic in XEmacs. Reported by
34221 Adrian Aichner <adrian@xemacs.org>.
34222
34223 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34224 `substitute-in-file-name.
34225 (tramp-smb-handle-substitute-in-file-name): New defun.
34226 (tramp-smb-advice-PC-do-completion): Delete advice.
34227
34228 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34229
34230 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34231 Fix error in deleting region.
34232
34233 2005-01-15 Richard M. Stallman <rms@gnu.org>
34234
34235 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34236 In non-temp buffer, switch syntax table temporarily.
34237
34238 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34239
34240 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34241
34242 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34243
34244 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34245 (imenu--generic-function): Use START, not BEG, as pos of definition.
34246
34247 * simple.el (just-one-space): Argument specifies number of spaces.
34248
34249 * simple.el (eval-expression-print-format): Avoid warning
34250 about edebug-active.
34251
34252 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34253
34254 * progmodes/sh-script.el: Code copied from make-mode.el
34255 with small changes,
34256 (sh-mode-map): Bind C-c C-\.
34257 (sh-backslash-column, sh-backslash-align): New variables.
34258 (sh-backslash-region, sh-append-backslash): New functions.
34259
34260 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34261
34262 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34263 (rmail-pop-password, rmail-pop-password-required): Move to
34264 rmail-obsolete group.
34265 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34266 All callers updated.
34267 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34268 Take an argument specifying whether it is POP or IMAP mailbox we
34269 are using. All callers updated.
34270 (rmail-pop-password-error): Rename to
34271 rmail-remote-password-error. Added mailutils-specific error message.
34272 (rmail-movemail-search-path)
34273 (rmail-movemail-variant-in-use): New variables.
34274 (rmail-remote-password, rmail-remote-password-required):
34275 New customization variables.
34276 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34277 (rmail-parse-url): New function.
34278 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34279 with GNU mailutils movemail.
34280
34281 2005-01-15 Kevin Ryde <user42@zip.com.au>
34282
34283 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34284 suffix to space, $ or '$, to correctly position point when going
34285 to @table style constants like DBL_MAX.
34286
34287 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34288
34289 * type-break.el (type-break-mode, type-break-file-time)
34290 (type-break-file-keystroke-count, type-break-choose-file):
34291 Don't store data in or load data from the file if type-break-file-name
34292 is nil.
34293 (type-break-file-name): Doc update as per the above.
34294
34295 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34296
34297 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34298 lookup-key might return nil; handle that.
34299
34300 2005-01-15 Alan Mackenzie <acm@muc.de>
34301
34302 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34303 rather than the element found, thus enabling the tree to be setcar'd.
34304
34305 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34306
34307 * textmodes/org.el (org-show-following-heading): New option.
34308 (org-show-hierarchy-above): Use `org-show-following-heading'.
34309 (org-cycle): Documentation fix.
34310
34311 * textmodes/org.el (orgtbl-optimized): New option
34312 (orgtbl-mode): New command, a minor mode.
34313 (orgtbl-mode-map): New variable.
34314 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34315 (orgtbl-error, orgtbl-self-insert-command)
34316 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34317
34318 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34319 a local variable in each org-mode buffer.
34320
34321 * textmodes/org.el (org-set-regexps-and-options): Rename from
34322 `org-set-regexps'. Added checking for STARTUP keyword.
34323 (org-get-current-options): Add STARTUP options.
34324 (org-table-insert-row): Make mode intelligent about when
34325 realignment is needed.
34326 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34327 New commands.
34328 (org-enable-table-editor): New default value `optimized'.
34329 (org-table-blank-field): Support blanking regions if active.
34330
34331 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34332
34333 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34334 if the year is not given.
34335
34336 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34337 Add new escapes %m and %M, fixed bug with %F by adding
34338 save-match-data.
34339 (reftex-reference): Remove ?. from list of spaces.
34340 (reftex-label-info): Add automatic label prefix recognition.
34341
34342 * textmodes/reftex-index.el (reftex-index-next-phrase):
34343 Add slave parameter to call of `reftex-index-this-phrase'.
34344 (reftex-index-this-phrase): New optional argument.
34345 (reftex-index-region-phrases): Add slave parameter to call of
34346 `reftex-index-this-phrase'.
34347 (reftex-display-index): New argument redo.
34348 (reftex-index-rescan): Add `redo' to arguments of
34349 `reftex-display-index'.
34350 (reftex-index-Rescan, reftex-index-revert)
34351 (reftex-index-switch-index-tag): Add `redo' to arguments of
34352 `reftex-display-index'.
34353 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34354 indexing. Fix bug with matching is there is a quote before or
34355 after the word.
34356
34357 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34358 Fix bug when collecting citation keys in lines with comments.
34359 (reftex-citation): Prefix argument no longer rescans the document,
34360 but forces prompting for optional arguments of cite macros.
34361 (reftex-do-citation): Prompting for optional arguments implemented.
34362
34363 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34364 Add optional arguments to most cite commands.
34365 (reftex-cite-cleanup-optional-args): New option
34366 (reftex-cite-prompt-optional-args): New option.
34367 (reftex-trust-label-prefix): New option.
34368
34369 * textmodes/reftex-toc.el (reftex-toc-find-section):
34370 Add push-mark before changing the position in the buffer.
34371
34372 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34373 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34374
34375 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
34376
34377 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34378 more carefully.
34379
34380 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
34381
34382 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34383 (sgml-mode): Use it.
34384 (sgml-get-context): Better keep track of implicitly closed tags.
34385
34386 2005-01-13 Kenichi Handa <handa@m17n.org>
34387
34388 * textmodes/ispell.el: These changes are to fix misalignment error
34389 caused by equivalent characters of different Emacs charsets.
34390 (ispell-unified-chars-table): New variable.
34391 (ispell-get-decoded-string): New function.
34392 (ispell-get-casechars, ispell-get-not-casechars)
34393 (ispell-get-otherchars): Call ispell-get-decoded-string.
34394
34395 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
34396
34397 * custom.el (custom-declare-variable): Just put symbol instead
34398 of (defvar . symbol) in `current-load-list'.
34399
34400 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
34401
34402 * emacs-lisp/elint.el: Fixed typo in Commentary section.
34403
34404 2005-01-12 Jay Belanger <belanger@truman.edu>
34405
34406 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34407 to create a Calc summary.
34408
34409 2005-01-12 Kim F. Storm <storm@cua.dk>
34410
34411 * mouse.el (mouse-on-link-p): Change functionality and doc
34412 string to comply with latest description in lisp ref.
34413
34414 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
34415
34416 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34417 Enable mouse clicks on mode-line, header-line and margin.
34418 (event-type): Give mouse event symbols an `event-kind' property
34419 with value `mouse-click'.
34420
34421 2005-01-12 Juri Linkov <juri@jurta.org>
34422
34423 * facemenu.el (list-colors-display): Add new arg buffer-name.
34424 Use it. Fix docstring. Replace code for identifying duplicate
34425 colors by the name with call to `list-colors-duplicates' which
34426 identifies duplicate colors by the value unless the color
34427 is one of special Windows colors. Set truncate-lines to t.
34428 Print sorted duplicate color names on each line. Indent to 22
34429 \(the longest color name in rgb.txt) instead of 20. Optimize.
34430 (list-colors-duplicates): New function.
34431 (facemenu-color-name-equal): Delete function.
34432
34433 * facemenu.el (list-colors-print): New function created from code
34434 in list-colors-display. Print #RRGGBB at the window right edge.
34435 (list-colors-display): When temp-buffer-show-function is not
34436 defined, call list-colors-print from temp-buffer-show-hook
34437 to get the right value of window-width in list-colors-print
34438 after the buffer is displayed.
34439
34440 * simple.el (pop-mark): Move deactivate-mark out of conditional
34441 part to deactivate the active mark regardless of the state of the
34442 mark ring.
34443
34444 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34445 variables line in desktop files.
34446
34447 2005-01-12 Juri Linkov <juri@jurta.org>
34448
34449 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34450 Bring together isearch highlight related options.
34451 (lazy-highlight): Replace group `replace' by `matching'.
34452 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34453 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34454 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34455 and declare them obsolete.
34456 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34457 (isearch-faces): Remove defgroup.
34458 (isearch-overlay, isearch-highlight, isearch-dehighlight):
34459 Move isearch highlighting code closer to lazy highlighting code.
34460
34461 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34462 (query-replace-highlight, query-replace-lazy-highlight)
34463 (query-replace): Move definitions to the beginning of the file.
34464
34465 2005-01-11 Juri Linkov <juri@jurta.org>
34466
34467 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34468 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34469 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34470
34471 * info.el (Info-history-forward): New variable.
34472 (Info-select-node): Reset Info-history-forward to nil.
34473 (Info-last): Turn into defalias.
34474 (Info-history-back): Rename from Info-last.
34475 Add current node to Info-history-forward.
34476 (Info-history-forward): New fun.
34477 (Info-mode-map): Replace Info-last by Info-history-back.
34478 Bind Info-history-forward to "r".
34479 (Info-mode-menu): Replace Info-last by Info-history-back.
34480 Fix menu item text. Add menu item for Info-history-forward.
34481 (info-tool-bar-map): Replace Info-last by Info-history-back.
34482 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
34483 for Info-history-forward.
34484 (Info-mode): Replace Info-last by Info-history-back in docstring.
34485 Add local variable Info-history-forward.
34486 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34487
34488 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
34489
34490 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34491 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34492 Ignore select-window events rather than fiddle with
34493 mouse-autoselect-window.
34494
34495 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
34496
34497 * type-break.el (type-break-mode): Fix previous change.
34498
34499 2005-01-10 Jay Belanger <belanger@truman.edu>
34500
34501 * calc/calc-ext.el (calc-reset): Reset when inside embedded
34502 calculator; only reset when point is inside a calculator.
34503 Don't adjust the window height if the window takes up the whole height
34504 of the frame.
34505
34506 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
34507
34508 * ebuff-menu.el (Electric-buffer-menu-mode):
34509 Preserve value of buffer-local var header-line-format.
34510
34511 2005-01-09 Jay Belanger <belanger@truman.edu>
34512
34513 * calc/calc.el (calc-mode-var-list-restore-saved-values):
34514 Make sure settings file exists before accessing it.
34515
34516 * calc/calc-embed.el (calc-embedded-subst):
34517 Replace math-multi-subst-rec, which is only supposed to be called
34518 by math-multi-subst, by math-multi-subst.
34519
34520 2005-01-09 Andre Spiegel <spiegel@gnu.org>
34521
34522 * vc.el (vc-allow-async-revert): New user option.
34523 (vc-disable-async-diff): New internal variable.
34524 (vc-revert-buffer): Use them to disable asynchronous diff.
34525
34526 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34527 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34528 asynchronously if vc-disable-async-diff is t.
34529
34530 2005-01-09 Jay Belanger <belanger@truman.edu>
34531
34532 * calc/calc.el (defcalcmodevar): New macro.
34533 (calc-mode-var-list-restore-default-values)
34534 (calc-mode-var-list-restore-saved-values): New functions.
34535 (calc-mode-var-list): Use defcalcmodevar to define it.
34536 (calc-always-load-extensions, calc-line-numbering)
34537 (calc-line-breaking, calc-display-just, calc-display-origin)
34538 (calc-number-radix, calc-leading-zeros, calc-group-digits)
34539 (calc-group-char, calc-point-char, calc-frac-format)
34540 (calc-prefer-frac, calc-hms-format, calc-date-format)
34541 (calc-float-format, calc-full-float-format, calc-complex-format)
34542 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34543 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34544 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34545 (calc-matrix-brackets, calc-language, calc-language-option)
34546 (calc-left-label, calc-right-label, calc-word-size)
34547 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34548 (calc-display-raw, calc-internal-prec, calc-angle-mode)
34549 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34550 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34551 (calc-window-height, calc-display-trail, calc-show-selections)
34552 (calc-use-selections, calc-assoc-selections)
34553 (calc-display-working-message, calc-auto-why, calc-timing)
34554 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34555 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34556 (calc-gnuplot-default-device, calc-gnuplot-default-output)
34557 (calc-gnuplot-print-device, calc-gnuplot-print-output)
34558 (calc-gnuplot-geometry, calc-graph-default-resolution)
34559 (calc-graph-default-resolution-3d, calc-invocation-macro)
34560 (calc-show-banner): Use defcalcmodevar to declare them and set
34561 their default values.
34562
34563 * calc/calc-ext.el (calc-reset): Restore saved values of variables
34564 instead of default values (but restore default values if there is
34565 an argument of 0).
34566
34567 2005-01-09 David Kastrup <dak@gnu.org>
34568
34569 * desktop.el (desktop-restore-eager): Fix typo in type.
34570
34571 2005-01-08 Richard M. Stallman <rms@gnu.org>
34572
34573 * cus-edit.el (customize): Delete :link.
34574
34575 2005-01-08 Jay Belanger <belanger@truman.edu>
34576
34577 * calc/calc.el (calc-mode): Remove the extension from the
34578 `calc-settings-file' file name when loading it.
34579
34580 2005-01-08 Kim F. Storm <storm@cua.dk>
34581
34582 * info.el (Info-mode-map, Info-next-link-keymap)
34583 (Info-prev-link-keymap, Info-up-link-keymap):
34584 Map follow-link to mouse-face.
34585 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34586
34587 2005-01-08 Jay Belanger <belanger@truman.edu>
34588
34589 * calc/calc.el (calc-settings-file): Change default value.
34590 Suggested by cgw in a comment in calc-mode.el.
34591
34592 * calc/calc-mode.el (calc-settings-file-name):
34593 Compare calc-settings-file to user-init-file instead of ~/.emacs.
34594 Replace ~/.emacs in a prompt by calc-settings-file.
34595
34596 2005-01-07 Lars Hansen <larsh@math.ku.dk>
34597
34598 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34599 (desktop-lazy-idle-delay): New customizable variables.
34600 (desktop-buffer-args-list): New variable.
34601 (desktop-append-buffer-args): New function.
34602 (desktop-save): Call desktop-append-buffer-args for some buffers.
34603 (desktop-lazy-create-buffer): New function.
34604 (desktop-idle-create-buffers): New function.
34605 (desktop-read): Add message about buffers to restore lazily.
34606 (desktop-lazy-abort): New command.
34607 (desktop-clear): Call desktop-lazy-abort.
34608 (desktop-lazy-complete): New command.
34609
34610 2005-01-06 Richard M. Stallman <rms@gnu.org>
34611
34612 * emacs-lisp/find-func.el (find-face-definition):
34613 Rename from find-face.
34614
34615 2005-01-06 Kim F. Storm <storm@cua.dk>
34616
34617 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34618
34619 * man.el (Man-xref-man-page, Man-xref-header-file)
34620 (Man-xref-normal-file): Add follow-link property.
34621
34622 2005-01-06 Jay Belanger <belanger@truman.edu>
34623
34624 * calc/calc-units.el: Make sure the proper macro definitions are
34625 available when compiling.
34626
34627 2005-01-06 Juri Linkov <juri@jurta.org>
34628
34629 * isearch.el (isearch-lazy-highlight-update):
34630 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34631
34632 2005-01-06 Miles Bader <miles@gnu.org>
34633
34634 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34635 (isearch-lazy-highlight-face): Use new name.
34636
34637 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
34638
34639 * uniquify.el (uniquify-rationalize-file-buffer-names):
34640 Re-add an interactive spec.
34641 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34642 to the same name.
34643
34644 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34645 (isearch-update, isearch-done): Adjust calls accordingly.
34646
34647 2005-01-05 Richard M. Stallman <rms@gnu.org>
34648
34649 * custom.el (custom-set-variables, custom-theme-set-variables):
34650 Clarify documentation.
34651
34652 * emacs-lisp/find-func.el (find-variable)
34653 (find-variable-other-window, find-variable-other-frame):
34654 Fix the TYPE args to find-function-read and find-function-do-it.
34655 (find-function): Doc fix.
34656 (find-function-at-point): Replace function-at-point alias.
34657
34658 2005-01-04 Richard M. Stallman <rms@gnu.org>
34659
34660 * cus-face.el (custom-declare-face):
34661 Record defface in current-load-list.
34662
34663 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34664
34665 * emacs-lisp/find-func.el: Doc fixes.
34666 (find-face-regexp): New variable.
34667 (find-function-regexp-alist): New variable.
34668 (find-function-C-source): Third arg is now TYPE.
34669 (find-function-search-for-symbol): Handle general TYPE.
34670 (find-function-read, find-function-do-it): Handle general TYPE.
34671 (find-definition-noselect, find-face): New functions.
34672 (function-at-point): Alias deleted.
34673
34674 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34675
34676 * battery.el (display-battery-mode): Rename from display-battery.
34677 Handle the case where it gets turned off.
34678
34679 2005-01-04 Richard M. Stallman <rms@gnu.org>
34680
34681 * cus-edit.el (customize): Make :link point to user doc.
34682
34683 * man.el (Man-fontify-manpage): Turn off undo generation.
34684
34685 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34686
34687 2005-01-04 Andreas Schwab <schwab@suse.de>
34688
34689 * files.el (insert-directory): Only look for error lines in
34690 inserted text. Don't move too far after processing --dired markers.
34691
34692 2005-01-04 Richard M. Stallman <rms@gnu.org>
34693
34694 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34695 Don't expand if the character is @, period, dash, etc.
34696 (define-mail-abbrev): Quote names that contain problem characters.
34697
34698 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
34699
34700 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34701
34702 2005-01-03 Richard M. Stallman <rms@gnu.org>
34703
34704 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34705 (query-replace-highlight, query-replace-lazy-highlight)
34706 (query-replace): Definitions moved up. Doc fix.
34707
34708 2005-01-03 Richard M. Stallman <rms@gnu.org>
34709
34710 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34711 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34712 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34713 (lazy-highlight-face): Rename from isearch-lazy-...
34714 Change all references to them.
34715
34716 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
34717
34718 * cus-edit.el (custom-file): Doc fix for defcustom.
34719 (custom-file): The function no longer sets the variable
34720 `custom-file' to its return value.
34721
34722 * startup.el (command-line): No longer load `custom-file'.
34723
34724 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
34725
34726 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34727
34728 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34729 Don't confuse module-prefixed identifiers for labels.
34730 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34731
34732 2005-01-02 Richard M. Stallman <rms@gnu.org>
34733
34734 * files.el (basic-save-buffer-1): Fix previous change.
34735
34736 * loadhist.el (file-loadhist-lookup): New function.
34737 (file-provides, file-requires): Use it.
34738
34739 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34740 instead of calculating the right size.
34741
34742 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
34743
34744 * vc-svn.el (vc-svn-diff): Stay local if possible.
34745
34746 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
34747
34748 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34749
34750 * files.el (hack-local-variables): Fix last change.
34751
34752 2005-01-02 Jay Belanger <belanger@truman.edu>
34753
34754 * calc/calc-yank.el (calc-edit-top): New variable.
34755 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34756 object. Change header properties.
34757 (calc-edit-finish, calc-edit-finish-stack-object)
34758 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34759 edited object.
34760 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34761 for the beginning of the edited object.
34762 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34763 for the beginning of the edited object.
34764 * calc/calc-prog.el (calc-edit-macro-finish-edit)
34765 (calc-finish-formula-edit, calc-macro-repeats)
34766 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34767 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34768 beginning of the edited object.
34769 (calc-user-define-edit): Change the header for editing macros.
34770 Remove unnecessary variable.
34771
34772 2005-01-01 Jay Belanger <belanger@truman.edu>
34773
34774 * calc/calc-yank.el (calc-edit-mode): Change default header.
34775 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34776 * calc/calc-store.el (calc-edit-variable): Change title to match new
34777 header.
34778 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34779 mode to match new header.
34780 (calc-user-define-edit): Change titles to include names of commands.
34781 (calc-finish-formula-edit): Adjust to handle new header.
34782 (calc-finish-macro-edit): Remove.
34783 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34784 (calc-edit-macro-command, calc-edit-macro-command-type)
34785 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34786 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34787 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34788 (calc-edit-macro-finish-edit): New functions.
34789 (calc-user-define-edit): Use new functions to edit named calc macros.
34790
34791 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
34792
34793 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34794
34795 * ses.el (copy-region-as-kill): Deactivate mark.
34796
34797 2005-01-01 Richard M. Stallman <rms@gnu.org>
34798
34799 * replace.el (occur-1): If the output buffer is also an input,
34800 don't kill it, rename it.
34801
34802 * faces.el (set-face-background, set-face-foreground): Doc fix.
34803
34804 * cus-face.el (custom-face-attributes): Fix :help-echo strings
34805 for :foreground and :background.
34806
34807 * dired.el (dired-view-command-alist): Variable deleted.
34808 (dired-view-file, dired-mouse-find-file-other-window):
34809 Delete the code to use it.
34810
34811 2005-01-01 Kim F. Storm <storm@cua.dk>
34812
34813 * image.el (insert-sliced-image): Use t for line-height property.
34814
34815 See ChangeLog.11 for earlier changes.
34816
34817 ;; Local Variables:
34818 ;; coding: iso-2022-7bit
34819 ;; add-log-time-zone-rule: t
34820 ;; End:
34821
34822 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34823
34824 This file is part of GNU Emacs.
34825
34826 GNU Emacs is free software; you can redistribute it and/or modify
34827 it under the terms of the GNU General Public License as published by
34828 the Free Software Foundation; either version 3, or (at your option)
34829 any later version.
34830
34831 GNU Emacs is distributed in the hope that it will be useful,
34832 but WITHOUT ANY WARRANTY; without even the implied warranty of
34833 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34834 GNU General Public License for more details.
34835
34836 You should have received a copy of the GNU General Public License
34837 along with GNU Emacs; see the file COPYING. If not, write to the
34838 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34839 Boston, MA 02110-1301, USA.
34840
34841 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1